Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3720 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 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 (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 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 Commit message: "ci: update local docker image names" > git rev-list --no-walk bec44e8090fca00a3ef2c7ddf001b7759674cdc7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-08T07:31:47.680Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-08T07:31:47.792Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-08T07:31:47.820Z] ========================================================= [2021-05-08T07:31:47.820Z] EdgeX Global Pipelines Version Info [2021-05-08T07:31:47.820Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:31:49.780Z] ------------------- [2021-05-08T07:31:49.780Z] stable info: [2021-05-08T07:31:49.780Z] ------------------- [2021-05-08T07:31:49.780Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-08T07:31:49.780Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T07:31:49.780Z] Message: update stable to v1.0.191 [2021-05-08T07:31:50.354Z] ------------------- [2021-05-08T07:31:50.354Z] experimental info: [2021-05-08T07:31:50.354Z] ------------------- [2021-05-08T07:31:50.354Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-08T07:31:50.354Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T07:31:50.354Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-08T07:31:50.493Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-08T07:31:50.518Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-08T07:31:50.541Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-08T07:31:50.567Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-08T07:31:50.602Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-08T07:31:50.627Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-08T07:31:50.651Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-08T07:31:50.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-08T07:31:50.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-08T07:31:50.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-08T07:31:50.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-08T07:31:50.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-05-08T07:31:50.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-08T07:31:50.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-08T07:31:50.854Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-08T07:31:50.881Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-08T07:31:50.905Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T07:31:50.930Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T07:31:50.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-08T07:31:50.980Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-08T07:31:51.003Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-08T07:31:51.028Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-08T07:31:51.052Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-08T07:31:51.076Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-08T07:31:51.100Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-08T07:31:51.123Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-08T07:31:51.147Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-08T07:31:51.182Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-08T07:31:51.207Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-08T07:31:51.231Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] echo [2021-05-08T07:31:51.255Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e2d6bfd [Pipeline] echo [2021-05-08T07:31:51.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T07:31:51.355Z] provisioning config files... [2021-05-08T07:31:51.407Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3243622490174820600tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:31:51.756Z] ---> docker-login.sh [2021-05-08T07:31:51.756Z] nexus3.edgexfoundry.org:10001 [2021-05-08T07:31:52.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:31:52.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:31:52.282Z] Configure a credential helper to remove this warning. See [2021-05-08T07:31:52.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:31:52.282Z] [2021-05-08T07:31:52.282Z] Login Succeeded [2021-05-08T07:31:52.282Z] nexus3.edgexfoundry.org:10002 [2021-05-08T07:31:52.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:31:52.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:31:52.552Z] Configure a credential helper to remove this warning. See [2021-05-08T07:31:52.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:31:52.552Z] [2021-05-08T07:31:52.552Z] Login Succeeded [2021-05-08T07:31:52.552Z] nexus3.edgexfoundry.org:10003 [2021-05-08T07:31:52.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:31:52.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:31:52.816Z] Configure a credential helper to remove this warning. See [2021-05-08T07:31:52.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:31:52.816Z] [2021-05-08T07:31:52.816Z] Login Succeeded [2021-05-08T07:31:52.816Z] nexus3.edgexfoundry.org:10004 [2021-05-08T07:31:52.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:31:52.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:31:52.816Z] Configure a credential helper to remove this warning. See [2021-05-08T07:31:52.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:31:52.816Z] [2021-05-08T07:31:52.816Z] Login Succeeded [2021-05-08T07:31:52.816Z] docker.io [2021-05-08T07:31:53.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:31:53.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:31:53.344Z] Configure a credential helper to remove this warning. See [2021-05-08T07:31:53.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:31:53.344Z] [2021-05-08T07:31:53.344Z] Login Succeeded [2021-05-08T07:31:53.344Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T07:31:53.356Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T07:31:54.020Z] + git log --format=format:%s -1 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] echo [2021-05-08T07:31:54.146Z] GIT_COMMIT: e2d6bfd55903d8e137d76ea1bc7b0b66c3639301, Commit Message: ci: update local docker image names [Pipeline] echo [2021-05-08T07:31:54.162Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:31:55.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:31:55.073Z] [2021-05-08T07:31:55.073Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:31:55.388Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:31:55.388Z] latest: Pulling from edgex-devops/git-semver [2021-05-08T07:31:55.388Z] 31603596830f: Pulling fs layer [2021-05-08T07:31:55.388Z] 54011a49482f: Pulling fs layer [2021-05-08T07:31:55.388Z] a6820b24f6d8: Pulling fs layer [2021-05-08T07:31:55.388Z] f581987b2513: Pulling fs layer [2021-05-08T07:31:55.388Z] f581987b2513: Waiting [2021-05-08T07:31:55.388Z] 54011a49482f: Download complete [2021-05-08T07:31:55.652Z] 31603596830f: Verifying Checksum [2021-05-08T07:31:55.652Z] 31603596830f: Download complete [2021-05-08T07:31:55.652Z] a6820b24f6d8: Verifying Checksum [2021-05-08T07:31:55.652Z] a6820b24f6d8: Download complete [2021-05-08T07:31:55.917Z] 31603596830f: Pull complete [2021-05-08T07:31:55.917Z] f581987b2513: Verifying Checksum [2021-05-08T07:31:55.917Z] f581987b2513: Download complete [2021-05-08T07:31:55.917Z] 54011a49482f: Pull complete [2021-05-08T07:31:56.876Z] a6820b24f6d8: Pull complete [2021-05-08T07:31:57.142Z] f581987b2513: Pull complete [2021-05-08T07:31:57.142Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-08T07:31:57.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:31:57.142Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-08T07:31:57.239Z] prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container [2021-05-08T07:31:57.288Z] $ 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-05-08T07:31:59.246Z] $ docker top 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T07:31:59.446Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T07:31:59.446Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T07:31:59.681Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T07:31:59.687Z] $ docker exec 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 ssh-agent [2021-05-08T07:31:59.852Z] SSH_AUTH_SOCK=/tmp/ssh-PaqymIeZZQa9/agent.11 [2021-05-08T07:31:59.852Z] SSH_AGENT_PID=16 [2021-05-08T07:31:59.861Z] Running ssh-add (command line suppressed) [2021-05-08T07:31:59.993Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_435065663083070363.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_435065663083070363.key) [2021-05-08T07:32:00.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T07:32:00.348Z] + git tag --points-at HEAD [Pipeline] } [2021-05-08T07:32:00.369Z] $ docker exec --env ******** --env ******** 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 ssh-agent -k [2021-05-08T07:32:00.486Z] unset SSH_AUTH_SOCK; [2021-05-08T07:32:00.487Z] unset SSH_AGENT_PID; [2021-05-08T07:32:00.487Z] echo Agent pid 16 killed; [2021-05-08T07:32:00.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-08T07:32:00.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T07:32:00.575Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T07:32:00.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T07:32:00.748Z] $ docker exec 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 ssh-agent [2021-05-08T07:32:00.917Z] SSH_AUTH_SOCK=/tmp/ssh-jkhagjHMGBkf/agent.47 [2021-05-08T07:32:00.917Z] SSH_AGENT_PID=52 [2021-05-08T07:32:00.924Z] Running ssh-add (command line suppressed) [2021-05-08T07:32:01.043Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8095176851364434322.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8095176851364434322.key) [2021-05-08T07:32:01.097Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T07:32:01.397Z] + git semver init [2021-05-08T07:32:01.397Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T07:32:01.397Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-08T07:32:01.397Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T07:32:01.397Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T07:32:01.397Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T07:32:01.397Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T07:32:01.397Z] # $SEMVER_BRANCH = master [2021-05-08T07:32:01.397Z] # $SEMVER_TEMP = /tmp/semver-586193847 [2021-05-08T07:32:01.397Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-08T07:32:05.623Z] # '/tmp/semver-586193847' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-05-08T07:32:05.623Z] # -> Force: false [2021-05-08T07:32:05.623Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-08T07:32:05.639Z] $ docker exec --env ******** --env ******** 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 ssh-agent -k [2021-05-08T07:32:05.807Z] unset SSH_AUTH_SOCK; [2021-05-08T07:32:05.808Z] unset SSH_AGENT_PID; [2021-05-08T07:32:05.808Z] echo Agent pid 52 killed; [2021-05-08T07:32:05.861Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T07:32:06.200Z] + git semver [Pipeline] } [2021-05-08T07:32:06.219Z] $ docker stop --time=1 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 [2021-05-08T07:32:07.718Z] $ docker rm -f 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T07:32:08.133Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-08T07:32:08.529Z] Stashed 1 file(s) [Pipeline] echo [2021-05-08T07:32:08.533Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.46 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-08T07:32:23.745Z] Still waiting to schedule task [2021-05-08T07:32:23.745Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3720’ [2021-05-08T07:32:23.749Z] Still waiting to schedule task [2021-05-08T07:32:23.749Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-08T07:34:02.610Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3722 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-08T07:34:02.630Z] Running in /w/workspace/edgex-ui-go/105 [Pipeline] { [Pipeline] checkout [2021-05-08T07:34:08.429Z] using credential edgex-jenkins-ssh [2021-05-08T07:34:08.448Z] Cloning the remote Git repository [2021-05-08T07:34:08.551Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:34:08.787Z] > git init /w/workspace/edgex-ui-go/105 # timeout=10 [2021-05-08T07:34:08.875Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:34:08.876Z] > git --version # timeout=10 [2021-05-08T07:34:08.891Z] > git --version # 'git version 2.17.1' [2021-05-08T07:34:08.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:34:08.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T07:34:11.106Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T07:34:11.129Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T07:34:11.158Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T07:34:11.189Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:34:11.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:34:11.200Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T07:34:11.696Z] Checking out Revision e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 (master) [2021-05-08T07:34:11.697Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T07:34:11.711Z] > git checkout -f e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 [2021-05-08T07:34:16.401Z] Commit message: "ci: update local docker image names" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T07:34:17.970Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-08T07:34:18.377Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T07:34:18.717Z] + sudo service+ docker restart [2021-05-08T07:34:18.717Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T07:34:21.391Z] provisioning config files... [2021-05-08T07:34:21.438Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/105@tmp/config2825310074603737909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:34:21.824Z] ---> docker-login.sh [2021-05-08T07:34:21.824Z] nexus3.edgexfoundry.org:10001 [2021-05-08T07:34:22.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:23.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:23.082Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:23.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:23.082Z] [2021-05-08T07:34:23.082Z] Login Succeeded [2021-05-08T07:34:23.082Z] nexus3.edgexfoundry.org:10002 [2021-05-08T07:34:23.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:23.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:23.680Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:23.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:23.680Z] [2021-05-08T07:34:23.680Z] Login Succeeded [2021-05-08T07:34:23.680Z] nexus3.edgexfoundry.org:10003 [2021-05-08T07:34:24.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:24.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:24.278Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:24.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:24.278Z] [2021-05-08T07:34:24.278Z] Login Succeeded [2021-05-08T07:34:24.278Z] nexus3.edgexfoundry.org:10004 [2021-05-08T07:34:24.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:24.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:24.879Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:24.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:24.879Z] [2021-05-08T07:34:24.879Z] Login Succeeded [2021-05-08T07:34:24.879Z] docker.io [2021-05-08T07:34:25.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:25.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:25.748Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:25.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:25.748Z] [2021-05-08T07:34:25.748Z] Login Succeeded [2021-05-08T07:34:25.748Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T07:34:25.766Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-08T07:34:26.065Z] ========================================================= [2021-05-08T07:34:26.065Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-08T07:34:26.065Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:34:26.422Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-08T07:34:27.414Z] Sending build context to Docker daemon 34.88MB [2021-05-08T07:34:27.414Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T07:34:27.414Z] Step 2/8 : FROM ${BASE} [2021-05-08T07:34:27.414Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-08T07:34:27.414Z] 595b0fe564bb: Pulling fs layer [2021-05-08T07:34:27.414Z] 7186ed65a4f7: Pulling fs layer [2021-05-08T07:34:27.414Z] 316046926c0a: Pulling fs layer [2021-05-08T07:34:27.414Z] 4ebd0625c992: Pulling fs layer [2021-05-08T07:34:27.414Z] 207e8628e3a3: Pulling fs layer [2021-05-08T07:34:27.414Z] c791037a9be2: Pulling fs layer [2021-05-08T07:34:27.414Z] ffd874e62e21: Pulling fs layer [2021-05-08T07:34:27.414Z] 207e8628e3a3: Waiting [2021-05-08T07:34:27.414Z] c791037a9be2: Waiting [2021-05-08T07:34:27.414Z] 4ebd0625c992: Waiting [2021-05-08T07:34:27.414Z] ffd874e62e21: Waiting [2021-05-08T07:34:27.414Z] 316046926c0a: Verifying Checksum [2021-05-08T07:34:27.414Z] 316046926c0a: Download complete [2021-05-08T07:34:27.414Z] 7186ed65a4f7: Verifying Checksum [2021-05-08T07:34:27.414Z] 7186ed65a4f7: Download complete [2021-05-08T07:34:27.414Z] 207e8628e3a3: Verifying Checksum [2021-05-08T07:34:27.414Z] 207e8628e3a3: Download complete [2021-05-08T07:34:27.689Z] c791037a9be2: Verifying Checksum [2021-05-08T07:34:27.689Z] c791037a9be2: Download complete [2021-05-08T07:34:27.689Z] 595b0fe564bb: Verifying Checksum [2021-05-08T07:34:27.689Z] 595b0fe564bb: Download complete [2021-05-08T07:34:28.293Z] 595b0fe564bb: Pull complete [2021-05-08T07:34:28.897Z] 7186ed65a4f7: Pull complete [2021-05-08T07:34:29.173Z] 316046926c0a: Pull complete [2021-05-08T07:34:29.776Z] ffd874e62e21: Verifying Checksum [2021-05-08T07:34:29.776Z] ffd874e62e21: Download complete [2021-05-08T07:34:31.221Z] 4ebd0625c992: Verifying Checksum [2021-05-08T07:34:31.221Z] 4ebd0625c992: Download complete [2021-05-08T07:34:41.424Z] 4ebd0625c992: Pull complete [2021-05-08T07:34:41.424Z] 207e8628e3a3: Pull complete [2021-05-08T07:34:41.424Z] c791037a9be2: Pull complete [2021-05-08T07:34:43.014Z] Running on prd-centos7-docker-4c-2g-3723 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-08T07:34:43.034Z] Running in /w/workspace/edgex-ui-go/105 [Pipeline] { [Pipeline] checkout [2021-05-08T07:34:44.816Z] ffd874e62e21: Pull complete [2021-05-08T07:34:44.816Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-08T07:34:44.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-08T07:34:44.816Z] ---> cfc18b08335c [2021-05-08T07:34:44.816Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-08T07:34:46.740Z] using credential edgex-jenkins-ssh [2021-05-08T07:34:46.755Z] Cloning the remote Git repository [2021-05-08T07:34:46.782Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:34:46.868Z] > git init /w/workspace/edgex-ui-go/105 # timeout=10 [2021-05-08T07:34:47.196Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:34:47.197Z] > git --version # timeout=10 [2021-05-08T07:34:47.227Z] > git --version # 'git version 2.24.3' [2021-05-08T07:34:47.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:34:47.294Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T07:34:48.202Z] ---> Running in 8b43a6b04108 [2021-05-08T07:34:48.202Z] Removing intermediate container 8b43a6b04108 [2021-05-08T07:34:48.202Z] ---> 1e3e9789b1b8 [2021-05-08T07:34:48.202Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T07:34:48.202Z] ---> Running in dfd03a049f9b [2021-05-08T07:34:48.821Z] Checking out Revision e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 (master) [2021-05-08T07:34:48.403Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T07:34:48.411Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T07:34:48.423Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T07:34:48.439Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T07:34:48.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T07:34:48.445Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T07:34:48.830Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T07:34:48.846Z] > git checkout -f e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 [2021-05-08T07:34:50.839Z] Removing intermediate container dfd03a049f9b [2021-05-08T07:34:50.839Z] ---> 646a27f9e419 [2021-05-08T07:34:50.839Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-08T07:34:50.839Z] ---> Running in 19722133c533 [2021-05-08T07:34:51.441Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T07:34:52.868Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T07:34:53.077Z] Commit message: "ci: update local docker image names" [Pipeline] withEnv [Pipeline] { [2021-05-08T07:34:53.464Z] OK: 138 MiB in 40 packages [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T07:34:54.325Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-08T07:34:54.452Z] Removing intermediate container 19722133c533 [2021-05-08T07:34:54.453Z] ---> 8ad06eaa8ae7 [2021-05-08T07:34:54.453Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-08T07:34:54.718Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-05-08T07:34:54.725Z] ---> Running in ae800258ec15 [Pipeline] sh [2021-05-08T07:34:55.061Z] + sudo service docker restart [2021-05-08T07:34:55.061Z] + true [2021-05-08T07:34:55.061Z] Redirecting to /bin/systemctl restart docker.service [2021-05-08T07:34:55.330Z] Removing intermediate container ae800258ec15 [2021-05-08T07:34:55.330Z] ---> c58d7d63ad5a [2021-05-08T07:34:55.330Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T07:34:57.711Z] provisioning config files... [2021-05-08T07:34:57.746Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/105@tmp/config1464167850666224863tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:34:57.942Z] ---> 4846e2164798 [2021-05-08T07:34:57.942Z] Step 8/8 : RUN go mod download [2021-05-08T07:34:58.113Z] ---> docker-login.sh [2021-05-08T07:34:58.113Z] nexus3.edgexfoundry.org:10001 [2021-05-08T07:34:58.212Z] ---> Running in 89a2074e2fc0 [2021-05-08T07:34:58.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:58.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:58.662Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:58.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:58.662Z] [2021-05-08T07:34:58.662Z] Login Succeeded [2021-05-08T07:34:58.662Z] nexus3.edgexfoundry.org:10002 [2021-05-08T07:34:58.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:58.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:58.926Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:58.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:58.926Z] [2021-05-08T07:34:58.926Z] Login Succeeded [2021-05-08T07:34:58.926Z] nexus3.edgexfoundry.org:10003 [2021-05-08T07:34:59.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:59.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:59.206Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:59.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:59.206Z] [2021-05-08T07:34:59.206Z] Login Succeeded [2021-05-08T07:34:59.206Z] nexus3.edgexfoundry.org:10004 [2021-05-08T07:34:59.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:34:59.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:34:59.483Z] Configure a credential helper to remove this warning. See [2021-05-08T07:34:59.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:34:59.483Z] [2021-05-08T07:34:59.483Z] Login Succeeded [2021-05-08T07:34:59.483Z] docker.io [2021-05-08T07:34:59.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:35:00.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:35:00.016Z] Configure a credential helper to remove this warning. See [2021-05-08T07:35:00.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:35:00.016Z] [2021-05-08T07:35:00.016Z] Login Succeeded [2021-05-08T07:35:00.016Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T07:35:00.028Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-08T07:35:00.237Z] ========================================================= [2021-05-08T07:35:00.237Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-08T07:35:00.237Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:35:00.567Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-08T07:35:01.165Z] Sending build context to Docker daemon 34.88MB [2021-05-08T07:35:01.165Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T07:35:01.165Z] Step 2/8 : FROM ${BASE} [2021-05-08T07:35:01.438Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-08T07:35:01.438Z] 540db60ca938: Pulling fs layer [2021-05-08T07:35:01.438Z] adcc1eea9eea: Pulling fs layer [2021-05-08T07:35:01.438Z] 4c4ab2625f07: Pulling fs layer [2021-05-08T07:35:01.438Z] 0510c868ecb4: Pulling fs layer [2021-05-08T07:35:01.438Z] afea3b2eda06: Pulling fs layer [2021-05-08T07:35:01.438Z] 7809a108b3ef: Pulling fs layer [2021-05-08T07:35:01.438Z] f706445af74f: Pulling fs layer [2021-05-08T07:35:01.438Z] afea3b2eda06: Waiting [2021-05-08T07:35:01.438Z] 7809a108b3ef: Waiting [2021-05-08T07:35:01.438Z] f706445af74f: Waiting [2021-05-08T07:35:01.438Z] 0510c868ecb4: Waiting [2021-05-08T07:35:01.438Z] 4c4ab2625f07: Verifying Checksum [2021-05-08T07:35:01.438Z] 4c4ab2625f07: Download complete [2021-05-08T07:35:01.439Z] adcc1eea9eea: Verifying Checksum [2021-05-08T07:35:01.439Z] adcc1eea9eea: Download complete [2021-05-08T07:35:01.439Z] afea3b2eda06: Verifying Checksum [2021-05-08T07:35:01.439Z] afea3b2eda06: Download complete [2021-05-08T07:35:01.439Z] 7809a108b3ef: Verifying Checksum [2021-05-08T07:35:01.439Z] 7809a108b3ef: Download complete [2021-05-08T07:35:01.439Z] 540db60ca938: Verifying Checksum [2021-05-08T07:35:01.439Z] 540db60ca938: Download complete [2021-05-08T07:35:02.033Z] 540db60ca938: Pull complete [2021-05-08T07:35:02.301Z] adcc1eea9eea: Pull complete [2021-05-08T07:35:02.567Z] 4c4ab2625f07: Pull complete [2021-05-08T07:35:03.527Z] f706445af74f: Verifying Checksum [2021-05-08T07:35:03.527Z] f706445af74f: Download complete [2021-05-08T07:35:04.495Z] 0510c868ecb4: Verifying Checksum [2021-05-08T07:35:04.495Z] 0510c868ecb4: Download complete [2021-05-08T07:35:12.795Z] 0510c868ecb4: Pull complete [2021-05-08T07:35:13.070Z] afea3b2eda06: Pull complete [2021-05-08T07:35:13.358Z] 7809a108b3ef: Pull complete [2021-05-08T07:35:18.759Z] f706445af74f: Pull complete [2021-05-08T07:35:18.759Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-08T07:35:18.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-08T07:35:18.759Z] ---> b068be0155e3 [2021-05-08T07:35:18.759Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-08T07:35:20.690Z] ---> Running in 4ace5244628b [2021-05-08T07:35:20.690Z] Removing intermediate container 4ace5244628b [2021-05-08T07:35:20.690Z] ---> 8688665cb392 [2021-05-08T07:35:20.690Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T07:35:20.965Z] ---> Running in c7cfebba8b36 [2021-05-08T07:35:22.381Z] Removing intermediate container c7cfebba8b36 [2021-05-08T07:35:22.381Z] ---> a406ae75063e [2021-05-08T07:35:22.381Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-08T07:35:22.381Z] ---> Running in df3f2251ebb8 [2021-05-08T07:35:23.361Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T07:35:24.313Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T07:35:24.902Z] OK: 149 MiB in 40 packages [2021-05-08T07:35:25.506Z] Removing intermediate container df3f2251ebb8 [2021-05-08T07:35:25.506Z] ---> 6c62804c561e [2021-05-08T07:35:25.506Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-08T07:35:25.506Z] ---> Running in aa5ab17e878f [2021-05-08T07:35:25.771Z] Removing intermediate container aa5ab17e878f [2021-05-08T07:35:25.771Z] ---> d31e50dbdfbc [2021-05-08T07:35:25.771Z] Step 7/8 : COPY . . [2021-05-08T07:35:30.036Z] ---> 5d0dd8dcec6e [2021-05-08T07:35:30.036Z] Step 8/8 : RUN go mod download [2021-05-08T07:35:30.036Z] ---> Running in 7ac01b14eca5 [2021-05-08T07:35:38.325Z] Removing intermediate container 89a2074e2fc0 [2021-05-08T07:35:38.325Z] ---> 1b0c0145aa04 [2021-05-08T07:35:38.325Z] Successfully built 1b0c0145aa04 [2021-05-08T07:35:38.325Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:35:38.664Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T07:35:38.664Z] . [Pipeline] withDockerContainer [2021-05-08T07:35:38.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-3722 does not seem to be running inside a container [2021-05-08T07:35:39.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/105 -v /w/workspace/edgex-ui-go/105:/w/workspace/edgex-ui-go/105:rw,z -v /w/workspace/edgex-ui-go/105@tmp:/w/workspace/edgex-ui-go/105@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-arm64 cat [2021-05-08T07:35:40.446Z] $ docker top f0823117c86f688d5e3b6236cbdb66c70a74be1ba4101e1653d7ed9f7396273e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:35:41.393Z] + go version [2021-05-08T07:35:41.393Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-08T07:35:41.416Z] $ docker stop --time=1 f0823117c86f688d5e3b6236cbdb66c70a74be1ba4101e1653d7ed9f7396273e [2021-05-08T07:35:43.357Z] $ docker rm -f f0823117c86f688d5e3b6236cbdb66c70a74be1ba4101e1653d7ed9f7396273e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:35:44.064Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T07:35:44.064Z] . [Pipeline] withDockerContainer [2021-05-08T07:35:44.341Z] prd-ubuntu18.04-docker-arm64-4c-16g-3722 does not seem to be running inside a container [2021-05-08T07:35:44.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/105 -v /w/workspace/edgex-ui-go/105:/w/workspace/edgex-ui-go/105:rw,z -v /w/workspace/edgex-ui-go/105@tmp:/w/workspace/edgex-ui-go/105@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-arm64 cat [2021-05-08T07:35:46.366Z] $ docker top 6e5417f081d2962117b36400b098af49bd692ee0d121820e0bc5d9c71e9f9377 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:35:47.334Z] + go mod tidy [Pipeline] sh [2021-05-08T07:35:48.595Z] + make test [2021-05-08T07:35:48.595Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-08T07:35:50.041Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-08T07:36:09.211Z] Removing intermediate container 7ac01b14eca5 [2021-05-08T07:36:09.211Z] ---> ea81c692f038 [2021-05-08T07:36:09.211Z] Successfully built ea81c692f038 [2021-05-08T07:36:09.211Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:36:09.544Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T07:36:09.544Z] . [Pipeline] withDockerContainer [2021-05-08T07:36:09.691Z] prd-centos7-docker-4c-2g-3723 does not seem to be running inside a container [2021-05-08T07:36:09.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/105 -v /w/workspace/edgex-ui-go/105:/w/workspace/edgex-ui-go/105:rw,z -v /w/workspace/edgex-ui-go/105@tmp:/w/workspace/edgex-ui-go/105@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-05-08T07:36:10.679Z] $ docker top 2a616fd3040553c0547aa6400a4f49c10a8cca4f4d1f9fa84a1a7a2417b4cb1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:36:11.248Z] + go version [2021-05-08T07:36:11.248Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-08T07:36:11.275Z] $ docker stop --time=1 2a616fd3040553c0547aa6400a4f49c10a8cca4f4d1f9fa84a1a7a2417b4cb1a [2021-05-08T07:36:12.986Z] $ docker rm -f 2a616fd3040553c0547aa6400a4f49c10a8cca4f4d1f9fa84a1a7a2417b4cb1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:36:13.734Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T07:36:13.734Z] . [Pipeline] withDockerContainer [2021-05-08T07:36:14.173Z] prd-centos7-docker-4c-2g-3723 does not seem to be running inside a container [2021-05-08T07:36:14.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/105 -v /w/workspace/edgex-ui-go/105:/w/workspace/edgex-ui-go/105:rw,z -v /w/workspace/edgex-ui-go/105@tmp:/w/workspace/edgex-ui-go/105@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-05-08T07:36:15.938Z] $ docker top 0617763a4fd7e002de3772055d73228fc3302616ff0fbf53f2bb16c16edfe8b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:36:16.484Z] + go mod tidy [Pipeline] sh [2021-05-08T07:36:19.280Z] + make test [2021-05-08T07:36:19.281Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-08T07:36:20.273Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-08T07:36:29.093Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-08T07:36:29.093Z] GO111MODULE=on go vet ./... [2021-05-08T07:36:42.909Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-08T07:36:42.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-08T07:36:42.910Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-08T07:36:47.608Z] $ docker stop --time=1 6e5417f081d2962117b36400b098af49bd692ee0d121820e0bc5d9c71e9f9377 [2021-05-08T07:36:49.614Z] $ docker rm -f 6e5417f081d2962117b36400b098af49bd692ee0d121820e0bc5d9c71e9f9377 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T07:36:50.366Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T07:36:51.179Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T07:36:53.681Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-08T07:36:54.019Z] + ls -al . [2021-05-08T07:36:54.019Z] total 124 [2021-05-08T07:36:54.019Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 07:35 . [2021-05-08T07:36:54.019Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 07:34 .. [2021-05-08T07:36:54.019Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 07:34 .git [2021-05-08T07:36:54.019Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 07:34 .github [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 162 May 8 07:34 .gitignore [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 8 07:34 CONTRIBUTING.md [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 8 07:34 Dockerfile [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 902 May 8 07:34 Dockerfile.build [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 652 May 8 07:34 Jenkinsfile [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 8 07:34 LICENSE [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 941 May 8 07:34 Makefile [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 8 07:34 README.md [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 12 May 8 07:32 VERSION [2021-05-08T07:36:54.019Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 07:34 assets [2021-05-08T07:36:54.019Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 07:34 bin [2021-05-08T07:36:54.019Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 07:34 cmd [2021-05-08T07:36:54.019Z] -rw-r--r-- 1 jenkins jenkins 10 May 8 07:35 coverage.out [2021-05-08T07:36:54.019Z] drwxrwxr-x 5 jenkins jenkins 4096 May 8 07:34 docs [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 987 May 8 07:34 go.mod [2021-05-08T07:36:54.019Z] -rw-r--r-- 1 jenkins jenkins 24424 May 8 07:35 go.sum [2021-05-08T07:36:54.019Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 07:34 internal [2021-05-08T07:36:54.019Z] -rw-rw-r-- 1 jenkins jenkins 155 May 8 07:34 version.go [2021-05-08T07:36:54.019Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 07:34 web [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:36:54.363Z] + 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=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 --label arch=arm64 --label version=2.0.0-dev.46 . [2021-05-08T07:36:55.361Z] Sending build context to Docker daemon 34.9MB [2021-05-08T07:36:55.362Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T07:36:55.362Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-08T07:36:55.362Z] ---> 1b0c0145aa04 [2021-05-08T07:36:55.362Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] } [2021-05-08T07:36:55.681Z] $ docker stop --time=1 0617763a4fd7e002de3772055d73228fc3302616ff0fbf53f2bb16c16edfe8b2 [2021-05-08T07:36:55.953Z] ---> Running in 53b489a4293d [2021-05-08T07:36:56.546Z] Removing intermediate container 53b489a4293d [2021-05-08T07:36:56.546Z] ---> 919e02f1ecce [2021-05-08T07:36:56.546Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-08T07:36:56.546Z] ---> Running in c64d71075eb1 [2021-05-08T07:36:56.821Z] Removing intermediate container c64d71075eb1 [2021-05-08T07:36:56.821Z] ---> e21817d797f5 [2021-05-08T07:36:56.821Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-08T07:36:57.097Z] ---> Running in 0aefd5bb54a9 [2021-05-08T07:36:57.696Z] Removing intermediate container 0aefd5bb54a9 [2021-05-08T07:36:57.696Z] ---> 1ef14c9c33d9 [2021-05-08T07:36:57.696Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-08T07:36:57.696Z] ---> Running in 35fb0938772e [2021-05-08T07:36:58.177Z] $ docker rm -f 0617763a4fd7e002de3772055d73228fc3302616ff0fbf53f2bb16c16edfe8b2 [2021-05-08T07:36:58.301Z] Removing intermediate container 35fb0938772e [2021-05-08T07:36:58.301Z] ---> 58709bbaa58f [2021-05-08T07:36:58.301Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-08T07:36:58.301Z] ---> Running in 7f3f98b0f806 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T07:36:58.900Z] Removing intermediate container 7f3f98b0f806 [2021-05-08T07:36:58.900Z] ---> 8c87f6a816b1 [2021-05-08T07:36:58.900Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T07:36:58.900Z] ---> Running in 1556900da8c6 [2021-05-08T07:36:59.091Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T07:36:59.108Z] Warning: overwriting stash ‘coverage-report’ [2021-05-08T07:36:59.794Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-08T07:37:00.285Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-08T07:37:00.817Z] + ls -al . [2021-05-08T07:37:00.817Z] total 92 [2021-05-08T07:37:00.817Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 8 07:36 . [2021-05-08T07:37:00.817Z] drwxrwxr-x. 4 jenkins jenkins 32 May 8 07:34 .. [2021-05-08T07:37:00.817Z] drwxrwxr-x. 3 jenkins jenkins 20 May 8 07:34 assets [2021-05-08T07:37:00.817Z] drwxrwxr-x. 2 jenkins jenkins 35 May 8 07:34 bin [2021-05-08T07:37:00.817Z] drwxrwxr-x. 3 jenkins jenkins 29 May 8 07:34 cmd [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 8 07:34 CONTRIBUTING.md [2021-05-08T07:37:00.817Z] -rw-r--r--. 1 jenkins jenkins 10 May 8 07:36 coverage.out [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 8 07:34 Dockerfile [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 902 May 8 07:34 Dockerfile.build [2021-05-08T07:37:00.817Z] drwxrwxr-x. 5 jenkins jenkins 104 May 8 07:34 docs [2021-05-08T07:37:00.817Z] drwxrwxr-x. 8 jenkins jenkins 162 May 8 07:34 .git [2021-05-08T07:37:00.817Z] drwxrwxr-x. 2 jenkins jenkins 103 May 8 07:34 .github [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 162 May 8 07:34 .gitignore [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 987 May 8 07:34 go.mod [2021-05-08T07:37:00.817Z] -rw-r--r--. 1 jenkins jenkins 24424 May 8 07:36 go.sum [2021-05-08T07:37:00.817Z] drwxrwxr-x. 10 jenkins jenkins 139 May 8 07:34 internal [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 652 May 8 07:34 Jenkinsfile [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 8 07:34 LICENSE [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 941 May 8 07:34 Makefile [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 8 07:34 README.md [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 12 May 8 07:32 VERSION [2021-05-08T07:37:00.817Z] -rw-rw-r--. 1 jenkins jenkins 155 May 8 07:34 version.go [2021-05-08T07:37:00.817Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 8 07:34 web [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:01.259Z] + 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=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 --label arch=amd64 --label version=2.0.0-dev.46 . [2021-05-08T07:37:01.528Z] Removing intermediate container 1556900da8c6 [2021-05-08T07:37:01.528Z] ---> 78203c42bb44 [2021-05-08T07:37:01.528Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-08T07:37:01.528Z] ---> Running in 4d8b816bedd3 [2021-05-08T07:37:02.517Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T07:37:03.278Z] Sending build context to Docker daemon 34.9MB [2021-05-08T07:37:03.278Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T07:37:03.278Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-08T07:37:03.278Z] ---> ea81c692f038 [2021-05-08T07:37:03.278Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-08T07:37:03.502Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T07:37:03.543Z] ---> Running in 5b0b35a55c42 [2021-05-08T07:37:03.813Z] Removing intermediate container 5b0b35a55c42 [2021-05-08T07:37:03.813Z] ---> 1338c3169f5e [2021-05-08T07:37:03.813Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-08T07:37:03.813Z] ---> Running in a18ee352dd36 [2021-05-08T07:37:04.084Z] Removing intermediate container a18ee352dd36 [2021-05-08T07:37:04.084Z] ---> 2b21cd951868 [2021-05-08T07:37:04.084Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-08T07:37:04.084Z] ---> Running in 92d3ae6f2e1e [2021-05-08T07:37:04.356Z] Removing intermediate container 92d3ae6f2e1e [2021-05-08T07:37:04.356Z] ---> f7185ab1071a [2021-05-08T07:37:04.356Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-08T07:37:04.356Z] ---> Running in 984c128ed45d [2021-05-08T07:37:04.485Z] OK: 138 MiB in 40 packages [2021-05-08T07:37:04.627Z] Removing intermediate container 984c128ed45d [2021-05-08T07:37:04.627Z] ---> 062fe29ba0aa [2021-05-08T07:37:04.627Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-08T07:37:04.911Z] ---> Running in 7c8c7cd4455f [2021-05-08T07:37:05.198Z] Removing intermediate container 7c8c7cd4455f [2021-05-08T07:37:05.198Z] ---> 3e73db0e274c [2021-05-08T07:37:05.198Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T07:37:05.198Z] ---> Running in 17e36627286e [2021-05-08T07:37:05.482Z] Removing intermediate container 4d8b816bedd3 [2021-05-08T07:37:05.482Z] ---> 0f8a315bbac7 [2021-05-08T07:37:05.482Z] Step 10/24 : ENV GO111MODULE=on [2021-05-08T07:37:05.482Z] ---> Running in 7eb84091aef9 [2021-05-08T07:37:06.079Z] Removing intermediate container 7eb84091aef9 [2021-05-08T07:37:06.079Z] ---> c1ba5227170a [2021-05-08T07:37:06.079Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-08T07:37:06.353Z] ---> Running in eca1588086e7 [2021-05-08T07:37:06.618Z] Removing intermediate container 17e36627286e [2021-05-08T07:37:06.618Z] ---> 50a0e66109c8 [2021-05-08T07:37:06.618Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-08T07:37:06.618Z] ---> Running in 4718c573eca6 [2021-05-08T07:37:06.627Z] Removing intermediate container eca1588086e7 [2021-05-08T07:37:06.627Z] ---> 11341672f65f [2021-05-08T07:37:06.627Z] Step 12/24 : COPY go.mod . [2021-05-08T07:37:07.203Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T07:37:07.605Z] ---> a8bcab543ce7 [2021-05-08T07:37:07.605Z] Step 13/24 : COPY Makefile . [2021-05-08T07:37:08.172Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T07:37:08.199Z] ---> 334564b1b23b [2021-05-08T07:37:08.199Z] Step 14/24 : RUN make update [2021-05-08T07:37:08.474Z] ---> Running in 0ce9a056cca0 [2021-05-08T07:37:08.783Z] OK: 149 MiB in 40 packages [2021-05-08T07:37:09.378Z] Removing intermediate container 4718c573eca6 [2021-05-08T07:37:09.378Z] ---> 207cc767f789 [2021-05-08T07:37:09.378Z] Step 10/24 : ENV GO111MODULE=on [2021-05-08T07:37:09.378Z] ---> Running in cc3e8b395dae [2021-05-08T07:37:09.453Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-08T07:37:09.659Z] Removing intermediate container cc3e8b395dae [2021-05-08T07:37:09.659Z] ---> 5c62df9235cc [2021-05-08T07:37:09.659Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-08T07:37:09.923Z] ---> Running in 57eae5218b6d [2021-05-08T07:37:09.923Z] Removing intermediate container 57eae5218b6d [2021-05-08T07:37:09.923Z] ---> f5290d2fa74d [2021-05-08T07:37:09.923Z] Step 12/24 : COPY go.mod . [2021-05-08T07:37:10.516Z] ---> dfe00cda3feb [2021-05-08T07:37:10.516Z] Step 13/24 : COPY Makefile . [2021-05-08T07:37:10.516Z] ---> 258b63d1fcc1 [2021-05-08T07:37:10.516Z] Step 14/24 : RUN make update [2021-05-08T07:37:10.788Z] ---> Running in d774f7a2ef29 [2021-05-08T07:37:10.887Z] Removing intermediate container 0ce9a056cca0 [2021-05-08T07:37:10.887Z] ---> d86ed945f82d [2021-05-08T07:37:10.887Z] Step 15/24 : COPY . . [2021-05-08T07:37:11.397Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-08T07:37:11.985Z] Removing intermediate container d774f7a2ef29 [2021-05-08T07:37:11.985Z] ---> 270b2597d866 [2021-05-08T07:37:11.985Z] Step 15/24 : COPY . . [2021-05-08T07:37:14.273Z] ---> f4873153376a [2021-05-08T07:37:14.273Z] Step 16/24 : RUN ${MAKE} [2021-05-08T07:37:14.273Z] ---> Running in bc0f8a2ab417 [2021-05-08T07:37:14.566Z] ---> c1d78750efad [2021-05-08T07:37:14.566Z] Step 16/24 : RUN ${MAKE} [2021-05-08T07:37:14.566Z] ---> Running in 574b8d196b8a [2021-05-08T07:37:14.847Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.46" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-08T07:37:15.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.46" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-08T07:37:30.243Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-08T07:37:35.815Z] Removing intermediate container 574b8d196b8a [2021-05-08T07:37:35.815Z] ---> 15d7dffb90c5 [2021-05-08T07:37:35.815Z] Step 17/24 : FROM alpine:3.12 [2021-05-08T07:37:36.423Z] 3.12: Pulling from library/alpine [2021-05-08T07:37:36.423Z] 339de151aab4: Pulling fs layer [2021-05-08T07:37:36.698Z] 339de151aab4: Download complete [2021-05-08T07:37:37.402Z] 339de151aab4: Pull complete [2021-05-08T07:37:37.754Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-08T07:37:37.754Z] Status: Downloaded newer image for alpine:3.12 [2021-05-08T07:37:37.754Z] ---> 13621d1b12d4 [2021-05-08T07:37:37.754Z] Step 18/24 : EXPOSE 4000 [2021-05-08T07:37:37.754Z] ---> Running in e26c510976dc [2021-05-08T07:37:38.824Z] Removing intermediate container e26c510976dc [2021-05-08T07:37:38.824Z] ---> 7dd1052603bc [2021-05-08T07:37:38.824Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T07:37:40.256Z] ---> de66f9730063 [2021-05-08T07:37:40.256Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T07:37:40.530Z] ---> Running in 42dbe4003bb7 [2021-05-08T07:37:40.530Z] Removing intermediate container 42dbe4003bb7 [2021-05-08T07:37:40.530Z] ---> 3a7f5730d499 [2021-05-08T07:37:40.530Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-08T07:37:40.835Z] ---> Running in b50b90521ddd [2021-05-08T07:37:41.109Z] Removing intermediate container b50b90521ddd [2021-05-08T07:37:41.109Z] ---> fa82ccf1434e [2021-05-08T07:37:41.109Z] Step 22/24 : LABEL arch=amd64 [2021-05-08T07:37:41.109Z] ---> Running in d0f6cfd92315 [2021-05-08T07:37:41.378Z] Removing intermediate container d0f6cfd92315 [2021-05-08T07:37:41.378Z] ---> ce9d412d0f87 [2021-05-08T07:37:41.378Z] Step 23/24 : LABEL git_sha=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [2021-05-08T07:37:41.378Z] ---> Running in a7007e5baf6f [2021-05-08T07:37:41.649Z] Removing intermediate container a7007e5baf6f [2021-05-08T07:37:41.649Z] ---> c7c48cab6fc9 [2021-05-08T07:37:41.649Z] Step 24/24 : LABEL version=2.0.0-dev.46 [2021-05-08T07:37:41.649Z] ---> Running in ad850d9893bc [2021-05-08T07:37:41.917Z] Removing intermediate container ad850d9893bc [2021-05-08T07:37:41.917Z] ---> 5a193ea46a84 [2021-05-08T07:37:41.917Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-08T07:37:41.917Z] Successfully built 5a193ea46a84 [2021-05-08T07:37:41.917Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T07:37:42.070Z] provisioning config files... [2021-05-08T07:37:42.134Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/105@tmp/config5966230358938111769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:37:42.486Z] ---> docker-login.sh [2021-05-08T07:37:42.486Z] nexus3.edgexfoundry.org:10001 [2021-05-08T07:37:42.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:43.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:43.083Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:43.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:43.083Z] [2021-05-08T07:37:43.083Z] Login Succeeded [2021-05-08T07:37:43.083Z] nexus3.edgexfoundry.org:10002 [2021-05-08T07:37:43.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:43.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:43.383Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:43.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:43.383Z] [2021-05-08T07:37:43.383Z] Login Succeeded [2021-05-08T07:37:43.383Z] nexus3.edgexfoundry.org:10003 [2021-05-08T07:37:43.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:44.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:44.004Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:44.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:44.004Z] [2021-05-08T07:37:44.004Z] Login Succeeded [2021-05-08T07:37:44.004Z] nexus3.edgexfoundry.org:10004 [2021-05-08T07:37:44.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:44.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:44.281Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:44.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:44.281Z] [2021-05-08T07:37:44.281Z] Login Succeeded [2021-05-08T07:37:44.281Z] docker.io [2021-05-08T07:37:44.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:44.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:44.869Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:44.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:44.869Z] [2021-05-08T07:37:44.869Z] Login Succeeded [2021-05-08T07:37:44.869Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T07:37:44.897Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-08T07:37:45.011Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-05-08T07:37:45.011Z] e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [2021-05-08T07:37:45.011Z] latest [2021-05-08T07:37:45.011Z] 2.0.0-dev.46 [2021-05-08T07:37:45.011Z] e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [2021-05-08T07:37:45.011Z] master [2021-05-08T07:37:45.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:45.440Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:45.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [2021-05-08T07:37:45.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T07:37:45.824Z] 20b463706e9f: Preparing [2021-05-08T07:37:45.824Z] 32f366d666a5: Preparing [2021-05-08T07:37:45.824Z] 32f366d666a5: Layer already exists [2021-05-08T07:37:48.066Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-08T07:37:48.337Z] Removing intermediate container bc0f8a2ab417 [2021-05-08T07:37:48.337Z] ---> 37a4eb02b6d8 [2021-05-08T07:37:48.337Z] Step 17/24 : FROM alpine:3.12 [2021-05-08T07:37:48.925Z] 3.12: Pulling from library/alpine [2021-05-08T07:37:48.925Z] d2f70382dc9a: Pulling fs layer [2021-05-08T07:37:49.201Z] d2f70382dc9a: Verifying Checksum [2021-05-08T07:37:49.201Z] d2f70382dc9a: Download complete [2021-05-08T07:37:49.262Z] 20b463706e9f: Pushed [2021-05-08T07:37:49.262Z] e2d6bfd55903d8e137d76ea1bc7b0b66c3639301: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:49.617Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:49.795Z] d2f70382dc9a: Pull complete [2021-05-08T07:37:49.795Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-08T07:37:49.795Z] Status: Downloaded newer image for alpine:3.12 [2021-05-08T07:37:49.795Z] ---> 9852663dfa18 [2021-05-08T07:37:49.795Z] Step 18/24 : EXPOSE 4000 [2021-05-08T07:37:49.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-05-08T07:37:49.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T07:37:49.967Z] 20b463706e9f: Preparing [2021-05-08T07:37:49.967Z] 32f366d666a5: Preparing [2021-05-08T07:37:49.967Z] 32f366d666a5: Layer already exists [2021-05-08T07:37:49.967Z] 20b463706e9f: Layer already exists [2021-05-08T07:37:50.065Z] ---> Running in b41923084f2e [2021-05-08T07:37:50.244Z] latest: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:50.336Z] Removing intermediate container b41923084f2e [2021-05-08T07:37:50.336Z] ---> 314dc92ebd70 [2021-05-08T07:37:50.336Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T07:37:50.628Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:52.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.46 [2021-05-08T07:37:52.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T07:37:52.147Z] 20b463706e9f: Preparing [2021-05-08T07:37:52.147Z] 32f366d666a5: Preparing [2021-05-08T07:37:52.147Z] 32f366d666a5: Layer already exists [2021-05-08T07:37:52.147Z] 20b463706e9f: Layer already exists [2021-05-08T07:37:52.147Z] 2.0.0-dev.46: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:52.534Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [2021-05-08T07:37:52.619Z] ---> 8f3801a8fb8a [2021-05-08T07:37:52.620Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T07:37:52.620Z] ---> Running in 2c8d0b8f691a [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:53.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [2021-05-08T07:37:53.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T07:37:53.059Z] 20b463706e9f: Preparing [2021-05-08T07:37:53.059Z] 32f366d666a5: Preparing [2021-05-08T07:37:53.059Z] 20b463706e9f: Layer already exists [2021-05-08T07:37:53.059Z] 32f366d666a5: Layer already exists [2021-05-08T07:37:53.059Z] e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:53.212Z] Removing intermediate container 2c8d0b8f691a [2021-05-08T07:37:53.212Z] ---> 3fd2bf8ba940 [2021-05-08T07:37:53.212Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-08T07:37:53.212Z] ---> Running in 40129bcbe65b [2021-05-08T07:37:53.399Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:53.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-05-08T07:37:53.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T07:37:53.780Z] 20b463706e9f: Preparing [2021-05-08T07:37:53.780Z] 32f366d666a5: Preparing [2021-05-08T07:37:53.780Z] 32f366d666a5: Layer already exists [2021-05-08T07:37:53.780Z] 20b463706e9f: Layer already exists [2021-05-08T07:37:53.780Z] master: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] } [2021-05-08T07:37:53.810Z] Removing intermediate container 40129bcbe65b [2021-05-08T07:37:53.810Z] ---> 1d668cedba46 [2021-05-08T07:37:53.810Z] Step 22/24 : LABEL arch=arm64 [2021-05-08T07:37:53.810Z] ---> Running in f54d79f84c1c [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-08T07:37:53.856Z] ===================================================== [Pipeline] echo [2021-05-08T07:37:53.874Z] taggedImages: [2021-05-08T07:37:53.874Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [2021-05-08T07:37:53.874Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-05-08T07:37:53.874Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.46 [2021-05-08T07:37:53.874Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [2021-05-08T07:37:53.874Z] - 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-05-08T07:37:54.412Z] Removing intermediate container f54d79f84c1c [2021-05-08T07:37:54.412Z] ---> 7dc65a2d9a1c [2021-05-08T07:37:54.412Z] Step 23/24 : LABEL git_sha=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [2021-05-08T07:37:54.412Z] ---> Running in 364472fde0cb [2021-05-08T07:37:54.520Z] ---> job-cost.sh [2021-05-08T07:37:54.520Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FIZN [2021-05-08T07:37:54.684Z] Removing intermediate container 364472fde0cb [2021-05-08T07:37:54.685Z] ---> f473d64569a4 [2021-05-08T07:37:54.685Z] Step 24/24 : LABEL version=2.0.0-dev.46 [2021-05-08T07:37:54.956Z] ---> Running in c89ac889e38b [2021-05-08T07:37:55.232Z] Removing intermediate container c89ac889e38b [2021-05-08T07:37:55.232Z] ---> a2f113f660a3 [2021-05-08T07:37:55.232Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-08T07:37:55.503Z] Successfully built a2f113f660a3 [2021-05-08T07:37:55.503Z] 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-05-08T07:37:55.660Z] provisioning config files... [2021-05-08T07:37:55.699Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/105@tmp/config3686137770076425140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:37:56.063Z] ---> docker-login.sh [2021-05-08T07:37:56.063Z] nexus3.edgexfoundry.org:10001 [2021-05-08T07:37:56.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:56.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:56.335Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:56.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:56.335Z] [2021-05-08T07:37:56.335Z] Login Succeeded [2021-05-08T07:37:56.335Z] nexus3.edgexfoundry.org:10002 [2021-05-08T07:37:56.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:56.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:56.941Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:56.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:56.941Z] [2021-05-08T07:37:56.941Z] Login Succeeded [2021-05-08T07:37:56.941Z] nexus3.edgexfoundry.org:10003 [2021-05-08T07:37:57.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:57.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:57.482Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:57.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:57.482Z] [2021-05-08T07:37:57.482Z] Login Succeeded [2021-05-08T07:37:57.482Z] nexus3.edgexfoundry.org:10004 [2021-05-08T07:37:57.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:57.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:57.754Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:57.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:57.754Z] [2021-05-08T07:37:57.754Z] Login Succeeded [2021-05-08T07:37:57.754Z] docker.io [2021-05-08T07:37:58.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T07:37:58.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T07:37:58.612Z] Configure a credential helper to remove this warning. See [2021-05-08T07:37:58.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T07:37:58.612Z] [2021-05-08T07:37:58.612Z] Login Succeeded [2021-05-08T07:37:58.612Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T07:37:58.628Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-08T07:37:58.702Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-05-08T07:37:58.702Z] e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [2021-05-08T07:37:58.702Z] latest [2021-05-08T07:37:58.702Z] 2.0.0-dev.46 [2021-05-08T07:37:58.702Z] e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [2021-05-08T07:37:58.702Z] master [2021-05-08T07:37:58.702Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:59.097Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:37:59.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [2021-05-08T07:37:59.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T07:37:59.444Z] 72098805d518: Preparing [2021-05-08T07:37:59.444Z] 3fbe34a1663b: Preparing [2021-05-08T07:37:59.444Z] 3fbe34a1663b: Layer already exists [2021-05-08T07:38:06.152Z] 72098805d518: Pushed [2021-05-08T07:38:06.153Z] e2d6bfd55903d8e137d76ea1bc7b0b66c3639301: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:06.493Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:06.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-05-08T07:38:06.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T07:38:06.826Z] 72098805d518: Preparing [2021-05-08T07:38:06.826Z] 3fbe34a1663b: Preparing [2021-05-08T07:38:06.826Z] 72098805d518: Layer already exists [2021-05-08T07:38:06.826Z] 3fbe34a1663b: Layer already exists [2021-05-08T07:38:07.097Z] latest: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:07.448Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:07.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.46 [2021-05-08T07:38:07.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T07:38:07.787Z] 72098805d518: Preparing [2021-05-08T07:38:07.787Z] 3fbe34a1663b: Preparing [2021-05-08T07:38:07.787Z] 72098805d518: Layer already exists [2021-05-08T07:38:07.787Z] 3fbe34a1663b: Layer already exists [2021-05-08T07:38:08.060Z] 2.0.0-dev.46: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:08.418Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:08.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [2021-05-08T07:38:08.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T07:38:08.766Z] 72098805d518: Preparing [2021-05-08T07:38:08.766Z] 3fbe34a1663b: Preparing [2021-05-08T07:38:09.040Z] 3fbe34a1663b: Layer already exists [2021-05-08T07:38:09.040Z] 72098805d518: Layer already exists [2021-05-08T07:38:09.040Z] e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:09.411Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:38:09.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-05-08T07:38:09.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T07:38:09.753Z] 72098805d518: Preparing [2021-05-08T07:38:09.753Z] 3fbe34a1663b: Preparing [2021-05-08T07:38:10.026Z] 3fbe34a1663b: Layer already exists [2021-05-08T07:38:10.026Z] 72098805d518: Layer already exists [2021-05-08T07:38:10.026Z] master: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-08T07:38:10.096Z] ===================================================== [Pipeline] echo [2021-05-08T07:38:10.112Z] taggedImages: [2021-05-08T07:38:10.112Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [2021-05-08T07:38:10.112Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-05-08T07:38:10.112Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.46 [2021-05-08T07:38:10.112Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [2021-05-08T07:38:10.112Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:38:10.501Z] ---> job-cost.sh [2021-05-08T07:38:10.501Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xL9k [2021-05-08T07:38:16.772Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T07:38:49.045Z] lf-activate-venv(): INFO: Adding /tmp/venv-FIZN/bin to PATH [2021-05-08T07:38:49.045Z] INFO: No Stack... [2021-05-08T07:38:49.045Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T07:38:49.045Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T07:38:49.378Z] + cat /w/workspace/edgex-ui-go/105/archives/cost.csv [2021-05-08T07:38:49.378Z] + cut -d, -f6 [Pipeline] lock [2021-05-08T07:38:49.510Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [2021-05-08T07:38:49.523Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] did not exist. Created. [2021-05-08T07:38:49.523Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T07:38:49.870Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-08T07:38:50.027Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T07:38:50.040Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-08T07:38:57.453Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T07:40:34.266Z] lf-activate-venv(): INFO: Adding /tmp/venv-xL9k/bin to PATH [2021-05-08T07:40:34.266Z] INFO: No Stack... [2021-05-08T07:40:34.266Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-08T07:40:34.536Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T07:40:34.876Z] + cat+ /w/workspace/edgex-ui-go/105/archives/cost.csv [2021-05-08T07:40:34.876Z] cut -d, -f6 [Pipeline] lock [2021-05-08T07:40:34.992Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [2021-05-08T07:40:35.001Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] did not exist. Created. [2021-05-08T07:40:35.001Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T07:40:35.381Z] /w/workspace/edgex-ui-go/105@tmp/durable-ebea4a1d/script.sh: 1: /w/workspace/edgex-ui-go/105@tmp/durable-ebea4a1d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-08T07:40:35.730Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-08T07:40:35.764Z] Warning: overwriting stash ‘stack-cost’ [2021-05-08T07:40:35.984Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T07:40:35.998Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-08T07:40:36.660Z] provisioning config files... [2021-05-08T07:40:36.675Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6270194461770854118tmp [Pipeline] { [Pipeline] sh [2021-05-08T07:40:37.006Z] + set +x [2021-05-08T07:40:37.006Z] + curl -s https://codecov.io/bash [2021-05-08T07:40:37.006Z] + bash -s -- [2021-05-08T07:40:37.272Z] [2021-05-08T07:40:37.272Z] _____ _ [2021-05-08T07:40:37.272Z] / ____| | | [2021-05-08T07:40:37.272Z] | | ___ __| | ___ ___ _____ __ [2021-05-08T07:40:37.272Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-08T07:40:37.272Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-08T07:40:37.272Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-08T07:40:37.272Z] Bash-1.0.2 [2021-05-08T07:40:37.272Z] [2021-05-08T07:40:37.272Z] [2021-05-08T07:40:37.272Z] ==> git version 2.24.3 found [2021-05-08T07:40:37.272Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-08T07:40:37.272Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-08T07:40:37.272Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-08T07:40:37.272Z] ==> Jenkins CI detected. [2021-05-08T07:40:37.272Z] project root: . [2021-05-08T07:40:37.272Z] --> token set from env [2021-05-08T07:40:37.272Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-08T07:40:37.272Z] ==> Running gcov in . (disable via -X gcov) [2021-05-08T07:40:37.272Z] ==> Python coveragepy not found [2021-05-08T07:40:37.272Z] ==> Searching for coverage reports in: [2021-05-08T07:40:37.272Z] + . [2021-05-08T07:40:37.272Z] -> Found 1 reports [2021-05-08T07:40:37.272Z] ==> Detecting git/mercurial file structure [2021-05-08T07:40:37.272Z] ==> Reading reports [2021-05-08T07:40:37.272Z] + ./coverage.out bytes=10 [2021-05-08T07:40:37.272Z] ==> Appending adjustments [2021-05-08T07:40:37.272Z] https://docs.codecov.io/docs/fixing-reports [2021-05-08T07:40:37.537Z] + Found adjustments [2021-05-08T07:40:37.537Z] ==> Gzipping contents [2021-05-08T07:40:37.537Z] 4.0K /tmp/codecov.g4DTtI.gz [2021-05-08T07:40:37.537Z] ==> Uploading reports [2021-05-08T07:40:37.537Z] url: https://codecov.io [2021-05-08T07:40:37.537Z] query: branch=master&commit=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-08T07:40:37.537Z] -> Pinging Codecov [2021-05-08T07:40:37.537Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-08T07:40:38.114Z] -> Uploading to [2021-05-08T07:40:38.114Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-08/FB506323287CE973F263BFD2A0EB1F37/e2d6bfd55903d8e137d76ea1bc7b0b66c3639301/ec2327d4-62f6-46eb-9ada-09bea7b6fc0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210508T074037Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=67d702b56dac75601df8953683d6956d0df3f47348143191ef76ac030a4522aa [2021-05-08T07:40:38.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-08T07:40:38.114Z] Dload Upload Total Spent Left Speed [2021-05-08T07:40:38.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6820 --:--:-- --:--:-- --:--:-- 6833 [2021-05-08T07:40:38.737Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] } [2021-05-08T07:40:38.750Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-08T07:40:39.406Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-08T07:40:39.444Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:40:39.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-08T07:40:39.833Z] [2021-05-08T07:40:39.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:40:40.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-08T07:40:40.188Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-08T07:40:40.188Z] 188c0c94c7c5: Pulling fs layer [2021-05-08T07:40:40.188Z] 0ef7d3d256c8: Pulling fs layer [2021-05-08T07:40:40.188Z] de9db76c5a1d: Pulling fs layer [2021-05-08T07:40:40.188Z] 0eba1c9be4d2: Pulling fs layer [2021-05-08T07:40:40.188Z] 0d57e429df01: Pulling fs layer [2021-05-08T07:40:40.188Z] 4e4be7b47b0d: Pulling fs layer [2021-05-08T07:40:40.188Z] e1f770b5df2f: Pulling fs layer [2021-05-08T07:40:40.188Z] 85a0685a4137: Pulling fs layer [2021-05-08T07:40:40.188Z] 0eba1c9be4d2: Waiting [2021-05-08T07:40:40.188Z] 0d57e429df01: Waiting [2021-05-08T07:40:40.188Z] e1f770b5df2f: Waiting [2021-05-08T07:40:40.188Z] 85a0685a4137: Waiting [2021-05-08T07:40:40.188Z] 4e4be7b47b0d: Waiting [2021-05-08T07:40:40.188Z] de9db76c5a1d: Verifying Checksum [2021-05-08T07:40:40.188Z] de9db76c5a1d: Download complete [2021-05-08T07:40:40.188Z] 0ef7d3d256c8: Verifying Checksum [2021-05-08T07:40:40.188Z] 0ef7d3d256c8: Download complete [2021-05-08T07:40:40.188Z] 0d57e429df01: Verifying Checksum [2021-05-08T07:40:40.188Z] 0d57e429df01: Download complete [2021-05-08T07:40:40.188Z] 4e4be7b47b0d: Verifying Checksum [2021-05-08T07:40:40.188Z] 4e4be7b47b0d: Download complete [2021-05-08T07:40:40.188Z] 188c0c94c7c5: Verifying Checksum [2021-05-08T07:40:40.188Z] 188c0c94c7c5: Download complete [2021-05-08T07:40:40.769Z] 188c0c94c7c5: Pull complete [2021-05-08T07:40:41.032Z] 0ef7d3d256c8: Pull complete [2021-05-08T07:40:41.032Z] de9db76c5a1d: Pull complete [2021-05-08T07:40:41.992Z] e1f770b5df2f: Verifying Checksum [2021-05-08T07:40:41.992Z] e1f770b5df2f: Download complete [2021-05-08T07:40:45.320Z] 85a0685a4137: Verifying Checksum [2021-05-08T07:40:45.320Z] 85a0685a4137: Download complete [2021-05-08T07:40:45.320Z] 0eba1c9be4d2: Verifying Checksum [2021-05-08T07:40:45.320Z] 0eba1c9be4d2: Download complete [2021-05-08T07:40:50.639Z] 0eba1c9be4d2: Pull complete [2021-05-08T07:40:50.639Z] 0d57e429df01: Pull complete [2021-05-08T07:40:50.903Z] 4e4be7b47b0d: Pull complete [2021-05-08T07:40:53.468Z] e1f770b5df2f: Pull complete [2021-05-08T07:41:01.665Z] 85a0685a4137: Pull complete [2021-05-08T07:41:01.665Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-08T07:41:01.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-08T07:41:01.665Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-08T07:41:01.891Z] prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container [2021-05-08T07:41:01.944Z] $ 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-05-08T07:41:03.745Z] $ docker top bc7593abb5b8d92b9268d0cae3dcad41449b817b2350b164e3832a3d4ccbd1ef -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-08T07:41:03.914Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-08T07:41:04.212Z] + set -o pipefail [2021-05-08T07:41:04.212Z] + snyk monitor '--org=edgex-jenkins' [2021-05-08T07:41:16.488Z] [2021-05-08T07:41:16.488Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-05-08T07:41:16.488Z] [2021-05-08T07:41:16.488Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/7bfb87f1-6983-43eb-a91a-942425bcc10e [2021-05-08T07:41:16.488Z] [2021-05-08T07:41:16.488Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-05-08T07:41:16.488Z] [2021-05-08T07:41:16.488Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-08T07:41:16.488Z] [2021-05-08T07:41:16.488Z] [Pipeline] } [2021-05-08T07:41:16.505Z] $ docker stop --time=1 bc7593abb5b8d92b9268d0cae3dcad41449b817b2350b164e3832a3d4ccbd1ef [2021-05-08T07:41:19.820Z] $ docker rm -f bc7593abb5b8d92b9268d0cae3dcad41449b817b2350b164e3832a3d4ccbd1ef [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-05-08T07:41:20.916Z] + git log --format=format:%s -1 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:41:21.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:41:21.235Z] . [Pipeline] withDockerContainer [2021-05-08T07:41:21.340Z] prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container [2021-05-08T07:41:21.390Z] $ 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-05-08T07:41:22.295Z] $ docker top d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T07:41:22.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T07:41:22.493Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T07:41:22.726Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T07:41:22.728Z] $ docker exec d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 ssh-agent [2021-05-08T07:41:22.930Z] SSH_AUTH_SOCK=/tmp/ssh-wavdUo3I4hqZ/agent.11 [2021-05-08T07:41:22.930Z] SSH_AGENT_PID=16 [2021-05-08T07:41:22.939Z] Running ssh-add (command line suppressed) [2021-05-08T07:41:23.084Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2736148226789941009.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2736148226789941009.key) [2021-05-08T07:41:23.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T07:41:23.453Z] + git semver tag [2021-05-08T07:41:23.454Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T07:41:23.454Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-08T07:41:23.454Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T07:41:23.454Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T07:41:23.454Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T07:41:23.454Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T07:41:23.454Z] # $SEMVER_BRANCH = master [2021-05-08T07:41:23.454Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-05-08T07:41:23.454Z] # e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 HEAD [2021-05-08T07:41:23.717Z] # -> Force: false [2021-05-08T07:41:23.717Z] # 101520937842b6a5addc963781529e6d23c1ecd3 refs/tags/v2.0.0-dev.46 [Pipeline] } [2021-05-08T07:41:23.729Z] $ docker exec --env ******** --env ******** d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 ssh-agent -k [2021-05-08T07:41:23.860Z] unset SSH_AUTH_SOCK; [2021-05-08T07:41:23.860Z] unset SSH_AGENT_PID; [2021-05-08T07:41:23.860Z] echo Agent pid 16 killed; [2021-05-08T07:41:23.917Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T07:41:24.259Z] + git semver [Pipeline] } [2021-05-08T07:41:24.274Z] $ docker stop --time=1 d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 [2021-05-08T07:41:25.677Z] $ docker rm -f d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:41:26.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-08T07:41:26.290Z] [2021-05-08T07:41:26.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:41:26.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-08T07:41:26.610Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-08T07:41:26.610Z] ab5ef0e58194: Pulling fs layer [2021-05-08T07:41:26.610Z] 9712f1f96733: Pulling fs layer [2021-05-08T07:41:26.610Z] 63f879dbbcfc: Pulling fs layer [2021-05-08T07:41:26.610Z] 0d9ebad4ef96: Pulling fs layer [2021-05-08T07:41:26.610Z] e9a5061849ea: Pulling fs layer [2021-05-08T07:41:26.610Z] d747dcd14b5f: Pulling fs layer [2021-05-08T07:41:26.610Z] 2de7ff778b66: Pulling fs layer [2021-05-08T07:41:26.610Z] 0d9ebad4ef96: Waiting [2021-05-08T07:41:26.610Z] d747dcd14b5f: Waiting [2021-05-08T07:41:26.610Z] 2de7ff778b66: Waiting [2021-05-08T07:41:26.610Z] e9a5061849ea: Waiting [2021-05-08T07:41:26.610Z] 9712f1f96733: Verifying Checksum [2021-05-08T07:41:26.610Z] 9712f1f96733: Download complete [2021-05-08T07:41:28.564Z] 63f879dbbcfc: Verifying Checksum [2021-05-08T07:41:28.564Z] 63f879dbbcfc: Download complete [2021-05-08T07:41:28.564Z] e9a5061849ea: Verifying Checksum [2021-05-08T07:41:28.564Z] e9a5061849ea: Download complete [2021-05-08T07:41:28.564Z] d747dcd14b5f: Verifying Checksum [2021-05-08T07:41:28.564Z] d747dcd14b5f: Download complete [2021-05-08T07:41:28.564Z] 2de7ff778b66: Verifying Checksum [2021-05-08T07:41:28.564Z] 2de7ff778b66: Download complete [2021-05-08T07:41:29.140Z] 0d9ebad4ef96: Verifying Checksum [2021-05-08T07:41:29.140Z] 0d9ebad4ef96: Download complete [2021-05-08T07:41:29.140Z] ab5ef0e58194: Verifying Checksum [2021-05-08T07:41:29.140Z] ab5ef0e58194: Download complete [2021-05-08T07:41:34.463Z] ab5ef0e58194: Pull complete [2021-05-08T07:41:34.463Z] 9712f1f96733: Pull complete [2021-05-08T07:41:37.782Z] 63f879dbbcfc: Pull complete [2021-05-08T07:41:43.127Z] 0d9ebad4ef96: Pull complete [2021-05-08T07:41:45.089Z] e9a5061849ea: Pull complete [2021-05-08T07:41:45.354Z] d747dcd14b5f: Pull complete [2021-05-08T07:41:47.926Z] 2de7ff778b66: Pull complete [2021-05-08T07:41:47.927Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-08T07:41:47.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-08T07:41:47.927Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-08T07:41:48.177Z] prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container [2021-05-08T07:41:48.226Z] $ 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-05-08T07:41:52.296Z] $ docker top 6ddb7fd1aa044d3f2b9e9b806ccc899d104076489579db6cfb2467ab8e2fa912 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-08T07:41:52.433Z] provisioning config files... [2021-05-08T07:41:52.444Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6552387628669855631tmp [2021-05-08T07:41:52.460Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7751979825152803239tmp [2021-05-08T07:41:52.475Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2990615918540386649tmp [Pipeline] { [Pipeline] echo [2021-05-08T07:41:52.502Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:41:52.805Z] ---> sigul-configuration.sh [2021-05-08T07:41:52.805Z] gpg: directory `/root/.gnupg' created [2021-05-08T07:41:52.805Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-08T07:41:52.805Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-08T07:41:52.805Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-08T07:41:52.805Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-08T07:41:52.805Z] gpg: CAST5 encrypted data [2021-05-08T07:41:53.068Z] gpg: encrypted with 1 passphrase [2021-05-08T07:41:53.068Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-08T07:41:53.368Z] + mkdir /home/jenkins [2021-05-08T07:41:53.368Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-08T07:41:53.670Z] + 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-05-08T07:41:53.683Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:41:53.984Z] ---> sigul-install.sh [2021-05-08T07:42:00.612Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-08T07:42:00.921Z] + git tag --list [2021-05-08T07:42:00.921Z] 0.1.1 [2021-05-08T07:42:00.921Z] v1.1.0 [2021-05-08T07:42:00.921Z] v1.2.0 [2021-05-08T07:42:00.921Z] v1.2.1 [2021-05-08T07:42:00.921Z] v1.3.0 [2021-05-08T07:42:00.921Z] v2.0.0-dev.1 [2021-05-08T07:42:00.921Z] v2.0.0-dev.10 [2021-05-08T07:42:00.921Z] v2.0.0-dev.11 [2021-05-08T07:42:00.921Z] v2.0.0-dev.12 [2021-05-08T07:42:00.921Z] v2.0.0-dev.13 [2021-05-08T07:42:00.921Z] v2.0.0-dev.14 [2021-05-08T07:42:00.921Z] v2.0.0-dev.15 [2021-05-08T07:42:00.921Z] v2.0.0-dev.16 [2021-05-08T07:42:00.921Z] v2.0.0-dev.17 [2021-05-08T07:42:00.921Z] v2.0.0-dev.18 [2021-05-08T07:42:00.921Z] v2.0.0-dev.19 [2021-05-08T07:42:00.921Z] v2.0.0-dev.2 [2021-05-08T07:42:00.921Z] v2.0.0-dev.20 [2021-05-08T07:42:00.921Z] v2.0.0-dev.21 [2021-05-08T07:42:00.921Z] v2.0.0-dev.22 [2021-05-08T07:42:00.921Z] v2.0.0-dev.23 [2021-05-08T07:42:00.921Z] v2.0.0-dev.24 [2021-05-08T07:42:00.921Z] v2.0.0-dev.25 [2021-05-08T07:42:00.921Z] v2.0.0-dev.26 [2021-05-08T07:42:00.921Z] v2.0.0-dev.27 [2021-05-08T07:42:00.921Z] v2.0.0-dev.28 [2021-05-08T07:42:00.921Z] v2.0.0-dev.29 [2021-05-08T07:42:00.921Z] v2.0.0-dev.3 [2021-05-08T07:42:00.921Z] v2.0.0-dev.30 [2021-05-08T07:42:00.921Z] v2.0.0-dev.31 [2021-05-08T07:42:00.921Z] v2.0.0-dev.32 [2021-05-08T07:42:00.921Z] v2.0.0-dev.33 [2021-05-08T07:42:00.921Z] v2.0.0-dev.34 [2021-05-08T07:42:00.921Z] v2.0.0-dev.35 [2021-05-08T07:42:00.921Z] v2.0.0-dev.36 [2021-05-08T07:42:00.921Z] v2.0.0-dev.37 [2021-05-08T07:42:00.921Z] v2.0.0-dev.38 [2021-05-08T07:42:00.921Z] v2.0.0-dev.39 [2021-05-08T07:42:00.921Z] v2.0.0-dev.4 [2021-05-08T07:42:00.921Z] v2.0.0-dev.40 [2021-05-08T07:42:00.921Z] v2.0.0-dev.41 [2021-05-08T07:42:00.921Z] v2.0.0-dev.42 [2021-05-08T07:42:00.921Z] v2.0.0-dev.43 [2021-05-08T07:42:00.921Z] v2.0.0-dev.44 [2021-05-08T07:42:00.921Z] v2.0.0-dev.45 [2021-05-08T07:42:00.921Z] v2.0.0-dev.46 [2021-05-08T07:42:00.921Z] v2.0.0-dev.5 [2021-05-08T07:42:00.921Z] v2.0.0-dev.6 [2021-05-08T07:42:00.921Z] v2.0.0-dev.7 [2021-05-08T07:42:00.921Z] v2.0.0-dev.8 [2021-05-08T07:42:00.921Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-08T07:42:01.230Z] + lftools sign git-tag v2.0.0-dev.46 [2021-05-08T07:42:02.634Z] Signing Git tag with Sigul... [2021-05-08T07:42:02.634Z] Signing v2.0.0-dev.46 [Pipeline] echo [2021-05-08T07:42:04.577Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:04.955Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-08T07:42:04.970Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-08T07:42:05.009Z] $ docker stop --time=1 6ddb7fd1aa044d3f2b9e9b806ccc899d104076489579db6cfb2467ab8e2fa912 [2021-05-08T07:42:06.637Z] $ docker rm -f 6ddb7fd1aa044d3f2b9e9b806ccc899d104076489579db6cfb2467ab8e2fa912 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:42:07.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:42:07.264Z] . [Pipeline] withDockerContainer [2021-05-08T07:42:07.389Z] prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container [2021-05-08T07:42:07.437Z] $ 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-05-08T07:42:08.248Z] $ docker top e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T07:42:08.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T07:42:08.444Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T07:42:08.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T07:42:08.666Z] $ docker exec e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e ssh-agent [2021-05-08T07:42:08.861Z] SSH_AUTH_SOCK=/tmp/ssh-0b3wLpyuGy6d/agent.11 [2021-05-08T07:42:08.861Z] SSH_AGENT_PID=16 [2021-05-08T07:42:08.869Z] Running ssh-add (command line suppressed) [2021-05-08T07:42:08.997Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4868461539313903414.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4868461539313903414.key) [2021-05-08T07:42:09.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T07:42:09.371Z] + git semver bump pre [2021-05-08T07:42:09.371Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T07:42:09.371Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-08T07:42:09.371Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T07:42:09.371Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T07:42:09.371Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T07:42:09.371Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T07:42:09.371Z] # $SEMVER_BRANCH = master [2021-05-08T07:42:09.371Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-05-08T07:42:09.371Z] 2.0.0-dev.47 [Pipeline] } [2021-05-08T07:42:09.382Z] $ docker exec --env ******** --env ******** e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e ssh-agent -k [2021-05-08T07:42:09.506Z] unset SSH_AUTH_SOCK; [2021-05-08T07:42:09.507Z] unset SSH_AGENT_PID; [2021-05-08T07:42:09.507Z] echo Agent pid 16 killed; [2021-05-08T07:42:09.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T07:42:09.903Z] + git semver [Pipeline] } [2021-05-08T07:42:09.920Z] $ docker stop --time=1 e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e [2021-05-08T07:42:11.294Z] $ docker rm -f e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:42:11.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T07:42:11.735Z] . [Pipeline] withDockerContainer [2021-05-08T07:42:11.836Z] prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container [2021-05-08T07:42:11.886Z] $ 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-05-08T07:42:12.718Z] $ docker top 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T07:42:12.969Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T07:42:12.969Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T07:42:13.270Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T07:42:13.272Z] $ docker exec 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 ssh-agent [2021-05-08T07:42:13.473Z] SSH_AUTH_SOCK=/tmp/ssh-hZUeLQllW98P/agent.12 [2021-05-08T07:42:13.473Z] SSH_AGENT_PID=17 [2021-05-08T07:42:13.481Z] Running ssh-add (command line suppressed) [2021-05-08T07:42:13.611Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2910238960077842372.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2910238960077842372.key) [2021-05-08T07:42:13.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T07:42:13.978Z] + git semver push [2021-05-08T07:42:13.978Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T07:42:13.978Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-08T07:42:13.978Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T07:42:13.978Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T07:42:13.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T07:42:13.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T07:42:13.978Z] # $SEMVER_BRANCH = master [2021-05-08T07:42:13.978Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-08T07:42:18.217Z] $ docker exec --env ******** --env ******** 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 ssh-agent -k [2021-05-08T07:42:18.349Z] unset SSH_AUTH_SOCK; [2021-05-08T07:42:18.353Z] unset SSH_AGENT_PID; [2021-05-08T07:42:18.353Z] echo Agent pid 17 killed; [2021-05-08T07:42:18.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T07:42:18.746Z] + git semver [Pipeline] } [2021-05-08T07:42:18.763Z] $ docker stop --time=1 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 [2021-05-08T07:42:20.179Z] $ docker rm -f 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 [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-05-08T07:42:20.945Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:21.523Z] ---> package-listing.sh [2021-05-08T07:42:21.523Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-08T07:42:21.523Z] ++ facter osfamily [2021-05-08T07:42:21.523Z] + OS_FAMILY=redhat [2021-05-08T07:42:21.523Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T07:42:21.523Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-08T07:42:21.523Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-08T07:42:21.523Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-08T07:42:21.523Z] + PACKAGES=/tmp/packages_start.txt [2021-05-08T07:42:21.523Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-08T07:42:21.523Z] + PACKAGES=/tmp/packages_end.txt [2021-05-08T07:42:21.523Z] + case "${OS_FAMILY}" in [2021-05-08T07:42:21.523Z] + rpm -qa [2021-05-08T07:42:21.523Z] + sort [2021-05-08T07:42:26.827Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-08T07:42:26.827Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-08T07:42:26.827Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-08T07:42:26.827Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-08T07:42:26.827Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-05-08T07:42:26.827Z] + 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-05-08T07:42:26.840Z] 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-05-08T07:42:27.133Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:42:27.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T07:42:27.439Z] [2021-05-08T07:42:27.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-08T07:42:27.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T07:42:27.753Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-08T07:42:27.753Z] df20fa9351a1: Pulling fs layer [2021-05-08T07:42:27.753Z] 36b3adc4ff6f: Pulling fs layer [2021-05-08T07:42:27.753Z] 8ad3a11d3b57: Pulling fs layer [2021-05-08T07:42:27.753Z] 46f8f816bc3b: Pulling fs layer [2021-05-08T07:42:27.753Z] 93b61091891f: Pulling fs layer [2021-05-08T07:42:27.753Z] 93b9cdb0e59b: Pulling fs layer [2021-05-08T07:42:27.753Z] 5e14af77c1be: Pulling fs layer [2021-05-08T07:42:27.753Z] 01666e4c0597: Pulling fs layer [2021-05-08T07:42:27.753Z] aa168da1d23b: Pulling fs layer [2021-05-08T07:42:27.753Z] 46f8f816bc3b: Waiting [2021-05-08T07:42:27.753Z] 93b61091891f: Waiting [2021-05-08T07:42:27.753Z] 93b9cdb0e59b: Waiting [2021-05-08T07:42:27.753Z] 5e14af77c1be: Waiting [2021-05-08T07:42:27.753Z] 01666e4c0597: Waiting [2021-05-08T07:42:27.753Z] aa168da1d23b: Waiting [2021-05-08T07:42:27.753Z] 36b3adc4ff6f: Verifying Checksum [2021-05-08T07:42:27.753Z] 36b3adc4ff6f: Download complete [2021-05-08T07:42:27.753Z] 46f8f816bc3b: Verifying Checksum [2021-05-08T07:42:27.753Z] 46f8f816bc3b: Download complete [2021-05-08T07:42:27.753Z] df20fa9351a1: Verifying Checksum [2021-05-08T07:42:27.753Z] df20fa9351a1: Download complete [2021-05-08T07:42:27.753Z] 93b9cdb0e59b: Verifying Checksum [2021-05-08T07:42:27.753Z] 93b9cdb0e59b: Download complete [2021-05-08T07:42:28.016Z] 5e14af77c1be: Verifying Checksum [2021-05-08T07:42:28.016Z] 5e14af77c1be: Download complete [2021-05-08T07:42:28.016Z] 01666e4c0597: Verifying Checksum [2021-05-08T07:42:28.016Z] 01666e4c0597: Download complete [2021-05-08T07:42:28.016Z] 93b61091891f: Verifying Checksum [2021-05-08T07:42:28.016Z] 93b61091891f: Download complete [2021-05-08T07:42:28.016Z] 8ad3a11d3b57: Verifying Checksum [2021-05-08T07:42:28.016Z] 8ad3a11d3b57: Download complete [2021-05-08T07:42:28.594Z] df20fa9351a1: Pull complete [2021-05-08T07:42:28.858Z] 36b3adc4ff6f: Pull complete [2021-05-08T07:42:30.269Z] aa168da1d23b: Verifying Checksum [2021-05-08T07:42:30.269Z] aa168da1d23b: Download complete [2021-05-08T07:42:30.540Z] 8ad3a11d3b57: Pull complete [2021-05-08T07:42:31.117Z] 46f8f816bc3b: Pull complete [2021-05-08T07:42:31.380Z] 93b61091891f: Pull complete [2021-05-08T07:42:31.643Z] 93b9cdb0e59b: Pull complete [2021-05-08T07:42:31.643Z] 5e14af77c1be: Pull complete [2021-05-08T07:42:31.643Z] 01666e4c0597: Pull complete [2021-05-08T07:42:39.840Z] aa168da1d23b: Pull complete [2021-05-08T07:42:39.840Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-08T07:42:39.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T07:42:39.840Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-08T07:42:40.019Z] prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container [2021-05-08T07:42:40.067Z] $ 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-05-08T07:42:43.114Z] $ docker top 352f2484f62729c991ed22cf4b5378845a29006a26b90efbdee71166657f7421 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T07:42:43.601Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-08T07:42:43.902Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-08T07:42:44.366Z] + ls /var/log/sa-host [2021-05-08T07:42:44.366Z] + sadf -c /var/log/sa-host/sa08 [2021-05-08T07:42:44.366Z] file_magic: OK [2021-05-08T07:42:44.366Z] HZ: Using current value: 100 [2021-05-08T07:42:44.366Z] file_header: OK [2021-05-08T07:42:44.366Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-08T07:42:44.366Z] Statistics: [2021-05-08T07:42:44.366Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-08T07:42:44.366Z] File successfully converted to sysstat format version 12.2.1 [2021-05-08T07:42:44.366Z] + sadf -c /var/log/sa-host/sa23 [2021-05-08T07:42:44.366Z] file_magic: OK [2021-05-08T07:42:44.366Z] HZ: Using current value: 100 [2021-05-08T07:42:44.366Z] file_header: OK [2021-05-08T07:42:44.366Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-08T07:42:44.366Z] Statistics: [2021-05-08T07:42:44.366Z] Hnuu...uuuununununu... [2021-05-08T07:42:44.366Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-08T07:42:44.557Z] provisioning config files... [2021-05-08T07:42:44.573Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5954524111435739865tmp [Pipeline] { [Pipeline] echo [2021-05-08T07:42:44.597Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:44.898Z] ---> create-netrc.sh [Pipeline] } [2021-05-08T07:42:44.908Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-08T07:42:44.933Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:45.233Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-08T07:42:45.245Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:45.545Z] ---> sudo-logs.sh [2021-05-08T07:42:45.545Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-08T07:42:45.578Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:45.878Z] ---> job-cost.sh [2021-05-08T07:42:45.878Z] lf-activate-venv: SKIPPING [2021-05-08T07:42:45.878Z] DEBUG: total: 0.20999999344348907 [2021-05-08T07:42:45.878Z] INFO: Retrieving Stack Cost... [2021-05-08T07:42:47.268Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T07:42:47.842Z] INFO: Archiving Costs [Pipeline] echo [2021-05-08T07:42:47.862Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T07:42:48.160Z] ---> logs-deploy.sh [2021-05-08T07:42:48.160Z] lf-activate-venv: SKIPPING [2021-05-08T07:42:48.160Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/105 [2021-05-08T07:42:48.160Z] INFO: archiving workspace using pattern(s): [2021-05-08T07:42:50.079Z] Archives upload complete. [2021-05-08T07:42:50.079Z] INFO: archiving logs to Nexus