Pull request #332 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9848c90a6ec829c9ad220565bc7a3ee210dfe919+67b271c0d6720504190f29223f2a5b9aa83cfa4f (99af9aca627000ff4df29d0a885f0176edc48652) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33902 in /w/workspace/edgexfoundry_edgex-ui-go_PR-332 [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-332 # 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 67b271c0d6720504190f29223f2a5b9aa83cfa4f into PR head commit 9848c90a6ec829c9ad220565bc7a3ee210dfe919 > 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/332/head:refs/remotes/origin/PR-332 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 9848c90a6ec829c9ad220565bc7a3ee210dfe919 Checking out Revision 9848c90a6ec829c9ad220565bc7a3ee210dfe919 (PR-332) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.66" > git rev-list --no-walk 09badb012b1c3c1836bae9991a210de885dedcf7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-13T10:15:00.742Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-13T10:15:00.953Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-13T10:15:01.050Z] ========================================================= [2021-04-13T10:15:01.050Z] EdgeX Global Pipelines Version Info [2021-04-13T10:15:01.050Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:15:03.101Z] ------------------- [2021-04-13T10:15:03.101Z] stable info: [2021-04-13T10:15:03.101Z] ------------------- [2021-04-13T10:15:03.101Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-13T10:15:03.101Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-13T10:15:03.101Z] Message: update stable to v1.0.186 [2021-04-13T10:15:03.675Z] ------------------- [2021-04-13T10:15:03.675Z] experimental info: [2021-04-13T10:15:03.675Z] ------------------- [2021-04-13T10:15:03.675Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-13T10:15:03.675Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-13T10:15:03.675Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-13T10:15:03.935Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-13T10:15:04.031Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-13T10:15:04.172Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-13T10:15:04.256Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-13T10:15:04.341Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-13T10:15:04.449Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-13T10:15:04.569Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-13T10:15:04.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-13T10:15:04.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-13T10:15:04.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-13T10:15:04.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-13T10:15:05.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-13T10:15:05.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-13T10:15:05.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-13T10:15:05.304Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T10:15:05.423Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T10:15:05.512Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T10:15:05.599Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T10:15:05.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-13T10:15:05.773Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-13T10:15:05.860Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-13T10:15:05.952Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-13T10:15:06.038Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-13T10:15:06.172Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-13T10:15:06.267Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-13T10:15:06.362Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-13T10:15:06.461Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-332 [Pipeline] echo [2021-04-13T10:15:06.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-332 [Pipeline] echo [2021-04-13T10:15:06.627Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-332 [Pipeline] echo [2021-04-13T10:15:06.719Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9848c90a6ec829c9ad220565bc7a3ee210dfe919 [Pipeline] echo [2021-04-13T10:15:06.802Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9848c90 [Pipeline] echo [2021-04-13T10:15:06.909Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:15:07.075Z] provisioning config files... [2021-04-13T10:15:07.103Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/config1790281026332758504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:15:07.461Z] ---> docker-login.sh [2021-04-13T10:15:07.461Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:15:07.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:07.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:07.988Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:07.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:07.988Z] [2021-04-13T10:15:07.988Z] Login Succeeded [2021-04-13T10:15:07.988Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:15:08.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:08.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:08.254Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:08.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:08.254Z] [2021-04-13T10:15:08.254Z] Login Succeeded [2021-04-13T10:15:08.254Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:15:08.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:08.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:08.517Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:08.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:08.517Z] [2021-04-13T10:15:08.517Z] Login Succeeded [2021-04-13T10:15:08.517Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:15:08.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:08.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:08.779Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:08.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:08.779Z] [2021-04-13T10:15:08.779Z] Login Succeeded [2021-04-13T10:15:08.779Z] docker.io [2021-04-13T10:15:08.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:09.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:09.041Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:09.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:09.041Z] [2021-04-13T10:15:09.041Z] Login Succeeded [2021-04-13T10:15:09.041Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:15:10.879Z] 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-04-13T10:15:11.696Z] + git log --format=format:%s -1 9848c90a6ec829c9ad220565bc7a3ee210dfe919 [Pipeline] echo [2021-04-13T10:15:11.763Z] GIT_COMMIT: 9848c90a6ec829c9ad220565bc7a3ee210dfe919, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.66 [Pipeline] echo [2021-04-13T10:15:11.807Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:15:12.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:15:12.420Z] [2021-04-13T10:15:12.420Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:15:12.817Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:15:12.817Z] latest: Pulling from edgex-devops/git-semver [2021-04-13T10:15:12.817Z] 31603596830f: Pulling fs layer [2021-04-13T10:15:12.817Z] 2a8b12db71e7: Pulling fs layer [2021-04-13T10:15:12.817Z] 6ca5941a6612: Pulling fs layer [2021-04-13T10:15:12.817Z] ecc8261a40a4: Pulling fs layer [2021-04-13T10:15:12.817Z] 2a8b12db71e7: Verifying Checksum [2021-04-13T10:15:12.817Z] 2a8b12db71e7: Download complete [2021-04-13T10:15:12.817Z] 31603596830f: Verifying Checksum [2021-04-13T10:15:12.817Z] 31603596830f: Download complete [2021-04-13T10:15:13.082Z] 6ca5941a6612: Verifying Checksum [2021-04-13T10:15:13.082Z] 6ca5941a6612: Download complete [2021-04-13T10:15:13.082Z] ecc8261a40a4: Verifying Checksum [2021-04-13T10:15:13.082Z] ecc8261a40a4: Download complete [2021-04-13T10:15:13.346Z] 31603596830f: Pull complete [2021-04-13T10:15:13.616Z] 2a8b12db71e7: Pull complete [2021-04-13T10:15:14.192Z] 6ca5941a6612: Pull complete [2021-04-13T10:15:14.768Z] ecc8261a40a4: Pull complete [2021-04-13T10:15:14.768Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-13T10:15:14.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:15:14.768Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-13T10:15:14.954Z] prd-centos7-docker-4c-2g-33902 does not seem to be running inside a container [2021-04-13T10:15:15.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-332 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-332:/w/workspace/edgexfoundry_edgex-ui-go_PR-332:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T10:15:17.429Z] $ docker top 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T10:15:17.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:15:17.782Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:15:18.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:15:18.045Z] $ docker exec 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 ssh-agent [2021-04-13T10:15:18.234Z] SSH_AUTH_SOCK=/tmp/ssh-xq3RJg70qLSu/agent.12 [2021-04-13T10:15:18.234Z] SSH_AGENT_PID=17 [2021-04-13T10:15:18.248Z] Running ssh-add (command line suppressed) [2021-04-13T10:15:18.393Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/private_key_2142227419440292683.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/private_key_2142227419440292683.key) [2021-04-13T10:15:18.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:15:18.809Z] + git tag --points-at HEAD [Pipeline] } [2021-04-13T10:15:18.839Z] $ docker exec --env ******** --env ******** 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 ssh-agent -k [2021-04-13T10:15:18.970Z] unset SSH_AUTH_SOCK; [2021-04-13T10:15:18.970Z] unset SSH_AGENT_PID; [2021-04-13T10:15:18.970Z] echo Agent pid 17 killed; [2021-04-13T10:15:19.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-13T10:15:19.214Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:15:19.214Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:15:19.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:15:19.416Z] $ docker exec 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 ssh-agent [2021-04-13T10:15:19.602Z] SSH_AUTH_SOCK=/tmp/ssh-TryZbePJafoM/agent.46 [2021-04-13T10:15:19.602Z] SSH_AGENT_PID=51 [2021-04-13T10:15:19.610Z] Running ssh-add (command line suppressed) [2021-04-13T10:15:19.750Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/private_key_7626346262240641558.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/private_key_7626346262240641558.key) [2021-04-13T10:15:19.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:15:20.163Z] + git semver init [2021-04-13T10:15:20.163Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T10:15:20.163Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-332/.git [2021-04-13T10:15:20.163Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-332 [2021-04-13T10:15:20.163Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T10:15:20.163Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T10:15:20.163Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T10:15:20.163Z] # $SEMVER_BRANCH = PR-332 [2021-04-13T10:15:20.163Z] # $SEMVER_TEMP = /tmp/semver-505036083 [2021-04-13T10:15:20.163Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-13T10:15:21.597Z] # '/tmp/semver-505036083' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-332/.semver' [2021-04-13T10:15:21.597Z] # -> Force: false [2021-04-13T10:15:21.597Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-332/.semver [Pipeline] } [2021-04-13T10:15:21.613Z] $ docker exec --env ******** --env ******** 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 ssh-agent -k [2021-04-13T10:15:21.757Z] unset SSH_AUTH_SOCK; [2021-04-13T10:15:21.757Z] unset SSH_AGENT_PID; [2021-04-13T10:15:21.757Z] echo Agent pid 51 killed; [2021-04-13T10:15:21.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T10:15:22.269Z] + git semver [Pipeline] } [2021-04-13T10:15:22.290Z] $ docker stop --time=1 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 [2021-04-13T10:15:23.761Z] $ docker rm -f 7529453c5e179323bd05d7c0972ff06694d47da48f8d0486bbe37f882d8c6937 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T10:15:24.224Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-13T10:15:24.689Z] Stashed 1 file(s) [Pipeline] echo [2021-04-13T10:15:24.691Z] [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-04-13T10:15:40.207Z] Still waiting to schedule task [2021-04-13T10:15:40.208Z] ‘prd-centos7-blackbox-4c-2g-33548’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-blackbox-4c-2g-33549’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33903’ is offline; ‘prd-centos7-docker-4c-2g-33904’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-13T10:15:40.209Z] Still waiting to schedule task [2021-04-13T10:15:40.210Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-13T10:15:46.647Z] Running on prd-centos7-docker-4c-2g-33903 in /w/workspace/edgexfoundry_edgex-ui-go_PR-332 [Pipeline] { [Pipeline] ws [2021-04-13T10:15:46.702Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-13T10:15:49.440Z] using credential edgex-jenkins-ssh [2021-04-13T10:15:49.492Z] Cloning the remote Git repository [2021-04-13T10:15:49.524Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:15:49.594Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-13T10:15:49.656Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:15:49.656Z] > git --version # timeout=10 [2021-04-13T10:15:49.668Z] > git --version # 'git version 2.24.3' [2021-04-13T10:15:49.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:15:49.697Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:15:51.281Z] Merging remotes/origin/master commit 67b271c0d6720504190f29223f2a5b9aa83cfa4f into PR head commit 9848c90a6ec829c9ad220565bc7a3ee210dfe919 [2021-04-13T10:15:50.862Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:15:50.869Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:15:50.881Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:15:50.897Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:15:50.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:15:50.902Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/332/head:refs/remotes/origin/PR-332 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T10:15:51.292Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T10:15:51.298Z] > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 [2021-04-13T10:15:51.611Z] Merge succeeded, producing 9848c90a6ec829c9ad220565bc7a3ee210dfe919 [2021-04-13T10:15:51.615Z] Checking out Revision 9848c90a6ec829c9ad220565bc7a3ee210dfe919 (PR-332) [2021-04-13T10:15:51.576Z] > git remote # timeout=10 [2021-04-13T10:15:51.583Z] > git config --get remote.origin.url # timeout=10 [2021-04-13T10:15:51.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:15:51.594Z] > git merge 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 [2021-04-13T10:15:51.605Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-13T10:15:51.618Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T10:15:51.625Z] > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 [2021-04-13T10:15:55.537Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.66" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T10:15:56.834Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:15:57.180Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:15:57.487Z] + sudo service docker restart [2021-04-13T10:15:57.488Z] + true [2021-04-13T10:15:57.488Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:15:58.951Z] provisioning config files... [2021-04-13T10:15:58.984Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config7120799417367559113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:15:59.340Z] ---> docker-login.sh [2021-04-13T10:15:59.340Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:15:59.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:59.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:59.870Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:59.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:59.870Z] [2021-04-13T10:15:59.870Z] Login Succeeded [2021-04-13T10:15:59.870Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:15:59.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:00.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:00.134Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:00.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:00.134Z] [2021-04-13T10:16:00.134Z] Login Succeeded [2021-04-13T10:16:00.134Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:16:00.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:00.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:00.134Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:00.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:00.134Z] [2021-04-13T10:16:00.134Z] Login Succeeded [2021-04-13T10:16:00.134Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:16:00.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:00.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:00.398Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:00.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:00.398Z] [2021-04-13T10:16:00.398Z] Login Succeeded [2021-04-13T10:16:00.398Z] docker.io [2021-04-13T10:16:00.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:00.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:00.665Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:00.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:00.665Z] [2021-04-13T10:16:00.665Z] Login Succeeded [2021-04-13T10:16:00.665Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:16:00.676Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T10:16:01.121Z] ========================================================= [2021-04-13T10:16:01.121Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-13T10:16:01.121Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:01.471Z] + 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-04-13T10:16:02.069Z] Sending build context to Docker daemon 34.57MB [2021-04-13T10:16:02.069Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:16:02.069Z] Step 2/8 : FROM ${BASE} [2021-04-13T10:16:02.069Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-13T10:16:02.069Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T10:16:02.069Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T10:16:02.069Z] de9db76c5a1d: Pulling fs layer [2021-04-13T10:16:02.069Z] bca2f99d35d6: Pulling fs layer [2021-04-13T10:16:02.069Z] 93359f2a8cfa: Pulling fs layer [2021-04-13T10:16:02.069Z] 7c6f9722023f: Pulling fs layer [2021-04-13T10:16:02.069Z] a35cf1a2eb13: Pulling fs layer [2021-04-13T10:16:02.069Z] 7c6f9722023f: Waiting [2021-04-13T10:16:02.069Z] a35cf1a2eb13: Waiting [2021-04-13T10:16:02.069Z] 93359f2a8cfa: Waiting [2021-04-13T10:16:02.069Z] bca2f99d35d6: Waiting [2021-04-13T10:16:02.069Z] de9db76c5a1d: Download complete [2021-04-13T10:16:02.069Z] 0ef7d3d256c8: Verifying Checksum [2021-04-13T10:16:02.069Z] 0ef7d3d256c8: Download complete [2021-04-13T10:16:02.069Z] 93359f2a8cfa: Verifying Checksum [2021-04-13T10:16:02.069Z] 93359f2a8cfa: Download complete [2021-04-13T10:16:02.333Z] 7c6f9722023f: Verifying Checksum [2021-04-13T10:16:02.333Z] 7c6f9722023f: Download complete [2021-04-13T10:16:02.333Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T10:16:02.333Z] 188c0c94c7c5: Download complete [2021-04-13T10:16:02.602Z] 188c0c94c7c5: Pull complete [2021-04-13T10:16:02.870Z] 0ef7d3d256c8: Pull complete [2021-04-13T10:16:03.133Z] de9db76c5a1d: Pull complete [2021-04-13T10:16:04.541Z] a35cf1a2eb13: Verifying Checksum [2021-04-13T10:16:04.541Z] a35cf1a2eb13: Download complete [2021-04-13T10:16:05.124Z] bca2f99d35d6: Verifying Checksum [2021-04-13T10:16:05.124Z] bca2f99d35d6: Download complete [2021-04-13T10:16:10.492Z] bca2f99d35d6: Pull complete [2021-04-13T10:16:10.492Z] 93359f2a8cfa: Pull complete [2021-04-13T10:16:10.492Z] 7c6f9722023f: Pull complete [2021-04-13T10:16:18.710Z] a35cf1a2eb13: Pull complete [2021-04-13T10:16:18.710Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-13T10:16:18.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-13T10:16:18.710Z] ---> a62c8e92a672 [2021-04-13T10:16:18.710Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T10:16:18.710Z] ---> Running in e23aea37d23a [2021-04-13T10:16:18.979Z] Removing intermediate container e23aea37d23a [2021-04-13T10:16:18.979Z] ---> aba00297b51e [2021-04-13T10:16:18.979Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:16:19.252Z] ---> Running in 5d72950965cc [2021-04-13T10:16:20.661Z] Removing intermediate container 5d72950965cc [2021-04-13T10:16:20.661Z] ---> e233f7e78c76 [2021-04-13T10:16:20.661Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-13T10:16:20.661Z] ---> Running in 34af0e25e796 [2021-04-13T10:16:21.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T10:16:22.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T10:16:22.766Z] OK: 166 MiB in 39 packages [2021-04-13T10:16:23.346Z] Removing intermediate container 34af0e25e796 [2021-04-13T10:16:23.346Z] ---> 591e40b71110 [2021-04-13T10:16:23.346Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-13T10:16:23.346Z] ---> Running in af29ba113ae4 [2021-04-13T10:16:23.608Z] Removing intermediate container af29ba113ae4 [2021-04-13T10:16:23.608Z] ---> caf78e423529 [2021-04-13T10:16:23.608Z] Step 7/8 : COPY . . [2021-04-13T10:16:26.940Z] ---> 9bf2f6fc6456 [2021-04-13T10:16:26.940Z] Step 8/8 : RUN go mod download [2021-04-13T10:16:26.940Z] ---> Running in 20924fcf54e2 [2021-04-13T10:16:59.236Z] Removing intermediate container 20924fcf54e2 [2021-04-13T10:16:59.236Z] ---> 66ad44867f6c [2021-04-13T10:16:59.236Z] Successfully built 66ad44867f6c [2021-04-13T10:16:59.236Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:59.557Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T10:16:59.824Z] . [Pipeline] withDockerContainer [2021-04-13T10:17:00.045Z] prd-centos7-docker-4c-2g-33903 does not seem to be running inside a container [2021-04-13T10:17:00.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-13T10:17:01.042Z] $ docker top 0f45b952de534252fe228d58351cbbc0e080c9cfac0e13879b55fe952cf490af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:17:01.680Z] + go version [2021-04-13T10:17:01.680Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-13T10:17:01.695Z] $ docker stop --time=1 0f45b952de534252fe228d58351cbbc0e080c9cfac0e13879b55fe952cf490af [2021-04-13T10:17:03.278Z] $ docker rm -f 0f45b952de534252fe228d58351cbbc0e080c9cfac0e13879b55fe952cf490af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:17:04.186Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T10:17:04.186Z] . [Pipeline] withDockerContainer [2021-04-13T10:17:04.284Z] prd-centos7-docker-4c-2g-33903 does not seem to be running inside a container [2021-04-13T10:17:04.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-13T10:17:05.230Z] $ docker top 4f124110e9584d4951b61f65e11b241dabdb2fabbe78446a961f83b30abc4d46 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:17:05.745Z] + make test [2021-04-13T10:17:05.746Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-13T10:17:07.156Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-13T10:17:17.269Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-13T10:17:17.269Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-13T10:17:19.234Z] $ docker stop --time=1 4f124110e9584d4951b61f65e11b241dabdb2fabbe78446a961f83b30abc4d46 [2021-04-13T10:17:21.522Z] $ docker rm -f 4f124110e9584d4951b61f65e11b241dabdb2fabbe78446a961f83b30abc4d46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T10:17:22.261Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-13T10:17:22.701Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-13T10:17:24.014Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-13T10:17:24.311Z] + ls -al . [2021-04-13T10:17:24.311Z] total 92 [2021-04-13T10:17:24.311Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 13 10:17 . [2021-04-13T10:17:24.311Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 13 10:15 .. [2021-04-13T10:17:24.311Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 13 10:15 assets [2021-04-13T10:17:24.311Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 13 10:15 bin [2021-04-13T10:17:24.311Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 13 10:15 cmd [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 13 10:15 CONTRIBUTING.md [2021-04-13T10:17:24.311Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 13 10:17 coverage.out [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 13 10:15 Dockerfile [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 13 10:15 Dockerfile.build [2021-04-13T10:17:24.311Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 13 10:15 docs [2021-04-13T10:17:24.311Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 13 10:15 .git [2021-04-13T10:17:24.311Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 13 10:15 .github [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 13 10:15 .gitignore [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 13 10:15 go.mod [2021-04-13T10:17:24.311Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 13 10:17 go.sum [2021-04-13T10:17:24.311Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 13 10:15 internal [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 13 10:15 Jenkinsfile [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 13 10:15 LICENSE [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 13 10:15 Makefile [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 13 10:15 README.md [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 13 10:15 VERSION [2021-04-13T10:17:24.311Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 13 10:15 version.go [2021-04-13T10:17:24.311Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 13 10:15 web [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:17:24.625Z] + 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=9848c90a6ec829c9ad220565bc7a3ee210dfe919 --label arch=amd64 --label version=0.0.0 . [2021-04-13T10:17:25.213Z] Sending build context to Docker daemon 34.6MB [2021-04-13T10:17:25.213Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:17:25.213Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-13T10:17:25.213Z] ---> 66ad44867f6c [2021-04-13T10:17:25.213Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-13T10:17:25.793Z] ---> Running in 3d181903b926 [2021-04-13T10:17:26.069Z] Removing intermediate container 3d181903b926 [2021-04-13T10:17:26.069Z] ---> 47803e1f67ec [2021-04-13T10:17:26.069Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-13T10:17:26.069Z] ---> Running in 5e2eff393020 [2021-04-13T10:17:26.333Z] Removing intermediate container 5e2eff393020 [2021-04-13T10:17:26.333Z] ---> 0608e11bdc12 [2021-04-13T10:17:26.333Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-13T10:17:26.333Z] ---> Running in d85ecba90cba [2021-04-13T10:17:26.596Z] Removing intermediate container d85ecba90cba [2021-04-13T10:17:26.596Z] ---> c6c714c8c44d [2021-04-13T10:17:26.596Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-13T10:17:26.596Z] ---> Running in 0910af36d6f0 [2021-04-13T10:17:26.859Z] Removing intermediate container 0910af36d6f0 [2021-04-13T10:17:26.859Z] ---> 285674bb3e46 [2021-04-13T10:17:26.859Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-13T10:17:26.859Z] ---> Running in 020f4a425cfc [2021-04-13T10:17:26.859Z] Removing intermediate container 020f4a425cfc [2021-04-13T10:17:26.859Z] ---> 85ca6807faf4 [2021-04-13T10:17:26.859Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:17:27.123Z] ---> Running in a5fec27d2ac9 [2021-04-13T10:17:28.074Z] Removing intermediate container a5fec27d2ac9 [2021-04-13T10:17:28.074Z] ---> 29a3f34bb5e1 [2021-04-13T10:17:28.074Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-13T10:17:28.074Z] ---> Running in 8d5a89b02110 [2021-04-13T10:17:28.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T10:17:29.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T10:17:29.490Z] OK: 166 MiB in 39 packages [2021-04-13T10:17:30.065Z] Removing intermediate container 8d5a89b02110 [2021-04-13T10:17:30.065Z] ---> db8e1fc93015 [2021-04-13T10:17:30.065Z] Step 10/24 : ENV GO111MODULE=on [2021-04-13T10:17:30.065Z] ---> Running in 123bbd564930 [2021-04-13T10:17:30.328Z] Removing intermediate container 123bbd564930 [2021-04-13T10:17:30.328Z] ---> 391a16d703c3 [2021-04-13T10:17:30.328Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-13T10:17:30.328Z] ---> Running in cd265b8689d1 [2021-04-13T10:17:30.603Z] Removing intermediate container cd265b8689d1 [2021-04-13T10:17:30.603Z] ---> ee222e429d43 [2021-04-13T10:17:30.603Z] Step 12/24 : COPY go.mod . [2021-04-13T10:17:30.868Z] ---> d5d08dc9b451 [2021-04-13T10:17:30.868Z] Step 13/24 : COPY Makefile . [2021-04-13T10:17:30.868Z] ---> 3549cfdb808c [2021-04-13T10:17:30.868Z] Step 14/24 : RUN make update [2021-04-13T10:17:31.140Z] ---> Running in 6b80cadd674a [2021-04-13T10:17:32.104Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-13T10:17:33.066Z] Removing intermediate container 6b80cadd674a [2021-04-13T10:17:33.066Z] ---> 26ac9ad2f576 [2021-04-13T10:17:33.066Z] Step 15/24 : COPY . . [2021-04-13T10:17:35.630Z] ---> dd9183c319e1 [2021-04-13T10:17:35.630Z] Step 16/24 : RUN ${MAKE} [2021-04-13T10:17:35.630Z] ---> Running in 8ac300d2b92c [2021-04-13T10:17:35.901Z] 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-04-13T10:17:46.060Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-13T10:17:48.664Z] Removing intermediate container 8ac300d2b92c [2021-04-13T10:17:48.664Z] ---> f3861a46fb02 [2021-04-13T10:17:48.664Z] Step 17/24 : FROM alpine:3.12 [2021-04-13T10:17:49.239Z] 3.12: Pulling from library/alpine [2021-04-13T10:17:49.239Z] 532819f3e44c: Pulling fs layer [2021-04-13T10:17:49.239Z] 532819f3e44c: Download complete [2021-04-13T10:17:49.502Z] 532819f3e44c: Pull complete [2021-04-13T10:17:49.502Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T10:17:49.502Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T10:17:49.502Z] ---> 7230e588e954 [2021-04-13T10:17:49.502Z] Step 18/24 : EXPOSE 4000 [2021-04-13T10:17:49.765Z] ---> Running in 0ec850876524 [2021-04-13T10:17:50.027Z] Removing intermediate container 0ec850876524 [2021-04-13T10:17:50.027Z] ---> 7dcdf5c27713 [2021-04-13T10:17:50.027Z] 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-04-13T10:17:51.428Z] ---> 53db363efe2d [2021-04-13T10:17:51.428Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-13T10:17:51.428Z] ---> Running in 5bcca4d46d37 [2021-04-13T10:17:51.690Z] Removing intermediate container 5bcca4d46d37 [2021-04-13T10:17:51.690Z] ---> 81be98a01cde [2021-04-13T10:17:51.690Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-13T10:17:51.690Z] ---> Running in 9367b93b5aa5 [2021-04-13T10:17:51.953Z] Removing intermediate container 9367b93b5aa5 [2021-04-13T10:17:51.953Z] ---> 148f01c862f1 [2021-04-13T10:17:51.953Z] Step 22/24 : LABEL arch=amd64 [2021-04-13T10:17:51.953Z] ---> Running in ccee10e163d5 [2021-04-13T10:17:52.217Z] Removing intermediate container ccee10e163d5 [2021-04-13T10:17:52.217Z] ---> 98792bae68fc [2021-04-13T10:17:52.217Z] Step 23/24 : LABEL git_sha=9848c90a6ec829c9ad220565bc7a3ee210dfe919 [2021-04-13T10:17:52.217Z] ---> Running in 8349b235dac8 [2021-04-13T10:17:52.480Z] Removing intermediate container 8349b235dac8 [2021-04-13T10:17:52.480Z] ---> 67f964fc8098 [2021-04-13T10:17:52.480Z] Step 24/24 : LABEL version=0.0.0 [2021-04-13T10:17:52.480Z] ---> Running in e3e4935f6207 [2021-04-13T10:17:52.743Z] Removing intermediate container e3e4935f6207 [2021-04-13T10:17:52.743Z] ---> 628754eca057 [2021-04-13T10:17:52.743Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-13T10:17:52.743Z] Successfully built 628754eca057 [2021-04-13T10:17:52.743Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:17:53.734Z] ---> job-cost.sh [2021-04-13T10:17:53.734Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kXN3 [2021-04-13T10:18:08.690Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T10:18:40.917Z] lf-activate-venv(): INFO: Adding /tmp/venv-kXN3/bin to PATH [2021-04-13T10:18:40.917Z] INFO: No Stack... [2021-04-13T10:18:40.918Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T10:18:40.918Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T10:18:41.227Z] + cut -d, -f6 [2021-04-13T10:18:41.228Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-04-13T10:18:41.321Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [2021-04-13T10:18:41.327Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] did not exist. Created. [2021-04-13T10:18:41.327Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T10:18:41.750Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-13T10:18:41.950Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T10:18:41.965Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-13T10:19:17.817Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33905 in /w/workspace/edgexfoundry_edgex-ui-go_PR-332 [Pipeline] { [Pipeline] ws [2021-04-13T10:19:17.907Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-04-13T10:19:22.901Z] using credential edgex-jenkins-ssh [2021-04-13T10:19:22.967Z] Cloning the remote Git repository [2021-04-13T10:19:23.018Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:19:23.122Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-04-13T10:19:23.189Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:19:23.189Z] > git --version # timeout=10 [2021-04-13T10:19:23.205Z] > git --version # 'git version 2.17.1' [2021-04-13T10:19:23.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:19:23.270Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:19:25.299Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:19:25.314Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:19:25.335Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:19:25.365Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:19:25.366Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:19:25.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/332/head:refs/remotes/origin/PR-332 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T10:19:25.847Z] Merging remotes/origin/master commit 67b271c0d6720504190f29223f2a5b9aa83cfa4f into PR head commit 9848c90a6ec829c9ad220565bc7a3ee210dfe919 [2021-04-13T10:19:26.571Z] Merge succeeded, producing 9848c90a6ec829c9ad220565bc7a3ee210dfe919 [2021-04-13T10:19:26.572Z] Checking out Revision 9848c90a6ec829c9ad220565bc7a3ee210dfe919 (PR-332) [2021-04-13T10:19:25.866Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T10:19:25.880Z] > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 [2021-04-13T10:19:26.419Z] > git remote # timeout=10 [2021-04-13T10:19:26.460Z] > git config --get remote.origin.url # timeout=10 [2021-04-13T10:19:26.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:19:26.508Z] > git merge 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 [2021-04-13T10:19:26.537Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-13T10:19:26.580Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T10:19:26.600Z] > git checkout -f 9848c90a6ec829c9ad220565bc7a3ee210dfe919 # timeout=10 [2021-04-13T10:19:31.371Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.66" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T10:19:33.883Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:19:34.299Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:19:34.695Z] + true [2021-04-13T10:19:34.695Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:19:37.427Z] provisioning config files... [2021-04-13T10:19:37.477Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8216311169285680384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:19:37.881Z] ---> docker-login.sh [2021-04-13T10:19:37.882Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:19:38.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:19:39.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:19:39.148Z] Configure a credential helper to remove this warning. See [2021-04-13T10:19:39.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:19:39.148Z] [2021-04-13T10:19:39.148Z] Login Succeeded [2021-04-13T10:19:39.148Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:19:39.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:19:40.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:19:40.232Z] Configure a credential helper to remove this warning. See [2021-04-13T10:19:40.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:19:40.232Z] [2021-04-13T10:19:40.232Z] Login Succeeded [2021-04-13T10:19:40.232Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:19:40.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:19:40.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:19:40.506Z] Configure a credential helper to remove this warning. See [2021-04-13T10:19:40.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:19:40.506Z] [2021-04-13T10:19:40.506Z] Login Succeeded [2021-04-13T10:19:40.506Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:19:40.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:19:41.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:19:41.058Z] Configure a credential helper to remove this warning. See [2021-04-13T10:19:41.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:19:41.058Z] [2021-04-13T10:19:41.058Z] Login Succeeded [2021-04-13T10:19:41.058Z] docker.io [2021-04-13T10:19:41.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:19:41.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:19:41.607Z] Configure a credential helper to remove this warning. See [2021-04-13T10:19:41.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:19:41.607Z] [2021-04-13T10:19:41.607Z] Login Succeeded [2021-04-13T10:19:41.880Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:19:41.897Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T10:19:42.413Z] ========================================================= [2021-04-13T10:19:42.413Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-13T10:19:42.413Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:19:42.791Z] + 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-04-13T10:19:43.780Z] Sending build context to Docker daemon 34.57MB [2021-04-13T10:19:43.780Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:19:43.780Z] Step 2/8 : FROM ${BASE} [2021-04-13T10:19:43.780Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-13T10:19:43.780Z] 5f621e34cdf4: Pulling fs layer [2021-04-13T10:19:43.780Z] a4357932f1b6: Pulling fs layer [2021-04-13T10:19:43.780Z] 18c013af1878: Pulling fs layer [2021-04-13T10:19:43.780Z] 00ac8860ef70: Pulling fs layer [2021-04-13T10:19:43.780Z] 63d7cb157983: Pulling fs layer [2021-04-13T10:19:43.780Z] b116817d02f9: Pulling fs layer [2021-04-13T10:19:43.780Z] 745a02a5169b: Pulling fs layer [2021-04-13T10:19:43.780Z] 00ac8860ef70: Waiting [2021-04-13T10:19:43.780Z] 63d7cb157983: Waiting [2021-04-13T10:19:43.780Z] b116817d02f9: Waiting [2021-04-13T10:19:43.780Z] 745a02a5169b: Waiting [2021-04-13T10:19:43.780Z] 18c013af1878: Verifying Checksum [2021-04-13T10:19:43.780Z] 18c013af1878: Download complete [2021-04-13T10:19:43.780Z] a4357932f1b6: Download complete [2021-04-13T10:19:43.780Z] 63d7cb157983: Verifying Checksum [2021-04-13T10:19:43.780Z] 63d7cb157983: Download complete [2021-04-13T10:19:43.780Z] b116817d02f9: Download complete [2021-04-13T10:19:44.057Z] 5f621e34cdf4: Verifying Checksum [2021-04-13T10:19:44.057Z] 5f621e34cdf4: Download complete [2021-04-13T10:19:44.662Z] 5f621e34cdf4: Pull complete [2021-04-13T10:19:45.275Z] a4357932f1b6: Pull complete [2021-04-13T10:19:45.551Z] 18c013af1878: Pull complete [2021-04-13T10:19:46.148Z] 745a02a5169b: Download complete [2021-04-13T10:19:47.133Z] 00ac8860ef70: Verifying Checksum [2021-04-13T10:19:47.133Z] 00ac8860ef70: Download complete [2021-04-13T10:19:57.313Z] 00ac8860ef70: Pull complete [2021-04-13T10:19:57.313Z] 63d7cb157983: Pull complete [2021-04-13T10:19:57.907Z] b116817d02f9: Pull complete [2021-04-13T10:20:02.239Z] 745a02a5169b: Pull complete [2021-04-13T10:20:02.239Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-13T10:20:02.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-13T10:20:02.239Z] ---> b7e6874047d6 [2021-04-13T10:20:02.239Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T10:20:04.862Z] ---> Running in e42af80a5dc3 [2021-04-13T10:20:04.862Z] Removing intermediate container e42af80a5dc3 [2021-04-13T10:20:04.862Z] ---> d7905013c71b [2021-04-13T10:20:04.862Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:20:05.137Z] ---> Running in ace491798f36 [2021-04-13T10:20:07.767Z] Removing intermediate container ace491798f36 [2021-04-13T10:20:07.767Z] ---> 4036bd0fc700 [2021-04-13T10:20:07.767Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-13T10:20:07.767Z] ---> Running in 8118709ef0ae [2021-04-13T10:20:08.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T10:20:09.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T10:20:09.946Z] OK: 142 MiB in 39 packages [2021-04-13T10:20:11.393Z] Removing intermediate container 8118709ef0ae [2021-04-13T10:20:11.393Z] ---> c5baed428061 [2021-04-13T10:20:11.393Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-13T10:20:11.393Z] ---> Running in 3d7305b8c467 [2021-04-13T10:20:11.988Z] Removing intermediate container 3d7305b8c467 [2021-04-13T10:20:11.988Z] ---> cf82251e03ce [2021-04-13T10:20:11.988Z] Step 7/8 : COPY . . [2021-04-13T10:20:15.390Z] ---> 1660de3fb741 [2021-04-13T10:20:15.390Z] Step 8/8 : RUN go mod download [2021-04-13T10:20:15.390Z] ---> Running in 8f974d3592c4 [2021-04-13T10:20:42.177Z] Removing intermediate container 8f974d3592c4 [2021-04-13T10:20:42.177Z] ---> 757b51f81211 [2021-04-13T10:20:42.177Z] Successfully built 757b51f81211 [2021-04-13T10:20:42.177Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:20:42.521Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T10:20:42.521Z] . [Pipeline] withDockerContainer [2021-04-13T10:20:42.815Z] prd-ubuntu18.04-docker-arm64-4c-16g-33905 does not seem to be running inside a container [2021-04-13T10:20:42.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-13T10:20:44.380Z] $ docker top e4fc39dc454eb28dc6afa136b46d146589dd1d7ea820605f100e00c36bb18c80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:20:45.421Z] + go version [2021-04-13T10:20:45.421Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-13T10:20:45.456Z] $ docker stop --time=1 e4fc39dc454eb28dc6afa136b46d146589dd1d7ea820605f100e00c36bb18c80 [2021-04-13T10:20:47.390Z] $ docker rm -f e4fc39dc454eb28dc6afa136b46d146589dd1d7ea820605f100e00c36bb18c80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:20:48.365Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T10:20:48.365Z] . [Pipeline] withDockerContainer [2021-04-13T10:20:48.627Z] prd-ubuntu18.04-docker-arm64-4c-16g-33905 does not seem to be running inside a container [2021-04-13T10:20:48.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-13T10:20:50.190Z] $ docker top e5430311f5eba764e027569c73ac8787352fc8eda9e2fec804bb48d73cf54243 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:20:51.206Z] + make test [2021-04-13T10:20:51.206Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-13T10:20:52.646Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-13T10:21:19.540Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-13T10:21:19.540Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-13T10:21:26.327Z] $ docker stop --time=1 e5430311f5eba764e027569c73ac8787352fc8eda9e2fec804bb48d73cf54243 [2021-04-13T10:21:28.492Z] $ docker rm -f e5430311f5eba764e027569c73ac8787352fc8eda9e2fec804bb48d73cf54243 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T10:21:29.298Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-13T10:21:29.364Z] Warning: overwriting stash ‘coverage-report’ [2021-04-13T10:21:30.500Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T10:21:31.195Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-13T10:21:31.608Z] + ls -al . [2021-04-13T10:21:31.608Z] total 124 [2021-04-13T10:21:31.608Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:20 . [2021-04-13T10:21:31.608Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:19 .. [2021-04-13T10:21:31.608Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 10:19 .git [2021-04-13T10:21:31.608Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:19 .github [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 13 10:19 .gitignore [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 13 10:19 CONTRIBUTING.md [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 13 10:19 Dockerfile [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 13 10:19 Dockerfile.build [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 13 10:19 Jenkinsfile [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 13 10:19 LICENSE [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 13 10:19 Makefile [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 13 10:19 README.md [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 13 10:15 VERSION [2021-04-13T10:21:31.608Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:19 assets [2021-04-13T10:21:31.608Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:19 bin [2021-04-13T10:21:31.608Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:19 cmd [2021-04-13T10:21:31.608Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 13 10:20 coverage.out [2021-04-13T10:21:31.608Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 13 10:19 docs [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 13 10:19 go.mod [2021-04-13T10:21:31.608Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 13 10:20 go.sum [2021-04-13T10:21:31.608Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:19 internal [2021-04-13T10:21:31.608Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 13 10:19 version.go [2021-04-13T10:21:31.608Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:19 web [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:21:31.989Z] + 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=9848c90a6ec829c9ad220565bc7a3ee210dfe919 --label arch=arm64 --label version=0.0.0 . [2021-04-13T10:21:32.981Z] Sending build context to Docker daemon 34.59MB [2021-04-13T10:21:32.981Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:21:32.981Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-13T10:21:32.981Z] ---> 757b51f81211 [2021-04-13T10:21:32.981Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-13T10:21:33.577Z] ---> Running in 82f5585a3f70 [2021-04-13T10:21:34.174Z] Removing intermediate container 82f5585a3f70 [2021-04-13T10:21:34.174Z] ---> 2e35ca106796 [2021-04-13T10:21:34.174Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-13T10:21:34.174Z] ---> Running in 6995679a387d [2021-04-13T10:21:34.770Z] Removing intermediate container 6995679a387d [2021-04-13T10:21:34.770Z] ---> a833e74b90cb [2021-04-13T10:21:34.770Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-13T10:21:34.770Z] ---> Running in d63fbb05fdad [2021-04-13T10:21:35.043Z] Removing intermediate container d63fbb05fdad [2021-04-13T10:21:35.043Z] ---> 8253ee10de48 [2021-04-13T10:21:35.043Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-13T10:21:35.319Z] ---> Running in a75d9a562ab4 [2021-04-13T10:21:35.593Z] Removing intermediate container a75d9a562ab4 [2021-04-13T10:21:35.593Z] ---> 0577e2b1eb63 [2021-04-13T10:21:35.593Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-13T10:21:35.866Z] ---> Running in 749bc115ae35 [2021-04-13T10:21:36.460Z] Removing intermediate container 749bc115ae35 [2021-04-13T10:21:36.460Z] ---> ce8cd0977c58 [2021-04-13T10:21:36.460Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:21:36.460Z] ---> Running in c513f00848d5 [2021-04-13T10:21:38.429Z] Removing intermediate container c513f00848d5 [2021-04-13T10:21:38.429Z] ---> 9c92e3266c0d [2021-04-13T10:21:38.429Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-13T10:21:38.707Z] ---> Running in f8d82e4047a5 [2021-04-13T10:21:39.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T10:21:40.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T10:21:41.265Z] OK: 142 MiB in 39 packages [2021-04-13T10:21:42.247Z] Removing intermediate container f8d82e4047a5 [2021-04-13T10:21:42.247Z] ---> 1487f5e4babb [2021-04-13T10:21:42.247Z] Step 10/24 : ENV GO111MODULE=on [2021-04-13T10:21:42.247Z] ---> Running in fd55e60bbb96 [2021-04-13T10:21:42.850Z] Removing intermediate container fd55e60bbb96 [2021-04-13T10:21:42.850Z] ---> 6b72f659cf42 [2021-04-13T10:21:42.850Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-13T10:21:42.850Z] ---> Running in c0100ca0d2e2 [2021-04-13T10:21:43.447Z] Removing intermediate container c0100ca0d2e2 [2021-04-13T10:21:43.447Z] ---> 43b46d2d913a [2021-04-13T10:21:43.447Z] Step 12/24 : COPY go.mod . [2021-04-13T10:21:44.040Z] ---> 7c2305ed2c5c [2021-04-13T10:21:44.040Z] Step 13/24 : COPY Makefile . [2021-04-13T10:21:45.019Z] ---> c3f2fbf6ac14 [2021-04-13T10:21:45.019Z] Step 14/24 : RUN make update [2021-04-13T10:21:45.019Z] ---> Running in ec38b03dabc5 [2021-04-13T10:21:45.996Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-13T10:21:47.434Z] Removing intermediate container ec38b03dabc5 [2021-04-13T10:21:47.434Z] ---> 7f9835524136 [2021-04-13T10:21:47.434Z] Step 15/24 : COPY . . [2021-04-13T10:21:50.042Z] ---> 0b1def87b3a6 [2021-04-13T10:21:50.042Z] Step 16/24 : RUN ${MAKE} [2021-04-13T10:21:50.042Z] ---> Running in 3fcf0c77f1d3 [2021-04-13T10:21:51.030Z] 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-04-13T10:22:17.864Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-13T10:22:24.566Z] Removing intermediate container 3fcf0c77f1d3 [2021-04-13T10:22:24.566Z] ---> e3951b5770d0 [2021-04-13T10:22:24.566Z] Step 17/24 : FROM alpine:3.12 [2021-04-13T10:22:24.566Z] 3.12: Pulling from library/alpine [2021-04-13T10:22:24.566Z] 9a219e8acc52: Pulling fs layer [2021-04-13T10:22:24.838Z] 9a219e8acc52: Download complete [2021-04-13T10:22:25.434Z] 9a219e8acc52: Pull complete [2021-04-13T10:22:25.434Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T10:22:25.434Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T10:22:25.434Z] ---> d75e27dfc0a0 [2021-04-13T10:22:25.434Z] Step 18/24 : EXPOSE 4000 [2021-04-13T10:22:25.707Z] ---> Running in 53acbc92502a [2021-04-13T10:22:26.304Z] Removing intermediate container 53acbc92502a [2021-04-13T10:22:26.304Z] ---> b3c17cb35ed1 [2021-04-13T10:22:26.304Z] 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-04-13T10:22:28.272Z] ---> 8a4046b7d456 [2021-04-13T10:22:28.272Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-13T10:22:28.544Z] ---> Running in 482fbe0e7781 [2021-04-13T10:22:28.818Z] Removing intermediate container 482fbe0e7781 [2021-04-13T10:22:28.818Z] ---> af985ae3218a [2021-04-13T10:22:28.818Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-13T10:22:29.090Z] ---> Running in 9d9b6e88a316 [2021-04-13T10:22:29.362Z] Removing intermediate container 9d9b6e88a316 [2021-04-13T10:22:29.362Z] ---> 18da262b7d9e [2021-04-13T10:22:29.362Z] Step 22/24 : LABEL arch=arm64 [2021-04-13T10:22:29.641Z] ---> Running in 8f8168dc935b [2021-04-13T10:22:29.915Z] Removing intermediate container 8f8168dc935b [2021-04-13T10:22:29.915Z] ---> c4db14a27b07 [2021-04-13T10:22:29.915Z] Step 23/24 : LABEL git_sha=9848c90a6ec829c9ad220565bc7a3ee210dfe919 [2021-04-13T10:22:30.188Z] ---> Running in 4ee6e88d138a [2021-04-13T10:22:30.462Z] Removing intermediate container 4ee6e88d138a [2021-04-13T10:22:30.462Z] ---> 9c6f242307b0 [2021-04-13T10:22:30.462Z] Step 24/24 : LABEL version=0.0.0 [2021-04-13T10:22:30.735Z] ---> Running in be5456e3b722 [2021-04-13T10:22:31.015Z] Removing intermediate container be5456e3b722 [2021-04-13T10:22:31.015Z] ---> f92f29dff763 [2021-04-13T10:22:31.015Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-13T10:22:31.294Z] Successfully built f92f29dff763 [2021-04-13T10:22:31.294Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:22:32.031Z] ---> job-cost.sh [2021-04-13T10:22:32.031Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7sDN [2021-04-13T10:23:10.982Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T10:24:47.734Z] lf-activate-venv(): INFO: Adding /tmp/venv-7sDN/bin to PATH [2021-04-13T10:24:47.734Z] INFO: No Stack... [2021-04-13T10:24:47.734Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-13T10:24:47.734Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T10:24:48.071Z] + cut -d, -f6 [2021-04-13T10:24:48.071Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-04-13T10:24:48.195Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [2021-04-13T10:24:48.203Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] did not exist. Created. [2021-04-13T10:24:48.204Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T10:24:48.654Z] /w/workspace/edgex-ui-go/2@tmp/durable-f9dc6ef4/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-f9dc6ef4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-13T10:24:49.002Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-13T10:24:49.070Z] Warning: overwriting stash ‘stack-cost’ [2021-04-13T10:24:49.394Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T10:24:49.411Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-332-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-13T10:24:50.532Z] provisioning config files... [2021-04-13T10:24:50.558Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/config7420340671574196458tmp [Pipeline] { [Pipeline] sh [2021-04-13T10:24:50.968Z] + set +x [2021-04-13T10:24:50.969Z] + curl -s https://codecov.io/bash [2021-04-13T10:24:50.969Z] + bash -s -- [2021-04-13T10:24:51.231Z] [2021-04-13T10:24:51.231Z] _____ _ [2021-04-13T10:24:51.231Z] / ____| | | [2021-04-13T10:24:51.231Z] | | ___ __| | ___ ___ _____ __ [2021-04-13T10:24:51.231Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-13T10:24:51.231Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-13T10:24:51.231Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-13T10:24:51.231Z] Bash-20210309-2b87ace [2021-04-13T10:24:51.231Z] [2021-04-13T10:24:51.231Z] [2021-04-13T10:24:51.231Z] ==> git version 2.24.3 found [2021-04-13T10:24:51.231Z] ==> 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-04-13T10:24:51.231Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-13T10:24:51.231Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-13T10:24:51.231Z] ==> Jenkins CI detected. [2021-04-13T10:24:51.231Z] project root: . [2021-04-13T10:24:51.231Z] --> token set from env [2021-04-13T10:24:51.231Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-13T10:24:51.231Z] ==> Running gcov in . (disable via -X gcov) [2021-04-13T10:24:51.231Z] ==> Python coveragepy not found [2021-04-13T10:24:51.231Z] ==> Searching for coverage reports in: [2021-04-13T10:24:51.231Z] + . [2021-04-13T10:24:51.231Z] -> Found 1 reports [2021-04-13T10:24:51.231Z] ==> Detecting git/mercurial file structure [2021-04-13T10:24:51.231Z] ==> Reading reports [2021-04-13T10:24:51.231Z] + ./coverage.out bytes=10 [2021-04-13T10:24:51.231Z] ==> Appending adjustments [2021-04-13T10:24:51.231Z] https://docs.codecov.io/docs/fixing-reports [2021-04-13T10:24:51.496Z] + Found adjustments [2021-04-13T10:24:51.496Z] ==> Gzipping contents [2021-04-13T10:24:51.496Z] 4.0K /tmp/codecov.EvtgXQ.gz [2021-04-13T10:24:51.496Z] ==> Uploading reports [2021-04-13T10:24:51.496Z] url: https://codecov.io [2021-04-13T10:24:51.496Z] query: branch=PR-332&commit=9848c90a6ec829c9ad220565bc7a3ee210dfe919&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-332%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=332&job=&cmd_args= [2021-04-13T10:24:51.496Z] -> Pinging Codecov [2021-04-13T10:24:51.496Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-332&commit=9848c90a6ec829c9ad220565bc7a3ee210dfe919&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-332%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=332&job=&cmd_args= [2021-04-13T10:24:52.454Z] -> Uploading to [2021-04-13T10:24:52.454Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-13/FB506323287CE973F263BFD2A0EB1F37/9848c90a6ec829c9ad220565bc7a3ee210dfe919/2ee5a23d-9e34-4cd8-bc4f-853f2ec5fb8d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T102452Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=665c8d448d16286215c8a8df07ceb82e8d1fabd943012159ec70ba88cf266bcb [2021-04-13T10:24:52.454Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T10:24:52.454Z] Dload Upload Total Spent Left Speed [2021-04-13T10:24:52.980Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 3827 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3827 0 0 100 3827 0 9413 --:--:-- --:--:-- --:--:-- 9402 [2021-04-13T10:24:52.980Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/9848c90a6ec829c9ad220565bc7a3ee210dfe919 [Pipeline] } [2021-04-13T10:24:52.990Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:24:55.177Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:24:55.486Z] ---> package-listing.sh [2021-04-13T10:24:55.486Z] ++ facter osfamily [2021-04-13T10:24:55.486Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-13T10:24:55.486Z] + OS_FAMILY=redhat [2021-04-13T10:24:55.486Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-332 [2021-04-13T10:24:55.486Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-13T10:24:55.486Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-13T10:24:55.486Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-13T10:24:55.486Z] + PACKAGES=/tmp/packages_start.txt [2021-04-13T10:24:55.486Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-332 ']' [2021-04-13T10:24:55.486Z] + PACKAGES=/tmp/packages_end.txt [2021-04-13T10:24:55.486Z] + case "${OS_FAMILY}" in [2021-04-13T10:24:55.486Z] + rpm -qa [2021-04-13T10:24:55.486Z] + sort [2021-04-13T10:25:00.806Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-13T10:25:00.806Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-13T10:25:00.806Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-13T10:25:00.806Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-332 ']' [2021-04-13T10:25:00.806Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-332/archives/ [2021-04-13T10:25:00.806Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-332/archives/ [Pipeline] echo [2021-04-13T10:25:00.821Z] 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-332/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-13T10:25:01.115Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:25:01.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T10:25:01.440Z] [2021-04-13T10:25:01.440Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:25:01.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T10:25:01.810Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-13T10:25:01.810Z] df20fa9351a1: Pulling fs layer [2021-04-13T10:25:01.810Z] 36b3adc4ff6f: Pulling fs layer [2021-04-13T10:25:01.810Z] 8ad3a11d3b57: Pulling fs layer [2021-04-13T10:25:01.810Z] 46f8f816bc3b: Pulling fs layer [2021-04-13T10:25:01.810Z] 93b61091891f: Pulling fs layer [2021-04-13T10:25:01.810Z] 93b9cdb0e59b: Pulling fs layer [2021-04-13T10:25:01.810Z] 5e14af77c1be: Pulling fs layer [2021-04-13T10:25:01.810Z] 01666e4c0597: Pulling fs layer [2021-04-13T10:25:01.810Z] aa168da1d23b: Pulling fs layer [2021-04-13T10:25:01.810Z] 93b9cdb0e59b: Waiting [2021-04-13T10:25:01.810Z] 93b61091891f: Waiting [2021-04-13T10:25:01.810Z] 01666e4c0597: Waiting [2021-04-13T10:25:01.810Z] 36b3adc4ff6f: Download complete [2021-04-13T10:25:01.810Z] 46f8f816bc3b: Verifying Checksum [2021-04-13T10:25:01.810Z] 46f8f816bc3b: Download complete [2021-04-13T10:25:02.076Z] df20fa9351a1: Download complete [2021-04-13T10:25:02.076Z] 93b9cdb0e59b: Verifying Checksum [2021-04-13T10:25:02.076Z] 93b9cdb0e59b: Download complete [2021-04-13T10:25:02.076Z] 5e14af77c1be: Verifying Checksum [2021-04-13T10:25:02.076Z] 5e14af77c1be: Download complete [2021-04-13T10:25:02.076Z] 93b61091891f: Verifying Checksum [2021-04-13T10:25:02.076Z] 93b61091891f: Download complete [2021-04-13T10:25:02.076Z] 01666e4c0597: Verifying Checksum [2021-04-13T10:25:02.076Z] 01666e4c0597: Download complete [2021-04-13T10:25:02.339Z] df20fa9351a1: Pull complete [2021-04-13T10:25:02.603Z] 36b3adc4ff6f: Pull complete [2021-04-13T10:25:02.872Z] 8ad3a11d3b57: Verifying Checksum [2021-04-13T10:25:02.872Z] 8ad3a11d3b57: Download complete [2021-04-13T10:25:03.829Z] 8ad3a11d3b57: Pull complete [2021-04-13T10:25:03.829Z] 46f8f816bc3b: Pull complete [2021-04-13T10:25:04.785Z] aa168da1d23b: Verifying Checksum [2021-04-13T10:25:05.048Z] 93b61091891f: Pull complete [2021-04-13T10:25:05.048Z] 93b9cdb0e59b: Pull complete [2021-04-13T10:25:05.326Z] 5e14af77c1be: Pull complete [2021-04-13T10:25:05.326Z] 01666e4c0597: Pull complete [2021-04-13T10:25:13.506Z] aa168da1d23b: Pull complete [2021-04-13T10:25:13.506Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-13T10:25:13.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T10:25:13.506Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-13T10:25:13.737Z] prd-centos7-docker-4c-2g-33902 does not seem to be running inside a container [2021-04-13T10:25:13.795Z] $ 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-332/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-332 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-332:/w/workspace/edgexfoundry_edgex-ui-go_PR-332:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-13T10:25:17.091Z] $ docker top b913bb7ff5b87bbd143d1b1f0886804dd37634193c39b204fec5ebf1dcc8ced4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:25:17.642Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-13T10:25:17.945Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-13T10:25:18.249Z] + ls /var/log/sa-host [2021-04-13T10:25:18.249Z] + sadf -c /var/log/sa-host/sa13 [2021-04-13T10:25:18.249Z] file_magic: OK [2021-04-13T10:25:18.249Z] HZ: Using current value: 100 [2021-04-13T10:25:18.249Z] file_header: OK [2021-04-13T10:25:18.249Z] 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-04-13T10:25:18.249Z] Statistics: [2021-04-13T10:25:18.249Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-13T10:25:18.249Z] File successfully converted to sysstat format version 12.2.1 [2021-04-13T10:25:18.249Z] + sadf -c /var/log/sa-host/sa23 [2021-04-13T10:25:18.249Z] file_magic: OK [2021-04-13T10:25:18.249Z] HZ: Using current value: 100 [2021-04-13T10:25:18.249Z] file_header: OK [2021-04-13T10:25:18.249Z] 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-04-13T10:25:18.249Z] Statistics: [2021-04-13T10:25:18.249Z] Hnuu...uuuununununu... [2021-04-13T10:25:18.249Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-13T10:25:18.611Z] provisioning config files... [2021-04-13T10:25:18.635Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-332@tmp/config9080724915293968408tmp [Pipeline] { [Pipeline] echo [2021-04-13T10:25:18.697Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:25:19.003Z] ---> create-netrc.sh [Pipeline] } [2021-04-13T10:25:19.013Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-13T10:25:19.215Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:25:19.518Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-13T10:25:19.530Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:25:19.829Z] ---> sudo-logs.sh [2021-04-13T10:25:19.829Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-13T10:25:19.895Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:25:20.201Z] ---> job-cost.sh [2021-04-13T10:25:20.201Z] lf-activate-venv: SKIPPING [2021-04-13T10:25:20.201Z] DEBUG: total: 0.20999999344348907 [2021-04-13T10:25:20.201Z] INFO: Retrieving Stack Cost... [2021-04-13T10:25:21.588Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T10:25:21.849Z] INFO: Archiving Costs [Pipeline] echo [2021-04-13T10:25:21.862Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:25:22.157Z] ---> logs-deploy.sh [2021-04-13T10:25:22.157Z] lf-activate-venv: SKIPPING [2021-04-13T10:25:22.157Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-332/2 [2021-04-13T10:25:22.157Z] INFO: archiving workspace using pattern(s): [2021-04-13T10:25:24.077Z] Archives upload complete. [2021-04-13T10:25:24.077Z] INFO: archiving logs to Nexus