Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from db70ee541918723d88120af90797eabe42092ea6 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-31001 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision db70ee541918723d88120af90797eabe42092ea6 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f db70ee541918723d88120af90797eabe42092ea6 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T02:35:20.941Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T02:35:21.248Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T02:35:21.362Z] ========================================================= [2021-03-23T02:35:21.362Z] EdgeX Global Pipelines Version Info [2021-03-23T02:35:21.362Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:35:22.813Z] ------------------- [2021-03-23T02:35:22.814Z] stable info: [2021-03-23T02:35:22.814Z] ------------------- [2021-03-23T02:35:22.814Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T02:35:22.814Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T02:35:22.814Z] Message: update stable to v1.0.186 [2021-03-23T02:35:23.758Z] ------------------- [2021-03-23T02:35:23.758Z] experimental info: [2021-03-23T02:35:23.758Z] ------------------- [2021-03-23T02:35:23.758Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T02:35:23.758Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T02:35:23.758Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T02:35:24.032Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-23T02:35:24.138Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-23T02:35:24.244Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T02:35:24.346Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T02:35:24.440Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T02:35:24.536Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T02:35:24.635Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T02:35:24.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T02:35:24.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-23T02:35:24.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T02:35:25.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T02:35:25.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-23T02:35:25.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T02:35:25.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T02:35:25.517Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T02:35:25.616Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T02:35:25.716Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T02:35:25.814Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T02:35:25.910Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T02:35:26.008Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-23T02:35:26.103Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-23T02:35:26.207Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-23T02:35:26.314Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-23T02:35:26.417Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-23T02:35:26.513Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-23T02:35:26.626Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T02:35:26.723Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-23T02:35:26.827Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-23T02:35:26.919Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-23T02:35:27.042Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = db70ee541918723d88120af90797eabe42092ea6 [Pipeline] echo [2021-03-23T02:35:27.146Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = db70ee5 [Pipeline] echo [2021-03-23T02:35:27.242Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T02:35:27.437Z] provisioning config files... [2021-03-23T02:35:27.478Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config176625019020373478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:35:27.876Z] ---> docker-login.sh [2021-03-23T02:35:27.876Z] nexus3.edgexfoundry.org:10001 [2021-03-23T02:35:28.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:35:28.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:35:28.404Z] Configure a credential helper to remove this warning. See [2021-03-23T02:35:28.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:35:28.404Z] [2021-03-23T02:35:28.404Z] Login Succeeded [2021-03-23T02:35:28.404Z] nexus3.edgexfoundry.org:10002 [2021-03-23T02:35:28.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:35:28.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:35:28.404Z] Configure a credential helper to remove this warning. See [2021-03-23T02:35:28.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:35:28.404Z] [2021-03-23T02:35:28.404Z] Login Succeeded [2021-03-23T02:35:28.404Z] nexus3.edgexfoundry.org:10003 [2021-03-23T02:35:28.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:35:28.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:35:28.668Z] Configure a credential helper to remove this warning. See [2021-03-23T02:35:28.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:35:28.668Z] [2021-03-23T02:35:28.668Z] Login Succeeded [2021-03-23T02:35:28.668Z] nexus3.edgexfoundry.org:10004 [2021-03-23T02:35:28.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:35:28.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:35:28.931Z] Configure a credential helper to remove this warning. See [2021-03-23T02:35:28.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:35:28.931Z] [2021-03-23T02:35:28.931Z] Login Succeeded [2021-03-23T02:35:28.931Z] docker.io [2021-03-23T02:35:28.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:35:29.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:35:29.195Z] Configure a credential helper to remove this warning. See [2021-03-23T02:35:29.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:35:29.195Z] [2021-03-23T02:35:29.195Z] Login Succeeded [2021-03-23T02:35:29.195Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T02:35:29.206Z] 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-23T02:35:30.132Z] + git log --format=format:%s -1 db70ee541918723d88120af90797eabe42092ea6 [Pipeline] echo [2021-03-23T02:35:30.212Z] GIT_COMMIT: db70ee541918723d88120af90797eabe42092ea6, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-03-23T02:35:30.268Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:35:31.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:35:31.291Z] [2021-03-23T02:35:31.291Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:35:31.644Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:35:31.644Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T02:35:31.644Z] 31603596830f: Pulling fs layer [2021-03-23T02:35:31.644Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T02:35:31.644Z] 6ca5941a6612: Pulling fs layer [2021-03-23T02:35:31.644Z] ecc8261a40a4: Pulling fs layer [2021-03-23T02:35:31.644Z] ecc8261a40a4: Waiting [2021-03-23T02:35:31.644Z] 2a8b12db71e7: Verifying Checksum [2021-03-23T02:35:31.644Z] 2a8b12db71e7: Download complete [2021-03-23T02:35:31.644Z] 31603596830f: Verifying Checksum [2021-03-23T02:35:31.644Z] 31603596830f: Download complete [2021-03-23T02:35:31.912Z] ecc8261a40a4: Verifying Checksum [2021-03-23T02:35:31.912Z] ecc8261a40a4: Download complete [2021-03-23T02:35:31.912Z] 6ca5941a6612: Verifying Checksum [2021-03-23T02:35:31.912Z] 6ca5941a6612: Download complete [2021-03-23T02:35:32.174Z] 31603596830f: Pull complete [2021-03-23T02:35:32.174Z] 2a8b12db71e7: Pull complete [2021-03-23T02:35:33.127Z] 6ca5941a6612: Pull complete [2021-03-23T02:35:33.127Z] ecc8261a40a4: Pull complete [2021-03-23T02:35:33.127Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T02:35:33.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:35:33.127Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T02:35:33.233Z] prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container [2021-03-23T02:35:33.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T02:35:35.988Z] $ docker top fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T02:35:36.390Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T02:35:36.390Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T02:35:36.618Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T02:35:36.622Z] $ docker exec fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 ssh-agent [2021-03-23T02:35:36.796Z] SSH_AUTH_SOCK=/tmp/ssh-B151SPfCbxoO/agent.12 [2021-03-23T02:35:36.796Z] SSH_AGENT_PID=17 [2021-03-23T02:35:36.809Z] Running ssh-add (command line suppressed) [2021-03-23T02:35:36.927Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4629443036939310666.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4629443036939310666.key) [2021-03-23T02:35:36.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T02:35:37.320Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T02:35:37.345Z] $ docker exec --env ******** --env ******** fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 ssh-agent -k [2021-03-23T02:35:37.459Z] unset SSH_AUTH_SOCK; [2021-03-23T02:35:37.460Z] unset SSH_AGENT_PID; [2021-03-23T02:35:37.460Z] echo Agent pid 17 killed; [2021-03-23T02:35:37.503Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T02:35:37.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T02:35:37.673Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T02:35:37.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T02:35:37.843Z] $ docker exec fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 ssh-agent [2021-03-23T02:35:38.004Z] SSH_AUTH_SOCK=/tmp/ssh-MHPrl1fPRGjE/agent.46 [2021-03-23T02:35:38.004Z] SSH_AGENT_PID=52 [2021-03-23T02:35:38.011Z] Running ssh-add (command line suppressed) [2021-03-23T02:35:38.128Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1810566557938221134.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1810566557938221134.key) [2021-03-23T02:35:38.180Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T02:35:38.519Z] + git semver init [2021-03-23T02:35:38.519Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T02:35:38.519Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-23T02:35:38.519Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T02:35:38.519Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T02:35:38.519Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T02:35:38.519Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T02:35:38.519Z] # $SEMVER_BRANCH = master [2021-03-23T02:35:38.519Z] # $SEMVER_TEMP = /tmp/semver-451768835 [2021-03-23T02:35:38.519Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-23T02:35:39.470Z] # '/tmp/semver-451768835' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-23T02:35:39.470Z] # -> Force: false [2021-03-23T02:35:39.470Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-23T02:35:39.483Z] $ docker exec --env ******** --env ******** fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 ssh-agent -k [2021-03-23T02:35:39.597Z] unset SSH_AUTH_SOCK; [2021-03-23T02:35:39.598Z] unset SSH_AGENT_PID; [2021-03-23T02:35:39.598Z] echo Agent pid 52 killed; [2021-03-23T02:35:39.644Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T02:35:40.103Z] + git semver [Pipeline] } [2021-03-23T02:35:40.120Z] $ docker stop --time=1 fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 [2021-03-23T02:35:41.544Z] $ docker rm -f fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T02:35:42.004Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T02:35:42.506Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T02:35:42.509Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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-23T02:35:58.111Z] Still waiting to schedule task [2021-03-23T02:35:58.111Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31001’ [2021-03-23T02:35:58.114Z] Still waiting to schedule task [2021-03-23T02:35:58.114Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-23T02:37:44.631Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31002 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-23T02:37:44.747Z] Running in /w/workspace/edgex-ui-go/80 [Pipeline] { [Pipeline] checkout [2021-03-23T02:37:50.133Z] using credential edgex-jenkins-ssh [2021-03-23T02:37:50.218Z] Cloning the remote Git repository [2021-03-23T02:37:50.282Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T02:37:50.384Z] > git init /w/workspace/edgex-ui-go/80 # timeout=10 [2021-03-23T02:37:50.473Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T02:37:50.474Z] > git --version # timeout=10 [2021-03-23T02:37:50.495Z] > git --version # 'git version 2.17.1' [2021-03-23T02:37:50.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T02:37:50.558Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T02:37:52.199Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-23T02:37:52.225Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T02:37:52.297Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-23T02:37:52.351Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T02:37:52.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T02:37:52.861Z] Checking out Revision db70ee541918723d88120af90797eabe42092ea6 (master) [2021-03-23T02:37:52.373Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T02:37:52.889Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T02:37:52.907Z] > git checkout -f db70ee541918723d88120af90797eabe42092ea6 # timeout=10 [2021-03-23T02:37:57.291Z] 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-23T02:37:58.847Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-23T02:37:59.280Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T02:37:59.684Z] + + sudo service docker restart [2021-03-23T02:37:59.684Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T02:38:02.386Z] provisioning config files... [2021-03-23T02:38:02.427Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/80@tmp/config4343204890078856199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:38:02.857Z] ---> docker-login.sh [2021-03-23T02:38:02.857Z] nexus3.edgexfoundry.org:10001 [2021-03-23T02:38:03.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:04.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:04.125Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:04.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:04.125Z] [2021-03-23T02:38:04.125Z] Login Succeeded [2021-03-23T02:38:04.125Z] nexus3.edgexfoundry.org:10002 [2021-03-23T02:38:04.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:04.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:04.722Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:04.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:04.722Z] [2021-03-23T02:38:04.722Z] Login Succeeded [2021-03-23T02:38:04.722Z] nexus3.edgexfoundry.org:10003 [2021-03-23T02:38:04.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:05.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:05.272Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:05.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:05.272Z] [2021-03-23T02:38:05.272Z] Login Succeeded [2021-03-23T02:38:05.272Z] nexus3.edgexfoundry.org:10004 [2021-03-23T02:38:05.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:05.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:05.828Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:05.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:05.828Z] [2021-03-23T02:38:05.828Z] Login Succeeded [2021-03-23T02:38:05.828Z] docker.io [2021-03-23T02:38:06.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:06.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:06.698Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:06.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:06.698Z] [2021-03-23T02:38:06.698Z] Login Succeeded [2021-03-23T02:38:06.698Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T02:38:06.714Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-23T02:38:07.178Z] ========================================================= [2021-03-23T02:38:07.179Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T02:38:07.179Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:38:07.567Z] + 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-23T02:38:08.170Z] Sending build context to Docker daemon 17.18MB [2021-03-23T02:38:08.444Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T02:38:08.444Z] Step 2/8 : FROM ${BASE} [2021-03-23T02:38:08.444Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T02:38:08.444Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T02:38:08.444Z] a4357932f1b6: Pulling fs layer [2021-03-23T02:38:08.444Z] 18c013af1878: Pulling fs layer [2021-03-23T02:38:08.444Z] 00ac8860ef70: Pulling fs layer [2021-03-23T02:38:08.444Z] 63d7cb157983: Pulling fs layer [2021-03-23T02:38:08.444Z] b116817d02f9: Pulling fs layer [2021-03-23T02:38:08.444Z] 745a02a5169b: Pulling fs layer [2021-03-23T02:38:08.444Z] 00ac8860ef70: Waiting [2021-03-23T02:38:08.444Z] 63d7cb157983: Waiting [2021-03-23T02:38:08.444Z] b116817d02f9: Waiting [2021-03-23T02:38:08.444Z] 745a02a5169b: Waiting [2021-03-23T02:38:08.444Z] 18c013af1878: Verifying Checksum [2021-03-23T02:38:08.444Z] 18c013af1878: Download complete [2021-03-23T02:38:08.444Z] a4357932f1b6: Verifying Checksum [2021-03-23T02:38:08.444Z] a4357932f1b6: Download complete [2021-03-23T02:38:08.444Z] 63d7cb157983: Verifying Checksum [2021-03-23T02:38:08.444Z] 63d7cb157983: Download complete [2021-03-23T02:38:08.722Z] b116817d02f9: Download complete [2021-03-23T02:38:08.722Z] 5f621e34cdf4: Verifying Checksum [2021-03-23T02:38:08.722Z] 5f621e34cdf4: Download complete [2021-03-23T02:38:09.324Z] 5f621e34cdf4: Pull complete [2021-03-23T02:38:09.928Z] a4357932f1b6: Pull complete [2021-03-23T02:38:10.205Z] 18c013af1878: Pull complete [2021-03-23T02:38:11.186Z] 745a02a5169b: Verifying Checksum [2021-03-23T02:38:11.186Z] 745a02a5169b: Download complete [2021-03-23T02:38:12.618Z] 00ac8860ef70: Verifying Checksum [2021-03-23T02:38:12.618Z] 00ac8860ef70: Download complete [2021-03-23T02:38:22.784Z] 00ac8860ef70: Pull complete [2021-03-23T02:38:22.784Z] 63d7cb157983: Pull complete [2021-03-23T02:38:23.388Z] b116817d02f9: Pull complete [2021-03-23T02:38:27.703Z] 745a02a5169b: Pull complete [2021-03-23T02:38:27.703Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T02:38:27.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T02:38:27.703Z] ---> b7e6874047d6 [2021-03-23T02:38:27.703Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-23T02:38:30.329Z] ---> Running in db8e96b8445c [2021-03-23T02:38:30.601Z] Removing intermediate container db8e96b8445c [2021-03-23T02:38:30.601Z] ---> aa3e4c5a6fb3 [2021-03-23T02:38:30.601Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T02:38:30.875Z] ---> Running in 33538af59b3b [2021-03-23T02:38:33.504Z] Removing intermediate container 33538af59b3b [2021-03-23T02:38:33.504Z] ---> fa0915cbaf2f [2021-03-23T02:38:33.504Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-23T02:38:33.504Z] ---> Running in 1ba68b76e6c0 [2021-03-23T02:38:34.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T02:38:35.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T02:38:35.328Z] Running on prd-centos7-docker-4c-2g-31003 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-23T02:38:35.388Z] Running in /w/workspace/edgex-ui-go/80 [Pipeline] { [Pipeline] checkout [2021-03-23T02:38:35.674Z] OK: 142 MiB in 39 packages [2021-03-23T02:38:37.112Z] Removing intermediate container 1ba68b76e6c0 [2021-03-23T02:38:37.112Z] ---> 6d9443fe4c34 [2021-03-23T02:38:37.112Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-23T02:38:37.112Z] ---> Running in 26248c566edb [2021-03-23T02:38:37.712Z] Removing intermediate container 26248c566edb [2021-03-23T02:38:37.712Z] ---> 0f874a74140e [2021-03-23T02:38:37.712Z] Step 7/8 : COPY . . [2021-03-23T02:38:37.767Z] using credential edgex-jenkins-ssh [2021-03-23T02:38:37.828Z] Cloning the remote Git repository [2021-03-23T02:38:37.853Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T02:38:37.921Z] > git init /w/workspace/edgex-ui-go/80 # timeout=10 [2021-03-23T02:38:37.982Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T02:38:37.982Z] > git --version # timeout=10 [2021-03-23T02:38:37.990Z] > git --version # 'git version 2.24.3' [2021-03-23T02:38:37.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T02:38:38.020Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T02:38:38.913Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-23T02:38:38.923Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T02:38:38.936Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-23T02:38:38.949Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-23T02:38:38.949Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T02:38:38.954Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T02:38:39.304Z] Checking out Revision db70ee541918723d88120af90797eabe42092ea6 (master) [2021-03-23T02:38:39.315Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T02:38:39.320Z] > git checkout -f db70ee541918723d88120af90797eabe42092ea6 # timeout=10 [2021-03-23T02:38:40.339Z] ---> 7834269cf1de [2021-03-23T02:38:40.339Z] Step 8/8 : RUN go mod download [2021-03-23T02:38:40.339Z] ---> Running in 9682fdc0fd29 [2021-03-23T02:38:43.186Z] 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-23T02:38:44.439Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T02:38:44.766Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T02:38:45.066Z] + sudo service docker restart [2021-03-23T02:38:45.066Z] + true [2021-03-23T02:38:45.066Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T02:38:47.062Z] provisioning config files... [2021-03-23T02:38:47.092Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/80@tmp/config2577626048321970484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:38:47.465Z] ---> docker-login.sh [2021-03-23T02:38:47.465Z] nexus3.edgexfoundry.org:10001 [2021-03-23T02:38:47.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:47.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:47.727Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:47.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:47.727Z] [2021-03-23T02:38:47.727Z] Login Succeeded [2021-03-23T02:38:47.727Z] nexus3.edgexfoundry.org:10002 [2021-03-23T02:38:47.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:47.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:47.990Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:47.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:47.990Z] [2021-03-23T02:38:47.990Z] Login Succeeded [2021-03-23T02:38:47.990Z] nexus3.edgexfoundry.org:10003 [2021-03-23T02:38:48.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:48.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:48.254Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:48.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:48.254Z] [2021-03-23T02:38:48.254Z] Login Succeeded [2021-03-23T02:38:48.254Z] nexus3.edgexfoundry.org:10004 [2021-03-23T02:38:48.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:48.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:48.517Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:48.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:48.517Z] [2021-03-23T02:38:48.517Z] Login Succeeded [2021-03-23T02:38:48.517Z] docker.io [2021-03-23T02:38:48.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:38:48.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:38:48.779Z] Configure a credential helper to remove this warning. See [2021-03-23T02:38:48.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:38:48.779Z] [2021-03-23T02:38:48.779Z] Login Succeeded [2021-03-23T02:38:48.779Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T02:38:48.789Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-23T02:38:49.136Z] ========================================================= [2021-03-23T02:38:49.136Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T02:38:49.136Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:38:49.488Z] + 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-23T02:38:49.751Z] Sending build context to Docker daemon 17.18MB [2021-03-23T02:38:49.751Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T02:38:49.751Z] Step 2/8 : FROM ${BASE} [2021-03-23T02:38:49.751Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T02:38:49.751Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T02:38:49.751Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T02:38:49.751Z] de9db76c5a1d: Pulling fs layer [2021-03-23T02:38:49.751Z] bca2f99d35d6: Pulling fs layer [2021-03-23T02:38:49.751Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T02:38:49.751Z] 7c6f9722023f: Pulling fs layer [2021-03-23T02:38:49.751Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T02:38:49.751Z] 93359f2a8cfa: Waiting [2021-03-23T02:38:49.751Z] 7c6f9722023f: Waiting [2021-03-23T02:38:49.751Z] a35cf1a2eb13: Waiting [2021-03-23T02:38:49.751Z] bca2f99d35d6: Waiting [2021-03-23T02:38:50.013Z] de9db76c5a1d: Verifying Checksum [2021-03-23T02:38:50.013Z] de9db76c5a1d: Download complete [2021-03-23T02:38:50.013Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T02:38:50.013Z] 0ef7d3d256c8: Download complete [2021-03-23T02:38:50.013Z] 93359f2a8cfa: Verifying Checksum [2021-03-23T02:38:50.013Z] 93359f2a8cfa: Download complete [2021-03-23T02:38:50.013Z] 7c6f9722023f: Verifying Checksum [2021-03-23T02:38:50.013Z] 7c6f9722023f: Download complete [2021-03-23T02:38:50.013Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T02:38:50.013Z] 188c0c94c7c5: Download complete [2021-03-23T02:38:50.284Z] 188c0c94c7c5: Pull complete [2021-03-23T02:38:50.550Z] 0ef7d3d256c8: Pull complete [2021-03-23T02:38:50.550Z] de9db76c5a1d: Pull complete [2021-03-23T02:38:51.507Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T02:38:51.507Z] a35cf1a2eb13: Download complete [2021-03-23T02:38:52.528Z] bca2f99d35d6: Verifying Checksum [2021-03-23T02:38:52.528Z] bca2f99d35d6: Download complete [2021-03-23T02:38:57.875Z] bca2f99d35d6: Pull complete [2021-03-23T02:38:58.141Z] 93359f2a8cfa: Pull complete [2021-03-23T02:38:58.141Z] 7c6f9722023f: Pull complete [2021-03-23T02:39:04.779Z] a35cf1a2eb13: Pull complete [2021-03-23T02:39:04.779Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T02:39:04.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T02:39:04.779Z] ---> a62c8e92a672 [2021-03-23T02:39:04.779Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-23T02:39:04.779Z] ---> Running in a67cf26de2e1 [2021-03-23T02:39:04.779Z] Removing intermediate container a67cf26de2e1 [2021-03-23T02:39:04.779Z] ---> 95db7f2ed17c [2021-03-23T02:39:04.779Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T02:39:04.779Z] ---> Running in 37c659edd260 [2021-03-23T02:39:05.738Z] Removing intermediate container 37c659edd260 [2021-03-23T02:39:05.738Z] ---> 09699ccaa056 [2021-03-23T02:39:05.738Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-23T02:39:05.738Z] ---> Running in 036e2467811e [2021-03-23T02:39:06.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T02:39:07.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T02:39:07.541Z] OK: 166 MiB in 39 packages [2021-03-23T02:39:08.116Z] Removing intermediate container 036e2467811e [2021-03-23T02:39:08.116Z] ---> c6ad3bc74222 [2021-03-23T02:39:08.116Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-23T02:39:08.116Z] ---> Running in 5906967c8b69 [2021-03-23T02:39:08.379Z] Removing intermediate container 5906967c8b69 [2021-03-23T02:39:08.379Z] ---> a0ee4c34f69d [2021-03-23T02:39:08.379Z] Step 7/8 : COPY . . [2021-03-23T02:39:10.315Z] ---> aa1f5c2d1282 [2021-03-23T02:39:10.315Z] Step 8/8 : RUN go mod download [2021-03-23T02:39:10.315Z] ---> Running in 862390419c12 [2021-03-23T02:39:12.704Z] Removing intermediate container 9682fdc0fd29 [2021-03-23T02:39:12.704Z] ---> 70cf534764a9 [2021-03-23T02:39:12.705Z] Successfully built 70cf534764a9 [2021-03-23T02:39:12.705Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:39:13.075Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T02:39:13.075Z] . [Pipeline] withDockerContainer [2021-03-23T02:39:13.351Z] prd-ubuntu18.04-docker-arm64-4c-16g-31002 does not seem to be running inside a container [2021-03-23T02:39:13.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/80 -v /w/workspace/edgex-ui-go/80:/w/workspace/edgex-ui-go/80:rw,z -v /w/workspace/edgex-ui-go/80@tmp:/w/workspace/edgex-ui-go/80@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-23T02:39:14.930Z] $ docker top af9de75ced5e8c41e0ae34b3b6de7443a9b0b86399e890b3dea97ac1de3507fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:39:15.959Z] + go version [2021-03-23T02:39:15.959Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T02:39:15.987Z] $ docker stop --time=1 af9de75ced5e8c41e0ae34b3b6de7443a9b0b86399e890b3dea97ac1de3507fd [2021-03-23T02:39:17.900Z] $ docker rm -f af9de75ced5e8c41e0ae34b3b6de7443a9b0b86399e890b3dea97ac1de3507fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:39:18.921Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T02:39:18.921Z] . [Pipeline] withDockerContainer [2021-03-23T02:39:19.181Z] prd-ubuntu18.04-docker-arm64-4c-16g-31002 does not seem to be running inside a container [2021-03-23T02:39:19.259Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/80 -v /w/workspace/edgex-ui-go/80:/w/workspace/edgex-ui-go/80:rw,z -v /w/workspace/edgex-ui-go/80@tmp:/w/workspace/edgex-ui-go/80@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-23T02:39:20.702Z] $ docker top f4d5f9b8a3c13b38d1f00edc35ec46803fee674afcf5014ebedffb68d6dd6b5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:39:21.751Z] + make test [2021-03-23T02:39:21.751Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-23T02:39:23.191Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-23T02:39:37.019Z] Removing intermediate container 862390419c12 [2021-03-23T02:39:37.020Z] ---> 5c201cfbd89f [2021-03-23T02:39:37.020Z] Successfully built 5c201cfbd89f [2021-03-23T02:39:37.020Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:39:37.346Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T02:39:37.347Z] . [Pipeline] withDockerContainer [2021-03-23T02:39:37.644Z] prd-centos7-docker-4c-2g-31003 does not seem to be running inside a container [2021-03-23T02:39:37.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/80 -v /w/workspace/edgex-ui-go/80:/w/workspace/edgex-ui-go/80:rw,z -v /w/workspace/edgex-ui-go/80@tmp:/w/workspace/edgex-ui-go/80@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-23T02:39:38.653Z] $ docker top 4a55cc6b5328ab1632900bec81f6fefb6b3a9fd399045412db5dd4847bc3863b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:39:39.193Z] + go version [2021-03-23T02:39:39.193Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T02:39:39.211Z] $ docker stop --time=1 4a55cc6b5328ab1632900bec81f6fefb6b3a9fd399045412db5dd4847bc3863b [2021-03-23T02:39:40.603Z] $ docker rm -f 4a55cc6b5328ab1632900bec81f6fefb6b3a9fd399045412db5dd4847bc3863b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:39:41.542Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T02:39:41.542Z] . [Pipeline] withDockerContainer [2021-03-23T02:39:41.650Z] prd-centos7-docker-4c-2g-31003 does not seem to be running inside a container [2021-03-23T02:39:41.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/80 -v /w/workspace/edgex-ui-go/80:/w/workspace/edgex-ui-go/80:rw,z -v /w/workspace/edgex-ui-go/80@tmp:/w/workspace/edgex-ui-go/80@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-23T02:39:42.767Z] $ docker top 6062c814f79d9f60abfefbc24d9bd52750aac10c0e89cc68e94d824ea4cd035d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:39:43.246Z] + make test [2021-03-23T02:39:43.246Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-23T02:39:44.663Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-23T02:39:50.027Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-23T02:39:50.027Z] GO111MODULE=on go vet ./... [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-23T02:39:52.909Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-23T02:39:52.909Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-23T02:39:54.878Z] $ docker stop --time=1 6062c814f79d9f60abfefbc24d9bd52750aac10c0e89cc68e94d824ea4cd035d [2021-03-23T02:39:57.057Z] $ docker rm -f 6062c814f79d9f60abfefbc24d9bd52750aac10c0e89cc68e94d824ea4cd035d [Pipeline] // withDockerContainer [Pipeline] } [2021-03-23T02:39:57.367Z] $ docker stop --time=1 f4d5f9b8a3c13b38d1f00edc35ec46803fee674afcf5014ebedffb68d6dd6b5c [2021-03-23T02:39:59.578Z] $ docker rm -f f4d5f9b8a3c13b38d1f00edc35ec46803fee674afcf5014ebedffb68d6dd6b5c [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T02:40:00.318Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T02:40:00.498Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T02:40:00.567Z] Warning: overwriting stash ‘coverage-report’ [2021-03-23T02:40:00.751Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-23T02:40:01.389Z] Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-23T02:40:03.649Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T02:40:03.959Z] + ls -al . [2021-03-23T02:40:03.959Z] total 92 [2021-03-23T02:40:03.959Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 23 02:39 . [2021-03-23T02:40:03.959Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 23 02:38 .. [2021-03-23T02:40:03.959Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 23 02:38 assets [2021-03-23T02:40:03.959Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 23 02:38 bin [2021-03-23T02:40:03.959Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 23 02:38 cmd [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 23 02:38 CONTRIBUTING.md [2021-03-23T02:40:03.959Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 23 02:39 coverage.out [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 23 02:38 Dockerfile [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 23 02:38 Dockerfile.build [2021-03-23T02:40:03.959Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 23 02:38 docs [2021-03-23T02:40:03.959Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 23 02:38 .git [2021-03-23T02:40:03.959Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 23 02:38 .github [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 23 02:38 .gitignore [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 1055 Mar 23 02:38 go.mod [2021-03-23T02:40:03.959Z] -rw-r--r--. 1 jenkins jenkins 22216 Mar 23 02:39 go.sum [2021-03-23T02:40:03.959Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 23 02:38 internal [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 23 02:38 Jenkinsfile [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 23 02:38 LICENSE [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 23 02:38 Makefile [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 23 02:38 README.md [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 23 02:35 VERSION [2021-03-23T02:40:03.959Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 23 02:38 version.go [2021-03-23T02:40:03.959Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 23 02:38 web [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:04.173Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-23T02:40:04.276Z] + 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=db70ee541918723d88120af90797eabe42092ea6 --label arch=amd64 --label version=2.0.0-dev.22 . [2021-03-23T02:40:04.541Z] Sending build context to Docker daemon 17.2MB [2021-03-23T02:40:04.558Z] + ls -al . [2021-03-23T02:40:04.558Z] total 124 [2021-03-23T02:40:04.558Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 02:39 . [2021-03-23T02:40:04.558Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 02:37 .. [2021-03-23T02:40:04.558Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 02:37 .git [2021-03-23T02:40:04.558Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 02:37 .github [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 23 02:37 .gitignore [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 23 02:37 CONTRIBUTING.md [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 23 02:37 Dockerfile [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 23 02:37 Dockerfile.build [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 23 02:37 Jenkinsfile [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 23 02:37 LICENSE [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 23 02:37 Makefile [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 23 02:37 README.md [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 23 02:35 VERSION [2021-03-23T02:40:04.558Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:37 assets [2021-03-23T02:40:04.558Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 02:37 bin [2021-03-23T02:40:04.558Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:37 cmd [2021-03-23T02:40:04.558Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 23 02:39 coverage.out [2021-03-23T02:40:04.558Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 23 02:37 docs [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 23 02:37 go.mod [2021-03-23T02:40:04.558Z] -rw-r--r-- 1 jenkins jenkins 22216 Mar 23 02:39 go.sum [2021-03-23T02:40:04.558Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 02:37 internal [2021-03-23T02:40:04.558Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 23 02:37 version.go [2021-03-23T02:40:04.558Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 02:37 web [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:04.806Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T02:40:04.806Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-23T02:40:04.806Z] ---> 5c201cfbd89f [2021-03-23T02:40:04.806Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-23T02:40:04.960Z] + 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=db70ee541918723d88120af90797eabe42092ea6 --label arch=arm64 --label version=2.0.0-dev.22 . [2021-03-23T02:40:05.586Z] Sending build context to Docker daemon 17.2MB [2021-03-23T02:40:05.756Z] ---> Running in 34e246bf5075 [2021-03-23T02:40:05.756Z] Removing intermediate container 34e246bf5075 [2021-03-23T02:40:05.756Z] ---> 619f4fc27887 [2021-03-23T02:40:05.756Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-23T02:40:05.756Z] ---> Running in e3be3af912a0 [2021-03-23T02:40:05.864Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T02:40:05.864Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-23T02:40:05.864Z] ---> 70cf534764a9 [2021-03-23T02:40:05.864Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-23T02:40:06.020Z] Removing intermediate container e3be3af912a0 [2021-03-23T02:40:06.020Z] ---> 7d8bf3acfdd7 [2021-03-23T02:40:06.020Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-23T02:40:06.020Z] ---> Running in 109142ee7543 [2021-03-23T02:40:06.138Z] ---> Running in 48f7882a8bab [2021-03-23T02:40:06.283Z] Removing intermediate container 109142ee7543 [2021-03-23T02:40:06.283Z] ---> dbeeb61f3f0d [2021-03-23T02:40:06.283Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-23T02:40:06.283Z] ---> Running in 479544983cfa [2021-03-23T02:40:06.546Z] Removing intermediate container 479544983cfa [2021-03-23T02:40:06.546Z] ---> 7e93085e638a [2021-03-23T02:40:06.546Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-23T02:40:06.546Z] ---> Running in e9d966e1b6c9 [2021-03-23T02:40:06.546Z] Removing intermediate container e9d966e1b6c9 [2021-03-23T02:40:06.546Z] ---> ab49b08601a0 [2021-03-23T02:40:06.546Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T02:40:06.738Z] Removing intermediate container 48f7882a8bab [2021-03-23T02:40:06.738Z] ---> d2596ac7f554 [2021-03-23T02:40:06.738Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-23T02:40:06.738Z] ---> Running in 351420d655b1 [2021-03-23T02:40:06.810Z] ---> Running in fa7f84b6bf3a [2021-03-23T02:40:07.334Z] Removing intermediate container 351420d655b1 [2021-03-23T02:40:07.334Z] ---> 450dadefa435 [2021-03-23T02:40:07.334Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-23T02:40:07.607Z] ---> Running in aeb06dc052e3 [2021-03-23T02:40:07.758Z] Removing intermediate container fa7f84b6bf3a [2021-03-23T02:40:07.758Z] ---> 57eafe21d508 [2021-03-23T02:40:07.758Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-23T02:40:07.758Z] ---> Running in 729b160bb6be [2021-03-23T02:40:08.201Z] Removing intermediate container aeb06dc052e3 [2021-03-23T02:40:08.201Z] ---> b4bb22243f6b [2021-03-23T02:40:08.201Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-23T02:40:08.201Z] ---> Running in 17bf55696a67 [2021-03-23T02:40:08.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T02:40:08.795Z] Removing intermediate container 17bf55696a67 [2021-03-23T02:40:08.795Z] ---> a1a0f56cdafe [2021-03-23T02:40:08.795Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-23T02:40:09.068Z] ---> Running in d4ff9e0655f0 [2021-03-23T02:40:09.664Z] Removing intermediate container d4ff9e0655f0 [2021-03-23T02:40:09.664Z] ---> 924bf3be4805 [2021-03-23T02:40:09.664Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T02:40:09.664Z] ---> Running in dcdce19349ca [2021-03-23T02:40:09.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T02:40:12.282Z] Removing intermediate container dcdce19349ca [2021-03-23T02:40:12.282Z] ---> aca0d29b908e [2021-03-23T02:40:12.282Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-23T02:40:12.282Z] ---> Running in e9897d906629 [2021-03-23T02:40:13.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T02:40:13.974Z] OK: 166 MiB in 39 packages [2021-03-23T02:40:13.974Z] Removing intermediate container 729b160bb6be [2021-03-23T02:40:13.974Z] ---> f0ea386b2c88 [2021-03-23T02:40:13.974Z] Step 10/24 : ENV GO111MODULE=on [2021-03-23T02:40:13.974Z] ---> Running in 02e5cdb8d1ea [2021-03-23T02:40:14.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T02:40:14.240Z] Removing intermediate container 02e5cdb8d1ea [2021-03-23T02:40:14.240Z] ---> 98b9f83cee55 [2021-03-23T02:40:14.240Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-23T02:40:14.240Z] ---> Running in 9c45626bff1c [2021-03-23T02:40:14.504Z] Removing intermediate container 9c45626bff1c [2021-03-23T02:40:14.504Z] ---> 66db9cc48230 [2021-03-23T02:40:14.504Z] Step 12/24 : COPY go.mod . [2021-03-23T02:40:14.767Z] ---> 51060caf7a14 [2021-03-23T02:40:14.767Z] Step 13/24 : COPY Makefile . [2021-03-23T02:40:15.034Z] ---> e3fba8be7417 [2021-03-23T02:40:15.034Z] Step 14/24 : RUN make update [2021-03-23T02:40:15.034Z] ---> Running in 02c35fa715d4 [2021-03-23T02:40:15.623Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-23T02:40:15.667Z] OK: 142 MiB in 39 packages [2021-03-23T02:40:16.206Z] Removing intermediate container 02c35fa715d4 [2021-03-23T02:40:16.206Z] ---> 9ab628a54ff5 [2021-03-23T02:40:16.206Z] Step 15/24 : COPY . . [2021-03-23T02:40:17.105Z] Removing intermediate container e9897d906629 [2021-03-23T02:40:17.105Z] ---> f58b58433172 [2021-03-23T02:40:17.105Z] Step 10/24 : ENV GO111MODULE=on [2021-03-23T02:40:17.105Z] ---> Running in c95a27d70cd4 [2021-03-23T02:40:17.380Z] Removing intermediate container c95a27d70cd4 [2021-03-23T02:40:17.380Z] ---> 73c17ba774cd [2021-03-23T02:40:17.380Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-23T02:40:17.668Z] ---> Running in ecd53a533b16 [2021-03-23T02:40:17.947Z] Removing intermediate container ecd53a533b16 [2021-03-23T02:40:17.947Z] ---> 521a95eaf7ef [2021-03-23T02:40:17.947Z] Step 12/24 : COPY go.mod . [2021-03-23T02:40:18.136Z] ---> 076b213fdc18 [2021-03-23T02:40:18.136Z] Step 16/24 : RUN ${MAKE} [2021-03-23T02:40:18.136Z] ---> Running in 4495e943139f [2021-03-23T02:40:18.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.22" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-23T02:40:18.924Z] ---> d2f244636045 [2021-03-23T02:40:18.924Z] Step 13/24 : COPY Makefile . [2021-03-23T02:40:19.522Z] ---> cf4447a6dfca [2021-03-23T02:40:19.522Z] Step 14/24 : RUN make update [2021-03-23T02:40:19.796Z] ---> Running in 3e422ce60192 [2021-03-23T02:40:20.778Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-23T02:40:22.214Z] Removing intermediate container 3e422ce60192 [2021-03-23T02:40:22.214Z] ---> 5d61462e6de8 [2021-03-23T02:40:22.214Z] Step 15/24 : COPY . . [2021-03-23T02:40:24.890Z] ---> 4cbdebb97520 [2021-03-23T02:40:24.890Z] Step 16/24 : RUN ${MAKE} [2021-03-23T02:40:24.890Z] ---> Running in bd71b6dcce3e [2021-03-23T02:40:25.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.22" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-23T02:40:26.682Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-23T02:40:29.999Z] Removing intermediate container 4495e943139f [2021-03-23T02:40:29.999Z] ---> bb61da3cadf3 [2021-03-23T02:40:29.999Z] Step 17/24 : FROM alpine:3.12 [2021-03-23T02:40:30.264Z] 3.12: Pulling from library/alpine [2021-03-23T02:40:30.264Z] f84cab65f19f: Pulling fs layer [2021-03-23T02:40:30.527Z] f84cab65f19f: Download complete [2021-03-23T02:40:30.790Z] f84cab65f19f: Pull complete [2021-03-23T02:40:30.790Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T02:40:30.790Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T02:40:30.790Z] ---> 88dd2752d2ea [2021-03-23T02:40:30.790Z] Step 18/24 : EXPOSE 4000 [2021-03-23T02:40:30.790Z] ---> Running in 4052aa78c823 [2021-03-23T02:40:31.055Z] Removing intermediate container 4052aa78c823 [2021-03-23T02:40:31.055Z] ---> b26d8b77c956 [2021-03-23T02:40:31.055Z] 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-23T02:40:32.003Z] ---> cdc16c590692 [2021-03-23T02:40:32.003Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-23T02:40:32.003Z] ---> Running in 31ad62a89dd0 [2021-03-23T02:40:32.267Z] Removing intermediate container 31ad62a89dd0 [2021-03-23T02:40:32.267Z] ---> 9e1d21d9f108 [2021-03-23T02:40:32.267Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-23T02:40:32.267Z] ---> Running in f61ccc22e276 [2021-03-23T02:40:32.528Z] Removing intermediate container f61ccc22e276 [2021-03-23T02:40:32.528Z] ---> 32a04a43b4e2 [2021-03-23T02:40:32.528Z] Step 22/24 : LABEL arch=amd64 [2021-03-23T02:40:32.528Z] ---> Running in 8598a6ea29a2 [2021-03-23T02:40:32.528Z] Removing intermediate container 8598a6ea29a2 [2021-03-23T02:40:32.528Z] ---> a601d30af419 [2021-03-23T02:40:32.528Z] Step 23/24 : LABEL git_sha=db70ee541918723d88120af90797eabe42092ea6 [2021-03-23T02:40:32.791Z] ---> Running in 1a6c37273c6e [2021-03-23T02:40:32.791Z] Removing intermediate container 1a6c37273c6e [2021-03-23T02:40:32.791Z] ---> 896ac4869869 [2021-03-23T02:40:32.791Z] Step 24/24 : LABEL version=2.0.0-dev.22 [2021-03-23T02:40:33.053Z] ---> Running in eb974a73ac12 [2021-03-23T02:40:33.053Z] Removing intermediate container eb974a73ac12 [2021-03-23T02:40:33.053Z] ---> 668fa4b310f3 [2021-03-23T02:40:33.053Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-23T02:40:33.053Z] Successfully built 668fa4b310f3 [2021-03-23T02:40:33.053Z] 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-23T02:40:33.464Z] provisioning config files... [2021-03-23T02:40:33.501Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/80@tmp/config3736831523857786384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:40:33.880Z] ---> docker-login.sh [2021-03-23T02:40:33.880Z] nexus3.edgexfoundry.org:10001 [2021-03-23T02:40:33.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:40:34.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:40:34.143Z] Configure a credential helper to remove this warning. See [2021-03-23T02:40:34.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:40:34.143Z] [2021-03-23T02:40:34.143Z] Login Succeeded [2021-03-23T02:40:34.143Z] nexus3.edgexfoundry.org:10002 [2021-03-23T02:40:34.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:40:34.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:40:34.143Z] Configure a credential helper to remove this warning. See [2021-03-23T02:40:34.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:40:34.143Z] [2021-03-23T02:40:34.143Z] Login Succeeded [2021-03-23T02:40:34.143Z] nexus3.edgexfoundry.org:10003 [2021-03-23T02:40:34.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:40:34.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:40:34.405Z] Configure a credential helper to remove this warning. See [2021-03-23T02:40:34.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:40:34.405Z] [2021-03-23T02:40:34.405Z] Login Succeeded [2021-03-23T02:40:34.405Z] nexus3.edgexfoundry.org:10004 [2021-03-23T02:40:34.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:40:34.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:40:34.667Z] Configure a credential helper to remove this warning. See [2021-03-23T02:40:34.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:40:34.667Z] [2021-03-23T02:40:34.667Z] Login Succeeded [2021-03-23T02:40:34.667Z] docker.io [2021-03-23T02:40:34.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:40:34.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:40:34.929Z] Configure a credential helper to remove this warning. See [2021-03-23T02:40:34.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:40:34.929Z] [2021-03-23T02:40:34.929Z] Login Succeeded [2021-03-23T02:40:34.929Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T02:40:34.939Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T02:40:35.170Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-23T02:40:35.170Z] db70ee541918723d88120af90797eabe42092ea6 [2021-03-23T02:40:35.170Z] latest [2021-03-23T02:40:35.170Z] 2.0.0-dev.22 [2021-03-23T02:40:35.170Z] db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [2021-03-23T02:40:35.170Z] master [2021-03-23T02:40:35.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:35.672Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:35.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6 [2021-03-23T02:40:35.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T02:40:35.976Z] 2952c1f0f562: Preparing [2021-03-23T02:40:35.976Z] 33e8713114f8: Preparing [2021-03-23T02:40:35.976Z] 33e8713114f8: Layer already exists [2021-03-23T02:40:37.371Z] 2952c1f0f562: Pushed [2021-03-23T02:40:37.634Z] db70ee541918723d88120af90797eabe42092ea6: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:37.943Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:38.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-23T02:40:38.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T02:40:38.246Z] 2952c1f0f562: Preparing [2021-03-23T02:40:38.246Z] 33e8713114f8: Preparing [2021-03-23T02:40:38.246Z] 2952c1f0f562: Layer already exists [2021-03-23T02:40:38.246Z] 33e8713114f8: Layer already exists [2021-03-23T02:40:38.246Z] latest: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:38.556Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:38.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.22 [2021-03-23T02:40:38.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T02:40:38.857Z] 2952c1f0f562: Preparing [2021-03-23T02:40:38.857Z] 33e8713114f8: Preparing [2021-03-23T02:40:38.857Z] 33e8713114f8: Layer already exists [2021-03-23T02:40:38.857Z] 2952c1f0f562: Layer already exists [2021-03-23T02:40:38.857Z] 2.0.0-dev.22: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:39.171Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:39.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [2021-03-23T02:40:39.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T02:40:39.474Z] 2952c1f0f562: Preparing [2021-03-23T02:40:39.474Z] 33e8713114f8: Preparing [2021-03-23T02:40:39.474Z] 33e8713114f8: Layer already exists [2021-03-23T02:40:39.474Z] 2952c1f0f562: Layer already exists [2021-03-23T02:40:39.474Z] db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:39.784Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:40:40.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-23T02:40:40.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-23T02:40:40.084Z] 2952c1f0f562: Preparing [2021-03-23T02:40:40.084Z] 33e8713114f8: Preparing [2021-03-23T02:40:40.084Z] 2952c1f0f562: Layer already exists [2021-03-23T02:40:40.084Z] 33e8713114f8: Layer already exists [2021-03-23T02:40:40.084Z] master: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T02:40:40.294Z] ===================================================== [Pipeline] echo [2021-03-23T02:40:40.402Z] taggedImages: [2021-03-23T02:40:40.402Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6 [2021-03-23T02:40:40.402Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-23T02:40:40.402Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.22 [2021-03-23T02:40:40.402Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [2021-03-23T02:40:40.402Z] - 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-23T02:40:41.328Z] ---> job-cost.sh [2021-03-23T02:40:41.328Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UxgK [2021-03-23T02:40:52.291Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-23T02:40:56.255Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T02:40:57.067Z] Removing intermediate container bd71b6dcce3e [2021-03-23T02:40:57.067Z] ---> 72b0c54ff497 [2021-03-23T02:40:57.067Z] Step 17/24 : FROM alpine:3.12 [2021-03-23T02:40:57.067Z] 3.12: Pulling from library/alpine [2021-03-23T02:40:57.067Z] dce8679b510e: Pulling fs layer [2021-03-23T02:40:57.340Z] dce8679b510e: Verifying Checksum [2021-03-23T02:40:57.340Z] dce8679b510e: Download complete [2021-03-23T02:40:57.936Z] dce8679b510e: Pull complete [2021-03-23T02:40:57.936Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T02:40:57.936Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T02:40:57.936Z] ---> d10569e2745f [2021-03-23T02:40:57.936Z] Step 18/24 : EXPOSE 4000 [2021-03-23T02:40:58.207Z] ---> Running in 857207035b58 [2021-03-23T02:40:58.479Z] Removing intermediate container 857207035b58 [2021-03-23T02:40:58.479Z] ---> 8ebfc0ee7cdb [2021-03-23T02:40:58.479Z] 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-23T02:41:00.457Z] ---> 1cb813918928 [2021-03-23T02:41:00.457Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-23T02:41:00.457Z] ---> Running in 96993a02e97d [2021-03-23T02:41:00.729Z] Removing intermediate container 96993a02e97d [2021-03-23T02:41:00.729Z] ---> 447e318556fe [2021-03-23T02:41:00.729Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-23T02:41:01.002Z] ---> Running in 31f4e88bd5f5 [2021-03-23T02:41:01.277Z] Removing intermediate container 31f4e88bd5f5 [2021-03-23T02:41:01.277Z] ---> 48fe8a7b1f9c [2021-03-23T02:41:01.277Z] Step 22/24 : LABEL arch=arm64 [2021-03-23T02:41:01.550Z] ---> Running in 53e83b6fbd16 [2021-03-23T02:41:02.146Z] Removing intermediate container 53e83b6fbd16 [2021-03-23T02:41:02.146Z] ---> fde15f29ddf6 [2021-03-23T02:41:02.146Z] Step 23/24 : LABEL git_sha=db70ee541918723d88120af90797eabe42092ea6 [2021-03-23T02:41:02.146Z] ---> Running in 2f2670f7d509 [2021-03-23T02:41:02.420Z] Removing intermediate container 2f2670f7d509 [2021-03-23T02:41:02.420Z] ---> 704c6a3bdd1f [2021-03-23T02:41:02.420Z] Step 24/24 : LABEL version=2.0.0-dev.22 [2021-03-23T02:41:02.693Z] ---> Running in 095bfda62e8a [2021-03-23T02:41:03.296Z] Removing intermediate container 095bfda62e8a [2021-03-23T02:41:03.296Z] ---> cc6c3d2f4569 [2021-03-23T02:41:03.296Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-23T02:41:03.296Z] Successfully built cc6c3d2f4569 [2021-03-23T02:41:03.296Z] 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-23T02:41:03.780Z] provisioning config files... [2021-03-23T02:41:05.502Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/80@tmp/config1071472092799108298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:41:05.963Z] ---> docker-login.sh [2021-03-23T02:41:05.963Z] nexus3.edgexfoundry.org:10001 [2021-03-23T02:41:06.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:41:06.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:41:06.251Z] Configure a credential helper to remove this warning. See [2021-03-23T02:41:06.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:41:06.251Z] [2021-03-23T02:41:06.251Z] Login Succeeded [2021-03-23T02:41:06.251Z] nexus3.edgexfoundry.org:10002 [2021-03-23T02:41:06.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:41:06.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:41:06.880Z] Configure a credential helper to remove this warning. See [2021-03-23T02:41:06.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:41:06.880Z] [2021-03-23T02:41:06.880Z] Login Succeeded [2021-03-23T02:41:06.880Z] nexus3.edgexfoundry.org:10003 [2021-03-23T02:41:11.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:41:11.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:41:11.198Z] Configure a credential helper to remove this warning. See [2021-03-23T02:41:11.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:41:11.198Z] [2021-03-23T02:41:11.198Z] Login Succeeded [2021-03-23T02:41:11.198Z] nexus3.edgexfoundry.org:10004 [2021-03-23T02:41:11.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:41:11.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:41:11.198Z] Configure a credential helper to remove this warning. See [2021-03-23T02:41:11.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:41:11.198Z] [2021-03-23T02:41:11.198Z] Login Succeeded [2021-03-23T02:41:11.198Z] docker.io [2021-03-23T02:41:11.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T02:41:12.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T02:41:12.066Z] Configure a credential helper to remove this warning. See [2021-03-23T02:41:12.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T02:41:12.066Z] [2021-03-23T02:41:12.066Z] Login Succeeded [2021-03-23T02:41:12.066Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T02:41:12.095Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T02:41:12.322Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-23T02:41:12.322Z] db70ee541918723d88120af90797eabe42092ea6 [2021-03-23T02:41:12.322Z] latest [2021-03-23T02:41:12.322Z] 2.0.0-dev.22 [2021-03-23T02:41:12.322Z] db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [2021-03-23T02:41:12.322Z] master [2021-03-23T02:41:12.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:12.836Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:13.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6 [2021-03-23T02:41:13.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T02:41:13.183Z] f105f0aeaed8: Preparing [2021-03-23T02:41:13.183Z] 02a88cfff88f: Preparing [2021-03-23T02:41:13.453Z] 02a88cfff88f: Layer already exists [2021-03-23T02:41:16.892Z] f105f0aeaed8: Pushed [2021-03-23T02:41:17.173Z] db70ee541918723d88120af90797eabe42092ea6: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:17.581Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:17.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-23T02:41:17.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T02:41:17.977Z] f105f0aeaed8: Preparing [2021-03-23T02:41:17.977Z] 02a88cfff88f: Preparing [2021-03-23T02:41:17.977Z] 02a88cfff88f: Layer already exists [2021-03-23T02:41:17.977Z] f105f0aeaed8: Layer already exists [2021-03-23T02:41:18.246Z] latest: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:18.587Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:18.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.22 [2021-03-23T02:41:18.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T02:41:18.926Z] f105f0aeaed8: Preparing [2021-03-23T02:41:18.926Z] 02a88cfff88f: Preparing [2021-03-23T02:41:18.926Z] 02a88cfff88f: Layer already exists [2021-03-23T02:41:18.926Z] f105f0aeaed8: Layer already exists [2021-03-23T02:41:19.197Z] 2.0.0-dev.22: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:19.542Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:19.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [2021-03-23T02:41:19.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T02:41:19.881Z] f105f0aeaed8: Preparing [2021-03-23T02:41:19.881Z] 02a88cfff88f: Preparing [2021-03-23T02:41:19.881Z] f105f0aeaed8: Layer already exists [2021-03-23T02:41:19.881Z] 02a88cfff88f: Layer already exists [2021-03-23T02:41:20.151Z] db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:20.497Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:41:20.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-23T02:41:20.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-23T02:41:20.843Z] f105f0aeaed8: Preparing [2021-03-23T02:41:20.843Z] 02a88cfff88f: Preparing [2021-03-23T02:41:20.843Z] f105f0aeaed8: Layer already exists [2021-03-23T02:41:20.843Z] 02a88cfff88f: Layer already exists [2021-03-23T02:41:21.114Z] master: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-23T02:41:21.307Z] ===================================================== [Pipeline] echo [2021-03-23T02:41:21.356Z] taggedImages: [2021-03-23T02:41:21.356Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6 [2021-03-23T02:41:21.356Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-23T02:41:21.356Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.22 [2021-03-23T02:41:21.356Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [2021-03-23T02:41:21.356Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:41:21.887Z] ---> job-cost.sh [2021-03-23T02:41:21.887Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tCSA [2021-03-23T02:41:24.128Z] lf-activate-venv(): INFO: Adding /tmp/venv-UxgK/bin to PATH [2021-03-23T02:41:24.128Z] INFO: No Stack... [2021-03-23T02:41:24.128Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T02:41:24.128Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T02:41:24.476Z] + cat /w/workspace/edgex-ui-go/80/archives/cost.csv [2021-03-23T02:41:24.476Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T02:41:24.579Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [2021-03-23T02:41:24.591Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] did not exist. Created. [2021-03-23T02:41:24.591Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T02:41:25.019Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-23T02:41:25.211Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T02:41:25.225Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-23T02:42:00.898Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T02:43:37.680Z] lf-activate-venv(): INFO: Adding /tmp/venv-tCSA/bin to PATH [2021-03-23T02:43:37.680Z] INFO: No Stack... [2021-03-23T02:43:37.680Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T02:43:37.680Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T02:43:38.013Z] + + catcut -d, -f6 [2021-03-23T02:43:38.013Z] /w/workspace/edgex-ui-go/80/archives/cost.csv [Pipeline] lock [2021-03-23T02:43:38.121Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [2021-03-23T02:43:38.129Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] did not exist. Created. [2021-03-23T02:43:38.129Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T02:43:38.583Z] /w/workspace/edgex-ui-go/80@tmp/durable-f4449e39/script.sh: 1: /w/workspace/edgex-ui-go/80@tmp/durable-f4449e39/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-23T02:43:38.923Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T02:43:38.989Z] Warning: overwriting stash ‘stack-cost’ [2021-03-23T02:43:39.207Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T02:43:39.220Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-80-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-23T02:43:40.581Z] provisioning config files... [2021-03-23T02:43:40.591Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6365426977725196292tmp [Pipeline] { [Pipeline] sh [2021-03-23T02:43:40.985Z] + set +x [2021-03-23T02:43:40.985Z] + curl -s https://codecov.io/bash [2021-03-23T02:43:40.985Z] + bash -s -- [2021-03-23T02:43:41.246Z] [2021-03-23T02:43:41.246Z] _____ _ [2021-03-23T02:43:41.246Z] / ____| | | [2021-03-23T02:43:41.246Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T02:43:41.246Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T02:43:41.246Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T02:43:41.246Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T02:43:41.246Z] Bash-20210309-2b87ace [2021-03-23T02:43:41.246Z] [2021-03-23T02:43:41.246Z] [2021-03-23T02:43:41.246Z] ==> git version 2.24.3 found [2021-03-23T02:43:41.246Z] ==> 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-23T02:43:41.246Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T02:43:41.246Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T02:43:41.246Z] ==> Jenkins CI detected. [2021-03-23T02:43:41.246Z] project root: . [2021-03-23T02:43:41.246Z] --> token set from env [2021-03-23T02:43:41.246Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T02:43:41.246Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T02:43:41.246Z] ==> Python coveragepy not found [2021-03-23T02:43:41.246Z] ==> Searching for coverage reports in: [2021-03-23T02:43:41.246Z] + . [2021-03-23T02:43:41.246Z] -> Found 1 reports [2021-03-23T02:43:41.246Z] ==> Detecting git/mercurial file structure [2021-03-23T02:43:41.246Z] ==> Reading reports [2021-03-23T02:43:41.246Z] + ./coverage.out bytes=10 [2021-03-23T02:43:41.246Z] ==> Appending adjustments [2021-03-23T02:43:41.247Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T02:43:41.508Z] + Found adjustments [2021-03-23T02:43:41.508Z] ==> Gzipping contents [2021-03-23T02:43:41.508Z] 4.0K /tmp/codecov.flk0Jn.gz [2021-03-23T02:43:41.508Z] ==> Uploading reports [2021-03-23T02:43:41.508Z] url: https://codecov.io [2021-03-23T02:43:41.508Z] query: branch=master&commit=db70ee541918723d88120af90797eabe42092ea6&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T02:43:41.508Z] -> Pinging Codecov [2021-03-23T02:43:41.508Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=db70ee541918723d88120af90797eabe42092ea6&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T02:43:41.771Z] -> Uploading to [2021-03-23T02:43:41.771Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/FB506323287CE973F263BFD2A0EB1F37/db70ee541918723d88120af90797eabe42092ea6/91644a7b-a34f-4608-944f-d9f423363659.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T024341Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=14ae2dc442f39430fd5e916a4ddce7a5c16369ae8d899bfb7bb23ecd932fd103 [2021-03-23T02:43:41.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T02:43:41.771Z] Dload Upload Total Spent Left Speed [2021-03-23T02:43:42.345Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 7467 --:--:-- --:--:-- --:--:-- 7486 [2021-03-23T02:43:42.345Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/db70ee541918723d88120af90797eabe42092ea6 [Pipeline] } [2021-03-23T02:43:42.355Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-23T02:43:43.234Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-23T02:43:43.284Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:43:43.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T02:43:43.621Z] [2021-03-23T02:43:43.621Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:43:43.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T02:43:43.965Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-23T02:43:43.965Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T02:43:43.965Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T02:43:43.965Z] de9db76c5a1d: Pulling fs layer [2021-03-23T02:43:43.965Z] 0eba1c9be4d2: Pulling fs layer [2021-03-23T02:43:43.965Z] 0d57e429df01: Pulling fs layer [2021-03-23T02:43:43.965Z] 4e4be7b47b0d: Pulling fs layer [2021-03-23T02:43:43.965Z] e1f770b5df2f: Pulling fs layer [2021-03-23T02:43:43.965Z] 85a0685a4137: Pulling fs layer [2021-03-23T02:43:43.965Z] 0eba1c9be4d2: Waiting [2021-03-23T02:43:43.965Z] 0d57e429df01: Waiting [2021-03-23T02:43:43.965Z] 4e4be7b47b0d: Waiting [2021-03-23T02:43:43.965Z] e1f770b5df2f: Waiting [2021-03-23T02:43:43.965Z] 85a0685a4137: Waiting [2021-03-23T02:43:43.965Z] de9db76c5a1d: Verifying Checksum [2021-03-23T02:43:43.965Z] de9db76c5a1d: Download complete [2021-03-23T02:43:43.965Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T02:43:43.965Z] 0ef7d3d256c8: Download complete [2021-03-23T02:43:43.965Z] 0d57e429df01: Verifying Checksum [2021-03-23T02:43:43.965Z] 0d57e429df01: Download complete [2021-03-23T02:43:43.965Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T02:43:43.965Z] 188c0c94c7c5: Download complete [2021-03-23T02:43:43.965Z] 4e4be7b47b0d: Verifying Checksum [2021-03-23T02:43:43.965Z] 4e4be7b47b0d: Download complete [2021-03-23T02:43:44.226Z] 188c0c94c7c5: Pull complete [2021-03-23T02:43:44.487Z] 0ef7d3d256c8: Pull complete [2021-03-23T02:43:44.752Z] de9db76c5a1d: Pull complete [2021-03-23T02:43:46.143Z] e1f770b5df2f: Verifying Checksum [2021-03-23T02:43:46.143Z] e1f770b5df2f: Download complete [2021-03-23T02:43:48.068Z] 0eba1c9be4d2: Download complete [2021-03-23T02:43:48.068Z] 85a0685a4137: Verifying Checksum [2021-03-23T02:43:48.068Z] 85a0685a4137: Download complete [2021-03-23T02:43:54.682Z] 0eba1c9be4d2: Pull complete [2021-03-23T02:43:54.682Z] 0d57e429df01: Pull complete [2021-03-23T02:43:54.682Z] 4e4be7b47b0d: Pull complete [2021-03-23T02:43:56.609Z] e1f770b5df2f: Pull complete [2021-03-23T02:44:03.240Z] 85a0685a4137: Pull complete [2021-03-23T02:44:03.240Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-23T02:44:03.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T02:44:03.240Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-23T02:44:03.448Z] prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container [2021-03-23T02:44:03.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-23T02:44:04.437Z] $ docker top b9260e9d9ef91d676329c5cfc0090dce1690d347df313248652d453f5a82d5eb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T02:44:04.741Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-23T02:44:05.039Z] + set -o pipefail [2021-03-23T02:44:05.039Z] + snyk monitor '--org=edgex-jenkins' [2021-03-23T02:44:19.988Z] [2021-03-23T02:44:19.988Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-23T02:44:19.988Z] [2021-03-23T02:44:19.988Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/a7586d50-0bad-4987-8b1b-87aad1d3e2be [2021-03-23T02:44:19.988Z] [2021-03-23T02:44:19.988Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-23T02:44:19.988Z] [2021-03-23T02:44:19.988Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-23T02:44:19.988Z] [2021-03-23T02:44:19.988Z] [Pipeline] } [2021-03-23T02:44:20.005Z] $ docker stop --time=1 b9260e9d9ef91d676329c5cfc0090dce1690d347df313248652d453f5a82d5eb [2021-03-23T02:44:22.873Z] $ docker rm -f b9260e9d9ef91d676329c5cfc0090dce1690d347df313248652d453f5a82d5eb [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-23T02:44:24.581Z] + git log --format=format:%s -1 db70ee541918723d88120af90797eabe42092ea6 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:44:24.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:44:24.893Z] . [Pipeline] withDockerContainer [2021-03-23T02:44:24.991Z] prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container [2021-03-23T02:44:25.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T02:44:25.793Z] $ docker top 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T02:44:26.122Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T02:44:26.122Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T02:44:26.331Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T02:44:26.335Z] $ docker exec 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea ssh-agent [2021-03-23T02:44:26.492Z] SSH_AUTH_SOCK=/tmp/ssh-jCGmG8YmsgAe/agent.12 [2021-03-23T02:44:26.492Z] SSH_AGENT_PID=17 [2021-03-23T02:44:26.498Z] Running ssh-add (command line suppressed) [2021-03-23T02:44:26.632Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1630629028335841450.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1630629028335841450.key) [2021-03-23T02:44:26.681Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T02:44:27.015Z] + git semver tag [2021-03-23T02:44:27.015Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T02:44:27.015Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-23T02:44:27.015Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T02:44:27.015Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T02:44:27.015Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T02:44:27.015Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T02:44:27.015Z] # $SEMVER_BRANCH = master [2021-03-23T02:44:27.015Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-23T02:44:27.015Z] # db70ee541918723d88120af90797eabe42092ea6 HEAD [2021-03-23T02:44:27.015Z] # -> Force: false [2021-03-23T02:44:27.015Z] # d950e3515c946d4f5bdf6e81c09cefca340ee734 refs/tags/v2.0.0-dev.22 [Pipeline] } [2021-03-23T02:44:27.027Z] $ docker exec --env ******** --env ******** 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea ssh-agent -k [2021-03-23T02:44:27.141Z] unset SSH_AUTH_SOCK; [2021-03-23T02:44:27.141Z] unset SSH_AGENT_PID; [2021-03-23T02:44:27.142Z] echo Agent pid 17 killed; [2021-03-23T02:44:27.189Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T02:44:27.698Z] + git semver [Pipeline] } [2021-03-23T02:44:27.715Z] $ docker stop --time=1 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea [2021-03-23T02:44:29.071Z] $ docker rm -f 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:44:29.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T02:44:29.819Z] [2021-03-23T02:44:29.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:44:30.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T02:44:30.162Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-23T02:44:30.162Z] ab5ef0e58194: Pulling fs layer [2021-03-23T02:44:30.162Z] 9712f1f96733: Pulling fs layer [2021-03-23T02:44:30.162Z] 63f879dbbcfc: Pulling fs layer [2021-03-23T02:44:30.162Z] 0d9ebad4ef96: Pulling fs layer [2021-03-23T02:44:30.162Z] e9a5061849ea: Pulling fs layer [2021-03-23T02:44:30.162Z] d747dcd14b5f: Pulling fs layer [2021-03-23T02:44:30.162Z] 2de7ff778b66: Pulling fs layer [2021-03-23T02:44:30.162Z] e9a5061849ea: Waiting [2021-03-23T02:44:30.162Z] d747dcd14b5f: Waiting [2021-03-23T02:44:30.162Z] 2de7ff778b66: Waiting [2021-03-23T02:44:30.162Z] 0d9ebad4ef96: Waiting [2021-03-23T02:44:30.162Z] 9712f1f96733: Verifying Checksum [2021-03-23T02:44:30.162Z] 9712f1f96733: Download complete [2021-03-23T02:44:31.568Z] 63f879dbbcfc: Verifying Checksum [2021-03-23T02:44:31.568Z] 63f879dbbcfc: Download complete [2021-03-23T02:44:31.833Z] e9a5061849ea: Verifying Checksum [2021-03-23T02:44:31.833Z] e9a5061849ea: Download complete [2021-03-23T02:44:31.833Z] d747dcd14b5f: Verifying Checksum [2021-03-23T02:44:31.833Z] d747dcd14b5f: Download complete [2021-03-23T02:44:32.098Z] 2de7ff778b66: Verifying Checksum [2021-03-23T02:44:32.098Z] 2de7ff778b66: Download complete [2021-03-23T02:44:32.360Z] 0d9ebad4ef96: Verifying Checksum [2021-03-23T02:44:32.360Z] 0d9ebad4ef96: Download complete [2021-03-23T02:44:32.623Z] ab5ef0e58194: Verifying Checksum [2021-03-23T02:44:32.623Z] ab5ef0e58194: Download complete [2021-03-23T02:44:37.954Z] ab5ef0e58194: Pull complete [2021-03-23T02:44:37.954Z] 9712f1f96733: Pull complete [2021-03-23T02:44:40.512Z] 63f879dbbcfc: Pull complete [2021-03-23T02:44:45.835Z] 0d9ebad4ef96: Pull complete [2021-03-23T02:44:47.757Z] e9a5061849ea: Pull complete [2021-03-23T02:44:47.757Z] d747dcd14b5f: Pull complete [2021-03-23T02:44:50.349Z] 2de7ff778b66: Pull complete [2021-03-23T02:44:50.349Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-23T02:44:50.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T02:44:50.349Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-23T02:44:50.553Z] prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container [2021-03-23T02:44:50.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-23T02:44:54.461Z] $ docker top 870daca399b3998fa0fe14e393aa8bde7cdf89858bb3651d5f13247ea95b1643 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-23T02:44:54.719Z] provisioning config files... [2021-03-23T02:44:54.728Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7458329363502894426tmp [2021-03-23T02:44:54.744Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config681115071726994108tmp [2021-03-23T02:44:54.758Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1295607100832972544tmp [Pipeline] { [Pipeline] echo [2021-03-23T02:44:54.812Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:44:55.113Z] ---> sigul-configuration.sh [2021-03-23T02:44:55.114Z] gpg: directory `/root/.gnupg' created [2021-03-23T02:44:55.114Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-23T02:44:55.114Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-23T02:44:55.114Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-23T02:44:55.114Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-23T02:44:55.114Z] gpg: CAST5 encrypted data [2021-03-23T02:44:55.376Z] gpg: encrypted with 1 passphrase [2021-03-23T02:44:55.376Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-23T02:44:55.675Z] + mkdir /home/jenkins [2021-03-23T02:44:55.675Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-23T02:44:55.976Z] + 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-23T02:44:55.987Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:44:56.285Z] ---> sigul-install.sh [2021-03-23T02:45:01.592Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-23T02:45:01.898Z] + git tag --list [2021-03-23T02:45:01.898Z] 0.1.1 [2021-03-23T02:45:01.898Z] v1.1.0 [2021-03-23T02:45:01.898Z] v1.2.0 [2021-03-23T02:45:01.898Z] v1.2.1 [2021-03-23T02:45:01.898Z] v1.3.0 [2021-03-23T02:45:01.898Z] v2.0.0-dev.1 [2021-03-23T02:45:01.898Z] v2.0.0-dev.10 [2021-03-23T02:45:01.898Z] v2.0.0-dev.11 [2021-03-23T02:45:01.898Z] v2.0.0-dev.12 [2021-03-23T02:45:01.898Z] v2.0.0-dev.13 [2021-03-23T02:45:01.898Z] v2.0.0-dev.14 [2021-03-23T02:45:01.898Z] v2.0.0-dev.15 [2021-03-23T02:45:01.898Z] v2.0.0-dev.16 [2021-03-23T02:45:01.898Z] v2.0.0-dev.17 [2021-03-23T02:45:01.898Z] v2.0.0-dev.18 [2021-03-23T02:45:01.898Z] v2.0.0-dev.19 [2021-03-23T02:45:01.898Z] v2.0.0-dev.2 [2021-03-23T02:45:01.898Z] v2.0.0-dev.20 [2021-03-23T02:45:01.898Z] v2.0.0-dev.21 [2021-03-23T02:45:01.898Z] v2.0.0-dev.22 [2021-03-23T02:45:01.898Z] v2.0.0-dev.3 [2021-03-23T02:45:01.899Z] v2.0.0-dev.4 [2021-03-23T02:45:01.899Z] v2.0.0-dev.5 [2021-03-23T02:45:01.899Z] v2.0.0-dev.6 [2021-03-23T02:45:01.899Z] v2.0.0-dev.7 [2021-03-23T02:45:01.899Z] v2.0.0-dev.8 [2021-03-23T02:45:01.899Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-23T02:45:02.199Z] + lftools sign git-tag v2.0.0-dev.22 [2021-03-23T02:45:03.597Z] Signing Git tag with Sigul... [2021-03-23T02:45:03.597Z] Signing v2.0.0-dev.22 [Pipeline] echo [2021-03-23T02:45:05.531Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:45:05.833Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-23T02:45:05.843Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-23T02:45:05.937Z] $ docker stop --time=1 870daca399b3998fa0fe14e393aa8bde7cdf89858bb3651d5f13247ea95b1643 [2021-03-23T02:45:08.088Z] $ docker rm -f 870daca399b3998fa0fe14e393aa8bde7cdf89858bb3651d5f13247ea95b1643 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:45:09.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:45:09.032Z] . [Pipeline] withDockerContainer [2021-03-23T02:45:09.142Z] prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container [2021-03-23T02:45:09.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T02:45:09.970Z] $ docker top df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T02:45:10.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T02:45:10.310Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T02:45:10.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T02:45:10.542Z] $ docker exec df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf ssh-agent [2021-03-23T02:45:10.717Z] SSH_AUTH_SOCK=/tmp/ssh-yriuommeBpUS/agent.12 [2021-03-23T02:45:10.717Z] SSH_AGENT_PID=17 [2021-03-23T02:45:10.723Z] Running ssh-add (command line suppressed) [2021-03-23T02:45:10.852Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3995883671780379509.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3995883671780379509.key) [2021-03-23T02:45:10.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T02:45:11.262Z] + git semver bump pre [2021-03-23T02:45:11.262Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T02:45:11.262Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-23T02:45:11.262Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T02:45:11.262Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T02:45:11.262Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T02:45:11.262Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T02:45:11.262Z] # $SEMVER_BRANCH = master [2021-03-23T02:45:11.262Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-23T02:45:11.262Z] 2.0.0-dev.23 [Pipeline] } [2021-03-23T02:45:11.274Z] $ docker exec --env ******** --env ******** df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf ssh-agent -k [2021-03-23T02:45:11.395Z] unset SSH_AUTH_SOCK; [2021-03-23T02:45:11.395Z] unset SSH_AGENT_PID; [2021-03-23T02:45:11.395Z] echo Agent pid 17 killed; [2021-03-23T02:45:11.446Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T02:45:11.916Z] + git semver [Pipeline] } [2021-03-23T02:45:11.934Z] $ docker stop --time=1 df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf [2021-03-23T02:45:13.290Z] $ docker rm -f df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:45:13.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T02:45:13.838Z] . [Pipeline] withDockerContainer [2021-03-23T02:45:13.940Z] prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container [2021-03-23T02:45:13.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T02:45:14.605Z] $ docker top 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T02:45:14.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T02:45:14.913Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T02:45:15.094Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T02:45:15.097Z] $ docker exec 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 ssh-agent [2021-03-23T02:45:15.282Z] SSH_AUTH_SOCK=/tmp/ssh-OccftlRpimn6/agent.13 [2021-03-23T02:45:15.282Z] SSH_AGENT_PID=19 [2021-03-23T02:45:15.292Z] Running ssh-add (command line suppressed) [2021-03-23T02:45:15.442Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7698131559694799165.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7698131559694799165.key) [2021-03-23T02:45:15.507Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T02:45:15.867Z] + git semver push [2021-03-23T02:45:15.868Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T02:45:15.868Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-23T02:45:15.868Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T02:45:15.868Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T02:45:15.868Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T02:45:15.868Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T02:45:15.868Z] # $SEMVER_BRANCH = master [2021-03-23T02:45:15.868Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-23T02:45:20.095Z] $ docker exec --env ******** --env ******** 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 ssh-agent -k [2021-03-23T02:45:20.216Z] unset SSH_AUTH_SOCK; [2021-03-23T02:45:20.217Z] unset SSH_AGENT_PID; [2021-03-23T02:45:20.218Z] echo Agent pid 19 killed; [2021-03-23T02:45:20.266Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T02:45:20.845Z] + git semver [Pipeline] } [2021-03-23T02:45:20.863Z] $ docker stop --time=1 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 [2021-03-23T02:45:22.217Z] $ docker rm -f 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 [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-23T02:45:23.653Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:45:24.534Z] ---> package-listing.sh [2021-03-23T02:45:24.534Z] ++ facter osfamily [2021-03-23T02:45:24.534Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T02:45:24.534Z] + OS_FAMILY=redhat [2021-03-23T02:45:24.534Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-23T02:45:24.534Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T02:45:24.534Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T02:45:24.534Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T02:45:24.534Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T02:45:24.534Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-23T02:45:24.534Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T02:45:24.534Z] + case "${OS_FAMILY}" in [2021-03-23T02:45:24.534Z] + rpm -qa [2021-03-23T02:45:24.534Z] + sort [2021-03-23T02:45:29.847Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T02:45:29.847Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T02:45:29.847Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T02:45:29.847Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-23T02:45:29.847Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-23T02:45:29.847Z] + 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-23T02:45:29.860Z] 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-23T02:45:30.183Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:45:30.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T02:45:30.489Z] [2021-03-23T02:45:30.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T02:45:30.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T02:45:30.836Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T02:45:30.836Z] df20fa9351a1: Pulling fs layer [2021-03-23T02:45:30.836Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T02:45:30.836Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T02:45:30.836Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T02:45:30.836Z] 93b61091891f: Pulling fs layer [2021-03-23T02:45:30.836Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T02:45:30.836Z] 5e14af77c1be: Pulling fs layer [2021-03-23T02:45:30.836Z] 01666e4c0597: Pulling fs layer [2021-03-23T02:45:30.836Z] aa168da1d23b: Pulling fs layer [2021-03-23T02:45:30.836Z] 93b61091891f: Waiting [2021-03-23T02:45:30.836Z] 93b9cdb0e59b: Waiting [2021-03-23T02:45:30.836Z] 5e14af77c1be: Waiting [2021-03-23T02:45:30.836Z] 01666e4c0597: Waiting [2021-03-23T02:45:30.836Z] aa168da1d23b: Waiting [2021-03-23T02:45:30.836Z] 46f8f816bc3b: Waiting [2021-03-23T02:45:30.836Z] 36b3adc4ff6f: Verifying Checksum [2021-03-23T02:45:30.836Z] 36b3adc4ff6f: Download complete [2021-03-23T02:45:30.836Z] 46f8f816bc3b: Verifying Checksum [2021-03-23T02:45:30.836Z] 46f8f816bc3b: Download complete [2021-03-23T02:45:31.099Z] df20fa9351a1: Verifying Checksum [2021-03-23T02:45:31.099Z] df20fa9351a1: Download complete [2021-03-23T02:45:31.099Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T02:45:31.099Z] 93b9cdb0e59b: Download complete [2021-03-23T02:45:31.099Z] 5e14af77c1be: Download complete [2021-03-23T02:45:31.099Z] 93b61091891f: Verifying Checksum [2021-03-23T02:45:31.099Z] 93b61091891f: Download complete [2021-03-23T02:45:31.099Z] 01666e4c0597: Verifying Checksum [2021-03-23T02:45:31.099Z] 01666e4c0597: Download complete [2021-03-23T02:45:31.099Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T02:45:31.099Z] 8ad3a11d3b57: Download complete [2021-03-23T02:45:31.673Z] df20fa9351a1: Pull complete [2021-03-23T02:45:31.942Z] 36b3adc4ff6f: Pull complete [2021-03-23T02:45:32.893Z] 8ad3a11d3b57: Pull complete [2021-03-23T02:45:32.893Z] aa168da1d23b: Verifying Checksum [2021-03-23T02:45:32.893Z] aa168da1d23b: Download complete [2021-03-23T02:45:33.468Z] 46f8f816bc3b: Pull complete [2021-03-23T02:45:34.044Z] 93b61091891f: Pull complete [2021-03-23T02:45:34.044Z] 93b9cdb0e59b: Pull complete [2021-03-23T02:45:34.308Z] 5e14af77c1be: Pull complete [2021-03-23T02:45:34.308Z] 01666e4c0597: Pull complete [2021-03-23T02:45:42.484Z] aa168da1d23b: Pull complete [2021-03-23T02:45:42.484Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T02:45:42.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T02:45:42.484Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T02:45:42.600Z] prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container [2021-03-23T02:45:42.650Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T02:45:45.104Z] $ docker top e6010ac98ace5ff3a5276216f0911378e785070cc43d06811b4f62c2da4ac1e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T02:45:45.650Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T02:45:45.950Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T02:45:46.251Z] + ls /var/log/sa-host [2021-03-23T02:45:46.252Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T02:45:46.252Z] file_magic: OK [2021-03-23T02:45:46.252Z] HZ: Using current value: 100 [2021-03-23T02:45:46.252Z] file_header: OK [2021-03-23T02:45:46.252Z] 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-23T02:45:46.252Z] Statistics: [2021-03-23T02:45:46.252Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-23T02:45:46.252Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T02:45:46.853Z] provisioning config files... [2021-03-23T02:45:46.871Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4444004585324991255tmp [Pipeline] { [Pipeline] echo [2021-03-23T02:45:46.952Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:45:47.247Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T02:45:47.258Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T02:45:47.348Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:45:47.644Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T02:45:47.655Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:45:47.948Z] ---> sudo-logs.sh [2021-03-23T02:45:47.948Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T02:45:48.047Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:45:48.344Z] ---> job-cost.sh [2021-03-23T02:45:48.344Z] lf-activate-venv: SKIPPING [2021-03-23T02:45:48.344Z] DEBUG: total: 0.20999999344348907 [2021-03-23T02:45:48.344Z] INFO: Retrieving Stack Cost... [2021-03-23T02:45:49.733Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T02:45:50.306Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T02:45:50.320Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T02:45:50.614Z] ---> logs-deploy.sh [2021-03-23T02:45:50.614Z] lf-activate-venv: SKIPPING [2021-03-23T02:45:50.614Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/80 [2021-03-23T02:45:50.614Z] INFO: archiving workspace using pattern(s): [2021-03-23T02:45:52.533Z] Archives upload complete. [2021-03-23T02:45:52.533Z] INFO: archiving logs to Nexus