Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 67cde7ba2ef045a9c51b5781a16f2c9526065c00 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32881 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # 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 Checking out Revision 67cde7ba2ef045a9c51b5781a16f2c9526065c00 (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 Commit message: "add rule engine in the new Edgex UI" > git rev-list --no-walk e433474030406e4455aec061f47cc2693067360d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T04:42:55.405Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T04:42:55.719Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T04:42:55.828Z] ========================================================= [2021-04-06T04:42:55.828Z] EdgeX Global Pipelines Version Info [2021-04-06T04:42:55.829Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:42:57.372Z] ------------------- [2021-04-06T04:42:57.372Z] stable info: [2021-04-06T04:42:57.372Z] ------------------- [2021-04-06T04:42:57.372Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T04:42:57.373Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T04:42:57.373Z] Message: update stable to v1.0.186 [2021-04-06T04:42:58.326Z] ------------------- [2021-04-06T04:42:58.326Z] experimental info: [2021-04-06T04:42:58.326Z] ------------------- [2021-04-06T04:42:58.326Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T04:42:58.326Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T04:42:58.326Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T04:42:58.621Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-06T04:42:58.718Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-06T04:42:58.815Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T04:42:58.917Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T04:42:59.052Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T04:42:59.164Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T04:42:59.270Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T04:42:59.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T04:42:59.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-06T04:42:59.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T04:42:59.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T04:42:59.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-06T04:42:59.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T04:42:59.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T04:43:00.084Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T04:43:00.239Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T04:43:00.378Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T04:43:00.490Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T04:43:00.584Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T04:43:00.739Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T04:43:00.896Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-06T04:43:00.987Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-06T04:43:01.084Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T04:43:01.190Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T04:43:01.279Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-06T04:43:01.369Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T04:43:01.463Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-06T04:43:01.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-06T04:43:01.646Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-06T04:43:01.739Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67cde7ba2ef045a9c51b5781a16f2c9526065c00 [Pipeline] echo [2021-04-06T04:43:01.831Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67cde7b [Pipeline] echo [2021-04-06T04:43:01.920Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T04:43:02.094Z] provisioning config files... [2021-04-06T04:43:02.127Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8244108964312277204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:43:02.504Z] ---> docker-login.sh [2021-04-06T04:43:02.504Z] nexus3.edgexfoundry.org:10001 [2021-04-06T04:43:02.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:43:03.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:43:03.034Z] Configure a credential helper to remove this warning. See [2021-04-06T04:43:03.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:43:03.034Z] [2021-04-06T04:43:03.034Z] Login Succeeded [2021-04-06T04:43:03.034Z] nexus3.edgexfoundry.org:10002 [2021-04-06T04:43:03.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:43:03.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:43:03.034Z] Configure a credential helper to remove this warning. See [2021-04-06T04:43:03.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:43:03.034Z] [2021-04-06T04:43:03.034Z] Login Succeeded [2021-04-06T04:43:03.034Z] nexus3.edgexfoundry.org:10003 [2021-04-06T04:43:03.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:43:03.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:43:03.298Z] Configure a credential helper to remove this warning. See [2021-04-06T04:43:03.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:43:03.298Z] [2021-04-06T04:43:03.298Z] Login Succeeded [2021-04-06T04:43:03.298Z] nexus3.edgexfoundry.org:10004 [2021-04-06T04:43:03.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:43:03.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:43:03.561Z] Configure a credential helper to remove this warning. See [2021-04-06T04:43:03.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:43:03.561Z] [2021-04-06T04:43:03.561Z] Login Succeeded [2021-04-06T04:43:03.561Z] docker.io [2021-04-06T04:43:03.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:43:03.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:43:03.825Z] Configure a credential helper to remove this warning. See [2021-04-06T04:43:03.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:43:03.825Z] [2021-04-06T04:43:03.825Z] Login Succeeded [2021-04-06T04:43:03.825Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T04:43:03.834Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T04:43:04.667Z] + git log --format=format:%s -1 67cde7ba2ef045a9c51b5781a16f2c9526065c00 [Pipeline] echo [2021-04-06T04:43:04.734Z] GIT_COMMIT: 67cde7ba2ef045a9c51b5781a16f2c9526065c00, Commit Message: add rule engine in the new Edgex UI [Pipeline] echo [2021-04-06T04:43:04.819Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:43:05.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:43:05.788Z] [2021-04-06T04:43:05.788Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:43:06.137Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:43:06.137Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T04:43:06.137Z] 31603596830f: Pulling fs layer [2021-04-06T04:43:06.137Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T04:43:06.137Z] 6ca5941a6612: Pulling fs layer [2021-04-06T04:43:06.137Z] ecc8261a40a4: Pulling fs layer [2021-04-06T04:43:06.137Z] ecc8261a40a4: Waiting [2021-04-06T04:43:06.137Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T04:43:06.137Z] 2a8b12db71e7: Download complete [2021-04-06T04:43:06.400Z] 31603596830f: Verifying Checksum [2021-04-06T04:43:06.400Z] 31603596830f: Download complete [2021-04-06T04:43:06.400Z] 6ca5941a6612: Verifying Checksum [2021-04-06T04:43:06.400Z] 6ca5941a6612: Download complete [2021-04-06T04:43:06.400Z] ecc8261a40a4: Verifying Checksum [2021-04-06T04:43:06.400Z] ecc8261a40a4: Download complete [2021-04-06T04:43:06.663Z] 31603596830f: Pull complete [2021-04-06T04:43:06.663Z] 2a8b12db71e7: Pull complete [2021-04-06T04:43:07.618Z] 6ca5941a6612: Pull complete [2021-04-06T04:43:08.195Z] ecc8261a40a4: Pull complete [2021-04-06T04:43:08.195Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T04:43:08.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:43:08.195Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T04:43:08.303Z] prd-centos7-docker-4c-2g-32881 does not seem to be running inside a container [2021-04-06T04:43:08.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T04:43:10.124Z] $ docker top 3789cff12bdab2f8244cbdb4f6a7aa14f0d2aaa0d141e0b3e120cccdf9d7effa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T04:43:10.685Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T04:43:10.685Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T04:43:10.897Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T04:43:10.899Z] $ docker exec 3789cff12bdab2f8244cbdb4f6a7aa14f0d2aaa0d141e0b3e120cccdf9d7effa ssh-agent [2021-04-06T04:43:11.064Z] SSH_AUTH_SOCK=/tmp/ssh-vE1EQAu5PRWj/agent.11 [2021-04-06T04:43:11.064Z] SSH_AGENT_PID=16 [2021-04-06T04:43:11.074Z] Running ssh-add (command line suppressed) [2021-04-06T04:43:11.195Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2334463412294826264.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2334463412294826264.key) [2021-04-06T04:43:11.247Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T04:43:11.589Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T04:43:11.609Z] $ docker exec --env ******** --env ******** 3789cff12bdab2f8244cbdb4f6a7aa14f0d2aaa0d141e0b3e120cccdf9d7effa ssh-agent -k [2021-04-06T04:43:11.718Z] unset SSH_AUTH_SOCK; [2021-04-06T04:43:11.718Z] unset SSH_AGENT_PID; [2021-04-06T04:43:11.719Z] echo Agent pid 16 killed; [2021-04-06T04:43:11.765Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T04:43:11.916Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T04:43:11.916Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T04:43:12.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T04:43:12.082Z] $ docker exec 3789cff12bdab2f8244cbdb4f6a7aa14f0d2aaa0d141e0b3e120cccdf9d7effa ssh-agent [2021-04-06T04:43:12.244Z] SSH_AUTH_SOCK=/tmp/ssh-KJcStMAiv0HJ/agent.45 [2021-04-06T04:43:12.244Z] SSH_AGENT_PID=51 [2021-04-06T04:43:12.250Z] Running ssh-add (command line suppressed) [2021-04-06T04:43:12.363Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_816624973300554901.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_816624973300554901.key) [2021-04-06T04:43:12.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T04:43:12.751Z] + git semver init [2021-04-06T04:43:12.751Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T04:43:12.751Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-06T04:43:12.751Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T04:43:12.751Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T04:43:12.751Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T04:43:12.751Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T04:43:12.751Z] # $SEMVER_BRANCH = master [2021-04-06T04:43:12.751Z] # $SEMVER_TEMP = /tmp/semver-465791744 [2021-04-06T04:43:12.751Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-06T04:43:13.715Z] # '/tmp/semver-465791744' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-06T04:43:13.977Z] # -> Force: false [2021-04-06T04:43:13.977Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-06T04:43:13.988Z] $ docker exec --env ******** --env ******** 3789cff12bdab2f8244cbdb4f6a7aa14f0d2aaa0d141e0b3e120cccdf9d7effa ssh-agent -k [2021-04-06T04:43:14.098Z] unset SSH_AUTH_SOCK; [2021-04-06T04:43:14.099Z] unset SSH_AGENT_PID; [2021-04-06T04:43:14.099Z] echo Agent pid 51 killed; [2021-04-06T04:43:14.146Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T04:43:14.631Z] + git semver [Pipeline] } [2021-04-06T04:43:14.646Z] $ docker stop --time=1 3789cff12bdab2f8244cbdb4f6a7aa14f0d2aaa0d141e0b3e120cccdf9d7effa [2021-04-06T04:43:16.053Z] $ docker rm -f 3789cff12bdab2f8244cbdb4f6a7aa14f0d2aaa0d141e0b3e120cccdf9d7effa [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T04:43:16.522Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T04:43:16.966Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T04:43:16.970Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.29 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-06T04:43:32.461Z] Still waiting to schedule task [2021-04-06T04:43:32.462Z] ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-32882’ is offline [2021-04-06T04:43:32.464Z] Still waiting to schedule task [2021-04-06T04:43:32.464Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-06T04:45:20.609Z] Running on prd-centos7-docker-4c-2g-32884 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-06T04:45:20.677Z] Running in /w/workspace/edgex-ui-go/87 [Pipeline] { [Pipeline] checkout [2021-04-06T04:45:21.971Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32883 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-06T04:45:22.025Z] Running in /w/workspace/edgex-ui-go/87 [Pipeline] { [Pipeline] checkout [2021-04-06T04:45:23.160Z] using credential edgex-jenkins-ssh [2021-04-06T04:45:23.216Z] Cloning the remote Git repository [2021-04-06T04:45:23.238Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:45:23.323Z] > git init /w/workspace/edgex-ui-go/87 # timeout=10 [2021-04-06T04:45:23.424Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:45:23.424Z] > git --version # timeout=10 [2021-04-06T04:45:23.431Z] > git --version # 'git version 2.24.3' [2021-04-06T04:45:23.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:45:23.471Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T04:45:24.978Z] Checking out Revision 67cde7ba2ef045a9c51b5781a16f2c9526065c00 (master) [2021-04-06T04:45:24.536Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T04:45:24.545Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T04:45:24.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T04:45:24.571Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:45:24.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:45:24.577Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T04:45:24.989Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T04:45:24.994Z] > git checkout -f 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 [2021-04-06T04:45:26.989Z] using credential edgex-jenkins-ssh [2021-04-06T04:45:27.048Z] Cloning the remote Git repository [2021-04-06T04:45:27.096Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:45:27.201Z] > git init /w/workspace/edgex-ui-go/87 # timeout=10 [2021-04-06T04:45:27.280Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:45:27.281Z] > git --version # timeout=10 [2021-04-06T04:45:27.304Z] > git --version # 'git version 2.17.1' [2021-04-06T04:45:27.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:45:27.357Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T04:45:28.785Z] Commit message: "add rule engine in the new Edgex UI" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T04:45:29.439Z] Checking out Revision 67cde7ba2ef045a9c51b5781a16f2c9526065c00 (master) [2021-04-06T04:45:28.872Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T04:45:28.887Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T04:45:28.917Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T04:45:28.951Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T04:45:28.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T04:45:28.970Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T04:45:29.459Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T04:45:29.480Z] > git checkout -f 67cde7ba2ef045a9c51b5781a16f2c9526065c00 # timeout=10 [2021-04-06T04:45:30.135Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T04:45:30.474Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T04:45:30.780Z] + sudo service docker restart [2021-04-06T04:45:30.780Z] + true [2021-04-06T04:45:30.780Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T04:45:32.239Z] provisioning config files... [2021-04-06T04:45:32.280Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/87@tmp/config6992171271607461615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:45:32.666Z] ---> docker-login.sh [2021-04-06T04:45:32.666Z] nexus3.edgexfoundry.org:10001 [2021-04-06T04:45:32.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:32.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:32.931Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:32.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:32.931Z] [2021-04-06T04:45:32.931Z] Login Succeeded [2021-04-06T04:45:33.196Z] nexus3.edgexfoundry.org:10002 [2021-04-06T04:45:33.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:33.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:33.196Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:33.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:33.196Z] [2021-04-06T04:45:33.196Z] Login Succeeded [2021-04-06T04:45:33.196Z] nexus3.edgexfoundry.org:10003 [2021-04-06T04:45:33.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:33.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:33.460Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:33.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:33.460Z] [2021-04-06T04:45:33.460Z] Login Succeeded [2021-04-06T04:45:33.460Z] nexus3.edgexfoundry.org:10004 [2021-04-06T04:45:33.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:33.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:33.728Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:33.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:33.728Z] [2021-04-06T04:45:33.728Z] Login Succeeded [2021-04-06T04:45:33.728Z] docker.io [2021-04-06T04:45:33.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:33.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:33.992Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:33.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:33.992Z] [2021-04-06T04:45:33.992Z] Login Succeeded [2021-04-06T04:45:33.992Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T04:45:34.003Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-04-06T04:45:34.164Z] Commit message: "add rule engine in the new Edgex UI" [Pipeline] unstash [Pipeline] echo [2021-04-06T04:45:34.383Z] ========================================================= [2021-04-06T04:45:34.383Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T04:45:34.383Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-04-06T04:45:34.740Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [Pipeline] sh [2021-04-06T04:45:35.010Z] Sending build context to Docker daemon 17.59MB [2021-04-06T04:45:35.011Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T04:45:35.011Z] Step 2/8 : FROM ${BASE} [2021-04-06T04:45:35.011Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T04:45:35.011Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T04:45:35.011Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T04:45:35.011Z] de9db76c5a1d: Pulling fs layer [2021-04-06T04:45:35.011Z] bca2f99d35d6: Pulling fs layer [2021-04-06T04:45:35.011Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T04:45:35.011Z] 7c6f9722023f: Pulling fs layer [2021-04-06T04:45:35.011Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T04:45:35.011Z] 93359f2a8cfa: Waiting [2021-04-06T04:45:35.011Z] bca2f99d35d6: Waiting [2021-04-06T04:45:35.011Z] 7c6f9722023f: Waiting [2021-04-06T04:45:35.011Z] a35cf1a2eb13: Waiting [2021-04-06T04:45:35.011Z] de9db76c5a1d: Verifying Checksum [2021-04-06T04:45:35.011Z] de9db76c5a1d: Download complete [2021-04-06T04:45:35.011Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T04:45:35.011Z] 0ef7d3d256c8: Download complete [2021-04-06T04:45:35.273Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T04:45:35.273Z] 93359f2a8cfa: Download complete [2021-04-06T04:45:35.273Z] 188c0c94c7c5: Download complete [2021-04-06T04:45:35.273Z] 7c6f9722023f: Verifying Checksum [2021-04-06T04:45:35.273Z] 7c6f9722023f: Download complete [2021-04-06T04:45:35.536Z] 188c0c94c7c5: Pull complete [2021-04-06T04:45:35.712Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T04:45:35.799Z] 0ef7d3d256c8: Pull complete [2021-04-06T04:45:35.799Z] de9db76c5a1d: Pull complete [2021-04-06T04:45:36.122Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T04:45:36.477Z] + true [2021-04-06T04:45:36.477Z] + sudo service docker restart [2021-04-06T04:45:37.734Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T04:45:37.734Z] a35cf1a2eb13: Download complete [2021-04-06T04:45:38.326Z] bca2f99d35d6: Verifying Checksum [2021-04-06T04:45:38.326Z] bca2f99d35d6: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T04:45:39.174Z] provisioning config files... [2021-04-06T04:45:39.215Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/87@tmp/config2222375228006700116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:45:39.642Z] ---> docker-login.sh [2021-04-06T04:45:39.642Z] nexus3.edgexfoundry.org:10001 [2021-04-06T04:45:40.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:40.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:40.903Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:40.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:40.903Z] [2021-04-06T04:45:40.903Z] Login Succeeded [2021-04-06T04:45:40.903Z] nexus3.edgexfoundry.org:10002 [2021-04-06T04:45:41.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:41.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:41.564Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:41.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:41.564Z] [2021-04-06T04:45:41.564Z] Login Succeeded [2021-04-06T04:45:41.564Z] nexus3.edgexfoundry.org:10003 [2021-04-06T04:45:41.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:42.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:42.175Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:42.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:42.175Z] [2021-04-06T04:45:42.175Z] Login Succeeded [2021-04-06T04:45:42.175Z] nexus3.edgexfoundry.org:10004 [2021-04-06T04:45:42.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:42.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:42.722Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:42.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:42.722Z] [2021-04-06T04:45:42.722Z] Login Succeeded [2021-04-06T04:45:42.722Z] docker.io [2021-04-06T04:45:42.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:45:43.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:45:43.268Z] Configure a credential helper to remove this warning. See [2021-04-06T04:45:43.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:45:43.268Z] [2021-04-06T04:45:43.268Z] Login Succeeded [2021-04-06T04:45:43.268Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T04:45:43.284Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-06T04:45:43.651Z] bca2f99d35d6: Pull complete [2021-04-06T04:45:43.651Z] 93359f2a8cfa: Pull complete [Pipeline] echo [2021-04-06T04:45:43.697Z] ========================================================= [2021-04-06T04:45:43.697Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T04:45:43.697Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:45:43.915Z] 7c6f9722023f: Pull complete [2021-04-06T04:45:44.110Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-06T04:45:44.710Z] Sending build context to Docker daemon 17.59MB [2021-04-06T04:45:44.981Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T04:45:44.981Z] Step 2/8 : FROM ${BASE} [2021-04-06T04:45:44.981Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T04:45:44.981Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T04:45:44.981Z] a4357932f1b6: Pulling fs layer [2021-04-06T04:45:44.981Z] 18c013af1878: Pulling fs layer [2021-04-06T04:45:44.981Z] 00ac8860ef70: Pulling fs layer [2021-04-06T04:45:44.981Z] 63d7cb157983: Pulling fs layer [2021-04-06T04:45:44.981Z] b116817d02f9: Pulling fs layer [2021-04-06T04:45:44.981Z] 745a02a5169b: Pulling fs layer [2021-04-06T04:45:44.981Z] 00ac8860ef70: Waiting [2021-04-06T04:45:44.981Z] b116817d02f9: Waiting [2021-04-06T04:45:44.981Z] 745a02a5169b: Waiting [2021-04-06T04:45:44.981Z] 63d7cb157983: Waiting [2021-04-06T04:45:45.256Z] 18c013af1878: Download complete [2021-04-06T04:45:45.256Z] a4357932f1b6: Download complete [2021-04-06T04:45:45.256Z] 63d7cb157983: Download complete [2021-04-06T04:45:45.256Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T04:45:45.256Z] 5f621e34cdf4: Download complete [2021-04-06T04:45:45.256Z] b116817d02f9: Verifying Checksum [2021-04-06T04:45:45.256Z] b116817d02f9: Download complete [2021-04-06T04:45:45.861Z] 5f621e34cdf4: Pull complete [2021-04-06T04:45:46.492Z] a4357932f1b6: Pull complete [2021-04-06T04:45:46.773Z] 18c013af1878: Pull complete [2021-04-06T04:45:47.760Z] 745a02a5169b: Verifying Checksum [2021-04-06T04:45:47.760Z] 745a02a5169b: Download complete [2021-04-06T04:45:48.742Z] 00ac8860ef70: Verifying Checksum [2021-04-06T04:45:48.742Z] 00ac8860ef70: Download complete [2021-04-06T04:45:49.272Z] a35cf1a2eb13: Pull complete [2021-04-06T04:45:49.272Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T04:45:49.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T04:45:49.272Z] ---> a62c8e92a672 [2021-04-06T04:45:49.272Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T04:45:49.272Z] ---> Running in 3fe580a3e9a1 [2021-04-06T04:45:49.272Z] Removing intermediate container 3fe580a3e9a1 [2021-04-06T04:45:49.272Z] ---> dbf6ef455bbd [2021-04-06T04:45:49.272Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T04:45:49.540Z] ---> Running in 798dacb75ac4 [2021-04-06T04:45:50.494Z] Removing intermediate container 798dacb75ac4 [2021-04-06T04:45:50.494Z] ---> eefb50b5332d [2021-04-06T04:45:50.494Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-06T04:45:50.494Z] ---> Running in 6b2815a5ac48 [2021-04-06T04:45:51.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T04:45:51.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T04:45:52.603Z] OK: 166 MiB in 39 packages [2021-04-06T04:45:53.182Z] Removing intermediate container 6b2815a5ac48 [2021-04-06T04:45:53.182Z] ---> 1f957e342acc [2021-04-06T04:45:53.182Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-06T04:45:53.182Z] ---> Running in 8925e258a42d [2021-04-06T04:45:53.182Z] Removing intermediate container 8925e258a42d [2021-04-06T04:45:53.182Z] ---> 3913f88b1f7e [2021-04-06T04:45:53.182Z] Step 7/8 : COPY . . [2021-04-06T04:45:55.781Z] ---> 2d9e5dc57d97 [2021-04-06T04:45:55.781Z] Step 8/8 : RUN go mod download [2021-04-06T04:45:55.781Z] ---> Running in bc5238dd3aea [2021-04-06T04:45:58.937Z] 00ac8860ef70: Pull complete [2021-04-06T04:45:58.937Z] 63d7cb157983: Pull complete [2021-04-06T04:45:59.534Z] b116817d02f9: Pull complete [2021-04-06T04:46:03.852Z] 745a02a5169b: Pull complete [2021-04-06T04:46:03.852Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T04:46:03.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T04:46:03.852Z] ---> b7e6874047d6 [2021-04-06T04:46:03.852Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T04:46:06.474Z] ---> Running in 58317fc58b31 [2021-04-06T04:46:06.474Z] Removing intermediate container 58317fc58b31 [2021-04-06T04:46:06.474Z] ---> 9fe84aee91a8 [2021-04-06T04:46:06.474Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T04:46:06.474Z] ---> Running in 240e893de2bf [2021-04-06T04:46:09.105Z] Removing intermediate container 240e893de2bf [2021-04-06T04:46:09.105Z] ---> 6b37ec382bdc [2021-04-06T04:46:09.105Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-06T04:46:09.105Z] ---> Running in bd7f9b63adde [2021-04-06T04:46:10.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T04:46:11.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T04:46:11.682Z] OK: 142 MiB in 39 packages [2021-04-06T04:46:13.119Z] Removing intermediate container bd7f9b63adde [2021-04-06T04:46:13.119Z] ---> 8112d514acc1 [2021-04-06T04:46:13.119Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-06T04:46:13.119Z] ---> Running in 0e03cdf80c44 [2021-04-06T04:46:13.398Z] Removing intermediate container 0e03cdf80c44 [2021-04-06T04:46:13.398Z] ---> 9083acd0680d [2021-04-06T04:46:13.398Z] Step 7/8 : COPY . . [2021-04-06T04:46:16.026Z] ---> 49e09fa98fdb [2021-04-06T04:46:16.026Z] Step 8/8 : RUN go mod download [2021-04-06T04:46:16.026Z] ---> Running in a3d45d0f8f08 [2021-04-06T04:46:27.997Z] Removing intermediate container bc5238dd3aea [2021-04-06T04:46:27.997Z] ---> 426eca5b53e9 [2021-04-06T04:46:27.997Z] Successfully built 426eca5b53e9 [2021-04-06T04:46:27.997Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:46:28.330Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T04:46:28.330Z] . [Pipeline] withDockerContainer [2021-04-06T04:46:28.640Z] prd-centos7-docker-4c-2g-32884 does not seem to be running inside a container [2021-04-06T04:46:28.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/87 -v /w/workspace/edgex-ui-go/87:/w/workspace/edgex-ui-go/87:rw,z -v /w/workspace/edgex-ui-go/87@tmp:/w/workspace/edgex-ui-go/87@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 ******** ci-base-image-x86_64 cat [2021-04-06T04:46:29.700Z] $ docker top 653ee30cb5445a45415900918da414c0ef1a994d41db9cffd947dfaf36257cf9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T04:46:30.230Z] + go version [2021-04-06T04:46:30.230Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T04:46:30.247Z] $ docker stop --time=1 653ee30cb5445a45415900918da414c0ef1a994d41db9cffd947dfaf36257cf9 [2021-04-06T04:46:31.614Z] $ docker rm -f 653ee30cb5445a45415900918da414c0ef1a994d41db9cffd947dfaf36257cf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:46:32.485Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T04:46:32.485Z] . [Pipeline] withDockerContainer [2021-04-06T04:46:32.598Z] prd-centos7-docker-4c-2g-32884 does not seem to be running inside a container [2021-04-06T04:46:32.663Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/87 -v /w/workspace/edgex-ui-go/87:/w/workspace/edgex-ui-go/87:rw,z -v /w/workspace/edgex-ui-go/87@tmp:/w/workspace/edgex-ui-go/87@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 ******** ci-base-image-x86_64 cat [2021-04-06T04:46:33.393Z] $ docker top 1824b7d021fb86cbbc3cc0d8e403a8bc3ffa028b9de24d189e7d943fae2d7652 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T04:46:33.959Z] + make test [2021-04-06T04:46:33.959Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-06T04:46:35.384Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-06T04:46:45.564Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-06T04:46:45.564Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-06T04:46:46.990Z] $ docker stop --time=1 1824b7d021fb86cbbc3cc0d8e403a8bc3ffa028b9de24d189e7d943fae2d7652 [2021-04-06T04:46:48.469Z] Removing intermediate container a3d45d0f8f08 [2021-04-06T04:46:48.470Z] ---> af9ec5998c9f [2021-04-06T04:46:48.470Z] Successfully built af9ec5998c9f [2021-04-06T04:46:48.470Z] Successfully tagged ci-base-image-arm64:latest [2021-04-06T04:46:49.339Z] $ docker rm -f 1824b7d021fb86cbbc3cc0d8e403a8bc3ffa028b9de24d189e7d943fae2d7652 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:46:49.892Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T04:46:50.025Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T04:46:50.025Z] . [Pipeline] withDockerContainer [2021-04-06T04:46:50.279Z] prd-ubuntu18.04-docker-arm64-4c-16g-32883 does not seem to be running inside a container [2021-04-06T04:46:50.279Z] Stashed 1 file(s) [2021-04-06T04:46:50.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/87 -v /w/workspace/edgex-ui-go/87:/w/workspace/edgex-ui-go/87:rw,z -v /w/workspace/edgex-ui-go/87@tmp:/w/workspace/edgex-ui-go/87@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 ******** ci-base-image-arm64 cat [2021-04-06T04:46:51.927Z] $ docker top af1fc33cefdfb360dc20a7432e928f1eaabf8cb647b88b257e145f0efe4263f0 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-06T04:46:53.067Z] + go version [2021-04-06T04:46:53.067Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T04:46:54.715Z] $ docker stop --time=1 af1fc33cefdfb360dc20a7432e928f1eaabf8cb647b88b257e145f0efe4263f0 [2021-04-06T04:46:56.907Z] $ docker rm -f af1fc33cefdfb360dc20a7432e928f1eaabf8cb647b88b257e145f0efe4263f0 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-06T04:46:57.474Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:46:57.802Z] + ls -al . [2021-04-06T04:46:57.802Z] total 92 [2021-04-06T04:46:57.802Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 04:46 . [2021-04-06T04:46:57.802Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 6 04:45 .. [2021-04-06T04:46:57.802Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 6 04:45 assets [2021-04-06T04:46:57.802Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 6 04:45 bin [2021-04-06T04:46:57.802Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 6 04:45 cmd [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 6 04:45 CONTRIBUTING.md [2021-04-06T04:46:57.802Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 6 04:46 coverage.out [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 6 04:45 Dockerfile [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 6 04:45 Dockerfile.build [2021-04-06T04:46:57.802Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 6 04:45 docs [2021-04-06T04:46:57.802Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 04:45 .git [2021-04-06T04:46:57.802Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 04:45 .github [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 6 04:45 .gitignore [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 04:45 go.mod [2021-04-06T04:46:57.802Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 6 04:46 go.sum [2021-04-06T04:46:57.802Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 6 04:45 internal [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 6 04:45 Jenkinsfile [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 6 04:45 LICENSE [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 6 04:45 Makefile [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 6 04:45 README.md [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 04:43 VERSION [2021-04-06T04:46:57.802Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 6 04:45 version.go [2021-04-06T04:46:57.802Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 6 04:45 web [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:46:58.058Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T04:46:58.058Z] . [Pipeline] withDockerContainer [2021-04-06T04:46:58.135Z] + 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=67cde7ba2ef045a9c51b5781a16f2c9526065c00 --label arch=amd64 --label version=2.0.0-dev.29 . [2021-04-06T04:46:58.333Z] prd-ubuntu18.04-docker-arm64-4c-16g-32883 does not seem to be running inside a container [2021-04-06T04:46:58.398Z] Sending build context to Docker daemon 17.62MB [2021-04-06T04:46:58.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/87 -v /w/workspace/edgex-ui-go/87:/w/workspace/edgex-ui-go/87:rw,z -v /w/workspace/edgex-ui-go/87@tmp:/w/workspace/edgex-ui-go/87@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 ******** ci-base-image-arm64 cat [2021-04-06T04:46:58.661Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T04:46:58.661Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-06T04:46:58.661Z] ---> 426eca5b53e9 [2021-04-06T04:46:58.661Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-06T04:46:59.237Z] ---> Running in 90c87ad7873a [2021-04-06T04:46:59.501Z] Removing intermediate container 90c87ad7873a [2021-04-06T04:46:59.501Z] ---> 9ff682b6c843 [2021-04-06T04:46:59.501Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-06T04:46:59.501Z] ---> Running in 3d25ac01ad64 [2021-04-06T04:46:59.763Z] Removing intermediate container 3d25ac01ad64 [2021-04-06T04:46:59.763Z] ---> 84ad2052ce10 [2021-04-06T04:46:59.763Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-06T04:46:59.763Z] ---> Running in 0e1441f680e4 [2021-04-06T04:47:00.026Z] Removing intermediate container 0e1441f680e4 [2021-04-06T04:47:00.026Z] ---> 77434bef8b79 [2021-04-06T04:47:00.026Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-06T04:47:00.026Z] ---> Running in de678336f3da [2021-04-06T04:47:00.290Z] Removing intermediate container de678336f3da [2021-04-06T04:47:00.291Z] ---> e4c611252c99 [2021-04-06T04:47:00.291Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-06T04:47:00.291Z] ---> Running in 142a3d3ddfbb [2021-04-06T04:47:00.563Z] Removing intermediate container 142a3d3ddfbb [2021-04-06T04:47:00.563Z] ---> fd040c58425c [2021-04-06T04:47:00.563Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T04:47:00.563Z] ---> Running in 31b709c05893 [2021-04-06T04:47:00.952Z] $ docker top 5401d05fdece8d454789f1f8c9d19528d7430ddcd176ca755b9c387095dda0d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T04:47:01.532Z] Removing intermediate container 31b709c05893 [2021-04-06T04:47:01.532Z] ---> bcdb86166490 [2021-04-06T04:47:01.532Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-06T04:47:01.532Z] ---> Running in 9dd77befca75 [2021-04-06T04:47:02.015Z] + make test [2021-04-06T04:47:02.015Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-06T04:47:02.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T04:47:02.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T04:47:03.266Z] OK: 166 MiB in 39 packages [2021-04-06T04:47:03.459Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-06T04:47:03.530Z] Removing intermediate container 9dd77befca75 [2021-04-06T04:47:03.530Z] ---> fbdc924e9067 [2021-04-06T04:47:03.530Z] Step 10/24 : ENV GO111MODULE=on [2021-04-06T04:47:03.530Z] ---> Running in 3b5a1eb920f4 [2021-04-06T04:47:03.793Z] Removing intermediate container 3b5a1eb920f4 [2021-04-06T04:47:03.793Z] ---> f8690d8d998b [2021-04-06T04:47:03.793Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-06T04:47:03.793Z] ---> Running in b57f87ab4028 [2021-04-06T04:47:04.056Z] Removing intermediate container b57f87ab4028 [2021-04-06T04:47:04.056Z] ---> ff299ce8c8dd [2021-04-06T04:47:04.056Z] Step 12/24 : COPY go.mod . [2021-04-06T04:47:04.324Z] ---> ba8dea4064a8 [2021-04-06T04:47:04.324Z] Step 13/24 : COPY Makefile . [2021-04-06T04:47:04.593Z] ---> 78aa78a65ef3 [2021-04-06T04:47:04.593Z] Step 14/24 : RUN make update [2021-04-06T04:47:04.593Z] ---> Running in c7751e164c06 [2021-04-06T04:47:05.182Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-06T04:47:05.761Z] Removing intermediate container c7751e164c06 [2021-04-06T04:47:05.761Z] ---> 97755875a68a [2021-04-06T04:47:05.761Z] Step 15/24 : COPY . . [2021-04-06T04:47:08.334Z] ---> b121a469d0af [2021-04-06T04:47:08.334Z] Step 16/24 : RUN ${MAKE} [2021-04-06T04:47:08.604Z] ---> Running in e7bf1b0bddd8 [2021-04-06T04:47:09.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.29" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-06T04:47:19.364Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-06T04:47:21.284Z] Removing intermediate container e7bf1b0bddd8 [2021-04-06T04:47:21.284Z] ---> 93441d8f3911 [2021-04-06T04:47:21.284Z] Step 17/24 : FROM alpine:3.12 [2021-04-06T04:47:21.861Z] 3.12: Pulling from library/alpine [2021-04-06T04:47:21.861Z] 532819f3e44c: Pulling fs layer [2021-04-06T04:47:21.861Z] 532819f3e44c: Verifying Checksum [2021-04-06T04:47:21.861Z] 532819f3e44c: Download complete [2021-04-06T04:47:22.123Z] 532819f3e44c: Pull complete [2021-04-06T04:47:22.123Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T04:47:22.123Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T04:47:22.123Z] ---> 7230e588e954 [2021-04-06T04:47:22.123Z] Step 18/24 : EXPOSE 4000 [2021-04-06T04:47:22.393Z] ---> Running in 19b09f6aa3e4 [2021-04-06T04:47:22.393Z] Removing intermediate container 19b09f6aa3e4 [2021-04-06T04:47:22.393Z] ---> 3b531f6abbbd [2021-04-06T04:47:22.393Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T04:47:23.789Z] ---> 53121693e006 [2021-04-06T04:47:23.789Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T04:47:23.789Z] ---> Running in 26a0280cf6bc [2021-04-06T04:47:23.789Z] Removing intermediate container 26a0280cf6bc [2021-04-06T04:47:23.789Z] ---> c64098df2e8f [2021-04-06T04:47:23.789Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-06T04:47:24.052Z] ---> Running in 0c76deaccf01 [2021-04-06T04:47:24.052Z] Removing intermediate container 0c76deaccf01 [2021-04-06T04:47:24.052Z] ---> 93ba52739daf [2021-04-06T04:47:24.052Z] Step 22/24 : LABEL arch=amd64 [2021-04-06T04:47:24.317Z] ---> Running in d4b5920c5694 [2021-04-06T04:47:24.317Z] Removing intermediate container d4b5920c5694 [2021-04-06T04:47:24.317Z] ---> ba77b9f04677 [2021-04-06T04:47:24.317Z] Step 23/24 : LABEL git_sha=67cde7ba2ef045a9c51b5781a16f2c9526065c00 [2021-04-06T04:47:24.317Z] ---> Running in f3cdfce6ab0a [2021-04-06T04:47:24.579Z] Removing intermediate container f3cdfce6ab0a [2021-04-06T04:47:24.579Z] ---> 051622c53fc1 [2021-04-06T04:47:24.579Z] Step 24/24 : LABEL version=2.0.0-dev.29 [2021-04-06T04:47:24.841Z] ---> Running in 1623238d2b1b [2021-04-06T04:47:24.841Z] Removing intermediate container 1623238d2b1b [2021-04-06T04:47:24.841Z] ---> 8ddfa512367d [2021-04-06T04:47:24.841Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-06T04:47:25.106Z] Successfully built 8ddfa512367d [2021-04-06T04:47:25.106Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T04:47:25.469Z] provisioning config files... [2021-04-06T04:47:25.535Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/87@tmp/config1967860862873563605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:47:25.899Z] ---> docker-login.sh [2021-04-06T04:47:25.899Z] nexus3.edgexfoundry.org:10001 [2021-04-06T04:47:25.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:47:26.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:47:26.161Z] Configure a credential helper to remove this warning. See [2021-04-06T04:47:26.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:47:26.161Z] [2021-04-06T04:47:26.161Z] Login Succeeded [2021-04-06T04:47:26.161Z] nexus3.edgexfoundry.org:10002 [2021-04-06T04:47:26.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:47:26.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:47:26.161Z] Configure a credential helper to remove this warning. See [2021-04-06T04:47:26.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:47:26.161Z] [2021-04-06T04:47:26.161Z] Login Succeeded [2021-04-06T04:47:26.161Z] nexus3.edgexfoundry.org:10003 [2021-04-06T04:47:26.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:47:26.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:47:26.424Z] Configure a credential helper to remove this warning. See [2021-04-06T04:47:26.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:47:26.424Z] [2021-04-06T04:47:26.424Z] Login Succeeded [2021-04-06T04:47:26.424Z] nexus3.edgexfoundry.org:10004 [2021-04-06T04:47:26.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:47:26.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:47:26.687Z] Configure a credential helper to remove this warning. See [2021-04-06T04:47:26.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:47:26.687Z] [2021-04-06T04:47:26.687Z] Login Succeeded [2021-04-06T04:47:26.687Z] docker.io [2021-04-06T04:47:26.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:47:26.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:47:26.954Z] Configure a credential helper to remove this warning. See [2021-04-06T04:47:26.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:47:26.954Z] [2021-04-06T04:47:26.954Z] Login Succeeded [2021-04-06T04:47:26.954Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T04:47:26.964Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T04:47:27.160Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-06T04:47:27.160Z] 67cde7ba2ef045a9c51b5781a16f2c9526065c00 [2021-04-06T04:47:27.160Z] latest [2021-04-06T04:47:27.160Z] 2.0.0-dev.29 [2021-04-06T04:47:27.160Z] 67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29 [2021-04-06T04:47:27.160Z] master [2021-04-06T04:47:27.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:27.664Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67cde7ba2ef045a9c51b5781a16f2c9526065c00 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:27.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67cde7ba2ef045a9c51b5781a16f2c9526065c00 [2021-04-06T04:47:27.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T04:47:27.969Z] aa2c22af5944: Preparing [2021-04-06T04:47:27.969Z] b0b9881431d7: Preparing [2021-04-06T04:47:27.969Z] b0b9881431d7: Layer already exists [2021-04-06T04:47:29.891Z] aa2c22af5944: Pushed [2021-04-06T04:47:29.891Z] 67cde7ba2ef045a9c51b5781a16f2c9526065c00: digest: sha256:f80a2593ee8ddc9f83581bf02b0b96ea4bc70fd800bd344844a0c3b8933edf91 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:30.207Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:30.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-06T04:47:30.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T04:47:30.507Z] aa2c22af5944: Preparing [2021-04-06T04:47:30.507Z] b0b9881431d7: Preparing [2021-04-06T04:47:30.507Z] b0b9881431d7: Layer already exists [2021-04-06T04:47:30.507Z] aa2c22af5944: Layer already exists [2021-04-06T04:47:30.507Z] latest: digest: sha256:f80a2593ee8ddc9f83581bf02b0b96ea4bc70fd800bd344844a0c3b8933edf91 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:30.826Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:31.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.29 [2021-04-06T04:47:31.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T04:47:31.129Z] aa2c22af5944: Preparing [2021-04-06T04:47:31.129Z] b0b9881431d7: Preparing [2021-04-06T04:47:31.129Z] b0b9881431d7: Layer already exists [2021-04-06T04:47:31.129Z] aa2c22af5944: Layer already exists [2021-04-06T04:47:31.129Z] 2.0.0-dev.29: digest: sha256:f80a2593ee8ddc9f83581bf02b0b96ea4bc70fd800bd344844a0c3b8933edf91 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:31.441Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:31.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29 [2021-04-06T04:47:31.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T04:47:31.751Z] aa2c22af5944: Preparing [2021-04-06T04:47:31.751Z] b0b9881431d7: Preparing [2021-04-06T04:47:31.751Z] b0b9881431d7: Layer already exists [2021-04-06T04:47:31.751Z] aa2c22af5944: Layer already exists [2021-04-06T04:47:31.751Z] 67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29: digest: sha256:f80a2593ee8ddc9f83581bf02b0b96ea4bc70fd800bd344844a0c3b8933edf91 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:32.062Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:32.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-06T04:47:32.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T04:47:32.362Z] aa2c22af5944: Preparing [2021-04-06T04:47:32.362Z] b0b9881431d7: Preparing [2021-04-06T04:47:32.362Z] aa2c22af5944: Layer already exists [2021-04-06T04:47:32.362Z] b0b9881431d7: Layer already exists [2021-04-06T04:47:32.362Z] master: digest: sha256:f80a2593ee8ddc9f83581bf02b0b96ea4bc70fd800bd344844a0c3b8933edf91 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T04:47:32.552Z] ===================================================== [Pipeline] echo [2021-04-06T04:47:32.622Z] taggedImages: [2021-04-06T04:47:32.622Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67cde7ba2ef045a9c51b5781a16f2c9526065c00 [2021-04-06T04:47:32.622Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-06T04:47:32.622Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.29 [2021-04-06T04:47:32.622Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29 [2021-04-06T04:47:32.622Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:47:33.487Z] ---> job-cost.sh [2021-04-06T04:47:33.487Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3IWQ [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-06T04:47:35.859Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-06T04:47:35.859Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-06T04:47:37.903Z] $ docker stop --time=1 5401d05fdece8d454789f1f8c9d19528d7430ddcd176ca755b9c387095dda0d8 [2021-04-06T04:47:40.230Z] $ docker rm -f 5401d05fdece8d454789f1f8c9d19528d7430ddcd176ca755b9c387095dda0d8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T04:47:41.055Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T04:47:41.075Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T04:47:41.943Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T04:47:42.624Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T04:47:43.007Z] + ls -al . [2021-04-06T04:47:43.007Z] total 124 [2021-04-06T04:47:43.007Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 04:47 . [2021-04-06T04:47:43.007Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 04:45 .. [2021-04-06T04:47:43.007Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 04:45 .git [2021-04-06T04:47:43.007Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 04:45 .github [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 6 04:45 .gitignore [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 6 04:45 CONTRIBUTING.md [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 6 04:45 Dockerfile [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 6 04:45 Dockerfile.build [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 6 04:45 Jenkinsfile [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 6 04:45 LICENSE [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 6 04:45 Makefile [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 6 04:45 README.md [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 04:43 VERSION [2021-04-06T04:47:43.007Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 04:45 assets [2021-04-06T04:47:43.007Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 04:45 bin [2021-04-06T04:47:43.007Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 04:45 cmd [2021-04-06T04:47:43.007Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 6 04:47 coverage.out [2021-04-06T04:47:43.007Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 04:45 docs [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 04:45 go.mod [2021-04-06T04:47:43.007Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 6 04:47 go.sum [2021-04-06T04:47:43.007Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 04:45 internal [2021-04-06T04:47:43.007Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 6 04:45 version.go [2021-04-06T04:47:43.007Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 04:45 web [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:47:43.390Z] + 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=67cde7ba2ef045a9c51b5781a16f2c9526065c00 --label arch=arm64 --label version=2.0.0-dev.29 . [2021-04-06T04:47:44.449Z] Sending build context to Docker daemon 17.62MB [2021-04-06T04:47:44.449Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T04:47:44.449Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-06T04:47:44.449Z] ---> af9ec5998c9f [2021-04-06T04:47:44.449Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-06T04:47:44.722Z] ---> Running in 701345eec482 [2021-04-06T04:47:45.319Z] Removing intermediate container 701345eec482 [2021-04-06T04:47:45.319Z] ---> 647fc2b040fc [2021-04-06T04:47:45.319Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-06T04:47:45.319Z] ---> Running in 9753aab46991 [2021-04-06T04:47:45.916Z] Removing intermediate container 9753aab46991 [2021-04-06T04:47:45.916Z] ---> c764d47234d2 [2021-04-06T04:47:45.916Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-06T04:47:45.916Z] ---> Running in bc14334f2576 [2021-04-06T04:47:46.516Z] Removing intermediate container bc14334f2576 [2021-04-06T04:47:46.517Z] ---> f3e088ab5bdc [2021-04-06T04:47:46.517Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-06T04:47:46.517Z] ---> Running in 24d9341b5867 [2021-04-06T04:47:47.109Z] Removing intermediate container 24d9341b5867 [2021-04-06T04:47:47.109Z] ---> 225eef68ddef [2021-04-06T04:47:47.109Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-06T04:47:47.109Z] ---> Running in 3c7ce1a8ff2d [2021-04-06T04:47:47.703Z] Removing intermediate container 3c7ce1a8ff2d [2021-04-06T04:47:47.703Z] ---> b5c765e61d19 [2021-04-06T04:47:47.703Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T04:47:47.703Z] ---> Running in 702b0e54de6e [2021-04-06T04:47:50.334Z] Removing intermediate container 702b0e54de6e [2021-04-06T04:47:50.334Z] ---> eeb581473dd6 [2021-04-06T04:47:50.334Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-06T04:47:50.334Z] ---> Running in 160b862d2709 [2021-04-06T04:47:51.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T04:47:51.808Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T04:47:52.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T04:47:52.921Z] OK: 142 MiB in 39 packages [2021-04-06T04:47:54.352Z] Removing intermediate container 160b862d2709 [2021-04-06T04:47:54.352Z] ---> 8ce9e8ebb088 [2021-04-06T04:47:54.352Z] Step 10/24 : ENV GO111MODULE=on [2021-04-06T04:47:54.352Z] ---> Running in 1a1be3ff8a46 [2021-04-06T04:47:54.965Z] Removing intermediate container 1a1be3ff8a46 [2021-04-06T04:47:54.965Z] ---> 3daf25e301a8 [2021-04-06T04:47:54.965Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-06T04:47:54.965Z] ---> Running in 39a1964b0a58 [2021-04-06T04:47:55.564Z] Removing intermediate container 39a1964b0a58 [2021-04-06T04:47:55.564Z] ---> 2203e0607038 [2021-04-06T04:47:55.565Z] Step 12/24 : COPY go.mod . [2021-04-06T04:47:56.547Z] ---> 8a5668d25b2f [2021-04-06T04:47:56.547Z] Step 13/24 : COPY Makefile . [2021-04-06T04:47:57.149Z] ---> e319bf5475bd [2021-04-06T04:47:57.149Z] Step 14/24 : RUN make update [2021-04-06T04:47:57.149Z] ---> Running in d89c9a9a4712 [2021-04-06T04:47:58.612Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-06T04:48:00.059Z] Removing intermediate container d89c9a9a4712 [2021-04-06T04:48:00.059Z] ---> 320d9b53b152 [2021-04-06T04:48:00.059Z] Step 15/24 : COPY . . [2021-04-06T04:48:02.684Z] ---> b9477fa70bc4 [2021-04-06T04:48:02.684Z] Step 16/24 : RUN ${MAKE} [2021-04-06T04:48:02.684Z] ---> Running in 443ba2de4ac4 [2021-04-06T04:48:03.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.29" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-06T04:48:18.481Z] lf-activate-venv(): INFO: Adding /tmp/venv-3IWQ/bin to PATH [2021-04-06T04:48:18.481Z] INFO: No Stack... [2021-04-06T04:48:19.056Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T04:48:20.007Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T04:48:20.324Z] + cat /w/workspace/edgex-ui-go/87/archives/cost.csv [2021-04-06T04:48:20.324Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T04:48:20.418Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-87-stack-cost] [2021-04-06T04:48:20.430Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-87-stack-cost] did not exist. Created. [2021-04-06T04:48:20.431Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-87-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T04:48:20.839Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T04:48:21.024Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T04:48:21.048Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-87-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T04:48:30.477Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-06T04:48:37.442Z] Removing intermediate container 443ba2de4ac4 [2021-04-06T04:48:37.442Z] ---> ac2ec6653d60 [2021-04-06T04:48:37.442Z] Step 17/24 : FROM alpine:3.12 [2021-04-06T04:48:38.034Z] 3.12: Pulling from library/alpine [2021-04-06T04:48:38.034Z] 9a219e8acc52: Pulling fs layer [2021-04-06T04:48:38.310Z] 9a219e8acc52: Verifying Checksum [2021-04-06T04:48:38.310Z] 9a219e8acc52: Download complete [2021-04-06T04:48:38.907Z] 9a219e8acc52: Pull complete [2021-04-06T04:48:38.907Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T04:48:38.907Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T04:48:38.907Z] ---> d75e27dfc0a0 [2021-04-06T04:48:38.907Z] Step 18/24 : EXPOSE 4000 [2021-04-06T04:48:39.181Z] ---> Running in e30be7a0d3aa [2021-04-06T04:48:39.454Z] Removing intermediate container e30be7a0d3aa [2021-04-06T04:48:39.454Z] ---> 183e66dee9b7 [2021-04-06T04:48:39.454Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T04:48:41.434Z] ---> c005188dc9e6 [2021-04-06T04:48:41.434Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T04:48:41.434Z] ---> Running in 7491acee4cc8 [2021-04-06T04:48:41.708Z] Removing intermediate container 7491acee4cc8 [2021-04-06T04:48:41.708Z] ---> 5314d332c5eb [2021-04-06T04:48:41.709Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-06T04:48:41.983Z] ---> Running in bed7bb02952a [2021-04-06T04:48:42.579Z] Removing intermediate container bed7bb02952a [2021-04-06T04:48:42.579Z] ---> 3015fcb69cb4 [2021-04-06T04:48:42.579Z] Step 22/24 : LABEL arch=arm64 [2021-04-06T04:48:42.579Z] ---> Running in 9d882630df3a [2021-04-06T04:48:43.174Z] Removing intermediate container 9d882630df3a [2021-04-06T04:48:43.174Z] ---> b235df5aca12 [2021-04-06T04:48:43.174Z] Step 23/24 : LABEL git_sha=67cde7ba2ef045a9c51b5781a16f2c9526065c00 [2021-04-06T04:48:43.174Z] ---> Running in 2bac97a23a54 [2021-04-06T04:48:43.455Z] Removing intermediate container 2bac97a23a54 [2021-04-06T04:48:43.455Z] ---> 4f7f5056e672 [2021-04-06T04:48:43.455Z] Step 24/24 : LABEL version=2.0.0-dev.29 [2021-04-06T04:48:43.729Z] ---> Running in bcdd60d80455 [2021-04-06T04:48:44.002Z] Removing intermediate container bcdd60d80455 [2021-04-06T04:48:44.002Z] ---> 9f26e26523ce [2021-04-06T04:48:44.002Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-06T04:48:44.276Z] Successfully built 9f26e26523ce [2021-04-06T04:48:44.276Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T04:48:44.685Z] provisioning config files... [2021-04-06T04:48:44.725Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/87@tmp/config4536795994131744735tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:48:45.155Z] ---> docker-login.sh [2021-04-06T04:48:45.155Z] nexus3.edgexfoundry.org:10001 [2021-04-06T04:48:45.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:48:45.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:48:45.704Z] Configure a credential helper to remove this warning. See [2021-04-06T04:48:45.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:48:45.704Z] [2021-04-06T04:48:45.704Z] Login Succeeded [2021-04-06T04:48:45.704Z] nexus3.edgexfoundry.org:10002 [2021-04-06T04:48:45.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:48:46.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:48:46.257Z] Configure a credential helper to remove this warning. See [2021-04-06T04:48:46.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:48:46.257Z] [2021-04-06T04:48:46.257Z] Login Succeeded [2021-04-06T04:48:46.257Z] nexus3.edgexfoundry.org:10003 [2021-04-06T04:48:46.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:48:46.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:48:46.806Z] Configure a credential helper to remove this warning. See [2021-04-06T04:48:46.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:48:46.806Z] [2021-04-06T04:48:46.806Z] Login Succeeded [2021-04-06T04:48:46.806Z] nexus3.edgexfoundry.org:10004 [2021-04-06T04:48:47.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:48:47.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:48:47.358Z] Configure a credential helper to remove this warning. See [2021-04-06T04:48:47.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:48:47.358Z] [2021-04-06T04:48:47.358Z] Login Succeeded [2021-04-06T04:48:47.358Z] docker.io [2021-04-06T04:48:47.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T04:48:48.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T04:48:48.228Z] Configure a credential helper to remove this warning. See [2021-04-06T04:48:48.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T04:48:48.228Z] [2021-04-06T04:48:48.228Z] Login Succeeded [2021-04-06T04:48:48.228Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T04:48:48.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T04:48:48.466Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-06T04:48:48.466Z] 67cde7ba2ef045a9c51b5781a16f2c9526065c00 [2021-04-06T04:48:48.466Z] latest [2021-04-06T04:48:48.466Z] 2.0.0-dev.29 [2021-04-06T04:48:48.466Z] 67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29 [2021-04-06T04:48:48.466Z] master [2021-04-06T04:48:48.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:48.982Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67cde7ba2ef045a9c51b5781a16f2c9526065c00 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:49.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67cde7ba2ef045a9c51b5781a16f2c9526065c00 [2021-04-06T04:48:49.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T04:48:49.326Z] 9f716239e91c: Preparing [2021-04-06T04:48:49.326Z] e08058ee1dfe: Preparing [2021-04-06T04:48:49.598Z] e08058ee1dfe: Layer already exists [2021-04-06T04:48:52.981Z] 9f716239e91c: Pushed [2021-04-06T04:48:53.253Z] 67cde7ba2ef045a9c51b5781a16f2c9526065c00: digest: sha256:74c628273a8f0f6fb9e6d1827d233022ea90eaacce8b5e6ee1beeb26f99d7992 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:53.602Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:53.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-06T04:48:53.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T04:48:53.948Z] 9f716239e91c: Preparing [2021-04-06T04:48:53.948Z] e08058ee1dfe: Preparing [2021-04-06T04:48:54.220Z] 9f716239e91c: Layer already exists [2021-04-06T04:48:54.220Z] e08058ee1dfe: Layer already exists [2021-04-06T04:48:54.220Z] latest: digest: sha256:74c628273a8f0f6fb9e6d1827d233022ea90eaacce8b5e6ee1beeb26f99d7992 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:54.570Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:54.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.29 [2021-04-06T04:48:54.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T04:48:54.911Z] 9f716239e91c: Preparing [2021-04-06T04:48:54.911Z] e08058ee1dfe: Preparing [2021-04-06T04:48:55.184Z] 9f716239e91c: Layer already exists [2021-04-06T04:48:55.184Z] e08058ee1dfe: Layer already exists [2021-04-06T04:48:55.184Z] 2.0.0-dev.29: digest: sha256:74c628273a8f0f6fb9e6d1827d233022ea90eaacce8b5e6ee1beeb26f99d7992 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:55.530Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:55.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29 [2021-04-06T04:48:55.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T04:48:55.878Z] 9f716239e91c: Preparing [2021-04-06T04:48:55.878Z] e08058ee1dfe: Preparing [2021-04-06T04:48:56.152Z] e08058ee1dfe: Layer already exists [2021-04-06T04:48:56.152Z] 9f716239e91c: Layer already exists [2021-04-06T04:48:56.152Z] 67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29: digest: sha256:74c628273a8f0f6fb9e6d1827d233022ea90eaacce8b5e6ee1beeb26f99d7992 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:56.507Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:48:56.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-06T04:48:56.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T04:48:56.913Z] 9f716239e91c: Preparing [2021-04-06T04:48:56.913Z] e08058ee1dfe: Preparing [2021-04-06T04:48:56.913Z] e08058ee1dfe: Layer already exists [2021-04-06T04:48:56.913Z] 9f716239e91c: Layer already exists [2021-04-06T04:48:57.195Z] master: digest: sha256:74c628273a8f0f6fb9e6d1827d233022ea90eaacce8b5e6ee1beeb26f99d7992 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T04:48:57.395Z] ===================================================== [Pipeline] echo [2021-04-06T04:48:57.442Z] taggedImages: [2021-04-06T04:48:57.442Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67cde7ba2ef045a9c51b5781a16f2c9526065c00 [2021-04-06T04:48:57.442Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-06T04:48:57.442Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.29 [2021-04-06T04:48:57.442Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67cde7ba2ef045a9c51b5781a16f2c9526065c00-2.0.0-dev.29 [2021-04-06T04:48:57.442Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:48:58.004Z] ---> job-cost.sh [2021-04-06T04:48:58.004Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HfqD [2021-04-06T04:49:44.962Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T04:51:36.726Z] lf-activate-venv(): INFO: Adding /tmp/venv-HfqD/bin to PATH [2021-04-06T04:51:36.726Z] INFO: No Stack... [2021-04-06T04:51:36.726Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T04:51:36.726Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T04:51:37.067Z] + cut -d, -f6 [2021-04-06T04:51:37.067Z] + cat /w/workspace/edgex-ui-go/87/archives/cost.csv [Pipeline] lock [2021-04-06T04:51:37.197Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-87-stack-cost] [2021-04-06T04:51:37.206Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-87-stack-cost] did not exist. Created. [2021-04-06T04:51:37.206Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-87-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T04:51:37.666Z] /w/workspace/edgex-ui-go/87@tmp/durable-c9e36332/script.sh: 1: /w/workspace/edgex-ui-go/87@tmp/durable-c9e36332/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T04:51:38.018Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T04:51:38.037Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T04:51:38.254Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T04:51:38.267Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-87-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-06T04:51:39.646Z] provisioning config files... [2021-04-06T04:51:39.658Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7726908103981033758tmp [Pipeline] { [Pipeline] sh [2021-04-06T04:51:40.044Z] + set +x [2021-04-06T04:51:40.044Z] + curl -s https://codecov.io/bash [2021-04-06T04:51:40.044Z] + bash -s -- [2021-04-06T04:51:40.308Z] [2021-04-06T04:51:40.308Z] _____ _ [2021-04-06T04:51:40.308Z] / ____| | | [2021-04-06T04:51:40.308Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T04:51:40.308Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T04:51:40.308Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T04:51:40.308Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T04:51:40.308Z] Bash-20210309-2b87ace [2021-04-06T04:51:40.308Z] [2021-04-06T04:51:40.308Z] [2021-04-06T04:51:40.308Z] ==> git version 2.24.3 found [2021-04-06T04:51:40.308Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-06T04:51:40.308Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T04:51:40.308Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T04:51:40.308Z] ==> Jenkins CI detected. [2021-04-06T04:51:40.308Z] project root: . [2021-04-06T04:51:40.308Z] --> token set from env [2021-04-06T04:51:40.308Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T04:51:40.308Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T04:51:40.308Z] ==> Python coveragepy not found [2021-04-06T04:51:40.308Z] ==> Searching for coverage reports in: [2021-04-06T04:51:40.308Z] + . [2021-04-06T04:51:40.308Z] -> Found 1 reports [2021-04-06T04:51:40.308Z] ==> Detecting git/mercurial file structure [2021-04-06T04:51:40.308Z] ==> Reading reports [2021-04-06T04:51:40.308Z] + ./coverage.out bytes=10 [2021-04-06T04:51:40.308Z] ==> Appending adjustments [2021-04-06T04:51:40.308Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T04:51:40.573Z] + Found adjustments [2021-04-06T04:51:40.573Z] ==> Gzipping contents [2021-04-06T04:51:40.573Z] 4.0K /tmp/codecov.MhAhGo.gz [2021-04-06T04:51:40.574Z] ==> Uploading reports [2021-04-06T04:51:40.574Z] url: https://codecov.io [2021-04-06T04:51:40.574Z] query: branch=master&commit=67cde7ba2ef045a9c51b5781a16f2c9526065c00&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T04:51:40.574Z] -> Pinging Codecov [2021-04-06T04:51:40.574Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=67cde7ba2ef045a9c51b5781a16f2c9526065c00&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T04:51:40.839Z] -> Uploading to [2021-04-06T04:51:40.839Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/FB506323287CE973F263BFD2A0EB1F37/67cde7ba2ef045a9c51b5781a16f2c9526065c00/0712c038-8bac-4c12-9d5e-84bab55d9d15.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T045140Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5e0b7b8750b81e41aa58c655a8bd3a8b40fcdf938d93249447c3f13ae8dc148 [2021-04-06T04:51:40.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T04:51:40.839Z] Dload Upload Total Spent Left Speed [2021-04-06T04:51:41.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3491 0 0 100 3491 0 7421 --:--:-- --:--:-- --:--:-- 7427 [2021-04-06T04:51:41.420Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/67cde7ba2ef045a9c51b5781a16f2c9526065c00 [Pipeline] } [2021-04-06T04:51:41.431Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-06T04:51:42.298Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-06T04:51:42.354Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:51:42.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T04:51:42.702Z] [2021-04-06T04:51:42.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:51:43.075Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T04:51:43.075Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-06T04:51:43.075Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T04:51:43.075Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T04:51:43.075Z] de9db76c5a1d: Pulling fs layer [2021-04-06T04:51:43.075Z] 0eba1c9be4d2: Pulling fs layer [2021-04-06T04:51:43.075Z] 0d57e429df01: Pulling fs layer [2021-04-06T04:51:43.075Z] 4e4be7b47b0d: Pulling fs layer [2021-04-06T04:51:43.075Z] e1f770b5df2f: Pulling fs layer [2021-04-06T04:51:43.075Z] 85a0685a4137: Pulling fs layer [2021-04-06T04:51:43.075Z] 0d57e429df01: Waiting [2021-04-06T04:51:43.075Z] 4e4be7b47b0d: Waiting [2021-04-06T04:51:43.075Z] e1f770b5df2f: Waiting [2021-04-06T04:51:43.075Z] 85a0685a4137: Waiting [2021-04-06T04:51:43.075Z] 0eba1c9be4d2: Waiting [2021-04-06T04:51:43.075Z] de9db76c5a1d: Verifying Checksum [2021-04-06T04:51:43.075Z] de9db76c5a1d: Download complete [2021-04-06T04:51:43.075Z] 0ef7d3d256c8: Download complete [2021-04-06T04:51:43.075Z] 0d57e429df01: Verifying Checksum [2021-04-06T04:51:43.075Z] 0d57e429df01: Download complete [2021-04-06T04:51:43.075Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T04:51:43.075Z] 188c0c94c7c5: Download complete [2021-04-06T04:51:43.075Z] 4e4be7b47b0d: Verifying Checksum [2021-04-06T04:51:43.075Z] 4e4be7b47b0d: Download complete [2021-04-06T04:51:43.339Z] 188c0c94c7c5: Pull complete [2021-04-06T04:51:43.601Z] 0ef7d3d256c8: Pull complete [2021-04-06T04:51:43.865Z] de9db76c5a1d: Pull complete [2021-04-06T04:51:45.262Z] e1f770b5df2f: Verifying Checksum [2021-04-06T04:51:45.262Z] e1f770b5df2f: Download complete [2021-04-06T04:51:47.208Z] 0eba1c9be4d2: Verifying Checksum [2021-04-06T04:51:47.208Z] 0eba1c9be4d2: Download complete [2021-04-06T04:51:47.798Z] 85a0685a4137: Verifying Checksum [2021-04-06T04:51:47.798Z] 85a0685a4137: Download complete [2021-04-06T04:51:53.120Z] 0eba1c9be4d2: Pull complete [2021-04-06T04:51:53.120Z] 0d57e429df01: Pull complete [2021-04-06T04:51:53.120Z] 4e4be7b47b0d: Pull complete [2021-04-06T04:51:55.678Z] e1f770b5df2f: Pull complete [2021-04-06T04:52:02.312Z] 85a0685a4137: Pull complete [2021-04-06T04:52:02.312Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-06T04:52:02.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T04:52:02.312Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-06T04:52:02.513Z] prd-centos7-docker-4c-2g-32881 does not seem to be running inside a container [2021-04-06T04:52:02.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-06T04:52:03.507Z] $ docker top 4fe55dc86a169eb14f903d5eb463b342c44687c9201184365a68150162471d63 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T04:52:03.767Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-06T04:52:04.064Z] + set -o pipefail [2021-04-06T04:52:04.064Z] + snyk monitor '--org=edgex-jenkins' [2021-04-06T04:52:16.364Z] [2021-04-06T04:52:16.364Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-06T04:52:16.364Z] [2021-04-06T04:52:16.364Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/3eb1c097-e721-4a06-b5bc-a39fbdb3fc00 [2021-04-06T04:52:16.364Z] [2021-04-06T04:52:16.364Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-06T04:52:16.364Z] [2021-04-06T04:52:16.364Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-06T04:52:16.364Z] [2021-04-06T04:52:16.627Z] [2021-04-06T04:52:16.627Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-06T04:52:16.627Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-06T04:52:16.642Z] $ docker stop --time=1 4fe55dc86a169eb14f903d5eb463b342c44687c9201184365a68150162471d63 [2021-04-06T04:52:19.874Z] $ docker rm -f 4fe55dc86a169eb14f903d5eb463b342c44687c9201184365a68150162471d63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T04:52:21.873Z] + git log --format=format:%s -1 67cde7ba2ef045a9c51b5781a16f2c9526065c00 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:52:22.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:52:22.190Z] . [Pipeline] withDockerContainer [2021-04-06T04:52:22.294Z] prd-centos7-docker-4c-2g-32881 does not seem to be running inside a container [2021-04-06T04:52:22.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T04:52:23.101Z] $ docker top 4a4b0de0feb53e9b3f9446a04cb424557e52fceb3404fc77ac6fa62b4e730513 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T04:52:23.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T04:52:23.458Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T04:52:23.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T04:52:23.693Z] $ docker exec 4a4b0de0feb53e9b3f9446a04cb424557e52fceb3404fc77ac6fa62b4e730513 ssh-agent [2021-04-06T04:52:23.891Z] SSH_AUTH_SOCK=/tmp/ssh-OgOGd0ESBFWh/agent.12 [2021-04-06T04:52:23.891Z] SSH_AGENT_PID=17 [2021-04-06T04:52:23.899Z] Running ssh-add (command line suppressed) [2021-04-06T04:52:24.029Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1536817335606130868.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1536817335606130868.key) [2021-04-06T04:52:24.087Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T04:52:24.443Z] + git semver tag [2021-04-06T04:52:24.443Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T04:52:24.443Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-06T04:52:24.443Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T04:52:24.443Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T04:52:24.443Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T04:52:24.443Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T04:52:24.443Z] # $SEMVER_BRANCH = master [2021-04-06T04:52:24.443Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-06T04:52:24.443Z] # 67cde7ba2ef045a9c51b5781a16f2c9526065c00 HEAD [2021-04-06T04:52:24.707Z] # -> Force: false [2021-04-06T04:52:24.707Z] # 6008b58b15c9bee269f342421c7d0f8d0859afdc refs/tags/v2.0.0-dev.29 [Pipeline] } [2021-04-06T04:52:24.719Z] $ docker exec --env ******** --env ******** 4a4b0de0feb53e9b3f9446a04cb424557e52fceb3404fc77ac6fa62b4e730513 ssh-agent -k [2021-04-06T04:52:24.834Z] unset SSH_AUTH_SOCK; [2021-04-06T04:52:24.834Z] unset SSH_AGENT_PID; [2021-04-06T04:52:24.834Z] echo Agent pid 17 killed; [2021-04-06T04:52:24.895Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T04:52:25.381Z] + git semver [Pipeline] } [2021-04-06T04:52:25.399Z] $ docker stop --time=1 4a4b0de0feb53e9b3f9446a04cb424557e52fceb3404fc77ac6fa62b4e730513 [2021-04-06T04:52:26.782Z] $ docker rm -f 4a4b0de0feb53e9b3f9446a04cb424557e52fceb3404fc77ac6fa62b4e730513 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:52:27.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T04:52:27.454Z] [2021-04-06T04:52:27.454Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:52:27.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T04:52:27.810Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-06T04:52:27.810Z] ab5ef0e58194: Pulling fs layer [2021-04-06T04:52:27.810Z] 9712f1f96733: Pulling fs layer [2021-04-06T04:52:27.810Z] 63f879dbbcfc: Pulling fs layer [2021-04-06T04:52:27.810Z] 0d9ebad4ef96: Pulling fs layer [2021-04-06T04:52:27.810Z] e9a5061849ea: Pulling fs layer [2021-04-06T04:52:27.810Z] d747dcd14b5f: Pulling fs layer [2021-04-06T04:52:27.810Z] 2de7ff778b66: Pulling fs layer [2021-04-06T04:52:27.810Z] e9a5061849ea: Waiting [2021-04-06T04:52:27.810Z] d747dcd14b5f: Waiting [2021-04-06T04:52:27.810Z] 2de7ff778b66: Waiting [2021-04-06T04:52:27.810Z] 0d9ebad4ef96: Waiting [2021-04-06T04:52:27.810Z] 9712f1f96733: Verifying Checksum [2021-04-06T04:52:27.810Z] 9712f1f96733: Download complete [2021-04-06T04:52:29.739Z] 63f879dbbcfc: Verifying Checksum [2021-04-06T04:52:29.739Z] 63f879dbbcfc: Download complete [2021-04-06T04:52:30.011Z] e9a5061849ea: Verifying Checksum [2021-04-06T04:52:30.011Z] e9a5061849ea: Download complete [2021-04-06T04:52:30.011Z] d747dcd14b5f: Verifying Checksum [2021-04-06T04:52:30.011Z] d747dcd14b5f: Download complete [2021-04-06T04:52:30.596Z] 2de7ff778b66: Verifying Checksum [2021-04-06T04:52:30.596Z] 2de7ff778b66: Download complete [2021-04-06T04:52:30.596Z] 0d9ebad4ef96: Verifying Checksum [2021-04-06T04:52:30.596Z] 0d9ebad4ef96: Download complete [2021-04-06T04:52:30.859Z] ab5ef0e58194: Verifying Checksum [2021-04-06T04:52:30.859Z] ab5ef0e58194: Download complete [2021-04-06T04:52:36.184Z] ab5ef0e58194: Pull complete [2021-04-06T04:52:36.184Z] 9712f1f96733: Pull complete [2021-04-06T04:52:38.174Z] 63f879dbbcfc: Pull complete [2021-04-06T04:52:43.608Z] 0d9ebad4ef96: Pull complete [2021-04-06T04:52:47.836Z] e9a5061849ea: Pull complete [2021-04-06T04:52:47.836Z] d747dcd14b5f: Pull complete [2021-04-06T04:52:48.790Z] 2de7ff778b66: Pull complete [2021-04-06T04:52:49.054Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-06T04:52:49.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T04:52:49.054Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-06T04:52:49.255Z] prd-centos7-docker-4c-2g-32881 does not seem to be running inside a container [2021-04-06T04:52:49.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-06T04:52:52.653Z] $ docker top be2fbf084904005577c2bd5a352e7f913f1e445ed670ff6a1fc74728eb8d3f6e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-06T04:52:52.868Z] provisioning config files... [2021-04-06T04:52:52.881Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2356551153466136278tmp [2021-04-06T04:52:52.901Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7574603993477640150tmp [2021-04-06T04:52:52.915Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4248476527488547332tmp [Pipeline] { [Pipeline] echo [2021-04-06T04:52:52.972Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:52:53.272Z] ---> sigul-configuration.sh [2021-04-06T04:52:53.272Z] gpg: directory `/root/.gnupg' created [2021-04-06T04:52:53.272Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-06T04:52:53.272Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-06T04:52:53.272Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-06T04:52:53.272Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-06T04:52:53.272Z] gpg: CAST5 encrypted data [2021-04-06T04:52:53.534Z] gpg: encrypted with 1 passphrase [2021-04-06T04:52:53.534Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-06T04:52:53.853Z] + mkdir /home/jenkins [2021-04-06T04:52:53.853Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-06T04:52:54.158Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-06T04:52:54.171Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:52:54.471Z] ---> sigul-install.sh [2021-04-06T04:53:01.087Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-06T04:53:01.392Z] + git tag --list [2021-04-06T04:53:01.392Z] 0.1.1 [2021-04-06T04:53:01.392Z] v1.1.0 [2021-04-06T04:53:01.392Z] v1.2.0 [2021-04-06T04:53:01.392Z] v1.2.1 [2021-04-06T04:53:01.392Z] v1.3.0 [2021-04-06T04:53:01.392Z] v2.0.0-dev.1 [2021-04-06T04:53:01.392Z] v2.0.0-dev.10 [2021-04-06T04:53:01.392Z] v2.0.0-dev.11 [2021-04-06T04:53:01.392Z] v2.0.0-dev.12 [2021-04-06T04:53:01.392Z] v2.0.0-dev.13 [2021-04-06T04:53:01.392Z] v2.0.0-dev.14 [2021-04-06T04:53:01.392Z] v2.0.0-dev.15 [2021-04-06T04:53:01.392Z] v2.0.0-dev.16 [2021-04-06T04:53:01.392Z] v2.0.0-dev.17 [2021-04-06T04:53:01.392Z] v2.0.0-dev.18 [2021-04-06T04:53:01.392Z] v2.0.0-dev.19 [2021-04-06T04:53:01.392Z] v2.0.0-dev.2 [2021-04-06T04:53:01.392Z] v2.0.0-dev.20 [2021-04-06T04:53:01.392Z] v2.0.0-dev.21 [2021-04-06T04:53:01.392Z] v2.0.0-dev.22 [2021-04-06T04:53:01.392Z] v2.0.0-dev.23 [2021-04-06T04:53:01.392Z] v2.0.0-dev.24 [2021-04-06T04:53:01.392Z] v2.0.0-dev.25 [2021-04-06T04:53:01.392Z] v2.0.0-dev.26 [2021-04-06T04:53:01.392Z] v2.0.0-dev.27 [2021-04-06T04:53:01.392Z] v2.0.0-dev.28 [2021-04-06T04:53:01.392Z] v2.0.0-dev.29 [2021-04-06T04:53:01.392Z] v2.0.0-dev.3 [2021-04-06T04:53:01.392Z] v2.0.0-dev.4 [2021-04-06T04:53:01.392Z] v2.0.0-dev.5 [2021-04-06T04:53:01.392Z] v2.0.0-dev.6 [2021-04-06T04:53:01.392Z] v2.0.0-dev.7 [2021-04-06T04:53:01.392Z] v2.0.0-dev.8 [2021-04-06T04:53:01.392Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-06T04:53:01.697Z] + lftools sign git-tag v2.0.0-dev.29 [2021-04-06T04:53:03.103Z] Signing Git tag with Sigul... [2021-04-06T04:53:03.103Z] Signing v2.0.0-dev.29 [Pipeline] echo [2021-04-06T04:53:04.509Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:04.813Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-06T04:53:04.824Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-06T04:53:04.926Z] $ docker stop --time=1 be2fbf084904005577c2bd5a352e7f913f1e445ed670ff6a1fc74728eb8d3f6e [2021-04-06T04:53:07.142Z] $ docker rm -f be2fbf084904005577c2bd5a352e7f913f1e445ed670ff6a1fc74728eb8d3f6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:53:08.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:53:08.080Z] . [Pipeline] withDockerContainer [2021-04-06T04:53:08.188Z] prd-centos7-docker-4c-2g-32881 does not seem to be running inside a container [2021-04-06T04:53:08.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T04:53:08.964Z] $ docker top e1c7342db549fe814a9729b82811e58866689f498492c4e50bbd1b7327927b5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T04:53:09.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T04:53:09.251Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T04:53:09.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T04:53:09.455Z] $ docker exec e1c7342db549fe814a9729b82811e58866689f498492c4e50bbd1b7327927b5c ssh-agent [2021-04-06T04:53:09.675Z] SSH_AUTH_SOCK=/tmp/ssh-mA7vrXY5okJp/agent.13 [2021-04-06T04:53:09.675Z] SSH_AGENT_PID=18 [2021-04-06T04:53:09.682Z] Running ssh-add (command line suppressed) [2021-04-06T04:53:09.819Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7348271538396466568.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7348271538396466568.key) [2021-04-06T04:53:09.886Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T04:53:10.232Z] + git semver bump pre [2021-04-06T04:53:10.232Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T04:53:10.232Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-06T04:53:10.233Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T04:53:10.233Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T04:53:10.233Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T04:53:10.233Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T04:53:10.233Z] # $SEMVER_BRANCH = master [2021-04-06T04:53:10.233Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-06T04:53:10.233Z] 2.0.0-dev.30 [Pipeline] } [2021-04-06T04:53:10.244Z] $ docker exec --env ******** --env ******** e1c7342db549fe814a9729b82811e58866689f498492c4e50bbd1b7327927b5c ssh-agent -k [2021-04-06T04:53:10.373Z] unset SSH_AUTH_SOCK; [2021-04-06T04:53:10.374Z] unset SSH_AGENT_PID; [2021-04-06T04:53:10.374Z] echo Agent pid 18 killed; [2021-04-06T04:53:10.430Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T04:53:11.020Z] + git semver [Pipeline] } [2021-04-06T04:53:11.047Z] $ docker stop --time=1 e1c7342db549fe814a9729b82811e58866689f498492c4e50bbd1b7327927b5c [2021-04-06T04:53:12.407Z] $ docker rm -f e1c7342db549fe814a9729b82811e58866689f498492c4e50bbd1b7327927b5c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:53:12.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T04:53:12.993Z] . [Pipeline] withDockerContainer [2021-04-06T04:53:13.095Z] prd-centos7-docker-4c-2g-32881 does not seem to be running inside a container [2021-04-06T04:53:13.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T04:53:13.843Z] $ docker top e773b7c22b3288295e5e58c568cf4b6186b6de83ea947350c00cee6d77911efc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T04:53:14.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T04:53:14.225Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T04:53:14.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T04:53:14.430Z] $ docker exec e773b7c22b3288295e5e58c568cf4b6186b6de83ea947350c00cee6d77911efc ssh-agent [2021-04-06T04:53:14.614Z] SSH_AUTH_SOCK=/tmp/ssh-zhJL1DmaKBY0/agent.11 [2021-04-06T04:53:14.614Z] SSH_AGENT_PID=16 [2021-04-06T04:53:14.621Z] Running ssh-add (command line suppressed) [2021-04-06T04:53:14.751Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_594399087725334478.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_594399087725334478.key) [2021-04-06T04:53:14.813Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T04:53:15.151Z] + git semver push [2021-04-06T04:53:15.151Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T04:53:15.151Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-06T04:53:15.151Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T04:53:15.151Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T04:53:15.151Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T04:53:15.151Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T04:53:15.151Z] # $SEMVER_BRANCH = master [2021-04-06T04:53:15.151Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-06T04:53:18.525Z] $ docker exec --env ******** --env ******** e773b7c22b3288295e5e58c568cf4b6186b6de83ea947350c00cee6d77911efc ssh-agent -k [2021-04-06T04:53:18.648Z] unset SSH_AUTH_SOCK; [2021-04-06T04:53:18.649Z] unset SSH_AGENT_PID; [2021-04-06T04:53:18.649Z] echo Agent pid 16 killed; [2021-04-06T04:53:18.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T04:53:19.215Z] + git semver [Pipeline] } [2021-04-06T04:53:19.232Z] $ docker stop --time=1 e773b7c22b3288295e5e58c568cf4b6186b6de83ea947350c00cee6d77911efc [2021-04-06T04:53:20.588Z] $ docker rm -f e773b7c22b3288295e5e58c568cf4b6186b6de83ea947350c00cee6d77911efc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:22.105Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:23.039Z] ---> package-listing.sh [2021-04-06T04:53:23.039Z] ++ facter osfamily [2021-04-06T04:53:23.039Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T04:53:23.039Z] + OS_FAMILY=redhat [2021-04-06T04:53:23.039Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T04:53:23.039Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T04:53:23.039Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T04:53:23.039Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T04:53:23.039Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T04:53:23.039Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-06T04:53:23.039Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T04:53:23.039Z] + case "${OS_FAMILY}" in [2021-04-06T04:53:23.039Z] + rpm -qa [2021-04-06T04:53:23.039Z] + sort [2021-04-06T04:53:28.468Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T04:53:28.468Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T04:53:28.468Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T04:53:28.468Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-06T04:53:28.468Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-06T04:53:28.468Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-04-06T04:53:28.481Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T04:53:28.771Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:53:29.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T04:53:29.078Z] [2021-04-06T04:53:29.078Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T04:53:29.442Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T04:53:29.442Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T04:53:29.442Z] df20fa9351a1: Pulling fs layer [2021-04-06T04:53:29.442Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T04:53:29.442Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T04:53:29.442Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T04:53:29.442Z] 93b61091891f: Pulling fs layer [2021-04-06T04:53:29.442Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T04:53:29.442Z] 5e14af77c1be: Pulling fs layer [2021-04-06T04:53:29.442Z] 01666e4c0597: Pulling fs layer [2021-04-06T04:53:29.442Z] aa168da1d23b: Pulling fs layer [2021-04-06T04:53:29.442Z] 46f8f816bc3b: Waiting [2021-04-06T04:53:29.442Z] 93b61091891f: Waiting [2021-04-06T04:53:29.442Z] 93b9cdb0e59b: Waiting [2021-04-06T04:53:29.442Z] 5e14af77c1be: Waiting [2021-04-06T04:53:29.442Z] 01666e4c0597: Waiting [2021-04-06T04:53:29.442Z] aa168da1d23b: Waiting [2021-04-06T04:53:29.442Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T04:53:29.442Z] 36b3adc4ff6f: Download complete [2021-04-06T04:53:29.706Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T04:53:29.706Z] 46f8f816bc3b: Download complete [2021-04-06T04:53:29.706Z] df20fa9351a1: Verifying Checksum [2021-04-06T04:53:29.706Z] df20fa9351a1: Download complete [2021-04-06T04:53:29.706Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T04:53:29.706Z] 93b9cdb0e59b: Download complete [2021-04-06T04:53:29.706Z] 5e14af77c1be: Verifying Checksum [2021-04-06T04:53:29.706Z] 5e14af77c1be: Download complete [2021-04-06T04:53:29.706Z] 93b61091891f: Verifying Checksum [2021-04-06T04:53:29.706Z] 93b61091891f: Download complete [2021-04-06T04:53:29.706Z] 01666e4c0597: Verifying Checksum [2021-04-06T04:53:29.706Z] 01666e4c0597: Download complete [2021-04-06T04:53:29.970Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T04:53:29.970Z] 8ad3a11d3b57: Download complete [2021-04-06T04:53:29.970Z] df20fa9351a1: Pull complete [2021-04-06T04:53:30.234Z] 36b3adc4ff6f: Pull complete [2021-04-06T04:53:31.660Z] 8ad3a11d3b57: Pull complete [2021-04-06T04:53:31.926Z] aa168da1d23b: Verifying Checksum [2021-04-06T04:53:31.926Z] aa168da1d23b: Download complete [2021-04-06T04:53:32.513Z] 46f8f816bc3b: Pull complete [2021-04-06T04:53:33.095Z] 93b61091891f: Pull complete [2021-04-06T04:53:33.358Z] 93b9cdb0e59b: Pull complete [2021-04-06T04:53:33.358Z] 5e14af77c1be: Pull complete [2021-04-06T04:53:33.620Z] 01666e4c0597: Pull complete [2021-04-06T04:53:40.252Z] aa168da1d23b: Pull complete [2021-04-06T04:53:40.252Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T04:53:40.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T04:53:40.252Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T04:53:40.429Z] prd-centos7-docker-4c-2g-32881 does not seem to be running inside a container [2021-04-06T04:53:40.469Z] $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T04:53:43.223Z] $ docker top 5a18228f60c0c9c634a4cec6d9c06da3bbe128fdd138a4cadea26d19078f6fd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T04:53:43.742Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T04:53:44.034Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T04:53:44.329Z] + ls /var/log/sa-host [2021-04-06T04:53:44.329Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T04:53:44.329Z] file_magic: OK [2021-04-06T04:53:44.329Z] HZ: Using current value: 100 [2021-04-06T04:53:44.329Z] file_header: OK [2021-04-06T04:53:44.329Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-06T04:53:44.329Z] Statistics: [2021-04-06T04:53:44.329Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T04:53:44.329Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T04:53:44.329Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T04:53:44.329Z] file_magic: OK [2021-04-06T04:53:44.329Z] HZ: Using current value: 100 [2021-04-06T04:53:44.329Z] file_header: OK [2021-04-06T04:53:44.329Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-06T04:53:44.329Z] Statistics: [2021-04-06T04:53:44.329Z] Hnuu...uuuununununu... [2021-04-06T04:53:44.329Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T04:53:44.534Z] provisioning config files... [2021-04-06T04:53:44.549Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5389875910487182569tmp [Pipeline] { [Pipeline] echo [2021-04-06T04:53:44.617Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:44.908Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T04:53:44.917Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T04:53:45.004Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:45.300Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T04:53:45.312Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:45.613Z] ---> sudo-logs.sh [2021-04-06T04:53:45.613Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T04:53:45.672Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:45.969Z] ---> job-cost.sh [2021-04-06T04:53:45.969Z] lf-activate-venv: SKIPPING [2021-04-06T04:53:45.969Z] DEBUG: total: 0.20999999344348907 [2021-04-06T04:53:45.969Z] INFO: Retrieving Stack Cost... [2021-04-06T04:53:46.916Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T04:53:47.488Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T04:53:47.503Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T04:53:47.799Z] ---> logs-deploy.sh [2021-04-06T04:53:47.799Z] lf-activate-venv: SKIPPING [2021-04-06T04:53:47.799Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/87 [2021-04-06T04:53:47.799Z] INFO: archiving workspace using pattern(s): [2021-04-06T04:53:49.188Z] Archives upload complete. [2021-04-06T04:53:49.451Z] INFO: archiving logs to Nexus