Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c5ee145f18867369b4b969e29f85ac8cb41c0ca1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32019 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 > 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 Checking out Revision c5ee145f18867369b4b969e29f85ac8cb41c0ca1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-30T12:44:21.833Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-30T12:44:22.169Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-30T12:44:22.282Z] ========================================================= [2021-03-30T12:44:22.282Z] EdgeX Global Pipelines Version Info [2021-03-30T12:44:22.282Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:44:26.161Z] ------------------- [2021-03-30T12:44:26.161Z] stable info: [2021-03-30T12:44:26.161Z] ------------------- [2021-03-30T12:44:26.161Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-30T12:44:26.161Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-30T12:44:26.161Z] Message: update stable to v1.0.186 [2021-03-30T12:44:27.846Z] ------------------- [2021-03-30T12:44:27.846Z] experimental info: [2021-03-30T12:44:27.846Z] ------------------- [2021-03-30T12:44:27.846Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-30T12:44:27.846Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-30T12:44:27.846Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-30T12:44:28.332Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-30T12:44:28.452Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-30T12:44:28.546Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-30T12:44:28.643Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-30T12:44:28.748Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-30T12:44:28.854Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-30T12:44:28.972Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-30T12:44:29.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-30T12:44:29.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-30T12:44:29.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-30T12:44:29.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-30T12:44:29.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-30T12:44:29.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-30T12:44:29.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-30T12:44:29.781Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T12:44:29.886Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T12:44:29.983Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T12:44:30.102Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T12:44:30.210Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-30T12:44:30.310Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-30T12:44:30.411Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-30T12:44:30.528Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-30T12:44:30.634Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-30T12:44:30.728Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-30T12:44:30.936Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-30T12:44:31.036Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-30T12:44:31.162Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-30T12:44:31.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-30T12:44:31.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-30T12:44:31.458Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [Pipeline] echo [2021-03-30T12:44:31.547Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c5ee145 [Pipeline] echo [2021-03-30T12:44:31.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T12:44:31.845Z] provisioning config files... [2021-03-30T12:44:32.035Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9110880606762326964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:44:32.636Z] ---> docker-login.sh [2021-03-30T12:44:32.636Z] nexus3.edgexfoundry.org:10001 [2021-03-30T12:44:33.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:44:34.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:44:34.051Z] Configure a credential helper to remove this warning. See [2021-03-30T12:44:34.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:44:34.051Z] [2021-03-30T12:44:34.051Z] Login Succeeded [2021-03-30T12:44:34.051Z] nexus3.edgexfoundry.org:10002 [2021-03-30T12:44:34.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:44:34.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:44:34.710Z] Configure a credential helper to remove this warning. See [2021-03-30T12:44:34.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:44:34.710Z] [2021-03-30T12:44:34.710Z] Login Succeeded [2021-03-30T12:44:34.710Z] nexus3.edgexfoundry.org:10003 [2021-03-30T12:44:35.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:44:35.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:44:35.417Z] Configure a credential helper to remove this warning. See [2021-03-30T12:44:35.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:44:35.417Z] [2021-03-30T12:44:35.417Z] Login Succeeded [2021-03-30T12:44:35.417Z] nexus3.edgexfoundry.org:10004 [2021-03-30T12:44:35.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:44:35.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:44:35.703Z] Configure a credential helper to remove this warning. See [2021-03-30T12:44:35.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:44:35.703Z] [2021-03-30T12:44:35.703Z] Login Succeeded [2021-03-30T12:44:35.980Z] docker.io [2021-03-30T12:44:36.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:44:36.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:44:36.637Z] Configure a credential helper to remove this warning. See [2021-03-30T12:44:36.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:44:36.637Z] [2021-03-30T12:44:36.637Z] Login Succeeded [2021-03-30T12:44:36.637Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T12:44:36.722Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T12:44:37.930Z] + git log --format=format:%s -1 c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [Pipeline] echo [2021-03-30T12:44:38.082Z] GIT_COMMIT: c5ee145f18867369b4b969e29f85ac8cb41c0ca1, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-30T12:44:38.131Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:44:39.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T12:44:39.705Z] [2021-03-30T12:44:39.705Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:44:40.376Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T12:44:40.789Z] latest: Pulling from edgex-devops/git-semver [2021-03-30T12:44:40.789Z] 31603596830f: Pulling fs layer [2021-03-30T12:44:40.789Z] 2a8b12db71e7: Pulling fs layer [2021-03-30T12:44:40.789Z] 6ca5941a6612: Pulling fs layer [2021-03-30T12:44:40.789Z] ecc8261a40a4: Pulling fs layer [2021-03-30T12:44:40.789Z] ecc8261a40a4: Waiting [2021-03-30T12:44:40.789Z] 2a8b12db71e7: Verifying Checksum [2021-03-30T12:44:40.789Z] 2a8b12db71e7: Download complete [2021-03-30T12:44:41.642Z] 31603596830f: Verifying Checksum [2021-03-30T12:44:41.642Z] 31603596830f: Download complete [2021-03-30T12:44:42.395Z] ecc8261a40a4: Verifying Checksum [2021-03-30T12:44:42.395Z] ecc8261a40a4: Download complete [2021-03-30T12:44:42.698Z] 6ca5941a6612: Verifying Checksum [2021-03-30T12:44:42.698Z] 6ca5941a6612: Download complete [2021-03-30T12:44:42.698Z] 31603596830f: Pull complete [2021-03-30T12:44:42.997Z] 2a8b12db71e7: Pull complete [2021-03-30T12:44:45.768Z] 6ca5941a6612: Pull complete [2021-03-30T12:44:46.394Z] ecc8261a40a4: Pull complete [2021-03-30T12:44:46.394Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-30T12:44:46.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T12:44:46.394Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-30T12:44:46.877Z] prd-centos7-docker-4c-2g-32019 does not seem to be running inside a container [2021-03-30T12:44:47.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T12:44:51.315Z] $ docker top 706241694eae7d672c9e118dd6a9e7990a86b9f713513cbdd07f324e9f83561c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T12:44:52.078Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T12:44:52.078Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T12:44:52.956Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T12:44:52.966Z] $ docker exec 706241694eae7d672c9e118dd6a9e7990a86b9f713513cbdd07f324e9f83561c ssh-agent [2021-03-30T12:44:53.955Z] SSH_AUTH_SOCK=/tmp/ssh-UXchcWsvEMf8/agent.11 [2021-03-30T12:44:53.955Z] SSH_AGENT_PID=17 [2021-03-30T12:44:54.022Z] Running ssh-add (command line suppressed) [2021-03-30T12:44:54.665Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4680180817751991462.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4680180817751991462.key) [2021-03-30T12:44:55.058Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T12:44:55.720Z] + git tag --points-at HEAD [Pipeline] } [2021-03-30T12:44:55.925Z] $ docker exec --env ******** --env ******** 706241694eae7d672c9e118dd6a9e7990a86b9f713513cbdd07f324e9f83561c ssh-agent -k [2021-03-30T12:44:56.628Z] unset SSH_AUTH_SOCK; [2021-03-30T12:44:56.628Z] unset SSH_AGENT_PID; [2021-03-30T12:44:56.628Z] echo Agent pid 17 killed; [2021-03-30T12:44:56.947Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-30T12:44:57.110Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T12:44:57.111Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T12:44:57.802Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T12:44:57.885Z] $ docker exec 706241694eae7d672c9e118dd6a9e7990a86b9f713513cbdd07f324e9f83561c ssh-agent [2021-03-30T12:44:58.781Z] SSH_AUTH_SOCK=/tmp/ssh-xXelQhqXYbeb/agent.45 [2021-03-30T12:44:58.781Z] SSH_AGENT_PID=50 [2021-03-30T12:44:58.792Z] Running ssh-add (command line suppressed) [2021-03-30T12:44:59.512Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8288055757233730560.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8288055757233730560.key) [2021-03-30T12:44:59.913Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T12:45:00.820Z] + git semver init [2021-03-30T12:45:01.107Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T12:45:01.107Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-30T12:45:01.107Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-30T12:45:01.107Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T12:45:01.107Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T12:45:01.107Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T12:45:01.107Z] # $SEMVER_BRANCH = master [2021-03-30T12:45:01.107Z] # $SEMVER_TEMP = /tmp/semver-350147640 [2021-03-30T12:45:01.107Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-30T12:45:03.662Z] # '/tmp/semver-350147640' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-30T12:45:04.417Z] # -> Force: false [2021-03-30T12:45:04.417Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-30T12:45:04.437Z] $ docker exec --env ******** --env ******** 706241694eae7d672c9e118dd6a9e7990a86b9f713513cbdd07f324e9f83561c ssh-agent -k [2021-03-30T12:45:05.024Z] unset SSH_AUTH_SOCK; [2021-03-30T12:45:05.025Z] unset SSH_AGENT_PID; [2021-03-30T12:45:05.026Z] echo Agent pid 50 killed; [2021-03-30T12:45:05.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T12:45:06.754Z] + git semver [Pipeline] } [2021-03-30T12:45:06.882Z] $ docker stop --time=1 706241694eae7d672c9e118dd6a9e7990a86b9f713513cbdd07f324e9f83561c [2021-03-30T12:45:11.800Z] $ docker rm -f 706241694eae7d672c9e118dd6a9e7990a86b9f713513cbdd07f324e9f83561c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T12:45:12.460Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-30T12:45:14.144Z] Stashed 1 file(s) [Pipeline] echo [2021-03-30T12:45:14.147Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.26 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-30T12:45:29.742Z] Still waiting to schedule task [2021-03-30T12:45:29.742Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32019’ [2021-03-30T12:45:29.745Z] Still waiting to schedule task [2021-03-30T12:45:29.745Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-30T12:47:14.553Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32020 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-30T12:47:14.617Z] Running in /w/workspace/edgex-ui-go/84 [Pipeline] { [Pipeline] checkout [2021-03-30T12:47:20.240Z] using credential edgex-jenkins-ssh [2021-03-30T12:47:20.366Z] Cloning the remote Git repository [2021-03-30T12:47:20.412Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-30T12:47:20.525Z] > git init /w/workspace/edgex-ui-go/84 # timeout=10 [2021-03-30T12:47:20.595Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-30T12:47:20.596Z] > git --version # timeout=10 [2021-03-30T12:47:20.615Z] > git --version # 'git version 2.17.1' [2021-03-30T12:47:20.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T12:47:20.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T12:47:22.314Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-30T12:47:22.337Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T12:47:22.365Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-30T12:47:22.396Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-30T12:47:22.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T12:47:22.408Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T12:47:22.899Z] Checking out Revision c5ee145f18867369b4b969e29f85ac8cb41c0ca1 (master) [2021-03-30T12:47:22.918Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T12:47:22.933Z] > git checkout -f c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 [2021-03-30T12:47:27.500Z] 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-03-30T12:47:29.295Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-30T12:47:29.729Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T12:47:30.076Z] + sudo service docker restart [2021-03-30T12:47:30.076Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T12:47:32.792Z] provisioning config files... [2021-03-30T12:47:32.837Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/84@tmp/config6156415387331722129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:47:33.321Z] ---> docker-login.sh [2021-03-30T12:47:33.321Z] nexus3.edgexfoundry.org:10001 [2021-03-30T12:47:34.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:47:34.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:47:34.762Z] Configure a credential helper to remove this warning. See [2021-03-30T12:47:34.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:47:34.762Z] [2021-03-30T12:47:34.762Z] Login Succeeded [2021-03-30T12:47:34.762Z] nexus3.edgexfoundry.org:10002 [2021-03-30T12:47:35.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:47:35.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:47:35.360Z] Configure a credential helper to remove this warning. See [2021-03-30T12:47:35.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:47:35.360Z] [2021-03-30T12:47:35.360Z] Login Succeeded [2021-03-30T12:47:35.360Z] nexus3.edgexfoundry.org:10003 [2021-03-30T12:47:35.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:47:35.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:47:35.959Z] Configure a credential helper to remove this warning. See [2021-03-30T12:47:35.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:47:35.959Z] [2021-03-30T12:47:35.959Z] Login Succeeded [2021-03-30T12:47:35.959Z] nexus3.edgexfoundry.org:10004 [2021-03-30T12:47:36.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:47:36.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:47:36.558Z] Configure a credential helper to remove this warning. See [2021-03-30T12:47:36.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:47:36.558Z] [2021-03-30T12:47:36.558Z] Login Succeeded [2021-03-30T12:47:36.558Z] docker.io [2021-03-30T12:47:36.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:47:37.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:47:37.428Z] Configure a credential helper to remove this warning. See [2021-03-30T12:47:37.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:47:37.428Z] [2021-03-30T12:47:37.428Z] Login Succeeded [2021-03-30T12:47:37.428Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T12:47:37.448Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-30T12:47:37.940Z] ========================================================= [2021-03-30T12:47:37.940Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-30T12:47:37.940Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:47:38.333Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-30T12:47:38.934Z] Sending build context to Docker daemon 17.36MB [2021-03-30T12:47:39.211Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T12:47:39.211Z] Step 2/8 : FROM ${BASE} [2021-03-30T12:47:39.211Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-30T12:47:39.211Z] 5f621e34cdf4: Pulling fs layer [2021-03-30T12:47:39.211Z] a4357932f1b6: Pulling fs layer [2021-03-30T12:47:39.211Z] 18c013af1878: Pulling fs layer [2021-03-30T12:47:39.211Z] 00ac8860ef70: Pulling fs layer [2021-03-30T12:47:39.211Z] 63d7cb157983: Pulling fs layer [2021-03-30T12:47:39.211Z] b116817d02f9: Pulling fs layer [2021-03-30T12:47:39.211Z] 745a02a5169b: Pulling fs layer [2021-03-30T12:47:39.211Z] 00ac8860ef70: Waiting [2021-03-30T12:47:39.211Z] 63d7cb157983: Waiting [2021-03-30T12:47:39.211Z] b116817d02f9: Waiting [2021-03-30T12:47:39.211Z] 745a02a5169b: Waiting [2021-03-30T12:47:39.211Z] 18c013af1878: Verifying Checksum [2021-03-30T12:47:39.211Z] 18c013af1878: Download complete [2021-03-30T12:47:39.211Z] a4357932f1b6: Verifying Checksum [2021-03-30T12:47:39.211Z] a4357932f1b6: Download complete [2021-03-30T12:47:39.211Z] 63d7cb157983: Verifying Checksum [2021-03-30T12:47:39.211Z] 63d7cb157983: Download complete [2021-03-30T12:47:39.211Z] b116817d02f9: Verifying Checksum [2021-03-30T12:47:39.211Z] b116817d02f9: Download complete [2021-03-30T12:47:39.487Z] 5f621e34cdf4: Verifying Checksum [2021-03-30T12:47:39.487Z] 5f621e34cdf4: Download complete [2021-03-30T12:47:40.095Z] 5f621e34cdf4: Pull complete [2021-03-30T12:47:40.703Z] a4357932f1b6: Pull complete [2021-03-30T12:47:41.308Z] 18c013af1878: Pull complete [2021-03-30T12:47:42.301Z] 745a02a5169b: Verifying Checksum [2021-03-30T12:47:42.301Z] 745a02a5169b: Download complete [2021-03-30T12:47:43.299Z] 00ac8860ef70: Verifying Checksum [2021-03-30T12:47:43.299Z] 00ac8860ef70: Download complete [2021-03-30T12:47:52.252Z] Running on prd-centos7-docker-4c-2g-32021 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-30T12:47:52.320Z] Running in /w/workspace/edgex-ui-go/84 [Pipeline] { [Pipeline] checkout [2021-03-30T12:47:53.473Z] 00ac8860ef70: Pull complete [2021-03-30T12:47:53.473Z] 63d7cb157983: Pull complete [2021-03-30T12:47:53.473Z] b116817d02f9: Pull complete [2021-03-30T12:47:54.596Z] using credential edgex-jenkins-ssh [2021-03-30T12:47:54.653Z] Cloning the remote Git repository [2021-03-30T12:47:54.196Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-30T12:47:54.266Z] > git init /w/workspace/edgex-ui-go/84 # timeout=10 [2021-03-30T12:47:54.333Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-30T12:47:54.334Z] > git --version # timeout=10 [2021-03-30T12:47:54.341Z] > git --version # 'git version 2.24.3' [2021-03-30T12:47:54.341Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T12:47:54.368Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T12:47:56.161Z] Checking out Revision c5ee145f18867369b4b969e29f85ac8cb41c0ca1 (master) [2021-03-30T12:47:55.288Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-30T12:47:55.296Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T12:47:55.309Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-30T12:47:55.328Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-30T12:47:55.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T12:47:55.335Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T12:47:55.822Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T12:47:55.828Z] > git checkout -f c5ee145f18867369b4b969e29f85ac8cb41c0ca1 # timeout=10 [2021-03-30T12:47:56.869Z] 745a02a5169b: Pull complete [2021-03-30T12:47:56.869Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-30T12:47:56.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-30T12:47:56.869Z] ---> b7e6874047d6 [2021-03-30T12:47:56.869Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-30T12:47:59.501Z] ---> Running in f2041c8f944b [2021-03-30T12:47:59.770Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-30T12:48:00.099Z] Removing intermediate container f2041c8f944b [2021-03-30T12:48:00.099Z] ---> 10b43f1ea639 [2021-03-30T12:48:00.099Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T12:48:00.099Z] ---> Running in 5e9976e3e0ef [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T12:48:01.083Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-30T12:48:01.410Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T12:48:01.725Z] + sudo service docker restart [2021-03-30T12:48:01.725Z] + true [2021-03-30T12:48:01.725Z] Redirecting to /bin/systemctl restart docker.service [2021-03-30T12:48:02.739Z] Removing intermediate container 5e9976e3e0ef [2021-03-30T12:48:02.739Z] ---> d332483d0c06 [2021-03-30T12:48:02.739Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-30T12:48:02.739Z] ---> Running in 2274a497dc2f [Pipeline] withEnv [Pipeline] { [2021-03-30T12:48:03.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] wrap [2021-03-30T12:48:03.731Z] provisioning config files... [2021-03-30T12:48:03.761Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/84@tmp/config7388934742276899451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:48:04.148Z] ---> docker-login.sh [2021-03-30T12:48:04.148Z] nexus3.edgexfoundry.org:10001 [2021-03-30T12:48:04.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T12:48:04.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:48:04.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:48:04.411Z] Configure a credential helper to remove this warning. See [2021-03-30T12:48:04.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:48:04.411Z] [2021-03-30T12:48:04.411Z] Login Succeeded [2021-03-30T12:48:04.411Z] nexus3.edgexfoundry.org:10002 [2021-03-30T12:48:04.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:48:04.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:48:04.673Z] Configure a credential helper to remove this warning. See [2021-03-30T12:48:04.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:48:04.673Z] [2021-03-30T12:48:04.673Z] Login Succeeded [2021-03-30T12:48:04.673Z] nexus3.edgexfoundry.org:10003 [2021-03-30T12:48:04.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:48:04.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:48:04.939Z] Configure a credential helper to remove this warning. See [2021-03-30T12:48:04.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:48:04.939Z] [2021-03-30T12:48:04.939Z] Login Succeeded [2021-03-30T12:48:04.939Z] nexus3.edgexfoundry.org:10004 [2021-03-30T12:48:04.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:48:04.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:48:04.939Z] Configure a credential helper to remove this warning. See [2021-03-30T12:48:04.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:48:04.939Z] [2021-03-30T12:48:04.939Z] Login Succeeded [2021-03-30T12:48:04.939Z] docker.io [2021-03-30T12:48:05.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:48:05.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:48:05.469Z] Configure a credential helper to remove this warning. See [2021-03-30T12:48:05.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:48:05.469Z] [2021-03-30T12:48:05.469Z] Login Succeeded [2021-03-30T12:48:05.469Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T12:48:05.480Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-30T12:48:05.755Z] OK: 142 MiB in 39 packages [Pipeline] echo [2021-03-30T12:48:05.905Z] ========================================================= [2021-03-30T12:48:05.905Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-30T12:48:05.905Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:48:06.256Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-30T12:48:06.519Z] Sending build context to Docker daemon 17.36MB [2021-03-30T12:48:06.519Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T12:48:06.519Z] Step 2/8 : FROM ${BASE} [2021-03-30T12:48:06.519Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-30T12:48:06.519Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T12:48:06.519Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T12:48:06.519Z] de9db76c5a1d: Pulling fs layer [2021-03-30T12:48:06.519Z] bca2f99d35d6: Pulling fs layer [2021-03-30T12:48:06.519Z] 93359f2a8cfa: Pulling fs layer [2021-03-30T12:48:06.519Z] 7c6f9722023f: Pulling fs layer [2021-03-30T12:48:06.519Z] a35cf1a2eb13: Pulling fs layer [2021-03-30T12:48:06.519Z] 93359f2a8cfa: Waiting [2021-03-30T12:48:06.519Z] 7c6f9722023f: Waiting [2021-03-30T12:48:06.519Z] a35cf1a2eb13: Waiting [2021-03-30T12:48:06.519Z] bca2f99d35d6: Waiting [2021-03-30T12:48:06.783Z] de9db76c5a1d: Download complete [2021-03-30T12:48:06.783Z] 0ef7d3d256c8: Verifying Checksum [2021-03-30T12:48:06.783Z] 0ef7d3d256c8: Download complete [2021-03-30T12:48:06.783Z] 93359f2a8cfa: Download complete [2021-03-30T12:48:06.783Z] 188c0c94c7c5: Download complete [2021-03-30T12:48:06.783Z] 7c6f9722023f: Verifying Checksum [2021-03-30T12:48:06.783Z] 7c6f9722023f: Download complete [2021-03-30T12:48:07.062Z] 188c0c94c7c5: Pull complete [2021-03-30T12:48:07.196Z] Removing intermediate container 2274a497dc2f [2021-03-30T12:48:07.196Z] ---> f90d317f6395 [2021-03-30T12:48:07.196Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-30T12:48:07.196Z] ---> Running in 5acdcf094c36 [2021-03-30T12:48:07.330Z] 0ef7d3d256c8: Pull complete [2021-03-30T12:48:07.330Z] de9db76c5a1d: Pull complete [2021-03-30T12:48:07.468Z] Removing intermediate container 5acdcf094c36 [2021-03-30T12:48:07.468Z] ---> cb3902b64375 [2021-03-30T12:48:07.468Z] Step 7/8 : COPY . . [2021-03-30T12:48:08.726Z] a35cf1a2eb13: Verifying Checksum [2021-03-30T12:48:08.726Z] a35cf1a2eb13: Download complete [2021-03-30T12:48:09.308Z] bca2f99d35d6: Verifying Checksum [2021-03-30T12:48:09.308Z] bca2f99d35d6: Download complete [2021-03-30T12:48:10.096Z] ---> e85bafdd5d2d [2021-03-30T12:48:10.096Z] Step 8/8 : RUN go mod download [2021-03-30T12:48:10.096Z] ---> Running in 66be3d9df409 [2021-03-30T12:48:14.661Z] bca2f99d35d6: Pull complete [2021-03-30T12:48:14.661Z] 93359f2a8cfa: Pull complete [2021-03-30T12:48:14.661Z] 7c6f9722023f: Pull complete [2021-03-30T12:48:21.307Z] a35cf1a2eb13: Pull complete [2021-03-30T12:48:21.307Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-30T12:48:21.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-30T12:48:21.307Z] ---> a62c8e92a672 [2021-03-30T12:48:21.307Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-30T12:48:21.569Z] ---> Running in 23df3548491a [2021-03-30T12:48:21.833Z] Removing intermediate container 23df3548491a [2021-03-30T12:48:21.833Z] ---> ed8a55c3e660 [2021-03-30T12:48:21.833Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T12:48:21.833Z] ---> Running in 1d6089b676d9 [2021-03-30T12:48:22.783Z] Removing intermediate container 1d6089b676d9 [2021-03-30T12:48:22.783Z] ---> 0705681699b8 [2021-03-30T12:48:22.783Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-30T12:48:23.045Z] ---> Running in cdb34caaa130 [2021-03-30T12:48:23.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T12:48:24.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T12:48:24.838Z] OK: 166 MiB in 39 packages [2021-03-30T12:48:25.101Z] Removing intermediate container cdb34caaa130 [2021-03-30T12:48:25.101Z] ---> 4c174abf540c [2021-03-30T12:48:25.101Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-30T12:48:25.363Z] ---> Running in 9ff327890840 [2021-03-30T12:48:25.363Z] Removing intermediate container 9ff327890840 [2021-03-30T12:48:25.363Z] ---> 823c346184bd [2021-03-30T12:48:25.363Z] Step 7/8 : COPY . . [2021-03-30T12:48:27.923Z] ---> 9e59a77972f6 [2021-03-30T12:48:27.923Z] Step 8/8 : RUN go mod download [2021-03-30T12:48:27.923Z] ---> Running in 933722de4d32 [2021-03-30T12:48:42.439Z] Removing intermediate container 66be3d9df409 [2021-03-30T12:48:42.439Z] ---> 7c29d87f34de [2021-03-30T12:48:42.439Z] Successfully built 7c29d87f34de [2021-03-30T12:48:42.439Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:48:42.793Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T12:48:42.793Z] . [Pipeline] withDockerContainer [2021-03-30T12:48:43.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-32020 does not seem to be running inside a container [2021-03-30T12:48:43.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/84 -v /w/workspace/edgex-ui-go/84:/w/workspace/edgex-ui-go/84:rw,z -v /w/workspace/edgex-ui-go/84@tmp:/w/workspace/edgex-ui-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-30T12:48:44.643Z] $ docker top 0682a39148a38a1383336ea955614aeb0db04d505c2fe4ff4959abb8200907f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T12:48:45.688Z] + go version [2021-03-30T12:48:45.688Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-30T12:48:45.704Z] $ docker stop --time=1 0682a39148a38a1383336ea955614aeb0db04d505c2fe4ff4959abb8200907f4 [2021-03-30T12:48:47.661Z] $ docker rm -f 0682a39148a38a1383336ea955614aeb0db04d505c2fe4ff4959abb8200907f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:48:48.717Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T12:48:48.717Z] . [Pipeline] withDockerContainer [2021-03-30T12:48:48.982Z] prd-ubuntu18.04-docker-arm64-4c-16g-32020 does not seem to be running inside a container [2021-03-30T12:48:49.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/84 -v /w/workspace/edgex-ui-go/84:/w/workspace/edgex-ui-go/84:rw,z -v /w/workspace/edgex-ui-go/84@tmp:/w/workspace/edgex-ui-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-30T12:48:50.502Z] $ docker top 8dbe23cff08da3b028ce1cb7e242a866deb642c5aaec80cec856394e589be183 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T12:48:51.538Z] + make test [2021-03-30T12:48:51.538Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-30T12:48:52.986Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-30T12:48:54.579Z] Removing intermediate container 933722de4d32 [2021-03-30T12:48:54.579Z] ---> 7535a15b0df7 [2021-03-30T12:48:54.579Z] Successfully built 7535a15b0df7 [2021-03-30T12:48:54.579Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:48:54.901Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T12:48:54.901Z] . [Pipeline] withDockerContainer [2021-03-30T12:48:55.185Z] prd-centos7-docker-4c-2g-32021 does not seem to be running inside a container [2021-03-30T12:48:55.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/84 -v /w/workspace/edgex-ui-go/84:/w/workspace/edgex-ui-go/84:rw,z -v /w/workspace/edgex-ui-go/84@tmp:/w/workspace/edgex-ui-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T12:48:56.134Z] $ docker top 23da4a6f07379aa24f0afd2f3505b3b287d91cff296372107b58ec148477a380 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T12:48:56.631Z] + go version [2021-03-30T12:48:56.631Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-30T12:48:56.642Z] $ docker stop --time=1 23da4a6f07379aa24f0afd2f3505b3b287d91cff296372107b58ec148477a380 [2021-03-30T12:48:57.995Z] $ docker rm -f 23da4a6f07379aa24f0afd2f3505b3b287d91cff296372107b58ec148477a380 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:48:58.833Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T12:48:58.833Z] . [Pipeline] withDockerContainer [2021-03-30T12:48:58.937Z] prd-centos7-docker-4c-2g-32021 does not seem to be running inside a container [2021-03-30T12:48:58.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/84 -v /w/workspace/edgex-ui-go/84:/w/workspace/edgex-ui-go/84:rw,z -v /w/workspace/edgex-ui-go/84@tmp:/w/workspace/edgex-ui-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T12:49:00.013Z] $ docker top 74f3608767e03658745d70448d8135c55c07ce015136a778d85025ca9715bbb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T12:49:00.535Z] + make test [2021-03-30T12:49:00.535Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-30T12:49:01.942Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-30T12:49:12.050Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-30T12:49:12.050Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-30T12:49:13.017Z] $ docker stop --time=1 74f3608767e03658745d70448d8135c55c07ce015136a778d85025ca9715bbb8 [2021-03-30T12:49:15.350Z] $ docker rm -f 74f3608767e03658745d70448d8135c55c07ce015136a778d85025ca9715bbb8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T12:49:16.019Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-30T12:49:16.408Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-30T12:49:19.251Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-30T12:49:19.553Z] + ls -al . [2021-03-30T12:49:19.553Z] total 92 [2021-03-30T12:49:19.553Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 30 12:49 . [2021-03-30T12:49:19.553Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 30 12:47 .. [2021-03-30T12:49:19.553Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 30 12:47 assets [2021-03-30T12:49:19.553Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 30 12:47 bin [2021-03-30T12:49:19.553Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 30 12:47 cmd [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 30 12:47 CONTRIBUTING.md [2021-03-30T12:49:19.553Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 30 12:49 coverage.out [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 30 12:47 Dockerfile [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 30 12:47 Dockerfile.build [2021-03-30T12:49:19.553Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 30 12:47 docs [2021-03-30T12:49:19.553Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 30 12:47 .git [2021-03-30T12:49:19.553Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 30 12:47 .github [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 30 12:47 .gitignore [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 30 12:47 go.mod [2021-03-30T12:49:19.553Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 30 12:49 go.sum [2021-03-30T12:49:19.553Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 30 12:47 internal [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 30 12:47 Jenkinsfile [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 30 12:47 LICENSE [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 30 12:47 Makefile [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 30 12:47 README.md [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 30 12:45 VERSION [2021-03-30T12:49:19.553Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 30 12:47 version.go [2021-03-30T12:49:19.553Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 30 12:47 web [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:19.865Z] + 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=c5ee145f18867369b4b969e29f85ac8cb41c0ca1 --label arch=amd64 --label version=2.0.0-dev.26 . [2021-03-30T12:49:20.128Z] Sending build context to Docker daemon 17.39MB [2021-03-30T12:49:20.128Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T12:49:20.128Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-30T12:49:20.128Z] ---> 7535a15b0df7 [2021-03-30T12:49:20.128Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-30T12:49:21.520Z] ---> Running in b13e167b0d44 [2021-03-30T12:49:21.520Z] Removing intermediate container b13e167b0d44 [2021-03-30T12:49:21.520Z] ---> b1ad28d39ebb [2021-03-30T12:49:21.520Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-30T12:49:21.520Z] ---> Running in 00342ed52584 [2021-03-30T12:49:21.782Z] Removing intermediate container 00342ed52584 [2021-03-30T12:49:21.782Z] ---> 2b84907f1893 [2021-03-30T12:49:21.782Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-30T12:49:21.782Z] ---> Running in c65e9f2433bd [2021-03-30T12:49:22.046Z] Removing intermediate container c65e9f2433bd [2021-03-30T12:49:22.046Z] ---> b7cc7bd1bfc5 [2021-03-30T12:49:22.046Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-30T12:49:22.046Z] ---> Running in 18aad30ae439 [2021-03-30T12:49:22.309Z] Removing intermediate container 18aad30ae439 [2021-03-30T12:49:22.309Z] ---> 48373aa13732 [2021-03-30T12:49:22.309Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-30T12:49:22.309Z] ---> Running in 05320d13a70c [2021-03-30T12:49:22.573Z] Removing intermediate container 05320d13a70c [2021-03-30T12:49:22.573Z] ---> 22ce1f3b836c [2021-03-30T12:49:22.573Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T12:49:22.573Z] ---> Running in 90f7556f5bb4 [2021-03-30T12:49:23.521Z] Removing intermediate container 90f7556f5bb4 [2021-03-30T12:49:23.521Z] ---> 8cb726b6282b [2021-03-30T12:49:23.521Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-30T12:49:23.521Z] ---> Running in caca9052ae21 [2021-03-30T12:49:23.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T12:49:24.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T12:49:25.001Z] OK: 166 MiB in 39 packages [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-30T12:49:25.377Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-30T12:49:25.377Z] GO111MODULE=on go vet ./... [2021-03-30T12:49:25.575Z] Removing intermediate container caca9052ae21 [2021-03-30T12:49:25.575Z] ---> 91f0ee8c7ae9 [2021-03-30T12:49:25.575Z] Step 10/24 : ENV GO111MODULE=on [2021-03-30T12:49:25.575Z] ---> Running in 4d62d3417b9c [2021-03-30T12:49:25.575Z] Removing intermediate container 4d62d3417b9c [2021-03-30T12:49:25.575Z] ---> 6b2b60822cd3 [2021-03-30T12:49:25.575Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-30T12:49:25.837Z] ---> Running in 80ae9768109a [2021-03-30T12:49:25.837Z] Removing intermediate container 80ae9768109a [2021-03-30T12:49:25.837Z] ---> 725db09ab5c1 [2021-03-30T12:49:25.837Z] Step 12/24 : COPY go.mod . [2021-03-30T12:49:26.099Z] ---> dd79c803135a [2021-03-30T12:49:26.099Z] Step 13/24 : COPY Makefile . [2021-03-30T12:49:26.361Z] ---> 04df891ad39e [2021-03-30T12:49:26.361Z] Step 14/24 : RUN make update [2021-03-30T12:49:26.361Z] ---> Running in aac894dd7ea8 [2021-03-30T12:49:26.942Z] CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] } [2021-03-30T12:49:27.380Z] $ docker stop --time=1 8dbe23cff08da3b028ce1cb7e242a866deb642c5aaec80cec856394e589be183 [2021-03-30T12:49:27.519Z] Removing intermediate container aac894dd7ea8 [2021-03-30T12:49:27.519Z] ---> 7d2bf196e2dd [2021-03-30T12:49:27.519Z] Step 15/24 : COPY . . [2021-03-30T12:49:29.443Z] ---> e5d10084d023 [2021-03-30T12:49:29.443Z] Step 16/24 : RUN ${MAKE} [2021-03-30T12:49:29.443Z] ---> Running in aa803afbcdc2 [2021-03-30T12:49:29.610Z] $ docker rm -f 8dbe23cff08da3b028ce1cb7e242a866deb642c5aaec80cec856394e589be183 [2021-03-30T12:49:30.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.26" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T12:49:30.549Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-30T12:49:30.568Z] Warning: overwriting stash ‘coverage-report’ [2021-03-30T12:49:31.403Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T12:49:32.127Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-30T12:49:32.524Z] + ls -al . [2021-03-30T12:49:32.524Z] total 124 [2021-03-30T12:49:32.524Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 30 12:48 . [2021-03-30T12:49:32.524Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 12:47 .. [2021-03-30T12:49:32.524Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 30 12:47 .git [2021-03-30T12:49:32.524Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 12:47 .github [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 30 12:47 .gitignore [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 30 12:47 CONTRIBUTING.md [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 30 12:47 Dockerfile [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 30 12:47 Dockerfile.build [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 30 12:47 Jenkinsfile [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 30 12:47 LICENSE [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 30 12:47 Makefile [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 30 12:47 README.md [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 30 12:45 VERSION [2021-03-30T12:49:32.524Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 30 12:47 assets [2021-03-30T12:49:32.524Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 12:47 bin [2021-03-30T12:49:32.524Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 30 12:47 cmd [2021-03-30T12:49:32.524Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 30 12:48 coverage.out [2021-03-30T12:49:32.524Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 30 12:47 docs [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 30 12:47 go.mod [2021-03-30T12:49:32.524Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 30 12:48 go.sum [2021-03-30T12:49:32.524Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 30 12:47 internal [2021-03-30T12:49:32.524Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 30 12:47 version.go [2021-03-30T12:49:32.524Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 12:47 web [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:32.964Z] + 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=c5ee145f18867369b4b969e29f85ac8cb41c0ca1 --label arch=arm64 --label version=2.0.0-dev.26 . [2021-03-30T12:49:33.566Z] Sending build context to Docker daemon 17.39MB [2021-03-30T12:49:33.839Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T12:49:33.839Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-30T12:49:33.839Z] ---> 7c29d87f34de [2021-03-30T12:49:33.839Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-30T12:49:34.431Z] ---> Running in 62146bd01fe8 [2021-03-30T12:49:34.706Z] Removing intermediate container 62146bd01fe8 [2021-03-30T12:49:34.706Z] ---> 0a632363b4be [2021-03-30T12:49:34.706Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-30T12:49:34.706Z] ---> Running in 1769092d0f5f [2021-03-30T12:49:35.316Z] Removing intermediate container 1769092d0f5f [2021-03-30T12:49:35.316Z] ---> c718eef3abc4 [2021-03-30T12:49:35.316Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-30T12:49:35.316Z] ---> Running in 6823b9518f4f [2021-03-30T12:49:35.910Z] Removing intermediate container 6823b9518f4f [2021-03-30T12:49:35.910Z] ---> d066cae14a1e [2021-03-30T12:49:35.910Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-30T12:49:35.910Z] ---> Running in f195913f4abb [2021-03-30T12:49:36.503Z] Removing intermediate container f195913f4abb [2021-03-30T12:49:36.503Z] ---> 0ca6773135df [2021-03-30T12:49:36.503Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-30T12:49:36.503Z] ---> Running in e23ba83c0290 [2021-03-30T12:49:36.776Z] Removing intermediate container e23ba83c0290 [2021-03-30T12:49:36.776Z] ---> 6b9fd6437683 [2021-03-30T12:49:36.776Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T12:49:37.056Z] ---> Running in 93601c93e88f [2021-03-30T12:49:38.284Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-30T12:49:39.030Z] Removing intermediate container 93601c93e88f [2021-03-30T12:49:39.030Z] ---> e5b8024bf404 [2021-03-30T12:49:39.030Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-30T12:49:39.303Z] ---> Running in 07ae94a91e8b [2021-03-30T12:49:40.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T12:49:41.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T12:49:41.599Z] Removing intermediate container aa803afbcdc2 [2021-03-30T12:49:41.599Z] ---> 56c982caa7cd [2021-03-30T12:49:41.599Z] Step 17/24 : FROM alpine:3.12 [2021-03-30T12:49:41.861Z] OK: 142 MiB in 39 packages [2021-03-30T12:49:42.173Z] 3.12: Pulling from library/alpine [2021-03-30T12:49:42.173Z] 22599d3e9e25: Pulling fs layer [2021-03-30T12:49:42.173Z] 22599d3e9e25: Download complete [2021-03-30T12:49:42.435Z] 22599d3e9e25: Pull complete [2021-03-30T12:49:42.435Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T12:49:42.435Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T12:49:42.435Z] ---> 42cb162f0360 [2021-03-30T12:49:42.435Z] Step 18/24 : EXPOSE 4000 [2021-03-30T12:49:42.699Z] ---> Running in 66b6cd754a19 [2021-03-30T12:49:42.699Z] Removing intermediate container 66b6cd754a19 [2021-03-30T12:49:42.699Z] ---> 536566569288 [2021-03-30T12:49:42.699Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-30T12:49:43.303Z] Removing intermediate container 07ae94a91e8b [2021-03-30T12:49:43.303Z] ---> e254c455da40 [2021-03-30T12:49:43.303Z] Step 10/24 : ENV GO111MODULE=on [2021-03-30T12:49:43.303Z] ---> Running in 2071b8cb69af [2021-03-30T12:49:43.578Z] Removing intermediate container 2071b8cb69af [2021-03-30T12:49:43.578Z] ---> 751291be3097 [2021-03-30T12:49:43.578Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-30T12:49:43.853Z] ---> Running in b0cebd4d36f9 [2021-03-30T12:49:44.092Z] ---> a7efb92db4b9 [2021-03-30T12:49:44.092Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-30T12:49:44.092Z] ---> Running in 2baa466e2ec9 [2021-03-30T12:49:44.354Z] Removing intermediate container 2baa466e2ec9 [2021-03-30T12:49:44.354Z] ---> a3ccde60c7b6 [2021-03-30T12:49:44.354Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-30T12:49:44.354Z] ---> Running in 621d661de257 [2021-03-30T12:49:44.354Z] Removing intermediate container 621d661de257 [2021-03-30T12:49:44.354Z] ---> a574548678bb [2021-03-30T12:49:44.354Z] Step 22/24 : LABEL arch=amd64 [2021-03-30T12:49:44.450Z] Removing intermediate container b0cebd4d36f9 [2021-03-30T12:49:44.450Z] ---> e4518f22d414 [2021-03-30T12:49:44.450Z] Step 12/24 : COPY go.mod . [2021-03-30T12:49:44.631Z] ---> Running in 4a5b5922d910 [2021-03-30T12:49:44.631Z] Removing intermediate container 4a5b5922d910 [2021-03-30T12:49:44.631Z] ---> 728d2a59c89c [2021-03-30T12:49:44.631Z] Step 23/24 : LABEL git_sha=c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [2021-03-30T12:49:44.927Z] ---> Running in 9bbb2dfdbb7c [2021-03-30T12:49:44.927Z] Removing intermediate container 9bbb2dfdbb7c [2021-03-30T12:49:44.927Z] ---> 50991b9ef127 [2021-03-30T12:49:44.927Z] Step 24/24 : LABEL version=2.0.0-dev.26 [2021-03-30T12:49:44.927Z] ---> Running in 09c6dbabff26 [2021-03-30T12:49:45.045Z] ---> b9dd889d7292 [2021-03-30T12:49:45.045Z] Step 13/24 : COPY Makefile . [2021-03-30T12:49:45.193Z] Removing intermediate container 09c6dbabff26 [2021-03-30T12:49:45.193Z] ---> 32cd8f0df9fe [2021-03-30T12:49:45.193Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-30T12:49:45.193Z] Successfully built 32cd8f0df9fe [2021-03-30T12:49:45.193Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T12:49:45.593Z] provisioning config files... [2021-03-30T12:49:45.653Z] ---> 9ee53077ad9d [2021-03-30T12:49:45.653Z] Step 14/24 : RUN make update [2021-03-30T12:49:45.657Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/84@tmp/config1593639699679125539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:49:45.937Z] ---> Running in 545f211d591c [2021-03-30T12:49:46.041Z] ---> docker-login.sh [2021-03-30T12:49:46.041Z] nexus3.edgexfoundry.org:10001 [2021-03-30T12:49:46.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:49:46.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:49:46.305Z] Configure a credential helper to remove this warning. See [2021-03-30T12:49:46.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:49:46.305Z] [2021-03-30T12:49:46.305Z] Login Succeeded [2021-03-30T12:49:46.305Z] nexus3.edgexfoundry.org:10002 [2021-03-30T12:49:46.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:49:46.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:49:46.305Z] Configure a credential helper to remove this warning. See [2021-03-30T12:49:46.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:49:46.305Z] [2021-03-30T12:49:46.305Z] Login Succeeded [2021-03-30T12:49:46.305Z] nexus3.edgexfoundry.org:10003 [2021-03-30T12:49:46.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:49:46.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:49:46.567Z] Configure a credential helper to remove this warning. See [2021-03-30T12:49:46.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:49:46.567Z] [2021-03-30T12:49:46.567Z] Login Succeeded [2021-03-30T12:49:46.567Z] nexus3.edgexfoundry.org:10004 [2021-03-30T12:49:46.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:49:46.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:49:46.829Z] Configure a credential helper to remove this warning. See [2021-03-30T12:49:46.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:49:46.829Z] [2021-03-30T12:49:46.829Z] Login Succeeded [2021-03-30T12:49:46.829Z] docker.io [2021-03-30T12:49:46.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:49:46.916Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-30T12:49:47.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:49:47.091Z] Configure a credential helper to remove this warning. See [2021-03-30T12:49:47.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:49:47.091Z] [2021-03-30T12:49:47.091Z] Login Succeeded [2021-03-30T12:49:47.091Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T12:49:47.106Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-30T12:49:47.321Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-30T12:49:47.321Z] c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [2021-03-30T12:49:47.321Z] latest [2021-03-30T12:49:47.321Z] 2.0.0-dev.26 [2021-03-30T12:49:47.321Z] c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26 [2021-03-30T12:49:47.321Z] master [2021-03-30T12:49:47.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:47.821Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:48.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [2021-03-30T12:49:48.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-30T12:49:48.123Z] 790925abe6dd: Preparing [2021-03-30T12:49:48.123Z] fa29914ad24c: Preparing [2021-03-30T12:49:48.123Z] fa29914ad24c: Layer already exists [2021-03-30T12:49:48.342Z] Removing intermediate container 545f211d591c [2021-03-30T12:49:48.342Z] ---> 83240772d4b8 [2021-03-30T12:49:48.342Z] Step 15/24 : COPY . . [2021-03-30T12:49:49.512Z] 790925abe6dd: Pushed [2021-03-30T12:49:49.772Z] c5ee145f18867369b4b969e29f85ac8cb41c0ca1: digest: sha256:bd208f7bb5ecd5a2eeb44222743019bf3a8930e98971122203a8078d1525ab2e size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:50.080Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:50.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-30T12:49:50.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-30T12:49:50.380Z] 790925abe6dd: Preparing [2021-03-30T12:49:50.380Z] fa29914ad24c: Preparing [2021-03-30T12:49:50.380Z] 790925abe6dd: Layer already exists [2021-03-30T12:49:50.380Z] fa29914ad24c: Layer already exists [2021-03-30T12:49:50.380Z] latest: digest: sha256:bd208f7bb5ecd5a2eeb44222743019bf3a8930e98971122203a8078d1525ab2e size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:50.693Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:50.957Z] ---> a43cc406b714 [2021-03-30T12:49:50.957Z] Step 16/24 : RUN ${MAKE} [2021-03-30T12:49:50.957Z] ---> Running in 4b223e4e7866 [2021-03-30T12:49:51.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.26 [2021-03-30T12:49:51.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-30T12:49:51.266Z] 790925abe6dd: Preparing [2021-03-30T12:49:51.266Z] fa29914ad24c: Preparing [2021-03-30T12:49:51.266Z] 790925abe6dd: Layer already exists [2021-03-30T12:49:51.266Z] fa29914ad24c: Layer already exists [2021-03-30T12:49:51.266Z] 2.0.0-dev.26: digest: sha256:bd208f7bb5ecd5a2eeb44222743019bf3a8930e98971122203a8078d1525ab2e size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:51.577Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:51.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26 [2021-03-30T12:49:51.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-30T12:49:51.880Z] 790925abe6dd: Preparing [2021-03-30T12:49:51.880Z] fa29914ad24c: Preparing [2021-03-30T12:49:51.880Z] fa29914ad24c: Layer already exists [2021-03-30T12:49:51.880Z] 790925abe6dd: Layer already exists [2021-03-30T12:49:51.880Z] c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26: digest: sha256:bd208f7bb5ecd5a2eeb44222743019bf3a8930e98971122203a8078d1525ab2e size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:51.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.26" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-30T12:49:52.200Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:49:52.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-30T12:49:52.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-30T12:49:52.505Z] 790925abe6dd: Preparing [2021-03-30T12:49:52.505Z] fa29914ad24c: Preparing [2021-03-30T12:49:52.505Z] fa29914ad24c: Layer already exists [2021-03-30T12:49:52.505Z] 790925abe6dd: Layer already exists [2021-03-30T12:49:52.505Z] master: digest: sha256:bd208f7bb5ecd5a2eeb44222743019bf3a8930e98971122203a8078d1525ab2e size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-30T12:49:52.701Z] ===================================================== [Pipeline] echo [2021-03-30T12:49:52.752Z] taggedImages: [2021-03-30T12:49:52.752Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [2021-03-30T12:49:52.752Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-30T12:49:52.752Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.26 [2021-03-30T12:49:52.752Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26 [2021-03-30T12:49:52.752Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:49:53.651Z] ---> job-cost.sh [2021-03-30T12:49:53.651Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TBgR [2021-03-30T12:50:08.604Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T12:50:18.747Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-30T12:50:23.070Z] Removing intermediate container 4b223e4e7866 [2021-03-30T12:50:23.070Z] ---> 95b1fa9a2fe2 [2021-03-30T12:50:23.070Z] Step 17/24 : FROM alpine:3.12 [2021-03-30T12:50:23.659Z] 3.12: Pulling from library/alpine [2021-03-30T12:50:23.659Z] 95dec6db3722: Pulling fs layer [2021-03-30T12:50:23.932Z] 95dec6db3722: Verifying Checksum [2021-03-30T12:50:23.932Z] 95dec6db3722: Download complete [2021-03-30T12:50:24.527Z] 95dec6db3722: Pull complete [2021-03-30T12:50:24.527Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T12:50:24.527Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T12:50:24.527Z] ---> e47305ac9786 [2021-03-30T12:50:24.527Z] Step 18/24 : EXPOSE 4000 [2021-03-30T12:50:24.797Z] ---> Running in 04b102373f1c [2021-03-30T12:50:25.390Z] Removing intermediate container 04b102373f1c [2021-03-30T12:50:25.390Z] ---> a9bd50fe89ec [2021-03-30T12:50:25.390Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-30T12:50:26.820Z] ---> 9794987de1d0 [2021-03-30T12:50:26.820Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-30T12:50:26.820Z] ---> Running in a020bdbfbf3c [2021-03-30T12:50:27.416Z] Removing intermediate container a020bdbfbf3c [2021-03-30T12:50:27.416Z] ---> 61afa6e55503 [2021-03-30T12:50:27.416Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-30T12:50:27.702Z] ---> Running in 1b4518936463 [2021-03-30T12:50:27.975Z] Removing intermediate container 1b4518936463 [2021-03-30T12:50:27.975Z] ---> f141b64d21ea [2021-03-30T12:50:27.975Z] Step 22/24 : LABEL arch=arm64 [2021-03-30T12:50:28.247Z] ---> Running in 1534034b36a8 [2021-03-30T12:50:28.520Z] Removing intermediate container 1534034b36a8 [2021-03-30T12:50:28.520Z] ---> 30157146cd31 [2021-03-30T12:50:28.520Z] Step 23/24 : LABEL git_sha=c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [2021-03-30T12:50:28.790Z] ---> Running in d138b4301a5b [2021-03-30T12:50:29.065Z] Removing intermediate container d138b4301a5b [2021-03-30T12:50:29.065Z] ---> f8037d9d1520 [2021-03-30T12:50:29.065Z] Step 24/24 : LABEL version=2.0.0-dev.26 [2021-03-30T12:50:29.337Z] ---> Running in 41ce0e68affc [2021-03-30T12:50:29.609Z] Removing intermediate container 41ce0e68affc [2021-03-30T12:50:29.609Z] ---> d944a1156993 [2021-03-30T12:50:29.609Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-30T12:50:29.878Z] Successfully built d944a1156993 [2021-03-30T12:50:29.878Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T12:50:30.364Z] provisioning config files... [2021-03-30T12:50:30.405Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/84@tmp/config5968167497022110596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:50:30.801Z] ---> docker-login.sh [2021-03-30T12:50:30.801Z] nexus3.edgexfoundry.org:10001 [2021-03-30T12:50:31.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:50:31.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:50:31.075Z] Configure a credential helper to remove this warning. See [2021-03-30T12:50:31.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:50:31.075Z] [2021-03-30T12:50:31.075Z] Login Succeeded [2021-03-30T12:50:31.075Z] nexus3.edgexfoundry.org:10002 [2021-03-30T12:50:31.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:50:31.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:50:31.676Z] Configure a credential helper to remove this warning. See [2021-03-30T12:50:31.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:50:31.676Z] [2021-03-30T12:50:31.676Z] Login Succeeded [2021-03-30T12:50:31.676Z] nexus3.edgexfoundry.org:10003 [2021-03-30T12:50:31.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:50:32.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:50:32.221Z] Configure a credential helper to remove this warning. See [2021-03-30T12:50:32.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:50:32.221Z] [2021-03-30T12:50:32.221Z] Login Succeeded [2021-03-30T12:50:32.221Z] nexus3.edgexfoundry.org:10004 [2021-03-30T12:50:32.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:50:32.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:50:32.766Z] Configure a credential helper to remove this warning. See [2021-03-30T12:50:32.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:50:32.766Z] [2021-03-30T12:50:32.766Z] Login Succeeded [2021-03-30T12:50:32.766Z] docker.io [2021-03-30T12:50:33.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T12:50:33.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T12:50:33.311Z] Configure a credential helper to remove this warning. See [2021-03-30T12:50:33.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T12:50:33.311Z] [2021-03-30T12:50:33.311Z] Login Succeeded [2021-03-30T12:50:33.311Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T12:50:33.328Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-30T12:50:33.556Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-30T12:50:33.556Z] c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [2021-03-30T12:50:33.556Z] latest [2021-03-30T12:50:33.556Z] 2.0.0-dev.26 [2021-03-30T12:50:33.556Z] c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26 [2021-03-30T12:50:33.556Z] master [2021-03-30T12:50:33.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:34.115Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:34.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [2021-03-30T12:50:34.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-30T12:50:34.452Z] b05bf4b17406: Preparing [2021-03-30T12:50:34.452Z] b0d13f50be31: Preparing [2021-03-30T12:50:34.734Z] b0d13f50be31: Layer already exists [2021-03-30T12:50:35.242Z] lf-activate-venv(): INFO: Adding /tmp/venv-TBgR/bin to PATH [2021-03-30T12:50:35.242Z] INFO: No Stack... [2021-03-30T12:50:35.242Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T12:50:35.816Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T12:50:36.121Z] + cat /w/workspace/edgex-ui-go/84/archives/cost.csv [2021-03-30T12:50:36.122Z] + cut -d, -f6 [Pipeline] lock [2021-03-30T12:50:36.200Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-84-stack-cost] [2021-03-30T12:50:36.208Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-84-stack-cost] did not exist. Created. [2021-03-30T12:50:36.209Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T12:50:36.605Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-30T12:50:36.737Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T12:50:36.747Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-84-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T12:50:38.104Z] b05bf4b17406: Pushed [2021-03-30T12:50:38.382Z] c5ee145f18867369b4b969e29f85ac8cb41c0ca1: digest: sha256:6954f60da4f1db394da38ca3cc2767081a85f8ed53e9f001c0b8fc1f440db73b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:39.000Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:39.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-30T12:50:39.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-30T12:50:39.336Z] b05bf4b17406: Preparing [2021-03-30T12:50:39.336Z] b0d13f50be31: Preparing [2021-03-30T12:50:39.336Z] b05bf4b17406: Layer already exists [2021-03-30T12:50:39.336Z] b0d13f50be31: Layer already exists [2021-03-30T12:50:39.606Z] latest: digest: sha256:6954f60da4f1db394da38ca3cc2767081a85f8ed53e9f001c0b8fc1f440db73b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:39.949Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:40.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.26 [2021-03-30T12:50:40.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-30T12:50:40.283Z] b05bf4b17406: Preparing [2021-03-30T12:50:40.283Z] b0d13f50be31: Preparing [2021-03-30T12:50:40.283Z] b05bf4b17406: Layer already exists [2021-03-30T12:50:40.283Z] b0d13f50be31: Layer already exists [2021-03-30T12:50:40.553Z] 2.0.0-dev.26: digest: sha256:6954f60da4f1db394da38ca3cc2767081a85f8ed53e9f001c0b8fc1f440db73b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:40.894Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:41.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26 [2021-03-30T12:50:41.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-30T12:50:41.229Z] b05bf4b17406: Preparing [2021-03-30T12:50:41.229Z] b0d13f50be31: Preparing [2021-03-30T12:50:41.229Z] b05bf4b17406: Layer already exists [2021-03-30T12:50:41.229Z] b0d13f50be31: Layer already exists [2021-03-30T12:50:41.501Z] c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26: digest: sha256:6954f60da4f1db394da38ca3cc2767081a85f8ed53e9f001c0b8fc1f440db73b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:41.847Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:50:42.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-30T12:50:42.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-30T12:50:42.191Z] b05bf4b17406: Preparing [2021-03-30T12:50:42.191Z] b0d13f50be31: Preparing [2021-03-30T12:50:42.191Z] b0d13f50be31: Layer already exists [2021-03-30T12:50:42.191Z] b05bf4b17406: Layer already exists [2021-03-30T12:50:42.479Z] master: digest: sha256:6954f60da4f1db394da38ca3cc2767081a85f8ed53e9f001c0b8fc1f440db73b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-30T12:50:42.722Z] ===================================================== [Pipeline] echo [2021-03-30T12:50:42.799Z] taggedImages: [2021-03-30T12:50:42.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [2021-03-30T12:50:42.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-30T12:50:42.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.26 [2021-03-30T12:50:42.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:c5ee145f18867369b4b969e29f85ac8cb41c0ca1-2.0.0-dev.26 [2021-03-30T12:50:42.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:50:43.431Z] ---> job-cost.sh [2021-03-30T12:50:43.431Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SRQP [2021-03-30T12:51:22.402Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T12:52:44.110Z] lf-activate-venv(): INFO: Adding /tmp/venv-SRQP/bin to PATH [2021-03-30T12:52:44.110Z] INFO: No Stack... [2021-03-30T12:52:44.699Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-30T12:52:44.971Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T12:52:45.588Z] + cat /w/workspace/edgex-ui-go/84/archives/cost.csv [2021-03-30T12:52:45.588Z] + cut -d, -f6 [Pipeline] lock [2021-03-30T12:52:45.714Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-84-stack-cost] [2021-03-30T12:52:45.724Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-84-stack-cost] did not exist. Created. [2021-03-30T12:52:45.724Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T12:52:46.187Z] /w/workspace/edgex-ui-go/84@tmp/durable-4d681382/script.sh: 1: /w/workspace/edgex-ui-go/84@tmp/durable-4d681382/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-30T12:52:46.529Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-30T12:52:46.616Z] Warning: overwriting stash ‘stack-cost’ [2021-03-30T12:52:46.824Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T12:52:46.838Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-84-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-30T12:52:48.444Z] provisioning config files... [2021-03-30T12:52:48.473Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3888072163593631155tmp [Pipeline] { [Pipeline] sh [2021-03-30T12:52:49.061Z] + set +x [2021-03-30T12:52:49.061Z] + curl -s https://codecov.io/bash [2021-03-30T12:52:49.061Z] + bash -s -- [2021-03-30T12:52:49.466Z] [2021-03-30T12:52:49.466Z] _____ _ [2021-03-30T12:52:49.466Z] / ____| | | [2021-03-30T12:52:49.466Z] | | ___ __| | ___ ___ _____ __ [2021-03-30T12:52:49.466Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-30T12:52:49.467Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-30T12:52:49.467Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-30T12:52:49.467Z] Bash-20210309-2b87ace [2021-03-30T12:52:49.467Z] [2021-03-30T12:52:49.467Z] [2021-03-30T12:52:49.467Z] ==> git version 2.24.3 found [2021-03-30T12:52:49.467Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-30T12:52:49.467Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-30T12:52:49.467Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-30T12:52:49.467Z] ==> Jenkins CI detected. [2021-03-30T12:52:49.467Z] project root: . [2021-03-30T12:52:49.467Z] --> token set from env [2021-03-30T12:52:49.771Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-30T12:52:49.771Z] ==> Running gcov in . (disable via -X gcov) [2021-03-30T12:52:49.771Z] ==> Python coveragepy not found [2021-03-30T12:52:49.771Z] ==> Searching for coverage reports in: [2021-03-30T12:52:49.771Z] + . [2021-03-30T12:52:49.771Z] -> Found 1 reports [2021-03-30T12:52:49.771Z] ==> Detecting git/mercurial file structure [2021-03-30T12:52:49.772Z] ==> Reading reports [2021-03-30T12:52:49.772Z] + ./coverage.out bytes=10 [2021-03-30T12:52:49.772Z] ==> Appending adjustments [2021-03-30T12:52:49.772Z] https://docs.codecov.io/docs/fixing-reports [2021-03-30T12:52:50.394Z] + Found adjustments [2021-03-30T12:52:50.394Z] ==> Gzipping contents [2021-03-30T12:52:50.394Z] 4.0K /tmp/codecov.ktyeq6.gz [2021-03-30T12:52:50.394Z] ==> Uploading reports [2021-03-30T12:52:50.394Z] url: https://codecov.io [2021-03-30T12:52:50.394Z] query: branch=master&commit=c5ee145f18867369b4b969e29f85ac8cb41c0ca1&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F84%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-30T12:52:50.394Z] -> Pinging Codecov [2021-03-30T12:52:50.394Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=c5ee145f18867369b4b969e29f85ac8cb41c0ca1&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F84%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-30T12:52:51.057Z] -> Uploading to [2021-03-30T12:52:51.057Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-30/FB506323287CE973F263BFD2A0EB1F37/c5ee145f18867369b4b969e29f85ac8cb41c0ca1/f49e1e72-4dec-44dc-b534-c5e10ce53be5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T125250Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ad53b080366d1fc7d09d2f5d5f275bf1d07319a634b67118074003baa7312e73 [2021-03-30T12:52:51.057Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T12:52:51.057Z] Dload Upload Total Spent Left Speed [2021-03-30T12:52:51.775Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3335 0 0 100 3335 0 4499 --:--:-- --:--:-- --:--:-- 4500 [2021-03-30T12:52:51.890Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [Pipeline] } [2021-03-30T12:52:51.894Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-30T12:52:52.903Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-30T12:52:52.991Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:52:53.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T12:52:53.929Z] [2021-03-30T12:52:53.930Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:52:54.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T12:52:55.358Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-30T12:52:55.358Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T12:52:55.358Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T12:52:55.358Z] de9db76c5a1d: Pulling fs layer [2021-03-30T12:52:55.358Z] 0eba1c9be4d2: Pulling fs layer [2021-03-30T12:52:55.358Z] 0d57e429df01: Pulling fs layer [2021-03-30T12:52:55.358Z] 4e4be7b47b0d: Pulling fs layer [2021-03-30T12:52:55.358Z] e1f770b5df2f: Pulling fs layer [2021-03-30T12:52:55.358Z] 85a0685a4137: Pulling fs layer [2021-03-30T12:52:55.358Z] 0eba1c9be4d2: Waiting [2021-03-30T12:52:55.358Z] 0d57e429df01: Waiting [2021-03-30T12:52:55.358Z] 4e4be7b47b0d: Waiting [2021-03-30T12:52:55.358Z] e1f770b5df2f: Waiting [2021-03-30T12:52:55.358Z] 85a0685a4137: Waiting [2021-03-30T12:52:55.358Z] de9db76c5a1d: Download complete [2021-03-30T12:52:55.358Z] 0ef7d3d256c8: Download complete [2021-03-30T12:52:55.358Z] 0d57e429df01: Download complete [2021-03-30T12:52:55.996Z] 4e4be7b47b0d: Verifying Checksum [2021-03-30T12:52:55.996Z] 4e4be7b47b0d: Download complete [2021-03-30T12:52:56.294Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T12:52:56.294Z] 188c0c94c7c5: Download complete [2021-03-30T12:52:58.131Z] 188c0c94c7c5: Pull complete [2021-03-30T12:52:58.771Z] 0ef7d3d256c8: Pull complete [2021-03-30T12:52:59.055Z] de9db76c5a1d: Pull complete [2021-03-30T12:52:59.675Z] e1f770b5df2f: Verifying Checksum [2021-03-30T12:52:59.675Z] e1f770b5df2f: Download complete [2021-03-30T12:53:08.669Z] 0eba1c9be4d2: Verifying Checksum [2021-03-30T12:53:08.669Z] 0eba1c9be4d2: Download complete [2021-03-30T12:53:10.308Z] 85a0685a4137: Verifying Checksum [2021-03-30T12:53:10.308Z] 85a0685a4137: Download complete [2021-03-30T12:53:25.849Z] 0eba1c9be4d2: Pull complete [2021-03-30T12:53:26.157Z] 0d57e429df01: Pull complete [2021-03-30T12:53:26.711Z] 4e4be7b47b0d: Pull complete [2021-03-30T12:53:31.528Z] e1f770b5df2f: Pull complete [2021-03-30T12:53:50.602Z] 85a0685a4137: Pull complete [2021-03-30T12:53:50.602Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-30T12:53:50.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T12:53:50.602Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-30T12:53:51.255Z] prd-centos7-docker-4c-2g-32019 does not seem to be running inside a container [2021-03-30T12:53:51.546Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-30T12:53:54.479Z] $ docker top 026cc8a346ba439dfc7a28ae8f947c526f61f063d4f7df02d4b304a4ada68a3f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T12:53:55.622Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-30T12:53:56.326Z] + set -o pipefail [2021-03-30T12:53:56.326Z] + snyk monitor '--org=edgex-jenkins' [2021-03-30T12:54:19.282Z] [2021-03-30T12:54:19.282Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-30T12:54:19.282Z] [2021-03-30T12:54:19.282Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/3900173c-a324-4b54-be7d-1034fff14255 [2021-03-30T12:54:19.282Z] [2021-03-30T12:54:19.283Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-30T12:54:19.283Z] [2021-03-30T12:54:19.283Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-30T12:54:19.283Z] [2021-03-30T12:54:19.283Z] [2021-03-30T12:54:19.283Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-30T12:54:19.283Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-30T12:54:19.309Z] $ docker stop --time=1 026cc8a346ba439dfc7a28ae8f947c526f61f063d4f7df02d4b304a4ada68a3f [2021-03-30T12:54:23.586Z] $ docker rm -f 026cc8a346ba439dfc7a28ae8f947c526f61f063d4f7df02d4b304a4ada68a3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T12:54:27.050Z] + git log --format=format:%s -1 c5ee145f18867369b4b969e29f85ac8cb41c0ca1 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:54:27.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T12:54:27.459Z] . [Pipeline] withDockerContainer [2021-03-30T12:54:27.896Z] prd-centos7-docker-4c-2g-32019 does not seem to be running inside a container [2021-03-30T12:54:28.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T12:54:30.276Z] $ docker top 689a30d9e0f9c4422c1a28687c6e15a579b3452315c38e63c6b3f49fcac386b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T12:54:31.494Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T12:54:31.494Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T12:54:32.510Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T12:54:32.634Z] $ docker exec 689a30d9e0f9c4422c1a28687c6e15a579b3452315c38e63c6b3f49fcac386b1 ssh-agent [2021-03-30T12:54:33.795Z] SSH_AUTH_SOCK=/tmp/ssh-mjsaLdfbb0XK/agent.11 [2021-03-30T12:54:33.795Z] SSH_AGENT_PID=16 [2021-03-30T12:54:33.821Z] Running ssh-add (command line suppressed) [2021-03-30T12:54:34.516Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4282575422398094766.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4282575422398094766.key) [2021-03-30T12:54:34.866Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T12:54:36.159Z] + git semver tag [2021-03-30T12:54:36.859Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T12:54:36.859Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-30T12:54:36.859Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-30T12:54:36.859Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T12:54:36.859Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T12:54:36.859Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T12:54:36.859Z] # $SEMVER_BRANCH = master [2021-03-30T12:54:36.859Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-30T12:54:36.859Z] # c5ee145f18867369b4b969e29f85ac8cb41c0ca1 HEAD [2021-03-30T12:54:36.859Z] # -> Force: false [2021-03-30T12:54:37.207Z] # 642a9d8d2da6f530340655edba57db5e75e850c7 refs/tags/v2.0.0-dev.26 [Pipeline] } [2021-03-30T12:54:37.231Z] $ docker exec --env ******** --env ******** 689a30d9e0f9c4422c1a28687c6e15a579b3452315c38e63c6b3f49fcac386b1 ssh-agent -k [2021-03-30T12:54:37.718Z] unset SSH_AUTH_SOCK; [2021-03-30T12:54:37.718Z] unset SSH_AGENT_PID; [2021-03-30T12:54:37.718Z] echo Agent pid 16 killed; [2021-03-30T12:54:38.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T12:54:39.602Z] + git semver [Pipeline] } [2021-03-30T12:54:39.665Z] $ docker stop --time=1 689a30d9e0f9c4422c1a28687c6e15a579b3452315c38e63c6b3f49fcac386b1 [2021-03-30T12:54:42.003Z] $ docker rm -f 689a30d9e0f9c4422c1a28687c6e15a579b3452315c38e63c6b3f49fcac386b1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:54:42.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T12:54:42.836Z] [2021-03-30T12:54:42.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:54:43.500Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T12:54:43.794Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-30T12:54:43.794Z] ab5ef0e58194: Pulling fs layer [2021-03-30T12:54:43.794Z] 9712f1f96733: Pulling fs layer [2021-03-30T12:54:43.794Z] 63f879dbbcfc: Pulling fs layer [2021-03-30T12:54:43.794Z] 0d9ebad4ef96: Pulling fs layer [2021-03-30T12:54:43.794Z] e9a5061849ea: Pulling fs layer [2021-03-30T12:54:43.794Z] d747dcd14b5f: Pulling fs layer [2021-03-30T12:54:43.794Z] 2de7ff778b66: Pulling fs layer [2021-03-30T12:54:43.794Z] 0d9ebad4ef96: Waiting [2021-03-30T12:54:43.795Z] e9a5061849ea: Waiting [2021-03-30T12:54:43.795Z] d747dcd14b5f: Waiting [2021-03-30T12:54:43.795Z] 2de7ff778b66: Waiting [2021-03-30T12:54:43.795Z] 9712f1f96733: Verifying Checksum [2021-03-30T12:54:43.795Z] 9712f1f96733: Download complete [2021-03-30T12:54:51.633Z] 63f879dbbcfc: Verifying Checksum [2021-03-30T12:54:51.633Z] 63f879dbbcfc: Download complete [2021-03-30T12:54:53.050Z] e9a5061849ea: Verifying Checksum [2021-03-30T12:54:53.050Z] e9a5061849ea: Download complete [2021-03-30T12:54:53.050Z] d747dcd14b5f: Verifying Checksum [2021-03-30T12:54:53.050Z] d747dcd14b5f: Download complete [2021-03-30T12:54:54.768Z] 2de7ff778b66: Verifying Checksum [2021-03-30T12:54:54.768Z] 2de7ff778b66: Download complete [2021-03-30T12:54:55.916Z] 0d9ebad4ef96: Verifying Checksum [2021-03-30T12:54:55.916Z] 0d9ebad4ef96: Download complete [2021-03-30T12:54:56.557Z] ab5ef0e58194: Verifying Checksum [2021-03-30T12:54:56.557Z] ab5ef0e58194: Download complete [2021-03-30T12:55:10.061Z] ab5ef0e58194: Pull complete [2021-03-30T12:55:10.343Z] 9712f1f96733: Pull complete [2021-03-30T12:55:14.951Z] 63f879dbbcfc: Pull complete [2021-03-30T12:55:33.817Z] 0d9ebad4ef96: Pull complete [2021-03-30T12:55:36.668Z] e9a5061849ea: Pull complete [2021-03-30T12:55:37.371Z] d747dcd14b5f: Pull complete [2021-03-30T12:55:40.200Z] 2de7ff778b66: Pull complete [2021-03-30T12:55:40.200Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-30T12:55:40.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T12:55:40.516Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-30T12:55:41.563Z] prd-centos7-docker-4c-2g-32019 does not seem to be running inside a container [2021-03-30T12:55:42.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-30T12:55:47.478Z] $ docker top cf45d93d86bd3f37820f9e2070b981ca5d070f7c853ca4c1aaa6f4b6d263447c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-30T12:55:48.340Z] provisioning config files... [2021-03-30T12:55:48.359Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config767534852493842658tmp [2021-03-30T12:55:48.421Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4562020581229266463tmp [2021-03-30T12:55:48.475Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4273599883878870611tmp [Pipeline] { [Pipeline] echo [2021-03-30T12:55:48.595Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:55:49.372Z] ---> sigul-configuration.sh [2021-03-30T12:55:49.372Z] gpg: directory `/root/.gnupg' created [2021-03-30T12:55:49.372Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-30T12:55:49.372Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-30T12:55:49.372Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-30T12:55:49.372Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-30T12:55:49.372Z] gpg: CAST5 encrypted data [2021-03-30T12:55:49.726Z] gpg: encrypted with 1 passphrase [2021-03-30T12:55:49.726Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-30T12:55:50.217Z] + mkdir /home/jenkins [2021-03-30T12:55:50.217Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-30T12:55:51.469Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-30T12:55:51.800Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:55:52.519Z] ---> sigul-install.sh [2021-03-30T12:56:08.350Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-30T12:56:09.516Z] + git tag --list [2021-03-30T12:56:09.516Z] 0.1.1 [2021-03-30T12:56:09.516Z] v1.1.0 [2021-03-30T12:56:09.516Z] v1.2.0 [2021-03-30T12:56:09.516Z] v1.2.1 [2021-03-30T12:56:09.516Z] v1.3.0 [2021-03-30T12:56:09.516Z] v2.0.0-dev.1 [2021-03-30T12:56:09.516Z] v2.0.0-dev.10 [2021-03-30T12:56:09.516Z] v2.0.0-dev.11 [2021-03-30T12:56:09.516Z] v2.0.0-dev.12 [2021-03-30T12:56:09.516Z] v2.0.0-dev.13 [2021-03-30T12:56:09.516Z] v2.0.0-dev.14 [2021-03-30T12:56:09.516Z] v2.0.0-dev.15 [2021-03-30T12:56:09.516Z] v2.0.0-dev.16 [2021-03-30T12:56:09.516Z] v2.0.0-dev.17 [2021-03-30T12:56:09.516Z] v2.0.0-dev.18 [2021-03-30T12:56:09.516Z] v2.0.0-dev.19 [2021-03-30T12:56:09.516Z] v2.0.0-dev.2 [2021-03-30T12:56:09.516Z] v2.0.0-dev.20 [2021-03-30T12:56:09.516Z] v2.0.0-dev.21 [2021-03-30T12:56:09.516Z] v2.0.0-dev.22 [2021-03-30T12:56:09.516Z] v2.0.0-dev.23 [2021-03-30T12:56:09.516Z] v2.0.0-dev.24 [2021-03-30T12:56:09.516Z] v2.0.0-dev.25 [2021-03-30T12:56:09.516Z] v2.0.0-dev.26 [2021-03-30T12:56:09.516Z] v2.0.0-dev.3 [2021-03-30T12:56:09.516Z] v2.0.0-dev.4 [2021-03-30T12:56:09.516Z] v2.0.0-dev.5 [2021-03-30T12:56:09.516Z] v2.0.0-dev.6 [2021-03-30T12:56:09.516Z] v2.0.0-dev.7 [2021-03-30T12:56:09.516Z] v2.0.0-dev.8 [2021-03-30T12:56:09.516Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-30T12:56:10.719Z] + lftools sign git-tag v2.0.0-dev.26 [2021-03-30T12:56:12.950Z] Signing Git tag with Sigul... [2021-03-30T12:56:12.950Z] Signing v2.0.0-dev.26 [Pipeline] echo [2021-03-30T12:56:16.504Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:56:17.704Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-30T12:56:17.793Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-30T12:56:17.997Z] $ docker stop --time=1 cf45d93d86bd3f37820f9e2070b981ca5d070f7c853ca4c1aaa6f4b6d263447c [2021-03-30T12:56:21.269Z] $ docker rm -f cf45d93d86bd3f37820f9e2070b981ca5d070f7c853ca4c1aaa6f4b6d263447c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:56:22.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T12:56:22.488Z] . [Pipeline] withDockerContainer [2021-03-30T12:56:22.971Z] prd-centos7-docker-4c-2g-32019 does not seem to be running inside a container [2021-03-30T12:56:23.131Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T12:56:25.657Z] $ docker top 80732aba3cd0652dfa927d1657360758c0e7969f735848e7174318f048293161 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T12:56:26.201Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T12:56:26.201Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T12:56:27.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T12:56:27.046Z] $ docker exec 80732aba3cd0652dfa927d1657360758c0e7969f735848e7174318f048293161 ssh-agent [2021-03-30T12:56:27.577Z] SSH_AUTH_SOCK=/tmp/ssh-TCmsv3SeS0gz/agent.11 [2021-03-30T12:56:27.577Z] SSH_AGENT_PID=16 [2021-03-30T12:56:27.598Z] Running ssh-add (command line suppressed) [2021-03-30T12:56:28.073Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3502075443599222380.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3502075443599222380.key) [2021-03-30T12:56:28.268Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T12:56:30.335Z] + git semver bump pre [2021-03-30T12:56:30.335Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T12:56:30.335Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-30T12:56:30.335Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-30T12:56:30.335Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T12:56:30.335Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T12:56:30.335Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T12:56:30.335Z] # $SEMVER_BRANCH = master [2021-03-30T12:56:30.335Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-30T12:56:30.335Z] 2.0.0-dev.27 [Pipeline] } [2021-03-30T12:56:30.378Z] $ docker exec --env ******** --env ******** 80732aba3cd0652dfa927d1657360758c0e7969f735848e7174318f048293161 ssh-agent -k [2021-03-30T12:56:31.571Z] unset SSH_AUTH_SOCK; [2021-03-30T12:56:31.572Z] unset SSH_AGENT_PID; [2021-03-30T12:56:31.572Z] echo Agent pid 16 killed; [2021-03-30T12:56:32.611Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T12:56:33.924Z] + git semver [Pipeline] } [2021-03-30T12:56:34.023Z] $ docker stop --time=1 80732aba3cd0652dfa927d1657360758c0e7969f735848e7174318f048293161 [2021-03-30T12:56:36.104Z] $ docker rm -f 80732aba3cd0652dfa927d1657360758c0e7969f735848e7174318f048293161 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:56:36.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T12:56:37.146Z] . [Pipeline] withDockerContainer [2021-03-30T12:56:37.848Z] prd-centos7-docker-4c-2g-32019 does not seem to be running inside a container [2021-03-30T12:56:38.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T12:56:41.206Z] $ docker top 3d33d4f94f6076f283a44de1535368783079326e544882a55fec233788070031 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T12:56:42.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T12:56:42.005Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T12:56:43.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T12:56:43.192Z] $ docker exec 3d33d4f94f6076f283a44de1535368783079326e544882a55fec233788070031 ssh-agent [2021-03-30T12:56:43.830Z] SSH_AUTH_SOCK=/tmp/ssh-w3mB3XfXVcAu/agent.12 [2021-03-30T12:56:43.830Z] SSH_AGENT_PID=17 [2021-03-30T12:56:43.843Z] Running ssh-add (command line suppressed) [2021-03-30T12:56:44.635Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_12873993875988197.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_12873993875988197.key) [2021-03-30T12:56:44.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T12:56:47.211Z] + git semver push [2021-03-30T12:56:47.211Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T12:56:47.211Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-30T12:56:47.211Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-30T12:56:47.211Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T12:56:47.211Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T12:56:47.211Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T12:56:47.211Z] # $SEMVER_BRANCH = master [2021-03-30T12:56:47.211Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-30T12:56:53.041Z] $ docker exec --env ******** --env ******** 3d33d4f94f6076f283a44de1535368783079326e544882a55fec233788070031 ssh-agent -k [2021-03-30T12:56:53.645Z] unset SSH_AUTH_SOCK; [2021-03-30T12:56:53.646Z] unset SSH_AGENT_PID; [2021-03-30T12:56:53.646Z] echo Agent pid 17 killed; [2021-03-30T12:56:53.929Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T12:56:55.319Z] + git semver [Pipeline] } [2021-03-30T12:56:55.361Z] $ docker stop --time=1 3d33d4f94f6076f283a44de1535368783079326e544882a55fec233788070031 [2021-03-30T12:56:57.426Z] $ docker rm -f 3d33d4f94f6076f283a44de1535368783079326e544882a55fec233788070031 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:57:00.021Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:57:01.161Z] ---> package-listing.sh [2021-03-30T12:57:01.161Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-30T12:57:01.161Z] ++ facter osfamily [2021-03-30T12:57:01.443Z] + OS_FAMILY=redhat [2021-03-30T12:57:01.443Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-30T12:57:01.443Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-30T12:57:01.443Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-30T12:57:01.443Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-30T12:57:01.443Z] + PACKAGES=/tmp/packages_start.txt [2021-03-30T12:57:01.443Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-30T12:57:01.443Z] + PACKAGES=/tmp/packages_end.txt [2021-03-30T12:57:01.443Z] + case "${OS_FAMILY}" in [2021-03-30T12:57:01.443Z] + sort [2021-03-30T12:57:01.443Z] + rpm -qa [2021-03-30T12:57:10.080Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-30T12:57:10.080Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-30T12:57:10.080Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-30T12:57:10.080Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-30T12:57:10.080Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-30T12:57:10.080Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-03-30T12:57:10.104Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-30T12:57:10.619Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:57:11.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T12:57:12.413Z] [2021-03-30T12:57:12.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-30T12:57:12.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T12:57:12.851Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-30T12:57:12.851Z] df20fa9351a1: Pulling fs layer [2021-03-30T12:57:12.851Z] 36b3adc4ff6f: Pulling fs layer [2021-03-30T12:57:12.851Z] 8ad3a11d3b57: Pulling fs layer [2021-03-30T12:57:12.851Z] 46f8f816bc3b: Pulling fs layer [2021-03-30T12:57:12.851Z] 93b61091891f: Pulling fs layer [2021-03-30T12:57:12.851Z] 93b9cdb0e59b: Pulling fs layer [2021-03-30T12:57:12.851Z] 5e14af77c1be: Pulling fs layer [2021-03-30T12:57:12.851Z] 01666e4c0597: Pulling fs layer [2021-03-30T12:57:12.851Z] aa168da1d23b: Pulling fs layer [2021-03-30T12:57:12.851Z] 46f8f816bc3b: Waiting [2021-03-30T12:57:12.851Z] 93b61091891f: Waiting [2021-03-30T12:57:12.851Z] 93b9cdb0e59b: Waiting [2021-03-30T12:57:12.851Z] 5e14af77c1be: Waiting [2021-03-30T12:57:12.851Z] 01666e4c0597: Waiting [2021-03-30T12:57:12.851Z] aa168da1d23b: Waiting [2021-03-30T12:57:13.130Z] 36b3adc4ff6f: Verifying Checksum [2021-03-30T12:57:13.130Z] 36b3adc4ff6f: Download complete [2021-03-30T12:57:13.130Z] 46f8f816bc3b: Verifying Checksum [2021-03-30T12:57:13.130Z] 46f8f816bc3b: Download complete [2021-03-30T12:57:13.793Z] 93b61091891f: Download complete [2021-03-30T12:57:13.793Z] df20fa9351a1: Verifying Checksum [2021-03-30T12:57:13.793Z] df20fa9351a1: Download complete [2021-03-30T12:57:13.793Z] 93b9cdb0e59b: Verifying Checksum [2021-03-30T12:57:13.793Z] 93b9cdb0e59b: Download complete [2021-03-30T12:57:13.793Z] 5e14af77c1be: Verifying Checksum [2021-03-30T12:57:13.793Z] 5e14af77c1be: Download complete [2021-03-30T12:57:13.793Z] 01666e4c0597: Verifying Checksum [2021-03-30T12:57:13.793Z] 01666e4c0597: Download complete [2021-03-30T12:57:14.450Z] df20fa9351a1: Pull complete [2021-03-30T12:57:14.726Z] 8ad3a11d3b57: Verifying Checksum [2021-03-30T12:57:14.726Z] 8ad3a11d3b57: Download complete [2021-03-30T12:57:15.494Z] 36b3adc4ff6f: Pull complete [2021-03-30T12:57:19.523Z] 8ad3a11d3b57: Pull complete [2021-03-30T12:57:19.523Z] 46f8f816bc3b: Pull complete [2021-03-30T12:57:22.021Z] 93b61091891f: Pull complete [2021-03-30T12:57:22.471Z] 93b9cdb0e59b: Pull complete [2021-03-30T12:57:23.805Z] 5e14af77c1be: Pull complete [2021-03-30T12:57:24.440Z] 01666e4c0597: Pull complete [2021-03-30T12:57:27.702Z] aa168da1d23b: Verifying Checksum [2021-03-30T12:57:27.702Z] aa168da1d23b: Download complete [2021-03-30T12:57:50.523Z] aa168da1d23b: Pull complete [2021-03-30T12:57:50.523Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-30T12:57:50.523Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T12:57:50.523Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-30T12:57:51.012Z] prd-centos7-docker-4c-2g-32019 does not seem to be running inside a container [2021-03-30T12:57:51.145Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-30T12:57:55.423Z] $ docker top 1bcd75a0dca8cccf493b2d059f43aa9c248a07a0566ac1e92869517798ff1f2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T12:57:56.837Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-30T12:57:57.642Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-30T12:57:58.425Z] + ls /var/log/sa-host [2021-03-30T12:57:58.425Z] + sadf -c /var/log/sa-host/sa23 [2021-03-30T12:57:58.425Z] file_magic: OK [2021-03-30T12:57:58.425Z] HZ: Using current value: 100 [2021-03-30T12:57:58.425Z] file_header: OK [2021-03-30T12:57:58.425Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-30T12:57:58.425Z] Statistics: [2021-03-30T12:57:58.425Z] Hnuu...uuuununununu... [2021-03-30T12:57:58.426Z] File successfully converted to sysstat format version 12.2.1 [2021-03-30T12:57:58.426Z] + sadf -c /var/log/sa-host/sa30 [2021-03-30T12:57:58.426Z] file_magic: OK [2021-03-30T12:57:58.426Z] HZ: Using current value: 100 [2021-03-30T12:57:58.426Z] file_header: OK [2021-03-30T12:57:58.426Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-30T12:57:58.426Z] Statistics: [2021-03-30T12:57:58.426Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-30T12:57:58.426Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T12:57:59.133Z] provisioning config files... [2021-03-30T12:57:59.160Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2398109046895216964tmp [Pipeline] { [Pipeline] echo [2021-03-30T12:57:59.229Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:58:00.332Z] ---> create-netrc.sh [Pipeline] } [2021-03-30T12:58:00.411Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-30T12:58:00.514Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:58:01.533Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-30T12:58:01.557Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:58:03.112Z] ---> sudo-logs.sh [2021-03-30T12:58:03.112Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-30T12:58:03.283Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:58:04.505Z] ---> job-cost.sh [2021-03-30T12:58:04.505Z] lf-activate-venv: SKIPPING [2021-03-30T12:58:04.505Z] DEBUG: total: 0.20999999344348907 [2021-03-30T12:58:04.505Z] INFO: Retrieving Stack Cost... [2021-03-30T12:58:06.319Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T12:58:07.020Z] INFO: Archiving Costs [Pipeline] echo [2021-03-30T12:58:07.081Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T12:58:08.310Z] ---> logs-deploy.sh [2021-03-30T12:58:08.310Z] lf-activate-venv: SKIPPING [2021-03-30T12:58:08.310Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/84 [2021-03-30T12:58:08.310Z] INFO: archiving workspace using pattern(s): [2021-03-30T12:58:11.154Z] Archives upload complete. [2021-03-30T12:58:11.154Z] INFO: archiving logs to Nexus