Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 45c5c3c30aaf23148a1940dbf770e38088385cf5 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-3727 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 45c5c3c30aaf23148a1940dbf770e38088385cf5 (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 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-08T08:30:53.948Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-08T08:30:54.062Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-08T08:30:54.091Z] ========================================================= [2021-05-08T08:30:54.091Z] EdgeX Global Pipelines Version Info [2021-05-08T08:30:54.091Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:30:55.553Z] ------------------- [2021-05-08T08:30:55.553Z] stable info: [2021-05-08T08:30:55.553Z] ------------------- [2021-05-08T08:30:55.553Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-08T08:30:55.553Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T08:30:55.553Z] Message: update stable to v1.0.191 [2021-05-08T08:30:56.502Z] ------------------- [2021-05-08T08:30:56.502Z] experimental info: [2021-05-08T08:30:56.502Z] ------------------- [2021-05-08T08:30:56.502Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-08T08:30:56.502Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T08:30:56.502Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-08T08:30:56.640Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-08T08:30:56.664Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-08T08:30:56.688Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-08T08:30:56.710Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-08T08:30:56.733Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-08T08:30:56.755Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-08T08:30:56.777Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-08T08:30:56.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-08T08:30:56.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-08T08:30:56.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-08T08:30:56.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-08T08:30:56.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-05-08T08:30:56.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-08T08:30:56.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-08T08:30:56.958Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-08T08:30:56.980Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-08T08:30:57.003Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T08:30:57.025Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T08:30:57.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-08T08:30:57.088Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-08T08:30:57.109Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-08T08:30:57.131Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-08T08:30:57.152Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-08T08:30:57.174Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-08T08:30:57.198Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-08T08:30:57.220Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-08T08:30:57.243Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-08T08:30:57.264Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-08T08:30:57.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-08T08:30:57.308Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45c5c3c30aaf23148a1940dbf770e38088385cf5 [Pipeline] echo [2021-05-08T08:30:57.346Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45c5c3c [Pipeline] echo [2021-05-08T08:30:57.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T08:30:57.447Z] provisioning config files... [2021-05-08T08:30:57.484Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5013767734202940856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:30:57.807Z] ---> docker-login.sh [2021-05-08T08:30:57.807Z] nexus3.edgexfoundry.org:10001 [2021-05-08T08:30:58.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:30:58.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:30:58.336Z] Configure a credential helper to remove this warning. See [2021-05-08T08:30:58.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:30:58.336Z] [2021-05-08T08:30:58.336Z] Login Succeeded [2021-05-08T08:30:58.336Z] nexus3.edgexfoundry.org:10002 [2021-05-08T08:30:58.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:30:58.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:30:58.602Z] Configure a credential helper to remove this warning. See [2021-05-08T08:30:58.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:30:58.602Z] [2021-05-08T08:30:58.602Z] Login Succeeded [2021-05-08T08:30:58.602Z] nexus3.edgexfoundry.org:10003 [2021-05-08T08:30:58.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:30:58.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:30:58.602Z] Configure a credential helper to remove this warning. See [2021-05-08T08:30:58.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:30:58.602Z] [2021-05-08T08:30:58.602Z] Login Succeeded [2021-05-08T08:30:58.602Z] nexus3.edgexfoundry.org:10004 [2021-05-08T08:30:58.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:30:58.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:30:58.867Z] Configure a credential helper to remove this warning. See [2021-05-08T08:30:58.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:30:58.867Z] [2021-05-08T08:30:58.867Z] Login Succeeded [2021-05-08T08:30:58.867Z] docker.io [2021-05-08T08:30:58.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:30:59.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:30:59.130Z] Configure a credential helper to remove this warning. See [2021-05-08T08:30:59.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:30:59.130Z] [2021-05-08T08:30:59.130Z] Login Succeeded [2021-05-08T08:30:59.130Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T08:30:59.140Z] 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-08T08:30:59.714Z] + git log --format=format:%s -1 45c5c3c30aaf23148a1940dbf770e38088385cf5 [Pipeline] echo [2021-05-08T08:30:59.830Z] GIT_COMMIT: 45c5c3c30aaf23148a1940dbf770e38088385cf5, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-05-08T08:30:59.856Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:31:00.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:31:00.859Z] [2021-05-08T08:31:00.859Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:31:01.172Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:31:01.172Z] latest: Pulling from edgex-devops/git-semver [2021-05-08T08:31:01.172Z] 31603596830f: Pulling fs layer [2021-05-08T08:31:01.172Z] 54011a49482f: Pulling fs layer [2021-05-08T08:31:01.172Z] a6820b24f6d8: Pulling fs layer [2021-05-08T08:31:01.172Z] f581987b2513: Pulling fs layer [2021-05-08T08:31:01.172Z] f581987b2513: Waiting [2021-05-08T08:31:01.172Z] 54011a49482f: Verifying Checksum [2021-05-08T08:31:01.172Z] 54011a49482f: Download complete [2021-05-08T08:31:01.172Z] 31603596830f: Verifying Checksum [2021-05-08T08:31:01.172Z] 31603596830f: Download complete [2021-05-08T08:31:01.436Z] f581987b2513: Verifying Checksum [2021-05-08T08:31:01.436Z] f581987b2513: Download complete [2021-05-08T08:31:01.436Z] a6820b24f6d8: Verifying Checksum [2021-05-08T08:31:01.436Z] a6820b24f6d8: Download complete [2021-05-08T08:31:01.699Z] 31603596830f: Pull complete [2021-05-08T08:31:01.966Z] 54011a49482f: Pull complete [2021-05-08T08:31:02.918Z] a6820b24f6d8: Pull complete [2021-05-08T08:31:02.918Z] f581987b2513: Pull complete [2021-05-08T08:31:02.918Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-08T08:31:02.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:31:02.919Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-08T08:31:03.025Z] prd-centos7-docker-4c-2g-3727 does not seem to be running inside a container [2021-05-08T08:31:03.088Z] $ 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-08T08:31:05.462Z] $ docker top 155130cbf14454c5e801bfe73c642cdc65f46f00744d67a734474c91c0740c60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T08:31:05.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T08:31:05.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T08:31:05.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T08:31:05.978Z] $ docker exec 155130cbf14454c5e801bfe73c642cdc65f46f00744d67a734474c91c0740c60 ssh-agent [2021-05-08T08:31:06.179Z] SSH_AUTH_SOCK=/tmp/ssh-Bt6XaFfQqcwT/agent.11 [2021-05-08T08:31:06.179Z] SSH_AGENT_PID=16 [2021-05-08T08:31:06.193Z] Running ssh-add (command line suppressed) [2021-05-08T08:31:06.315Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1948550004763248085.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1948550004763248085.key) [2021-05-08T08:31:06.366Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T08:31:06.672Z] + git tag --points-at HEAD [Pipeline] } [2021-05-08T08:31:06.696Z] $ docker exec --env ******** --env ******** 155130cbf14454c5e801bfe73c642cdc65f46f00744d67a734474c91c0740c60 ssh-agent -k [2021-05-08T08:31:06.810Z] unset SSH_AUTH_SOCK; [2021-05-08T08:31:06.811Z] unset SSH_AGENT_PID; [2021-05-08T08:31:06.811Z] echo Agent pid 16 killed; [2021-05-08T08:31:06.859Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-08T08:31:06.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T08:31:06.898Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T08:31:07.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T08:31:07.071Z] $ docker exec 155130cbf14454c5e801bfe73c642cdc65f46f00744d67a734474c91c0740c60 ssh-agent [2021-05-08T08:31:07.231Z] SSH_AUTH_SOCK=/tmp/ssh-lkNhBZuJNowe/agent.44 [2021-05-08T08:31:07.231Z] SSH_AGENT_PID=50 [2021-05-08T08:31:07.239Z] Running ssh-add (command line suppressed) [2021-05-08T08:31:07.369Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4257235356547796419.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4257235356547796419.key) [2021-05-08T08:31:07.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T08:31:07.768Z] + git semver init [2021-05-08T08:31:07.768Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T08:31:07.768Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-08T08:31:07.768Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T08:31:07.768Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T08:31:07.768Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T08:31:07.768Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T08:31:07.768Z] # $SEMVER_BRANCH = master [2021-05-08T08:31:07.768Z] # $SEMVER_TEMP = /tmp/semver-247334312 [2021-05-08T08:31:07.768Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-08T08:31:09.694Z] # '/tmp/semver-247334312' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-05-08T08:31:09.694Z] # -> Force: false [2021-05-08T08:31:09.694Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-08T08:31:09.708Z] $ docker exec --env ******** --env ******** 155130cbf14454c5e801bfe73c642cdc65f46f00744d67a734474c91c0740c60 ssh-agent -k [2021-05-08T08:31:09.853Z] unset SSH_AUTH_SOCK; [2021-05-08T08:31:09.855Z] unset SSH_AGENT_PID; [2021-05-08T08:31:09.855Z] echo Agent pid 50 killed; [2021-05-08T08:31:09.903Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T08:31:10.236Z] + git semver [Pipeline] } [2021-05-08T08:31:10.255Z] $ docker stop --time=1 155130cbf14454c5e801bfe73c642cdc65f46f00744d67a734474c91c0740c60 [2021-05-08T08:31:11.983Z] $ docker rm -f 155130cbf14454c5e801bfe73c642cdc65f46f00744d67a734474c91c0740c60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T08:31:12.392Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-08T08:31:12.765Z] Stashed 1 file(s) [Pipeline] echo [2021-05-08T08:31:12.768Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.47 [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-08T08:31:27.960Z] Still waiting to schedule task [2021-05-08T08:31:27.961Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3727’ [2021-05-08T08:31:27.963Z] Still waiting to schedule task [2021-05-08T08:31:27.963Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-08T08:33:28.340Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3728 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-05-08T08:33:28.358Z] Running in /w/workspace/edgex-ui-go/106 [Pipeline] { [Pipeline] checkout [2021-05-08T08:33:33.750Z] using credential edgex-jenkins-ssh [2021-05-08T08:33:33.771Z] Cloning the remote Git repository [2021-05-08T08:33:33.825Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:33:33.993Z] > git init /w/workspace/edgex-ui-go/106 # timeout=10 [2021-05-08T08:33:34.108Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:33:34.109Z] > git --version # timeout=10 [2021-05-08T08:33:34.143Z] > git --version # 'git version 2.17.1' [2021-05-08T08:33:34.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:33:34.270Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T08:33:36.850Z] Checking out Revision 45c5c3c30aaf23148a1940dbf770e38088385cf5 (master) [2021-05-08T08:33:36.263Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T08:33:36.284Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T08:33:36.322Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T08:33:36.359Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:33:36.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:33:36.371Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T08:33:36.871Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T08:33:36.882Z] > git checkout -f 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 [2021-05-08T08:33:41.558Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T08:33:43.154Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-08T08:33:43.563Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T08:33:43.900Z] + true [2021-05-08T08:33:43.900Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T08:33:46.556Z] provisioning config files... [2021-05-08T08:33:46.599Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/106@tmp/config6734873086556586706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:33:46.974Z] ---> docker-login.sh [2021-05-08T08:33:46.974Z] nexus3.edgexfoundry.org:10001 [2021-05-08T08:33:47.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:33:48.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:33:48.225Z] Configure a credential helper to remove this warning. See [2021-05-08T08:33:48.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:33:48.225Z] [2021-05-08T08:33:48.225Z] Login Succeeded [2021-05-08T08:33:48.225Z] nexus3.edgexfoundry.org:10002 [2021-05-08T08:33:48.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:33:48.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:33:48.499Z] Configure a credential helper to remove this warning. See [2021-05-08T08:33:48.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:33:48.499Z] [2021-05-08T08:33:48.499Z] Login Succeeded [2021-05-08T08:33:48.775Z] nexus3.edgexfoundry.org:10003 [2021-05-08T08:33:49.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:33:49.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:33:49.049Z] Configure a credential helper to remove this warning. See [2021-05-08T08:33:49.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:33:49.049Z] [2021-05-08T08:33:49.049Z] Login Succeeded [2021-05-08T08:33:49.049Z] nexus3.edgexfoundry.org:10004 [2021-05-08T08:33:49.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:33:49.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:33:49.645Z] Configure a credential helper to remove this warning. See [2021-05-08T08:33:49.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:33:49.645Z] [2021-05-08T08:33:49.645Z] Login Succeeded [2021-05-08T08:33:49.645Z] docker.io [2021-05-08T08:33:49.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:33:50.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:33:50.192Z] Configure a credential helper to remove this warning. See [2021-05-08T08:33:50.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:33:50.192Z] [2021-05-08T08:33:50.192Z] Login Succeeded [2021-05-08T08:33:50.468Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T08:33:50.486Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-08T08:33:50.779Z] ========================================================= [2021-05-08T08:33:50.779Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-08T08:33:50.779Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:33:51.126Z] + 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-08T08:33:52.125Z] Sending build context to Docker daemon 34.87MB [2021-05-08T08:33:52.125Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T08:33:52.125Z] Step 2/8 : FROM ${BASE} [2021-05-08T08:33:52.125Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-08T08:33:52.125Z] 595b0fe564bb: Pulling fs layer [2021-05-08T08:33:52.125Z] 7186ed65a4f7: Pulling fs layer [2021-05-08T08:33:52.125Z] 316046926c0a: Pulling fs layer [2021-05-08T08:33:52.125Z] 4ebd0625c992: Pulling fs layer [2021-05-08T08:33:52.125Z] 207e8628e3a3: Pulling fs layer [2021-05-08T08:33:52.125Z] c791037a9be2: Pulling fs layer [2021-05-08T08:33:52.125Z] ffd874e62e21: Pulling fs layer [2021-05-08T08:33:52.125Z] 4ebd0625c992: Waiting [2021-05-08T08:33:52.125Z] 207e8628e3a3: Waiting [2021-05-08T08:33:52.125Z] c791037a9be2: Waiting [2021-05-08T08:33:52.125Z] ffd874e62e21: Waiting [2021-05-08T08:33:52.125Z] 316046926c0a: Verifying Checksum [2021-05-08T08:33:52.125Z] 316046926c0a: Download complete [2021-05-08T08:33:52.125Z] 7186ed65a4f7: Verifying Checksum [2021-05-08T08:33:52.125Z] 7186ed65a4f7: Download complete [2021-05-08T08:33:52.125Z] 207e8628e3a3: Verifying Checksum [2021-05-08T08:33:52.125Z] 207e8628e3a3: Download complete [2021-05-08T08:33:52.400Z] c791037a9be2: Verifying Checksum [2021-05-08T08:33:52.401Z] c791037a9be2: Download complete [2021-05-08T08:33:52.401Z] 595b0fe564bb: Verifying Checksum [2021-05-08T08:33:52.401Z] 595b0fe564bb: Download complete [2021-05-08T08:33:53.012Z] 595b0fe564bb: Pull complete [2021-05-08T08:33:53.608Z] Running on prd-centos7-docker-4c-2g-3729 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [2021-05-08T08:33:53.614Z] 7186ed65a4f7: Pull complete [Pipeline] ws [2021-05-08T08:33:53.659Z] Running in /w/workspace/edgex-ui-go/106 [Pipeline] { [Pipeline] checkout [2021-05-08T08:33:53.913Z] 316046926c0a: Pull complete [2021-05-08T08:33:54.894Z] ffd874e62e21: Verifying Checksum [2021-05-08T08:33:54.894Z] ffd874e62e21: Download complete [2021-05-08T08:33:56.271Z] using credential edgex-jenkins-ssh [2021-05-08T08:33:56.287Z] Cloning the remote Git repository [2021-05-08T08:33:56.328Z] 4ebd0625c992: Download complete [2021-05-08T08:33:56.257Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:33:56.334Z] > git init /w/workspace/edgex-ui-go/106 # timeout=10 [2021-05-08T08:33:56.397Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:33:56.398Z] > git --version # timeout=10 [2021-05-08T08:33:56.407Z] > git --version # 'git version 2.24.3' [2021-05-08T08:33:56.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:33:56.450Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T08:33:57.979Z] Checking out Revision 45c5c3c30aaf23148a1940dbf770e38088385cf5 (master) [2021-05-08T08:33:57.552Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T08:33:57.565Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T08:33:57.580Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-08T08:33:57.596Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-08T08:33:57.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T08:33:57.605Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T08:33:57.986Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T08:33:57.994Z] > git checkout -f 45c5c3c30aaf23148a1940dbf770e38088385cf5 # timeout=10 [2021-05-08T08:34:01.918Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T08:34:03.250Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-08T08:34:03.581Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T08:34:03.879Z] + sudo service docker restart [2021-05-08T08:34:03.879Z] + true [2021-05-08T08:34:03.879Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T08:34:05.302Z] provisioning config files... [2021-05-08T08:34:05.341Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/106@tmp/config2305452559793078045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:34:05.682Z] ---> docker-login.sh [2021-05-08T08:34:05.682Z] nexus3.edgexfoundry.org:10001 [2021-05-08T08:34:05.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:34:05.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:34:05.946Z] Configure a credential helper to remove this warning. See [2021-05-08T08:34:05.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:34:05.946Z] [2021-05-08T08:34:05.946Z] Login Succeeded [2021-05-08T08:34:05.946Z] nexus3.edgexfoundry.org:10002 [2021-05-08T08:34:06.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:34:06.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:34:06.208Z] Configure a credential helper to remove this warning. See [2021-05-08T08:34:06.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:34:06.208Z] [2021-05-08T08:34:06.208Z] Login Succeeded [2021-05-08T08:34:06.208Z] nexus3.edgexfoundry.org:10003 [2021-05-08T08:34:06.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:34:06.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:34:06.471Z] Configure a credential helper to remove this warning. See [2021-05-08T08:34:06.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:34:06.471Z] [2021-05-08T08:34:06.471Z] Login Succeeded [2021-05-08T08:34:06.471Z] nexus3.edgexfoundry.org:10004 [2021-05-08T08:34:06.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:34:06.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:34:06.471Z] Configure a credential helper to remove this warning. See [2021-05-08T08:34:06.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:34:06.471Z] [2021-05-08T08:34:06.471Z] Login Succeeded [2021-05-08T08:34:06.471Z] docker.io [2021-05-08T08:34:06.478Z] 4ebd0625c992: Pull complete [2021-05-08T08:34:06.478Z] 207e8628e3a3: Pull complete [2021-05-08T08:34:06.478Z] c791037a9be2: Pull complete [2021-05-08T08:34:06.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:34:06.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:34:06.997Z] Configure a credential helper to remove this warning. See [2021-05-08T08:34:06.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:34:06.997Z] [2021-05-08T08:34:06.997Z] Login Succeeded [2021-05-08T08:34:06.997Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T08:34:07.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-08T08:34:07.179Z] ========================================================= [2021-05-08T08:34:07.179Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-08T08:34:07.179Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:34:07.491Z] + 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-08T08:34:08.073Z] Sending build context to Docker daemon 34.87MB [2021-05-08T08:34:08.073Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T08:34:08.073Z] Step 2/8 : FROM ${BASE} [2021-05-08T08:34:08.073Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-08T08:34:08.073Z] 540db60ca938: Pulling fs layer [2021-05-08T08:34:08.073Z] adcc1eea9eea: Pulling fs layer [2021-05-08T08:34:08.073Z] 4c4ab2625f07: Pulling fs layer [2021-05-08T08:34:08.073Z] 0510c868ecb4: Pulling fs layer [2021-05-08T08:34:08.073Z] afea3b2eda06: Pulling fs layer [2021-05-08T08:34:08.073Z] 7809a108b3ef: Pulling fs layer [2021-05-08T08:34:08.073Z] f706445af74f: Pulling fs layer [2021-05-08T08:34:08.073Z] 0510c868ecb4: Waiting [2021-05-08T08:34:08.073Z] afea3b2eda06: Waiting [2021-05-08T08:34:08.073Z] 7809a108b3ef: Waiting [2021-05-08T08:34:08.073Z] f706445af74f: Waiting [2021-05-08T08:34:08.073Z] 4c4ab2625f07: Verifying Checksum [2021-05-08T08:34:08.073Z] 4c4ab2625f07: Download complete [2021-05-08T08:34:08.073Z] adcc1eea9eea: Verifying Checksum [2021-05-08T08:34:08.073Z] adcc1eea9eea: Download complete [2021-05-08T08:34:08.073Z] afea3b2eda06: Verifying Checksum [2021-05-08T08:34:08.073Z] afea3b2eda06: Download complete [2021-05-08T08:34:08.073Z] 7809a108b3ef: Download complete [2021-05-08T08:34:08.073Z] 540db60ca938: Download complete [2021-05-08T08:34:08.339Z] 540db60ca938: Pull complete [2021-05-08T08:34:08.605Z] adcc1eea9eea: Pull complete [2021-05-08T08:34:08.867Z] 4c4ab2625f07: Pull complete [2021-05-08T08:34:09.813Z] f706445af74f: Verifying Checksum [2021-05-08T08:34:09.813Z] f706445af74f: Download complete [2021-05-08T08:34:10.761Z] 0510c868ecb4: Verifying Checksum [2021-05-08T08:34:10.761Z] 0510c868ecb4: Download complete [2021-05-08T08:34:10.804Z] ffd874e62e21: Pull complete [2021-05-08T08:34:10.804Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-08T08:34:10.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-08T08:34:10.804Z] ---> cfc18b08335c [2021-05-08T08:34:10.804Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-08T08:34:13.434Z] ---> Running in f1587f8d0cf2 [2021-05-08T08:34:13.434Z] Removing intermediate container f1587f8d0cf2 [2021-05-08T08:34:13.434Z] ---> 3bab2637f71e [2021-05-08T08:34:13.434Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T08:34:13.707Z] ---> Running in dbf015ef4520 [2021-05-08T08:34:16.121Z] 0510c868ecb4: Pull complete [2021-05-08T08:34:16.121Z] afea3b2eda06: Pull complete [2021-05-08T08:34:16.342Z] Removing intermediate container dbf015ef4520 [2021-05-08T08:34:16.342Z] ---> fba63e5ba370 [2021-05-08T08:34:16.342Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-08T08:34:16.342Z] ---> Running in a1b8bd6bda27 [2021-05-08T08:34:16.384Z] 7809a108b3ef: Pull complete [2021-05-08T08:34:17.338Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T08:34:17.931Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T08:34:18.908Z] OK: 138 MiB in 40 packages [2021-05-08T08:34:19.900Z] Removing intermediate container a1b8bd6bda27 [2021-05-08T08:34:19.900Z] ---> c0763a796053 [2021-05-08T08:34:19.900Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-08T08:34:20.174Z] ---> Running in 2b6e44caf628 [2021-05-08T08:34:20.769Z] Removing intermediate container 2b6e44caf628 [2021-05-08T08:34:20.769Z] ---> 788dc7b01e20 [2021-05-08T08:34:20.769Z] Step 7/8 : COPY . . [2021-05-08T08:34:24.156Z] ---> 7c0eb0877049 [2021-05-08T08:34:24.156Z] Step 8/8 : RUN go mod download [2021-05-08T08:34:24.156Z] ---> Running in f760f91001e6 [2021-05-08T08:34:24.551Z] f706445af74f: Pull complete [2021-05-08T08:34:24.551Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-08T08:34:24.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-08T08:34:24.551Z] ---> b068be0155e3 [2021-05-08T08:34:24.551Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-08T08:34:25.505Z] ---> Running in 67c4c1f41c08 [2021-05-08T08:34:25.781Z] Removing intermediate container 67c4c1f41c08 [2021-05-08T08:34:25.781Z] ---> c7313ab7e875 [2021-05-08T08:34:25.781Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T08:34:25.781Z] ---> Running in f9d176223f4f [2021-05-08T08:34:27.186Z] Removing intermediate container f9d176223f4f [2021-05-08T08:34:27.186Z] ---> f39c309a12b8 [2021-05-08T08:34:27.186Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-08T08:34:27.186Z] ---> Running in b1056fb54fb4 [2021-05-08T08:34:28.133Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T08:34:28.709Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T08:34:29.282Z] OK: 149 MiB in 40 packages [2021-05-08T08:34:29.545Z] Removing intermediate container b1056fb54fb4 [2021-05-08T08:34:29.545Z] ---> 5e08e289b07f [2021-05-08T08:34:29.545Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-08T08:34:29.809Z] ---> Running in 2140f10ca853 [2021-05-08T08:34:29.809Z] Removing intermediate container 2140f10ca853 [2021-05-08T08:34:29.809Z] ---> 4c2a235b4a7a [2021-05-08T08:34:29.809Z] Step 7/8 : COPY . . [2021-05-08T08:34:33.133Z] ---> 630b896ed6e7 [2021-05-08T08:34:33.133Z] Step 8/8 : RUN go mod download [2021-05-08T08:34:33.133Z] ---> Running in 033d963986c5 [2021-05-08T08:34:56.491Z] Removing intermediate container f760f91001e6 [2021-05-08T08:34:56.491Z] ---> c0d83639215f [2021-05-08T08:34:56.491Z] Successfully built c0d83639215f [2021-05-08T08:34:56.491Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:34:56.827Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T08:34:56.827Z] . [Pipeline] withDockerContainer [2021-05-08T08:34:57.059Z] prd-ubuntu18.04-docker-arm64-4c-16g-3728 does not seem to be running inside a container [2021-05-08T08:34:57.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/106 -v /w/workspace/edgex-ui-go/106:/w/workspace/edgex-ui-go/106:rw,z -v /w/workspace/edgex-ui-go/106@tmp:/w/workspace/edgex-ui-go/106@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-08T08:34:58.678Z] $ docker top 5deb369cee5463b960b8723093b5afa26f768155b000d50f74e65cd1e95c9948 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:34:59.650Z] + go version [2021-05-08T08:34:59.650Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-08T08:34:59.678Z] $ docker stop --time=1 5deb369cee5463b960b8723093b5afa26f768155b000d50f74e65cd1e95c9948 [2021-05-08T08:35:01.581Z] $ docker rm -f 5deb369cee5463b960b8723093b5afa26f768155b000d50f74e65cd1e95c9948 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:35:02.250Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T08:35:02.250Z] . [Pipeline] withDockerContainer [2021-05-08T08:35:02.513Z] prd-ubuntu18.04-docker-arm64-4c-16g-3728 does not seem to be running inside a container [2021-05-08T08:35:02.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/106 -v /w/workspace/edgex-ui-go/106:/w/workspace/edgex-ui-go/106:rw,z -v /w/workspace/edgex-ui-go/106@tmp:/w/workspace/edgex-ui-go/106@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-08T08:35:04.033Z] $ docker top 40b35a040af879ab0e79969e4d6e69bb998b4119aa1c7850a56f4ada5ae22b54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:35:04.953Z] + go mod tidy [2021-05-08T08:35:05.326Z] Removing intermediate container 033d963986c5 [2021-05-08T08:35:05.326Z] ---> adc412edadc5 [2021-05-08T08:35:05.326Z] Successfully built adc412edadc5 [2021-05-08T08:35:05.326Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2021-05-08T08:35:05.646Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T08:35:05.646Z] . [Pipeline] withDockerContainer [2021-05-08T08:35:05.774Z] prd-centos7-docker-4c-2g-3729 does not seem to be running inside a container [2021-05-08T08:35:05.822Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/106 -v /w/workspace/edgex-ui-go/106:/w/workspace/edgex-ui-go/106:rw,z -v /w/workspace/edgex-ui-go/106@tmp:/w/workspace/edgex-ui-go/106@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-08T08:35:06.207Z] + make test [2021-05-08T08:35:06.207Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-08T08:35:06.638Z] $ docker top 0fd8c1574b5439fe5353543e8fbca8ddfced39cee99c2533f750734d7046e7d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:35:07.060Z] + go version [2021-05-08T08:35:07.060Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-08T08:35:07.073Z] $ docker stop --time=1 0fd8c1574b5439fe5353543e8fbca8ddfced39cee99c2533f750734d7046e7d4 [2021-05-08T08:35:07.646Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-08T08:35:08.405Z] $ docker rm -f 0fd8c1574b5439fe5353543e8fbca8ddfced39cee99c2533f750734d7046e7d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:35:08.897Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T08:35:08.897Z] . [Pipeline] withDockerContainer [2021-05-08T08:35:09.008Z] prd-centos7-docker-4c-2g-3729 does not seem to be running inside a container [2021-05-08T08:35:09.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/106 -v /w/workspace/edgex-ui-go/106:/w/workspace/edgex-ui-go/106:rw,z -v /w/workspace/edgex-ui-go/106@tmp:/w/workspace/edgex-ui-go/106@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-08T08:35:09.886Z] $ docker top 08637465ae517143c45d983ab49bb48672065bd632ead17d9549f62f4bbf300f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:35:10.293Z] + go mod tidy [Pipeline] sh [2021-05-08T08:35:11.985Z] + make test [2021-05-08T08:35:11.985Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-08T08:35:12.945Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-08T08:35:25.368Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-08T08:35:25.368Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-08T08:35:31.144Z] $ docker stop --time=1 08637465ae517143c45d983ab49bb48672065bd632ead17d9549f62f4bbf300f [2021-05-08T08:35:33.418Z] $ docker rm -f 08637465ae517143c45d983ab49bb48672065bd632ead17d9549f62f4bbf300f [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T08:35:33.942Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T08:35:34.363Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-08T08:35:36.863Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-08T08:35:37.166Z] + ls -al . [2021-05-08T08:35:37.166Z] total 92 [2021-05-08T08:35:37.166Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 8 08:35 . [2021-05-08T08:35:37.166Z] drwxrwxr-x. 4 jenkins jenkins 32 May 8 08:33 .. [2021-05-08T08:35:37.166Z] drwxrwxr-x. 3 jenkins jenkins 20 May 8 08:33 assets [2021-05-08T08:35:37.166Z] drwxrwxr-x. 2 jenkins jenkins 35 May 8 08:33 bin [2021-05-08T08:35:37.166Z] drwxrwxr-x. 3 jenkins jenkins 29 May 8 08:33 cmd [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 8 08:33 CONTRIBUTING.md [2021-05-08T08:35:37.166Z] -rw-r--r--. 1 jenkins jenkins 10 May 8 08:35 coverage.out [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 8 08:33 Dockerfile [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 902 May 8 08:33 Dockerfile.build [2021-05-08T08:35:37.166Z] drwxrwxr-x. 5 jenkins jenkins 104 May 8 08:33 docs [2021-05-08T08:35:37.166Z] drwxrwxr-x. 8 jenkins jenkins 162 May 8 08:34 .git [2021-05-08T08:35:37.166Z] drwxrwxr-x. 2 jenkins jenkins 103 May 8 08:33 .github [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 162 May 8 08:33 .gitignore [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 987 May 8 08:33 go.mod [2021-05-08T08:35:37.166Z] -rw-r--r--. 1 jenkins jenkins 24424 May 8 08:35 go.sum [2021-05-08T08:35:37.166Z] drwxrwxr-x. 10 jenkins jenkins 139 May 8 08:33 internal [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 652 May 8 08:33 Jenkinsfile [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 8 08:33 LICENSE [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 941 May 8 08:33 Makefile [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 8 08:33 README.md [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 12 May 8 08:31 VERSION [2021-05-08T08:35:37.166Z] -rw-rw-r--. 1 jenkins jenkins 155 May 8 08:33 version.go [2021-05-08T08:35:37.166Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 8 08:33 web [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:35:37.477Z] + 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=45c5c3c30aaf23148a1940dbf770e38088385cf5 --label arch=amd64 --label version=2.0.0-dev.47 . [2021-05-08T08:35:38.055Z] Sending build context to Docker daemon 34.9MB [2021-05-08T08:35:38.055Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T08:35:38.055Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-08T08:35:38.055Z] ---> adc412edadc5 [2021-05-08T08:35:38.055Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-08T08:35:39.011Z] ---> Running in 9ffd552ccb55 [2021-05-08T08:35:39.011Z] Removing intermediate container 9ffd552ccb55 [2021-05-08T08:35:39.011Z] ---> f7737c4c721d [2021-05-08T08:35:39.011Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-08T08:35:39.011Z] ---> Running in df5059abb6c4 [2021-05-08T08:35:39.273Z] Removing intermediate container df5059abb6c4 [2021-05-08T08:35:39.273Z] ---> 2296bf9af074 [2021-05-08T08:35:39.273Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-08T08:35:39.273Z] ---> Running in 9d710b0f9452 [2021-05-08T08:35:39.541Z] Removing intermediate container 9d710b0f9452 [2021-05-08T08:35:39.541Z] ---> a5f4a3c629e0 [2021-05-08T08:35:39.541Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-08T08:35:39.541Z] ---> Running in 79f90095da66 [2021-05-08T08:35:39.813Z] Removing intermediate container 79f90095da66 [2021-05-08T08:35:39.813Z] ---> 10f780339af1 [2021-05-08T08:35:39.813Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-08T08:35:39.813Z] ---> Running in 63f6f488c6ad [2021-05-08T08:35:40.076Z] Removing intermediate container 63f6f488c6ad [2021-05-08T08:35:40.076Z] ---> b17173a277f0 [2021-05-08T08:35:40.076Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T08:35:40.076Z] ---> Running in b4481539262d [2021-05-08T08:35:41.024Z] Removing intermediate container b4481539262d [2021-05-08T08:35:41.024Z] ---> 576f6fb7988a [2021-05-08T08:35:41.024Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-08T08:35:41.024Z] ---> Running in e5b4db9eb8f4 [2021-05-08T08:35:41.606Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T08:35:42.554Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T08:35:42.817Z] OK: 149 MiB in 40 packages [2021-05-08T08:35:43.395Z] Removing intermediate container e5b4db9eb8f4 [2021-05-08T08:35:43.395Z] ---> 3ea6a1460ebe [2021-05-08T08:35:43.395Z] Step 10/24 : ENV GO111MODULE=on [2021-05-08T08:35:43.395Z] ---> Running in 521f8fabf421 [2021-05-08T08:35:43.659Z] Removing intermediate container 521f8fabf421 [2021-05-08T08:35:43.659Z] ---> b9fa0aaa5d11 [2021-05-08T08:35:43.659Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-08T08:35:43.659Z] ---> Running in 481304a75fbf [2021-05-08T08:35:43.922Z] Removing intermediate container 481304a75fbf [2021-05-08T08:35:43.922Z] ---> 815ca667dbc7 [2021-05-08T08:35:43.922Z] Step 12/24 : COPY go.mod . [2021-05-08T08:35:43.922Z] ---> 12c32e684821 [2021-05-08T08:35:43.922Z] Step 13/24 : COPY Makefile . [2021-05-08T08:35:44.189Z] ---> d855cd43ce35 [2021-05-08T08:35:44.189Z] Step 14/24 : RUN make update [2021-05-08T08:35:44.189Z] ---> Running in ecd75ad979cf [2021-05-08T08:35:44.775Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-08T08:35:45.353Z] Removing intermediate container ecd75ad979cf [2021-05-08T08:35:45.353Z] ---> b1c3d06273c8 [2021-05-08T08:35:45.353Z] Step 15/24 : COPY . . [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-08T08:35:46.717Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-08T08:35:46.717Z] GO111MODULE=on go vet ./... [2021-05-08T08:35:48.685Z] ---> b922cb849e4b [2021-05-08T08:35:48.685Z] Step 16/24 : RUN ${MAKE} [2021-05-08T08:35:48.685Z] ---> Running in 280b5c027e7d [2021-05-08T08:35:48.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.47" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-08T08:35:58.784Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-08T08:36:01.357Z] Removing intermediate container 280b5c027e7d [2021-05-08T08:36:01.357Z] ---> 9c4a48a9768b [2021-05-08T08:36:01.357Z] Step 17/24 : FROM alpine:3.12 [Pipeline] } [2021-05-08T08:36:01.919Z] $ docker stop --time=1 40b35a040af879ab0e79969e4d6e69bb998b4119aa1c7850a56f4ada5ae22b54 [2021-05-08T08:36:01.937Z] 3.12: Pulling from library/alpine [2021-05-08T08:36:01.937Z] 339de151aab4: Pulling fs layer [2021-05-08T08:36:02.201Z] 339de151aab4: Download complete [2021-05-08T08:36:02.467Z] 339de151aab4: Pull complete [2021-05-08T08:36:02.467Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-08T08:36:02.467Z] Status: Downloaded newer image for alpine:3.12 [2021-05-08T08:36:02.467Z] ---> 13621d1b12d4 [2021-05-08T08:36:02.467Z] Step 18/24 : EXPOSE 4000 [2021-05-08T08:36:02.729Z] ---> Running in 880ffcf89ffe [2021-05-08T08:36:02.730Z] Removing intermediate container 880ffcf89ffe [2021-05-08T08:36:02.730Z] ---> dc6959d623e2 [2021-05-08T08:36:02.730Z] 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-08T08:36:04.032Z] $ docker rm -f 40b35a040af879ab0e79969e4d6e69bb998b4119aa1c7850a56f4ada5ae22b54 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T08:36:04.656Z] ---> 92bd57de707a [2021-05-08T08:36:04.656Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T08:36:04.656Z] ---> Running in 5c0a42f4e778 [2021-05-08T08:36:04.656Z] Removing intermediate container 5c0a42f4e778 [2021-05-08T08:36:04.656Z] ---> 07e384aef823 [2021-05-08T08:36:04.656Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-08T08:36:04.656Z] ---> Running in db947e243ab2 [2021-05-08T08:36:04.924Z] Removing intermediate container db947e243ab2 [2021-05-08T08:36:04.924Z] ---> 62597c1b5862 [2021-05-08T08:36:04.924Z] Step 22/24 : LABEL arch=amd64 [2021-05-08T08:36:04.924Z] ---> Running in c50f3e3367c4 [2021-05-08T08:36:04.930Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T08:36:04.955Z] Warning: overwriting stash ‘coverage-report’ [2021-05-08T08:36:05.187Z] Removing intermediate container c50f3e3367c4 [2021-05-08T08:36:05.187Z] ---> 547c4cd07ded [2021-05-08T08:36:05.187Z] Step 23/24 : LABEL git_sha=45c5c3c30aaf23148a1940dbf770e38088385cf5 [2021-05-08T08:36:05.187Z] ---> Running in fcdc9ce835da [2021-05-08T08:36:05.450Z] Removing intermediate container fcdc9ce835da [2021-05-08T08:36:05.450Z] ---> 109eb0591ede [2021-05-08T08:36:05.450Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-05-08T08:36:05.712Z] ---> Running in 539225e0ff7d [2021-05-08T08:36:05.965Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T08:36:05.978Z] Removing intermediate container 539225e0ff7d [2021-05-08T08:36:05.978Z] ---> f2707c595d42 [2021-05-08T08:36:05.978Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-08T08:36:05.978Z] Successfully built f2707c595d42 [2021-05-08T08:36:05.978Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-08T08:36:06.257Z] provisioning config files... [2021-05-08T08:36:06.292Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/106@tmp/config8095596235858685165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:36:06.493Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-08T08:36:06.619Z] ---> docker-login.sh [2021-05-08T08:36:06.619Z] nexus3.edgexfoundry.org:10001 [2021-05-08T08:36:06.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:36:06.827Z] + ls -al . [2021-05-08T08:36:06.827Z] total 124 [2021-05-08T08:36:06.827Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 08:35 . [2021-05-08T08:36:06.827Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 08:33 .. [2021-05-08T08:36:06.827Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 08:33 .git [2021-05-08T08:36:06.827Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 08:33 .github [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 162 May 8 08:33 .gitignore [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 8 08:33 CONTRIBUTING.md [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 8 08:33 Dockerfile [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 902 May 8 08:33 Dockerfile.build [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 652 May 8 08:33 Jenkinsfile [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 8 08:33 LICENSE [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 941 May 8 08:33 Makefile [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 8 08:33 README.md [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 12 May 8 08:31 VERSION [2021-05-08T08:36:06.827Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 08:33 assets [2021-05-08T08:36:06.827Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 08:33 bin [2021-05-08T08:36:06.827Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 08:33 cmd [2021-05-08T08:36:06.827Z] -rw-r--r-- 1 jenkins jenkins 10 May 8 08:35 coverage.out [2021-05-08T08:36:06.827Z] drwxrwxr-x 5 jenkins jenkins 4096 May 8 08:33 docs [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 987 May 8 08:33 go.mod [2021-05-08T08:36:06.827Z] -rw-r--r-- 1 jenkins jenkins 24424 May 8 08:35 go.sum [2021-05-08T08:36:06.827Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 08:33 internal [2021-05-08T08:36:06.827Z] -rw-rw-r-- 1 jenkins jenkins 155 May 8 08:33 version.go [2021-05-08T08:36:06.827Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 08:33 web [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:06.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:36:06.881Z] Configure a credential helper to remove this warning. See [2021-05-08T08:36:06.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:36:06.881Z] [2021-05-08T08:36:06.881Z] Login Succeeded [2021-05-08T08:36:06.881Z] nexus3.edgexfoundry.org:10002 [2021-05-08T08:36:06.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:36:07.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:36:07.144Z] Configure a credential helper to remove this warning. See [2021-05-08T08:36:07.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:36:07.144Z] [2021-05-08T08:36:07.144Z] Login Succeeded [2021-05-08T08:36:07.144Z] nexus3.edgexfoundry.org:10003 [2021-05-08T08:36:07.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:36:07.171Z] + 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=45c5c3c30aaf23148a1940dbf770e38088385cf5 --label arch=arm64 --label version=2.0.0-dev.47 . [2021-05-08T08:36:07.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:36:07.411Z] Configure a credential helper to remove this warning. See [2021-05-08T08:36:07.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:36:07.411Z] [2021-05-08T08:36:07.411Z] Login Succeeded [2021-05-08T08:36:07.411Z] nexus3.edgexfoundry.org:10004 [2021-05-08T08:36:07.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:36:07.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:36:07.411Z] Configure a credential helper to remove this warning. See [2021-05-08T08:36:07.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:36:07.411Z] [2021-05-08T08:36:07.411Z] Login Succeeded [2021-05-08T08:36:07.411Z] docker.io [2021-05-08T08:36:07.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:36:07.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:36:07.937Z] Configure a credential helper to remove this warning. See [2021-05-08T08:36:07.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:36:07.937Z] [2021-05-08T08:36:07.937Z] Login Succeeded [2021-05-08T08:36:07.937Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T08:36:07.953Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-08T08:36:08.026Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-05-08T08:36:08.026Z] 45c5c3c30aaf23148a1940dbf770e38088385cf5 [2021-05-08T08:36:08.026Z] latest [2021-05-08T08:36:08.026Z] 2.0.0-dev.47 [2021-05-08T08:36:08.026Z] 45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47 [2021-05-08T08:36:08.026Z] master [2021-05-08T08:36:08.026Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:08.152Z] Sending build context to Docker daemon 34.9MB [2021-05-08T08:36:08.152Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-08T08:36:08.152Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-08T08:36:08.152Z] ---> c0d83639215f [2021-05-08T08:36:08.152Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-08T08:36:08.379Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:45c5c3c30aaf23148a1940dbf770e38088385cf5 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:08.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:45c5c3c30aaf23148a1940dbf770e38088385cf5 [2021-05-08T08:36:08.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T08:36:08.683Z] e338301f2b23: Preparing [2021-05-08T08:36:08.683Z] 32f366d666a5: Preparing [2021-05-08T08:36:08.683Z] 32f366d666a5: Layer already exists [2021-05-08T08:36:08.746Z] ---> Running in f25cb4a86307 [2021-05-08T08:36:09.018Z] Removing intermediate container f25cb4a86307 [2021-05-08T08:36:09.018Z] ---> 1b4bc4cd7d51 [2021-05-08T08:36:09.018Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-08T08:36:09.293Z] ---> Running in adf749732e49 [2021-05-08T08:36:09.566Z] Removing intermediate container adf749732e49 [2021-05-08T08:36:09.566Z] ---> 5f80e5e10c91 [2021-05-08T08:36:09.566Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-08T08:36:09.840Z] ---> Running in a4da795a60fb [2021-05-08T08:36:10.434Z] Removing intermediate container a4da795a60fb [2021-05-08T08:36:10.434Z] ---> b13268313509 [2021-05-08T08:36:10.434Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-08T08:36:10.434Z] ---> Running in dcae27d2bee7 [2021-05-08T08:36:11.028Z] Removing intermediate container dcae27d2bee7 [2021-05-08T08:36:11.028Z] ---> 6c8ad3520e10 [2021-05-08T08:36:11.028Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-08T08:36:11.028Z] ---> Running in cf8a87f63bcc [2021-05-08T08:36:11.240Z] e338301f2b23: Pushed [2021-05-08T08:36:11.240Z] 45c5c3c30aaf23148a1940dbf770e38088385cf5: digest: sha256:c9979d4701b38409a7be5a9fa49f17bb5cedf8819928a5614d60b4c19009ece3 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:11.555Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:11.621Z] Removing intermediate container cf8a87f63bcc [2021-05-08T08:36:11.621Z] ---> 98418f8b0930 [2021-05-08T08:36:11.621Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-08T08:36:11.621Z] ---> Running in da6fd27c4991 [2021-05-08T08:36:11.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-05-08T08:36:11.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T08:36:11.860Z] e338301f2b23: Preparing [2021-05-08T08:36:11.860Z] 32f366d666a5: Preparing [2021-05-08T08:36:11.860Z] e338301f2b23: Layer already exists [2021-05-08T08:36:11.860Z] 32f366d666a5: Layer already exists [2021-05-08T08:36:11.860Z] latest: digest: sha256:c9979d4701b38409a7be5a9fa49f17bb5cedf8819928a5614d60b4c19009ece3 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:12.170Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:12.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.47 [2021-05-08T08:36:12.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T08:36:12.474Z] e338301f2b23: Preparing [2021-05-08T08:36:12.474Z] 32f366d666a5: Preparing [2021-05-08T08:36:12.474Z] 32f366d666a5: Layer already exists [2021-05-08T08:36:12.474Z] e338301f2b23: Layer already exists [2021-05-08T08:36:12.474Z] 2.0.0-dev.47: digest: sha256:c9979d4701b38409a7be5a9fa49f17bb5cedf8819928a5614d60b4c19009ece3 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:12.785Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:13.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47 [2021-05-08T08:36:13.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T08:36:13.092Z] e338301f2b23: Preparing [2021-05-08T08:36:13.092Z] 32f366d666a5: Preparing [2021-05-08T08:36:13.092Z] 32f366d666a5: Layer already exists [2021-05-08T08:36:13.092Z] e338301f2b23: Layer already exists [2021-05-08T08:36:13.092Z] 45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47: digest: sha256:c9979d4701b38409a7be5a9fa49f17bb5cedf8819928a5614d60b4c19009ece3 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:13.412Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:36:13.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-05-08T08:36:13.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-05-08T08:36:13.717Z] e338301f2b23: Preparing [2021-05-08T08:36:13.717Z] 32f366d666a5: Preparing [2021-05-08T08:36:13.717Z] 32f366d666a5: Layer already exists [2021-05-08T08:36:13.717Z] e338301f2b23: Layer already exists [2021-05-08T08:36:13.717Z] master: digest: sha256:c9979d4701b38409a7be5a9fa49f17bb5cedf8819928a5614d60b4c19009ece3 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-08T08:36:13.776Z] ===================================================== [Pipeline] echo [2021-05-08T08:36:13.792Z] taggedImages: [2021-05-08T08:36:13.792Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:45c5c3c30aaf23148a1940dbf770e38088385cf5 [2021-05-08T08:36:13.792Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-05-08T08:36:13.792Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.47 [2021-05-08T08:36:13.792Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47 [2021-05-08T08:36:13.792Z] - 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-08T08:36:14.237Z] Removing intermediate container da6fd27c4991 [2021-05-08T08:36:14.237Z] ---> dc4929062259 [2021-05-08T08:36:14.237Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-08T08:36:14.237Z] ---> Running in 0907fac03a6b [2021-05-08T08:36:14.355Z] ---> job-cost.sh [2021-05-08T08:36:14.355Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-engE [2021-05-08T08:36:15.217Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T08:36:16.196Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T08:36:16.792Z] OK: 138 MiB in 40 packages [2021-05-08T08:36:18.220Z] Removing intermediate container 0907fac03a6b [2021-05-08T08:36:18.220Z] ---> 2ee405af4743 [2021-05-08T08:36:18.220Z] Step 10/24 : ENV GO111MODULE=on [2021-05-08T08:36:18.220Z] ---> Running in 79c7316a6ce8 [2021-05-08T08:36:18.815Z] Removing intermediate container 79c7316a6ce8 [2021-05-08T08:36:18.815Z] ---> ffc283285323 [2021-05-08T08:36:18.815Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-08T08:36:18.815Z] ---> Running in c739310eedc3 [2021-05-08T08:36:19.409Z] Removing intermediate container c739310eedc3 [2021-05-08T08:36:19.409Z] ---> 268fbcb08cc0 [2021-05-08T08:36:19.409Z] Step 12/24 : COPY go.mod . [2021-05-08T08:36:20.004Z] ---> f02d0b098360 [2021-05-08T08:36:20.004Z] Step 13/24 : COPY Makefile . [2021-05-08T08:36:20.601Z] ---> ac51d356c9f3 [2021-05-08T08:36:20.601Z] Step 14/24 : RUN make update [2021-05-08T08:36:20.873Z] ---> Running in 0acfe6e65e10 [2021-05-08T08:36:21.852Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-08T08:36:23.291Z] Removing intermediate container 0acfe6e65e10 [2021-05-08T08:36:23.291Z] ---> d55b58a5beb2 [2021-05-08T08:36:23.291Z] Step 15/24 : COPY . . [2021-05-08T08:36:26.685Z] ---> da43d3c6db66 [2021-05-08T08:36:26.685Z] Step 16/24 : RUN ${MAKE} [2021-05-08T08:36:26.685Z] ---> Running in ccbd3905499b [2021-05-08T08:36:27.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.47" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-05-08T08:36:29.310Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T08:36:54.507Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-08T08:36:55.952Z] lf-activate-venv(): INFO: Adding /tmp/venv-engE/bin to PATH [2021-05-08T08:36:55.952Z] INFO: No Stack... [2021-05-08T08:36:56.899Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T08:36:57.855Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T08:36:58.162Z] + cat /w/workspace/edgex-ui-go/106/archives/cost.csv [2021-05-08T08:36:58.162Z] + cut -d, -f6 [Pipeline] lock [2021-05-08T08:36:58.266Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-106-stack-cost] [2021-05-08T08:36:58.276Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-106-stack-cost] did not exist. Created. [2021-05-08T08:36:58.276Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T08:36:58.618Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-08T08:36:58.781Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T08:36:58.792Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-106-stack-cost] [Pipeline] // lock [2021-05-08T08:36:58.807Z] Removing intermediate container ccbd3905499b [2021-05-08T08:36:58.807Z] ---> 147974083d31 [2021-05-08T08:36:58.807Z] Step 17/24 : FROM alpine:3.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-08T08:36:59.405Z] 3.12: Pulling from library/alpine [2021-05-08T08:36:59.406Z] d2f70382dc9a: Pulling fs layer [2021-05-08T08:36:59.679Z] d2f70382dc9a: Verifying Checksum [2021-05-08T08:36:59.679Z] d2f70382dc9a: Download complete [2021-05-08T08:37:00.279Z] d2f70382dc9a: Pull complete [2021-05-08T08:37:00.279Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-08T08:37:00.279Z] Status: Downloaded newer image for alpine:3.12 [2021-05-08T08:37:00.279Z] ---> 9852663dfa18 [2021-05-08T08:37:00.279Z] Step 18/24 : EXPOSE 4000 [2021-05-08T08:37:00.279Z] ---> Running in 1d8785885cc3 [2021-05-08T08:37:00.874Z] Removing intermediate container 1d8785885cc3 [2021-05-08T08:37:00.874Z] ---> 74e4fc6dd0bb [2021-05-08T08:37:00.874Z] 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-08T08:37:03.493Z] ---> af15786c613f [2021-05-08T08:37:03.493Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-08T08:37:03.493Z] ---> Running in 3ab245fee76b [2021-05-08T08:37:03.493Z] Removing intermediate container 3ab245fee76b [2021-05-08T08:37:03.493Z] ---> 0abe00929ed7 [2021-05-08T08:37:03.493Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-08T08:37:03.766Z] ---> Running in fe7a34304b51 [2021-05-08T08:37:04.364Z] Removing intermediate container fe7a34304b51 [2021-05-08T08:37:04.364Z] ---> 8b9ea88dce34 [2021-05-08T08:37:04.364Z] Step 22/24 : LABEL arch=arm64 [2021-05-08T08:37:04.364Z] ---> Running in a14672de271a [2021-05-08T08:37:04.638Z] Removing intermediate container a14672de271a [2021-05-08T08:37:04.639Z] ---> 4fc5799624bb [2021-05-08T08:37:04.639Z] Step 23/24 : LABEL git_sha=45c5c3c30aaf23148a1940dbf770e38088385cf5 [2021-05-08T08:37:04.913Z] ---> Running in dde05133ffa7 [2021-05-08T08:37:05.508Z] Removing intermediate container dde05133ffa7 [2021-05-08T08:37:05.508Z] ---> 79439fc3ee98 [2021-05-08T08:37:05.508Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-05-08T08:37:05.508Z] ---> Running in d7841e1939ac [2021-05-08T08:37:06.101Z] Removing intermediate container d7841e1939ac [2021-05-08T08:37:06.101Z] ---> ca15a1f970cb [2021-05-08T08:37:06.101Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-08T08:37:06.101Z] Successfully built ca15a1f970cb [2021-05-08T08:37:06.101Z] 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-08T08:37:06.253Z] provisioning config files... [2021-05-08T08:37:06.295Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/106@tmp/config4791432503555617423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:37:06.662Z] ---> docker-login.sh [2021-05-08T08:37:06.662Z] nexus3.edgexfoundry.org:10001 [2021-05-08T08:37:06.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:37:06.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:37:06.933Z] Configure a credential helper to remove this warning. See [2021-05-08T08:37:06.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:37:06.933Z] [2021-05-08T08:37:06.933Z] Login Succeeded [2021-05-08T08:37:06.933Z] nexus3.edgexfoundry.org:10002 [2021-05-08T08:37:07.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:37:07.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:37:07.527Z] Configure a credential helper to remove this warning. See [2021-05-08T08:37:07.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:37:07.527Z] [2021-05-08T08:37:07.527Z] Login Succeeded [2021-05-08T08:37:07.527Z] nexus3.edgexfoundry.org:10003 [2021-05-08T08:37:08.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:37:08.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:37:08.119Z] Configure a credential helper to remove this warning. See [2021-05-08T08:37:08.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:37:08.119Z] [2021-05-08T08:37:08.119Z] Login Succeeded [2021-05-08T08:37:08.119Z] nexus3.edgexfoundry.org:10004 [2021-05-08T08:37:08.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:37:08.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:37:08.667Z] Configure a credential helper to remove this warning. See [2021-05-08T08:37:08.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:37:08.667Z] [2021-05-08T08:37:08.667Z] Login Succeeded [2021-05-08T08:37:08.667Z] docker.io [2021-05-08T08:37:09.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-08T08:37:09.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-08T08:37:09.533Z] Configure a credential helper to remove this warning. See [2021-05-08T08:37:09.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-08T08:37:09.533Z] [2021-05-08T08:37:09.533Z] Login Succeeded [2021-05-08T08:37:09.533Z] ---> docker-login.sh ends [Pipeline] } [2021-05-08T08:37:09.550Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-08T08:37:09.637Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-05-08T08:37:09.637Z] 45c5c3c30aaf23148a1940dbf770e38088385cf5 [2021-05-08T08:37:09.637Z] latest [2021-05-08T08:37:09.637Z] 2.0.0-dev.47 [2021-05-08T08:37:09.637Z] 45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47 [2021-05-08T08:37:09.637Z] master [2021-05-08T08:37:09.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:10.056Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:45c5c3c30aaf23148a1940dbf770e38088385cf5 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:10.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:45c5c3c30aaf23148a1940dbf770e38088385cf5 [2021-05-08T08:37:10.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T08:37:10.397Z] 2155e354af85: Preparing [2021-05-08T08:37:10.397Z] 3fbe34a1663b: Preparing [2021-05-08T08:37:10.397Z] 3fbe34a1663b: Layer already exists [2021-05-08T08:37:17.086Z] 2155e354af85: Pushed [2021-05-08T08:37:17.086Z] 45c5c3c30aaf23148a1940dbf770e38088385cf5: digest: sha256:6682c0ffc913a93ae358779385811999f11e862da02ad7091a7fd31ab95ff45f size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:17.439Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:17.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-05-08T08:37:17.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T08:37:17.773Z] 2155e354af85: Preparing [2021-05-08T08:37:17.773Z] 3fbe34a1663b: Preparing [2021-05-08T08:37:17.773Z] 2155e354af85: Layer already exists [2021-05-08T08:37:17.773Z] 3fbe34a1663b: Layer already exists [2021-05-08T08:37:18.043Z] latest: digest: sha256:6682c0ffc913a93ae358779385811999f11e862da02ad7091a7fd31ab95ff45f size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:18.385Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:18.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.47 [2021-05-08T08:37:18.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T08:37:18.718Z] 2155e354af85: Preparing [2021-05-08T08:37:18.718Z] 3fbe34a1663b: Preparing [2021-05-08T08:37:18.718Z] 2155e354af85: Layer already exists [2021-05-08T08:37:18.718Z] 3fbe34a1663b: Layer already exists [2021-05-08T08:37:18.988Z] 2.0.0-dev.47: digest: sha256:6682c0ffc913a93ae358779385811999f11e862da02ad7091a7fd31ab95ff45f size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:19.334Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:19.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47 [2021-05-08T08:37:19.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T08:37:19.670Z] 2155e354af85: Preparing [2021-05-08T08:37:19.670Z] 3fbe34a1663b: Preparing [2021-05-08T08:37:19.670Z] 3fbe34a1663b: Layer already exists [2021-05-08T08:37:19.670Z] 2155e354af85: Layer already exists [2021-05-08T08:37:19.940Z] 45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47: digest: sha256:6682c0ffc913a93ae358779385811999f11e862da02ad7091a7fd31ab95ff45f size: 740 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:20.287Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:37:20.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-05-08T08:37:20.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-05-08T08:37:20.627Z] 2155e354af85: Preparing [2021-05-08T08:37:20.627Z] 3fbe34a1663b: Preparing [2021-05-08T08:37:20.627Z] 2155e354af85: Layer already exists [2021-05-08T08:37:20.627Z] 3fbe34a1663b: Layer already exists [2021-05-08T08:37:20.897Z] master: digest: sha256:6682c0ffc913a93ae358779385811999f11e862da02ad7091a7fd31ab95ff45f size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-08T08:37:20.962Z] ===================================================== [Pipeline] echo [2021-05-08T08:37:20.978Z] taggedImages: [2021-05-08T08:37:20.978Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:45c5c3c30aaf23148a1940dbf770e38088385cf5 [2021-05-08T08:37:20.978Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-05-08T08:37:20.978Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.47 [2021-05-08T08:37:20.978Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:45c5c3c30aaf23148a1940dbf770e38088385cf5-2.0.0-dev.47 [2021-05-08T08:37:20.978Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:37:21.355Z] ---> job-cost.sh [2021-05-08T08:37:21.355Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BfvH [2021-05-08T08:38:00.388Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T08:39:22.113Z] lf-activate-venv(): INFO: Adding /tmp/venv-BfvH/bin to PATH [2021-05-08T08:39:22.113Z] INFO: No Stack... [2021-05-08T08:39:22.113Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-08T08:39:22.113Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T08:39:22.459Z] + cut -d, -f6 [2021-05-08T08:39:22.459Z] + cat /w/workspace/edgex-ui-go/106/archives/cost.csv [Pipeline] lock [2021-05-08T08:39:22.576Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-106-stack-cost] [2021-05-08T08:39:22.585Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-106-stack-cost] did not exist. Created. [2021-05-08T08:39:22.585Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T08:39:22.962Z] /w/workspace/edgex-ui-go/106@tmp/durable-a29d306d/script.sh: 1: /w/workspace/edgex-ui-go/106@tmp/durable-a29d306d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-08T08:39:23.313Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-08T08:39:23.334Z] Warning: overwriting stash ‘stack-cost’ [2021-05-08T08:39:23.553Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T08:39:23.566Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-106-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-08T08:39:24.220Z] provisioning config files... [2021-05-08T08:39:24.232Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4041177128656019694tmp [Pipeline] { [Pipeline] sh [2021-05-08T08:39:24.560Z] + set +x [2021-05-08T08:39:24.560Z] + curl -s https://codecov.io/bash [2021-05-08T08:39:24.560Z] + bash -s -- [2021-05-08T08:39:24.824Z] [2021-05-08T08:39:24.824Z] _____ _ [2021-05-08T08:39:24.824Z] / ____| | | [2021-05-08T08:39:24.824Z] | | ___ __| | ___ ___ _____ __ [2021-05-08T08:39:24.824Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-08T08:39:24.824Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-08T08:39:24.824Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-08T08:39:24.824Z] Bash-1.0.2 [2021-05-08T08:39:24.824Z] [2021-05-08T08:39:24.824Z] [2021-05-08T08:39:24.824Z] ==> git version 2.24.3 found [2021-05-08T08:39:24.824Z] ==> 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-08T08:39:24.824Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-08T08:39:24.824Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-08T08:39:24.824Z] ==> Jenkins CI detected. [2021-05-08T08:39:24.824Z] project root: . [2021-05-08T08:39:24.824Z] --> token set from env [2021-05-08T08:39:24.824Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-08T08:39:24.824Z] ==> Running gcov in . (disable via -X gcov) [2021-05-08T08:39:24.824Z] ==> Python coveragepy not found [2021-05-08T08:39:24.824Z] ==> Searching for coverage reports in: [2021-05-08T08:39:24.824Z] + . [2021-05-08T08:39:24.824Z] -> Found 1 reports [2021-05-08T08:39:24.824Z] ==> Detecting git/mercurial file structure [2021-05-08T08:39:24.824Z] ==> Reading reports [2021-05-08T08:39:24.824Z] + ./coverage.out bytes=10 [2021-05-08T08:39:24.824Z] ==> Appending adjustments [2021-05-08T08:39:24.824Z] https://docs.codecov.io/docs/fixing-reports [2021-05-08T08:39:25.088Z] + Found adjustments [2021-05-08T08:39:25.088Z] ==> Gzipping contents [2021-05-08T08:39:25.088Z] 4.0K /tmp/codecov.ZiBipz.gz [2021-05-08T08:39:25.088Z] ==> Uploading reports [2021-05-08T08:39:25.088Z] url: https://codecov.io [2021-05-08T08:39:25.088Z] query: branch=master&commit=45c5c3c30aaf23148a1940dbf770e38088385cf5&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F106%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-08T08:39:25.088Z] -> Pinging Codecov [2021-05-08T08:39:25.088Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=45c5c3c30aaf23148a1940dbf770e38088385cf5&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F106%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-08T08:39:25.663Z] -> Uploading to [2021-05-08T08:39:25.663Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-08/FB506323287CE973F263BFD2A0EB1F37/45c5c3c30aaf23148a1940dbf770e38088385cf5/33e9f0ef-9219-4427-a7d4-04109e365283.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210508T083925Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=95f56ae9acc4645110588c4e988d2f6ba9d5f0f317372b18e305d47bba754ca1 [2021-05-08T08:39:25.663Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-08T08:39:25.663Z] Dload Upload Total Spent Left Speed [2021-05-08T08:39:26.238Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6006 --:--:-- --:--:-- --:--:-- 6003 100 3902 0 0 100 3902 0 6004 --:--:-- --:--:-- --:--:-- 6003 [2021-05-08T08:39:26.238Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/45c5c3c30aaf23148a1940dbf770e38088385cf5 [Pipeline] } [2021-05-08T08:39:26.248Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-08T08:39:26.906Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-08T08:39:26.934Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:39:27.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-08T08:39:27.255Z] [2021-05-08T08:39:27.255Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:39:27.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-08T08:39:27.597Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-08T08:39:27.597Z] 188c0c94c7c5: Pulling fs layer [2021-05-08T08:39:27.597Z] 0ef7d3d256c8: Pulling fs layer [2021-05-08T08:39:27.597Z] de9db76c5a1d: Pulling fs layer [2021-05-08T08:39:27.597Z] 0eba1c9be4d2: Pulling fs layer [2021-05-08T08:39:27.597Z] 0d57e429df01: Pulling fs layer [2021-05-08T08:39:27.597Z] 4e4be7b47b0d: Pulling fs layer [2021-05-08T08:39:27.597Z] e1f770b5df2f: Pulling fs layer [2021-05-08T08:39:27.597Z] 85a0685a4137: Pulling fs layer [2021-05-08T08:39:27.597Z] 0d57e429df01: Waiting [2021-05-08T08:39:27.597Z] 4e4be7b47b0d: Waiting [2021-05-08T08:39:27.597Z] e1f770b5df2f: Waiting [2021-05-08T08:39:27.597Z] 85a0685a4137: Waiting [2021-05-08T08:39:27.597Z] 0eba1c9be4d2: Waiting [2021-05-08T08:39:27.597Z] de9db76c5a1d: Verifying Checksum [2021-05-08T08:39:27.597Z] de9db76c5a1d: Download complete [2021-05-08T08:39:27.597Z] 0ef7d3d256c8: Verifying Checksum [2021-05-08T08:39:27.597Z] 0ef7d3d256c8: Download complete [2021-05-08T08:39:27.597Z] 0d57e429df01: Verifying Checksum [2021-05-08T08:39:27.597Z] 0d57e429df01: Download complete [2021-05-08T08:39:27.597Z] 4e4be7b47b0d: Verifying Checksum [2021-05-08T08:39:27.597Z] 4e4be7b47b0d: Download complete [2021-05-08T08:39:27.597Z] 188c0c94c7c5: Verifying Checksum [2021-05-08T08:39:27.597Z] 188c0c94c7c5: Download complete [2021-05-08T08:39:28.174Z] 188c0c94c7c5: Pull complete [2021-05-08T08:39:28.174Z] 0ef7d3d256c8: Pull complete [2021-05-08T08:39:28.437Z] de9db76c5a1d: Pull complete [2021-05-08T08:39:29.828Z] e1f770b5df2f: Verifying Checksum [2021-05-08T08:39:29.828Z] e1f770b5df2f: Download complete [2021-05-08T08:39:31.765Z] 0eba1c9be4d2: Verifying Checksum [2021-05-08T08:39:31.765Z] 0eba1c9be4d2: Download complete [2021-05-08T08:39:32.472Z] 85a0685a4137: Verifying Checksum [2021-05-08T08:39:32.472Z] 85a0685a4137: Download complete [2021-05-08T08:39:37.819Z] 0eba1c9be4d2: Pull complete [2021-05-08T08:39:37.820Z] 0d57e429df01: Pull complete [2021-05-08T08:39:37.820Z] 4e4be7b47b0d: Pull complete [2021-05-08T08:39:40.402Z] e1f770b5df2f: Pull complete [2021-05-08T08:39:48.586Z] 85a0685a4137: Pull complete [2021-05-08T08:39:48.586Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-08T08:39:48.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-08T08:39:48.586Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-08T08:39:48.806Z] prd-centos7-docker-4c-2g-3727 does not seem to be running inside a container [2021-05-08T08:39:48.860Z] $ 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-08T08:39:49.980Z] $ docker top a01cdc91513344ea5e31540c0d9e917a447d58e68d3f110b933280340344082d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-08T08:39:50.136Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-08T08:39:50.433Z] + set -o pipefail [2021-05-08T08:39:50.433Z] + snyk monitor '--org=edgex-jenkins' [2021-05-08T08:39:58.601Z] [2021-05-08T08:39:58.601Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-05-08T08:39:58.602Z] [2021-05-08T08:39:58.602Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/2bde3739-bd52-4442-8b51-335a9fb3a48c [2021-05-08T08:39:58.602Z] [2021-05-08T08:39:58.602Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-05-08T08:39:58.602Z] [2021-05-08T08:39:58.602Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-08T08:39:58.602Z] [2021-05-08T08:39:58.602Z] [Pipeline] } [2021-05-08T08:39:58.620Z] $ docker stop --time=1 a01cdc91513344ea5e31540c0d9e917a447d58e68d3f110b933280340344082d [2021-05-08T08:40:01.077Z] $ docker rm -f a01cdc91513344ea5e31540c0d9e917a447d58e68d3f110b933280340344082d [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-08T08:40:02.208Z] + git log --format=format:%s -1 45c5c3c30aaf23148a1940dbf770e38088385cf5 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:40:02.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:40:02.524Z] . [Pipeline] withDockerContainer [2021-05-08T08:40:02.623Z] prd-centos7-docker-4c-2g-3727 does not seem to be running inside a container [2021-05-08T08:40:02.673Z] $ 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-08T08:40:03.553Z] $ docker top e87b1fb147dcf66f2409c5b473267adaea2e90ba2784481fb95182be2944c7a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T08:40:03.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T08:40:03.762Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T08:40:04.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T08:40:04.005Z] $ docker exec e87b1fb147dcf66f2409c5b473267adaea2e90ba2784481fb95182be2944c7a4 ssh-agent [2021-05-08T08:40:04.202Z] SSH_AUTH_SOCK=/tmp/ssh-LwwKCemKQeXH/agent.12 [2021-05-08T08:40:04.202Z] SSH_AGENT_PID=18 [2021-05-08T08:40:04.211Z] Running ssh-add (command line suppressed) [2021-05-08T08:40:04.348Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2430530526411004768.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2430530526411004768.key) [2021-05-08T08:40:04.404Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T08:40:04.712Z] + git semver tag [2021-05-08T08:40:04.712Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T08:40:04.712Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-08T08:40:04.712Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T08:40:04.712Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T08:40:04.712Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T08:40:04.712Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T08:40:04.712Z] # $SEMVER_BRANCH = master [2021-05-08T08:40:04.712Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-05-08T08:40:04.712Z] # 45c5c3c30aaf23148a1940dbf770e38088385cf5 HEAD [2021-05-08T08:40:04.712Z] # -> Force: false [2021-05-08T08:40:04.712Z] # b3beac55b35e2d7bb4d4e13af878f91ab484739a refs/tags/v2.0.0-dev.47 [Pipeline] } [2021-05-08T08:40:04.732Z] $ docker exec --env ******** --env ******** e87b1fb147dcf66f2409c5b473267adaea2e90ba2784481fb95182be2944c7a4 ssh-agent -k [2021-05-08T08:40:04.860Z] unset SSH_AUTH_SOCK; [2021-05-08T08:40:04.860Z] unset SSH_AGENT_PID; [2021-05-08T08:40:04.860Z] echo Agent pid 18 killed; [2021-05-08T08:40:04.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T08:40:05.254Z] + git semver [Pipeline] } [2021-05-08T08:40:05.272Z] $ docker stop --time=1 e87b1fb147dcf66f2409c5b473267adaea2e90ba2784481fb95182be2944c7a4 [2021-05-08T08:40:06.677Z] $ docker rm -f e87b1fb147dcf66f2409c5b473267adaea2e90ba2784481fb95182be2944c7a4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:40:07.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-08T08:40:07.227Z] [2021-05-08T08:40:07.227Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:40:07.557Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-08T08:40:07.558Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-08T08:40:07.558Z] ab5ef0e58194: Pulling fs layer [2021-05-08T08:40:07.558Z] 9712f1f96733: Pulling fs layer [2021-05-08T08:40:07.558Z] 63f879dbbcfc: Pulling fs layer [2021-05-08T08:40:07.558Z] 0d9ebad4ef96: Pulling fs layer [2021-05-08T08:40:07.558Z] e9a5061849ea: Pulling fs layer [2021-05-08T08:40:07.558Z] d747dcd14b5f: Pulling fs layer [2021-05-08T08:40:07.558Z] 2de7ff778b66: Pulling fs layer [2021-05-08T08:40:07.558Z] e9a5061849ea: Waiting [2021-05-08T08:40:07.558Z] d747dcd14b5f: Waiting [2021-05-08T08:40:07.558Z] 0d9ebad4ef96: Waiting [2021-05-08T08:40:07.558Z] 2de7ff778b66: Waiting [2021-05-08T08:40:07.558Z] 9712f1f96733: Verifying Checksum [2021-05-08T08:40:07.558Z] 9712f1f96733: Download complete [2021-05-08T08:40:08.963Z] 63f879dbbcfc: Verifying Checksum [2021-05-08T08:40:08.963Z] 63f879dbbcfc: Download complete [2021-05-08T08:40:09.232Z] e9a5061849ea: Verifying Checksum [2021-05-08T08:40:09.232Z] e9a5061849ea: Download complete [2021-05-08T08:40:09.232Z] d747dcd14b5f: Download complete [2021-05-08T08:40:09.833Z] 2de7ff778b66: Verifying Checksum [2021-05-08T08:40:09.833Z] 2de7ff778b66: Download complete [2021-05-08T08:40:09.833Z] 0d9ebad4ef96: Verifying Checksum [2021-05-08T08:40:09.833Z] 0d9ebad4ef96: Download complete [2021-05-08T08:40:10.098Z] ab5ef0e58194: Verifying Checksum [2021-05-08T08:40:10.098Z] ab5ef0e58194: Download complete [2021-05-08T08:40:15.422Z] ab5ef0e58194: Pull complete [2021-05-08T08:40:15.422Z] 9712f1f96733: Pull complete [2021-05-08T08:40:17.355Z] 63f879dbbcfc: Pull complete [2021-05-08T08:40:24.026Z] 0d9ebad4ef96: Pull complete [2021-05-08T08:40:27.350Z] e9a5061849ea: Pull complete [2021-05-08T08:40:27.350Z] d747dcd14b5f: Pull complete [2021-05-08T08:40:28.753Z] 2de7ff778b66: Pull complete [2021-05-08T08:40:28.753Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-08T08:40:28.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-08T08:40:28.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-08T08:40:28.961Z] prd-centos7-docker-4c-2g-3727 does not seem to be running inside a container [2021-05-08T08:40:29.027Z] $ 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-08T08:40:32.508Z] $ docker top b6ac6adeb538214f53717853ffcbc6783a4423c086a5f865dcbe4f2472ac5396 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-08T08:40:32.681Z] provisioning config files... [2021-05-08T08:40:32.691Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6402182341986552071tmp [2021-05-08T08:40:32.707Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4489908798957558529tmp [2021-05-08T08:40:32.722Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config343421608434941042tmp [Pipeline] { [Pipeline] echo [2021-05-08T08:40:32.760Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:40:33.074Z] ---> sigul-configuration.sh [2021-05-08T08:40:33.074Z] gpg: directory `/root/.gnupg' created [2021-05-08T08:40:33.074Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-08T08:40:33.074Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-08T08:40:33.074Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-08T08:40:33.074Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-08T08:40:33.074Z] gpg: CAST5 encrypted data [2021-05-08T08:40:33.336Z] gpg: encrypted with 1 passphrase [2021-05-08T08:40:33.336Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-08T08:40:33.638Z] + mkdir /home/jenkins [2021-05-08T08:40:33.638Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-08T08:40:33.939Z] + 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-08T08:40:33.952Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:40:34.252Z] ---> sigul-install.sh [2021-05-08T08:40:40.856Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-08T08:40:41.425Z] + git tag --list [2021-05-08T08:40:41.425Z] 0.1.1 [2021-05-08T08:40:41.425Z] v1.1.0 [2021-05-08T08:40:41.425Z] v1.2.0 [2021-05-08T08:40:41.425Z] v1.2.1 [2021-05-08T08:40:41.425Z] v1.3.0 [2021-05-08T08:40:41.425Z] v2.0.0-dev.1 [2021-05-08T08:40:41.425Z] v2.0.0-dev.10 [2021-05-08T08:40:41.425Z] v2.0.0-dev.11 [2021-05-08T08:40:41.425Z] v2.0.0-dev.12 [2021-05-08T08:40:41.425Z] v2.0.0-dev.13 [2021-05-08T08:40:41.425Z] v2.0.0-dev.14 [2021-05-08T08:40:41.425Z] v2.0.0-dev.15 [2021-05-08T08:40:41.425Z] v2.0.0-dev.16 [2021-05-08T08:40:41.425Z] v2.0.0-dev.17 [2021-05-08T08:40:41.425Z] v2.0.0-dev.18 [2021-05-08T08:40:41.425Z] v2.0.0-dev.19 [2021-05-08T08:40:41.425Z] v2.0.0-dev.2 [2021-05-08T08:40:41.425Z] v2.0.0-dev.20 [2021-05-08T08:40:41.425Z] v2.0.0-dev.21 [2021-05-08T08:40:41.425Z] v2.0.0-dev.22 [2021-05-08T08:40:41.425Z] v2.0.0-dev.23 [2021-05-08T08:40:41.425Z] v2.0.0-dev.24 [2021-05-08T08:40:41.425Z] v2.0.0-dev.25 [2021-05-08T08:40:41.425Z] v2.0.0-dev.26 [2021-05-08T08:40:41.425Z] v2.0.0-dev.27 [2021-05-08T08:40:41.425Z] v2.0.0-dev.28 [2021-05-08T08:40:41.425Z] v2.0.0-dev.29 [2021-05-08T08:40:41.425Z] v2.0.0-dev.3 [2021-05-08T08:40:41.425Z] v2.0.0-dev.30 [2021-05-08T08:40:41.425Z] v2.0.0-dev.31 [2021-05-08T08:40:41.425Z] v2.0.0-dev.32 [2021-05-08T08:40:41.425Z] v2.0.0-dev.33 [2021-05-08T08:40:41.425Z] v2.0.0-dev.34 [2021-05-08T08:40:41.425Z] v2.0.0-dev.35 [2021-05-08T08:40:41.425Z] v2.0.0-dev.36 [2021-05-08T08:40:41.425Z] v2.0.0-dev.37 [2021-05-08T08:40:41.425Z] v2.0.0-dev.38 [2021-05-08T08:40:41.425Z] v2.0.0-dev.39 [2021-05-08T08:40:41.425Z] v2.0.0-dev.4 [2021-05-08T08:40:41.425Z] v2.0.0-dev.40 [2021-05-08T08:40:41.425Z] v2.0.0-dev.41 [2021-05-08T08:40:41.425Z] v2.0.0-dev.42 [2021-05-08T08:40:41.425Z] v2.0.0-dev.43 [2021-05-08T08:40:41.425Z] v2.0.0-dev.44 [2021-05-08T08:40:41.425Z] v2.0.0-dev.45 [2021-05-08T08:40:41.425Z] v2.0.0-dev.46 [2021-05-08T08:40:41.425Z] v2.0.0-dev.47 [2021-05-08T08:40:41.425Z] v2.0.0-dev.5 [2021-05-08T08:40:41.425Z] v2.0.0-dev.6 [2021-05-08T08:40:41.425Z] v2.0.0-dev.7 [2021-05-08T08:40:41.425Z] v2.0.0-dev.8 [2021-05-08T08:40:41.425Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-08T08:40:41.729Z] + lftools sign git-tag v2.0.0-dev.47 [2021-05-08T08:40:43.121Z] Signing Git tag with Sigul... [2021-05-08T08:40:43.121Z] Signing v2.0.0-dev.47 [Pipeline] echo [2021-05-08T08:40:45.058Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:40:45.361Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-08T08:40:45.371Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-08T08:40:45.403Z] $ docker stop --time=1 b6ac6adeb538214f53717853ffcbc6783a4423c086a5f865dcbe4f2472ac5396 [2021-05-08T08:40:46.928Z] $ docker rm -f b6ac6adeb538214f53717853ffcbc6783a4423c086a5f865dcbe4f2472ac5396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:40:47.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:40:47.488Z] . [Pipeline] withDockerContainer [2021-05-08T08:40:47.594Z] prd-centos7-docker-4c-2g-3727 does not seem to be running inside a container [2021-05-08T08:40:47.712Z] $ 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-08T08:40:48.484Z] $ docker top c8b572df6cbcb36ebcf3c05b9b2d5dc3d733061dd3e8c0ddf64e61013cdae54c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T08:40:48.746Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T08:40:48.746Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T08:40:48.970Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T08:40:48.975Z] $ docker exec c8b572df6cbcb36ebcf3c05b9b2d5dc3d733061dd3e8c0ddf64e61013cdae54c ssh-agent [2021-05-08T08:40:49.158Z] SSH_AUTH_SOCK=/tmp/ssh-y1XGnbXXxYyK/agent.12 [2021-05-08T08:40:49.158Z] SSH_AGENT_PID=17 [2021-05-08T08:40:49.165Z] Running ssh-add (command line suppressed) [2021-05-08T08:40:49.292Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4673122936790962325.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4673122936790962325.key) [2021-05-08T08:40:49.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T08:40:49.655Z] + git semver bump pre [2021-05-08T08:40:49.655Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T08:40:49.655Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-08T08:40:49.655Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T08:40:49.655Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T08:40:49.655Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T08:40:49.655Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T08:40:49.655Z] # $SEMVER_BRANCH = master [2021-05-08T08:40:49.655Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-05-08T08:40:49.655Z] 2.0.0-dev.48 [Pipeline] } [2021-05-08T08:40:49.668Z] $ docker exec --env ******** --env ******** c8b572df6cbcb36ebcf3c05b9b2d5dc3d733061dd3e8c0ddf64e61013cdae54c ssh-agent -k [2021-05-08T08:40:49.800Z] unset SSH_AUTH_SOCK; [2021-05-08T08:40:49.800Z] unset SSH_AGENT_PID; [2021-05-08T08:40:49.801Z] echo Agent pid 17 killed; [2021-05-08T08:40:49.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T08:40:50.192Z] + git semver [Pipeline] } [2021-05-08T08:40:50.211Z] $ docker stop --time=1 c8b572df6cbcb36ebcf3c05b9b2d5dc3d733061dd3e8c0ddf64e61013cdae54c [2021-05-08T08:40:51.585Z] $ docker rm -f c8b572df6cbcb36ebcf3c05b9b2d5dc3d733061dd3e8c0ddf64e61013cdae54c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:40:52.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T08:40:52.028Z] . [Pipeline] withDockerContainer [2021-05-08T08:40:52.127Z] prd-centos7-docker-4c-2g-3727 does not seem to be running inside a container [2021-05-08T08:40:52.176Z] $ 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-08T08:40:52.943Z] $ docker top 7883a0422b2b4353ddc4d709ab995fc60ad2379263194fa772f925d81eebebc1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T08:40:53.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T08:40:53.160Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T08:40:53.371Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T08:40:53.375Z] $ docker exec 7883a0422b2b4353ddc4d709ab995fc60ad2379263194fa772f925d81eebebc1 ssh-agent [2021-05-08T08:40:53.561Z] SSH_AUTH_SOCK=/tmp/ssh-O50Ilbnrh35z/agent.12 [2021-05-08T08:40:53.561Z] SSH_AGENT_PID=17 [2021-05-08T08:40:53.569Z] Running ssh-add (command line suppressed) [2021-05-08T08:40:53.700Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3405098265046751253.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3405098265046751253.key) [2021-05-08T08:40:53.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T08:40:54.072Z] + git semver push [2021-05-08T08:40:54.072Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T08:40:54.072Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-05-08T08:40:54.072Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T08:40:54.072Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T08:40:54.072Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T08:40:54.072Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T08:40:54.072Z] # $SEMVER_BRANCH = master [2021-05-08T08:40:54.072Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-05-08T08:40:58.310Z] $ docker exec --env ******** --env ******** 7883a0422b2b4353ddc4d709ab995fc60ad2379263194fa772f925d81eebebc1 ssh-agent -k [2021-05-08T08:40:58.479Z] unset SSH_AUTH_SOCK; [2021-05-08T08:40:58.480Z] unset SSH_AGENT_PID; [2021-05-08T08:40:58.480Z] echo Agent pid 17 killed; [2021-05-08T08:40:58.556Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T08:40:58.899Z] + git semver [Pipeline] } [2021-05-08T08:40:58.918Z] $ docker stop --time=1 7883a0422b2b4353ddc4d709ab995fc60ad2379263194fa772f925d81eebebc1 [2021-05-08T08:41:00.306Z] $ docker rm -f 7883a0422b2b4353ddc4d709ab995fc60ad2379263194fa772f925d81eebebc1 [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-08T08:41:01.214Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:41:01.789Z] ---> package-listing.sh [2021-05-08T08:41:01.789Z] ++ facter osfamily [2021-05-08T08:41:01.789Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-08T08:41:01.789Z] + OS_FAMILY=redhat [2021-05-08T08:41:01.789Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-05-08T08:41:01.789Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-08T08:41:01.789Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-08T08:41:01.789Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-08T08:41:01.789Z] + PACKAGES=/tmp/packages_start.txt [2021-05-08T08:41:01.789Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-08T08:41:01.789Z] + PACKAGES=/tmp/packages_end.txt [2021-05-08T08:41:01.789Z] + case "${OS_FAMILY}" in [2021-05-08T08:41:01.789Z] + rpm -qa [2021-05-08T08:41:01.789Z] + sort [2021-05-08T08:41:07.110Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-08T08:41:07.110Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-08T08:41:07.110Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-08T08:41:07.110Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-05-08T08:41:07.110Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-05-08T08:41:07.110Z] + 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-08T08:41:07.129Z] 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-08T08:41:07.430Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:41:07.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T08:41:07.747Z] [2021-05-08T08:41:07.747Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-08T08:41:08.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T08:41:08.064Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-08T08:41:08.064Z] df20fa9351a1: Pulling fs layer [2021-05-08T08:41:08.064Z] 36b3adc4ff6f: Pulling fs layer [2021-05-08T08:41:08.064Z] 8ad3a11d3b57: Pulling fs layer [2021-05-08T08:41:08.064Z] 46f8f816bc3b: Pulling fs layer [2021-05-08T08:41:08.064Z] 93b61091891f: Pulling fs layer [2021-05-08T08:41:08.064Z] 93b9cdb0e59b: Pulling fs layer [2021-05-08T08:41:08.064Z] 5e14af77c1be: Pulling fs layer [2021-05-08T08:41:08.064Z] 01666e4c0597: Pulling fs layer [2021-05-08T08:41:08.064Z] aa168da1d23b: Pulling fs layer [2021-05-08T08:41:08.064Z] 93b9cdb0e59b: Waiting [2021-05-08T08:41:08.064Z] 5e14af77c1be: Waiting [2021-05-08T08:41:08.064Z] 01666e4c0597: Waiting [2021-05-08T08:41:08.064Z] aa168da1d23b: Waiting [2021-05-08T08:41:08.064Z] 46f8f816bc3b: Waiting [2021-05-08T08:41:08.064Z] 93b61091891f: Waiting [2021-05-08T08:41:08.064Z] 36b3adc4ff6f: Verifying Checksum [2021-05-08T08:41:08.064Z] 36b3adc4ff6f: Download complete [2021-05-08T08:41:08.064Z] 46f8f816bc3b: Verifying Checksum [2021-05-08T08:41:08.064Z] 46f8f816bc3b: Download complete [2021-05-08T08:41:08.327Z] df20fa9351a1: Verifying Checksum [2021-05-08T08:41:08.327Z] df20fa9351a1: Download complete [2021-05-08T08:41:08.327Z] 93b9cdb0e59b: Download complete [2021-05-08T08:41:08.327Z] 5e14af77c1be: Verifying Checksum [2021-05-08T08:41:08.327Z] 5e14af77c1be: Download complete [2021-05-08T08:41:08.327Z] 01666e4c0597: Verifying Checksum [2021-05-08T08:41:08.327Z] 01666e4c0597: Download complete [2021-05-08T08:41:08.327Z] 93b61091891f: Verifying Checksum [2021-05-08T08:41:08.327Z] 93b61091891f: Download complete [2021-05-08T08:41:08.327Z] 8ad3a11d3b57: Verifying Checksum [2021-05-08T08:41:08.327Z] 8ad3a11d3b57: Download complete [2021-05-08T08:41:08.904Z] df20fa9351a1: Pull complete [2021-05-08T08:41:09.169Z] 36b3adc4ff6f: Pull complete [2021-05-08T08:41:10.572Z] 8ad3a11d3b57: Pull complete [2021-05-08T08:41:10.572Z] aa168da1d23b: Verifying Checksum [2021-05-08T08:41:10.572Z] aa168da1d23b: Download complete [2021-05-08T08:41:10.572Z] 46f8f816bc3b: Pull complete [2021-05-08T08:41:11.151Z] 93b61091891f: Pull complete [2021-05-08T08:41:11.151Z] 93b9cdb0e59b: Pull complete [2021-05-08T08:41:11.414Z] 5e14af77c1be: Pull complete [2021-05-08T08:41:11.414Z] 01666e4c0597: Pull complete [2021-05-08T08:41:19.602Z] aa168da1d23b: Pull complete [2021-05-08T08:41:19.602Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-08T08:41:19.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T08:41:19.602Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-08T08:41:19.782Z] prd-centos7-docker-4c-2g-3727 does not seem to be running inside a container [2021-05-08T08:41:19.835Z] $ 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-08T08:41:22.842Z] $ docker top 9deb4c5722e1ec2776f476a784ca7ef90932233bff458ebe80058803add72d53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T08:41:23.253Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-08T08:41:23.553Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-08T08:41:23.853Z] + ls /var/log/sa-host [2021-05-08T08:41:23.854Z] + sadf -c /var/log/sa-host/sa08 [2021-05-08T08:41:23.854Z] file_magic: OK [2021-05-08T08:41:23.854Z] HZ: Using current value: 100 [2021-05-08T08:41:23.854Z] file_header: OK [2021-05-08T08:41:23.854Z] 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-08T08:41:23.854Z] Statistics: [2021-05-08T08:41:23.854Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-08T08:41:23.854Z] File successfully converted to sysstat format version 12.2.1 [2021-05-08T08:41:23.854Z] + sadf -c /var/log/sa-host/sa23 [2021-05-08T08:41:23.854Z] file_magic: OK [2021-05-08T08:41:23.854Z] HZ: Using current value: 100 [2021-05-08T08:41:23.854Z] file_header: OK [2021-05-08T08:41:23.854Z] 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-08T08:41:23.854Z] Statistics: [2021-05-08T08:41:23.854Z] Hnuu...uuuununununu... [2021-05-08T08:41:23.854Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-08T08:41:24.454Z] provisioning config files... [2021-05-08T08:41:25.440Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2854312396255418300tmp [Pipeline] { [Pipeline] echo [2021-05-08T08:41:25.468Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:41:25.780Z] ---> create-netrc.sh [Pipeline] } [2021-05-08T08:41:25.792Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-08T08:41:25.820Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:41:26.124Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-08T08:41:26.137Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:41:26.435Z] ---> sudo-logs.sh [2021-05-08T08:41:26.435Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-08T08:41:26.465Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:41:26.765Z] ---> job-cost.sh [2021-05-08T08:41:26.765Z] lf-activate-venv: SKIPPING [2021-05-08T08:41:26.765Z] DEBUG: total: 0.20999999344348907 [2021-05-08T08:41:26.765Z] INFO: Retrieving Stack Cost... [2021-05-08T08:41:27.716Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T08:41:28.290Z] INFO: Archiving Costs [Pipeline] echo [2021-05-08T08:41:28.306Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T08:41:28.606Z] ---> logs-deploy.sh [2021-05-08T08:41:28.606Z] lf-activate-venv: SKIPPING [2021-05-08T08:41:28.606Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/106 [2021-05-08T08:41:28.606Z] INFO: archiving workspace using pattern(s): [2021-05-08T08:41:30.584Z] Archives upload complete. [2021-05-08T08:41:30.584Z] INFO: archiving logs to Nexus