Pull request #347 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f63bab984c54ff5b606b005beb238aca437a27d5+10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 (9fd9a779c9b7c38ab3ffde6e70427c0ebb534947) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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-3156 in /w/workspace/edgexfoundry_edgex-ui-go_PR-347 [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-347 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 into PR head commit f63bab984c54ff5b606b005beb238aca437a27d5 Merge succeeded, producing f63bab984c54ff5b606b005beb238aca437a27d5 Checking out Revision f63bab984c54ff5b606b005beb238aca437a27d5 (PR-347) > 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/347/head:refs/remotes/origin/PR-347 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.4" > git rev-list --no-walk 8d3904b0a0b09708dd6bff8e13585eb11c8f6eaa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T02:30:41.179Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T02:30:41.273Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T02:30:41.303Z] ========================================================= [2021-05-06T02:30:41.303Z] EdgeX Global Pipelines Version Info [2021-05-06T02:30:41.303Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:30:42.838Z] ------------------- [2021-05-06T02:30:42.838Z] stable info: [2021-05-06T02:30:42.838Z] ------------------- [2021-05-06T02:30:42.838Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T02:30:42.838Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T02:30:42.838Z] Message: update stable to v1.0.191 [2021-05-06T02:30:43.804Z] ------------------- [2021-05-06T02:30:43.804Z] experimental info: [2021-05-06T02:30:43.804Z] ------------------- [2021-05-06T02:30:43.804Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T02:30:43.804Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T02:30:43.804Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T02:30:43.930Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-06T02:30:43.953Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-06T02:30:43.975Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T02:30:43.997Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T02:30:44.021Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T02:30:44.068Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T02:30:44.093Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T02:30:44.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T02:30:44.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-06T02:30:44.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T02:30:44.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T02:30:44.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-05-06T02:30:44.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T02:30:44.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T02:30:44.308Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T02:30:44.331Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T02:30:44.356Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T02:30:44.383Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T02:30:44.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T02:30:44.440Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-06T02:30:44.467Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-06T02:30:44.491Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-06T02:30:44.533Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-06T02:30:44.588Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-06T02:30:44.613Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-06T02:30:44.638Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T02:30:44.662Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-347 [Pipeline] echo [2021-05-06T02:30:44.689Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-347 [Pipeline] echo [2021-05-06T02:30:44.715Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-347 [Pipeline] echo [2021-05-06T02:30:44.755Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f63bab984c54ff5b606b005beb238aca437a27d5 [Pipeline] echo [2021-05-06T02:30:44.804Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f63bab9 [Pipeline] echo [2021-05-06T02:30:44.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T02:30:44.912Z] provisioning config files... [2021-05-06T02:30:44.948Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/config5730641414912910717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:30:45.279Z] ---> docker-login.sh [2021-05-06T02:30:45.280Z] nexus3.edgexfoundry.org:10001 [2021-05-06T02:30:45.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:45.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:45.821Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:45.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:45.821Z] [2021-05-06T02:30:45.821Z] Login Succeeded [2021-05-06T02:30:45.821Z] nexus3.edgexfoundry.org:10002 [2021-05-06T02:30:45.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:46.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:46.091Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:46.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:46.091Z] [2021-05-06T02:30:46.091Z] Login Succeeded [2021-05-06T02:30:46.091Z] nexus3.edgexfoundry.org:10003 [2021-05-06T02:30:46.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:46.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:46.091Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:46.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:46.091Z] [2021-05-06T02:30:46.091Z] Login Succeeded [2021-05-06T02:30:46.091Z] nexus3.edgexfoundry.org:10004 [2021-05-06T02:30:46.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:46.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:46.391Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:46.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:46.391Z] [2021-05-06T02:30:46.391Z] Login Succeeded [2021-05-06T02:30:46.391Z] docker.io [2021-05-06T02:30:46.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:30:46.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:30:46.660Z] Configure a credential helper to remove this warning. See [2021-05-06T02:30:46.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:30:46.660Z] [2021-05-06T02:30:46.660Z] Login Succeeded [2021-05-06T02:30:46.660Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T02:30:46.678Z] 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-05-06T02:30:47.173Z] + git log --format=format:%s -1 f63bab984c54ff5b606b005beb238aca437a27d5 [Pipeline] echo [2021-05-06T02:30:47.297Z] GIT_COMMIT: f63bab984c54ff5b606b005beb238aca437a27d5, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.4 [Pipeline] echo [2021-05-06T02:30:47.311Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:30:47.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:30:47.949Z] [2021-05-06T02:30:47.949Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:30:48.371Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:30:53.739Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T02:30:53.739Z] 31603596830f: Pulling fs layer [2021-05-06T02:30:53.739Z] 54011a49482f: Pulling fs layer [2021-05-06T02:30:53.739Z] a6820b24f6d8: Pulling fs layer [2021-05-06T02:30:53.739Z] f581987b2513: Pulling fs layer [2021-05-06T02:30:53.739Z] f581987b2513: Waiting [2021-05-06T02:30:53.739Z] 54011a49482f: Verifying Checksum [2021-05-06T02:30:53.739Z] 54011a49482f: Download complete [2021-05-06T02:30:53.739Z] 31603596830f: Verifying Checksum [2021-05-06T02:30:53.739Z] 31603596830f: Download complete [2021-05-06T02:30:53.739Z] a6820b24f6d8: Verifying Checksum [2021-05-06T02:30:53.739Z] a6820b24f6d8: Download complete [2021-05-06T02:30:54.009Z] 31603596830f: Pull complete [2021-05-06T02:30:54.009Z] f581987b2513: Verifying Checksum [2021-05-06T02:30:54.009Z] f581987b2513: Download complete [2021-05-06T02:30:54.009Z] 54011a49482f: Pull complete [2021-05-06T02:30:55.000Z] a6820b24f6d8: Pull complete [2021-05-06T02:30:55.997Z] f581987b2513: Pull complete [2021-05-06T02:30:55.997Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T02:30:55.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T02:30:55.997Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T02:30:56.199Z] prd-centos7-docker-4c-2g-3156 does not seem to be running inside a container [2021-05-06T02:30:56.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-347 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-347:/w/workspace/edgexfoundry_edgex-ui-go_PR-347:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T02:30:57.935Z] $ docker top ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T02:30:58.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T02:30:58.119Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T02:30:58.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T02:30:58.350Z] $ docker exec ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 ssh-agent [2021-05-06T02:30:58.532Z] SSH_AUTH_SOCK=/tmp/ssh-HbyZGso0rRu7/agent.11 [2021-05-06T02:30:58.532Z] SSH_AGENT_PID=16 [2021-05-06T02:30:58.557Z] Running ssh-add (command line suppressed) [2021-05-06T02:30:58.688Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/private_key_8667272382778378388.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/private_key_8667272382778378388.key) [2021-05-06T02:30:58.745Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T02:30:59.060Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T02:30:59.089Z] $ docker exec --env ******** --env ******** ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 ssh-agent -k [2021-05-06T02:30:59.208Z] unset SSH_AUTH_SOCK; [2021-05-06T02:30:59.208Z] unset SSH_AGENT_PID; [2021-05-06T02:30:59.208Z] echo Agent pid 16 killed; [2021-05-06T02:30:59.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T02:30:59.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T02:30:59.299Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T02:30:59.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T02:30:59.477Z] $ docker exec ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 ssh-agent [2021-05-06T02:30:59.666Z] SSH_AUTH_SOCK=/tmp/ssh-reYgYWffPREJ/agent.46 [2021-05-06T02:30:59.666Z] SSH_AGENT_PID=51 [2021-05-06T02:30:59.683Z] Running ssh-add (command line suppressed) [2021-05-06T02:30:59.826Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/private_key_607171381758607297.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/private_key_607171381758607297.key) [2021-05-06T02:30:59.915Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T02:31:00.271Z] + git semver init [2021-05-06T02:31:00.271Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T02:31:00.271Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-347/.git [2021-05-06T02:31:00.271Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-347 [2021-05-06T02:31:00.271Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T02:31:00.271Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T02:31:00.271Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T02:31:00.271Z] # $SEMVER_BRANCH = PR-347 [2021-05-06T02:31:00.271Z] # $SEMVER_TEMP = /tmp/semver-922011765 [2021-05-06T02:31:00.271Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-06T02:31:06.961Z] # '/tmp/semver-922011765' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-347/.semver' [2021-05-06T02:31:06.961Z] # -> Force: false [2021-05-06T02:31:06.961Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-347/.semver [Pipeline] } [2021-05-06T02:31:06.982Z] $ docker exec --env ******** --env ******** ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 ssh-agent -k [2021-05-06T02:31:07.118Z] unset SSH_AUTH_SOCK; [2021-05-06T02:31:07.118Z] unset SSH_AGENT_PID; [2021-05-06T02:31:07.118Z] echo Agent pid 51 killed; [2021-05-06T02:31:07.176Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T02:31:07.554Z] + git semver [Pipeline] } [2021-05-06T02:31:07.799Z] $ docker stop --time=1 ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 [2021-05-06T02:31:09.236Z] $ docker rm -f ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T02:31:09.685Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T02:31:10.330Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T02:31:10.333Z] [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-05-06T02:31:25.517Z] Still waiting to schedule task [2021-05-06T02:31:25.517Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-06T02:31:25.520Z] Still waiting to schedule task [2021-05-06T02:31:25.520Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-06T02:33:45.214Z] Running on prd-centos7-docker-4c-2g-3161 in /w/workspace/edgexfoundry_edgex-ui-go_PR-347 [Pipeline] { [Pipeline] ws [2021-05-06T02:33:45.238Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-05-06T02:33:52.686Z] using credential edgex-jenkins-ssh [2021-05-06T02:33:52.705Z] Cloning the remote Git repository [2021-05-06T02:33:52.744Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:52.829Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-05-06T02:33:52.914Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:52.914Z] > git --version # timeout=10 [2021-05-06T02:33:52.920Z] > git --version # 'git version 2.24.3' [2021-05-06T02:33:52.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:33:52.967Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T02:33:54.589Z] Merging remotes/origin/master commit 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 into PR head commit f63bab984c54ff5b606b005beb238aca437a27d5 [2021-05-06T02:33:54.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-06T02:33:54.146Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T02:33:54.161Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-06T02:33:54.180Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:33:54.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:33:54.185Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/347/head:refs/remotes/origin/PR-347 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T02:33:54.604Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T02:33:54.609Z] > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 [2021-05-06T02:33:54.992Z] Merge succeeded, producing f63bab984c54ff5b606b005beb238aca437a27d5 [2021-05-06T02:33:54.992Z] Checking out Revision f63bab984c54ff5b606b005beb238aca437a27d5 (PR-347) [2021-05-06T02:33:54.934Z] > git remote # timeout=10 [2021-05-06T02:33:54.939Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T02:33:54.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:33:54.947Z] > git merge 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 [2021-05-06T02:33:54.984Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T02:33:54.998Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T02:33:55.002Z] > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 [2021-05-06T02:33:59.475Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T02:34:00.842Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T02:34:01.229Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T02:34:01.566Z] + sudo service docker restart [2021-05-06T02:34:01.566Z] + true [2021-05-06T02:34:01.566Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T02:34:03.119Z] provisioning config files... [2021-05-06T02:34:03.226Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config5283894475577996516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:34:03.620Z] ---> docker-login.sh [2021-05-06T02:34:03.620Z] nexus3.edgexfoundry.org:10001 [2021-05-06T02:34:03.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:03.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:03.917Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:03.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:03.917Z] [2021-05-06T02:34:03.917Z] Login Succeeded [2021-05-06T02:34:03.917Z] nexus3.edgexfoundry.org:10002 [2021-05-06T02:34:04.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:04.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:04.222Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:04.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:04.222Z] [2021-05-06T02:34:04.222Z] Login Succeeded [2021-05-06T02:34:04.222Z] nexus3.edgexfoundry.org:10003 [2021-05-06T02:34:04.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:04.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:04.511Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:04.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:04.511Z] [2021-05-06T02:34:04.511Z] Login Succeeded [2021-05-06T02:34:04.511Z] nexus3.edgexfoundry.org:10004 [2021-05-06T02:34:04.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:04.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:04.511Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:04.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:04.511Z] [2021-05-06T02:34:04.511Z] Login Succeeded [2021-05-06T02:34:04.800Z] docker.io [2021-05-06T02:34:04.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:05.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:05.071Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:05.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:05.071Z] [2021-05-06T02:34:05.071Z] Login Succeeded [2021-05-06T02:34:05.071Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T02:34:05.092Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T02:34:05.489Z] ========================================================= [2021-05-06T02:34:05.489Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T02:34:05.489Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:34:05.851Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T02:34:06.466Z] Sending build context to Docker daemon 34.87MB [2021-05-06T02:34:06.466Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T02:34:06.466Z] Step 2/8 : FROM ${BASE} [2021-05-06T02:34:06.466Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T02:34:06.466Z] 540db60ca938: Pulling fs layer [2021-05-06T02:34:06.466Z] adcc1eea9eea: Pulling fs layer [2021-05-06T02:34:06.466Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T02:34:06.466Z] 0510c868ecb4: Pulling fs layer [2021-05-06T02:34:06.466Z] afea3b2eda06: Pulling fs layer [2021-05-06T02:34:06.466Z] 7809a108b3ef: Pulling fs layer [2021-05-06T02:34:06.466Z] f706445af74f: Pulling fs layer [2021-05-06T02:34:06.466Z] 0510c868ecb4: Waiting [2021-05-06T02:34:06.466Z] afea3b2eda06: Waiting [2021-05-06T02:34:06.466Z] 7809a108b3ef: Waiting [2021-05-06T02:34:06.466Z] f706445af74f: Waiting [2021-05-06T02:34:06.466Z] 4c4ab2625f07: Verifying Checksum [2021-05-06T02:34:06.466Z] 4c4ab2625f07: Download complete [2021-05-06T02:34:06.466Z] adcc1eea9eea: Verifying Checksum [2021-05-06T02:34:06.466Z] adcc1eea9eea: Download complete [2021-05-06T02:34:06.466Z] afea3b2eda06: Download complete [2021-05-06T02:34:06.466Z] 7809a108b3ef: Verifying Checksum [2021-05-06T02:34:06.466Z] 7809a108b3ef: Download complete [2021-05-06T02:34:06.799Z] 540db60ca938: Verifying Checksum [2021-05-06T02:34:06.799Z] 540db60ca938: Download complete [2021-05-06T02:34:07.100Z] 540db60ca938: Pull complete [2021-05-06T02:34:07.100Z] adcc1eea9eea: Pull complete [2021-05-06T02:34:07.394Z] 4c4ab2625f07: Pull complete [2021-05-06T02:34:10.450Z] f706445af74f: Verifying Checksum [2021-05-06T02:34:10.450Z] f706445af74f: Download complete [2021-05-06T02:34:11.910Z] 0510c868ecb4: Verifying Checksum [2021-05-06T02:34:11.910Z] 0510c868ecb4: Download complete [2021-05-06T02:34:17.388Z] 0510c868ecb4: Pull complete [2021-05-06T02:34:17.388Z] afea3b2eda06: Pull complete [2021-05-06T02:34:17.388Z] 7809a108b3ef: Pull complete [2021-05-06T02:34:24.174Z] f706445af74f: Pull complete [2021-05-06T02:34:24.174Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T02:34:24.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T02:34:24.174Z] ---> b068be0155e3 [2021-05-06T02:34:24.174Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T02:34:24.465Z] ---> Running in 3ec3c396078c [2021-05-06T02:34:24.668Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3160 in /w/workspace/edgexfoundry_edgex-ui-go_PR-347 [Pipeline] { [Pipeline] ws [2021-05-06T02:34:24.690Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-05-06T02:34:24.753Z] Removing intermediate container 3ec3c396078c [2021-05-06T02:34:24.753Z] ---> 17de98920b54 [2021-05-06T02:34:24.753Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T02:34:24.753Z] ---> Running in da71fd42028c [2021-05-06T02:34:26.201Z] Removing intermediate container da71fd42028c [2021-05-06T02:34:26.201Z] ---> e6d4c0ef4f70 [2021-05-06T02:34:26.201Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-06T02:34:26.201Z] ---> Running in 8e472efdee78 [2021-05-06T02:34:26.480Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T02:34:27.486Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T02:34:28.451Z] OK: 149 MiB in 40 packages [2021-05-06T02:34:28.720Z] Removing intermediate container 8e472efdee78 [2021-05-06T02:34:28.720Z] ---> 2bf2833f425e [2021-05-06T02:34:28.720Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-06T02:34:28.988Z] ---> Running in 35ca454e3efa [2021-05-06T02:34:28.988Z] Removing intermediate container 35ca454e3efa [2021-05-06T02:34:28.988Z] ---> 9741f40d2c0e [2021-05-06T02:34:28.988Z] Step 7/8 : COPY . . [2021-05-06T02:34:30.938Z] using credential edgex-jenkins-ssh [2021-05-06T02:34:30.963Z] Cloning the remote Git repository [2021-05-06T02:34:31.024Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:34:31.158Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-05-06T02:34:32.351Z] ---> fd398c3ca899 [2021-05-06T02:34:32.351Z] Step 8/8 : RUN go mod download [2021-05-06T02:34:32.351Z] ---> Running in 28323e3eeb0f [2021-05-06T02:34:31.243Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:34:31.244Z] > git --version # timeout=10 [2021-05-06T02:34:31.259Z] > git --version # 'git version 2.17.1' [2021-05-06T02:34:31.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:34:31.313Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T02:34:33.360Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-06T02:34:33.383Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T02:34:33.404Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-06T02:34:33.435Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-06T02:34:33.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:34:33.449Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/347/head:refs/remotes/origin/PR-347 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T02:34:33.893Z] Merging remotes/origin/master commit 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 into PR head commit f63bab984c54ff5b606b005beb238aca437a27d5 [2021-05-06T02:34:34.541Z] Merge succeeded, producing f63bab984c54ff5b606b005beb238aca437a27d5 [2021-05-06T02:34:34.541Z] Checking out Revision f63bab984c54ff5b606b005beb238aca437a27d5 (PR-347) [2021-05-06T02:34:33.915Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T02:34:33.928Z] > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 [2021-05-06T02:34:34.471Z] > git remote # timeout=10 [2021-05-06T02:34:34.491Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T02:34:34.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T02:34:34.512Z] > git merge 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 [2021-05-06T02:34:34.535Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T02:34:34.556Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T02:34:34.573Z] > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 [2021-05-06T02:34:39.568Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T02:34:40.945Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T02:34:41.359Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T02:34:41.700Z] + + true [2021-05-06T02:34:41.700Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T02:34:44.369Z] provisioning config files... [2021-05-06T02:34:44.437Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4726269595706879284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:34:44.825Z] ---> docker-login.sh [2021-05-06T02:34:44.826Z] nexus3.edgexfoundry.org:10001 [2021-05-06T02:34:45.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:46.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:46.084Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:46.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:46.084Z] [2021-05-06T02:34:46.084Z] Login Succeeded [2021-05-06T02:34:46.084Z] nexus3.edgexfoundry.org:10002 [2021-05-06T02:34:46.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:46.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:46.630Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:46.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:46.630Z] [2021-05-06T02:34:46.630Z] Login Succeeded [2021-05-06T02:34:46.630Z] nexus3.edgexfoundry.org:10003 [2021-05-06T02:34:46.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:47.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:47.176Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:47.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:47.176Z] [2021-05-06T02:34:47.176Z] Login Succeeded [2021-05-06T02:34:47.176Z] nexus3.edgexfoundry.org:10004 [2021-05-06T02:34:47.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:47.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:47.723Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:47.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:47.723Z] [2021-05-06T02:34:47.723Z] Login Succeeded [2021-05-06T02:34:47.723Z] docker.io [2021-05-06T02:34:47.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T02:34:48.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T02:34:48.593Z] Configure a credential helper to remove this warning. See [2021-05-06T02:34:48.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T02:34:48.593Z] [2021-05-06T02:34:48.593Z] Login Succeeded [2021-05-06T02:34:48.593Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T02:34:48.611Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T02:34:48.928Z] ========================================================= [2021-05-06T02:34:48.928Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T02:34:48.928Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:34:49.274Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-06T02:34:50.266Z] Sending build context to Docker daemon 34.87MB [2021-05-06T02:34:50.266Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T02:34:50.266Z] Step 2/8 : FROM ${BASE} [2021-05-06T02:34:50.266Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T02:34:50.266Z] 595b0fe564bb: Pulling fs layer [2021-05-06T02:34:50.266Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T02:34:50.266Z] 316046926c0a: Pulling fs layer [2021-05-06T02:34:50.266Z] 4ebd0625c992: Pulling fs layer [2021-05-06T02:34:50.266Z] 207e8628e3a3: Pulling fs layer [2021-05-06T02:34:50.266Z] c791037a9be2: Pulling fs layer [2021-05-06T02:34:50.267Z] ffd874e62e21: Pulling fs layer [2021-05-06T02:34:50.267Z] 4ebd0625c992: Waiting [2021-05-06T02:34:50.267Z] 207e8628e3a3: Waiting [2021-05-06T02:34:50.267Z] c791037a9be2: Waiting [2021-05-06T02:34:50.267Z] ffd874e62e21: Waiting [2021-05-06T02:34:50.267Z] 316046926c0a: Download complete [2021-05-06T02:34:50.267Z] 7186ed65a4f7: Verifying Checksum [2021-05-06T02:34:50.267Z] 7186ed65a4f7: Download complete [2021-05-06T02:34:50.562Z] 207e8628e3a3: Verifying Checksum [2021-05-06T02:34:50.562Z] 207e8628e3a3: Download complete [2021-05-06T02:34:50.562Z] 595b0fe564bb: Verifying Checksum [2021-05-06T02:34:50.562Z] 595b0fe564bb: Download complete [2021-05-06T02:34:50.562Z] c791037a9be2: Verifying Checksum [2021-05-06T02:34:50.562Z] c791037a9be2: Download complete [2021-05-06T02:34:51.163Z] 595b0fe564bb: Pull complete [2021-05-06T02:34:51.764Z] 7186ed65a4f7: Pull complete [2021-05-06T02:34:52.039Z] 316046926c0a: Pull complete [2021-05-06T02:34:53.024Z] ffd874e62e21: Verifying Checksum [2021-05-06T02:34:53.024Z] ffd874e62e21: Download complete [2021-05-06T02:34:54.456Z] 4ebd0625c992: Verifying Checksum [2021-05-06T02:34:54.456Z] 4ebd0625c992: Download complete [2021-05-06T02:35:04.623Z] Removing intermediate container 28323e3eeb0f [2021-05-06T02:35:04.624Z] ---> 7660054970dc [2021-05-06T02:35:04.624Z] Successfully built 7660054970dc [2021-05-06T02:35:04.624Z] Successfully tagged ci-base-image-x86_64:latest [2021-05-06T02:35:04.640Z] 4ebd0625c992: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:35:04.913Z] 207e8628e3a3: Pull complete [2021-05-06T02:35:04.948Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T02:35:04.948Z] . [Pipeline] withDockerContainer [2021-05-06T02:35:05.087Z] prd-centos7-docker-4c-2g-3161 does not seem to be running inside a container [2021-05-06T02:35:05.157Z] $ 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-05-06T02:35:05.188Z] c791037a9be2: Pull complete [2021-05-06T02:35:06.623Z] $ docker top 2107eac97346cb25dddbc7357250e5acba443efb8b6e7e26ce0177756e47f1b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:35:07.056Z] + go version [2021-05-06T02:35:07.056Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T02:35:07.072Z] $ docker stop --time=1 2107eac97346cb25dddbc7357250e5acba443efb8b6e7e26ce0177756e47f1b6 [2021-05-06T02:35:08.452Z] $ docker rm -f 2107eac97346cb25dddbc7357250e5acba443efb8b6e7e26ce0177756e47f1b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:35:08.990Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T02:35:08.991Z] . [Pipeline] withDockerContainer [2021-05-06T02:35:09.124Z] prd-centos7-docker-4c-2g-3161 does not seem to be running inside a container [2021-05-06T02:35:09.181Z] $ 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-05-06T02:35:09.508Z] ffd874e62e21: Pull complete [2021-05-06T02:35:09.508Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T02:35:09.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T02:35:09.508Z] ---> cfc18b08335c [2021-05-06T02:35:09.508Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-06T02:35:09.920Z] $ docker top d6782e08ac44c99eda22273e7cf8e8af6e1a53c9ef9ae5f88b5495c1f432050f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:35:10.366Z] + go mod tidy [Pipeline] sh [2021-05-06T02:35:11.630Z] + make test [2021-05-06T02:35:11.630Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-06T02:35:12.120Z] ---> Running in 0c68759e88ab [2021-05-06T02:35:12.396Z] Removing intermediate container 0c68759e88ab [2021-05-06T02:35:12.396Z] ---> 32ae8368ffa1 [2021-05-06T02:35:12.396Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T02:35:12.396Z] ---> Running in d55dbf1634f4 [2021-05-06T02:35:12.599Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-06T02:35:15.019Z] Removing intermediate container d55dbf1634f4 [2021-05-06T02:35:15.019Z] ---> c5298f7024c0 [2021-05-06T02:35:15.019Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-06T02:35:15.019Z] ---> Running in 085dbe90c299 [2021-05-06T02:35:15.998Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T02:35:16.979Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T02:35:17.957Z] OK: 138 MiB in 40 packages [2021-05-06T02:35:18.935Z] Removing intermediate container 085dbe90c299 [2021-05-06T02:35:18.935Z] ---> 6868d46899b8 [2021-05-06T02:35:18.935Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-06T02:35:19.212Z] ---> Running in 5559beaf3d5c [2021-05-06T02:35:19.485Z] Removing intermediate container 5559beaf3d5c [2021-05-06T02:35:19.485Z] ---> 8515236acb31 [2021-05-06T02:35:19.485Z] Step 7/8 : COPY . . [2021-05-06T02:35:22.873Z] ---> 0cc99664dab1 [2021-05-06T02:35:22.873Z] Step 8/8 : RUN go mod download [2021-05-06T02:35:22.873Z] ---> Running in 4cb4b32aa559 [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-06T02:35:24.956Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-06T02:35:24.956Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-06T02:35:31.874Z] $ docker stop --time=1 d6782e08ac44c99eda22273e7cf8e8af6e1a53c9ef9ae5f88b5495c1f432050f [2021-05-06T02:35:34.252Z] $ docker rm -f d6782e08ac44c99eda22273e7cf8e8af6e1a53c9ef9ae5f88b5495c1f432050f [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T02:35:34.760Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T02:35:35.158Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-06T02:35:37.634Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T02:35:37.941Z] + ls -al . [2021-05-06T02:35:37.941Z] total 92 [2021-05-06T02:35:37.941Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 6 02:35 . [2021-05-06T02:35:37.941Z] drwxrwxr-x. 4 jenkins jenkins 28 May 6 02:33 .. [2021-05-06T02:35:37.941Z] drwxrwxr-x. 3 jenkins jenkins 20 May 6 02:33 assets [2021-05-06T02:35:37.941Z] drwxrwxr-x. 2 jenkins jenkins 35 May 6 02:33 bin [2021-05-06T02:35:37.941Z] drwxrwxr-x. 3 jenkins jenkins 29 May 6 02:33 cmd [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 6 02:33 CONTRIBUTING.md [2021-05-06T02:35:37.941Z] -rw-r--r--. 1 jenkins jenkins 10 May 6 02:35 coverage.out [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 6 02:33 Dockerfile [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 902 May 6 02:33 Dockerfile.build [2021-05-06T02:35:37.941Z] drwxrwxr-x. 5 jenkins jenkins 104 May 6 02:33 docs [2021-05-06T02:35:37.941Z] drwxrwxr-x. 8 jenkins jenkins 179 May 6 02:33 .git [2021-05-06T02:35:37.941Z] drwxrwxr-x. 2 jenkins jenkins 103 May 6 02:33 .github [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 162 May 6 02:33 .gitignore [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 987 May 6 02:33 go.mod [2021-05-06T02:35:37.941Z] -rw-r--r--. 1 jenkins jenkins 24424 May 6 02:35 go.sum [2021-05-06T02:35:37.941Z] drwxrwxr-x. 10 jenkins jenkins 139 May 6 02:33 internal [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 652 May 6 02:33 Jenkinsfile [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 6 02:33 LICENSE [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 951 May 6 02:33 Makefile [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 6 02:33 README.md [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 5 May 6 02:31 VERSION [2021-05-06T02:35:37.941Z] -rw-rw-r--. 1 jenkins jenkins 155 May 6 02:33 version.go [2021-05-06T02:35:37.941Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 6 02:33 web [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:35:38.253Z] + 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=f63bab984c54ff5b606b005beb238aca437a27d5 --label arch=amd64 --label version=0.0.0 . [2021-05-06T02:35:38.829Z] Sending build context to Docker daemon 34.9MB [2021-05-06T02:35:38.829Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T02:35:38.829Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-06T02:35:38.829Z] ---> 7660054970dc [2021-05-06T02:35:38.829Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-06T02:35:39.788Z] ---> Running in 40ad8f7204d6 [2021-05-06T02:35:39.788Z] Removing intermediate container 40ad8f7204d6 [2021-05-06T02:35:39.788Z] ---> e1111d3fd288 [2021-05-06T02:35:39.788Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-06T02:35:39.788Z] ---> Running in ee7e9cf9915b [2021-05-06T02:35:40.051Z] Removing intermediate container ee7e9cf9915b [2021-05-06T02:35:40.051Z] ---> 1191e62f38ee [2021-05-06T02:35:40.051Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-06T02:35:40.051Z] ---> Running in 6c794ab38cf9 [2021-05-06T02:35:40.314Z] Removing intermediate container 6c794ab38cf9 [2021-05-06T02:35:40.314Z] ---> fd3da24be008 [2021-05-06T02:35:40.314Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-06T02:35:40.314Z] ---> Running in 897a071a0549 [2021-05-06T02:35:40.314Z] Removing intermediate container 897a071a0549 [2021-05-06T02:35:40.314Z] ---> 4be0880e5684 [2021-05-06T02:35:40.314Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-06T02:35:40.591Z] ---> Running in acfb3af5ca73 [2021-05-06T02:35:40.591Z] Removing intermediate container acfb3af5ca73 [2021-05-06T02:35:40.591Z] ---> d0e2e63cd836 [2021-05-06T02:35:40.591Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T02:35:40.591Z] ---> Running in 019831b8f597 [2021-05-06T02:35:41.994Z] Removing intermediate container 019831b8f597 [2021-05-06T02:35:41.994Z] ---> 58f2b810e3df [2021-05-06T02:35:41.994Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-06T02:35:41.994Z] ---> Running in 435dda506b58 [2021-05-06T02:35:42.256Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T02:35:43.204Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T02:35:43.782Z] OK: 149 MiB in 40 packages [2021-05-06T02:35:44.046Z] Removing intermediate container 435dda506b58 [2021-05-06T02:35:44.046Z] ---> c8fbd2689dc0 [2021-05-06T02:35:44.046Z] Step 10/24 : ENV GO111MODULE=on [2021-05-06T02:35:44.046Z] ---> Running in b01bd8c957e8 [2021-05-06T02:35:44.308Z] Removing intermediate container b01bd8c957e8 [2021-05-06T02:35:44.308Z] ---> 161d35bb9e02 [2021-05-06T02:35:44.308Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-06T02:35:44.308Z] ---> Running in 1e2feb0d6e00 [2021-05-06T02:35:44.570Z] Removing intermediate container 1e2feb0d6e00 [2021-05-06T02:35:44.570Z] ---> 565b06fba67d [2021-05-06T02:35:44.570Z] Step 12/24 : COPY go.mod . [2021-05-06T02:35:44.833Z] ---> 7c152c15e9c0 [2021-05-06T02:35:44.833Z] Step 13/24 : COPY Makefile . [2021-05-06T02:35:44.833Z] ---> d50f0406ae82 [2021-05-06T02:35:44.833Z] Step 14/24 : RUN make update [2021-05-06T02:35:45.098Z] ---> Running in 2bf72ddab15a [2021-05-06T02:35:45.676Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-06T02:35:46.257Z] Removing intermediate container 2bf72ddab15a [2021-05-06T02:35:46.257Z] ---> a2abf8ef3949 [2021-05-06T02:35:46.257Z] Step 15/24 : COPY . . [2021-05-06T02:35:48.817Z] ---> dd1554518db8 [2021-05-06T02:35:48.817Z] Step 16/24 : RUN ${MAKE} [2021-05-06T02:35:48.817Z] ---> Running in c13b7660a971 [2021-05-06T02:35:49.082Z] 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-05-06T02:35:55.227Z] Removing intermediate container 4cb4b32aa559 [2021-05-06T02:35:55.228Z] ---> 998e9b3b445f [2021-05-06T02:35:55.228Z] Successfully built 998e9b3b445f [2021-05-06T02:35:55.228Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:35:55.571Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T02:35:55.571Z] . [Pipeline] withDockerContainer [2021-05-06T02:35:55.815Z] prd-ubuntu18.04-docker-arm64-4c-16g-3160 does not seem to be running inside a container [2021-05-06T02:35:55.904Z] $ 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-arm64 cat [2021-05-06T02:35:57.509Z] $ docker top 3deb5731a0de20e45ec51f43af8eb1d07a3d5dd190c1c86f4eb6089d00ad3fcc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:35:58.470Z] + go version [2021-05-06T02:35:58.470Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-06T02:35:58.496Z] $ docker stop --time=1 3deb5731a0de20e45ec51f43af8eb1d07a3d5dd190c1c86f4eb6089d00ad3fcc [2021-05-06T02:35:59.224Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-06T02:36:00.427Z] $ docker rm -f 3deb5731a0de20e45ec51f43af8eb1d07a3d5dd190c1c86f4eb6089d00ad3fcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:36:01.079Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T02:36:01.079Z] . [Pipeline] withDockerContainer [2021-05-06T02:36:01.333Z] prd-ubuntu18.04-docker-arm64-4c-16g-3160 does not seem to be running inside a container [2021-05-06T02:36:01.417Z] $ 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-arm64 cat [2021-05-06T02:36:01.807Z] Removing intermediate container c13b7660a971 [2021-05-06T02:36:01.808Z] ---> 5d72c70e9af8 [2021-05-06T02:36:01.808Z] Step 17/24 : FROM alpine:3.12 [2021-05-06T02:36:01.808Z] 3.12: Pulling from library/alpine [2021-05-06T02:36:01.808Z] 339de151aab4: Pulling fs layer [2021-05-06T02:36:02.087Z] 339de151aab4: Verifying Checksum [2021-05-06T02:36:02.087Z] 339de151aab4: Download complete [2021-05-06T02:36:02.367Z] 339de151aab4: Pull complete [2021-05-06T02:36:02.367Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T02:36:02.367Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T02:36:02.367Z] ---> 13621d1b12d4 [2021-05-06T02:36:02.367Z] Step 18/24 : EXPOSE 4000 [2021-05-06T02:36:02.635Z] ---> Running in fb38bbdf667d [2021-05-06T02:36:02.635Z] Removing intermediate container fb38bbdf667d [2021-05-06T02:36:02.635Z] ---> 2e69e2ea4ea7 [2021-05-06T02:36:02.635Z] 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-05-06T02:36:02.903Z] $ docker top e4a1b8c301ce9587ae012e1294260151454d211c85f671d3fa6d8ab4ec6a048c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:36:03.824Z] + go mod tidy [Pipeline] sh [2021-05-06T02:36:04.560Z] ---> 8a55c6a9e894 [2021-05-06T02:36:04.560Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-06T02:36:04.560Z] ---> Running in a55e43a43adc [2021-05-06T02:36:04.560Z] Removing intermediate container a55e43a43adc [2021-05-06T02:36:04.560Z] ---> 382471df5d3a [2021-05-06T02:36:04.560Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-06T02:36:04.560Z] ---> Running in bb20a4ffa5b4 [2021-05-06T02:36:04.822Z] Removing intermediate container bb20a4ffa5b4 [2021-05-06T02:36:04.822Z] ---> c612314340b3 [2021-05-06T02:36:04.822Z] Step 22/24 : LABEL arch=amd64 [2021-05-06T02:36:04.822Z] ---> Running in dbe4e44f2d13 [2021-05-06T02:36:05.085Z] Removing intermediate container dbe4e44f2d13 [2021-05-06T02:36:05.085Z] ---> 5394df610856 [2021-05-06T02:36:05.085Z] Step 23/24 : LABEL git_sha=f63bab984c54ff5b606b005beb238aca437a27d5 [2021-05-06T02:36:05.085Z] ---> Running in 600ae03f3c00 [2021-05-06T02:36:05.085Z] Removing intermediate container 600ae03f3c00 [2021-05-06T02:36:05.085Z] ---> 7158d1e67e08 [2021-05-06T02:36:05.085Z] Step 24/24 : LABEL version=0.0.0 [2021-05-06T02:36:05.160Z] + make test [2021-05-06T02:36:05.160Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-06T02:36:05.349Z] ---> Running in c3dcd96d714d [2021-05-06T02:36:05.349Z] Removing intermediate container c3dcd96d714d [2021-05-06T02:36:05.349Z] ---> 2f7e8a88d4db [2021-05-06T02:36:05.349Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-06T02:36:05.613Z] Successfully built 2f7e8a88d4db [2021-05-06T02:36:05.613Z] 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-05-06T02:36:06.810Z] ---> job-cost.sh [2021-05-06T02:36:06.810Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RLIy [2021-05-06T02:36:07.320Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-06T02:36:21.751Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-06T02:36:46.342Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-06T02:36:46.342Z] GO111MODULE=on go vet ./... [2021-05-06T02:36:48.402Z] lf-activate-venv(): INFO: Adding /tmp/venv-RLIy/bin to PATH [2021-05-06T02:36:48.402Z] INFO: No Stack... [2021-05-06T02:36:50.961Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T02:36:51.224Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T02:36:51.530Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-05-06T02:36:51.530Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T02:36:51.616Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] [2021-05-06T02:36:51.626Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] did not exist. Created. [2021-05-06T02:36:51.627Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T02:36:51.957Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-06T02:36:52.103Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T02:36:52.127Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-05-06T02:37:01.462Z] $ docker stop --time=1 e4a1b8c301ce9587ae012e1294260151454d211c85f671d3fa6d8ab4ec6a048c [2021-05-06T02:37:03.461Z] $ docker rm -f e4a1b8c301ce9587ae012e1294260151454d211c85f671d3fa6d8ab4ec6a048c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T02:37:04.238Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T02:37:04.258Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T02:37:05.060Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T02:37:05.509Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T02:37:05.840Z] + ls -al . [2021-05-06T02:37:05.840Z] total 124 [2021-05-06T02:37:05.840Z] drwxrwxr-x 10 jenkins jenkins 4096 May 6 02:36 . [2021-05-06T02:37:05.840Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 02:34 .. [2021-05-06T02:37:05.840Z] drwxrwxr-x 8 jenkins jenkins 4096 May 6 02:34 .git [2021-05-06T02:37:05.840Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 02:34 .github [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 162 May 6 02:34 .gitignore [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 6 02:34 CONTRIBUTING.md [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 6 02:34 Dockerfile [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 902 May 6 02:34 Dockerfile.build [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 652 May 6 02:34 Jenkinsfile [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 6 02:34 LICENSE [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 951 May 6 02:34 Makefile [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 6 02:34 README.md [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 5 May 6 02:31 VERSION [2021-05-06T02:37:05.840Z] drwxrwxr-x 3 jenkins jenkins 4096 May 6 02:34 assets [2021-05-06T02:37:05.840Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 02:34 bin [2021-05-06T02:37:05.840Z] drwxrwxr-x 3 jenkins jenkins 4096 May 6 02:34 cmd [2021-05-06T02:37:05.840Z] -rw-r--r-- 1 jenkins jenkins 10 May 6 02:36 coverage.out [2021-05-06T02:37:05.840Z] drwxrwxr-x 5 jenkins jenkins 4096 May 6 02:34 docs [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 987 May 6 02:34 go.mod [2021-05-06T02:37:05.840Z] -rw-r--r-- 1 jenkins jenkins 24424 May 6 02:36 go.sum [2021-05-06T02:37:05.840Z] drwxrwxr-x 10 jenkins jenkins 4096 May 6 02:34 internal [2021-05-06T02:37:05.840Z] -rw-rw-r-- 1 jenkins jenkins 155 May 6 02:34 version.go [2021-05-06T02:37:05.840Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 02:34 web [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:37:06.177Z] + 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=f63bab984c54ff5b606b005beb238aca437a27d5 --label arch=arm64 --label version=0.0.0 . [2021-05-06T02:37:07.160Z] Sending build context to Docker daemon 34.9MB [2021-05-06T02:37:07.160Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T02:37:07.160Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-06T02:37:07.160Z] ---> 998e9b3b445f [2021-05-06T02:37:07.160Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-06T02:37:07.750Z] ---> Running in a90c256608c1 [2021-05-06T02:37:08.022Z] Removing intermediate container a90c256608c1 [2021-05-06T02:37:08.022Z] ---> 50c51d6625dd [2021-05-06T02:37:08.022Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-06T02:37:08.293Z] ---> Running in aad28284dc41 [2021-05-06T02:37:08.564Z] Removing intermediate container aad28284dc41 [2021-05-06T02:37:08.564Z] ---> 834b98c7558f [2021-05-06T02:37:08.564Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-06T02:37:08.844Z] ---> Running in 687f9f2bc210 [2021-05-06T02:37:09.117Z] Removing intermediate container 687f9f2bc210 [2021-05-06T02:37:09.117Z] ---> 87280bcdb86d [2021-05-06T02:37:09.117Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-06T02:37:09.390Z] ---> Running in 0d38f313df81 [2021-05-06T02:37:09.666Z] Removing intermediate container 0d38f313df81 [2021-05-06T02:37:09.666Z] ---> c8e1a194dd2f [2021-05-06T02:37:09.666Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-06T02:37:09.940Z] ---> Running in 2ccde9b010ef [2021-05-06T02:37:10.537Z] Removing intermediate container 2ccde9b010ef [2021-05-06T02:37:10.537Z] ---> 3c2785e2e9a7 [2021-05-06T02:37:10.537Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T02:37:10.537Z] ---> Running in 954087e6a4f9 [2021-05-06T02:37:13.158Z] Removing intermediate container 954087e6a4f9 [2021-05-06T02:37:13.158Z] ---> 1143f0924a64 [2021-05-06T02:37:13.158Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-06T02:37:13.158Z] ---> Running in b35862a2dccb [2021-05-06T02:37:14.150Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T02:37:15.584Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T02:37:17.020Z] OK: 138 MiB in 40 packages [2021-05-06T02:37:17.998Z] Removing intermediate container b35862a2dccb [2021-05-06T02:37:17.998Z] ---> f2214b6342e6 [2021-05-06T02:37:17.998Z] Step 10/24 : ENV GO111MODULE=on [2021-05-06T02:37:17.998Z] ---> Running in 4800541608ae [2021-05-06T02:37:18.275Z] Removing intermediate container 4800541608ae [2021-05-06T02:37:18.275Z] ---> 45c349059e86 [2021-05-06T02:37:18.275Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-06T02:37:18.549Z] ---> Running in 86f72fa0519d [2021-05-06T02:37:19.143Z] Removing intermediate container 86f72fa0519d [2021-05-06T02:37:19.143Z] ---> 0c430fb52940 [2021-05-06T02:37:19.143Z] Step 12/24 : COPY go.mod . [2021-05-06T02:37:19.750Z] ---> 9527650e5c3f [2021-05-06T02:37:19.750Z] Step 13/24 : COPY Makefile . [2021-05-06T02:37:20.348Z] ---> 2a1354818ec0 [2021-05-06T02:37:20.348Z] Step 14/24 : RUN make update [2021-05-06T02:37:20.626Z] ---> Running in e8039e663650 [2021-05-06T02:37:21.621Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-06T02:37:23.060Z] Removing intermediate container e8039e663650 [2021-05-06T02:37:23.060Z] ---> 5cf3a046896c [2021-05-06T02:37:23.060Z] Step 15/24 : COPY . . [2021-05-06T02:37:26.447Z] ---> 02f9af5b6e57 [2021-05-06T02:37:26.447Z] Step 16/24 : RUN ${MAKE} [2021-05-06T02:37:26.447Z] ---> Running in 5b468994e42b [2021-05-06T02:37:27.425Z] 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-05-06T02:37:54.252Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-06T02:37:58.563Z] Removing intermediate container 5b468994e42b [2021-05-06T02:37:58.563Z] ---> dbfcf3b7c0f7 [2021-05-06T02:37:58.563Z] Step 17/24 : FROM alpine:3.12 [2021-05-06T02:37:58.833Z] 3.12: Pulling from library/alpine [2021-05-06T02:37:58.833Z] d2f70382dc9a: Pulling fs layer [2021-05-06T02:37:59.105Z] d2f70382dc9a: Verifying Checksum [2021-05-06T02:37:59.105Z] d2f70382dc9a: Download complete [2021-05-06T02:37:59.698Z] d2f70382dc9a: Pull complete [2021-05-06T02:37:59.698Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T02:37:59.698Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T02:37:59.698Z] ---> 9852663dfa18 [2021-05-06T02:37:59.698Z] Step 18/24 : EXPOSE 4000 [2021-05-06T02:37:59.970Z] ---> Running in db5928b67f73 [2021-05-06T02:38:00.562Z] Removing intermediate container db5928b67f73 [2021-05-06T02:38:00.562Z] ---> 366789798e32 [2021-05-06T02:38:00.562Z] 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-05-06T02:38:03.179Z] ---> 4a483090df5d [2021-05-06T02:38:03.179Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-06T02:38:03.179Z] ---> Running in 6d5366569d37 [2021-05-06T02:38:03.179Z] Removing intermediate container 6d5366569d37 [2021-05-06T02:38:03.179Z] ---> 19caf873862e [2021-05-06T02:38:03.179Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-06T02:38:03.452Z] ---> Running in 0000643a7e41 [2021-05-06T02:38:04.049Z] Removing intermediate container 0000643a7e41 [2021-05-06T02:38:04.049Z] ---> 0408f9e7def3 [2021-05-06T02:38:04.049Z] Step 22/24 : LABEL arch=arm64 [2021-05-06T02:38:04.049Z] ---> Running in c61bb89fe6ff [2021-05-06T02:38:04.643Z] Removing intermediate container c61bb89fe6ff [2021-05-06T02:38:04.644Z] ---> 477b9ab07bfa [2021-05-06T02:38:04.644Z] Step 23/24 : LABEL git_sha=f63bab984c54ff5b606b005beb238aca437a27d5 [2021-05-06T02:38:04.644Z] ---> Running in 44378c5f2e9a [2021-05-06T02:38:04.918Z] Removing intermediate container 44378c5f2e9a [2021-05-06T02:38:04.918Z] ---> 43d0078061fa [2021-05-06T02:38:04.918Z] Step 24/24 : LABEL version=0.0.0 [2021-05-06T02:38:05.190Z] ---> Running in c7f22db97d56 [2021-05-06T02:38:05.461Z] Removing intermediate container c7f22db97d56 [2021-05-06T02:38:05.461Z] ---> 50280037a140 [2021-05-06T02:38:05.461Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-06T02:38:05.732Z] Successfully built 50280037a140 [2021-05-06T02:38:05.732Z] 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-05-06T02:38:06.196Z] ---> job-cost.sh [2021-05-06T02:38:06.197Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jDrb [2021-05-06T02:38:45.161Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T02:40:06.891Z] lf-activate-venv(): INFO: Adding /tmp/venv-jDrb/bin to PATH [2021-05-06T02:40:06.891Z] INFO: No Stack... [2021-05-06T02:40:06.891Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T02:40:06.891Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T02:40:07.224Z] + + cut -d, -f6 [2021-05-06T02:40:07.224Z] cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-05-06T02:40:07.338Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] [2021-05-06T02:40:07.346Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] did not exist. Created. [2021-05-06T02:40:07.346Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T02:40:07.714Z] /w/workspace/edgex-ui-go/2@tmp/durable-286e5c89/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-286e5c89/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-06T02:40:08.059Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T02:40:08.091Z] Warning: overwriting stash ‘stack-cost’ [2021-05-06T02:40:08.322Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T02:40:08.337Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-347-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-05-06T02:40:08.816Z] provisioning config files... [2021-05-06T02:40:08.826Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/config231168592796711044tmp [Pipeline] { [Pipeline] sh [2021-05-06T02:40:09.176Z] + set +x [2021-05-06T02:40:09.176Z] + curl -s https://codecov.io/bash [2021-05-06T02:40:09.176Z] + bash -s -- [2021-05-06T02:40:09.176Z] [2021-05-06T02:40:09.176Z] _____ _ [2021-05-06T02:40:09.176Z] / ____| | | [2021-05-06T02:40:09.176Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T02:40:09.176Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T02:40:09.176Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T02:40:09.176Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T02:40:09.176Z] Bash-1.0.2 [2021-05-06T02:40:09.176Z] [2021-05-06T02:40:09.176Z] [2021-05-06T02:40:09.176Z] ==> git version 2.24.3 found [2021-05-06T02:40:09.514Z] ==> 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-05-06T02:40:09.514Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T02:40:09.514Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T02:40:09.514Z] ==> Jenkins CI detected. [2021-05-06T02:40:09.514Z] project root: . [2021-05-06T02:40:09.514Z] --> token set from env [2021-05-06T02:40:09.514Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T02:40:09.514Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T02:40:09.514Z] ==> Python coveragepy not found [2021-05-06T02:40:09.514Z] ==> Searching for coverage reports in: [2021-05-06T02:40:09.514Z] + . [2021-05-06T02:40:09.514Z] -> Found 1 reports [2021-05-06T02:40:09.514Z] ==> Detecting git/mercurial file structure [2021-05-06T02:40:09.514Z] ==> Reading reports [2021-05-06T02:40:09.514Z] + ./coverage.out bytes=10 [2021-05-06T02:40:09.514Z] ==> Appending adjustments [2021-05-06T02:40:09.514Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T02:40:09.814Z] + Found adjustments [2021-05-06T02:40:09.814Z] ==> Gzipping contents [2021-05-06T02:40:09.814Z] 4.0K /tmp/codecov.84pibE.gz [2021-05-06T02:40:09.814Z] ==> Uploading reports [2021-05-06T02:40:09.814Z] url: https://codecov.io [2021-05-06T02:40:09.814Z] query: branch=PR-347&commit=f63bab984c54ff5b606b005beb238aca437a27d5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-347%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=347&job=&cmd_args= [2021-05-06T02:40:09.814Z] -> Pinging Codecov [2021-05-06T02:40:09.814Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-347&commit=f63bab984c54ff5b606b005beb238aca437a27d5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-347%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=347&job=&cmd_args= [2021-05-06T02:40:10.083Z] -> Uploading to [2021-05-06T02:40:10.083Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/FB506323287CE973F263BFD2A0EB1F37/f63bab984c54ff5b606b005beb238aca437a27d5/b8cfaa4d-68f1-4e39-8515-6db3cd4d9256.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T024010Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5e328a6fd038a90dd9b13591be52bbb7f213beb7b5614d1a41963f9c66c3f0d [2021-05-06T02:40:10.083Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T02:40:10.083Z] Dload Upload Total Spent Left Speed [2021-05-06T02:40:10.659Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 8422 --:--:-- --:--:-- --:--:-- 8409 100 3902 0 0 100 3902 0 8419 --:--:-- --:--:-- --:--:-- 8409 [2021-05-06T02:40:10.659Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f63bab984c54ff5b606b005beb238aca437a27d5 [Pipeline] } [2021-05-06T02:40:10.669Z] 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-05-06T02:40:11.601Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:40:11.915Z] ---> package-listing.sh [2021-05-06T02:40:11.915Z] ++ facter osfamily [2021-05-06T02:40:11.915Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T02:40:11.915Z] + OS_FAMILY=redhat [2021-05-06T02:40:11.915Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-347 [2021-05-06T02:40:11.915Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T02:40:11.915Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T02:40:11.915Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T02:40:11.915Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T02:40:11.915Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-347 ']' [2021-05-06T02:40:11.915Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T02:40:11.915Z] + case "${OS_FAMILY}" in [2021-05-06T02:40:11.915Z] + rpm -qa [2021-05-06T02:40:11.916Z] + sort [2021-05-06T02:40:18.532Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T02:40:18.532Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T02:40:18.533Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T02:40:18.533Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-347 ']' [2021-05-06T02:40:18.533Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-347/archives/ [2021-05-06T02:40:18.533Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-347/archives/ [Pipeline] echo [2021-05-06T02:40:18.547Z] 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-347/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T02:40:18.843Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:40:19.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T02:40:19.157Z] [2021-05-06T02:40:19.157Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T02:40:19.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T02:40:19.477Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T02:40:19.477Z] df20fa9351a1: Pulling fs layer [2021-05-06T02:40:19.477Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T02:40:19.477Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T02:40:19.477Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T02:40:19.477Z] 93b61091891f: Pulling fs layer [2021-05-06T02:40:19.477Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T02:40:19.477Z] 5e14af77c1be: Pulling fs layer [2021-05-06T02:40:19.477Z] 01666e4c0597: Pulling fs layer [2021-05-06T02:40:19.477Z] aa168da1d23b: Pulling fs layer [2021-05-06T02:40:19.477Z] 46f8f816bc3b: Waiting [2021-05-06T02:40:19.477Z] 93b61091891f: Waiting [2021-05-06T02:40:19.477Z] 93b9cdb0e59b: Waiting [2021-05-06T02:40:19.477Z] 5e14af77c1be: Waiting [2021-05-06T02:40:19.477Z] 01666e4c0597: Waiting [2021-05-06T02:40:19.477Z] aa168da1d23b: Waiting [2021-05-06T02:40:19.477Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T02:40:19.477Z] 36b3adc4ff6f: Download complete [2021-05-06T02:40:19.477Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T02:40:19.477Z] 46f8f816bc3b: Download complete [2021-05-06T02:40:19.743Z] df20fa9351a1: Verifying Checksum [2021-05-06T02:40:19.743Z] 93b9cdb0e59b: Download complete [2021-05-06T02:40:19.743Z] 5e14af77c1be: Verifying Checksum [2021-05-06T02:40:19.743Z] 5e14af77c1be: Download complete [2021-05-06T02:40:19.743Z] 01666e4c0597: Verifying Checksum [2021-05-06T02:40:19.743Z] 01666e4c0597: Download complete [2021-05-06T02:40:19.743Z] 93b61091891f: Verifying Checksum [2021-05-06T02:40:19.743Z] 93b61091891f: Download complete [2021-05-06T02:40:20.007Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T02:40:20.007Z] 8ad3a11d3b57: Download complete [2021-05-06T02:40:20.007Z] df20fa9351a1: Pull complete [2021-05-06T02:40:20.270Z] 36b3adc4ff6f: Pull complete [2021-05-06T02:40:21.232Z] 8ad3a11d3b57: Pull complete [2021-05-06T02:40:21.497Z] 46f8f816bc3b: Pull complete [2021-05-06T02:40:22.074Z] 93b61091891f: Pull complete [2021-05-06T02:40:22.074Z] 93b9cdb0e59b: Pull complete [2021-05-06T02:40:22.338Z] aa168da1d23b: Verifying Checksum [2021-05-06T02:40:22.338Z] aa168da1d23b: Download complete [2021-05-06T02:40:22.600Z] 5e14af77c1be: Pull complete [2021-05-06T02:40:22.866Z] 01666e4c0597: Pull complete [2021-05-06T02:40:31.169Z] aa168da1d23b: Pull complete [2021-05-06T02:40:31.169Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T02:40:31.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T02:40:31.169Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T02:40:31.404Z] prd-centos7-docker-4c-2g-3156 does not seem to be running inside a container [2021-05-06T02:40:31.458Z] $ 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-347/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-347 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-347:/w/workspace/edgexfoundry_edgex-ui-go_PR-347:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T02:40:34.564Z] $ docker top 0a20ba1c0a4e93b4362339def657c39af633b75f1ec6f28ea2b18e76cf3a283a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T02:40:34.995Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T02:40:35.303Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T02:40:35.609Z] + ls /var/log/sa-host [2021-05-06T02:40:35.609Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T02:40:35.609Z] file_magic: OK [2021-05-06T02:40:35.609Z] HZ: Using current value: 100 [2021-05-06T02:40:35.609Z] file_header: OK [2021-05-06T02:40:35.609Z] 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-05-06T02:40:35.609Z] Statistics: [2021-05-06T02:40:35.609Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T02:40:35.609Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T02:40:35.609Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T02:40:35.609Z] file_magic: OK [2021-05-06T02:40:35.609Z] HZ: Using current value: 100 [2021-05-06T02:40:35.609Z] file_header: OK [2021-05-06T02:40:35.609Z] 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-05-06T02:40:35.609Z] Statistics: [2021-05-06T02:40:35.609Z] Hnuu...uuuununununu... [2021-05-06T02:40:35.609Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T02:40:35.785Z] provisioning config files... [2021-05-06T02:40:35.802Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/config6856467893455484014tmp [Pipeline] { [Pipeline] echo [2021-05-06T02:40:35.826Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:40:36.127Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T02:40:36.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T02:40:36.164Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:40:36.463Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T02:40:36.475Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:40:36.784Z] ---> sudo-logs.sh [2021-05-06T02:40:36.784Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T02:40:36.820Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:40:37.132Z] ---> job-cost.sh [2021-05-06T02:40:37.132Z] lf-activate-venv: SKIPPING [2021-05-06T02:40:37.132Z] DEBUG: total: 0.20999999344348907 [2021-05-06T02:40:37.132Z] INFO: Retrieving Stack Cost... [2021-05-06T02:40:38.525Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T02:40:38.790Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T02:40:38.808Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T02:40:39.107Z] ---> logs-deploy.sh [2021-05-06T02:40:39.108Z] lf-activate-venv: SKIPPING [2021-05-06T02:40:39.108Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-347/2 [2021-05-06T02:40:39.108Z] INFO: archiving workspace using pattern(s): [2021-05-06T02:40:41.031Z] Archives upload complete. [2021-05-06T02:40:41.031Z] INFO: archiving logs to Nexus