Pull request #349 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from df9b6e17786c0be58a78f3de28d75c519b4ded9f+e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 (37487a46140a6556d0c57a604c161212bc5da683) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3721 in /w/workspace/edgexfoundry_edgex-ui-go_PR-349 [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-349 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/349/head:refs/remotes/origin/PR-349 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 into PR head commit df9b6e17786c0be58a78f3de28d75c519b4ded9f Merge succeeded, producing df9b6e17786c0be58a78f3de28d75c519b4ded9f Checking out Revision df9b6e17786c0be58a78f3de28d75c519b4ded9f (PR-349) > git config core.sparsecheckout # timeout=10 > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # 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 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.82" > git rev-list --no-walk 08bcb67294c1070448f0dbfd521d90a666c95db4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-08T07:33:01.731Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-08T07:33:01.852Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-08T07:33:01.881Z] ========================================================= [2021-05-08T07:33:01.881Z] EdgeX Global Pipelines Version Info [2021-05-08T07:33:01.881Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:33:04.139Z] ------------------- [2021-05-08T07:33:04.139Z] stable info: [2021-05-08T07:33:04.139Z] ------------------- [2021-05-08T07:33:04.139Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-08T07:33:04.139Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T07:33:04.139Z] Message: update stable to v1.0.191 [2021-05-08T07:33:04.719Z] ------------------- [2021-05-08T07:33:04.719Z] experimental info: [2021-05-08T07:33:04.719Z] ------------------- [2021-05-08T07:33:04.719Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-08T07:33:04.719Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T07:33:04.719Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-08T07:33:04.895Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-08T07:33:04.918Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-08T07:33:04.945Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-08T07:33:04.985Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-08T07:33:05.010Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-08T07:33:05.033Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-08T07:33:05.055Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-08T07:33:05.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-08T07:33:05.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-08T07:33:05.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-08T07:33:05.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-08T07:33:05.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-05-08T07:33:05.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-08T07:33:05.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-08T07:33:05.268Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-08T07:33:05.292Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-08T07:33:05.316Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T07:33:05.360Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T07:33:05.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-08T07:33:05.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-08T07:33:05.430Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-08T07:33:05.453Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-08T07:33:05.477Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-08T07:33:05.503Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-08T07:33:05.528Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-08T07:33:05.554Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-08T07:33:05.578Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-349 [Pipeline] echo [2021-05-08T07:33:05.627Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-349 [Pipeline] echo [2021-05-08T07:33:05.652Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-349 [Pipeline] echo [2021-05-08T07:33:05.678Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df9b6e17786c0be58a78f3de28d75c519b4ded9f [Pipeline] echo [2021-05-08T07:33:05.702Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df9b6e1 [Pipeline] echo [2021-05-08T07:33:05.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T07:33:05.796Z] provisioning config files... [2021-05-08T07:33:05.835Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/config4377391372246879491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:33:06.176Z] ---> docker-login.sh [2021-05-08T07:33:06.176Z] nexus3.edgexfoundry.org:10001 [2021-05-08T07:33:06.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:33:06.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:33:06.708Z] Configure a credential helper to remove this warning. See [2021-05-08T07:33:06.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:33:06.708Z] [2021-05-08T07:33:06.708Z] Login Succeeded [2021-05-08T07:33:06.708Z] nexus3.edgexfoundry.org:10002 [2021-05-08T07:33:06.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:33:06.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:33:06.978Z] Configure a credential helper to remove this warning. See [2021-05-08T07:33:06.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:33:06.978Z] [2021-05-08T07:33:06.978Z] Login Succeeded [2021-05-08T07:33:06.978Z] nexus3.edgexfoundry.org:10003 [2021-05-08T07:33:06.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:33:06.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:33:06.978Z] Configure a credential helper to remove this warning. See [2021-05-08T07:33:06.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:33:06.978Z] [2021-05-08T07:33:06.978Z] Login Succeeded [2021-05-08T07:33:06.978Z] nexus3.edgexfoundry.org:10004 [2021-05-08T07:33:07.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:33:07.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:33:07.248Z] Configure a credential helper to remove this warning. See [2021-05-08T07:33:07.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:33:07.248Z] [2021-05-08T07:33:07.248Z] Login Succeeded [2021-05-08T07:33:07.248Z] docker.io [2021-05-08T07:33:07.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:33:07.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:33:07.783Z] Configure a credential helper to remove this warning. See [2021-05-08T07:33:07.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:33:07.783Z] [2021-05-08T07:33:07.783Z] Login Succeeded [2021-05-08T07:33:07.783Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T07:33:07.794Z] 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-08T07:33:08.246Z] + git log --format=format:%s -1 df9b6e17786c0be58a78f3de28d75c519b4ded9f [Pipeline] echo [2021-05-08T07:33:08.381Z] GIT_COMMIT: df9b6e17786c0be58a78f3de28d75c519b4ded9f, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.82 [Pipeline] echo [2021-05-08T07:33:08.395Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:33:08.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:33:08.973Z] [2021-05-08T07:33:08.973Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:33:09.300Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:33:09.300Z] latest: Pulling from edgex-devops/git-semver [2021-05-08T07:33:09.300Z] 31603596830f: Pulling fs layer [2021-05-08T07:33:09.300Z] 54011a49482f: Pulling fs layer [2021-05-08T07:33:09.300Z] a6820b24f6d8: Pulling fs layer [2021-05-08T07:33:09.300Z] f581987b2513: Pulling fs layer [2021-05-08T07:33:09.300Z] f581987b2513: Waiting [2021-05-08T07:33:09.300Z] 54011a49482f: Verifying Checksum [2021-05-08T07:33:09.300Z] 54011a49482f: Download complete [2021-05-08T07:33:09.572Z] 31603596830f: Verifying Checksum [2021-05-08T07:33:09.572Z] 31603596830f: Download complete [2021-05-08T07:33:09.572Z] a6820b24f6d8: Verifying Checksum [2021-05-08T07:33:09.572Z] a6820b24f6d8: Download complete [2021-05-08T07:33:09.572Z] f581987b2513: Verifying Checksum [2021-05-08T07:33:09.572Z] f581987b2513: Download complete [2021-05-08T07:33:09.847Z] 31603596830f: Pull complete [2021-05-08T07:33:10.118Z] 54011a49482f: Pull complete [2021-05-08T07:33:11.078Z] a6820b24f6d8: Pull complete [2021-05-08T07:33:11.343Z] f581987b2513: Pull complete [2021-05-08T07:33:11.343Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-08T07:33:11.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:33:11.343Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-08T07:33:11.459Z] prd-centos7-docker-4c-2g-3721 does not seem to be running inside a container [2021-05-08T07:33:11.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-349 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-349:/w/workspace/edgexfoundry_edgex-ui-go_PR-349:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@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-08T07:33:13.497Z] $ docker top a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T07:33:13.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T07:33:13.653Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T07:33:13.920Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T07:33:13.928Z] $ docker exec a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a ssh-agent [2021-05-08T07:33:14.123Z] SSH_AUTH_SOCK=/tmp/ssh-Ou4exuYn0oYs/agent.12 [2021-05-08T07:33:14.123Z] SSH_AGENT_PID=17 [2021-05-08T07:33:14.135Z] Running ssh-add (command line suppressed) [2021-05-08T07:33:14.280Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/private_key_8973285547919459520.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/private_key_8973285547919459520.key) [2021-05-08T07:33:14.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T07:33:14.677Z] + git tag --points-at HEAD [Pipeline] } [2021-05-08T07:33:14.703Z] $ docker exec --env ******** --env ******** a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a ssh-agent -k [2021-05-08T07:33:14.854Z] unset SSH_AUTH_SOCK; [2021-05-08T07:33:14.855Z] unset SSH_AGENT_PID; [2021-05-08T07:33:14.855Z] echo Agent pid 17 killed; [2021-05-08T07:33:14.913Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-08T07:33:14.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T07:33:14.951Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T07:33:15.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T07:33:15.145Z] $ docker exec a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a ssh-agent [2021-05-08T07:33:15.328Z] SSH_AUTH_SOCK=/tmp/ssh-bSYBGK4x6CUU/agent.49 [2021-05-08T07:33:15.328Z] SSH_AGENT_PID=54 [2021-05-08T07:33:15.338Z] Running ssh-add (command line suppressed) [2021-05-08T07:33:15.510Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/private_key_5504598912291187939.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/private_key_5504598912291187939.key) [2021-05-08T07:33:15.577Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T07:33:15.889Z] + git semver init [2021-05-08T07:33:15.890Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T07:33:15.890Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-349/.git [2021-05-08T07:33:15.890Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-349 [2021-05-08T07:33:15.890Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T07:33:15.890Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T07:33:15.890Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T07:33:15.890Z] # $SEMVER_BRANCH = PR-349 [2021-05-08T07:33:15.890Z] # $SEMVER_TEMP = /tmp/semver-396006861 [2021-05-08T07:33:15.890Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-08T07:33:17.842Z] # '/tmp/semver-396006861' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-349/.semver' [2021-05-08T07:33:17.842Z] # -> Force: false [2021-05-08T07:33:17.843Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-349/.semver [Pipeline] } [2021-05-08T07:33:17.861Z] $ docker exec --env ******** --env ******** a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a ssh-agent -k [2021-05-08T07:33:18.003Z] unset SSH_AUTH_SOCK; [2021-05-08T07:33:18.003Z] unset SSH_AGENT_PID; [2021-05-08T07:33:18.003Z] echo Agent pid 54 killed; [2021-05-08T07:33:18.056Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T07:33:18.388Z] + git semver [Pipeline] } [2021-05-08T07:33:18.410Z] $ docker stop --time=1 a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a [2021-05-08T07:33:19.882Z] $ docker rm -f a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T07:33:20.318Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-08T07:33:20.713Z] Stashed 1 file(s) [Pipeline] echo [2021-05-08T07:33:20.718Z] [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-08T07:33:35.897Z] Still waiting to schedule task [2021-05-08T07:33:35.897Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-08T07:33:35.900Z] Still waiting to schedule task [2021-05-08T07:33:35.900Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-08T07:35:52.391Z] Running on prd-centos7-docker-4c-2g-3725 in /w/workspace/edgexfoundry_edgex-ui-go_PR-349 [Pipeline] { [Pipeline] ws [2021-05-08T07:35:52.411Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-05-08T07:35:58.120Z] using credential edgex-jenkins-ssh [2021-05-08T07:35:58.141Z] Cloning the remote Git repository [2021-05-08T07:35:58.225Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:35:58.341Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-05-08T07:35:58.415Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:35:58.415Z] > git --version # timeout=10 [2021-05-08T07:35:58.422Z] > git --version # 'git version 2.24.3' [2021-05-08T07:35:58.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:35:58.479Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T07:36:00.099Z] Merging remotes/origin/master commit e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 into PR head commit df9b6e17786c0be58a78f3de28d75c519b4ded9f [2021-05-08T07:36:00.451Z] Merge succeeded, producing df9b6e17786c0be58a78f3de28d75c519b4ded9f [2021-05-08T07:36:00.452Z] Checking out Revision df9b6e17786c0be58a78f3de28d75c519b4ded9f (PR-349) [2021-05-08T07:35:59.632Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T07:35:59.641Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T07:35:59.653Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T07:35:59.669Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:35:59.669Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:35:59.675Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/349/head:refs/remotes/origin/PR-349 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T07:36:00.111Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T07:36:00.117Z] > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 [2021-05-08T07:36:00.412Z] > git remote # timeout=10 [2021-05-08T07:36:00.419Z] > git config --get remote.origin.url # timeout=10 [2021-05-08T07:36:00.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:36:00.431Z] > git merge e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 [2021-05-08T07:36:00.445Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-08T07:36:00.457Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T07:36:00.462Z] > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 [2021-05-08T07:36:04.570Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.82" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T07:36:05.798Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-08T07:36:06.142Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T07:36:06.448Z] + sudo service docker restart [2021-05-08T07:36:06.448Z] + true [2021-05-08T07:36:06.449Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T07:36:08.411Z] provisioning config files... [2021-05-08T07:36:08.445Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6018557003395125812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:36:08.773Z] ---> docker-login.sh [2021-05-08T07:36:08.773Z] nexus3.edgexfoundry.org:10001 [2021-05-08T07:36:09.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:09.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:09.037Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:09.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:09.037Z] [2021-05-08T07:36:09.037Z] Login Succeeded [2021-05-08T07:36:09.303Z] nexus3.edgexfoundry.org:10002 [2021-05-08T07:36:09.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:09.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:09.303Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:09.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:09.303Z] [2021-05-08T07:36:09.303Z] Login Succeeded [2021-05-08T07:36:09.303Z] nexus3.edgexfoundry.org:10003 [2021-05-08T07:36:09.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:09.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:09.582Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:09.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:09.582Z] [2021-05-08T07:36:09.582Z] Login Succeeded [2021-05-08T07:36:09.582Z] nexus3.edgexfoundry.org:10004 [2021-05-08T07:36:09.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:09.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:09.853Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:09.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:09.853Z] [2021-05-08T07:36:09.853Z] Login Succeeded [2021-05-08T07:36:09.853Z] docker.io [2021-05-08T07:36:10.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:10.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:10.394Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:10.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:10.394Z] [2021-05-08T07:36:10.394Z] Login Succeeded [2021-05-08T07:36:10.394Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T07:36:10.405Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-08T07:36:10.615Z] ========================================================= [2021-05-08T07:36:10.615Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-08T07:36:10.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:36:10.970Z] + 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-08T07:36:11.591Z] Sending build context to Docker daemon 34.88MB [2021-05-08T07:36:11.591Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T07:36:11.591Z] Step 2/8 : FROM ${BASE} [2021-05-08T07:36:11.591Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-08T07:36:11.591Z] 540db60ca938: Pulling fs layer [2021-05-08T07:36:11.591Z] adcc1eea9eea: Pulling fs layer [2021-05-08T07:36:11.591Z] 4c4ab2625f07: Pulling fs layer [2021-05-08T07:36:11.591Z] 0510c868ecb4: Pulling fs layer [2021-05-08T07:36:11.591Z] afea3b2eda06: Pulling fs layer [2021-05-08T07:36:11.591Z] 7809a108b3ef: Pulling fs layer [2021-05-08T07:36:11.591Z] f706445af74f: Pulling fs layer [2021-05-08T07:36:11.591Z] afea3b2eda06: Waiting [2021-05-08T07:36:11.591Z] f706445af74f: Waiting [2021-05-08T07:36:11.591Z] 7809a108b3ef: Waiting [2021-05-08T07:36:11.591Z] 0510c868ecb4: Waiting [2021-05-08T07:36:11.863Z] 4c4ab2625f07: Verifying Checksum [2021-05-08T07:36:11.863Z] 4c4ab2625f07: Download complete [2021-05-08T07:36:11.863Z] adcc1eea9eea: Download complete [2021-05-08T07:36:11.863Z] afea3b2eda06: Verifying Checksum [2021-05-08T07:36:11.863Z] afea3b2eda06: Download complete [2021-05-08T07:36:11.863Z] 7809a108b3ef: Verifying Checksum [2021-05-08T07:36:11.863Z] 7809a108b3ef: Download complete [2021-05-08T07:36:11.863Z] 540db60ca938: Verifying Checksum [2021-05-08T07:36:11.863Z] 540db60ca938: Download complete [2021-05-08T07:36:12.129Z] 540db60ca938: Pull complete [2021-05-08T07:36:12.408Z] adcc1eea9eea: Pull complete [2021-05-08T07:36:12.671Z] 4c4ab2625f07: Pull complete [2021-05-08T07:36:15.396Z] f706445af74f: Verifying Checksum [2021-05-08T07:36:15.396Z] f706445af74f: Download complete [2021-05-08T07:36:16.385Z] 0510c868ecb4: Verifying Checksum [2021-05-08T07:36:16.385Z] 0510c868ecb4: Download complete [2021-05-08T07:36:20.553Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3724 in /w/workspace/edgexfoundry_edgex-ui-go_PR-349 [Pipeline] { [Pipeline] ws [2021-05-08T07:36:20.572Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-05-08T07:36:23.209Z] 0510c868ecb4: Pull complete [2021-05-08T07:36:23.491Z] afea3b2eda06: Pull complete [2021-05-08T07:36:23.782Z] 7809a108b3ef: Pull complete [2021-05-08T07:36:26.916Z] using credential edgex-jenkins-ssh [2021-05-08T07:36:26.945Z] Cloning the remote Git repository [2021-05-08T07:36:27.040Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:36:27.156Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-05-08T07:36:27.275Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:36:27.276Z] > git --version # timeout=10 [2021-05-08T07:36:27.296Z] > git --version # 'git version 2.17.1' [2021-05-08T07:36:27.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:36:27.380Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T07:36:29.359Z] f706445af74f: Pull complete [2021-05-08T07:36:29.360Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-08T07:36:29.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-08T07:36:29.360Z] ---> b068be0155e3 [2021-05-08T07:36:29.360Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-08T07:36:29.360Z] ---> Running in 36dbae657070 [2021-05-08T07:36:29.705Z] Removing intermediate container 36dbae657070 [2021-05-08T07:36:29.705Z] ---> 41a28f316dc6 [2021-05-08T07:36:29.705Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T07:36:29.705Z] ---> Running in 04c72e1e8a92 [2021-05-08T07:36:29.451Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T07:36:29.482Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T07:36:29.507Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T07:36:29.540Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:36:29.541Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:36:29.554Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/349/head:refs/remotes/origin/PR-349 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T07:36:30.034Z] Merging remotes/origin/master commit e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 into PR head commit df9b6e17786c0be58a78f3de28d75c519b4ded9f [2021-05-08T07:36:30.700Z] Merge succeeded, producing df9b6e17786c0be58a78f3de28d75c519b4ded9f [2021-05-08T07:36:30.701Z] Checking out Revision df9b6e17786c0be58a78f3de28d75c519b4ded9f (PR-349) [2021-05-08T07:36:30.071Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T07:36:30.092Z] > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 [2021-05-08T07:36:30.628Z] > git remote # timeout=10 [2021-05-08T07:36:30.651Z] > git config --get remote.origin.url # timeout=10 [2021-05-08T07:36:30.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:36:30.676Z] > git merge e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 [2021-05-08T07:36:30.699Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-08T07:36:30.723Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T07:36:30.736Z] > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 [2021-05-08T07:36:32.378Z] Removing intermediate container 04c72e1e8a92 [2021-05-08T07:36:32.378Z] ---> 0a10ce3b356d [2021-05-08T07:36:32.378Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-08T07:36:32.378Z] ---> Running in 4a27bdd719ed [2021-05-08T07:36:33.458Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T07:36:34.144Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T07:36:34.907Z] OK: 149 MiB in 40 packages [2021-05-08T07:36:35.943Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.82" [2021-05-08T07:36:35.952Z] Removing intermediate container 4a27bdd719ed [2021-05-08T07:36:35.952Z] ---> 8cb85a180e81 [2021-05-08T07:36:35.953Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-08T07:36:35.953Z] ---> Running in d624bb2eabe5 [2021-05-08T07:36:35.953Z] Removing intermediate container d624bb2eabe5 [2021-05-08T07:36:35.953Z] ---> 29a50fa7b420 [2021-05-08T07:36:35.953Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T07:36:37.496Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-08T07:36:37.927Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T07:36:38.278Z] + sudo service docker restart [2021-05-08T07:36:38.278Z] + true [2021-05-08T07:36:40.453Z] ---> 417ab72223d7 [2021-05-08T07:36:40.454Z] Step 8/8 : RUN go mod download [2021-05-08T07:36:40.454Z] ---> Running in be6c670a6b98 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T07:36:40.976Z] provisioning config files... [2021-05-08T07:36:41.024Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config5715264895173983348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:36:41.413Z] ---> docker-login.sh [2021-05-08T07:36:41.413Z] nexus3.edgexfoundry.org:10001 [2021-05-08T07:36:42.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:42.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:42.689Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:42.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:42.689Z] [2021-05-08T07:36:42.689Z] Login Succeeded [2021-05-08T07:36:42.689Z] nexus3.edgexfoundry.org:10002 [2021-05-08T07:36:43.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:43.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:43.290Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:43.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:43.290Z] [2021-05-08T07:36:43.290Z] Login Succeeded [2021-05-08T07:36:43.290Z] nexus3.edgexfoundry.org:10003 [2021-05-08T07:36:43.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:43.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:43.897Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:43.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:43.897Z] [2021-05-08T07:36:43.897Z] Login Succeeded [2021-05-08T07:36:43.897Z] nexus3.edgexfoundry.org:10004 [2021-05-08T07:36:44.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:44.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:44.494Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:44.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:44.494Z] [2021-05-08T07:36:44.494Z] Login Succeeded [2021-05-08T07:36:44.494Z] docker.io [2021-05-08T07:36:45.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:36:45.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:36:45.365Z] Configure a credential helper to remove this warning. See [2021-05-08T07:36:45.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:36:45.365Z] [2021-05-08T07:36:45.365Z] Login Succeeded [2021-05-08T07:36:45.365Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T07:36:45.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-08T07:36:45.747Z] ========================================================= [2021-05-08T07:36:45.747Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-08T07:36:45.747Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:36:46.097Z] + 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-08T07:36:47.082Z] Sending build context to Docker daemon 34.88MB [2021-05-08T07:36:47.082Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T07:36:47.082Z] Step 2/8 : FROM ${BASE} [2021-05-08T07:36:47.082Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-08T07:36:47.082Z] 595b0fe564bb: Pulling fs layer [2021-05-08T07:36:47.082Z] 7186ed65a4f7: Pulling fs layer [2021-05-08T07:36:47.082Z] 316046926c0a: Pulling fs layer [2021-05-08T07:36:47.082Z] 4ebd0625c992: Pulling fs layer [2021-05-08T07:36:47.082Z] 207e8628e3a3: Pulling fs layer [2021-05-08T07:36:47.082Z] c791037a9be2: Pulling fs layer [2021-05-08T07:36:47.082Z] ffd874e62e21: Pulling fs layer [2021-05-08T07:36:47.082Z] 4ebd0625c992: Waiting [2021-05-08T07:36:47.082Z] 207e8628e3a3: Waiting [2021-05-08T07:36:47.082Z] c791037a9be2: Waiting [2021-05-08T07:36:47.082Z] ffd874e62e21: Waiting [2021-05-08T07:36:47.356Z] 7186ed65a4f7: Download complete [2021-05-08T07:36:47.356Z] 316046926c0a: Verifying Checksum [2021-05-08T07:36:47.356Z] 316046926c0a: Download complete [2021-05-08T07:36:47.356Z] 207e8628e3a3: Download complete [2021-05-08T07:36:47.356Z] c791037a9be2: Download complete [2021-05-08T07:36:47.963Z] 595b0fe564bb: Verifying Checksum [2021-05-08T07:36:47.963Z] 595b0fe564bb: Download complete [2021-05-08T07:36:48.566Z] 595b0fe564bb: Pull complete [2021-05-08T07:36:49.167Z] 7186ed65a4f7: Pull complete [2021-05-08T07:36:49.167Z] ffd874e62e21: Verifying Checksum [2021-05-08T07:36:49.167Z] ffd874e62e21: Download complete [2021-05-08T07:36:49.446Z] 316046926c0a: Pull complete [2021-05-08T07:36:52.066Z] 4ebd0625c992: Verifying Checksum [2021-05-08T07:36:52.066Z] 4ebd0625c992: Download complete [2021-05-08T07:37:02.237Z] 4ebd0625c992: Pull complete [2021-05-08T07:37:02.511Z] 207e8628e3a3: Pull complete [2021-05-08T07:37:02.785Z] c791037a9be2: Pull complete [2021-05-08T07:37:07.101Z] ffd874e62e21: Pull complete [2021-05-08T07:37:07.101Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-08T07:37:07.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-08T07:37:07.101Z] ---> cfc18b08335c [2021-05-08T07:37:07.101Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-08T07:37:09.090Z] ---> Running in 971e924a752a [2021-05-08T07:37:09.694Z] Removing intermediate container 971e924a752a [2021-05-08T07:37:09.694Z] ---> 3d34c92065aa [2021-05-08T07:37:09.694Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T07:37:09.694Z] ---> Running in 0aca6b812e77 [2021-05-08T07:37:12.309Z] Removing intermediate container 0aca6b812e77 [2021-05-08T07:37:12.309Z] ---> 067271ccf7df [2021-05-08T07:37:12.309Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-08T07:37:12.309Z] ---> Running in cb31bf4135e0 [2021-05-08T07:37:12.901Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T07:37:13.878Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T07:37:14.850Z] OK: 138 MiB in 40 packages [2021-05-08T07:37:16.284Z] Removing intermediate container cb31bf4135e0 [2021-05-08T07:37:16.284Z] ---> 5675f80cb9a6 [2021-05-08T07:37:16.284Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-08T07:37:16.284Z] ---> Running in 0c04f59b0132 [2021-05-08T07:37:16.877Z] Removing intermediate container 0c04f59b0132 [2021-05-08T07:37:16.877Z] ---> 60595d37c2ed [2021-05-08T07:37:16.877Z] Step 7/8 : COPY . . [2021-05-08T07:37:19.608Z] Removing intermediate container be6c670a6b98 [2021-05-08T07:37:19.608Z] ---> 1b1770f11d67 [2021-05-08T07:37:19.608Z] Successfully built 1b1770f11d67 [2021-05-08T07:37:19.608Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:19.976Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T07:37:20.243Z] . [2021-05-08T07:37:20.258Z] ---> 2661ef629843 [2021-05-08T07:37:20.258Z] Step 8/8 : RUN go mod download [2021-05-08T07:37:20.258Z] ---> Running in 11778f89a063 [Pipeline] withDockerContainer [2021-05-08T07:37:20.493Z] prd-centos7-docker-4c-2g-3725 does not seem to be running inside a container [2021-05-08T07:37:20.752Z] $ 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-08T07:37:22.444Z] $ docker top 4e9542dec01b1877a0347cba1d85d4818b993f17bcbcbc012e0f781fc32995ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:37:23.746Z] + go version [2021-05-08T07:37:23.746Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-08T07:37:23.845Z] $ docker stop --time=1 4e9542dec01b1877a0347cba1d85d4818b993f17bcbcbc012e0f781fc32995ed [2021-05-08T07:37:25.488Z] $ docker rm -f 4e9542dec01b1877a0347cba1d85d4818b993f17bcbcbc012e0f781fc32995ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:26.101Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T07:37:26.101Z] . [Pipeline] withDockerContainer [2021-05-08T07:37:26.446Z] prd-centos7-docker-4c-2g-3725 does not seem to be running inside a container [2021-05-08T07:37:26.555Z] $ 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-08T07:37:27.670Z] $ docker top 737abb0f984b2d64bfe0c52b3b57e3795b7d78c0c96a471119da64fbfff72da6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:37:28.261Z] + go mod tidy [Pipeline] sh [2021-05-08T07:37:30.649Z] + make test [2021-05-08T07:37:30.649Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-08T07:37:32.082Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-08T07:37:52.162Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-08T07:37:52.162Z] GO111MODULE=on go vet ./... [2021-05-08T07:37:52.644Z] Removing intermediate container 11778f89a063 [2021-05-08T07:37:52.644Z] ---> 5ec878c1e216 [2021-05-08T07:37:52.644Z] Successfully built 5ec878c1e216 [2021-05-08T07:37:52.644Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:52.996Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T07:37:52.996Z] . [Pipeline] withDockerContainer [2021-05-08T07:37:53.284Z] prd-ubuntu18.04-docker-arm64-4c-16g-3724 does not seem to be running inside a container [2021-05-08T07:37:53.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-08T07:37:54.966Z] $ docker top ce64ed9a727f5037ee1f41a2768f8d1aad3d82dd83716ee251e3982fc687ee14 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:37:55.928Z] + go version [2021-05-08T07:37:55.928Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-08T07:37:55.970Z] $ docker stop --time=1 ce64ed9a727f5037ee1f41a2768f8d1aad3d82dd83716ee251e3982fc687ee14 [2021-05-08T07:37:57.968Z] $ docker rm -f ce64ed9a727f5037ee1f41a2768f8d1aad3d82dd83716ee251e3982fc687ee14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:58.668Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T07:37:58.668Z] . [Pipeline] withDockerContainer [2021-05-08T07:37:58.942Z] prd-ubuntu18.04-docker-arm64-4c-16g-3724 does not seem to be running inside a container [2021-05-08T07:37:59.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-08T07:38:00.593Z] $ docker top 3e6013437b5407ae3df78ab7981b8f2704b3d5d9689be5679eaa965947ae2192 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:38:01.555Z] + go mod tidy [Pipeline] sh [2021-05-08T07:38:02.819Z] + make test [2021-05-08T07:38:02.819Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-08T07:38:03.799Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } [2021-05-08T07:38:04.822Z] $ docker stop --time=1 737abb0f984b2d64bfe0c52b3b57e3795b7d78c0c96a471119da64fbfff72da6 [2021-05-08T07:38:07.070Z] $ docker rm -f 737abb0f984b2d64bfe0c52b3b57e3795b7d78c0c96a471119da64fbfff72da6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T07:38:07.644Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T07:38:08.130Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-08T07:38:09.165Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-08T07:38:09.491Z] + ls -al . [2021-05-08T07:38:09.491Z] total 92 [2021-05-08T07:38:09.491Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 8 07:37 . [2021-05-08T07:38:09.491Z] drwxrwxr-x. 4 jenkins jenkins 28 May 8 07:35 .. [2021-05-08T07:38:09.491Z] drwxrwxr-x. 3 jenkins jenkins 20 May 8 07:36 assets [2021-05-08T07:38:09.491Z] drwxrwxr-x. 2 jenkins jenkins 35 May 8 07:36 bin [2021-05-08T07:38:09.491Z] drwxrwxr-x. 3 jenkins jenkins 29 May 8 07:36 cmd [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 8 07:36 CONTRIBUTING.md [2021-05-08T07:38:09.491Z] -rw-r--r--. 1 jenkins jenkins 10 May 8 07:37 coverage.out [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 8 07:36 Dockerfile [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 902 May 8 07:36 Dockerfile.build [2021-05-08T07:38:09.491Z] drwxrwxr-x. 5 jenkins jenkins 104 May 8 07:36 docs [2021-05-08T07:38:09.491Z] drwxrwxr-x. 8 jenkins jenkins 179 May 8 07:36 .git [2021-05-08T07:38:09.491Z] drwxrwxr-x. 2 jenkins jenkins 103 May 8 07:36 .github [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 162 May 8 07:36 .gitignore [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 987 May 8 07:36 go.mod [2021-05-08T07:38:09.491Z] -rw-r--r--. 1 jenkins jenkins 24424 May 8 07:37 go.sum [2021-05-08T07:38:09.491Z] drwxrwxr-x. 10 jenkins jenkins 139 May 8 07:36 internal [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 652 May 8 07:36 Jenkinsfile [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 8 07:36 LICENSE [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 941 May 8 07:36 Makefile [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 8 07:36 README.md [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 5 May 8 07:33 VERSION [2021-05-08T07:38:09.491Z] -rw-rw-r--. 1 jenkins jenkins 155 May 8 07:36 version.go [2021-05-08T07:38:09.491Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 8 07:36 web [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:09.825Z] + 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=df9b6e17786c0be58a78f3de28d75c519b4ded9f --label arch=amd64 --label version=0.0.0 . [2021-05-08T07:38:10.418Z] Sending build context to Docker daemon 34.91MB [2021-05-08T07:38:10.418Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T07:38:10.418Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-08T07:38:10.418Z] ---> 1b1770f11d67 [2021-05-08T07:38:10.418Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-08T07:38:11.005Z] ---> Running in 6d5f2f026195 [2021-05-08T07:38:11.275Z] Removing intermediate container 6d5f2f026195 [2021-05-08T07:38:11.275Z] ---> 68e5d262b000 [2021-05-08T07:38:11.275Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-08T07:38:11.275Z] ---> Running in b060b9efd20e [2021-05-08T07:38:11.555Z] Removing intermediate container b060b9efd20e [2021-05-08T07:38:11.555Z] ---> ef529006aacd [2021-05-08T07:38:11.555Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-08T07:38:11.555Z] ---> Running in e8c24489c951 [2021-05-08T07:38:11.830Z] Removing intermediate container e8c24489c951 [2021-05-08T07:38:11.830Z] ---> c562f68e801f [2021-05-08T07:38:11.830Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-08T07:38:11.830Z] ---> Running in 8d4dafab112d [2021-05-08T07:38:12.113Z] Removing intermediate container 8d4dafab112d [2021-05-08T07:38:12.113Z] ---> 573eaab5760b [2021-05-08T07:38:12.113Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-08T07:38:12.113Z] ---> Running in 9bf02cba7b81 [2021-05-08T07:38:12.383Z] Removing intermediate container 9bf02cba7b81 [2021-05-08T07:38:12.383Z] ---> 0a7364172da2 [2021-05-08T07:38:12.383Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T07:38:12.383Z] ---> Running in ad039249ebec [2021-05-08T07:38:13.362Z] Removing intermediate container ad039249ebec [2021-05-08T07:38:13.362Z] ---> 14b57d54c423 [2021-05-08T07:38:13.362Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-08T07:38:13.362Z] ---> Running in 3d4fd65a8724 [2021-05-08T07:38:13.949Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T07:38:14.908Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T07:38:15.491Z] OK: 149 MiB in 40 packages [2021-05-08T07:38:16.076Z] Removing intermediate container 3d4fd65a8724 [2021-05-08T07:38:16.076Z] ---> e3714410551f [2021-05-08T07:38:16.076Z] Step 10/24 : ENV GO111MODULE=on [2021-05-08T07:38:16.076Z] ---> Running in ba4d9c524467 [2021-05-08T07:38:16.346Z] Removing intermediate container ba4d9c524467 [2021-05-08T07:38:16.346Z] ---> 65471422cac2 [2021-05-08T07:38:16.346Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-08T07:38:16.346Z] ---> Running in a91ad5993f18 [2021-05-08T07:38:16.614Z] Removing intermediate container a91ad5993f18 [2021-05-08T07:38:16.614Z] ---> dd1d34ca3eee [2021-05-08T07:38:16.614Z] Step 12/24 : COPY go.mod . [2021-05-08T07:38:16.889Z] ---> b83e545d9fda [2021-05-08T07:38:16.889Z] Step 13/24 : COPY Makefile . [2021-05-08T07:38:17.178Z] ---> a0e3472b6e60 [2021-05-08T07:38:17.178Z] Step 14/24 : RUN make update [2021-05-08T07:38:17.178Z] ---> Running in 49918cfd195a [2021-05-08T07:38:17.763Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-08T07:38:18.733Z] Removing intermediate container 49918cfd195a [2021-05-08T07:38:18.733Z] ---> 723980d27da0 [2021-05-08T07:38:18.733Z] Step 15/24 : COPY . . [2021-05-08T07:38:22.089Z] ---> dd5610052949 [2021-05-08T07:38:22.089Z] Step 16/24 : RUN ${MAKE} [2021-05-08T07:38:22.089Z] ---> Running in 8bd1094c19c0 [2021-05-08T07:38:22.089Z] 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-08T07:38:34.623Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-08T07:38:37.973Z] Removing intermediate container 8bd1094c19c0 [2021-05-08T07:38:37.973Z] ---> ef289bc36f55 [2021-05-08T07:38:37.973Z] Step 17/24 : FROM alpine:3.12 [2021-05-08T07:38:38.238Z] 3.12: Pulling from library/alpine [2021-05-08T07:38:38.508Z] 339de151aab4: Pulling fs layer [2021-05-08T07:38:38.784Z] 339de151aab4: Download complete [2021-05-08T07:38:39.061Z] 339de151aab4: Pull complete [2021-05-08T07:38:39.062Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-08T07:38:39.062Z] Status: Downloaded newer image for alpine:3.12 [2021-05-08T07:38:39.062Z] ---> 13621d1b12d4 [2021-05-08T07:38:39.062Z] Step 18/24 : EXPOSE 4000 [2021-05-08T07:38:39.062Z] ---> Running in ab0d0713cc1a [2021-05-08T07:38:39.327Z] Removing intermediate container ab0d0713cc1a [2021-05-08T07:38:39.327Z] ---> 9d82322522f4 [2021-05-08T07:38:39.327Z] 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-08T07:38:40.748Z] ---> 5cfd7a4e348c [2021-05-08T07:38:40.748Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T07:38:40.748Z] ---> Running in 800ea4e75eb7 [2021-05-08T07:38:41.014Z] Removing intermediate container 800ea4e75eb7 [2021-05-08T07:38:41.014Z] ---> 8381a98b85d3 [2021-05-08T07:38:41.014Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-08T07:38:41.014Z] ---> Running in d6c41a70da1d [2021-05-08T07:38:41.279Z] Removing intermediate container d6c41a70da1d [2021-05-08T07:38:41.279Z] ---> d87cc56feb83 [2021-05-08T07:38:41.279Z] Step 22/24 : LABEL arch=amd64 [2021-05-08T07:38:41.279Z] ---> Running in d45cd8c06f1e [2021-05-08T07:38:41.542Z] Removing intermediate container d45cd8c06f1e [2021-05-08T07:38:41.542Z] ---> feffba3bab7d [2021-05-08T07:38:41.542Z] Step 23/24 : LABEL git_sha=df9b6e17786c0be58a78f3de28d75c519b4ded9f [2021-05-08T07:38:41.542Z] ---> Running in a03bcaaacaae [2021-05-08T07:38:41.808Z] Removing intermediate container a03bcaaacaae [2021-05-08T07:38:41.808Z] ---> 07e354deb54e [2021-05-08T07:38:41.808Z] Step 24/24 : LABEL version=0.0.0 [2021-05-08T07:38:41.808Z] ---> Running in a6183ce67824 [2021-05-08T07:38:42.078Z] Removing intermediate container a6183ce67824 [2021-05-08T07:38:42.078Z] ---> 4747b2781455 [2021-05-08T07:38:42.078Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-08T07:38:42.078Z] Successfully built 4747b2781455 [2021-05-08T07:38:42.078Z] 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-08T07:38:42.647Z] ---> job-cost.sh [2021-05-08T07:38:42.647Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nKUz [2021-05-08T07:38:42.832Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-08T07:38:42.833Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-08T07:38:42.833Z] GO111MODULE=on go vet ./... [2021-05-08T07:39:00.847Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] } [2021-05-08T07:39:01.276Z] $ docker stop --time=1 3e6013437b5407ae3df78ab7981b8f2704b3d5d9689be5679eaa965947ae2192 [2021-05-08T07:39:03.187Z] $ docker rm -f 3e6013437b5407ae3df78ab7981b8f2704b3d5d9689be5679eaa965947ae2192 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T07:39:03.923Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T07:39:03.943Z] Warning: overwriting stash ‘coverage-report’ [2021-05-08T07:39:05.016Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T07:39:05.482Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-08T07:39:05.840Z] + ls -al . [2021-05-08T07:39:05.840Z] total 124 [2021-05-08T07:39:05.840Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 07:38 . [2021-05-08T07:39:05.840Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 07:36 .. [2021-05-08T07:39:05.840Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 07:36 .git [2021-05-08T07:39:05.840Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 07:36 .github [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 162 May 8 07:36 .gitignore [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 8 07:36 CONTRIBUTING.md [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 8 07:36 Dockerfile [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 902 May 8 07:36 Dockerfile.build [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 652 May 8 07:36 Jenkinsfile [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 8 07:36 LICENSE [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 941 May 8 07:36 Makefile [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 8 07:36 README.md [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 5 May 8 07:33 VERSION [2021-05-08T07:39:05.840Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 07:36 assets [2021-05-08T07:39:05.840Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 07:36 bin [2021-05-08T07:39:05.840Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 07:36 cmd [2021-05-08T07:39:05.840Z] -rw-r--r-- 1 jenkins jenkins 10 May 8 07:38 coverage.out [2021-05-08T07:39:05.840Z] drwxrwxr-x 5 jenkins jenkins 4096 May 8 07:36 docs [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 987 May 8 07:36 go.mod [2021-05-08T07:39:05.840Z] -rw-r--r-- 1 jenkins jenkins 24424 May 8 07:38 go.sum [2021-05-08T07:39:05.840Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 07:36 internal [2021-05-08T07:39:05.840Z] -rw-rw-r-- 1 jenkins jenkins 155 May 8 07:36 version.go [2021-05-08T07:39:05.840Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 07:36 web [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:39:06.295Z] + 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=df9b6e17786c0be58a78f3de28d75c519b4ded9f --label arch=arm64 --label version=0.0.0 . [2021-05-08T07:39:07.305Z] Sending build context to Docker daemon 34.91MB [2021-05-08T07:39:07.305Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T07:39:07.305Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-08T07:39:07.305Z] ---> 5ec878c1e216 [2021-05-08T07:39:07.305Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-08T07:39:07.899Z] ---> Running in 012cd1deef50 [2021-05-08T07:39:08.497Z] Removing intermediate container 012cd1deef50 [2021-05-08T07:39:08.497Z] ---> 2f6fd7651dd5 [2021-05-08T07:39:08.497Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-08T07:39:08.497Z] ---> Running in 38966e371767 [2021-05-08T07:39:09.090Z] Removing intermediate container 38966e371767 [2021-05-08T07:39:09.090Z] ---> 234bb0bf7711 [2021-05-08T07:39:09.090Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-08T07:39:09.090Z] ---> Running in 2a228a320e6c [2021-05-08T07:39:09.359Z] Removing intermediate container 2a228a320e6c [2021-05-08T07:39:09.359Z] ---> f2525d186160 [2021-05-08T07:39:09.359Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-08T07:39:09.630Z] ---> Running in d94fcd005ed5 [2021-05-08T07:39:10.226Z] Removing intermediate container d94fcd005ed5 [2021-05-08T07:39:10.226Z] ---> 887808f71931 [2021-05-08T07:39:10.226Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-08T07:39:10.226Z] ---> Running in 4115ffa0a523 [2021-05-08T07:39:10.502Z] Removing intermediate container 4115ffa0a523 [2021-05-08T07:39:10.502Z] ---> 3ab0c90574a5 [2021-05-08T07:39:10.502Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T07:39:10.776Z] ---> Running in 41fb13292395 [2021-05-08T07:39:12.746Z] Removing intermediate container 41fb13292395 [2021-05-08T07:39:12.746Z] ---> b0b5a6766991 [2021-05-08T07:39:12.746Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-08T07:39:13.025Z] ---> Running in 158a01823b6d [2021-05-08T07:39:14.014Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T07:39:14.989Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T07:39:15.583Z] OK: 138 MiB in 40 packages [2021-05-08T07:39:17.015Z] Removing intermediate container 158a01823b6d [2021-05-08T07:39:17.015Z] ---> 52fcf3133b05 [2021-05-08T07:39:17.015Z] Step 10/24 : ENV GO111MODULE=on [2021-05-08T07:39:17.015Z] ---> Running in 784fcf6f5db5 [2021-05-08T07:39:17.292Z] Removing intermediate container 784fcf6f5db5 [2021-05-08T07:39:17.292Z] ---> 76616c8faf37 [2021-05-08T07:39:17.292Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-08T07:39:17.566Z] ---> Running in 822b51368dc4 [2021-05-08T07:39:18.160Z] Removing intermediate container 822b51368dc4 [2021-05-08T07:39:18.160Z] ---> 550b387fa40b [2021-05-08T07:39:18.160Z] Step 12/24 : COPY go.mod . [2021-05-08T07:39:18.754Z] ---> 54d8ce4930e1 [2021-05-08T07:39:18.754Z] Step 13/24 : COPY Makefile . [2021-05-08T07:39:19.730Z] ---> 6fc71776020b [2021-05-08T07:39:19.730Z] Step 14/24 : RUN make update [2021-05-08T07:39:19.730Z] ---> Running in 5532354737b2 [2021-05-08T07:39:20.719Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-08T07:39:22.165Z] Removing intermediate container 5532354737b2 [2021-05-08T07:39:22.165Z] ---> d42d29a03c71 [2021-05-08T07:39:22.165Z] Step 15/24 : COPY . . [2021-05-08T07:39:25.536Z] ---> 3266ca1cf792 [2021-05-08T07:39:25.536Z] Step 16/24 : RUN ${MAKE} [2021-05-08T07:39:25.536Z] ---> Running in 1f36ed0f0608 [2021-05-08T07:39:26.130Z] 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-08T07:39:33.159Z] lf-activate-venv(): INFO: Adding /tmp/venv-nKUz/bin to PATH [2021-05-08T07:39:33.159Z] INFO: No Stack... [2021-05-08T07:39:33.159Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T07:39:33.159Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T07:39:33.507Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-05-08T07:39:33.507Z] + cut -d, -f6 [Pipeline] lock [2021-05-08T07:39:33.613Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] [2021-05-08T07:39:33.627Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] did not exist. Created. [2021-05-08T07:39:33.627Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T07:39:33.981Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-08T07:39:34.168Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T07:39:34.182Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-08T07:39:52.982Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-08T07:39:58.398Z] Removing intermediate container 1f36ed0f0608 [2021-05-08T07:39:58.398Z] ---> 818309471613 [2021-05-08T07:39:58.398Z] Step 17/24 : FROM alpine:3.12 [2021-05-08T07:39:58.398Z] 3.12: Pulling from library/alpine [2021-05-08T07:39:58.398Z] d2f70382dc9a: Pulling fs layer [2021-05-08T07:39:58.398Z] d2f70382dc9a: Verifying Checksum [2021-05-08T07:39:58.398Z] d2f70382dc9a: Download complete [2021-05-08T07:39:58.994Z] d2f70382dc9a: Pull complete [2021-05-08T07:39:58.994Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-08T07:39:58.994Z] Status: Downloaded newer image for alpine:3.12 [2021-05-08T07:39:58.994Z] ---> 9852663dfa18 [2021-05-08T07:39:58.994Z] Step 18/24 : EXPOSE 4000 [2021-05-08T07:39:58.994Z] ---> Running in 76247f23f421 [2021-05-08T07:39:59.591Z] Removing intermediate container 76247f23f421 [2021-05-08T07:39:59.591Z] ---> 40d9c2757e4c [2021-05-08T07:39:59.591Z] 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-08T07:40:02.198Z] ---> 7226ee5ad5cc [2021-05-08T07:40:02.198Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T07:40:02.198Z] ---> Running in 11bbf707c367 [2021-05-08T07:40:02.473Z] Removing intermediate container 11bbf707c367 [2021-05-08T07:40:02.473Z] ---> a467c78b1ec5 [2021-05-08T07:40:02.473Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-08T07:40:02.473Z] ---> Running in c7b3a727aa82 [2021-05-08T07:40:03.069Z] Removing intermediate container c7b3a727aa82 [2021-05-08T07:40:03.070Z] ---> 6bc1344f5bb2 [2021-05-08T07:40:03.070Z] Step 22/24 : LABEL arch=arm64 [2021-05-08T07:40:03.070Z] ---> Running in d388eac3bdc0 [2021-05-08T07:40:03.667Z] Removing intermediate container d388eac3bdc0 [2021-05-08T07:40:03.667Z] ---> 2b822f847109 [2021-05-08T07:40:03.667Z] Step 23/24 : LABEL git_sha=df9b6e17786c0be58a78f3de28d75c519b4ded9f [2021-05-08T07:40:03.667Z] ---> Running in 03c5b3e9f3db [2021-05-08T07:40:04.263Z] Removing intermediate container 03c5b3e9f3db [2021-05-08T07:40:04.263Z] ---> d1fd7cc5f97c [2021-05-08T07:40:04.263Z] Step 24/24 : LABEL version=0.0.0 [2021-05-08T07:40:04.263Z] ---> Running in 3eb3ca544396 [2021-05-08T07:40:04.862Z] Removing intermediate container 3eb3ca544396 [2021-05-08T07:40:04.863Z] ---> 9c6c2a460167 [2021-05-08T07:40:04.863Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-08T07:40:04.863Z] Successfully built 9c6c2a460167 [2021-05-08T07:40:04.863Z] 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-08T07:40:05.365Z] ---> job-cost.sh [2021-05-08T07:40:05.365Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nnCc [2021-05-08T07:40:44.322Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T07:42:06.029Z] lf-activate-venv(): INFO: Adding /tmp/venv-nnCc/bin to PATH [2021-05-08T07:42:06.029Z] INFO: No Stack... [2021-05-08T07:42:06.029Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-08T07:42:06.029Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T07:42:06.367Z] + cut -d, -f6 [2021-05-08T07:42:06.367Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-05-08T07:42:06.478Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] [2021-05-08T07:42:06.486Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] did not exist. Created. [2021-05-08T07:42:06.486Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T07:42:06.858Z] /w/workspace/edgex-ui-go/2@tmp/durable-00b16e44/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-00b16e44/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-08T07:42:07.220Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-08T07:42:07.255Z] Warning: overwriting stash ‘stack-cost’ [2021-05-08T07:42:07.477Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T07:42:07.497Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-349-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-08T07:42:07.909Z] provisioning config files... [2021-05-08T07:42:07.927Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/config4650138275924427340tmp [Pipeline] { [Pipeline] sh [2021-05-08T07:42:08.306Z] + set +x [2021-05-08T07:42:08.306Z] + curl -s https://codecov.io/bash [2021-05-08T07:42:08.306Z] + bash -s -- [2021-05-08T07:42:08.575Z] [2021-05-08T07:42:08.575Z] _____ _ [2021-05-08T07:42:08.575Z] / ____| | | [2021-05-08T07:42:08.575Z] | | ___ __| | ___ ___ _____ __ [2021-05-08T07:42:08.575Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-08T07:42:08.575Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-08T07:42:08.575Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-08T07:42:08.575Z] Bash-1.0.2 [2021-05-08T07:42:08.575Z] [2021-05-08T07:42:08.575Z] [2021-05-08T07:42:08.575Z] ==> git version 2.24.3 found [2021-05-08T07:42:08.575Z] ==> 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-08T07:42:08.575Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-08T07:42:08.575Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-08T07:42:08.575Z] ==> Jenkins CI detected. [2021-05-08T07:42:08.575Z] project root: . [2021-05-08T07:42:08.575Z] --> token set from env [2021-05-08T07:42:08.575Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-08T07:42:08.575Z] ==> Running gcov in . (disable via -X gcov) [2021-05-08T07:42:08.575Z] ==> Python coveragepy not found [2021-05-08T07:42:08.575Z] ==> Searching for coverage reports in: [2021-05-08T07:42:08.575Z] + . [2021-05-08T07:42:08.852Z] -> Found 1 reports [2021-05-08T07:42:08.852Z] ==> Detecting git/mercurial file structure [2021-05-08T07:42:08.852Z] ==> Reading reports [2021-05-08T07:42:08.852Z] + ./coverage.out bytes=10 [2021-05-08T07:42:08.852Z] ==> Appending adjustments [2021-05-08T07:42:08.852Z] https://docs.codecov.io/docs/fixing-reports [2021-05-08T07:42:09.127Z] + Found adjustments [2021-05-08T07:42:09.127Z] ==> Gzipping contents [2021-05-08T07:42:09.127Z] 4.0K /tmp/codecov.wQwE9N.gz [2021-05-08T07:42:09.127Z] ==> Uploading reports [2021-05-08T07:42:09.127Z] url: https://codecov.io [2021-05-08T07:42:09.127Z] query: branch=PR-349&commit=df9b6e17786c0be58a78f3de28d75c519b4ded9f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-349%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=349&job=&cmd_args= [2021-05-08T07:42:09.127Z] -> Pinging Codecov [2021-05-08T07:42:09.127Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-349&commit=df9b6e17786c0be58a78f3de28d75c519b4ded9f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-349%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=349&job=&cmd_args= [2021-05-08T07:42:09.406Z] -> Uploading to [2021-05-08T07:42:09.407Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-08/FB506323287CE973F263BFD2A0EB1F37/df9b6e17786c0be58a78f3de28d75c519b4ded9f/74deec76-e8f3-4c7c-a5d5-601d4a43d969.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210508T074209Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aaaf2dbdc749925550aac158ba296817a85f1bc515fb4f53678051fe66e7e604 [2021-05-08T07:42:09.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-08T07:42:09.679Z] Dload Upload Total Spent Left Speed [2021-05-08T07:42:09.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 7702 --:--:-- --:--:-- --:--:-- 7711 [2021-05-08T07:42:09.943Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/df9b6e17786c0be58a78f3de28d75c519b4ded9f [Pipeline] } [2021-05-08T07:42:09.955Z] 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-08T07:42:11.076Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:11.650Z] ---> package-listing.sh [2021-05-08T07:42:11.650Z] ++ facter osfamily [2021-05-08T07:42:11.650Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-08T07:42:11.650Z] + OS_FAMILY=redhat [2021-05-08T07:42:11.650Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-349 [2021-05-08T07:42:11.650Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-08T07:42:11.650Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-08T07:42:11.650Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-08T07:42:11.650Z] + PACKAGES=/tmp/packages_start.txt [2021-05-08T07:42:11.650Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-349 ']' [2021-05-08T07:42:11.650Z] + PACKAGES=/tmp/packages_end.txt [2021-05-08T07:42:11.650Z] + case "${OS_FAMILY}" in [2021-05-08T07:42:11.650Z] + rpm -qa [2021-05-08T07:42:11.650Z] + sort [2021-05-08T07:42:17.099Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-08T07:42:17.099Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-08T07:42:17.099Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-08T07:42:17.099Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-349 ']' [2021-05-08T07:42:17.099Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-349/archives/ [2021-05-08T07:42:17.099Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-349/archives/ [Pipeline] echo [2021-05-08T07:42:17.114Z] 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-349/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-08T07:42:17.420Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:42:17.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T07:42:17.738Z] [2021-05-08T07:42:17.738Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:42:18.079Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T07:42:18.079Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-08T07:42:18.079Z] df20fa9351a1: Pulling fs layer [2021-05-08T07:42:18.079Z] 36b3adc4ff6f: Pulling fs layer [2021-05-08T07:42:18.079Z] 8ad3a11d3b57: Pulling fs layer [2021-05-08T07:42:18.079Z] 46f8f816bc3b: Pulling fs layer [2021-05-08T07:42:18.079Z] 93b61091891f: Pulling fs layer [2021-05-08T07:42:18.079Z] 93b9cdb0e59b: Pulling fs layer [2021-05-08T07:42:18.079Z] 5e14af77c1be: Pulling fs layer [2021-05-08T07:42:18.079Z] 01666e4c0597: Pulling fs layer [2021-05-08T07:42:18.079Z] aa168da1d23b: Pulling fs layer [2021-05-08T07:42:18.079Z] 93b9cdb0e59b: Waiting [2021-05-08T07:42:18.079Z] 5e14af77c1be: Waiting [2021-05-08T07:42:18.079Z] 01666e4c0597: Waiting [2021-05-08T07:42:18.079Z] 46f8f816bc3b: Waiting [2021-05-08T07:42:18.079Z] 93b61091891f: Waiting [2021-05-08T07:42:18.079Z] aa168da1d23b: Waiting [2021-05-08T07:42:18.079Z] 36b3adc4ff6f: Verifying Checksum [2021-05-08T07:42:18.079Z] 36b3adc4ff6f: Download complete [2021-05-08T07:42:18.079Z] 46f8f816bc3b: Download complete [2021-05-08T07:42:18.359Z] df20fa9351a1: Download complete [2021-05-08T07:42:18.359Z] 93b9cdb0e59b: Verifying Checksum [2021-05-08T07:42:18.359Z] 93b9cdb0e59b: Download complete [2021-05-08T07:42:18.359Z] 5e14af77c1be: Verifying Checksum [2021-05-08T07:42:18.359Z] 5e14af77c1be: Download complete [2021-05-08T07:42:18.359Z] 01666e4c0597: Verifying Checksum [2021-05-08T07:42:18.359Z] 01666e4c0597: Download complete [2021-05-08T07:42:18.359Z] 93b61091891f: Verifying Checksum [2021-05-08T07:42:18.359Z] 93b61091891f: Download complete [2021-05-08T07:42:18.359Z] 8ad3a11d3b57: Verifying Checksum [2021-05-08T07:42:18.359Z] 8ad3a11d3b57: Download complete [2021-05-08T07:42:18.956Z] df20fa9351a1: Pull complete [2021-05-08T07:42:19.566Z] 36b3adc4ff6f: Pull complete [2021-05-08T07:42:20.557Z] 8ad3a11d3b57: Pull complete [2021-05-08T07:42:20.557Z] 46f8f816bc3b: Pull complete [2021-05-08T07:42:21.142Z] 93b61091891f: Pull complete [2021-05-08T07:42:21.142Z] aa168da1d23b: Verifying Checksum [2021-05-08T07:42:21.142Z] aa168da1d23b: Download complete [2021-05-08T07:42:21.142Z] 93b9cdb0e59b: Pull complete [2021-05-08T07:42:21.411Z] 5e14af77c1be: Pull complete [2021-05-08T07:42:21.411Z] 01666e4c0597: Pull complete [2021-05-08T07:42:29.641Z] aa168da1d23b: Pull complete [2021-05-08T07:42:29.641Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-08T07:42:29.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T07:42:29.641Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-08T07:42:29.843Z] prd-centos7-docker-4c-2g-3721 does not seem to be running inside a container [2021-05-08T07:42:29.910Z] $ 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-349/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-349 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-349:/w/workspace/edgexfoundry_edgex-ui-go_PR-349:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@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-08T07:42:33.897Z] $ docker top 56bb2b91d19da91efbb52c5efc0113de7e1fa5c8346fd7cecf0311c014127cc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:42:34.399Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-08T07:42:34.730Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-08T07:42:35.068Z] + ls /var/log/sa-host [2021-05-08T07:42:35.068Z] + sadf -c /var/log/sa-host/sa08 [2021-05-08T07:42:35.068Z] file_magic: OK [2021-05-08T07:42:35.068Z] HZ: Using current value: 100 [2021-05-08T07:42:35.068Z] file_header: OK [2021-05-08T07:42:35.068Z] 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-08T07:42:35.068Z] Statistics: [2021-05-08T07:42:35.068Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-08T07:42:35.068Z] File successfully converted to sysstat format version 12.2.1 [2021-05-08T07:42:35.068Z] + sadf -c /var/log/sa-host/sa23 [2021-05-08T07:42:35.068Z] file_magic: OK [2021-05-08T07:42:35.068Z] HZ: Using current value: 100 [2021-05-08T07:42:35.068Z] file_header: OK [2021-05-08T07:42:35.068Z] 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-08T07:42:35.068Z] Statistics: [2021-05-08T07:42:35.068Z] Hnuu...uuuununununu... [2021-05-08T07:42:35.068Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-08T07:42:35.641Z] provisioning config files... [2021-05-08T07:42:35.660Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/config6811864468374600890tmp [Pipeline] { [Pipeline] echo [2021-05-08T07:42:35.687Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:36.009Z] ---> create-netrc.sh [Pipeline] } [2021-05-08T07:42:36.023Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-08T07:42:36.050Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:36.368Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-08T07:42:36.386Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:36.715Z] ---> sudo-logs.sh [2021-05-08T07:42:36.715Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-08T07:42:36.753Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:37.064Z] ---> job-cost.sh [2021-05-08T07:42:37.064Z] lf-activate-venv: SKIPPING [2021-05-08T07:42:37.064Z] DEBUG: total: 0.20999999344348907 [2021-05-08T07:42:37.064Z] INFO: Retrieving Stack Cost... [2021-05-08T07:42:38.470Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T07:42:39.051Z] INFO: Archiving Costs [Pipeline] echo [2021-05-08T07:42:39.067Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:39.384Z] ---> logs-deploy.sh [2021-05-08T07:42:39.384Z] lf-activate-venv: SKIPPING [2021-05-08T07:42:39.384Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-349/2 [2021-05-08T07:42:39.384Z] INFO: archiving workspace using pattern(s): [2021-05-08T07:42:41.948Z] Archives upload complete. [2021-05-08T07:42:41.948Z] INFO: archiving logs to Nexus