Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 275edb72b4df477a4d39e1dcae019ce23b195a9d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28657 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 275edb72b4df477a4d39e1dcae019ce23b195a9d (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 275edb72b4df477a4d39e1dcae019ce23b195a9d # timeout=10 Commit message: "device wizard" > git rev-list --no-walk de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T04:46:10.718Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T04:46:11.118Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T04:46:11.231Z] ========================================================= [2021-03-05T04:46:11.232Z] EdgeX Global Pipelines Version Info [2021-03-05T04:46:11.232Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:46:12.721Z] ------------------- [2021-03-05T04:46:12.722Z] stable info: [2021-03-05T04:46:12.722Z] ------------------- [2021-03-05T04:46:12.722Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T04:46:12.722Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T04:46:12.722Z] Message: update stable to v1.0.184 [2021-03-05T04:46:13.677Z] ------------------- [2021-03-05T04:46:13.677Z] experimental info: [2021-03-05T04:46:13.677Z] ------------------- [2021-03-05T04:46:13.677Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T04:46:13.677Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T04:46:13.677Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T04:46:14.000Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-05T04:46:14.098Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-05T04:46:14.192Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T04:46:14.289Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T04:46:14.384Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T04:46:14.480Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T04:46:14.579Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T04:46:14.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T04:46:14.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-05T04:46:14.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T04:46:14.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T04:46:15.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-05T04:46:15.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T04:46:15.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T04:46:15.389Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T04:46:15.483Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T04:46:15.610Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T04:46:15.703Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T04:46:15.793Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T04:46:15.880Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-05T04:46:15.964Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-05T04:46:16.069Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-05T04:46:16.149Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-05T04:46:16.243Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-05T04:46:16.340Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-05T04:46:16.448Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T04:46:16.578Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-05T04:46:16.693Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-05T04:46:16.804Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-05T04:46:16.929Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 275edb72b4df477a4d39e1dcae019ce23b195a9d [Pipeline] echo [2021-03-05T04:46:17.039Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 275edb7 [Pipeline] echo [2021-03-05T04:46:17.150Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T04:46:17.419Z] provisioning config files... [2021-03-05T04:46:17.452Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5501463616337240191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:46:17.810Z] ---> docker-login.sh [2021-03-05T04:46:17.810Z] nexus3.edgexfoundry.org:10001 [2021-03-05T04:46:18.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:46:18.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:46:18.338Z] Configure a credential helper to remove this warning. See [2021-03-05T04:46:18.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:46:18.338Z] [2021-03-05T04:46:18.338Z] Login Succeeded [2021-03-05T04:46:18.338Z] nexus3.edgexfoundry.org:10002 [2021-03-05T04:46:18.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:46:18.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:46:18.601Z] Configure a credential helper to remove this warning. See [2021-03-05T04:46:18.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:46:18.601Z] [2021-03-05T04:46:18.601Z] Login Succeeded [2021-03-05T04:46:18.601Z] nexus3.edgexfoundry.org:10003 [2021-03-05T04:46:18.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:46:18.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:46:18.601Z] Configure a credential helper to remove this warning. See [2021-03-05T04:46:18.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:46:18.601Z] [2021-03-05T04:46:18.601Z] Login Succeeded [2021-03-05T04:46:18.601Z] nexus3.edgexfoundry.org:10004 [2021-03-05T04:46:18.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:46:18.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:46:18.863Z] Configure a credential helper to remove this warning. See [2021-03-05T04:46:18.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:46:18.863Z] [2021-03-05T04:46:18.863Z] Login Succeeded [2021-03-05T04:46:18.863Z] docker.io [2021-03-05T04:46:18.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:46:19.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:46:19.127Z] Configure a credential helper to remove this warning. See [2021-03-05T04:46:19.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:46:19.127Z] [2021-03-05T04:46:19.127Z] Login Succeeded [2021-03-05T04:46:19.127Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T04:46:19.137Z] 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-05T04:46:20.005Z] + git log --format=format:%s -1 275edb72b4df477a4d39e1dcae019ce23b195a9d [Pipeline] echo [2021-03-05T04:46:20.083Z] GIT_COMMIT: 275edb72b4df477a4d39e1dcae019ce23b195a9d, Commit Message: device wizard [Pipeline] echo [2021-03-05T04:46:20.128Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:46:21.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T04:46:21.082Z] [2021-03-05T04:46:21.082Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:46:21.430Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T04:46:21.430Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T04:46:21.430Z] 31603596830f: Pulling fs layer [2021-03-05T04:46:21.430Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T04:46:21.430Z] 6ca5941a6612: Pulling fs layer [2021-03-05T04:46:21.430Z] ecc8261a40a4: Pulling fs layer [2021-03-05T04:46:21.430Z] ecc8261a40a4: Waiting [2021-03-05T04:46:21.430Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T04:46:21.430Z] 2a8b12db71e7: Download complete [2021-03-05T04:46:21.692Z] 31603596830f: Download complete [2021-03-05T04:46:21.692Z] ecc8261a40a4: Verifying Checksum [2021-03-05T04:46:21.692Z] ecc8261a40a4: Download complete [2021-03-05T04:46:21.692Z] 6ca5941a6612: Verifying Checksum [2021-03-05T04:46:21.692Z] 6ca5941a6612: Download complete [2021-03-05T04:46:21.971Z] 31603596830f: Pull complete [2021-03-05T04:46:22.245Z] 2a8b12db71e7: Pull complete [2021-03-05T04:46:23.230Z] 6ca5941a6612: Pull complete [2021-03-05T04:46:23.230Z] ecc8261a40a4: Pull complete [2021-03-05T04:46:23.230Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T04:46:23.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T04:46:23.230Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T04:46:23.337Z] prd-centos7-docker-4c-2g-28657 does not seem to be running inside a container [2021-03-05T04:46:23.387Z] $ 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-05T04:46:25.398Z] $ docker top b977109c496e25be67abafe3e85e5aeb4010cade20e5a25d382cb6d767f02878 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T04:46:25.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T04:46:25.699Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T04:46:25.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T04:46:25.918Z] $ docker exec b977109c496e25be67abafe3e85e5aeb4010cade20e5a25d382cb6d767f02878 ssh-agent [2021-03-05T04:46:26.084Z] SSH_AUTH_SOCK=/tmp/ssh-kXKRur5uIkSR/agent.11 [2021-03-05T04:46:26.084Z] SSH_AGENT_PID=17 [2021-03-05T04:46:26.093Z] Running ssh-add (command line suppressed) [2021-03-05T04:46:26.212Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_942492835397333304.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_942492835397333304.key) [2021-03-05T04:46:26.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T04:46:26.595Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T04:46:26.617Z] $ docker exec --env ******** --env ******** b977109c496e25be67abafe3e85e5aeb4010cade20e5a25d382cb6d767f02878 ssh-agent -k [2021-03-05T04:46:26.729Z] unset SSH_AUTH_SOCK; [2021-03-05T04:46:26.729Z] unset SSH_AGENT_PID; [2021-03-05T04:46:26.729Z] echo Agent pid 17 killed; [2021-03-05T04:46:26.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T04:46:26.910Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T04:46:26.910Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T04:46:27.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T04:46:27.076Z] $ docker exec b977109c496e25be67abafe3e85e5aeb4010cade20e5a25d382cb6d767f02878 ssh-agent [2021-03-05T04:46:27.242Z] SSH_AUTH_SOCK=/tmp/ssh-Qjs3E47nvjRB/agent.47 [2021-03-05T04:46:27.242Z] SSH_AGENT_PID=52 [2021-03-05T04:46:27.248Z] Running ssh-add (command line suppressed) [2021-03-05T04:46:27.368Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6717805925811767091.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6717805925811767091.key) [2021-03-05T04:46:27.419Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T04:46:27.760Z] + git semver init [2021-03-05T04:46:27.760Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T04:46:27.760Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-05T04:46:27.760Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-05T04:46:27.760Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T04:46:27.760Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T04:46:27.760Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T04:46:27.760Z] # $SEMVER_BRANCH = master [2021-03-05T04:46:27.760Z] # $SEMVER_TEMP = /tmp/semver-339898373 [2021-03-05T04:46:27.760Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-05T04:46:29.151Z] # '/tmp/semver-339898373' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-05T04:46:29.151Z] # -> Force: false [2021-03-05T04:46:29.151Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-05T04:46:29.164Z] $ docker exec --env ******** --env ******** b977109c496e25be67abafe3e85e5aeb4010cade20e5a25d382cb6d767f02878 ssh-agent -k [2021-03-05T04:46:29.280Z] unset SSH_AUTH_SOCK; [2021-03-05T04:46:29.280Z] unset SSH_AGENT_PID; [2021-03-05T04:46:29.280Z] echo Agent pid 52 killed; [2021-03-05T04:46:29.328Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T04:46:29.775Z] + git semver [Pipeline] } [2021-03-05T04:46:29.793Z] $ docker stop --time=1 b977109c496e25be67abafe3e85e5aeb4010cade20e5a25d382cb6d767f02878 [2021-03-05T04:46:31.164Z] $ docker rm -f b977109c496e25be67abafe3e85e5aeb4010cade20e5a25d382cb6d767f02878 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T04:46:31.629Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T04:46:32.032Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T04:46:32.035Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.16 [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-05T04:46:47.531Z] Still waiting to schedule task [2021-03-05T04:46:47.532Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28657’ [2021-03-05T04:46:47.534Z] Still waiting to schedule task [2021-03-05T04:46:47.534Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-05T04:48:41.871Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28658 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-05T04:48:41.949Z] Running in /w/workspace/edgex-ui-go/74 [Pipeline] { [Pipeline] checkout [2021-03-05T04:48:47.080Z] using credential edgex-jenkins-ssh [2021-03-05T04:48:47.144Z] Cloning the remote Git repository [2021-03-05T04:48:47.215Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-05T04:48:47.327Z] > git init /w/workspace/edgex-ui-go/74 # timeout=10 [2021-03-05T04:48:47.413Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-05T04:48:47.414Z] > git --version # timeout=10 [2021-03-05T04:48:47.437Z] > git --version # 'git version 2.17.1' [2021-03-05T04:48:47.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T04:48:47.486Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T04:48:49.032Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-05T04:48:49.050Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T04:48:49.073Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-05T04:48:49.112Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-05T04:48:49.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T04:48:49.127Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T04:48:49.679Z] Checking out Revision 275edb72b4df477a4d39e1dcae019ce23b195a9d (master) [2021-03-05T04:48:49.702Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T04:48:49.718Z] > git checkout -f 275edb72b4df477a4d39e1dcae019ce23b195a9d # timeout=10 [2021-03-05T04:48:54.512Z] Commit message: "device wizard" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T04:48:56.224Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T04:48:56.625Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T04:48:56.969Z] + sudo service docker restart [2021-03-05T04:48:56.969Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T04:48:59.670Z] provisioning config files... [2021-03-05T04:48:59.715Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/74@tmp/config7088249663575997629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:49:00.247Z] ---> docker-login.sh [2021-03-05T04:49:00.247Z] nexus3.edgexfoundry.org:10001 [2021-03-05T04:49:01.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:01.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:01.515Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:01.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:01.515Z] [2021-03-05T04:49:01.515Z] Login Succeeded [2021-03-05T04:49:01.515Z] nexus3.edgexfoundry.org:10002 [2021-03-05T04:49:01.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:02.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:02.064Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:02.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:02.064Z] [2021-03-05T04:49:02.064Z] Login Succeeded [2021-03-05T04:49:02.064Z] nexus3.edgexfoundry.org:10003 [2021-03-05T04:49:02.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:02.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:02.624Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:02.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:02.624Z] [2021-03-05T04:49:02.624Z] Login Succeeded [2021-03-05T04:49:02.625Z] nexus3.edgexfoundry.org:10004 [2021-03-05T04:49:02.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:03.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:03.173Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:03.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:03.173Z] [2021-03-05T04:49:03.173Z] Login Succeeded [2021-03-05T04:49:03.173Z] docker.io [2021-03-05T04:49:03.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:04.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:04.040Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:04.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:04.040Z] [2021-03-05T04:49:04.040Z] Login Succeeded [2021-03-05T04:49:04.040Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T04:49:04.057Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T04:49:04.527Z] ========================================================= [2021-03-05T04:49:04.527Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T04:49:04.527Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:49:04.985Z] + 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-05T04:49:05.589Z] Sending build context to Docker daemon 17.14MB [2021-03-05T04:49:05.867Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T04:49:05.867Z] Step 2/8 : FROM ${BASE} [2021-03-05T04:49:05.867Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T04:49:05.867Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T04:49:05.867Z] a4357932f1b6: Pulling fs layer [2021-03-05T04:49:05.867Z] 18c013af1878: Pulling fs layer [2021-03-05T04:49:05.867Z] 00ac8860ef70: Pulling fs layer [2021-03-05T04:49:05.867Z] 63d7cb157983: Pulling fs layer [2021-03-05T04:49:05.867Z] b116817d02f9: Pulling fs layer [2021-03-05T04:49:05.867Z] 745a02a5169b: Pulling fs layer [2021-03-05T04:49:05.867Z] 00ac8860ef70: Waiting [2021-03-05T04:49:05.867Z] 63d7cb157983: Waiting [2021-03-05T04:49:05.867Z] b116817d02f9: Waiting [2021-03-05T04:49:05.867Z] 745a02a5169b: Waiting [2021-03-05T04:49:05.867Z] 18c013af1878: Verifying Checksum [2021-03-05T04:49:05.867Z] 18c013af1878: Download complete [2021-03-05T04:49:05.867Z] a4357932f1b6: Verifying Checksum [2021-03-05T04:49:05.867Z] a4357932f1b6: Download complete [2021-03-05T04:49:05.867Z] 63d7cb157983: Download complete [2021-03-05T04:49:05.867Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T04:49:05.867Z] 5f621e34cdf4: Download complete [2021-03-05T04:49:05.867Z] b116817d02f9: Verifying Checksum [2021-03-05T04:49:05.867Z] b116817d02f9: Download complete [2021-03-05T04:49:06.864Z] 5f621e34cdf4: Pull complete [2021-03-05T04:49:07.144Z] a4357932f1b6: Pull complete [2021-03-05T04:49:07.747Z] 18c013af1878: Pull complete [2021-03-05T04:49:08.743Z] 745a02a5169b: Verifying Checksum [2021-03-05T04:49:08.743Z] 745a02a5169b: Download complete [2021-03-05T04:49:10.184Z] 00ac8860ef70: Verifying Checksum [2021-03-05T04:49:10.184Z] 00ac8860ef70: Download complete [2021-03-05T04:49:13.585Z] Running on prd-centos7-docker-4c-2g-28659 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-05T04:49:13.643Z] Running in /w/workspace/edgex-ui-go/74 [Pipeline] { [Pipeline] checkout [2021-03-05T04:49:16.033Z] using credential edgex-jenkins-ssh [2021-03-05T04:49:16.087Z] Cloning the remote Git repository [2021-03-05T04:49:16.116Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-05T04:49:16.181Z] > git init /w/workspace/edgex-ui-go/74 # timeout=10 [2021-03-05T04:49:16.251Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-05T04:49:16.251Z] > git --version # timeout=10 [2021-03-05T04:49:16.258Z] > git --version # 'git version 2.24.3' [2021-03-05T04:49:16.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T04:49:16.284Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T04:49:17.241Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-05T04:49:17.247Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T04:49:17.263Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-05T04:49:17.700Z] Checking out Revision 275edb72b4df477a4d39e1dcae019ce23b195a9d (master) [2021-03-05T04:49:17.290Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-05T04:49:17.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T04:49:17.296Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T04:49:17.713Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T04:49:17.718Z] > git checkout -f 275edb72b4df477a4d39e1dcae019ce23b195a9d # timeout=10 [2021-03-05T04:49:21.354Z] 00ac8860ef70: Pull complete [2021-03-05T04:49:21.354Z] 63d7cb157983: Pull complete [2021-03-05T04:49:21.354Z] b116817d02f9: Pull complete [2021-03-05T04:49:23.078Z] Commit message: "device wizard" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T04:49:23.979Z] 745a02a5169b: Pull complete [2021-03-05T04:49:24.254Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T04:49:24.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T04:49:24.254Z] ---> b7e6874047d6 [2021-03-05T04:49:24.254Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-05T04:49:24.386Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T04:49:24.712Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T04:49:25.011Z] + sudo service docker restart [2021-03-05T04:49:25.011Z] + true [2021-03-05T04:49:25.011Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T04:49:26.027Z] provisioning config files... [2021-03-05T04:49:26.055Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/74@tmp/config1184937431228292289tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:49:26.416Z] ---> docker-login.sh [2021-03-05T04:49:26.416Z] nexus3.edgexfoundry.org:10001 [2021-03-05T04:49:26.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:26.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:26.679Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:26.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:26.679Z] [2021-03-05T04:49:26.679Z] Login Succeeded [2021-03-05T04:49:26.679Z] nexus3.edgexfoundry.org:10002 [2021-03-05T04:49:26.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:26.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:26.940Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:26.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:26.940Z] [2021-03-05T04:49:26.940Z] Login Succeeded [2021-03-05T04:49:26.940Z] nexus3.edgexfoundry.org:10003 [2021-03-05T04:49:27.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:27.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:27.203Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:27.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:27.203Z] [2021-03-05T04:49:27.203Z] Login Succeeded [2021-03-05T04:49:27.203Z] nexus3.edgexfoundry.org:10004 [2021-03-05T04:49:27.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:27.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:27.464Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:27.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:27.464Z] [2021-03-05T04:49:27.464Z] Login Succeeded [2021-03-05T04:49:27.464Z] docker.io [2021-03-05T04:49:27.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:49:27.652Z] ---> Running in 8c3861ca2dc5 [2021-03-05T04:49:27.652Z] Removing intermediate container 8c3861ca2dc5 [2021-03-05T04:49:27.652Z] ---> 9d52e1ecbfd0 [2021-03-05T04:49:27.652Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T04:49:27.652Z] ---> Running in 166d742db6b3 [2021-03-05T04:49:27.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:49:27.727Z] Configure a credential helper to remove this warning. See [2021-03-05T04:49:27.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:49:27.727Z] [2021-03-05T04:49:27.727Z] Login Succeeded [2021-03-05T04:49:27.727Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T04:49:27.737Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T04:49:28.123Z] ========================================================= [2021-03-05T04:49:28.123Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T04:49:28.123Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:49:28.469Z] + 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-05T04:49:28.731Z] Sending build context to Docker daemon 17.14MB [2021-03-05T04:49:28.731Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T04:49:28.731Z] Step 2/8 : FROM ${BASE} [2021-03-05T04:49:28.731Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T04:49:28.731Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T04:49:28.731Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T04:49:28.731Z] de9db76c5a1d: Pulling fs layer [2021-03-05T04:49:28.731Z] bca2f99d35d6: Pulling fs layer [2021-03-05T04:49:28.731Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T04:49:28.731Z] 7c6f9722023f: Pulling fs layer [2021-03-05T04:49:28.731Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T04:49:28.731Z] bca2f99d35d6: Waiting [2021-03-05T04:49:28.731Z] 93359f2a8cfa: Waiting [2021-03-05T04:49:28.731Z] 7c6f9722023f: Waiting [2021-03-05T04:49:28.731Z] a35cf1a2eb13: Waiting [2021-03-05T04:49:28.996Z] de9db76c5a1d: Verifying Checksum [2021-03-05T04:49:28.996Z] de9db76c5a1d: Download complete [2021-03-05T04:49:28.996Z] 0ef7d3d256c8: Verifying Checksum [2021-03-05T04:49:28.996Z] 0ef7d3d256c8: Download complete [2021-03-05T04:49:28.996Z] 93359f2a8cfa: Verifying Checksum [2021-03-05T04:49:28.996Z] 93359f2a8cfa: Download complete [2021-03-05T04:49:28.996Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T04:49:28.996Z] 188c0c94c7c5: Download complete [2021-03-05T04:49:28.996Z] 7c6f9722023f: Verifying Checksum [2021-03-05T04:49:28.996Z] 7c6f9722023f: Download complete [2021-03-05T04:49:29.263Z] 188c0c94c7c5: Pull complete [2021-03-05T04:49:29.527Z] 0ef7d3d256c8: Pull complete [2021-03-05T04:49:29.793Z] de9db76c5a1d: Pull complete [2021-03-05T04:49:30.789Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T04:49:30.789Z] a35cf1a2eb13: Download complete [2021-03-05T04:49:31.046Z] Removing intermediate container 166d742db6b3 [2021-03-05T04:49:31.046Z] ---> 52dab3a6dc9e [2021-03-05T04:49:31.046Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-05T04:49:31.046Z] ---> Running in 6158a26692e9 [2021-03-05T04:49:31.392Z] bca2f99d35d6: Verifying Checksum [2021-03-05T04:49:31.392Z] bca2f99d35d6: Download complete [2021-03-05T04:49:32.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T04:49:33.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T04:49:33.677Z] OK: 142 MiB in 39 packages [2021-03-05T04:49:35.110Z] Removing intermediate container 6158a26692e9 [2021-03-05T04:49:35.110Z] ---> 783707ab4382 [2021-03-05T04:49:35.110Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-05T04:49:35.383Z] ---> Running in 3d0f6450df54 [2021-03-05T04:49:35.977Z] Removing intermediate container 3d0f6450df54 [2021-03-05T04:49:35.977Z] ---> e8e28d73dc72 [2021-03-05T04:49:35.977Z] Step 7/8 : COPY . . [2021-03-05T04:49:36.723Z] bca2f99d35d6: Pull complete [2021-03-05T04:49:36.723Z] 93359f2a8cfa: Pull complete [2021-03-05T04:49:36.723Z] 7c6f9722023f: Pull complete [2021-03-05T04:49:38.593Z] ---> a64fb7e3f7fc [2021-03-05T04:49:38.593Z] Step 8/8 : RUN go mod download [2021-03-05T04:49:38.593Z] ---> Running in f29f52a519a3 [2021-03-05T04:49:44.920Z] a35cf1a2eb13: Pull complete [2021-03-05T04:49:44.920Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T04:49:44.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T04:49:44.920Z] ---> a62c8e92a672 [2021-03-05T04:49:44.920Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-05T04:49:44.920Z] ---> Running in c6acc39f1cbe [2021-03-05T04:49:44.920Z] Removing intermediate container c6acc39f1cbe [2021-03-05T04:49:44.920Z] ---> f1a17e8b8d92 [2021-03-05T04:49:44.920Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T04:49:44.920Z] ---> Running in 07df5876f124 [2021-03-05T04:49:45.520Z] Removing intermediate container 07df5876f124 [2021-03-05T04:49:45.520Z] ---> 1451343699bf [2021-03-05T04:49:45.520Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-05T04:49:45.520Z] ---> Running in 2ce47de68a77 [2021-03-05T04:49:46.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T04:49:47.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T04:49:47.686Z] OK: 166 MiB in 39 packages [2021-03-05T04:49:48.262Z] Removing intermediate container 2ce47de68a77 [2021-03-05T04:49:48.262Z] ---> 87c94fdd3786 [2021-03-05T04:49:48.262Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-05T04:49:48.262Z] ---> Running in b8f7f501c51b [2021-03-05T04:49:48.527Z] Removing intermediate container b8f7f501c51b [2021-03-05T04:49:48.527Z] ---> cd35f9834c20 [2021-03-05T04:49:48.527Z] Step 7/8 : COPY . . [2021-03-05T04:49:50.458Z] ---> 0c5e23d25bd3 [2021-03-05T04:49:50.458Z] Step 8/8 : RUN go mod download [2021-03-05T04:49:50.458Z] ---> Running in 63a018087955 [2021-03-05T04:50:05.465Z] Removing intermediate container f29f52a519a3 [2021-03-05T04:50:05.465Z] ---> 745c6b50a830 [2021-03-05T04:50:05.465Z] Successfully built 745c6b50a830 [2021-03-05T04:50:05.465Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:50:05.833Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T04:50:05.833Z] . [Pipeline] withDockerContainer [2021-03-05T04:50:06.135Z] prd-ubuntu18.04-docker-arm64-4c-16g-28658 does not seem to be running inside a container [2021-03-05T04:50:06.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/74 -v /w/workspace/edgex-ui-go/74:/w/workspace/edgex-ui-go/74:rw,z -v /w/workspace/edgex-ui-go/74@tmp:/w/workspace/edgex-ui-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T04:50:07.857Z] $ docker top d3ae5e133d7682d412c75c487a12f03930df762f23b6d2e720f0095e7837cf10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T04:50:08.896Z] + go version [2021-03-05T04:50:08.896Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T04:50:08.923Z] $ docker stop --time=1 d3ae5e133d7682d412c75c487a12f03930df762f23b6d2e720f0095e7837cf10 [2021-03-05T04:50:10.958Z] $ docker rm -f d3ae5e133d7682d412c75c487a12f03930df762f23b6d2e720f0095e7837cf10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:50:11.990Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T04:50:11.990Z] . [Pipeline] withDockerContainer [2021-03-05T04:50:12.269Z] prd-ubuntu18.04-docker-arm64-4c-16g-28658 does not seem to be running inside a container [2021-03-05T04:50:12.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/74 -v /w/workspace/edgex-ui-go/74:/w/workspace/edgex-ui-go/74:rw,z -v /w/workspace/edgex-ui-go/74@tmp:/w/workspace/edgex-ui-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T04:50:12.506Z] Removing intermediate container 63a018087955 [2021-03-05T04:50:12.506Z] ---> ed98232bd681 [2021-03-05T04:50:12.506Z] Successfully built ed98232bd681 [2021-03-05T04:50:12.506Z] Successfully tagged ci-base-image-x86_64:latest [2021-03-05T04:50:14.002Z] $ docker top 4dc87169934f6941e9f5fd7ab2c0f2d3f9b0a27e80dca79a7e23da55f796d0e9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:50:14.829Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T04:50:14.829Z] . [Pipeline] withDockerContainer [2021-03-05T04:50:14.946Z] prd-centos7-docker-4c-2g-28659 does not seem to be running inside a container [2021-03-05T04:50:15.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/74 -v /w/workspace/edgex-ui-go/74:/w/workspace/edgex-ui-go/74:rw,z -v /w/workspace/edgex-ui-go/74@tmp:/w/workspace/edgex-ui-go/74@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-x86_64 cat [2021-03-05T04:50:15.073Z] + make test [2021-03-05T04:50:15.073Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-05T04:50:15.762Z] $ docker top 8b96d35fb374fa15074b09de837051fdc8750c2dfaa56c2d1a69432bc5320b5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T04:50:16.238Z] + go version [2021-03-05T04:50:16.239Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T04:50:16.258Z] $ docker stop --time=1 8b96d35fb374fa15074b09de837051fdc8750c2dfaa56c2d1a69432bc5320b5c [2021-03-05T04:50:16.559Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-05T04:50:17.608Z] $ docker rm -f 8b96d35fb374fa15074b09de837051fdc8750c2dfaa56c2d1a69432bc5320b5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:50:18.472Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T04:50:18.472Z] . [Pipeline] withDockerContainer [2021-03-05T04:50:18.571Z] prd-centos7-docker-4c-2g-28659 does not seem to be running inside a container [2021-03-05T04:50:18.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/74 -v /w/workspace/edgex-ui-go/74:/w/workspace/edgex-ui-go/74:rw,z -v /w/workspace/edgex-ui-go/74@tmp:/w/workspace/edgex-ui-go/74@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-x86_64 cat [2021-03-05T04:50:19.254Z] $ docker top a14e9884f696af1c6b0bf3275522c70ad7262fd7267df93766bac7c5d097591a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T04:50:19.737Z] + make test [2021-03-05T04:50:19.737Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-05T04:50:20.321Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-05T04:50:28.557Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-05T04:50:28.557Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-05T04:50:29.162Z] $ docker stop --time=1 a14e9884f696af1c6b0bf3275522c70ad7262fd7267df93766bac7c5d097591a [2021-03-05T04:50:31.410Z] $ docker rm -f a14e9884f696af1c6b0bf3275522c70ad7262fd7267df93766bac7c5d097591a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T04:50:32.000Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-05T04:50:32.395Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-05T04:50:35.072Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-05T04:50:35.373Z] + ls -al . [2021-03-05T04:50:35.374Z] total 88 [2021-03-05T04:50:35.374Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 5 04:50 . [2021-03-05T04:50:35.374Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 5 04:49 .. [2021-03-05T04:50:35.374Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 5 04:49 assets [2021-03-05T04:50:35.374Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 5 04:49 bin [2021-03-05T04:50:35.374Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 5 04:49 cmd [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 5 04:49 CONTRIBUTING.md [2021-03-05T04:50:35.374Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 5 04:50 coverage.out [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 5 04:49 Dockerfile [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 5 04:49 Dockerfile.build [2021-03-05T04:50:35.374Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 5 04:49 docs [2021-03-05T04:50:35.374Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 5 04:49 .git [2021-03-05T04:50:35.374Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 5 04:49 .github [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 5 04:49 .gitignore [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 966 Mar 5 04:49 go.mod [2021-03-05T04:50:35.374Z] -rw-r--r--. 1 jenkins jenkins 20277 Mar 5 04:50 go.sum [2021-03-05T04:50:35.374Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 5 04:49 internal [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 5 04:49 Jenkinsfile [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 5 04:49 LICENSE [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 5 04:49 Makefile [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 5 04:49 README.md [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 5 04:46 VERSION [2021-03-05T04:50:35.374Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 5 04:49 version.go [2021-03-05T04:50:35.374Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 5 04:49 web [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:50:35.690Z] + 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=275edb72b4df477a4d39e1dcae019ce23b195a9d --label arch=amd64 --label version=2.0.0-dev.16 . [2021-03-05T04:50:35.953Z] Sending build context to Docker daemon 17.16MB [2021-03-05T04:50:35.953Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T04:50:35.953Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-05T04:50:35.953Z] ---> ed98232bd681 [2021-03-05T04:50:35.953Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-05T04:50:36.531Z] ---> Running in 541fd38215f1 [2021-03-05T04:50:36.531Z] Removing intermediate container 541fd38215f1 [2021-03-05T04:50:36.531Z] ---> 503fbf1a25ea [2021-03-05T04:50:36.531Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-05T04:50:36.531Z] ---> Running in bb34b5429fad [2021-03-05T04:50:36.794Z] Removing intermediate container bb34b5429fad [2021-03-05T04:50:36.794Z] ---> b541abefe63a [2021-03-05T04:50:36.794Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-05T04:50:36.794Z] ---> Running in b429993f5cdb [2021-03-05T04:50:37.056Z] Removing intermediate container b429993f5cdb [2021-03-05T04:50:37.056Z] ---> 553a83f04145 [2021-03-05T04:50:37.056Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-05T04:50:37.056Z] ---> Running in 56e7a482f0d4 [2021-03-05T04:50:37.319Z] Removing intermediate container 56e7a482f0d4 [2021-03-05T04:50:37.319Z] ---> 0962e44bcb58 [2021-03-05T04:50:37.319Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-05T04:50:37.319Z] ---> Running in af303211f16a [2021-03-05T04:50:37.585Z] Removing intermediate container af303211f16a [2021-03-05T04:50:37.585Z] ---> 07079be0288b [2021-03-05T04:50:37.585Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T04:50:37.585Z] ---> Running in 34127dfaa08d [2021-03-05T04:50:38.536Z] Removing intermediate container 34127dfaa08d [2021-03-05T04:50:38.536Z] ---> a2e6eb799c45 [2021-03-05T04:50:38.536Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-05T04:50:38.536Z] ---> Running in 8d0a52a8d727 [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-05T04:50:38.784Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-05T04:50:39.059Z] GO111MODULE=on go vet ./... [2021-03-05T04:50:39.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T04:50:39.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T04:50:40.264Z] OK: 166 MiB in 39 packages [2021-03-05T04:50:40.532Z] Removing intermediate container 8d0a52a8d727 [2021-03-05T04:50:40.532Z] ---> 14bc9353b818 [2021-03-05T04:50:40.532Z] Step 10/24 : ENV GO111MODULE=on [2021-03-05T04:50:40.795Z] ---> Running in 30ccb95d4375 [2021-03-05T04:50:40.795Z] Removing intermediate container 30ccb95d4375 [2021-03-05T04:50:40.795Z] ---> 92dfb311e6c2 [2021-03-05T04:50:40.795Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-05T04:50:40.795Z] ---> Running in af99b27ded52 [2021-03-05T04:50:41.064Z] Removing intermediate container af99b27ded52 [2021-03-05T04:50:41.064Z] ---> ead9010d3047 [2021-03-05T04:50:41.064Z] Step 12/24 : COPY go.mod . [2021-03-05T04:50:41.327Z] ---> 5624214626a5 [2021-03-05T04:50:41.327Z] Step 13/24 : COPY Makefile . [2021-03-05T04:50:41.591Z] ---> b9682af7ed17 [2021-03-05T04:50:41.591Z] Step 14/24 : RUN make update [2021-03-05T04:50:41.591Z] ---> Running in 6535cdfa9a8e [2021-03-05T04:50:42.171Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-05T04:50:42.746Z] Removing intermediate container 6535cdfa9a8e [2021-03-05T04:50:42.746Z] ---> 0c9dfeae5d8d [2021-03-05T04:50:42.746Z] Step 15/24 : COPY . . [Pipeline] } [2021-03-05T04:50:44.509Z] $ docker stop --time=1 4dc87169934f6941e9f5fd7ab2c0f2d3f9b0a27e80dca79a7e23da55f796d0e9 [2021-03-05T04:50:44.670Z] ---> a8835c03b187 [2021-03-05T04:50:44.670Z] Step 16/24 : RUN ${MAKE} [2021-03-05T04:50:44.670Z] ---> Running in 966b6fefa23d [2021-03-05T04:50:44.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.16" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-05T04:50:47.001Z] $ docker rm -f 4dc87169934f6941e9f5fd7ab2c0f2d3f9b0a27e80dca79a7e23da55f796d0e9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T04:50:47.855Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-05T04:50:47.938Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T04:50:48.776Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T04:50:49.482Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-05T04:50:49.922Z] + ls -al . [2021-03-05T04:50:49.922Z] total 120 [2021-03-05T04:50:49.922Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 5 04:50 . [2021-03-05T04:50:49.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 5 04:48 .. [2021-03-05T04:50:49.922Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 5 04:48 .git [2021-03-05T04:50:49.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 5 04:48 .github [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 5 04:48 .gitignore [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 5 04:48 CONTRIBUTING.md [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 5 04:48 Dockerfile [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 5 04:48 Dockerfile.build [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 5 04:48 Jenkinsfile [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 5 04:48 LICENSE [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 5 04:48 Makefile [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 5 04:48 README.md [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 5 04:46 VERSION [2021-03-05T04:50:49.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 5 04:48 assets [2021-03-05T04:50:49.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 5 04:48 bin [2021-03-05T04:50:49.922Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 5 04:48 cmd [2021-03-05T04:50:49.922Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 5 04:50 coverage.out [2021-03-05T04:50:49.922Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 5 04:48 docs [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 966 Mar 5 04:48 go.mod [2021-03-05T04:50:49.922Z] -rw-r--r-- 1 jenkins jenkins 20277 Mar 5 04:50 go.sum [2021-03-05T04:50:49.922Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 5 04:48 internal [2021-03-05T04:50:49.922Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 5 04:48 version.go [2021-03-05T04:50:49.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 5 04:48 web [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:50:50.315Z] + 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=275edb72b4df477a4d39e1dcae019ce23b195a9d --label arch=arm64 --label version=2.0.0-dev.16 . [2021-03-05T04:50:50.985Z] Sending build context to Docker daemon 17.16MB [2021-03-05T04:50:50.985Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T04:50:50.985Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-05T04:50:50.985Z] ---> 745c6b50a830 [2021-03-05T04:50:50.985Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-05T04:50:51.579Z] ---> Running in e95acccc3169 [2021-03-05T04:50:51.608Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-05T04:50:51.851Z] Removing intermediate container e95acccc3169 [2021-03-05T04:50:51.851Z] ---> 0960e3820552 [2021-03-05T04:50:51.851Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-05T04:50:52.125Z] ---> Running in bbb7a46b3a8b [2021-03-05T04:50:52.397Z] Removing intermediate container bbb7a46b3a8b [2021-03-05T04:50:52.397Z] ---> cbfc24a2adec [2021-03-05T04:50:52.397Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-05T04:50:52.671Z] ---> Running in 368edf300b3a [2021-03-05T04:50:53.269Z] Removing intermediate container 368edf300b3a [2021-03-05T04:50:53.269Z] ---> 570048c4fad0 [2021-03-05T04:50:53.269Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-05T04:50:53.269Z] ---> Running in cad2b66974d1 [2021-03-05T04:50:53.865Z] Removing intermediate container cad2b66974d1 [2021-03-05T04:50:53.865Z] ---> fcd68f2d17fc [2021-03-05T04:50:53.865Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-05T04:50:53.865Z] ---> Running in ad853843438f [2021-03-05T04:50:54.138Z] Removing intermediate container ad853843438f [2021-03-05T04:50:54.138Z] ---> f285388c991d [2021-03-05T04:50:54.138Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T04:50:54.420Z] ---> Running in a4330ca60940 [2021-03-05T04:50:54.935Z] Removing intermediate container 966b6fefa23d [2021-03-05T04:50:54.935Z] ---> 9f6d7860d363 [2021-03-05T04:50:54.935Z] Step 17/24 : FROM alpine:3.12 [2021-03-05T04:50:54.935Z] 3.12: Pulling from library/alpine [2021-03-05T04:50:55.199Z] f84cab65f19f: Pulling fs layer [2021-03-05T04:50:55.199Z] f84cab65f19f: Download complete [2021-03-05T04:50:55.462Z] f84cab65f19f: Pull complete [2021-03-05T04:50:55.462Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T04:50:55.462Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T04:50:55.462Z] ---> 88dd2752d2ea [2021-03-05T04:50:55.462Z] Step 18/24 : EXPOSE 4000 [2021-03-05T04:50:55.725Z] ---> Running in 15fa8f9d4183 [2021-03-05T04:50:55.725Z] Removing intermediate container 15fa8f9d4183 [2021-03-05T04:50:55.725Z] ---> e22d5fee0202 [2021-03-05T04:50:55.725Z] 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-05T04:50:56.681Z] ---> 63549ae54f48 [2021-03-05T04:50:56.681Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-05T04:50:56.944Z] ---> Running in 3f53526bb492 [2021-03-05T04:50:56.944Z] Removing intermediate container 3f53526bb492 [2021-03-05T04:50:56.944Z] ---> 62e1bb4fc5f3 [2021-03-05T04:50:56.944Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-05T04:50:57.041Z] Removing intermediate container a4330ca60940 [2021-03-05T04:50:57.041Z] ---> eee267320087 [2021-03-05T04:50:57.041Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-05T04:50:57.041Z] ---> Running in f6731963def3 [2021-03-05T04:50:57.209Z] ---> Running in 92a04503f842 [2021-03-05T04:50:57.209Z] Removing intermediate container 92a04503f842 [2021-03-05T04:50:57.210Z] ---> 70fa1a498467 [2021-03-05T04:50:57.210Z] Step 22/24 : LABEL arch=amd64 [2021-03-05T04:50:57.210Z] ---> Running in b31d120cf6d0 [2021-03-05T04:50:57.474Z] Removing intermediate container b31d120cf6d0 [2021-03-05T04:50:57.475Z] ---> b1a09b426489 [2021-03-05T04:50:57.475Z] Step 23/24 : LABEL git_sha=275edb72b4df477a4d39e1dcae019ce23b195a9d [2021-03-05T04:50:57.475Z] ---> Running in 0fc407f5cb2d [2021-03-05T04:50:57.737Z] Removing intermediate container 0fc407f5cb2d [2021-03-05T04:50:57.737Z] ---> 6fe6854559af [2021-03-05T04:50:57.737Z] Step 24/24 : LABEL version=2.0.0-dev.16 [2021-03-05T04:50:57.737Z] ---> Running in 5d915389eaa9 [2021-03-05T04:50:58.002Z] Removing intermediate container 5d915389eaa9 [2021-03-05T04:50:58.002Z] ---> 917c56b8e242 [2021-03-05T04:50:58.002Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-05T04:50:58.002Z] Successfully built 917c56b8e242 [2021-03-05T04:50:58.002Z] 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-05T04:50:58.335Z] provisioning config files... [2021-03-05T04:50:58.374Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/74@tmp/config8483181398705725762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:50:58.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T04:50:58.738Z] ---> docker-login.sh [2021-03-05T04:50:58.738Z] nexus3.edgexfoundry.org:10001 [2021-03-05T04:50:58.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:50:59.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:50:59.001Z] Configure a credential helper to remove this warning. See [2021-03-05T04:50:59.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:50:59.001Z] [2021-03-05T04:50:59.001Z] Login Succeeded [2021-03-05T04:50:59.001Z] nexus3.edgexfoundry.org:10002 [2021-03-05T04:50:59.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:50:59.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:50:59.001Z] Configure a credential helper to remove this warning. See [2021-03-05T04:50:59.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:50:59.001Z] [2021-03-05T04:50:59.001Z] Login Succeeded [2021-03-05T04:50:59.001Z] nexus3.edgexfoundry.org:10003 [2021-03-05T04:50:59.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:50:59.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:50:59.266Z] Configure a credential helper to remove this warning. See [2021-03-05T04:50:59.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:50:59.266Z] [2021-03-05T04:50:59.266Z] Login Succeeded [2021-03-05T04:50:59.266Z] nexus3.edgexfoundry.org:10004 [2021-03-05T04:50:59.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T04:50:59.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:50:59.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:50:59.532Z] Configure a credential helper to remove this warning. See [2021-03-05T04:50:59.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:50:59.532Z] [2021-03-05T04:50:59.532Z] Login Succeeded [2021-03-05T04:50:59.532Z] docker.io [2021-03-05T04:50:59.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:50:59.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:50:59.795Z] Configure a credential helper to remove this warning. See [2021-03-05T04:50:59.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:50:59.795Z] [2021-03-05T04:50:59.795Z] Login Succeeded [2021-03-05T04:50:59.795Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T04:50:59.806Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-03-05T04:51:00.065Z] OK: 142 MiB in 39 packages [Pipeline] echo [2021-03-05T04:51:00.080Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-05T04:51:00.080Z] 275edb72b4df477a4d39e1dcae019ce23b195a9d [2021-03-05T04:51:00.080Z] latest [2021-03-05T04:51:00.080Z] 2.0.0-dev.16 [2021-03-05T04:51:00.080Z] 275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16 [2021-03-05T04:51:00.080Z] master [2021-03-05T04:51:00.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:00.580Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:275edb72b4df477a4d39e1dcae019ce23b195a9d [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:00.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:275edb72b4df477a4d39e1dcae019ce23b195a9d [2021-03-05T04:51:00.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-05T04:51:00.882Z] f5679b1d58cd: Preparing [2021-03-05T04:51:00.882Z] 33e8713114f8: Preparing [2021-03-05T04:51:00.882Z] 33e8713114f8: Layer already exists [2021-03-05T04:51:01.498Z] Removing intermediate container f6731963def3 [2021-03-05T04:51:01.498Z] ---> 8fabd926b44b [2021-03-05T04:51:01.498Z] Step 10/24 : ENV GO111MODULE=on [2021-03-05T04:51:01.498Z] ---> Running in 74c9ffda35ea [2021-03-05T04:51:02.094Z] Removing intermediate container 74c9ffda35ea [2021-03-05T04:51:02.094Z] ---> 44db930e6d24 [2021-03-05T04:51:02.094Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-05T04:51:02.094Z] ---> Running in cab2b62777ec [2021-03-05T04:51:02.295Z] f5679b1d58cd: Pushed [2021-03-05T04:51:02.559Z] 275edb72b4df477a4d39e1dcae019ce23b195a9d: digest: sha256:ee768d5b8ed2dc478901f5c25aacb814dbcf242707917ed72c4d6e779f79ed82 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:02.687Z] Removing intermediate container cab2b62777ec [2021-03-05T04:51:02.687Z] ---> 6740b8465bb4 [2021-03-05T04:51:02.687Z] Step 12/24 : COPY go.mod . [2021-03-05T04:51:02.877Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:03.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-05T04:51:03.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-05T04:51:03.180Z] f5679b1d58cd: Preparing [2021-03-05T04:51:03.180Z] 33e8713114f8: Preparing [2021-03-05T04:51:03.180Z] f5679b1d58cd: Layer already exists [2021-03-05T04:51:03.180Z] 33e8713114f8: Layer already exists [2021-03-05T04:51:03.180Z] latest: digest: sha256:ee768d5b8ed2dc478901f5c25aacb814dbcf242707917ed72c4d6e779f79ed82 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:03.291Z] ---> e7e74d01942b [2021-03-05T04:51:03.291Z] Step 13/24 : COPY Makefile . [2021-03-05T04:51:03.489Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:03.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.16 [2021-03-05T04:51:03.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-05T04:51:03.796Z] f5679b1d58cd: Preparing [2021-03-05T04:51:03.796Z] 33e8713114f8: Preparing [2021-03-05T04:51:03.796Z] 33e8713114f8: Layer already exists [2021-03-05T04:51:03.796Z] f5679b1d58cd: Layer already exists [2021-03-05T04:51:03.796Z] 2.0.0-dev.16: digest: sha256:ee768d5b8ed2dc478901f5c25aacb814dbcf242707917ed72c4d6e779f79ed82 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:03.891Z] ---> 899b0e93ec4b [2021-03-05T04:51:03.891Z] Step 14/24 : RUN make update [2021-03-05T04:51:04.101Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:04.164Z] ---> Running in 51bd8815d31d [2021-03-05T04:51:04.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16 [2021-03-05T04:51:04.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-05T04:51:04.407Z] f5679b1d58cd: Preparing [2021-03-05T04:51:04.407Z] 33e8713114f8: Preparing [2021-03-05T04:51:04.407Z] 33e8713114f8: Layer already exists [2021-03-05T04:51:04.407Z] f5679b1d58cd: Layer already exists [2021-03-05T04:51:04.407Z] 275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16: digest: sha256:ee768d5b8ed2dc478901f5c25aacb814dbcf242707917ed72c4d6e779f79ed82 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:04.716Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:05.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-05T04:51:05.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-05T04:51:05.020Z] f5679b1d58cd: Preparing [2021-03-05T04:51:05.020Z] 33e8713114f8: Preparing [2021-03-05T04:51:05.020Z] f5679b1d58cd: Layer already exists [2021-03-05T04:51:05.020Z] 33e8713114f8: Layer already exists [2021-03-05T04:51:05.020Z] master: digest: sha256:ee768d5b8ed2dc478901f5c25aacb814dbcf242707917ed72c4d6e779f79ed82 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-05T04:51:05.142Z] CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] // withEnv [Pipeline] echo [2021-03-05T04:51:05.205Z] ===================================================== [Pipeline] echo [2021-03-05T04:51:05.260Z] taggedImages: [2021-03-05T04:51:05.260Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:275edb72b4df477a4d39e1dcae019ce23b195a9d [2021-03-05T04:51:05.260Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-05T04:51:05.260Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.16 [2021-03-05T04:51:05.260Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16 [2021-03-05T04:51:05.260Z] - 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-05T04:51:06.207Z] ---> job-cost.sh [2021-03-05T04:51:06.207Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aMIF [2021-03-05T04:51:06.580Z] Removing intermediate container 51bd8815d31d [2021-03-05T04:51:06.580Z] ---> 3a30e8aaa414 [2021-03-05T04:51:06.580Z] Step 15/24 : COPY . . [2021-03-05T04:51:09.204Z] ---> 8f7d1c836369 [2021-03-05T04:51:09.204Z] Step 16/24 : RUN ${MAKE} [2021-03-05T04:51:09.204Z] ---> Running in c57af747c61d [2021-03-05T04:51:10.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.16" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-05T04:51:21.141Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T04:51:32.372Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-05T04:51:36.663Z] Removing intermediate container c57af747c61d [2021-03-05T04:51:36.663Z] ---> 39a83179bdd9 [2021-03-05T04:51:36.663Z] Step 17/24 : FROM alpine:3.12 [2021-03-05T04:51:36.663Z] 3.12: Pulling from library/alpine [2021-03-05T04:51:36.663Z] dce8679b510e: Pulling fs layer [2021-03-05T04:51:36.937Z] dce8679b510e: Download complete [2021-03-05T04:51:37.532Z] dce8679b510e: Pull complete [2021-03-05T04:51:37.532Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T04:51:37.532Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T04:51:37.532Z] ---> d10569e2745f [2021-03-05T04:51:37.532Z] Step 18/24 : EXPOSE 4000 [2021-03-05T04:51:37.804Z] ---> Running in 60f9995d015a [2021-03-05T04:51:38.076Z] Removing intermediate container 60f9995d015a [2021-03-05T04:51:38.076Z] ---> 0f63eda50948 [2021-03-05T04:51:38.076Z] 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-05T04:51:40.047Z] ---> a335358dcc45 [2021-03-05T04:51:40.047Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-05T04:51:40.048Z] ---> Running in 045c855057dd [2021-03-05T04:51:40.642Z] Removing intermediate container 045c855057dd [2021-03-05T04:51:40.642Z] ---> 96ca051db520 [2021-03-05T04:51:40.642Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-05T04:51:40.642Z] ---> Running in f203a1205bd0 [2021-03-05T04:51:41.234Z] Removing intermediate container f203a1205bd0 [2021-03-05T04:51:41.234Z] ---> 9a8e32caa446 [2021-03-05T04:51:41.234Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T04:51:41.234Z] ---> Running in f25609d06d2d [2021-03-05T04:51:41.828Z] Removing intermediate container f25609d06d2d [2021-03-05T04:51:41.828Z] ---> 1dd782462c4d [2021-03-05T04:51:41.828Z] Step 23/24 : LABEL git_sha=275edb72b4df477a4d39e1dcae019ce23b195a9d [2021-03-05T04:51:41.828Z] ---> Running in c27a8e7eaee7 [2021-03-05T04:51:42.423Z] Removing intermediate container c27a8e7eaee7 [2021-03-05T04:51:42.423Z] ---> 106dfcbc65ed [2021-03-05T04:51:42.423Z] Step 24/24 : LABEL version=2.0.0-dev.16 [2021-03-05T04:51:42.423Z] ---> Running in a88dfdcafec5 [2021-03-05T04:51:43.015Z] Removing intermediate container a88dfdcafec5 [2021-03-05T04:51:43.015Z] ---> b244535ddc9b [2021-03-05T04:51:43.015Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-05T04:51:43.015Z] Successfully built b244535ddc9b [2021-03-05T04:51:43.015Z] 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-05T04:51:43.468Z] provisioning config files... [2021-03-05T04:51:43.506Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/74@tmp/config7830112701160284644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:51:43.909Z] ---> docker-login.sh [2021-03-05T04:51:43.909Z] nexus3.edgexfoundry.org:10001 [2021-03-05T04:51:44.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:51:44.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:51:44.454Z] Configure a credential helper to remove this warning. See [2021-03-05T04:51:44.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:51:44.454Z] [2021-03-05T04:51:44.454Z] Login Succeeded [2021-03-05T04:51:44.454Z] nexus3.edgexfoundry.org:10002 [2021-03-05T04:51:44.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:51:45.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:51:45.000Z] Configure a credential helper to remove this warning. See [2021-03-05T04:51:45.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:51:45.000Z] [2021-03-05T04:51:45.000Z] Login Succeeded [2021-03-05T04:51:45.000Z] nexus3.edgexfoundry.org:10003 [2021-03-05T04:51:45.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:51:45.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:51:45.544Z] Configure a credential helper to remove this warning. See [2021-03-05T04:51:45.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:51:45.544Z] [2021-03-05T04:51:45.544Z] Login Succeeded [2021-03-05T04:51:45.544Z] nexus3.edgexfoundry.org:10004 [2021-03-05T04:51:45.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:51:46.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:51:46.089Z] Configure a credential helper to remove this warning. See [2021-03-05T04:51:46.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:51:46.089Z] [2021-03-05T04:51:46.089Z] Login Succeeded [2021-03-05T04:51:46.089Z] docker.io [2021-03-05T04:51:46.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T04:51:46.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T04:51:46.956Z] Configure a credential helper to remove this warning. See [2021-03-05T04:51:46.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T04:51:46.956Z] [2021-03-05T04:51:46.956Z] Login Succeeded [2021-03-05T04:51:46.956Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T04:51:46.977Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T04:51:47.301Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-05T04:51:47.301Z] 275edb72b4df477a4d39e1dcae019ce23b195a9d [2021-03-05T04:51:47.301Z] latest [2021-03-05T04:51:47.301Z] 2.0.0-dev.16 [2021-03-05T04:51:47.301Z] 275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16 [2021-03-05T04:51:47.301Z] master [2021-03-05T04:51:47.301Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:47.798Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:275edb72b4df477a4d39e1dcae019ce23b195a9d [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:48.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:275edb72b4df477a4d39e1dcae019ce23b195a9d [2021-03-05T04:51:48.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-05T04:51:48.408Z] ee1913e66344: Preparing [2021-03-05T04:51:48.408Z] 02a88cfff88f: Preparing [2021-03-05T04:51:48.678Z] 02a88cfff88f: Layer already exists [2021-03-05T04:51:52.047Z] ee1913e66344: Pushed [2021-03-05T04:51:52.047Z] 275edb72b4df477a4d39e1dcae019ce23b195a9d: digest: sha256:b056311a22074a26d63549436e4eb74115f37c2fce97d4f9da06d0e4bf5a80fd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:52.424Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:52.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-05T04:51:52.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-05T04:51:52.759Z] ee1913e66344: Preparing [2021-03-05T04:51:52.759Z] 02a88cfff88f: Preparing [2021-03-05T04:51:52.759Z] 02a88cfff88f: Layer already exists [2021-03-05T04:51:52.759Z] ee1913e66344: Layer already exists [2021-03-05T04:51:53.030Z] latest: digest: sha256:b056311a22074a26d63549436e4eb74115f37c2fce97d4f9da06d0e4bf5a80fd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:53.316Z] lf-activate-venv(): INFO: Adding /tmp/venv-aMIF/bin to PATH [2021-03-05T04:51:53.316Z] INFO: No Stack... [2021-03-05T04:51:53.316Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T04:51:53.316Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T04:51:53.367Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:53.625Z] + cat /w/workspace/edgex-ui-go/74/archives/cost.csv [2021-03-05T04:51:53.625Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T04:51:53.703Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-74-stack-cost] [2021-03-05T04:51:53.715Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-74-stack-cost] did not exist. Created. [2021-03-05T04:51:53.716Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-74-stack-cost] [Pipeline] { [2021-03-05T04:51:53.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.16 [2021-03-05T04:51:53.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-05T04:51:53.738Z] ee1913e66344: Preparing [2021-03-05T04:51:53.738Z] 02a88cfff88f: Preparing [2021-03-05T04:51:53.738Z] ee1913e66344: Layer already exists [2021-03-05T04:51:53.738Z] 02a88cfff88f: Layer already exists [Pipeline] unstash [Pipeline] sh [2021-03-05T04:51:54.008Z] 2.0.0-dev.16: digest: sha256:b056311a22074a26d63549436e4eb74115f37c2fce97d4f9da06d0e4bf5a80fd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:54.170Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-05T04:51:54.345Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16 [2021-03-05T04:51:54.351Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T04:51:54.364Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-74-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } [2021-03-05T04:51:55.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16 [2021-03-05T04:51:55.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-05T04:51:55.087Z] ee1913e66344: Preparing [2021-03-05T04:51:55.087Z] 02a88cfff88f: Preparing [2021-03-05T04:51:55.087Z] 02a88cfff88f: Layer already exists [2021-03-05T04:51:55.087Z] ee1913e66344: Layer already exists [2021-03-05T04:51:55.357Z] 275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16: digest: sha256:b056311a22074a26d63549436e4eb74115f37c2fce97d4f9da06d0e4bf5a80fd size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:55.696Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:51:56.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-05T04:51:56.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-05T04:51:56.049Z] ee1913e66344: Preparing [2021-03-05T04:51:56.049Z] 02a88cfff88f: Preparing [2021-03-05T04:51:56.326Z] ee1913e66344: Layer already exists [2021-03-05T04:51:56.326Z] 02a88cfff88f: Layer already exists [2021-03-05T04:51:56.326Z] master: digest: sha256:b056311a22074a26d63549436e4eb74115f37c2fce97d4f9da06d0e4bf5a80fd size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-05T04:51:56.516Z] ===================================================== [Pipeline] echo [2021-03-05T04:51:56.561Z] taggedImages: [2021-03-05T04:51:56.562Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:275edb72b4df477a4d39e1dcae019ce23b195a9d [2021-03-05T04:51:56.562Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-05T04:51:56.562Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.16 [2021-03-05T04:51:56.562Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:275edb72b4df477a4d39e1dcae019ce23b195a9d-2.0.0-dev.16 [2021-03-05T04:51:56.562Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:51:57.097Z] ---> job-cost.sh [2021-03-05T04:51:57.098Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gSRP [2021-03-05T04:52:36.103Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T04:54:57.930Z] lf-activate-venv(): INFO: Adding /tmp/venv-gSRP/bin to PATH [2021-03-05T04:54:57.930Z] INFO: No Stack... [2021-03-05T04:54:57.930Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T04:54:57.930Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T04:54:58.265Z] + cat /w/workspace/edgex-ui-go/74/archives/cost.csv [2021-03-05T04:54:58.265Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T04:54:58.367Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-74-stack-cost] [2021-03-05T04:54:58.375Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-74-stack-cost] did not exist. Created. [2021-03-05T04:54:58.376Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-74-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T04:54:58.823Z] /w/workspace/edgex-ui-go/74@tmp/durable-83619195/script.sh: 1: /w/workspace/edgex-ui-go/74@tmp/durable-83619195/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-05T04:54:59.163Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T04:54:59.232Z] Warning: overwriting stash ‘stack-cost’ [2021-03-05T04:54:59.432Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T04:54:59.454Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-74-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-05T04:55:00.975Z] provisioning config files... [2021-03-05T04:55:00.990Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8031380133913313583tmp [Pipeline] { [Pipeline] sh [2021-03-05T04:55:01.401Z] + set +x [2021-03-05T04:55:01.401Z] + curl -s https://codecov.io/bash [2021-03-05T04:55:01.401Z] + bash -s -- [2021-03-05T04:55:01.666Z] [2021-03-05T04:55:01.666Z] _____ _ [2021-03-05T04:55:01.666Z] / ____| | | [2021-03-05T04:55:01.666Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T04:55:01.666Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T04:55:01.666Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T04:55:01.666Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T04:55:01.666Z] Bash-20210226-7100762 [2021-03-05T04:55:01.666Z] [2021-03-05T04:55:01.666Z] [2021-03-05T04:55:01.666Z] ==> git version 2.24.3 found [2021-03-05T04:55:01.666Z] ==> 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-05T04:55:01.666Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T04:55:01.666Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T04:55:01.666Z] curl: option -sm: expected a proper numerical parameter [2021-03-05T04:55:01.666Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-05T04:55:01.666Z] ==> Jenkins CI detected. [2021-03-05T04:55:01.666Z] project root: . [2021-03-05T04:55:01.666Z] --> token set from env [2021-03-05T04:55:01.666Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T04:55:01.666Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T04:55:01.666Z] ==> Python coveragepy not found [2021-03-05T04:55:01.666Z] ==> Searching for coverage reports in: [2021-03-05T04:55:01.666Z] + . [2021-03-05T04:55:01.666Z] -> Found 1 reports [2021-03-05T04:55:01.666Z] ==> Detecting git/mercurial file structure [2021-03-05T04:55:01.666Z] ==> Reading reports [2021-03-05T04:55:01.666Z] + ./coverage.out bytes=10 [2021-03-05T04:55:01.666Z] ==> Appending adjustments [2021-03-05T04:55:01.666Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T04:55:01.929Z] + Found adjustments [2021-03-05T04:55:01.929Z] ==> Gzipping contents [2021-03-05T04:55:01.929Z] 4.0K /tmp/codecov.3LsvIo.gz [2021-03-05T04:55:01.929Z] ==> Uploading reports [2021-03-05T04:55:01.929Z] url: https://codecov.io [2021-03-05T04:55:01.929Z] query: branch=master&commit=275edb72b4df477a4d39e1dcae019ce23b195a9d&build=74&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F74%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-05T04:55:01.929Z] -> Pinging Codecov [2021-03-05T04:55:01.930Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=275edb72b4df477a4d39e1dcae019ce23b195a9d&build=74&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F74%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-05T04:55:02.525Z] -> Uploading to [2021-03-05T04:55:02.525Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/FB506323287CE973F263BFD2A0EB1F37/275edb72b4df477a4d39e1dcae019ce23b195a9d/6839b516-0dd9-4dc7-b8c5-97c82b93464c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T045502Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f3302f9155798e5143f3df608e33ee43797f6199f76d2ac0c3acf81026a78fd2 [2021-03-05T04:55:02.525Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T04:55:02.525Z] Dload Upload Total Spent Left Speed [2021-03-05T04:55:03.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2863 0 0 100 2863 0 5887 --:--:-- --:--:-- --:--:-- 5878 [2021-03-05T04:55:03.062Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/275edb72b4df477a4d39e1dcae019ce23b195a9d [Pipeline] } [2021-03-05T04:55:03.077Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-05T04:55:04.035Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-05T04:55:04.106Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:55:04.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T04:55:04.454Z] [2021-03-05T04:55:04.455Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:55:04.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T04:55:04.809Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-05T04:55:04.809Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T04:55:04.809Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T04:55:04.809Z] de9db76c5a1d: Pulling fs layer [2021-03-05T04:55:04.809Z] 0eba1c9be4d2: Pulling fs layer [2021-03-05T04:55:04.809Z] 0d57e429df01: Pulling fs layer [2021-03-05T04:55:04.809Z] 4e4be7b47b0d: Pulling fs layer [2021-03-05T04:55:04.809Z] e1f770b5df2f: Pulling fs layer [2021-03-05T04:55:04.809Z] 85a0685a4137: Pulling fs layer [2021-03-05T04:55:04.809Z] 4e4be7b47b0d: Waiting [2021-03-05T04:55:04.809Z] e1f770b5df2f: Waiting [2021-03-05T04:55:04.809Z] 85a0685a4137: Waiting [2021-03-05T04:55:04.809Z] 0eba1c9be4d2: Waiting [2021-03-05T04:55:04.809Z] 0d57e429df01: Waiting [2021-03-05T04:55:04.809Z] de9db76c5a1d: Verifying Checksum [2021-03-05T04:55:04.809Z] de9db76c5a1d: Download complete [2021-03-05T04:55:04.809Z] 0ef7d3d256c8: Download complete [2021-03-05T04:55:04.809Z] 0d57e429df01: Verifying Checksum [2021-03-05T04:55:04.809Z] 0d57e429df01: Download complete [2021-03-05T04:55:04.809Z] 188c0c94c7c5: Download complete [2021-03-05T04:55:05.073Z] 4e4be7b47b0d: Download complete [2021-03-05T04:55:05.336Z] 188c0c94c7c5: Pull complete [2021-03-05T04:55:05.598Z] 0ef7d3d256c8: Pull complete [2021-03-05T04:55:05.598Z] de9db76c5a1d: Pull complete [2021-03-05T04:55:06.996Z] e1f770b5df2f: Verifying Checksum [2021-03-05T04:55:06.996Z] e1f770b5df2f: Download complete [2021-03-05T04:55:08.426Z] 0eba1c9be4d2: Verifying Checksum [2021-03-05T04:55:08.426Z] 0eba1c9be4d2: Download complete [2021-03-05T04:55:09.004Z] 85a0685a4137: Verifying Checksum [2021-03-05T04:55:09.004Z] 85a0685a4137: Download complete [2021-03-05T04:55:15.623Z] 0eba1c9be4d2: Pull complete [2021-03-05T04:55:15.623Z] 0d57e429df01: Pull complete [2021-03-05T04:55:15.623Z] 4e4be7b47b0d: Pull complete [2021-03-05T04:55:17.020Z] e1f770b5df2f: Pull complete [2021-03-05T04:55:25.208Z] 85a0685a4137: Pull complete [2021-03-05T04:55:25.208Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-05T04:55:25.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T04:55:25.209Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-05T04:55:25.395Z] prd-centos7-docker-4c-2g-28657 does not seem to be running inside a container [2021-03-05T04:55:25.442Z] $ 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-05T04:55:26.405Z] $ docker top a8c1a17b04aad8ecb29c95b8f4e47d7751a9802d3dd28bee3ac131dceb2c4692 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T04:55:26.615Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-05T04:55:26.910Z] + set -o pipefail [2021-03-05T04:55:26.910Z] + snyk monitor '--org=edgex-jenkins' [2021-03-05T04:55:45.067Z] [2021-03-05T04:55:45.067Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-05T04:55:45.067Z] [2021-03-05T04:55:45.067Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/393494de-f0ac-4e20-a2a5-a806c614b6bd [2021-03-05T04:55:45.067Z] [2021-03-05T04:55:45.067Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-05T04:55:45.067Z] [2021-03-05T04:55:45.067Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-05T04:55:45.067Z] [2021-03-05T04:55:45.067Z] [Pipeline] } [2021-03-05T04:55:45.084Z] $ docker stop --time=1 a8c1a17b04aad8ecb29c95b8f4e47d7751a9802d3dd28bee3ac131dceb2c4692 [2021-03-05T04:55:47.418Z] $ docker rm -f a8c1a17b04aad8ecb29c95b8f4e47d7751a9802d3dd28bee3ac131dceb2c4692 [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-05T04:55:49.219Z] + git log --format=format:%s -1 275edb72b4df477a4d39e1dcae019ce23b195a9d [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:55:49.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T04:55:49.592Z] . [Pipeline] withDockerContainer [2021-03-05T04:55:49.687Z] prd-centos7-docker-4c-2g-28657 does not seem to be running inside a container [2021-03-05T04:55:49.729Z] $ 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-05T04:55:50.569Z] $ docker top 662e5a42ddf29ca4c6d33e4f6e0657ec8e0968d6f01a3e3ca562ab8c00984a64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T04:55:50.989Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T04:55:50.989Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T04:55:51.200Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T04:55:51.201Z] $ docker exec 662e5a42ddf29ca4c6d33e4f6e0657ec8e0968d6f01a3e3ca562ab8c00984a64 ssh-agent [2021-03-05T04:55:51.368Z] SSH_AUTH_SOCK=/tmp/ssh-ISXpsE41zujc/agent.11 [2021-03-05T04:55:51.368Z] SSH_AGENT_PID=17 [2021-03-05T04:55:51.375Z] Running ssh-add (command line suppressed) [2021-03-05T04:55:51.497Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5270783504466545434.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5270783504466545434.key) [2021-03-05T04:55:51.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T04:55:51.888Z] + git semver tag [2021-03-05T04:55:51.889Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T04:55:51.889Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-05T04:55:51.889Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-05T04:55:51.889Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T04:55:51.889Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T04:55:51.889Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T04:55:51.889Z] # $SEMVER_BRANCH = master [2021-03-05T04:55:51.889Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-05T04:55:51.889Z] # 275edb72b4df477a4d39e1dcae019ce23b195a9d HEAD [2021-03-05T04:55:51.889Z] # -> Force: false [2021-03-05T04:55:51.889Z] # a6acec32e173d5b782e5c0d3d50bd6f47107ce2e refs/tags/v2.0.0-dev.16 [Pipeline] } [2021-03-05T04:55:51.899Z] $ docker exec --env ******** --env ******** 662e5a42ddf29ca4c6d33e4f6e0657ec8e0968d6f01a3e3ca562ab8c00984a64 ssh-agent -k [2021-03-05T04:55:52.011Z] unset SSH_AUTH_SOCK; [2021-03-05T04:55:52.011Z] unset SSH_AGENT_PID; [2021-03-05T04:55:52.011Z] echo Agent pid 17 killed; [2021-03-05T04:55:52.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T04:55:52.562Z] + git semver [Pipeline] } [2021-03-05T04:55:52.579Z] $ docker stop --time=1 662e5a42ddf29ca4c6d33e4f6e0657ec8e0968d6f01a3e3ca562ab8c00984a64 [2021-03-05T04:55:53.924Z] $ docker rm -f 662e5a42ddf29ca4c6d33e4f6e0657ec8e0968d6f01a3e3ca562ab8c00984a64 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:55:54.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T04:55:54.570Z] [2021-03-05T04:55:54.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:55:54.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T04:55:54.921Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-05T04:55:54.921Z] ab5ef0e58194: Pulling fs layer [2021-03-05T04:55:54.921Z] 9712f1f96733: Pulling fs layer [2021-03-05T04:55:54.921Z] 63f879dbbcfc: Pulling fs layer [2021-03-05T04:55:54.921Z] 0d9ebad4ef96: Pulling fs layer [2021-03-05T04:55:54.921Z] e9a5061849ea: Pulling fs layer [2021-03-05T04:55:54.921Z] d747dcd14b5f: Pulling fs layer [2021-03-05T04:55:54.921Z] 2de7ff778b66: Pulling fs layer [2021-03-05T04:55:54.921Z] 2de7ff778b66: Waiting [2021-03-05T04:55:54.921Z] d747dcd14b5f: Waiting [2021-03-05T04:55:54.921Z] e9a5061849ea: Waiting [2021-03-05T04:55:54.921Z] 0d9ebad4ef96: Waiting [2021-03-05T04:55:54.921Z] 9712f1f96733: Verifying Checksum [2021-03-05T04:55:54.921Z] 9712f1f96733: Download complete [2021-03-05T04:55:56.320Z] 63f879dbbcfc: Verifying Checksum [2021-03-05T04:55:56.320Z] 63f879dbbcfc: Download complete [2021-03-05T04:55:56.585Z] e9a5061849ea: Verifying Checksum [2021-03-05T04:55:56.585Z] e9a5061849ea: Download complete [2021-03-05T04:55:56.585Z] d747dcd14b5f: Verifying Checksum [2021-03-05T04:55:56.585Z] d747dcd14b5f: Download complete [2021-03-05T04:55:56.848Z] 2de7ff778b66: Verifying Checksum [2021-03-05T04:55:56.848Z] 2de7ff778b66: Download complete [2021-03-05T04:55:57.424Z] ab5ef0e58194: Download complete [2021-03-05T04:55:57.424Z] 0d9ebad4ef96: Verifying Checksum [2021-03-05T04:56:02.745Z] ab5ef0e58194: Pull complete [2021-03-05T04:56:02.745Z] 9712f1f96733: Pull complete [2021-03-05T04:56:04.678Z] 63f879dbbcfc: Pull complete [2021-03-05T04:56:11.291Z] 0d9ebad4ef96: Pull complete [2021-03-05T04:56:12.683Z] e9a5061849ea: Pull complete [2021-03-05T04:56:12.683Z] d747dcd14b5f: Pull complete [2021-03-05T04:56:15.241Z] 2de7ff778b66: Pull complete [2021-03-05T04:56:15.241Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-05T04:56:15.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T04:56:15.241Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-05T04:56:15.441Z] prd-centos7-docker-4c-2g-28657 does not seem to be running inside a container [2021-03-05T04:56:15.484Z] $ 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-05T04:56:19.470Z] $ docker top d97ce0658b853d1bda5bfe5383c4b11c8d17d3bc757d19fe37e735057d8bc205 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-05T04:56:19.786Z] provisioning config files... [2021-03-05T04:56:19.797Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5389935654289566612tmp [2021-03-05T04:56:19.815Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2671311001847108926tmp [2021-03-05T04:56:19.834Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3518190653609908112tmp [Pipeline] { [Pipeline] echo [2021-03-05T04:56:19.895Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:56:20.194Z] ---> sigul-configuration.sh [2021-03-05T04:56:20.194Z] gpg: directory `/root/.gnupg' created [2021-03-05T04:56:20.194Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-05T04:56:20.194Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-05T04:56:20.194Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-05T04:56:20.194Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-05T04:56:20.194Z] gpg: CAST5 encrypted data [2021-03-05T04:56:20.456Z] gpg: encrypted with 1 passphrase [2021-03-05T04:56:20.456Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-05T04:56:20.758Z] + mkdir /home/jenkins [2021-03-05T04:56:20.758Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-05T04:56:21.058Z] + 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-05T04:56:21.070Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:56:21.371Z] ---> sigul-install.sh [2021-03-05T04:56:26.732Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-05T04:56:27.037Z] + git tag --list [2021-03-05T04:56:27.037Z] 0.1.1 [2021-03-05T04:56:27.037Z] v1.1.0 [2021-03-05T04:56:27.037Z] v1.2.0 [2021-03-05T04:56:27.037Z] v1.2.1 [2021-03-05T04:56:27.037Z] v1.3.0 [2021-03-05T04:56:27.037Z] v2.0.0-dev.1 [2021-03-05T04:56:27.037Z] v2.0.0-dev.10 [2021-03-05T04:56:27.037Z] v2.0.0-dev.11 [2021-03-05T04:56:27.037Z] v2.0.0-dev.12 [2021-03-05T04:56:27.037Z] v2.0.0-dev.13 [2021-03-05T04:56:27.037Z] v2.0.0-dev.14 [2021-03-05T04:56:27.037Z] v2.0.0-dev.15 [2021-03-05T04:56:27.037Z] v2.0.0-dev.16 [2021-03-05T04:56:27.037Z] v2.0.0-dev.2 [2021-03-05T04:56:27.037Z] v2.0.0-dev.3 [2021-03-05T04:56:27.037Z] v2.0.0-dev.4 [2021-03-05T04:56:27.037Z] v2.0.0-dev.5 [2021-03-05T04:56:27.037Z] v2.0.0-dev.6 [2021-03-05T04:56:27.037Z] v2.0.0-dev.7 [2021-03-05T04:56:27.037Z] v2.0.0-dev.8 [2021-03-05T04:56:27.037Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-05T04:56:27.341Z] + lftools sign git-tag v2.0.0-dev.16 [2021-03-05T04:56:28.738Z] Signing Git tag with Sigul... [2021-03-05T04:56:28.738Z] Signing v2.0.0-dev.16 [Pipeline] echo [2021-03-05T04:56:30.143Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:56:30.440Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-05T04:56:30.449Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-05T04:56:30.696Z] $ docker stop --time=1 d97ce0658b853d1bda5bfe5383c4b11c8d17d3bc757d19fe37e735057d8bc205 [2021-03-05T04:56:32.831Z] $ docker rm -f d97ce0658b853d1bda5bfe5383c4b11c8d17d3bc757d19fe37e735057d8bc205 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:56:33.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T04:56:33.882Z] . [Pipeline] withDockerContainer [2021-03-05T04:56:33.987Z] prd-centos7-docker-4c-2g-28657 does not seem to be running inside a container [2021-03-05T04:56:34.032Z] $ 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-05T04:56:34.728Z] $ docker top 8417537faefb252799641efe8a7f85f38ea132ae8da6f25f8b92d337f2c0c7f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T04:56:35.041Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T04:56:35.041Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T04:56:35.234Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T04:56:35.235Z] $ docker exec 8417537faefb252799641efe8a7f85f38ea132ae8da6f25f8b92d337f2c0c7f6 ssh-agent [2021-03-05T04:56:35.414Z] SSH_AUTH_SOCK=/tmp/ssh-Sg1uePCbQgeO/agent.12 [2021-03-05T04:56:35.414Z] SSH_AGENT_PID=17 [2021-03-05T04:56:35.421Z] Running ssh-add (command line suppressed) [2021-03-05T04:56:35.551Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3257945592705181050.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3257945592705181050.key) [2021-03-05T04:56:35.614Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T04:56:35.951Z] + git semver bump pre [2021-03-05T04:56:35.951Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T04:56:35.951Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-05T04:56:35.951Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-05T04:56:35.951Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T04:56:35.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T04:56:35.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T04:56:35.951Z] # $SEMVER_BRANCH = master [2021-03-05T04:56:35.951Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-05T04:56:35.951Z] 2.0.0-dev.17 [Pipeline] } [2021-03-05T04:56:35.962Z] $ docker exec --env ******** --env ******** 8417537faefb252799641efe8a7f85f38ea132ae8da6f25f8b92d337f2c0c7f6 ssh-agent -k [2021-03-05T04:56:36.081Z] unset SSH_AUTH_SOCK; [2021-03-05T04:56:36.082Z] unset SSH_AGENT_PID; [2021-03-05T04:56:36.082Z] echo Agent pid 17 killed; [2021-03-05T04:56:36.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T04:56:36.617Z] + git semver [Pipeline] } [2021-03-05T04:56:36.631Z] $ docker stop --time=1 8417537faefb252799641efe8a7f85f38ea132ae8da6f25f8b92d337f2c0c7f6 [2021-03-05T04:56:37.997Z] $ docker rm -f 8417537faefb252799641efe8a7f85f38ea132ae8da6f25f8b92d337f2c0c7f6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:56:38.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T04:56:38.562Z] . [Pipeline] withDockerContainer [2021-03-05T04:56:38.662Z] prd-centos7-docker-4c-2g-28657 does not seem to be running inside a container [2021-03-05T04:56:38.709Z] $ 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-05T04:56:39.318Z] $ docker top ba23ee6774788287a59314e0d32251e71a6ae60819d959a54813138e698245fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T04:56:39.608Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T04:56:39.608Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T04:56:39.811Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T04:56:39.812Z] $ docker exec ba23ee6774788287a59314e0d32251e71a6ae60819d959a54813138e698245fa ssh-agent [2021-03-05T04:56:39.998Z] SSH_AUTH_SOCK=/tmp/ssh-UOke8yR0JrTj/agent.12 [2021-03-05T04:56:39.998Z] SSH_AGENT_PID=18 [2021-03-05T04:56:40.005Z] Running ssh-add (command line suppressed) [2021-03-05T04:56:40.136Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4893953005276606547.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4893953005276606547.key) [2021-03-05T04:56:40.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T04:56:40.532Z] + git semver push [2021-03-05T04:56:40.532Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T04:56:40.532Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-05T04:56:40.532Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-05T04:56:40.532Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T04:56:40.532Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T04:56:40.532Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T04:56:40.532Z] # $SEMVER_BRANCH = master [2021-03-05T04:56:40.532Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-05T04:56:44.775Z] $ docker exec --env ******** --env ******** ba23ee6774788287a59314e0d32251e71a6ae60819d959a54813138e698245fa ssh-agent -k [2021-03-05T04:56:44.906Z] unset SSH_AUTH_SOCK; [2021-03-05T04:56:44.907Z] unset SSH_AGENT_PID; [2021-03-05T04:56:44.907Z] echo Agent pid 18 killed; [2021-03-05T04:56:44.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T04:56:45.447Z] + git semver [Pipeline] } [2021-03-05T04:56:45.460Z] $ docker stop --time=1 ba23ee6774788287a59314e0d32251e71a6ae60819d959a54813138e698245fa [2021-03-05T04:56:46.853Z] $ docker rm -f ba23ee6774788287a59314e0d32251e71a6ae60819d959a54813138e698245fa [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-05T04:56:48.431Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:56:49.046Z] ---> package-listing.sh [2021-03-05T04:56:49.046Z] ++ facter osfamily [2021-03-05T04:56:49.046Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T04:56:49.046Z] + OS_FAMILY=redhat [2021-03-05T04:56:49.046Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-05T04:56:49.046Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T04:56:49.046Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T04:56:49.046Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T04:56:49.046Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T04:56:49.046Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-05T04:56:49.046Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T04:56:49.046Z] + case "${OS_FAMILY}" in [2021-03-05T04:56:49.046Z] + rpm -qa [2021-03-05T04:56:49.046Z] + sort [2021-03-05T04:56:54.344Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T04:56:54.344Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T04:56:54.344Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T04:56:54.344Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-05T04:56:54.344Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-05T04:56:54.344Z] + 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-05T04:56:54.360Z] 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-05T04:56:54.646Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:56:54.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T04:56:54.949Z] [2021-03-05T04:56:54.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T04:56:55.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T04:56:55.293Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T04:56:55.293Z] df20fa9351a1: Pulling fs layer [2021-03-05T04:56:55.293Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T04:56:55.293Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T04:56:55.293Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T04:56:55.293Z] 93b61091891f: Pulling fs layer [2021-03-05T04:56:55.293Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T04:56:55.293Z] 5e14af77c1be: Pulling fs layer [2021-03-05T04:56:55.293Z] 01666e4c0597: Pulling fs layer [2021-03-05T04:56:55.293Z] aa168da1d23b: Pulling fs layer [2021-03-05T04:56:55.293Z] 93b9cdb0e59b: Waiting [2021-03-05T04:56:55.293Z] 46f8f816bc3b: Waiting [2021-03-05T04:56:55.293Z] 5e14af77c1be: Waiting [2021-03-05T04:56:55.293Z] 93b61091891f: Waiting [2021-03-05T04:56:55.293Z] 01666e4c0597: Waiting [2021-03-05T04:56:55.293Z] aa168da1d23b: Waiting [2021-03-05T04:56:55.293Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T04:56:55.293Z] 36b3adc4ff6f: Download complete [2021-03-05T04:56:55.293Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T04:56:55.293Z] 46f8f816bc3b: Download complete [2021-03-05T04:56:55.561Z] df20fa9351a1: Verifying Checksum [2021-03-05T04:56:55.561Z] df20fa9351a1: Download complete [2021-03-05T04:56:55.561Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T04:56:55.561Z] 93b9cdb0e59b: Download complete [2021-03-05T04:56:55.561Z] 5e14af77c1be: Verifying Checksum [2021-03-05T04:56:55.561Z] 5e14af77c1be: Download complete [2021-03-05T04:56:55.561Z] 93b61091891f: Verifying Checksum [2021-03-05T04:56:55.561Z] 93b61091891f: Download complete [2021-03-05T04:56:55.561Z] 01666e4c0597: Verifying Checksum [2021-03-05T04:56:55.561Z] 01666e4c0597: Download complete [2021-03-05T04:56:55.561Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T04:56:55.561Z] 8ad3a11d3b57: Download complete [2021-03-05T04:56:55.824Z] df20fa9351a1: Pull complete [2021-03-05T04:56:56.085Z] 36b3adc4ff6f: Pull complete [2021-03-05T04:56:57.488Z] aa168da1d23b: Verifying Checksum [2021-03-05T04:56:57.488Z] aa168da1d23b: Download complete [2021-03-05T04:56:57.750Z] 8ad3a11d3b57: Pull complete [2021-03-05T04:56:58.325Z] 46f8f816bc3b: Pull complete [2021-03-05T04:56:58.587Z] 93b61091891f: Pull complete [2021-03-05T04:56:58.587Z] 93b9cdb0e59b: Pull complete [2021-03-05T04:56:58.850Z] 5e14af77c1be: Pull complete [2021-03-05T04:56:58.850Z] 01666e4c0597: Pull complete [2021-03-05T04:57:07.044Z] aa168da1d23b: Pull complete [2021-03-05T04:57:07.044Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T04:57:07.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T04:57:07.044Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T04:57:07.219Z] prd-centos7-docker-4c-2g-28657 does not seem to be running inside a container [2021-03-05T04:57:07.278Z] $ 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-05T04:57:10.246Z] $ docker top 32c5a0c48a1c77322e69016d8f2d2ad24e2e8e246433a71c1e7c9fb28f7f4f59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T04:57:10.739Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T04:57:11.040Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T04:57:11.342Z] + ls /var/log/sa-host [2021-03-05T04:57:11.343Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T04:57:11.343Z] file_magic: OK [2021-03-05T04:57:11.343Z] HZ: Using current value: 100 [2021-03-05T04:57:11.343Z] file_header: OK [2021-03-05T04:57:11.343Z] 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-05T04:57:11.343Z] Statistics: [2021-03-05T04:57:11.343Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T04:57:11.343Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T04:57:11.343Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T04:57:11.343Z] file_magic: OK [2021-03-05T04:57:11.343Z] HZ: Using current value: 100 [2021-03-05T04:57:11.343Z] file_header: OK [2021-03-05T04:57:11.343Z] 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-05T04:57:11.343Z] Statistics: [2021-03-05T04:57:11.343Z] Hnuu...uuuununununu... [2021-03-05T04:57:11.343Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T04:57:12.021Z] provisioning config files... [2021-03-05T04:57:12.048Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8283331126431401137tmp [Pipeline] { [Pipeline] echo [2021-03-05T04:57:12.151Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:57:12.457Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T04:57:12.483Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T04:57:12.581Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:57:12.881Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T04:57:12.894Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:57:13.194Z] ---> sudo-logs.sh [2021-03-05T04:57:13.194Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T04:57:13.260Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:57:13.598Z] ---> job-cost.sh [2021-03-05T04:57:13.598Z] lf-activate-venv: SKIPPING [2021-03-05T04:57:13.598Z] DEBUG: total: 0.20999999344348907 [2021-03-05T04:57:13.598Z] INFO: Retrieving Stack Cost... [2021-03-05T04:57:14.544Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T04:57:15.123Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T04:57:15.137Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T04:57:15.441Z] ---> logs-deploy.sh [2021-03-05T04:57:15.441Z] lf-activate-venv: SKIPPING [2021-03-05T04:57:15.441Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/74 [2021-03-05T04:57:15.441Z] INFO: archiving workspace using pattern(s): [2021-03-05T04:57:16.836Z] Archives upload complete. [2021-03-05T04:57:16.836Z] INFO: archiving logs to Nexus