Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-30171 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 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 (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 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 Commit message: "feat: update all error handler for edgex V2 api different multiple response bodies" > git rev-list --no-walk ee50e29b93436bbbf1db679057cf2068418b22d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-17T15:13:58.160Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T15:13:58.445Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T15:13:58.565Z] ========================================================= [2021-03-17T15:13:58.565Z] EdgeX Global Pipelines Version Info [2021-03-17T15:13:58.565Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:13:59.989Z] ------------------- [2021-03-17T15:13:59.989Z] stable info: [2021-03-17T15:13:59.989Z] ------------------- [2021-03-17T15:13:59.989Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T15:13:59.989Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T15:13:59.989Z] Message: update stable to v1.0.184 [2021-03-17T15:14:00.937Z] ------------------- [2021-03-17T15:14:00.937Z] experimental info: [2021-03-17T15:14:00.937Z] ------------------- [2021-03-17T15:14:00.937Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T15:14:00.937Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T15:14:00.937Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T15:14:01.244Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-17T15:14:01.355Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-17T15:14:01.451Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T15:14:01.564Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T15:14:01.657Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T15:14:01.758Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T15:14:01.869Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T15:14:01.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T15:14:02.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-17T15:14:02.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T15:14:02.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T15:14:02.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-17T15:14:02.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T15:14:02.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T15:14:02.575Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T15:14:02.664Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T15:14:02.810Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T15:14:02.934Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T15:14:03.097Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T15:14:03.181Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-17T15:14:03.263Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-17T15:14:03.350Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-17T15:14:03.447Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-17T15:14:03.533Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-17T15:14:03.618Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-17T15:14:03.728Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T15:14:03.817Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-17T15:14:03.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-17T15:14:03.992Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-17T15:14:04.104Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [Pipeline] echo [2021-03-17T15:14:04.222Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8031b98 [Pipeline] echo [2021-03-17T15:14:04.311Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T15:14:04.528Z] provisioning config files... [2021-03-17T15:14:04.557Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6674595411916352629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:14:04.930Z] ---> docker-login.sh [2021-03-17T15:14:04.930Z] nexus3.edgexfoundry.org:10001 [2021-03-17T15:14:05.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:14:05.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:14:05.456Z] Configure a credential helper to remove this warning. See [2021-03-17T15:14:05.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:14:05.456Z] [2021-03-17T15:14:05.456Z] Login Succeeded [2021-03-17T15:14:05.456Z] nexus3.edgexfoundry.org:10002 [2021-03-17T15:14:05.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:14:05.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:14:05.718Z] Configure a credential helper to remove this warning. See [2021-03-17T15:14:05.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:14:05.718Z] [2021-03-17T15:14:05.718Z] Login Succeeded [2021-03-17T15:14:05.718Z] nexus3.edgexfoundry.org:10003 [2021-03-17T15:14:05.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:14:05.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:14:05.984Z] Configure a credential helper to remove this warning. See [2021-03-17T15:14:05.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:14:05.984Z] [2021-03-17T15:14:05.984Z] Login Succeeded [2021-03-17T15:14:05.984Z] nexus3.edgexfoundry.org:10004 [2021-03-17T15:14:05.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:14:05.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:14:05.984Z] Configure a credential helper to remove this warning. See [2021-03-17T15:14:05.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:14:05.984Z] [2021-03-17T15:14:05.984Z] Login Succeeded [2021-03-17T15:14:05.984Z] docker.io [2021-03-17T15:14:06.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:14:06.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:14:06.509Z] Configure a credential helper to remove this warning. See [2021-03-17T15:14:06.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:14:06.509Z] [2021-03-17T15:14:06.509Z] Login Succeeded [2021-03-17T15:14:06.509Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T15:14:06.519Z] 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-03-17T15:14:07.349Z] + git log --format=format:%s -1 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [Pipeline] echo [2021-03-17T15:14:07.424Z] GIT_COMMIT: 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818, Commit Message: feat: update all error handler for edgex V2 api different multiple response bodies [Pipeline] echo [2021-03-17T15:14:07.479Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:14:08.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T15:14:08.511Z] [2021-03-17T15:14:08.511Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:14:08.935Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T15:14:08.936Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T15:14:08.936Z] 31603596830f: Pulling fs layer [2021-03-17T15:14:08.936Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T15:14:08.936Z] 6ca5941a6612: Pulling fs layer [2021-03-17T15:14:08.936Z] ecc8261a40a4: Pulling fs layer [2021-03-17T15:14:08.936Z] ecc8261a40a4: Waiting [2021-03-17T15:14:08.936Z] 2a8b12db71e7: Verifying Checksum [2021-03-17T15:14:08.936Z] 2a8b12db71e7: Download complete [2021-03-17T15:14:08.936Z] 31603596830f: Verifying Checksum [2021-03-17T15:14:08.936Z] 31603596830f: Download complete [2021-03-17T15:14:09.198Z] ecc8261a40a4: Verifying Checksum [2021-03-17T15:14:09.198Z] ecc8261a40a4: Download complete [2021-03-17T15:14:09.198Z] 6ca5941a6612: Verifying Checksum [2021-03-17T15:14:09.198Z] 6ca5941a6612: Download complete [2021-03-17T15:14:09.459Z] 31603596830f: Pull complete [2021-03-17T15:14:09.725Z] 2a8b12db71e7: Pull complete [2021-03-17T15:14:10.693Z] 6ca5941a6612: Pull complete [2021-03-17T15:14:10.693Z] ecc8261a40a4: Pull complete [2021-03-17T15:14:10.693Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T15:14:10.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T15:14:10.693Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T15:14:10.874Z] prd-centos7-docker-4c-2g-30171 does not seem to be running inside a container [2021-03-17T15:14:10.919Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T15:14:13.303Z] $ docker top fe2b4f43a087900134c39214ec86c376394d2abf1311204e3a7296d1565b398f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T15:14:13.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T15:14:13.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T15:14:13.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T15:14:13.864Z] $ docker exec fe2b4f43a087900134c39214ec86c376394d2abf1311204e3a7296d1565b398f ssh-agent [2021-03-17T15:14:14.049Z] SSH_AUTH_SOCK=/tmp/ssh-BVAaOe4A4JOV/agent.12 [2021-03-17T15:14:14.049Z] SSH_AGENT_PID=17 [2021-03-17T15:14:14.060Z] Running ssh-add (command line suppressed) [2021-03-17T15:14:14.182Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1011571935456501080.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1011571935456501080.key) [2021-03-17T15:14:14.235Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T15:14:14.572Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T15:14:14.596Z] $ docker exec --env ******** --env ******** fe2b4f43a087900134c39214ec86c376394d2abf1311204e3a7296d1565b398f ssh-agent -k [2021-03-17T15:14:14.709Z] unset SSH_AUTH_SOCK; [2021-03-17T15:14:14.709Z] unset SSH_AGENT_PID; [2021-03-17T15:14:14.709Z] echo Agent pid 17 killed; [2021-03-17T15:14:14.757Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T15:14:14.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T15:14:14.897Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T15:14:15.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T15:14:15.060Z] $ docker exec fe2b4f43a087900134c39214ec86c376394d2abf1311204e3a7296d1565b398f ssh-agent [2021-03-17T15:14:15.226Z] SSH_AUTH_SOCK=/tmp/ssh-Q2D8raeH2bjN/agent.46 [2021-03-17T15:14:15.226Z] SSH_AGENT_PID=51 [2021-03-17T15:14:15.233Z] Running ssh-add (command line suppressed) [2021-03-17T15:14:15.354Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6414095317092943570.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6414095317092943570.key) [2021-03-17T15:14:15.411Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T15:14:15.771Z] + git semver init [2021-03-17T15:14:15.771Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T15:14:15.771Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-17T15:14:15.771Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T15:14:15.771Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T15:14:15.771Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T15:14:15.771Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T15:14:15.771Z] # $SEMVER_BRANCH = master [2021-03-17T15:14:15.771Z] # $SEMVER_TEMP = /tmp/semver-173146527 [2021-03-17T15:14:15.771Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-17T15:14:17.177Z] # '/tmp/semver-173146527' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-17T15:14:17.177Z] # -> Force: false [2021-03-17T15:14:17.177Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-17T15:14:17.191Z] $ docker exec --env ******** --env ******** fe2b4f43a087900134c39214ec86c376394d2abf1311204e3a7296d1565b398f ssh-agent -k [2021-03-17T15:14:17.308Z] unset SSH_AUTH_SOCK; [2021-03-17T15:14:17.309Z] unset SSH_AGENT_PID; [2021-03-17T15:14:17.309Z] echo Agent pid 51 killed; [2021-03-17T15:14:17.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T15:14:17.828Z] + git semver [Pipeline] } [2021-03-17T15:14:17.848Z] $ docker stop --time=1 fe2b4f43a087900134c39214ec86c376394d2abf1311204e3a7296d1565b398f [2021-03-17T15:14:19.259Z] $ docker rm -f fe2b4f43a087900134c39214ec86c376394d2abf1311204e3a7296d1565b398f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T15:14:19.727Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T15:14:20.148Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T15:14:20.151Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [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-03-17T15:14:35.847Z] Still waiting to schedule task [2021-03-17T15:14:35.847Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30171’ [2021-03-17T15:14:35.849Z] Still waiting to schedule task [2021-03-17T15:14:35.849Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-17T15:16:20.158Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30172 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-17T15:16:20.222Z] Running in /w/workspace/edgex-ui-go/79 [Pipeline] { [Pipeline] checkout [2021-03-17T15:16:25.203Z] using credential edgex-jenkins-ssh [2021-03-17T15:16:25.257Z] Cloning the remote Git repository [2021-03-17T15:16:25.310Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T15:16:25.408Z] > git init /w/workspace/edgex-ui-go/79 # timeout=10 [2021-03-17T15:16:25.500Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T15:16:25.502Z] > git --version # timeout=10 [2021-03-17T15:16:25.517Z] > git --version # 'git version 2.17.1' [2021-03-17T15:16:25.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T15:16:25.585Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T15:16:27.686Z] Checking out Revision 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 (master) [2021-03-17T15:16:27.137Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-17T15:16:27.155Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T15:16:27.182Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-17T15:16:27.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T15:16:27.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T15:16:27.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T15:16:27.710Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T15:16:27.735Z] > git checkout -f 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [2021-03-17T15:16:32.477Z] Commit message: "feat: update all error handler for edgex V2 api different multiple response bodies" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T15:16:34.551Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T15:16:34.956Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T15:16:35.299Z] + sudo service docker restart+ [2021-03-17T15:16:35.299Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T15:16:37.379Z] provisioning config files... [2021-03-17T15:16:37.423Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/79@tmp/config1012747706913259930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:16:37.958Z] ---> docker-login.sh [2021-03-17T15:16:37.958Z] nexus3.edgexfoundry.org:10001 [2021-03-17T15:16:38.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:16:39.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:16:39.218Z] Configure a credential helper to remove this warning. See [2021-03-17T15:16:39.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:16:39.218Z] [2021-03-17T15:16:39.218Z] Login Succeeded [2021-03-17T15:16:39.218Z] nexus3.edgexfoundry.org:10002 [2021-03-17T15:16:39.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:16:39.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:16:39.770Z] Configure a credential helper to remove this warning. See [2021-03-17T15:16:39.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:16:39.770Z] [2021-03-17T15:16:39.770Z] Login Succeeded [2021-03-17T15:16:39.770Z] nexus3.edgexfoundry.org:10003 [2021-03-17T15:16:40.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:16:40.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:16:40.043Z] Configure a credential helper to remove this warning. See [2021-03-17T15:16:40.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:16:40.043Z] [2021-03-17T15:16:40.043Z] Login Succeeded [2021-03-17T15:16:40.043Z] nexus3.edgexfoundry.org:10004 [2021-03-17T15:16:40.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:16:40.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:16:40.642Z] Configure a credential helper to remove this warning. See [2021-03-17T15:16:40.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:16:40.642Z] [2021-03-17T15:16:40.642Z] Login Succeeded [2021-03-17T15:16:40.642Z] docker.io [2021-03-17T15:16:41.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:16:41.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:16:41.510Z] Configure a credential helper to remove this warning. See [2021-03-17T15:16:41.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:16:41.510Z] [2021-03-17T15:16:41.510Z] Login Succeeded [2021-03-17T15:16:41.510Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T15:16:41.529Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T15:16:42.000Z] ========================================================= [2021-03-17T15:16:42.000Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T15:16:42.000Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:16:42.389Z] + 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-03-17T15:16:43.004Z] Sending build context to Docker daemon 17.41MB [2021-03-17T15:16:43.277Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T15:16:43.277Z] Step 2/8 : FROM ${BASE} [2021-03-17T15:16:43.277Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T15:16:43.277Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T15:16:43.277Z] a4357932f1b6: Pulling fs layer [2021-03-17T15:16:43.277Z] 18c013af1878: Pulling fs layer [2021-03-17T15:16:43.277Z] 00ac8860ef70: Pulling fs layer [2021-03-17T15:16:43.277Z] 63d7cb157983: Pulling fs layer [2021-03-17T15:16:43.277Z] b116817d02f9: Pulling fs layer [2021-03-17T15:16:43.277Z] 745a02a5169b: Pulling fs layer [2021-03-17T15:16:43.277Z] b116817d02f9: Waiting [2021-03-17T15:16:43.277Z] 00ac8860ef70: Waiting [2021-03-17T15:16:43.277Z] 745a02a5169b: Waiting [2021-03-17T15:16:43.277Z] 18c013af1878: Verifying Checksum [2021-03-17T15:16:43.277Z] 18c013af1878: Download complete [2021-03-17T15:16:43.277Z] a4357932f1b6: Download complete [2021-03-17T15:16:43.277Z] 63d7cb157983: Verifying Checksum [2021-03-17T15:16:43.277Z] 63d7cb157983: Download complete [2021-03-17T15:16:43.554Z] b116817d02f9: Verifying Checksum [2021-03-17T15:16:43.554Z] b116817d02f9: Download complete [2021-03-17T15:16:43.554Z] 5f621e34cdf4: Verifying Checksum [2021-03-17T15:16:43.554Z] 5f621e34cdf4: Download complete [2021-03-17T15:16:44.159Z] 5f621e34cdf4: Pull complete [2021-03-17T15:16:44.770Z] a4357932f1b6: Pull complete [2021-03-17T15:16:45.052Z] 18c013af1878: Pull complete [2021-03-17T15:16:46.040Z] 745a02a5169b: Download complete [2021-03-17T15:16:47.029Z] 00ac8860ef70: Download complete [2021-03-17T15:16:59.474Z] 00ac8860ef70: Pull complete [2021-03-17T15:16:59.474Z] 63d7cb157983: Pull complete [2021-03-17T15:16:59.474Z] b116817d02f9: Pull complete [2021-03-17T15:17:02.107Z] 745a02a5169b: Pull complete [2021-03-17T15:17:02.107Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T15:17:02.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T15:17:02.107Z] ---> b7e6874047d6 [2021-03-17T15:17:02.107Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T15:17:05.533Z] ---> Running in 6e04be10264d [2021-03-17T15:17:05.533Z] Removing intermediate container 6e04be10264d [2021-03-17T15:17:05.533Z] ---> 2677db98e66d [2021-03-17T15:17:05.533Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T15:17:05.533Z] ---> Running in dc707929c176 [2021-03-17T15:17:06.128Z] Running on prd-centos7-docker-4c-2g-30173 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-17T15:17:06.189Z] Running in /w/workspace/edgex-ui-go/79 [Pipeline] { [Pipeline] checkout [2021-03-17T15:17:07.524Z] Removing intermediate container dc707929c176 [2021-03-17T15:17:07.524Z] ---> 78b0322fa2e0 [2021-03-17T15:17:07.524Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-17T15:17:07.796Z] ---> Running in dcd7d2965ca7 [2021-03-17T15:17:08.700Z] using credential edgex-jenkins-ssh [2021-03-17T15:17:08.753Z] Cloning the remote Git repository [2021-03-17T15:17:08.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T15:17:09.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T15:17:08.781Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T15:17:08.851Z] > git init /w/workspace/edgex-ui-go/79 # timeout=10 [2021-03-17T15:17:08.915Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T15:17:08.915Z] > git --version # timeout=10 [2021-03-17T15:17:08.927Z] > git --version # 'git version 2.24.3' [2021-03-17T15:17:08.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T15:17:08.977Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T15:17:10.272Z] Checking out Revision 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 (master) [2021-03-17T15:17:10.355Z] OK: 142 MiB in 39 packages [2021-03-17T15:17:09.876Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-17T15:17:09.885Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T15:17:09.898Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-17T15:17:09.916Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-17T15:17:09.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T15:17:09.923Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T15:17:10.283Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T15:17:10.297Z] > git checkout -f 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [2021-03-17T15:17:11.346Z] Removing intermediate container dcd7d2965ca7 [2021-03-17T15:17:11.346Z] ---> b156f149abe8 [2021-03-17T15:17:11.346Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-17T15:17:11.346Z] ---> Running in 5c52480be1a0 [2021-03-17T15:17:11.940Z] Removing intermediate container 5c52480be1a0 [2021-03-17T15:17:11.940Z] ---> ad85ca6bca6c [2021-03-17T15:17:11.940Z] Step 7/8 : COPY . . [2021-03-17T15:17:14.117Z] Commit message: "feat: update all error handler for edgex V2 api different multiple response bodies" [2021-03-17T15:17:14.571Z] ---> b43b63ba9e31 [2021-03-17T15:17:14.571Z] Step 8/8 : RUN go mod download [2021-03-17T15:17:14.571Z] ---> Running in 46c35245c340 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T15:17:15.508Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-17T15:17:15.848Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T15:17:16.148Z] + sudo service docker restart [2021-03-17T15:17:16.148Z] + true [2021-03-17T15:17:16.148Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T15:17:17.603Z] provisioning config files... [2021-03-17T15:17:17.632Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/79@tmp/config3496793369374389412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:17:18.028Z] ---> docker-login.sh [2021-03-17T15:17:18.028Z] nexus3.edgexfoundry.org:10001 [2021-03-17T15:17:18.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:17:18.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:17:18.291Z] Configure a credential helper to remove this warning. See [2021-03-17T15:17:18.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:17:18.291Z] [2021-03-17T15:17:18.291Z] Login Succeeded [2021-03-17T15:17:18.291Z] nexus3.edgexfoundry.org:10002 [2021-03-17T15:17:18.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:17:18.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:17:18.553Z] Configure a credential helper to remove this warning. See [2021-03-17T15:17:18.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:17:18.553Z] [2021-03-17T15:17:18.553Z] Login Succeeded [2021-03-17T15:17:18.553Z] nexus3.edgexfoundry.org:10003 [2021-03-17T15:17:18.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:17:18.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:17:18.815Z] Configure a credential helper to remove this warning. See [2021-03-17T15:17:18.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:17:18.815Z] [2021-03-17T15:17:18.815Z] Login Succeeded [2021-03-17T15:17:18.815Z] nexus3.edgexfoundry.org:10004 [2021-03-17T15:17:18.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:17:19.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:17:19.077Z] Configure a credential helper to remove this warning. See [2021-03-17T15:17:19.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:17:19.077Z] [2021-03-17T15:17:19.077Z] Login Succeeded [2021-03-17T15:17:19.077Z] docker.io [2021-03-17T15:17:19.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:17:19.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:17:19.340Z] Configure a credential helper to remove this warning. See [2021-03-17T15:17:19.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:17:19.340Z] [2021-03-17T15:17:19.340Z] Login Succeeded [2021-03-17T15:17:19.340Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T15:17:19.349Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T15:17:19.805Z] ========================================================= [2021-03-17T15:17:19.805Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T15:17:19.805Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:17:20.146Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-17T15:17:20.408Z] Sending build context to Docker daemon 17.41MB [2021-03-17T15:17:20.408Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T15:17:20.408Z] Step 2/8 : FROM ${BASE} [2021-03-17T15:17:20.408Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T15:17:20.408Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T15:17:20.408Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T15:17:20.408Z] de9db76c5a1d: Pulling fs layer [2021-03-17T15:17:20.408Z] bca2f99d35d6: Pulling fs layer [2021-03-17T15:17:20.408Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T15:17:20.408Z] 7c6f9722023f: Pulling fs layer [2021-03-17T15:17:20.408Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T15:17:20.408Z] 93359f2a8cfa: Waiting [2021-03-17T15:17:20.408Z] a35cf1a2eb13: Waiting [2021-03-17T15:17:20.408Z] 7c6f9722023f: Waiting [2021-03-17T15:17:20.408Z] bca2f99d35d6: Waiting [2021-03-17T15:17:20.670Z] de9db76c5a1d: Verifying Checksum [2021-03-17T15:17:20.670Z] de9db76c5a1d: Download complete [2021-03-17T15:17:20.670Z] 0ef7d3d256c8: Verifying Checksum [2021-03-17T15:17:20.670Z] 0ef7d3d256c8: Download complete [2021-03-17T15:17:20.670Z] 93359f2a8cfa: Verifying Checksum [2021-03-17T15:17:20.670Z] 93359f2a8cfa: Download complete [2021-03-17T15:17:20.670Z] 7c6f9722023f: Verifying Checksum [2021-03-17T15:17:20.670Z] 7c6f9722023f: Download complete [2021-03-17T15:17:20.670Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T15:17:20.670Z] 188c0c94c7c5: Download complete [2021-03-17T15:17:20.935Z] 188c0c94c7c5: Pull complete [2021-03-17T15:17:20.935Z] 0ef7d3d256c8: Pull complete [2021-03-17T15:17:21.198Z] de9db76c5a1d: Pull complete [2021-03-17T15:17:22.596Z] a35cf1a2eb13: Verifying Checksum [2021-03-17T15:17:22.596Z] a35cf1a2eb13: Download complete [2021-03-17T15:17:23.553Z] bca2f99d35d6: Verifying Checksum [2021-03-17T15:17:23.553Z] bca2f99d35d6: Download complete [2021-03-17T15:17:28.890Z] bca2f99d35d6: Pull complete [2021-03-17T15:17:29.156Z] 93359f2a8cfa: Pull complete [2021-03-17T15:17:29.423Z] 7c6f9722023f: Pull complete [2021-03-17T15:17:33.659Z] a35cf1a2eb13: Pull complete [2021-03-17T15:17:33.659Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T15:17:33.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T15:17:33.659Z] ---> a62c8e92a672 [2021-03-17T15:17:33.659Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T15:17:33.659Z] ---> Running in ab904b6b6ec5 [2021-03-17T15:17:33.922Z] Removing intermediate container ab904b6b6ec5 [2021-03-17T15:17:33.922Z] ---> bd0b1441b073 [2021-03-17T15:17:33.922Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T15:17:33.923Z] ---> Running in c641d0f9a27e [2021-03-17T15:17:34.872Z] Removing intermediate container c641d0f9a27e [2021-03-17T15:17:34.872Z] ---> 51fc937d1bc6 [2021-03-17T15:17:34.872Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-17T15:17:34.872Z] ---> Running in 9cfecbd3bee0 [2021-03-17T15:17:35.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T15:17:36.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T15:17:37.038Z] OK: 166 MiB in 39 packages [2021-03-17T15:17:37.614Z] Removing intermediate container 9cfecbd3bee0 [2021-03-17T15:17:37.614Z] ---> 5868cb25958b [2021-03-17T15:17:37.614Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-17T15:17:37.614Z] ---> Running in bfd16be6f19a [2021-03-17T15:17:37.614Z] Removing intermediate container bfd16be6f19a [2021-03-17T15:17:37.614Z] ---> f86771f4d4e9 [2021-03-17T15:17:37.614Z] Step 7/8 : COPY . . [2021-03-17T15:17:40.174Z] ---> 0e1d8a71826d [2021-03-17T15:17:40.174Z] Step 8/8 : RUN go mod download [2021-03-17T15:17:40.174Z] ---> Running in 0372bc78d0ec [2021-03-17T15:17:46.907Z] Removing intermediate container 46c35245c340 [2021-03-17T15:17:46.907Z] ---> d3476e4201ec [2021-03-17T15:17:46.907Z] Successfully built d3476e4201ec [2021-03-17T15:17:46.908Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:17:47.248Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T15:17:47.248Z] . [Pipeline] withDockerContainer [2021-03-17T15:17:47.518Z] prd-ubuntu18.04-docker-arm64-4c-16g-30172 does not seem to be running inside a container [2021-03-17T15:17:47.605Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/79 -v /w/workspace/edgex-ui-go/79:/w/workspace/edgex-ui-go/79:rw,z -v /w/workspace/edgex-ui-go/79@tmp:/w/workspace/edgex-ui-go/79@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-03-17T15:17:49.107Z] $ docker top 73e4e9af8fc0e7caeb412a42ef17dbd652a85fcb896c0a01c8e269960fc68f73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T15:17:50.135Z] + go version [2021-03-17T15:17:50.135Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T15:17:50.160Z] $ docker stop --time=1 73e4e9af8fc0e7caeb412a42ef17dbd652a85fcb896c0a01c8e269960fc68f73 [2021-03-17T15:17:52.099Z] $ docker rm -f 73e4e9af8fc0e7caeb412a42ef17dbd652a85fcb896c0a01c8e269960fc68f73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:17:53.085Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T15:17:53.085Z] . [Pipeline] withDockerContainer [2021-03-17T15:17:53.353Z] prd-ubuntu18.04-docker-arm64-4c-16g-30172 does not seem to be running inside a container [2021-03-17T15:17:53.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/79 -v /w/workspace/edgex-ui-go/79:/w/workspace/edgex-ui-go/79:rw,z -v /w/workspace/edgex-ui-go/79@tmp:/w/workspace/edgex-ui-go/79@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-03-17T15:17:54.903Z] $ docker top 34b66dac8f96f027a20d737ceca8d620b1d9780a34c57955313a44d659858f40 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T15:17:55.887Z] + make test [2021-03-17T15:17:55.887Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-17T15:17:57.326Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-17T15:18:12.362Z] Removing intermediate container 0372bc78d0ec [2021-03-17T15:18:12.362Z] ---> c095e0861849 [2021-03-17T15:18:12.362Z] Successfully built c095e0861849 [2021-03-17T15:18:12.362Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:18:12.682Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T15:18:12.682Z] . [Pipeline] withDockerContainer [2021-03-17T15:18:13.026Z] prd-centos7-docker-4c-2g-30173 does not seem to be running inside a container [2021-03-17T15:18:13.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/79 -v /w/workspace/edgex-ui-go/79:/w/workspace/edgex-ui-go/79:rw,z -v /w/workspace/edgex-ui-go/79@tmp:/w/workspace/edgex-ui-go/79@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-03-17T15:18:13.972Z] $ docker top f389c6fa10262fbc3db7ab893ebe4311d2987f373982175bd6b30839f81c61be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T15:18:14.478Z] + go version [2021-03-17T15:18:14.479Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T15:18:14.495Z] $ docker stop --time=1 f389c6fa10262fbc3db7ab893ebe4311d2987f373982175bd6b30839f81c61be [2021-03-17T15:18:15.844Z] $ docker rm -f f389c6fa10262fbc3db7ab893ebe4311d2987f373982175bd6b30839f81c61be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:18:16.684Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T15:18:16.684Z] . [Pipeline] withDockerContainer [2021-03-17T15:18:16.784Z] prd-centos7-docker-4c-2g-30173 does not seem to be running inside a container [2021-03-17T15:18:16.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/79 -v /w/workspace/edgex-ui-go/79:/w/workspace/edgex-ui-go/79:rw,z -v /w/workspace/edgex-ui-go/79@tmp:/w/workspace/edgex-ui-go/79@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-03-17T15:18:17.680Z] $ docker top 634076057b33a89357943bfbf203fc501589dca404487ecdcb592e45657b0cbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T15:18:18.173Z] + make test [2021-03-17T15:18:18.173Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-17T15:18:19.586Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-17T15:18:24.155Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-17T15:18:24.155Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-17T15:18:29.600Z] $ docker stop --time=1 34b66dac8f96f027a20d737ceca8d620b1d9780a34c57955313a44d659858f40 [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-17T15:18:29.710Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-17T15:18:29.710Z] GO111MODULE=on go vet ./... [2021-03-17T15:18:31.765Z] $ docker rm -f 34b66dac8f96f027a20d737ceca8d620b1d9780a34c57955313a44d659858f40 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-03-17T15:18:32.325Z] $ docker stop --time=1 634076057b33a89357943bfbf203fc501589dca404487ecdcb592e45657b0cbf [2021-03-17T15:18:32.585Z] + sudo chown -R jenkins:jenkins . [2021-03-17T15:18:34.650Z] $ docker rm -f 634076057b33a89357943bfbf203fc501589dca404487ecdcb592e45657b0cbf [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh [2021-03-17T15:18:35.186Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T15:18:35.244Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T15:18:35.584Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-17T15:18:35.738Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T15:18:38.502Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T15:18:38.638Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T15:18:38.804Z] + ls -al . [2021-03-17T15:18:38.804Z] total 92 [2021-03-17T15:18:38.804Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 17 15:18 . [2021-03-17T15:18:38.804Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 17 15:17 .. [2021-03-17T15:18:38.804Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 17 15:17 assets [2021-03-17T15:18:38.804Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 17 15:17 bin [2021-03-17T15:18:38.804Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 17 15:17 cmd [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 17 15:17 CONTRIBUTING.md [2021-03-17T15:18:38.804Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 17 15:18 coverage.out [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 17 15:17 Dockerfile [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 17 15:17 Dockerfile.build [2021-03-17T15:18:38.804Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 17 15:17 docs [2021-03-17T15:18:38.804Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 17 15:17 .git [2021-03-17T15:18:38.804Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 17 15:17 .github [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 17 15:17 .gitignore [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 17 15:17 go.mod [2021-03-17T15:18:38.804Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 17 15:18 go.sum [2021-03-17T15:18:38.804Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 17 15:17 internal [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 17 15:17 Jenkinsfile [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 17 15:17 LICENSE [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 17 15:17 Makefile [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 17 15:17 README.md [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 17 15:14 VERSION [2021-03-17T15:18:38.804Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 17 15:17 version.go [2021-03-17T15:18:38.804Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 17 15:17 web [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:18:39.029Z] + ls -al . [2021-03-17T15:18:39.030Z] total 124 [2021-03-17T15:18:39.030Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 15:17 . [2021-03-17T15:18:39.030Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 15:16 .. [2021-03-17T15:18:39.030Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 15:16 .git [2021-03-17T15:18:39.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 15:16 .github [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 17 15:16 .gitignore [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 17 15:16 CONTRIBUTING.md [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 17 15:16 Dockerfile [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 17 15:16 Dockerfile.build [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 17 15:16 Jenkinsfile [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 17 15:16 LICENSE [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 17 15:16 Makefile [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 17 15:16 README.md [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 17 15:14 VERSION [2021-03-17T15:18:39.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 15:16 assets [2021-03-17T15:18:39.030Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 15:16 bin [2021-03-17T15:18:39.030Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 15:16 cmd [2021-03-17T15:18:39.030Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 17 15:17 coverage.out [2021-03-17T15:18:39.030Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 17 15:16 docs [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 17 15:16 go.mod [2021-03-17T15:18:39.030Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 17 15:17 go.sum [2021-03-17T15:18:39.030Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 15:16 internal [2021-03-17T15:18:39.030Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 17 15:16 version.go [2021-03-17T15:18:39.030Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 15:16 web [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:18:39.117Z] + 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=8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 --label arch=amd64 --label version=2.0.0-dev.21 . [2021-03-17T15:18:39.380Z] Sending build context to Docker daemon 17.43MB [2021-03-17T15:18:39.380Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T15:18:39.380Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T15:18:39.380Z] ---> c095e0861849 [2021-03-17T15:18:39.380Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-17T15:18:39.414Z] + 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=8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 --label arch=arm64 --label version=2.0.0-dev.21 . [2021-03-17T15:18:40.012Z] Sending build context to Docker daemon 17.43MB [2021-03-17T15:18:40.281Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T15:18:40.281Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-17T15:18:40.281Z] ---> d3476e4201ec [2021-03-17T15:18:40.281Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-17T15:18:40.331Z] ---> Running in a67fa5497bd6 [2021-03-17T15:18:40.331Z] Removing intermediate container a67fa5497bd6 [2021-03-17T15:18:40.331Z] ---> cd36fd833d97 [2021-03-17T15:18:40.331Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-17T15:18:40.331Z] ---> Running in efc411955f4c [2021-03-17T15:18:40.554Z] ---> Running in 7f771d0a031f [2021-03-17T15:18:40.593Z] Removing intermediate container efc411955f4c [2021-03-17T15:18:40.593Z] ---> 66569cea25e4 [2021-03-17T15:18:40.593Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-17T15:18:40.593Z] ---> Running in 5f88123484d3 [2021-03-17T15:18:40.827Z] Removing intermediate container 7f771d0a031f [2021-03-17T15:18:40.827Z] ---> c7bd67620106 [2021-03-17T15:18:40.827Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-17T15:18:40.855Z] Removing intermediate container 5f88123484d3 [2021-03-17T15:18:40.855Z] ---> 3f75ec852541 [2021-03-17T15:18:40.855Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-17T15:18:40.855Z] ---> Running in a1a031dac309 [2021-03-17T15:18:40.855Z] Removing intermediate container a1a031dac309 [2021-03-17T15:18:40.855Z] ---> 6ec6970baa29 [2021-03-17T15:18:40.855Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-17T15:18:41.100Z] ---> Running in ac923285df13 [2021-03-17T15:18:41.117Z] ---> Running in c5f00b4632a0 [2021-03-17T15:18:41.117Z] Removing intermediate container c5f00b4632a0 [2021-03-17T15:18:41.117Z] ---> 35bce3360b04 [2021-03-17T15:18:41.117Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T15:18:41.384Z] ---> Running in bb33e13a797c [2021-03-17T15:18:41.697Z] Removing intermediate container ac923285df13 [2021-03-17T15:18:41.697Z] ---> 227a1b0bd780 [2021-03-17T15:18:41.697Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-17T15:18:41.697Z] ---> Running in 978fa0ac855b [2021-03-17T15:18:41.971Z] Removing intermediate container 978fa0ac855b [2021-03-17T15:18:41.971Z] ---> 6dc03923000e [2021-03-17T15:18:41.971Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-17T15:18:42.243Z] ---> Running in 80fe71675f07 [2021-03-17T15:18:42.335Z] Removing intermediate container bb33e13a797c [2021-03-17T15:18:42.335Z] ---> 6e21f88955c8 [2021-03-17T15:18:42.335Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-17T15:18:42.335Z] ---> Running in 9b0a566e7280 [2021-03-17T15:18:42.838Z] Removing intermediate container 80fe71675f07 [2021-03-17T15:18:42.838Z] ---> ad1dc15b1b50 [2021-03-17T15:18:42.838Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-17T15:18:42.838Z] ---> Running in d9d85d3eb90a [2021-03-17T15:18:42.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T15:18:43.433Z] Removing intermediate container d9d85d3eb90a [2021-03-17T15:18:43.433Z] ---> 03019acda798 [2021-03-17T15:18:43.433Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T15:18:43.433Z] ---> Running in 4644a15fddb0 [2021-03-17T15:18:43.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T15:18:44.063Z] OK: 166 MiB in 39 packages [2021-03-17T15:18:44.326Z] Removing intermediate container 9b0a566e7280 [2021-03-17T15:18:44.326Z] ---> 0fe3beead402 [2021-03-17T15:18:44.326Z] Step 10/24 : ENV GO111MODULE=on [2021-03-17T15:18:44.590Z] ---> Running in d5401c8251b3 [2021-03-17T15:18:44.590Z] Removing intermediate container d5401c8251b3 [2021-03-17T15:18:44.590Z] ---> 12626572ac9a [2021-03-17T15:18:44.590Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-17T15:18:44.853Z] ---> Running in c02a59f76f9a [2021-03-17T15:18:44.853Z] Removing intermediate container c02a59f76f9a [2021-03-17T15:18:44.853Z] ---> 6fdef8f283ac [2021-03-17T15:18:44.853Z] Step 12/24 : COPY go.mod . [2021-03-17T15:18:45.116Z] ---> 60653d3c3337 [2021-03-17T15:18:45.116Z] Step 13/24 : COPY Makefile . [2021-03-17T15:18:45.378Z] ---> 22906cb22a65 [2021-03-17T15:18:45.378Z] Step 14/24 : RUN make update [2021-03-17T15:18:45.378Z] ---> Running in 5e5fc425bf4d [2021-03-17T15:18:45.401Z] Removing intermediate container 4644a15fddb0 [2021-03-17T15:18:45.401Z] ---> 7d21e354cf98 [2021-03-17T15:18:45.401Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-17T15:18:45.672Z] ---> Running in a548ecd4f037 [2021-03-17T15:18:45.964Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-17T15:18:46.229Z] Removing intermediate container 5e5fc425bf4d [2021-03-17T15:18:46.229Z] ---> 95ab2b28f360 [2021-03-17T15:18:46.229Z] Step 15/24 : COPY . . [2021-03-17T15:18:46.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T15:18:47.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T15:18:48.155Z] ---> b5459091e77e [2021-03-17T15:18:48.155Z] Step 16/24 : RUN ${MAKE} [2021-03-17T15:18:48.155Z] ---> Running in ec01608592e3 [2021-03-17T15:18:48.211Z] OK: 142 MiB in 39 packages [2021-03-17T15:18:48.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.21" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-17T15:18:49.182Z] Removing intermediate container a548ecd4f037 [2021-03-17T15:18:49.182Z] ---> 7987972e3744 [2021-03-17T15:18:49.182Z] Step 10/24 : ENV GO111MODULE=on [2021-03-17T15:18:49.452Z] ---> Running in 41ccde8ec694 [2021-03-17T15:18:49.721Z] Removing intermediate container 41ccde8ec694 [2021-03-17T15:18:49.721Z] ---> 48bb21adc70d [2021-03-17T15:18:49.721Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-17T15:18:49.991Z] ---> Running in 8fdcf35ff7c7 [2021-03-17T15:18:50.262Z] Removing intermediate container 8fdcf35ff7c7 [2021-03-17T15:18:50.262Z] ---> 7ee898d2f668 [2021-03-17T15:18:50.262Z] Step 12/24 : COPY go.mod . [2021-03-17T15:18:50.853Z] ---> ba18e650e2c5 [2021-03-17T15:18:50.853Z] Step 13/24 : COPY Makefile . [2021-03-17T15:18:51.447Z] ---> 0ddc92ddb894 [2021-03-17T15:18:51.447Z] Step 14/24 : RUN make update [2021-03-17T15:18:51.718Z] ---> Running in a5a451d5b0d1 [2021-03-17T15:18:52.689Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-17T15:18:54.113Z] Removing intermediate container a5a451d5b0d1 [2021-03-17T15:18:54.113Z] ---> a3914c5fc809 [2021-03-17T15:18:54.113Z] Step 15/24 : COPY . . [2021-03-17T15:18:56.089Z] ---> cadf845e71b3 [2021-03-17T15:18:56.089Z] Step 16/24 : RUN ${MAKE} [2021-03-17T15:18:56.361Z] ---> Running in f24a4ce97548 [2021-03-17T15:18:57.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.21" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-17T15:18:58.566Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-17T15:19:01.134Z] Removing intermediate container ec01608592e3 [2021-03-17T15:19:01.134Z] ---> 51c0d401acc7 [2021-03-17T15:19:01.134Z] Step 17/24 : FROM alpine:3.12 [2021-03-17T15:19:01.714Z] 3.12: Pulling from library/alpine [2021-03-17T15:19:01.714Z] f84cab65f19f: Pulling fs layer [2021-03-17T15:19:01.978Z] f84cab65f19f: Verifying Checksum [2021-03-17T15:19:01.978Z] f84cab65f19f: Download complete [2021-03-17T15:19:02.242Z] f84cab65f19f: Pull complete [2021-03-17T15:19:02.242Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T15:19:02.242Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T15:19:02.242Z] ---> 88dd2752d2ea [2021-03-17T15:19:02.242Z] Step 18/24 : EXPOSE 4000 [2021-03-17T15:19:02.242Z] ---> Running in 87819a73b010 [2021-03-17T15:19:02.504Z] Removing intermediate container 87819a73b010 [2021-03-17T15:19:02.504Z] ---> 6edd5e007509 [2021-03-17T15:19:02.504Z] 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-03-17T15:19:03.455Z] ---> c77c7ec2ca99 [2021-03-17T15:19:03.455Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-17T15:19:03.718Z] ---> Running in dfd5d2b3ee82 [2021-03-17T15:19:03.718Z] Removing intermediate container dfd5d2b3ee82 [2021-03-17T15:19:03.718Z] ---> 663d0ba5c190 [2021-03-17T15:19:03.718Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-17T15:19:03.981Z] ---> Running in 2be394a0a95a [2021-03-17T15:19:03.981Z] Removing intermediate container 2be394a0a95a [2021-03-17T15:19:03.981Z] ---> cad49307120d [2021-03-17T15:19:03.981Z] Step 22/24 : LABEL arch=amd64 [2021-03-17T15:19:03.981Z] ---> Running in efe161c9b759 [2021-03-17T15:19:04.245Z] Removing intermediate container efe161c9b759 [2021-03-17T15:19:04.245Z] ---> 6120cf1e8a6e [2021-03-17T15:19:04.245Z] Step 23/24 : LABEL git_sha=8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [2021-03-17T15:19:04.245Z] ---> Running in eeb84d5e7913 [2021-03-17T15:19:04.508Z] Removing intermediate container eeb84d5e7913 [2021-03-17T15:19:04.508Z] ---> 734ba02175de [2021-03-17T15:19:04.508Z] Step 24/24 : LABEL version=2.0.0-dev.21 [2021-03-17T15:19:04.508Z] ---> Running in 5e0254377c2b [2021-03-17T15:19:04.771Z] Removing intermediate container 5e0254377c2b [2021-03-17T15:19:04.771Z] ---> cc10d9dd3534 [2021-03-17T15:19:04.771Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T15:19:04.771Z] Successfully built cc10d9dd3534 [2021-03-17T15:19:04.771Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T15:19:05.198Z] provisioning config files... [2021-03-17T15:19:05.229Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/79@tmp/config4685557481963955749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:19:05.597Z] ---> docker-login.sh [2021-03-17T15:19:05.597Z] nexus3.edgexfoundry.org:10001 [2021-03-17T15:19:05.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:05.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:05.860Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:05.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:05.860Z] [2021-03-17T15:19:05.860Z] Login Succeeded [2021-03-17T15:19:05.860Z] nexus3.edgexfoundry.org:10002 [2021-03-17T15:19:05.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:06.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:06.125Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:06.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:06.125Z] [2021-03-17T15:19:06.125Z] Login Succeeded [2021-03-17T15:19:06.125Z] nexus3.edgexfoundry.org:10003 [2021-03-17T15:19:06.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:06.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:06.125Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:06.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:06.125Z] [2021-03-17T15:19:06.125Z] Login Succeeded [2021-03-17T15:19:06.125Z] nexus3.edgexfoundry.org:10004 [2021-03-17T15:19:06.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:06.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:06.388Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:06.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:06.388Z] [2021-03-17T15:19:06.388Z] Login Succeeded [2021-03-17T15:19:06.388Z] docker.io [2021-03-17T15:19:06.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:06.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:06.653Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:06.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:06.653Z] [2021-03-17T15:19:06.653Z] Login Succeeded [2021-03-17T15:19:06.653Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T15:19:06.666Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-17T15:19:06.972Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-17T15:19:06.973Z] 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [2021-03-17T15:19:06.973Z] latest [2021-03-17T15:19:06.973Z] 2.0.0-dev.21 [2021-03-17T15:19:06.973Z] 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21 [2021-03-17T15:19:06.973Z] master [2021-03-17T15:19:06.973Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:07.531Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:07.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [2021-03-17T15:19:07.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T15:19:07.888Z] 9d6c66499b30: Preparing [2021-03-17T15:19:07.888Z] 33e8713114f8: Preparing [2021-03-17T15:19:07.888Z] 33e8713114f8: Layer already exists [2021-03-17T15:19:09.297Z] 9d6c66499b30: Pushed [2021-03-17T15:19:09.559Z] 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818: digest: sha256:22f2d369fe8da39239c18ca981178fe721c05d3a5757fc34d2e153f26fe924b5 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:09.869Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:10.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-17T15:19:10.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T15:19:10.173Z] 9d6c66499b30: Preparing [2021-03-17T15:19:10.173Z] 33e8713114f8: Preparing [2021-03-17T15:19:10.173Z] 9d6c66499b30: Layer already exists [2021-03-17T15:19:10.173Z] 33e8713114f8: Layer already exists [2021-03-17T15:19:10.173Z] latest: digest: sha256:22f2d369fe8da39239c18ca981178fe721c05d3a5757fc34d2e153f26fe924b5 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:10.486Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:10.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.21 [2021-03-17T15:19:10.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T15:19:10.810Z] 9d6c66499b30: Preparing [2021-03-17T15:19:10.810Z] 33e8713114f8: Preparing [2021-03-17T15:19:10.810Z] 9d6c66499b30: Layer already exists [2021-03-17T15:19:10.810Z] 33e8713114f8: Layer already exists [2021-03-17T15:19:10.810Z] 2.0.0-dev.21: digest: sha256:22f2d369fe8da39239c18ca981178fe721c05d3a5757fc34d2e153f26fe924b5 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:11.119Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:11.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21 [2021-03-17T15:19:11.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T15:19:11.423Z] 9d6c66499b30: Preparing [2021-03-17T15:19:11.423Z] 33e8713114f8: Preparing [2021-03-17T15:19:11.423Z] 9d6c66499b30: Layer already exists [2021-03-17T15:19:11.423Z] 33e8713114f8: Layer already exists [2021-03-17T15:19:11.423Z] 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21: digest: sha256:22f2d369fe8da39239c18ca981178fe721c05d3a5757fc34d2e153f26fe924b5 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:11.735Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:12.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-17T15:19:12.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-17T15:19:12.036Z] 9d6c66499b30: Preparing [2021-03-17T15:19:12.036Z] 33e8713114f8: Preparing [2021-03-17T15:19:12.036Z] 9d6c66499b30: Layer already exists [2021-03-17T15:19:12.036Z] 33e8713114f8: Layer already exists [2021-03-17T15:19:12.036Z] master: digest: sha256:22f2d369fe8da39239c18ca981178fe721c05d3a5757fc34d2e153f26fe924b5 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-17T15:19:12.241Z] ===================================================== [Pipeline] echo [2021-03-17T15:19:12.289Z] taggedImages: [2021-03-17T15:19:12.289Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [2021-03-17T15:19:12.289Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-17T15:19:12.289Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.21 [2021-03-17T15:19:12.289Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21 [2021-03-17T15:19:12.289Z] - 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-03-17T15:19:13.226Z] ---> job-cost.sh [2021-03-17T15:19:13.226Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-S2vs [2021-03-17T15:19:24.227Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-17T15:19:28.168Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T15:19:28.539Z] Removing intermediate container f24a4ce97548 [2021-03-17T15:19:28.539Z] ---> da97fae14304 [2021-03-17T15:19:28.539Z] Step 17/24 : FROM alpine:3.12 [2021-03-17T15:19:29.128Z] 3.12: Pulling from library/alpine [2021-03-17T15:19:30.098Z] dce8679b510e: Pulling fs layer [2021-03-17T15:19:30.098Z] dce8679b510e: Verifying Checksum [2021-03-17T15:19:30.098Z] dce8679b510e: Download complete [2021-03-17T15:19:30.689Z] dce8679b510e: Pull complete [2021-03-17T15:19:30.689Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T15:19:30.689Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T15:19:30.689Z] ---> d10569e2745f [2021-03-17T15:19:30.689Z] Step 18/24 : EXPOSE 4000 [2021-03-17T15:19:30.960Z] ---> Running in faa2ea64331f [2021-03-17T15:19:31.233Z] Removing intermediate container faa2ea64331f [2021-03-17T15:19:31.233Z] ---> 15d79c68cd9a [2021-03-17T15:19:31.233Z] 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-03-17T15:19:33.208Z] ---> 4bf5a3ba46d4 [2021-03-17T15:19:33.208Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-17T15:19:33.208Z] ---> Running in 1f355432c30f [2021-03-17T15:19:33.479Z] Removing intermediate container 1f355432c30f [2021-03-17T15:19:33.479Z] ---> 16b19fbb2f17 [2021-03-17T15:19:33.479Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-17T15:19:33.752Z] ---> Running in d8b3c1e6d42b [2021-03-17T15:19:34.347Z] Removing intermediate container d8b3c1e6d42b [2021-03-17T15:19:34.347Z] ---> 261962df7a56 [2021-03-17T15:19:34.347Z] Step 22/24 : LABEL arch=arm64 [2021-03-17T15:19:34.347Z] ---> Running in 4519e75d08dc [2021-03-17T15:19:34.617Z] Removing intermediate container 4519e75d08dc [2021-03-17T15:19:34.617Z] ---> 5a99cda713bf [2021-03-17T15:19:34.617Z] Step 23/24 : LABEL git_sha=8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [2021-03-17T15:19:34.890Z] ---> Running in cb88470dcad6 [2021-03-17T15:19:35.484Z] Removing intermediate container cb88470dcad6 [2021-03-17T15:19:35.484Z] ---> 2a2ab5234cbc [2021-03-17T15:19:35.484Z] Step 24/24 : LABEL version=2.0.0-dev.21 [2021-03-17T15:19:35.484Z] ---> Running in 43386d49845b [2021-03-17T15:19:36.075Z] Removing intermediate container 43386d49845b [2021-03-17T15:19:36.075Z] ---> 64be84943d61 [2021-03-17T15:19:36.075Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T15:19:36.075Z] Successfully built 64be84943d61 [2021-03-17T15:19:36.075Z] 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-03-17T15:19:36.534Z] provisioning config files... [2021-03-17T15:19:36.577Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/79@tmp/config2590779864323508878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:19:36.975Z] ---> docker-login.sh [2021-03-17T15:19:36.975Z] nexus3.edgexfoundry.org:10001 [2021-03-17T15:19:37.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:37.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:37.246Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:37.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:37.246Z] [2021-03-17T15:19:37.246Z] Login Succeeded [2021-03-17T15:19:37.246Z] nexus3.edgexfoundry.org:10002 [2021-03-17T15:19:37.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:37.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:37.839Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:37.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:37.839Z] [2021-03-17T15:19:37.839Z] Login Succeeded [2021-03-17T15:19:37.839Z] nexus3.edgexfoundry.org:10003 [2021-03-17T15:19:38.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:38.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:38.390Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:38.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:38.390Z] [2021-03-17T15:19:38.390Z] Login Succeeded [2021-03-17T15:19:38.390Z] nexus3.edgexfoundry.org:10004 [2021-03-17T15:19:38.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:38.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:38.939Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:38.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:38.939Z] [2021-03-17T15:19:38.939Z] Login Succeeded [2021-03-17T15:19:38.939Z] docker.io [2021-03-17T15:19:39.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T15:19:39.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T15:19:39.487Z] Configure a credential helper to remove this warning. See [2021-03-17T15:19:39.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T15:19:39.487Z] [2021-03-17T15:19:39.487Z] Login Succeeded [2021-03-17T15:19:39.758Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T15:19:39.776Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-17T15:19:39.974Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-17T15:19:39.974Z] 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [2021-03-17T15:19:39.974Z] latest [2021-03-17T15:19:39.974Z] 2.0.0-dev.21 [2021-03-17T15:19:39.974Z] 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21 [2021-03-17T15:19:39.974Z] master [2021-03-17T15:19:39.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:40.578Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:40.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [2021-03-17T15:19:40.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T15:19:40.912Z] e4f44de6e7b9: Preparing [2021-03-17T15:19:40.912Z] 02a88cfff88f: Preparing [2021-03-17T15:19:41.190Z] 02a88cfff88f: Layer already exists [2021-03-17T15:19:44.551Z] e4f44de6e7b9: Pushed [2021-03-17T15:19:44.551Z] 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818: digest: sha256:1120bb4549966bc050344fd2e8f30eec0f6bf3fd4790b8bcd6b83035b053153b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:44.892Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:45.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-17T15:19:45.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T15:19:45.230Z] e4f44de6e7b9: Preparing [2021-03-17T15:19:45.230Z] 02a88cfff88f: Preparing [2021-03-17T15:19:45.230Z] e4f44de6e7b9: Layer already exists [2021-03-17T15:19:45.502Z] 02a88cfff88f: Layer already exists [2021-03-17T15:19:45.502Z] latest: digest: sha256:1120bb4549966bc050344fd2e8f30eec0f6bf3fd4790b8bcd6b83035b053153b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:45.891Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:46.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.21 [2021-03-17T15:19:46.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T15:19:46.225Z] e4f44de6e7b9: Preparing [2021-03-17T15:19:46.225Z] 02a88cfff88f: Preparing [2021-03-17T15:19:46.225Z] 02a88cfff88f: Layer already exists [2021-03-17T15:19:46.225Z] e4f44de6e7b9: Layer already exists [2021-03-17T15:19:46.495Z] 2.0.0-dev.21: digest: sha256:1120bb4549966bc050344fd2e8f30eec0f6bf3fd4790b8bcd6b83035b053153b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:46.832Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:47.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21 [2021-03-17T15:19:47.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T15:19:47.171Z] e4f44de6e7b9: Preparing [2021-03-17T15:19:47.171Z] 02a88cfff88f: Preparing [2021-03-17T15:19:47.171Z] 02a88cfff88f: Layer already exists [2021-03-17T15:19:47.171Z] e4f44de6e7b9: Layer already exists [2021-03-17T15:19:47.441Z] 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21: digest: sha256:1120bb4549966bc050344fd2e8f30eec0f6bf3fd4790b8bcd6b83035b053153b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:47.794Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:19:48.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-17T15:19:48.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-17T15:19:48.172Z] e4f44de6e7b9: Preparing [2021-03-17T15:19:48.172Z] 02a88cfff88f: Preparing [2021-03-17T15:19:48.447Z] 02a88cfff88f: Layer already exists [2021-03-17T15:19:48.447Z] e4f44de6e7b9: Layer already exists [2021-03-17T15:19:48.447Z] master: digest: sha256:1120bb4549966bc050344fd2e8f30eec0f6bf3fd4790b8bcd6b83035b053153b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-17T15:19:48.679Z] ===================================================== [Pipeline] echo [2021-03-17T15:19:48.736Z] taggedImages: [2021-03-17T15:19:48.736Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [2021-03-17T15:19:48.736Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-17T15:19:48.736Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.21 [2021-03-17T15:19:48.736Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818-2.0.0-dev.21 [2021-03-17T15:19:48.736Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:19:49.293Z] ---> job-cost.sh [2021-03-17T15:19:49.293Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UF72 [2021-03-17T15:20:00.326Z] lf-activate-venv(): INFO: Adding /tmp/venv-S2vs/bin to PATH [2021-03-17T15:20:00.326Z] INFO: No Stack... [2021-03-17T15:20:00.326Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T15:20:00.326Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T15:20:00.639Z] + cat /w/workspace/edgex-ui-go/79/archives/cost.csv [2021-03-17T15:20:00.639Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T15:20:00.871Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-79-stack-cost] [2021-03-17T15:20:00.881Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-79-stack-cost] did not exist. Created. [2021-03-17T15:20:00.882Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-79-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T15:20:01.334Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-17T15:20:01.458Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T15:20:01.471Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-79-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-17T15:20:28.258Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T15:22:04.997Z] lf-activate-venv(): INFO: Adding /tmp/venv-UF72/bin to PATH [2021-03-17T15:22:04.997Z] INFO: No Stack... [2021-03-17T15:22:04.997Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T15:22:04.997Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T15:22:05.335Z] + cat /w/workspace/edgex-ui-go/79/archives/cost.csv [2021-03-17T15:22:05.335Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T15:22:05.443Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-79-stack-cost] [2021-03-17T15:22:05.453Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-79-stack-cost] did not exist. Created. [2021-03-17T15:22:05.453Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-79-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T15:22:05.897Z] /w/workspace/edgex-ui-go/79@tmp/durable-4a71c090/script.sh: 1: /w/workspace/edgex-ui-go/79@tmp/durable-4a71c090/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-17T15:22:06.234Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T15:22:06.254Z] Warning: overwriting stash ‘stack-cost’ [2021-03-17T15:22:06.454Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T15:22:06.467Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-79-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-03-17T15:22:07.904Z] provisioning config files... [2021-03-17T15:22:07.923Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7903848279256148304tmp [Pipeline] { [Pipeline] sh [2021-03-17T15:22:08.310Z] + set +x [2021-03-17T15:22:08.310Z] + curl -s https://codecov.io/bash [2021-03-17T15:22:08.310Z] + bash -s -- [2021-03-17T15:22:08.574Z] [2021-03-17T15:22:08.574Z] _____ _ [2021-03-17T15:22:08.574Z] / ____| | | [2021-03-17T15:22:08.574Z] | | ___ __| | ___ ___ _____ __ [2021-03-17T15:22:08.574Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-17T15:22:08.574Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-17T15:22:08.574Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-17T15:22:08.574Z] Bash-20210309-2b87ace [2021-03-17T15:22:08.574Z] [2021-03-17T15:22:08.574Z] [2021-03-17T15:22:08.574Z] ==> git version 2.24.3 found [2021-03-17T15:22:08.574Z] ==> 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-03-17T15:22:08.574Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-17T15:22:08.574Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-17T15:22:08.574Z] ==> Jenkins CI detected. [2021-03-17T15:22:08.574Z] project root: . [2021-03-17T15:22:08.574Z] --> token set from env [2021-03-17T15:22:08.574Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-17T15:22:08.574Z] ==> Running gcov in . (disable via -X gcov) [2021-03-17T15:22:08.574Z] ==> Python coveragepy not found [2021-03-17T15:22:08.574Z] ==> Searching for coverage reports in: [2021-03-17T15:22:08.574Z] + . [2021-03-17T15:22:08.574Z] -> Found 1 reports [2021-03-17T15:22:08.574Z] ==> Detecting git/mercurial file structure [2021-03-17T15:22:08.574Z] ==> Reading reports [2021-03-17T15:22:08.574Z] + ./coverage.out bytes=10 [2021-03-17T15:22:08.574Z] ==> Appending adjustments [2021-03-17T15:22:08.574Z] https://docs.codecov.io/docs/fixing-reports [2021-03-17T15:22:08.836Z] + Found adjustments [2021-03-17T15:22:08.837Z] ==> Gzipping contents [2021-03-17T15:22:08.837Z] 4.0K /tmp/codecov.FdfTLm.gz [2021-03-17T15:22:08.837Z] ==> Uploading reports [2021-03-17T15:22:08.837Z] url: https://codecov.io [2021-03-17T15:22:08.837Z] query: branch=master&commit=8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818&build=79&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F79%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-17T15:22:08.837Z] -> Pinging Codecov [2021-03-17T15:22:08.837Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818&build=79&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F79%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-17T15:22:09.413Z] -> Uploading to [2021-03-17T15:22:09.413Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-17/FB506323287CE973F263BFD2A0EB1F37/8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818/ae95e7b0-a945-4fc0-82e3-8d7f9dfc3ef0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T152209Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a03f4c5adda65bbb6a9aa47f7dd6b55d88aec11b3363b7756319b9ce848b42cd [2021-03-17T15:22:09.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-17T15:22:09.413Z] Dload Upload Total Spent Left Speed [2021-03-17T15:22:09.940Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 3219 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 7181 --:--:-- --:--:-- --:--:-- 7169 [2021-03-17T15:22:09.940Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [Pipeline] } [2021-03-17T15:22:09.950Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-17T15:22:11.084Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-17T15:22:11.147Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:22:11.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T15:22:11.493Z] [2021-03-17T15:22:11.493Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:22:11.845Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T15:22:11.845Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-17T15:22:11.845Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T15:22:11.845Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T15:22:11.845Z] de9db76c5a1d: Pulling fs layer [2021-03-17T15:22:11.845Z] 0eba1c9be4d2: Pulling fs layer [2021-03-17T15:22:11.845Z] 0d57e429df01: Pulling fs layer [2021-03-17T15:22:11.845Z] 4e4be7b47b0d: Pulling fs layer [2021-03-17T15:22:11.845Z] e1f770b5df2f: Pulling fs layer [2021-03-17T15:22:11.845Z] 85a0685a4137: Pulling fs layer [2021-03-17T15:22:11.845Z] 0d57e429df01: Waiting [2021-03-17T15:22:11.845Z] 4e4be7b47b0d: Waiting [2021-03-17T15:22:11.845Z] e1f770b5df2f: Waiting [2021-03-17T15:22:11.845Z] 0eba1c9be4d2: Waiting [2021-03-17T15:22:11.845Z] 85a0685a4137: Waiting [2021-03-17T15:22:11.845Z] de9db76c5a1d: Verifying Checksum [2021-03-17T15:22:11.845Z] de9db76c5a1d: Download complete [2021-03-17T15:22:11.845Z] 0ef7d3d256c8: Download complete [2021-03-17T15:22:11.845Z] 0d57e429df01: Verifying Checksum [2021-03-17T15:22:11.845Z] 0d57e429df01: Download complete [2021-03-17T15:22:11.845Z] 188c0c94c7c5: Download complete [2021-03-17T15:22:11.845Z] 4e4be7b47b0d: Verifying Checksum [2021-03-17T15:22:11.845Z] 4e4be7b47b0d: Download complete [2021-03-17T15:22:12.422Z] 188c0c94c7c5: Pull complete [2021-03-17T15:22:12.422Z] 0ef7d3d256c8: Pull complete [2021-03-17T15:22:12.688Z] de9db76c5a1d: Pull complete [2021-03-17T15:22:14.083Z] e1f770b5df2f: Verifying Checksum [2021-03-17T15:22:14.083Z] e1f770b5df2f: Download complete [2021-03-17T15:22:16.671Z] 0eba1c9be4d2: Verifying Checksum [2021-03-17T15:22:16.671Z] 0eba1c9be4d2: Download complete [2021-03-17T15:22:16.671Z] 85a0685a4137: Verifying Checksum [2021-03-17T15:22:16.671Z] 85a0685a4137: Download complete [2021-03-17T15:22:23.308Z] 0eba1c9be4d2: Pull complete [2021-03-17T15:22:23.308Z] 0d57e429df01: Pull complete [2021-03-17T15:22:23.308Z] 4e4be7b47b0d: Pull complete [2021-03-17T15:22:25.237Z] e1f770b5df2f: Pull complete [2021-03-17T15:22:33.432Z] 85a0685a4137: Pull complete [2021-03-17T15:22:33.432Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-17T15:22:33.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T15:22:33.432Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-17T15:22:33.650Z] prd-centos7-docker-4c-2g-30171 does not seem to be running inside a container [2021-03-17T15:22:33.698Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-17T15:22:34.790Z] $ docker top 84c12e6d7b1d18100366a6344c9dbc83ee76dd2d05eae6d184528d633bcc9ba4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-17T15:22:35.033Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-17T15:22:35.331Z] + set -o pipefail [2021-03-17T15:22:35.332Z] + snyk monitor '--org=edgex-jenkins' [2021-03-17T15:22:43.502Z] [2021-03-17T15:22:43.502Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-17T15:22:43.502Z] [2021-03-17T15:22:43.502Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/e0f6a206-ff92-42c9-a375-b011b0d6f74f [2021-03-17T15:22:43.502Z] [2021-03-17T15:22:43.502Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-17T15:22:43.502Z] [2021-03-17T15:22:43.502Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-17T15:22:43.502Z] [2021-03-17T15:22:43.502Z] [Pipeline] } [2021-03-17T15:22:43.516Z] $ docker stop --time=1 84c12e6d7b1d18100366a6344c9dbc83ee76dd2d05eae6d184528d633bcc9ba4 [2021-03-17T15:22:46.258Z] $ docker rm -f 84c12e6d7b1d18100366a6344c9dbc83ee76dd2d05eae6d184528d633bcc9ba4 [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-03-17T15:22:47.957Z] + git log --format=format:%s -1 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:22:48.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T15:22:48.271Z] . [Pipeline] withDockerContainer [2021-03-17T15:22:48.380Z] prd-centos7-docker-4c-2g-30171 does not seem to be running inside a container [2021-03-17T15:22:48.424Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T15:22:49.343Z] $ docker top 222b84dca1a555585c5fe17aebf8285d4824d0e19dd720acd7cd1e5ae7096a4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T15:22:49.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T15:22:49.671Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T15:22:49.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T15:22:49.929Z] $ docker exec 222b84dca1a555585c5fe17aebf8285d4824d0e19dd720acd7cd1e5ae7096a4e ssh-agent [2021-03-17T15:22:50.102Z] SSH_AUTH_SOCK=/tmp/ssh-FOdef1CpCEjM/agent.12 [2021-03-17T15:22:50.102Z] SSH_AGENT_PID=18 [2021-03-17T15:22:50.111Z] Running ssh-add (command line suppressed) [2021-03-17T15:22:50.244Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6904677109472873847.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6904677109472873847.key) [2021-03-17T15:22:50.303Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T15:22:50.641Z] + git semver tag [2021-03-17T15:22:50.641Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T15:22:50.641Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-17T15:22:50.641Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T15:22:50.641Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T15:22:50.641Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T15:22:50.641Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T15:22:50.641Z] # $SEMVER_BRANCH = master [2021-03-17T15:22:50.641Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-17T15:22:50.641Z] # 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 HEAD [2021-03-17T15:22:50.641Z] # -> Force: false [2021-03-17T15:22:50.641Z] # dbf791f9101379b919e777e2b0fb2b3a7656d9ef refs/tags/v2.0.0-dev.21 [Pipeline] } [2021-03-17T15:22:50.651Z] $ docker exec --env ******** --env ******** 222b84dca1a555585c5fe17aebf8285d4824d0e19dd720acd7cd1e5ae7096a4e ssh-agent -k [2021-03-17T15:22:50.773Z] unset SSH_AUTH_SOCK; [2021-03-17T15:22:50.774Z] unset SSH_AGENT_PID; [2021-03-17T15:22:50.774Z] echo Agent pid 18 killed; [2021-03-17T15:22:50.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T15:22:51.338Z] + git semver [Pipeline] } [2021-03-17T15:22:51.354Z] $ docker stop --time=1 222b84dca1a555585c5fe17aebf8285d4824d0e19dd720acd7cd1e5ae7096a4e [2021-03-17T15:22:52.722Z] $ docker rm -f 222b84dca1a555585c5fe17aebf8285d4824d0e19dd720acd7cd1e5ae7096a4e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:22:53.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T15:22:53.370Z] [2021-03-17T15:22:53.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:22:53.713Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T15:22:53.713Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-17T15:22:53.713Z] ab5ef0e58194: Pulling fs layer [2021-03-17T15:22:53.713Z] 9712f1f96733: Pulling fs layer [2021-03-17T15:22:53.713Z] 63f879dbbcfc: Pulling fs layer [2021-03-17T15:22:53.713Z] 0d9ebad4ef96: Pulling fs layer [2021-03-17T15:22:53.713Z] e9a5061849ea: Pulling fs layer [2021-03-17T15:22:53.713Z] d747dcd14b5f: Pulling fs layer [2021-03-17T15:22:53.713Z] 2de7ff778b66: Pulling fs layer [2021-03-17T15:22:53.713Z] e9a5061849ea: Waiting [2021-03-17T15:22:53.713Z] d747dcd14b5f: Waiting [2021-03-17T15:22:53.713Z] 2de7ff778b66: Waiting [2021-03-17T15:22:53.713Z] 0d9ebad4ef96: Waiting [2021-03-17T15:22:53.713Z] 9712f1f96733: Verifying Checksum [2021-03-17T15:22:53.713Z] 9712f1f96733: Download complete [2021-03-17T15:22:55.109Z] 63f879dbbcfc: Verifying Checksum [2021-03-17T15:22:55.109Z] 63f879dbbcfc: Download complete [2021-03-17T15:22:55.372Z] e9a5061849ea: Verifying Checksum [2021-03-17T15:22:55.372Z] e9a5061849ea: Download complete [2021-03-17T15:22:55.372Z] d747dcd14b5f: Verifying Checksum [2021-03-17T15:22:55.372Z] d747dcd14b5f: Download complete [2021-03-17T15:22:55.638Z] 2de7ff778b66: Verifying Checksum [2021-03-17T15:22:55.639Z] 2de7ff778b66: Download complete [2021-03-17T15:22:55.904Z] 0d9ebad4ef96: Verifying Checksum [2021-03-17T15:22:55.904Z] 0d9ebad4ef96: Download complete [2021-03-17T15:22:56.167Z] ab5ef0e58194: Verifying Checksum [2021-03-17T15:22:56.167Z] ab5ef0e58194: Download complete [2021-03-17T15:23:01.501Z] ab5ef0e58194: Pull complete [2021-03-17T15:23:01.501Z] 9712f1f96733: Pull complete [2021-03-17T15:23:04.826Z] 63f879dbbcfc: Pull complete [2021-03-17T15:23:11.512Z] 0d9ebad4ef96: Pull complete [2021-03-17T15:23:14.065Z] e9a5061849ea: Pull complete [2021-03-17T15:23:14.065Z] d747dcd14b5f: Pull complete [2021-03-17T15:23:15.998Z] 2de7ff778b66: Pull complete [2021-03-17T15:23:15.998Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-17T15:23:15.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T15:23:15.998Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-17T15:23:16.197Z] prd-centos7-docker-4c-2g-30171 does not seem to be running inside a container [2021-03-17T15:23:16.336Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-17T15:23:19.876Z] $ docker top aa336547de20e3a66d63a5c480f8c0bdc4eca203bd994ab4522fd3c391b2a1a7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-17T15:23:20.173Z] provisioning config files... [2021-03-17T15:23:20.192Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6189271286428144763tmp [2021-03-17T15:23:20.226Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5466003591208271884tmp [2021-03-17T15:23:20.254Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2781172792748852283tmp [Pipeline] { [Pipeline] echo [2021-03-17T15:23:20.330Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:23:20.650Z] ---> sigul-configuration.sh [2021-03-17T15:23:20.650Z] gpg: directory `/root/.gnupg' created [2021-03-17T15:23:20.650Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-17T15:23:20.650Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-17T15:23:20.650Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-17T15:23:20.650Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-17T15:23:20.650Z] gpg: CAST5 encrypted data [2021-03-17T15:23:20.912Z] gpg: encrypted with 1 passphrase [2021-03-17T15:23:20.912Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-17T15:23:21.215Z] + mkdir /home/jenkins [2021-03-17T15:23:21.215Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-17T15:23:21.518Z] + 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-03-17T15:23:21.529Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:23:21.831Z] ---> sigul-install.sh [2021-03-17T15:23:28.441Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-17T15:23:28.745Z] + git tag --list [2021-03-17T15:23:28.745Z] 0.1.1 [2021-03-17T15:23:28.745Z] v1.1.0 [2021-03-17T15:23:28.745Z] v1.2.0 [2021-03-17T15:23:28.745Z] v1.2.1 [2021-03-17T15:23:28.745Z] v1.3.0 [2021-03-17T15:23:28.745Z] v2.0.0-dev.1 [2021-03-17T15:23:28.745Z] v2.0.0-dev.10 [2021-03-17T15:23:28.745Z] v2.0.0-dev.11 [2021-03-17T15:23:28.745Z] v2.0.0-dev.12 [2021-03-17T15:23:28.745Z] v2.0.0-dev.13 [2021-03-17T15:23:28.745Z] v2.0.0-dev.14 [2021-03-17T15:23:28.746Z] v2.0.0-dev.15 [2021-03-17T15:23:28.746Z] v2.0.0-dev.16 [2021-03-17T15:23:28.746Z] v2.0.0-dev.17 [2021-03-17T15:23:28.746Z] v2.0.0-dev.18 [2021-03-17T15:23:28.746Z] v2.0.0-dev.19 [2021-03-17T15:23:28.746Z] v2.0.0-dev.2 [2021-03-17T15:23:28.746Z] v2.0.0-dev.20 [2021-03-17T15:23:28.746Z] v2.0.0-dev.21 [2021-03-17T15:23:28.746Z] v2.0.0-dev.3 [2021-03-17T15:23:28.746Z] v2.0.0-dev.4 [2021-03-17T15:23:28.746Z] v2.0.0-dev.5 [2021-03-17T15:23:28.746Z] v2.0.0-dev.6 [2021-03-17T15:23:28.746Z] v2.0.0-dev.7 [2021-03-17T15:23:28.746Z] v2.0.0-dev.8 [2021-03-17T15:23:28.746Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-17T15:23:29.056Z] + lftools sign git-tag v2.0.0-dev.21 [2021-03-17T15:23:30.448Z] Signing Git tag with Sigul... [2021-03-17T15:23:30.448Z] Signing v2.0.0-dev.21 [Pipeline] echo [2021-03-17T15:23:32.380Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:23:32.678Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-17T15:23:32.689Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-17T15:23:32.783Z] $ docker stop --time=1 aa336547de20e3a66d63a5c480f8c0bdc4eca203bd994ab4522fd3c391b2a1a7 [2021-03-17T15:23:34.982Z] $ docker rm -f aa336547de20e3a66d63a5c480f8c0bdc4eca203bd994ab4522fd3c391b2a1a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:23:35.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T15:23:35.932Z] . [Pipeline] withDockerContainer [2021-03-17T15:23:36.058Z] prd-centos7-docker-4c-2g-30171 does not seem to be running inside a container [2021-03-17T15:23:36.105Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T15:23:36.838Z] $ docker top 1e1f0b5e6b02ba3646dbc981159cbe4894731c37a0401017c108648a519336c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T15:23:37.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T15:23:37.186Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T15:23:37.415Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T15:23:37.418Z] $ docker exec 1e1f0b5e6b02ba3646dbc981159cbe4894731c37a0401017c108648a519336c9 ssh-agent [2021-03-17T15:23:37.618Z] SSH_AUTH_SOCK=/tmp/ssh-SrtoZdCVDuyi/agent.11 [2021-03-17T15:23:37.618Z] SSH_AGENT_PID=16 [2021-03-17T15:23:37.625Z] Running ssh-add (command line suppressed) [2021-03-17T15:23:37.753Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4446766854291721824.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4446766854291721824.key) [2021-03-17T15:23:37.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T15:23:38.143Z] + git semver bump pre [2021-03-17T15:23:38.143Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T15:23:38.143Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-17T15:23:38.143Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T15:23:38.143Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T15:23:38.143Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T15:23:38.143Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T15:23:38.143Z] # $SEMVER_BRANCH = master [2021-03-17T15:23:38.143Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-17T15:23:38.143Z] 2.0.0-dev.22 [Pipeline] } [2021-03-17T15:23:38.154Z] $ docker exec --env ******** --env ******** 1e1f0b5e6b02ba3646dbc981159cbe4894731c37a0401017c108648a519336c9 ssh-agent -k [2021-03-17T15:23:38.286Z] unset SSH_AUTH_SOCK; [2021-03-17T15:23:38.286Z] unset SSH_AGENT_PID; [2021-03-17T15:23:38.286Z] echo Agent pid 16 killed; [2021-03-17T15:23:38.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T15:23:38.842Z] + git semver [Pipeline] } [2021-03-17T15:23:38.860Z] $ docker stop --time=1 1e1f0b5e6b02ba3646dbc981159cbe4894731c37a0401017c108648a519336c9 [2021-03-17T15:23:40.602Z] $ docker rm -f 1e1f0b5e6b02ba3646dbc981159cbe4894731c37a0401017c108648a519336c9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:23:41.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T15:23:41.122Z] . [Pipeline] withDockerContainer [2021-03-17T15:23:41.227Z] prd-centos7-docker-4c-2g-30171 does not seem to be running inside a container [2021-03-17T15:23:41.277Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T15:23:41.858Z] $ docker top d3ce9c12e5a98c9c96e2b47dbd9b27866fd23c5757b5fd2efd83be95e190172e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T15:23:42.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T15:23:42.167Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T15:23:42.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T15:23:42.349Z] $ docker exec d3ce9c12e5a98c9c96e2b47dbd9b27866fd23c5757b5fd2efd83be95e190172e ssh-agent [2021-03-17T15:23:42.522Z] SSH_AUTH_SOCK=/tmp/ssh-7BEVjtfTOFIM/agent.12 [2021-03-17T15:23:42.522Z] SSH_AGENT_PID=17 [2021-03-17T15:23:42.529Z] Running ssh-add (command line suppressed) [2021-03-17T15:23:42.658Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6712810982899206108.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6712810982899206108.key) [2021-03-17T15:23:42.716Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T15:23:43.069Z] + git semver push [2021-03-17T15:23:43.070Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T15:23:43.070Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-17T15:23:43.070Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T15:23:43.070Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T15:23:43.070Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T15:23:43.070Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T15:23:43.070Z] # $SEMVER_BRANCH = master [2021-03-17T15:23:43.070Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-17T15:23:47.295Z] $ docker exec --env ******** --env ******** d3ce9c12e5a98c9c96e2b47dbd9b27866fd23c5757b5fd2efd83be95e190172e ssh-agent -k [2021-03-17T15:23:47.421Z] unset SSH_AUTH_SOCK; [2021-03-17T15:23:47.422Z] unset SSH_AGENT_PID; [2021-03-17T15:23:47.422Z] echo Agent pid 17 killed; [2021-03-17T15:23:47.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T15:23:47.959Z] + git semver [Pipeline] } [2021-03-17T15:23:47.975Z] $ docker stop --time=1 d3ce9c12e5a98c9c96e2b47dbd9b27866fd23c5757b5fd2efd83be95e190172e [2021-03-17T15:23:49.335Z] $ docker rm -f d3ce9c12e5a98c9c96e2b47dbd9b27866fd23c5757b5fd2efd83be95e190172e [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-03-17T15:23:51.011Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:23:51.577Z] ---> package-listing.sh [2021-03-17T15:23:51.577Z] ++ facter osfamily [2021-03-17T15:23:51.577Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T15:23:51.577Z] + OS_FAMILY=redhat [2021-03-17T15:23:51.577Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-17T15:23:51.577Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T15:23:51.577Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T15:23:51.577Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T15:23:51.577Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T15:23:51.577Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-17T15:23:51.577Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T15:23:51.577Z] + case "${OS_FAMILY}" in [2021-03-17T15:23:51.577Z] + rpm -qa [2021-03-17T15:23:51.577Z] + sort [2021-03-17T15:23:56.889Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T15:23:56.889Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T15:23:56.889Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T15:23:56.889Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-17T15:23:56.889Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-17T15:23:56.889Z] + 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-03-17T15:23:56.904Z] 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-03-17T15:23:57.335Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:23:57.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T15:23:57.654Z] [2021-03-17T15:23:57.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T15:23:58.006Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T15:23:58.006Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T15:23:58.006Z] df20fa9351a1: Pulling fs layer [2021-03-17T15:23:58.006Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T15:23:58.006Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T15:23:58.006Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T15:23:58.006Z] 93b61091891f: Pulling fs layer [2021-03-17T15:23:58.006Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T15:23:58.006Z] 5e14af77c1be: Pulling fs layer [2021-03-17T15:23:58.006Z] 01666e4c0597: Pulling fs layer [2021-03-17T15:23:58.006Z] aa168da1d23b: Pulling fs layer [2021-03-17T15:23:58.006Z] 46f8f816bc3b: Waiting [2021-03-17T15:23:58.006Z] 93b9cdb0e59b: Waiting [2021-03-17T15:23:58.006Z] 5e14af77c1be: Waiting [2021-03-17T15:23:58.006Z] 01666e4c0597: Waiting [2021-03-17T15:23:58.006Z] 93b61091891f: Waiting [2021-03-17T15:23:58.006Z] 36b3adc4ff6f: Verifying Checksum [2021-03-17T15:23:58.006Z] 36b3adc4ff6f: Download complete [2021-03-17T15:23:58.006Z] 46f8f816bc3b: Download complete [2021-03-17T15:23:58.006Z] df20fa9351a1: Verifying Checksum [2021-03-17T15:23:58.268Z] 93b9cdb0e59b: Verifying Checksum [2021-03-17T15:23:58.268Z] 93b9cdb0e59b: Download complete [2021-03-17T15:23:58.268Z] 93b61091891f: Verifying Checksum [2021-03-17T15:23:58.268Z] 93b61091891f: Download complete [2021-03-17T15:23:58.268Z] 5e14af77c1be: Verifying Checksum [2021-03-17T15:23:58.268Z] 5e14af77c1be: Download complete [2021-03-17T15:23:58.268Z] 01666e4c0597: Verifying Checksum [2021-03-17T15:23:58.268Z] 01666e4c0597: Download complete [2021-03-17T15:23:58.268Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T15:23:58.268Z] 8ad3a11d3b57: Download complete [2021-03-17T15:23:58.846Z] df20fa9351a1: Pull complete [2021-03-17T15:23:59.108Z] 36b3adc4ff6f: Pull complete [2021-03-17T15:24:00.070Z] 8ad3a11d3b57: Pull complete [2021-03-17T15:24:00.336Z] aa168da1d23b: Verifying Checksum [2021-03-17T15:24:00.336Z] aa168da1d23b: Download complete [2021-03-17T15:24:00.910Z] 46f8f816bc3b: Pull complete [2021-03-17T15:24:01.492Z] 93b61091891f: Pull complete [2021-03-17T15:24:01.492Z] 93b9cdb0e59b: Pull complete [2021-03-17T15:24:01.755Z] 5e14af77c1be: Pull complete [2021-03-17T15:24:01.755Z] 01666e4c0597: Pull complete [2021-03-17T15:24:08.410Z] aa168da1d23b: Pull complete [2021-03-17T15:24:08.410Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T15:24:08.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T15:24:08.410Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T15:24:08.533Z] prd-centos7-docker-4c-2g-30171 does not seem to be running inside a container [2021-03-17T15:24:08.585Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-17T15:24:11.860Z] $ docker top 88ef0a4175238f09e3744f2c5d60d258f7899f305bca064b59197c9f15c5f757 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T15:24:12.379Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T15:24:12.677Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T15:24:12.976Z] + ls /var/log/sa-host [2021-03-17T15:24:12.976Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T15:24:12.976Z] file_magic: OK [2021-03-17T15:24:12.976Z] HZ: Using current value: 100 [2021-03-17T15:24:12.976Z] file_header: OK [2021-03-17T15:24:12.976Z] 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-03-17T15:24:12.976Z] Statistics: [2021-03-17T15:24:12.976Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-17T15:24:12.976Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T15:24:12.976Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T15:24:12.976Z] file_magic: OK [2021-03-17T15:24:12.976Z] HZ: Using current value: 100 [2021-03-17T15:24:12.976Z] file_header: OK [2021-03-17T15:24:12.976Z] 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-03-17T15:24:12.976Z] Statistics: [2021-03-17T15:24:12.976Z] Hnuu...uuuununununu... [2021-03-17T15:24:12.976Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T15:24:13.596Z] provisioning config files... [2021-03-17T15:24:13.611Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3502238184680138821tmp [Pipeline] { [Pipeline] echo [2021-03-17T15:24:13.691Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:24:13.991Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T15:24:14.001Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T15:24:14.097Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:24:14.397Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T15:24:14.407Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:24:14.702Z] ---> sudo-logs.sh [2021-03-17T15:24:14.702Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T15:24:14.763Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:24:15.059Z] ---> job-cost.sh [2021-03-17T15:24:15.059Z] lf-activate-venv: SKIPPING [2021-03-17T15:24:15.059Z] DEBUG: total: 0.20999999344348907 [2021-03-17T15:24:15.059Z] INFO: Retrieving Stack Cost... [2021-03-17T15:24:15.633Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T15:24:16.207Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T15:24:16.221Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T15:24:16.516Z] ---> logs-deploy.sh [2021-03-17T15:24:16.516Z] lf-activate-venv: SKIPPING [2021-03-17T15:24:16.516Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/79 [2021-03-17T15:24:16.516Z] INFO: archiving workspace using pattern(s): [2021-03-17T15:24:18.434Z] Archives upload complete. [2021-03-17T15:24:18.434Z] INFO: archiving logs to Nexus