Started by upstream project "edgexfoundry/cd-management/release" build number 37 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d8dcacb1afd64ffd41a88d498332b01d09cee174 # timeout=10 Commit message: "Merge pull request #299 from bill-mahoney/releaseStream" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12541’ Running on prd-centos7-docker-4c-2g-12545 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (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 --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 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 Commit message: "fix the date bug" > git rev-list --no-walk 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-18T17:17:53.651Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-18T17:17:53.935Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T17:17:54.043Z] ========================================================= [2020-11-18T17:17:54.043Z] EdgeX Global Pipelines Version Info [2020-11-18T17:17:54.043Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:17:56.079Z] ------------------- [2020-11-18T17:17:56.079Z] stable info: [2020-11-18T17:17:56.079Z] ------------------- [2020-11-18T17:17:56.079Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-18T17:17:56.079Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T17:17:56.079Z] Message: update stable to v1.0.165 [2020-11-18T17:17:56.657Z] ------------------- [2020-11-18T17:17:56.657Z] experimental info: [2020-11-18T17:17:56.657Z] ------------------- [2020-11-18T17:17:56.657Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-18T17:17:56.657Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T17:17:56.657Z] Message: update experimental to v1.0.165 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-18T17:17:57.034Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-11-18T17:17:57.131Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-11-18T17:17:57.224Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-18T17:17:57.324Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-18T17:17:57.431Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-18T17:17:57.577Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-18T17:17:57.668Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-18T17:17:57.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-18T17:17:57.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-18T17:17:57.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-18T17:17:58.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-18T17:17:58.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-11-18T17:17:58.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-18T17:17:58.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-18T17:17:58.441Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T17:17:58.549Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T17:17:58.634Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T17:17:58.725Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T17:17:58.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-18T17:17:58.903Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-18T17:17:58.998Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-18T17:17:59.080Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-18T17:17:59.178Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-18T17:17:59.279Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-18T17:17:59.370Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-18T17:17:59.548Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-18T17:17:59.637Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-18T17:17:59.733Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-18T17:17:59.833Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-18T17:17:59.926Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] echo [2020-11-18T17:18:00.097Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c8f18d [Pipeline] echo [2020-11-18T17:18:00.190Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T17:18:00.360Z] provisioning config files... [2020-11-18T17:18:00.390Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4077763452667358145tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:18:00.751Z] ---> docker-login.sh [2020-11-18T17:18:00.751Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:18:01.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:01.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:01.018Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:01.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:01.018Z] [2020-11-18T17:18:01.018Z] Login Succeeded [2020-11-18T17:18:01.018Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:18:01.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:01.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:01.284Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:01.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:01.284Z] [2020-11-18T17:18:01.284Z] Login Succeeded [2020-11-18T17:18:01.284Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:18:01.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:01.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:01.548Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:01.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:01.548Z] [2020-11-18T17:18:01.548Z] Login Succeeded [2020-11-18T17:18:01.548Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:18:01.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:01.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:01.811Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:01.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:01.811Z] [2020-11-18T17:18:01.811Z] Login Succeeded [2020-11-18T17:18:01.811Z] docker.io [2020-11-18T17:18:01.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:03.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:03.207Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:03.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:03.207Z] [2020-11-18T17:18:03.207Z] Login Succeeded [2020-11-18T17:18:03.207Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:18:03.218Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T17:18:04.001Z] + git log --format=format:%s -1 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] echo [2020-11-18T17:18:04.070Z] GIT_COMMIT: 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f, Commit Message: fix the date bug [Pipeline] echo [2020-11-18T17:18:04.130Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:18:04.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:18:04.742Z] [2020-11-18T17:18:04.742Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:18:05.092Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:18:05.093Z] latest: Pulling from edgex-devops/git-semver [2020-11-18T17:18:05.093Z] 31603596830f: Pulling fs layer [2020-11-18T17:18:05.093Z] 2a8b12db71e7: Pulling fs layer [2020-11-18T17:18:05.093Z] 6ca5941a6612: Pulling fs layer [2020-11-18T17:18:05.093Z] ecc8261a40a4: Pulling fs layer [2020-11-18T17:18:05.093Z] 2a8b12db71e7: Verifying Checksum [2020-11-18T17:18:05.357Z] ecc8261a40a4: Verifying Checksum [2020-11-18T17:18:05.938Z] 31603596830f: Download complete [2020-11-18T17:18:05.938Z] 6ca5941a6612: Verifying Checksum [2020-11-18T17:18:05.938Z] 6ca5941a6612: Download complete [2020-11-18T17:18:06.521Z] 31603596830f: Pull complete [2020-11-18T17:18:06.521Z] 2a8b12db71e7: Pull complete [2020-11-18T17:18:07.473Z] 6ca5941a6612: Pull complete [2020-11-18T17:18:07.473Z] ecc8261a40a4: Pull complete [2020-11-18T17:18:07.473Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-18T17:18:07.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:18:07.473Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-18T17:18:07.582Z] prd-centos7-docker-4c-2g-12545 does not seem to be running inside a container [2020-11-18T17:18:07.637Z] $ 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 [2020-11-18T17:18:09.905Z] $ docker top 2277925454c692dc93174f3eb1f79523ab511c2190ca906a5b702ca978ce0bed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-18T17:18:10.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T17:18:10.492Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T17:18:10.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T17:18:10.751Z] $ docker exec 2277925454c692dc93174f3eb1f79523ab511c2190ca906a5b702ca978ce0bed ssh-agent [2020-11-18T17:18:10.913Z] SSH_AUTH_SOCK=/tmp/ssh-aIHBs9vFcVDq/agent.11 [2020-11-18T17:18:10.913Z] SSH_AGENT_PID=17 [2020-11-18T17:18:10.927Z] Running ssh-add (command line suppressed) [2020-11-18T17:18:11.055Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2321939786644743615.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2321939786644743615.key) [2020-11-18T17:18:11.101Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T17:18:11.440Z] + git tag --points-at HEAD [Pipeline] } [2020-11-18T17:18:11.463Z] $ docker exec --env ******** --env ******** 2277925454c692dc93174f3eb1f79523ab511c2190ca906a5b702ca978ce0bed ssh-agent -k [2020-11-18T17:18:11.581Z] unset SSH_AUTH_SOCK; [2020-11-18T17:18:11.581Z] unset SSH_AGENT_PID; [2020-11-18T17:18:11.581Z] echo Agent pid 17 killed; [2020-11-18T17:18:11.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-11-18T17:18:11.760Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.2-dev.12|v1.3.0' [Pipeline] sshagent [2020-11-18T17:18:11.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T17:18:11.907Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T17:18:12.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T17:18:12.077Z] $ docker exec 2277925454c692dc93174f3eb1f79523ab511c2190ca906a5b702ca978ce0bed ssh-agent [2020-11-18T17:18:12.230Z] SSH_AUTH_SOCK=/tmp/ssh-jJ8c9ypuPNsf/agent.47 [2020-11-18T17:18:12.230Z] SSH_AGENT_PID=52 [2020-11-18T17:18:12.238Z] Running ssh-add (command line suppressed) [2020-11-18T17:18:12.362Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_140209653552332823.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_140209653552332823.key) [2020-11-18T17:18:12.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T17:18:12.745Z] + git semver init [2020-11-18T17:18:12.745Z] # -> Open(): unable to determine branch for HEAD [2020-11-18T17:18:12.745Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-11-18T17:18:12.745Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-18T17:18:12.745Z] # $SEMVER_REMOTE_NAME = origin [2020-11-18T17:18:12.745Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-18T17:18:12.745Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-18T17:18:12.745Z] # $SEMVER_BRANCH = master [2020-11-18T17:18:12.745Z] # $SEMVER_TEMP = /tmp/semver-168397826 [2020-11-18T17:18:12.745Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-11-18T17:18:13.692Z] # '/tmp/semver-168397826' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-11-18T17:18:13.692Z] # -> Force: false [2020-11-18T17:18:13.692Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-11-18T17:18:13.709Z] $ docker exec --env ******** --env ******** 2277925454c692dc93174f3eb1f79523ab511c2190ca906a5b702ca978ce0bed ssh-agent -k [2020-11-18T17:18:13.832Z] unset SSH_AUTH_SOCK; [2020-11-18T17:18:13.832Z] unset SSH_AGENT_PID; [2020-11-18T17:18:13.832Z] echo Agent pid 52 killed; [2020-11-18T17:18:13.881Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T17:18:14.359Z] + git semver [Pipeline] } [2020-11-18T17:18:14.387Z] $ docker stop --time=1 2277925454c692dc93174f3eb1f79523ab511c2190ca906a5b702ca978ce0bed [2020-11-18T17:18:15.782Z] $ docker rm -f 2277925454c692dc93174f3eb1f79523ab511c2190ca906a5b702ca978ce0bed [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T17:18:16.332Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-18T17:18:16.763Z] Stashed 1 file(s) [Pipeline] echo [2020-11-18T17:18:16.766Z] [edgeXSemver]: initialized semver on version 1.3.0 [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 [2020-11-18T17:18:32.397Z] Still waiting to schedule task [2020-11-18T17:18:32.397Z] ‘prd-centos7-docker-4c-2g-12548’ is offline [2020-11-18T17:18:32.399Z] Still waiting to schedule task [2020-11-18T17:18:32.400Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-18T17:21:00.874Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12550 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-11-18T17:21:00.936Z] Running in /w/workspace/edgex-ui-go/56 [Pipeline] { [Pipeline] checkout [2020-11-18T17:21:06.465Z] using credential edgex-jenkins-ssh [2020-11-18T17:21:06.525Z] Cloning the remote Git repository [2020-11-18T17:21:06.609Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-18T17:21:06.747Z] > git init /w/workspace/edgex-ui-go/56 # timeout=10 [2020-11-18T17:21:06.833Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-18T17:21:06.835Z] > git --version # timeout=10 [2020-11-18T17:21:06.859Z] > git --version # 'git version 2.17.1' [2020-11-18T17:21:06.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T17:21:06.943Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T17:21:08.447Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-18T17:21:08.466Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T17:21:08.493Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-18T17:21:08.542Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-18T17:21:08.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T17:21:08.556Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T17:21:09.015Z] Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (master) [2020-11-18T17:21:09.050Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T17:21:09.068Z] > git checkout -f 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [2020-11-18T17:21:13.853Z] Commit message: "fix the date bug" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T17:21:14.564Z] provisioning config files... [2020-11-18T17:21:14.602Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/56@tmp/config6101634368562399906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:21:15.545Z] ---> docker-login.sh [2020-11-18T17:21:15.545Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:21:16.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:16.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:16.749Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:16.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:16.749Z] [2020-11-18T17:21:16.749Z] Login Succeeded [2020-11-18T17:21:16.749Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:21:17.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:17.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:17.304Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:17.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:17.304Z] [2020-11-18T17:21:17.304Z] Login Succeeded [2020-11-18T17:21:17.304Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:21:17.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:19.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:19.020Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:19.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:19.020Z] [2020-11-18T17:21:19.020Z] Login Succeeded [2020-11-18T17:21:19.020Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:21:19.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:19.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:19.292Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:19.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:19.292Z] [2020-11-18T17:21:19.292Z] Login Succeeded [2020-11-18T17:21:19.292Z] docker.io [2020-11-18T17:21:19.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:19.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:19.841Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:19.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:19.841Z] [2020-11-18T17:21:19.841Z] Login Succeeded [2020-11-18T17:21:20.114Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:21:20.203Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T17:21:20.890Z] ========================================================= [2020-11-18T17:21:20.891Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-18T17:21:20.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:21:21.287Z] + 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 . [2020-11-18T17:21:21.888Z] Sending build context to Docker daemon 15.62MB [2020-11-18T17:21:21.888Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T17:21:21.888Z] Step 2/8 : FROM ${BASE} [2020-11-18T17:21:21.888Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-18T17:21:21.888Z] b538f80385f9: Pulling fs layer [2020-11-18T17:21:21.888Z] 74f711af9a0d: Pulling fs layer [2020-11-18T17:21:21.888Z] 99f96fe45779: Pulling fs layer [2020-11-18T17:21:21.888Z] 8529a6b9a6be: Pulling fs layer [2020-11-18T17:21:21.888Z] 45590311c82a: Pulling fs layer [2020-11-18T17:21:21.888Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-18T17:21:21.888Z] 209524e5b208: Pulling fs layer [2020-11-18T17:21:21.888Z] 45590311c82a: Waiting [2020-11-18T17:21:21.888Z] 69ca0ff8b7b3: Waiting [2020-11-18T17:21:21.888Z] 209524e5b208: Waiting [2020-11-18T17:21:21.888Z] 8529a6b9a6be: Waiting [2020-11-18T17:21:21.888Z] 99f96fe45779: Verifying Checksum [2020-11-18T17:21:21.888Z] 99f96fe45779: Download complete [2020-11-18T17:21:21.888Z] 74f711af9a0d: Verifying Checksum [2020-11-18T17:21:21.888Z] 74f711af9a0d: Download complete [2020-11-18T17:21:21.888Z] 45590311c82a: Verifying Checksum [2020-11-18T17:21:21.888Z] 45590311c82a: Download complete [2020-11-18T17:21:22.168Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-18T17:21:22.168Z] 69ca0ff8b7b3: Download complete [2020-11-18T17:21:22.168Z] b538f80385f9: Download complete [2020-11-18T17:21:23.172Z] b538f80385f9: Pull complete [2020-11-18T17:21:23.809Z] 74f711af9a0d: Pull complete [2020-11-18T17:21:24.097Z] 99f96fe45779: Pull complete [2020-11-18T17:21:24.097Z] 209524e5b208: Verifying Checksum [2020-11-18T17:21:24.097Z] 209524e5b208: Download complete [2020-11-18T17:21:26.082Z] 8529a6b9a6be: Verifying Checksum [2020-11-18T17:21:26.082Z] 8529a6b9a6be: Download complete [2020-11-18T17:21:36.243Z] 8529a6b9a6be: Pull complete [2020-11-18T17:21:36.243Z] 45590311c82a: Pull complete [2020-11-18T17:21:36.243Z] 69ca0ff8b7b3: Pull complete [2020-11-18T17:21:40.567Z] 209524e5b208: Pull complete [2020-11-18T17:21:40.567Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-18T17:21:40.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-18T17:21:40.567Z] ---> 5bddaf1c2fca [2020-11-18T17:21:40.567Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-18T17:21:43.208Z] ---> Running in 5985787164f2 [2020-11-18T17:21:43.506Z] Removing intermediate container 5985787164f2 [2020-11-18T17:21:43.506Z] ---> 1ec2151b6e2f [2020-11-18T17:21:43.506Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T17:21:43.506Z] ---> Running in 815b4fd7272d [2020-11-18T17:21:46.136Z] Removing intermediate container 815b4fd7272d [2020-11-18T17:21:46.136Z] ---> 2834a575a26a [2020-11-18T17:21:46.136Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-18T17:21:46.415Z] ---> Running in 66d66e25e122 [2020-11-18T17:21:47.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T17:21:49.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T17:21:52.461Z] OK: 142 MiB in 39 packages [2020-11-18T17:21:53.451Z] Removing intermediate container 66d66e25e122 [2020-11-18T17:21:53.451Z] ---> 45b3c2bdfdfc [2020-11-18T17:21:53.451Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-11-18T17:21:53.451Z] ---> Running in 41c0d147e1b9 [2020-11-18T17:21:54.045Z] Removing intermediate container 41c0d147e1b9 [2020-11-18T17:21:54.045Z] ---> 4c8ef89784ec [2020-11-18T17:21:54.045Z] Step 7/8 : COPY . . [2020-11-18T17:21:56.045Z] ---> 3640b8c7f9e9 [2020-11-18T17:21:56.045Z] Step 8/8 : RUN go mod download [2020-11-18T17:21:56.045Z] ---> Running in 4d6060380b38 [2020-11-18T17:22:22.825Z] Removing intermediate container 4d6060380b38 [2020-11-18T17:22:22.825Z] ---> cdedaae27ea4 [2020-11-18T17:22:22.825Z] Successfully built cdedaae27ea4 [2020-11-18T17:22:22.825Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:22:23.187Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T17:22:23.187Z] . [Pipeline] withDockerContainer [2020-11-18T17:22:23.480Z] prd-ubuntu18.04-docker-arm64-4c-16g-12550 does not seem to be running inside a container [2020-11-18T17:22:23.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/56 -v /w/workspace/edgex-ui-go/56:/w/workspace/edgex-ui-go/56:rw,z -v /w/workspace/edgex-ui-go/56@tmp:/w/workspace/edgex-ui-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T17:22:25.463Z] $ docker top 570c258aa2d1d7f6e964d7371c94e9804697a71a397cd46b95b4810bfdfff97b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:22:27.006Z] + go version [2020-11-18T17:22:27.006Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-18T17:22:27.037Z] $ docker stop --time=1 570c258aa2d1d7f6e964d7371c94e9804697a71a397cd46b95b4810bfdfff97b [2020-11-18T17:22:28.958Z] $ docker rm -f 570c258aa2d1d7f6e964d7371c94e9804697a71a397cd46b95b4810bfdfff97b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:22:30.872Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T17:22:30.872Z] . [Pipeline] withDockerContainer [2020-11-18T17:22:31.138Z] prd-ubuntu18.04-docker-arm64-4c-16g-12550 does not seem to be running inside a container [2020-11-18T17:22:31.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/56 -v /w/workspace/edgex-ui-go/56:/w/workspace/edgex-ui-go/56:rw,z -v /w/workspace/edgex-ui-go/56@tmp:/w/workspace/edgex-ui-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T17:22:33.085Z] $ docker top 510dc3204a26dd107768b06ee90fe76564a37b3e71b53efe510bf57e358e6aac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:22:34.555Z] + make test [2020-11-18T17:22:34.555Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-18T17:22:36.023Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-11-18T17:23:02.905Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-11-18T17:23:02.905Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-11-18T17:23:03.911Z] $ docker stop --time=1 510dc3204a26dd107768b06ee90fe76564a37b3e71b53efe510bf57e358e6aac [2020-11-18T17:23:06.017Z] $ docker rm -f 510dc3204a26dd107768b06ee90fe76564a37b3e71b53efe510bf57e358e6aac [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T17:23:06.828Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T17:23:07.579Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T17:23:08.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T17:23:09.388Z] + ls -al . [2020-11-18T17:23:09.389Z] total 116 [2020-11-18T17:23:09.389Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 18 17:22 . [2020-11-18T17:23:09.389Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 17:21 .. [2020-11-18T17:23:09.389Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 17:21 .git [2020-11-18T17:23:09.389Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 17:21 .github [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 136 Nov 18 17:21 .gitignore [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 18 17:21 CONTRIBUTING.md [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 913 Nov 18 17:21 Dockerfile [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 898 Nov 18 17:21 Dockerfile.build [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 18 17:21 Jenkinsfile [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 18 17:21 LICENSE [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 951 Nov 18 17:21 Makefile [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 3545 Nov 18 17:21 README.md [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 17:18 VERSION [2020-11-18T17:23:09.389Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 17:21 assets [2020-11-18T17:23:09.389Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 17:21 bin [2020-11-18T17:23:09.389Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 17:21 cmd [2020-11-18T17:23:09.389Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 18 17:22 coverage.out [2020-11-18T17:23:09.389Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 18 17:21 docs [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 1019 Nov 18 17:21 go.mod [2020-11-18T17:23:09.389Z] -rw-r--r-- 1 jenkins jenkins 20718 Nov 18 17:22 go.sum [2020-11-18T17:23:09.389Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 18 17:21 internal [2020-11-18T17:23:09.389Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 18 17:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:23:09.773Z] + 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=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --label arch=arm64 --label version=1.3.0 . [2020-11-18T17:23:10.385Z] Sending build context to Docker daemon 15.64MB [2020-11-18T17:23:10.385Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-18T17:23:10.385Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-18T17:23:10.385Z] ---> cdedaae27ea4 [2020-11-18T17:23:10.385Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-11-18T17:23:10.985Z] ---> Running in 96c1230adba0 [2020-11-18T17:23:11.259Z] Removing intermediate container 96c1230adba0 [2020-11-18T17:23:11.259Z] ---> 1c8fa7b9ae98 [2020-11-18T17:23:11.259Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-11-18T17:23:11.259Z] ---> Running in 6fd65d2caab0 [2020-11-18T17:23:11.860Z] Removing intermediate container 6fd65d2caab0 [2020-11-18T17:23:11.860Z] ---> 8bf21dfcb980 [2020-11-18T17:23:11.860Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T17:23:11.860Z] ---> Running in 8b64c115be1a [2020-11-18T17:23:12.473Z] Removing intermediate container 8b64c115be1a [2020-11-18T17:23:12.473Z] ---> e1a14e97bb30 [2020-11-18T17:23:12.473Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-11-18T17:23:12.473Z] ---> Running in b7b5c94bb18f [2020-11-18T17:23:13.068Z] Removing intermediate container b7b5c94bb18f [2020-11-18T17:23:13.068Z] ---> ced967633cb8 [2020-11-18T17:23:13.068Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-11-18T17:23:13.068Z] ---> Running in 9e4febce4620 [2020-11-18T17:23:13.664Z] Removing intermediate container 9e4febce4620 [2020-11-18T17:23:13.664Z] ---> 89d013c097df [2020-11-18T17:23:13.664Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T17:23:13.664Z] ---> Running in 46055f970712 [2020-11-18T17:23:16.292Z] Removing intermediate container 46055f970712 [2020-11-18T17:23:16.292Z] ---> f4f90c0e024b [2020-11-18T17:23:16.292Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T17:23:16.292Z] ---> Running in 9de75c06684d [2020-11-18T17:23:17.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T17:23:18.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T17:23:19.313Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-18T17:23:19.313Z] v3.12.1-35-g82ca9378e2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-18T17:23:19.313Z] OK: 12623 distinct packages available [2020-11-18T17:23:19.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T17:23:20.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T17:23:21.182Z] OK: 142 MiB in 39 packages [2020-11-18T17:23:22.162Z] Removing intermediate container 9de75c06684d [2020-11-18T17:23:22.162Z] ---> a66b930fd6c7 [2020-11-18T17:23:22.162Z] Step 10/24 : ENV GO111MODULE=on [2020-11-18T17:23:22.162Z] ---> Running in 2715cf4840d8 [2020-11-18T17:23:22.772Z] Removing intermediate container 2715cf4840d8 [2020-11-18T17:23:22.773Z] ---> 6c8d5e10a32b [2020-11-18T17:23:22.773Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-11-18T17:23:22.773Z] ---> Running in 40eee53e08da [2020-11-18T17:23:23.365Z] Removing intermediate container 40eee53e08da [2020-11-18T17:23:23.366Z] ---> 5af1bfa96ed5 [2020-11-18T17:23:23.366Z] Step 12/24 : COPY go.mod . [2020-11-18T17:23:24.353Z] ---> 0db2097764c7 [2020-11-18T17:23:24.353Z] Step 13/24 : COPY Makefile . [2020-11-18T17:23:24.954Z] ---> c5f5cd66ffee [2020-11-18T17:23:24.954Z] Step 14/24 : RUN make update [2020-11-18T17:23:24.954Z] ---> Running in 036da56e6390 [2020-11-18T17:23:26.407Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-18T17:23:27.840Z] Removing intermediate container 036da56e6390 [2020-11-18T17:23:27.840Z] ---> e3b608498055 [2020-11-18T17:23:27.840Z] Step 15/24 : COPY . . [2020-11-18T17:23:29.264Z] ---> 389b5e3e0059 [2020-11-18T17:23:29.264Z] Step 16/24 : RUN ${MAKE} [2020-11-18T17:23:29.534Z] ---> Running in d9ce084479ec [2020-11-18T17:23:30.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.3.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-11-18T17:23:53.055Z] Running on prd-centos7-docker-4c-2g-12553 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-11-18T17:23:53.110Z] Running in /w/workspace/edgex-ui-go/56 [Pipeline] { [Pipeline] checkout [2020-11-18T17:23:53.192Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-18T17:23:56.323Z] using credential edgex-jenkins-ssh [2020-11-18T17:23:56.374Z] Cloning the remote Git repository [2020-11-18T17:23:56.599Z] Removing intermediate container d9ce084479ec [2020-11-18T17:23:56.599Z] ---> 7cae33669b62 [2020-11-18T17:23:56.599Z] Step 17/24 : FROM alpine [2020-11-18T17:23:56.408Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-18T17:23:56.481Z] > git init /w/workspace/edgex-ui-go/56 # timeout=10 [2020-11-18T17:23:56.535Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-18T17:23:56.535Z] > git --version # timeout=10 [2020-11-18T17:23:56.542Z] > git --version # 'git version 2.16.5' [2020-11-18T17:23:56.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T17:23:56.574Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T17:23:57.198Z] latest: Pulling from library/alpine [2020-11-18T17:23:57.198Z] 5f621e34cdf4: Pulling fs layer [2020-11-18T17:23:57.494Z] 5f621e34cdf4: Verifying Checksum [2020-11-18T17:23:57.494Z] 5f621e34cdf4: Download complete [2020-11-18T17:23:58.089Z] 5f621e34cdf4: Pull complete [2020-11-18T17:23:58.089Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T17:23:58.089Z] Status: Downloaded newer image for alpine:latest [2020-11-18T17:23:58.089Z] ---> 2e77e061c27f [2020-11-18T17:23:58.089Z] Step 18/24 : EXPOSE 4000 [2020-11-18T17:23:58.089Z] ---> Running in 80d598e072af [2020-11-18T17:23:58.685Z] Removing intermediate container 80d598e072af [2020-11-18T17:23:58.685Z] ---> 143a340acea4 [2020-11-18T17:23:58.685Z] 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 [2020-11-18T17:23:58.714Z] Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (master) [2020-11-18T17:23:58.280Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-18T17:23:58.286Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T17:23:58.299Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-11-18T17:23:58.322Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-11-18T17:23:58.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T17:23:58.328Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T17:23:58.730Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T17:23:58.735Z] > git checkout -f 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 [2020-11-18T17:24:00.657Z] ---> d06ce1fc371a [2020-11-18T17:24:00.657Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-18T17:24:00.657Z] ---> Running in 1d55349b0c00 [2020-11-18T17:24:00.938Z] Removing intermediate container 1d55349b0c00 [2020-11-18T17:24:00.938Z] ---> ac7595a0ed0d [2020-11-18T17:24:00.938Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-11-18T17:24:00.938Z] ---> Running in 6b516a1bf24d [2020-11-18T17:24:01.533Z] Removing intermediate container 6b516a1bf24d [2020-11-18T17:24:01.533Z] ---> 1e500f63fe51 [2020-11-18T17:24:01.533Z] Step 22/24 : LABEL arch=arm64 [2020-11-18T17:24:01.533Z] ---> Running in 0147f2138347 [2020-11-18T17:24:02.133Z] Removing intermediate container 0147f2138347 [2020-11-18T17:24:02.133Z] ---> 5e1d75686dff [2020-11-18T17:24:02.133Z] Step 23/24 : LABEL git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-18T17:24:02.133Z] ---> Running in 31a6721d9fb4 [2020-11-18T17:24:02.703Z] Commit message: "fix the date bug" [2020-11-18T17:24:02.733Z] Removing intermediate container 31a6721d9fb4 [2020-11-18T17:24:02.733Z] ---> 8ba832052581 [2020-11-18T17:24:02.733Z] Step 24/24 : LABEL version=1.3.0 [2020-11-18T17:24:02.733Z] ---> Running in 7d27564ee234 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-11-18T17:24:03.327Z] Removing intermediate container 7d27564ee234 [2020-11-18T17:24:03.327Z] ---> bf7a121106ce [2020-11-18T17:24:03.327Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T17:24:03.327Z] Successfully built bf7a121106ce [2020-11-18T17:24:03.327Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] wrap [Pipeline] } [2020-11-18T17:24:03.362Z] provisioning config files... [2020-11-18T17:24:03.407Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/56@tmp/config2557317379831850769tmp [Pipeline] // script [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-11-18T17:24:04.319Z] ---> docker-login.sh [2020-11-18T17:24:04.319Z] nexus3.edgexfoundry.org:10001 [Pipeline] wrap [2020-11-18T17:24:04.342Z] provisioning config files... [2020-11-18T17:24:04.375Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/56@tmp/config879617406026341812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:24:04.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:04.758Z] ---> docker-login.sh [2020-11-18T17:24:04.758Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:24:04.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:04.850Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:04.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:04.850Z] [2020-11-18T17:24:04.850Z] Login Succeeded [2020-11-18T17:24:04.850Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:24:04.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:04.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:04.850Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:04.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:04.850Z] [2020-11-18T17:24:04.850Z] Login Succeeded [2020-11-18T17:24:04.850Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:24:05.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:05.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:05.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:05.114Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:05.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:05.114Z] [2020-11-18T17:24:05.114Z] Login Succeeded [2020-11-18T17:24:05.114Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:24:05.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:05.312Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:05.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:05.312Z] [2020-11-18T17:24:05.312Z] Login Succeeded [2020-11-18T17:24:05.312Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:24:05.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:05.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:05.381Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:05.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:05.381Z] [2020-11-18T17:24:05.381Z] Login Succeeded [2020-11-18T17:24:05.381Z] docker.io [2020-11-18T17:24:05.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:05.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:05.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:05.646Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:05.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:05.646Z] [2020-11-18T17:24:05.646Z] Login Succeeded [2020-11-18T17:24:05.646Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:24:05.688Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-11-18T17:24:05.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:05.859Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:05.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:05.859Z] [2020-11-18T17:24:05.859Z] Login Succeeded [2020-11-18T17:24:05.859Z] nexus3.edgexfoundry.org:10003 [Pipeline] unstash [Pipeline] echo [2020-11-18T17:24:06.004Z] ========================================================= [2020-11-18T17:24:06.004Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-18T17:24:06.004Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:06.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:06.357Z] + 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 . [2020-11-18T17:24:06.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:06.404Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:06.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:06.404Z] [2020-11-18T17:24:06.404Z] Login Succeeded [2020-11-18T17:24:06.404Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:24:06.620Z] Sending build context to Docker daemon 15.62MB [2020-11-18T17:24:06.620Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T17:24:06.620Z] Step 2/8 : FROM ${BASE} [2020-11-18T17:24:06.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:06.890Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-18T17:24:06.890Z] df20fa9351a1: Pulling fs layer [2020-11-18T17:24:06.890Z] ed8968b2872e: Pulling fs layer [2020-11-18T17:24:06.890Z] a92cc7c5fd73: Pulling fs layer [2020-11-18T17:24:06.890Z] e871e8e8d7a9: Pulling fs layer [2020-11-18T17:24:06.890Z] e73272ec9a57: Pulling fs layer [2020-11-18T17:24:06.890Z] 1e910a182e73: Pulling fs layer [2020-11-18T17:24:06.890Z] 4e634b169226: Pulling fs layer [2020-11-18T17:24:06.890Z] e871e8e8d7a9: Waiting [2020-11-18T17:24:06.890Z] e73272ec9a57: Waiting [2020-11-18T17:24:06.890Z] 1e910a182e73: Waiting [2020-11-18T17:24:06.890Z] 4e634b169226: Waiting [2020-11-18T17:24:06.890Z] a92cc7c5fd73: Verifying Checksum [2020-11-18T17:24:06.890Z] a92cc7c5fd73: Download complete [2020-11-18T17:24:06.890Z] ed8968b2872e: Download complete [2020-11-18T17:24:06.890Z] e73272ec9a57: Verifying Checksum [2020-11-18T17:24:06.890Z] e73272ec9a57: Download complete [2020-11-18T17:24:06.890Z] 1e910a182e73: Download complete [2020-11-18T17:24:06.890Z] df20fa9351a1: Download complete [2020-11-18T17:24:06.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:06.952Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:06.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:06.952Z] [2020-11-18T17:24:06.952Z] Login Succeeded [2020-11-18T17:24:06.952Z] docker.io [2020-11-18T17:24:07.160Z] df20fa9351a1: Pull complete [2020-11-18T17:24:07.424Z] ed8968b2872e: Pull complete [2020-11-18T17:24:07.424Z] a92cc7c5fd73: Pull complete [2020-11-18T17:24:07.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:08.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:08.139Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:08.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:08.139Z] [2020-11-18T17:24:08.139Z] Login Succeeded [2020-11-18T17:24:08.139Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:24:08.156Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T17:24:08.373Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-11-18T17:24:08.373Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-18T17:24:08.373Z] latest [2020-11-18T17:24:08.373Z] 1.3.0 [2020-11-18T17:24:08.373Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0 [2020-11-18T17:24:08.373Z] master [2020-11-18T17:24:08.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:08.841Z] 4e634b169226: Verifying Checksum [2020-11-18T17:24:08.841Z] 4e634b169226: Download complete [2020-11-18T17:24:08.898Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:09.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-18T17:24:09.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-18T17:24:09.237Z] 05ff8cb1401e: Preparing [2020-11-18T17:24:09.237Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:09.429Z] e871e8e8d7a9: Verifying Checksum [2020-11-18T17:24:09.429Z] e871e8e8d7a9: Download complete [2020-11-18T17:24:09.509Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:12.880Z] 05ff8cb1401e: Pushed [2020-11-18T17:24:12.880Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f: digest: sha256:c267e5074649cda1371f6e3043a9a96f2130823319ce65fbe6a4d45445e8fbd4 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:13.222Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:13.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-11-18T17:24:13.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-18T17:24:13.555Z] 05ff8cb1401e: Preparing [2020-11-18T17:24:13.555Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:13.555Z] 05ff8cb1401e: Layer already exists [2020-11-18T17:24:13.555Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:13.826Z] latest: digest: sha256:c267e5074649cda1371f6e3043a9a96f2130823319ce65fbe6a4d45445e8fbd4 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:14.165Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:14.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.0 [2020-11-18T17:24:14.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-18T17:24:14.500Z] 05ff8cb1401e: Preparing [2020-11-18T17:24:14.500Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:14.500Z] 05ff8cb1401e: Layer already exists [2020-11-18T17:24:14.500Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:14.771Z] 1.3.0: digest: sha256:c267e5074649cda1371f6e3043a9a96f2130823319ce65fbe6a4d45445e8fbd4 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:15.110Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:15.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0 [2020-11-18T17:24:15.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-18T17:24:15.447Z] 05ff8cb1401e: Preparing [2020-11-18T17:24:15.447Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:15.447Z] 05ff8cb1401e: Layer already exists [2020-11-18T17:24:15.447Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:15.718Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0: digest: sha256:c267e5074649cda1371f6e3043a9a96f2130823319ce65fbe6a4d45445e8fbd4 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:16.058Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:16.089Z] e871e8e8d7a9: Pull complete [2020-11-18T17:24:16.089Z] e73272ec9a57: Pull complete [2020-11-18T17:24:16.089Z] 1e910a182e73: Pull complete [2020-11-18T17:24:16.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-11-18T17:24:16.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-11-18T17:24:16.389Z] 05ff8cb1401e: Preparing [2020-11-18T17:24:16.389Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:16.660Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:16.660Z] 05ff8cb1401e: Layer already exists [2020-11-18T17:24:16.660Z] master: digest: sha256:c267e5074649cda1371f6e3043a9a96f2130823319ce65fbe6a4d45445e8fbd4 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T17:24:16.905Z] ===================================================== [Pipeline] echo [2020-11-18T17:24:16.954Z] taggedImages: [2020-11-18T17:24:16.954Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-18T17:24:16.954Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-11-18T17:24:16.954Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.3.0 [2020-11-18T17:24:16.954Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0 [2020-11-18T17:24:16.954Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T17:24:24.297Z] 4e634b169226: Pull complete [2020-11-18T17:24:24.297Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-18T17:24:24.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-18T17:24:24.297Z] ---> f7629b54cfaa [2020-11-18T17:24:24.297Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-18T17:24:24.297Z] ---> Running in d4a92e2bb8da [2020-11-18T17:24:24.297Z] Removing intermediate container d4a92e2bb8da [2020-11-18T17:24:24.297Z] ---> d9c6d670a3f8 [2020-11-18T17:24:24.297Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T17:24:24.297Z] ---> Running in 2a73f73ebe3b [2020-11-18T17:24:24.874Z] Removing intermediate container 2a73f73ebe3b [2020-11-18T17:24:24.874Z] ---> 01c9bd3bf6ba [2020-11-18T17:24:24.874Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-18T17:24:25.141Z] ---> Running in fedaf0dbaae2 [2020-11-18T17:24:26.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T17:24:26.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T17:24:27.255Z] OK: 166 MiB in 39 packages [2020-11-18T17:24:27.837Z] Removing intermediate container fedaf0dbaae2 [2020-11-18T17:24:27.837Z] ---> 9005dbf75dda [2020-11-18T17:24:27.837Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-11-18T17:24:27.837Z] ---> Running in 44235d27bde2 [2020-11-18T17:24:27.837Z] Removing intermediate container 44235d27bde2 [2020-11-18T17:24:27.837Z] ---> 0795fe000255 [2020-11-18T17:24:27.837Z] Step 7/8 : COPY . . [2020-11-18T17:24:29.773Z] ---> a07a758ceb2d [2020-11-18T17:24:29.774Z] Step 8/8 : RUN go mod download [2020-11-18T17:24:29.774Z] ---> Running in 9f7966f85bb0 [2020-11-18T17:24:51.822Z] Removing intermediate container 9f7966f85bb0 [2020-11-18T17:24:51.822Z] ---> 0e4b93ceac9f [2020-11-18T17:24:51.822Z] Successfully built 0e4b93ceac9f [2020-11-18T17:24:52.090Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:52.421Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T17:24:52.421Z] . [Pipeline] withDockerContainer [2020-11-18T17:24:52.556Z] prd-centos7-docker-4c-2g-12553 does not seem to be running inside a container [2020-11-18T17:24:52.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/56 -v /w/workspace/edgex-ui-go/56:/w/workspace/edgex-ui-go/56:rw,z -v /w/workspace/edgex-ui-go/56@tmp:/w/workspace/edgex-ui-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-18T17:24:53.768Z] $ docker top 661b4379e4cb9511144fc2e08f5e6cf9f31ba050984f21f2ea2d785e95d34376 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:24:54.434Z] + go version [2020-11-18T17:24:54.434Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-18T17:24:54.452Z] $ docker stop --time=1 661b4379e4cb9511144fc2e08f5e6cf9f31ba050984f21f2ea2d785e95d34376 [2020-11-18T17:24:55.826Z] $ docker rm -f 661b4379e4cb9511144fc2e08f5e6cf9f31ba050984f21f2ea2d785e95d34376 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:56.639Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T17:24:56.639Z] . [Pipeline] withDockerContainer [2020-11-18T17:24:56.756Z] prd-centos7-docker-4c-2g-12553 does not seem to be running inside a container [2020-11-18T17:24:56.809Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/56 -v /w/workspace/edgex-ui-go/56:/w/workspace/edgex-ui-go/56:rw,z -v /w/workspace/edgex-ui-go/56@tmp:/w/workspace/edgex-ui-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-18T17:24:57.491Z] $ docker top 0de5a36f1f67b3936ec6028089c3430eec5d171777faf386ddfff537852f7db1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:24:57.995Z] + make test [2020-11-18T17:24:57.995Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-18T17:24:59.204Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-11-18T17:25:07.464Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-11-18T17:25:07.464Z] GO111MODULE=on go vet ./... [Pipeline] } [2020-11-18T17:25:08.892Z] $ docker stop --time=1 0de5a36f1f67b3936ec6028089c3430eec5d171777faf386ddfff537852f7db1 [2020-11-18T17:25:11.996Z] $ docker rm -f 0de5a36f1f67b3936ec6028089c3430eec5d171777faf386ddfff537852f7db1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T17:25:12.626Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T17:25:12.688Z] Warning: overwriting stash ‘coverage-report’ [2020-11-18T17:25:13.042Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-18T17:25:13.767Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T17:25:14.075Z] + ls -al . [2020-11-18T17:25:14.075Z] total 84 [2020-11-18T17:25:14.075Z] drwxrwxr-x. 9 jenkins jenkins 4096 Nov 18 17:24 . [2020-11-18T17:25:14.075Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 18 17:23 .. [2020-11-18T17:25:14.075Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 18 17:23 assets [2020-11-18T17:25:14.075Z] drwxrwxr-x. 2 jenkins jenkins 35 Nov 18 17:23 bin [2020-11-18T17:25:14.075Z] drwxrwxr-x. 3 jenkins jenkins 29 Nov 18 17:23 cmd [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 3959 Nov 18 17:23 CONTRIBUTING.md [2020-11-18T17:25:14.075Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 18 17:24 coverage.out [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 913 Nov 18 17:23 Dockerfile [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 898 Nov 18 17:23 Dockerfile.build [2020-11-18T17:25:14.075Z] drwxrwxr-x. 5 jenkins jenkins 104 Nov 18 17:23 docs [2020-11-18T17:25:14.075Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 18 17:24 .git [2020-11-18T17:25:14.075Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 18 17:23 .github [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 136 Nov 18 17:23 .gitignore [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 1019 Nov 18 17:23 go.mod [2020-11-18T17:25:14.075Z] -rw-r--r--. 1 jenkins jenkins 20718 Nov 18 17:24 go.sum [2020-11-18T17:25:14.075Z] drwxrwxr-x. 10 jenkins jenkins 139 Nov 18 17:23 internal [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 652 Nov 18 17:23 Jenkinsfile [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 11357 Nov 18 17:23 LICENSE [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 951 Nov 18 17:23 Makefile [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 3545 Nov 18 17:23 README.md [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 17:18 VERSION [2020-11-18T17:25:14.075Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 18 17:23 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:14.393Z] + 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=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --label arch=amd64 --label version=1.3.0 . [2020-11-18T17:25:14.658Z] Sending build context to Docker daemon 15.64MB [2020-11-18T17:25:14.658Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-18T17:25:14.658Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-18T17:25:14.658Z] ---> 0e4b93ceac9f [2020-11-18T17:25:14.658Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-11-18T17:25:15.236Z] ---> Running in 9d362222d886 [2020-11-18T17:25:15.236Z] Removing intermediate container 9d362222d886 [2020-11-18T17:25:15.236Z] ---> 9dac08a59a29 [2020-11-18T17:25:15.236Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-11-18T17:25:15.500Z] ---> Running in c6458a3181fb [2020-11-18T17:25:15.500Z] Removing intermediate container c6458a3181fb [2020-11-18T17:25:15.500Z] ---> 94b37534f5f0 [2020-11-18T17:25:15.501Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T17:25:15.765Z] ---> Running in 132c31ed596c [2020-11-18T17:25:15.765Z] Removing intermediate container 132c31ed596c [2020-11-18T17:25:15.765Z] ---> d3e1e49e1579 [2020-11-18T17:25:15.765Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-11-18T17:25:15.765Z] ---> Running in 764483550f7c [2020-11-18T17:25:16.033Z] Removing intermediate container 764483550f7c [2020-11-18T17:25:16.033Z] ---> 8923574e252d [2020-11-18T17:25:16.033Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-11-18T17:25:16.033Z] ---> Running in 08264e9a2238 [2020-11-18T17:25:16.298Z] Removing intermediate container 08264e9a2238 [2020-11-18T17:25:16.298Z] ---> c3b7d0afa59c [2020-11-18T17:25:16.298Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T17:25:16.298Z] ---> Running in 01638444a6b0 [2020-11-18T17:25:17.254Z] Removing intermediate container 01638444a6b0 [2020-11-18T17:25:17.254Z] ---> 541ce96b290d [2020-11-18T17:25:17.254Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T17:25:17.254Z] ---> Running in 23879a50bcd8 [2020-11-18T17:25:17.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T17:25:19.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T17:25:20.633Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-18T17:25:20.633Z] v3.12.1-35-g82ca9378e2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-18T17:25:20.633Z] OK: 12752 distinct packages available [2020-11-18T17:25:20.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T17:25:22.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T17:25:25.125Z] OK: 166 MiB in 39 packages [2020-11-18T17:25:25.126Z] Removing intermediate container 23879a50bcd8 [2020-11-18T17:25:25.126Z] ---> 68bf452de9e8 [2020-11-18T17:25:25.126Z] Step 10/24 : ENV GO111MODULE=on [2020-11-18T17:25:25.392Z] ---> Running in 23d6b69eeace [2020-11-18T17:25:25.392Z] Removing intermediate container 23d6b69eeace [2020-11-18T17:25:25.392Z] ---> bb8a43d5afdc [2020-11-18T17:25:25.392Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-11-18T17:25:25.661Z] ---> Running in 9e762eb8c6eb [2020-11-18T17:25:25.661Z] Removing intermediate container 9e762eb8c6eb [2020-11-18T17:25:25.661Z] ---> 9c20dc48412a [2020-11-18T17:25:25.661Z] Step 12/24 : COPY go.mod . [2020-11-18T17:25:25.924Z] ---> b763542764c3 [2020-11-18T17:25:25.924Z] Step 13/24 : COPY Makefile . [2020-11-18T17:25:26.187Z] ---> c9d4a3299e8c [2020-11-18T17:25:26.187Z] Step 14/24 : RUN make update [2020-11-18T17:25:26.453Z] ---> Running in 4a2163dd1213 [2020-11-18T17:25:26.728Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-18T17:25:27.690Z] Removing intermediate container 4a2163dd1213 [2020-11-18T17:25:27.690Z] ---> 9258d10b2334 [2020-11-18T17:25:27.690Z] Step 15/24 : COPY . . [2020-11-18T17:25:29.098Z] ---> 38a12c947cd1 [2020-11-18T17:25:29.098Z] Step 16/24 : RUN ${MAKE} [2020-11-18T17:25:29.098Z] ---> Running in dfcdf4c5b929 [2020-11-18T17:25:29.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.3.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-11-18T17:25:37.947Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-18T17:25:41.278Z] Removing intermediate container dfcdf4c5b929 [2020-11-18T17:25:41.278Z] ---> 2543c54577f7 [2020-11-18T17:25:41.278Z] Step 17/24 : FROM alpine [2020-11-18T17:25:41.278Z] latest: Pulling from library/alpine [2020-11-18T17:25:41.278Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T17:25:41.544Z] 188c0c94c7c5: Verifying Checksum [2020-11-18T17:25:41.544Z] 188c0c94c7c5: Download complete [2020-11-18T17:25:41.544Z] 188c0c94c7c5: Pull complete [2020-11-18T17:25:41.806Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T17:25:41.806Z] Status: Downloaded newer image for alpine:latest [2020-11-18T17:25:41.806Z] ---> d6e46aa2470d [2020-11-18T17:25:41.806Z] Step 18/24 : EXPOSE 4000 [2020-11-18T17:25:41.806Z] ---> Running in 4648a23e1ed8 [2020-11-18T17:25:42.073Z] Removing intermediate container 4648a23e1ed8 [2020-11-18T17:25:42.073Z] ---> 2be98bf481b1 [2020-11-18T17:25:42.073Z] 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 [2020-11-18T17:25:43.025Z] ---> 98d278961a27 [2020-11-18T17:25:43.025Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-11-18T17:25:43.025Z] ---> Running in 9419649d4882 [2020-11-18T17:25:43.293Z] Removing intermediate container 9419649d4882 [2020-11-18T17:25:43.293Z] ---> cd800c328aab [2020-11-18T17:25:43.293Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-11-18T17:25:43.293Z] ---> Running in af52057b9c51 [2020-11-18T17:25:43.293Z] Removing intermediate container af52057b9c51 [2020-11-18T17:25:43.293Z] ---> cb6cc6f83e50 [2020-11-18T17:25:43.293Z] Step 22/24 : LABEL arch=amd64 [2020-11-18T17:25:43.558Z] ---> Running in ba480f3a4634 [2020-11-18T17:25:43.558Z] Removing intermediate container ba480f3a4634 [2020-11-18T17:25:43.558Z] ---> 312cadd76174 [2020-11-18T17:25:43.558Z] Step 23/24 : LABEL git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-18T17:25:43.822Z] ---> Running in c327dfaa40e1 [2020-11-18T17:25:43.822Z] Removing intermediate container c327dfaa40e1 [2020-11-18T17:25:43.822Z] ---> ac409eae6a45 [2020-11-18T17:25:43.822Z] Step 24/24 : LABEL version=1.3.0 [2020-11-18T17:25:43.822Z] ---> Running in fc23358cdca1 [2020-11-18T17:25:44.086Z] Removing intermediate container fc23358cdca1 [2020-11-18T17:25:44.086Z] ---> 7083224c03ac [2020-11-18T17:25:44.086Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T17:25:44.086Z] Successfully built 7083224c03ac [2020-11-18T17:25:44.086Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T17:25:44.486Z] provisioning config files... [2020-11-18T17:25:44.516Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/56@tmp/config8181808593148891708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:25:44.899Z] ---> docker-login.sh [2020-11-18T17:25:44.899Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:25:45.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:25:45.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:25:45.163Z] Configure a credential helper to remove this warning. See [2020-11-18T17:25:45.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:25:45.163Z] [2020-11-18T17:25:45.163Z] Login Succeeded [2020-11-18T17:25:45.163Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:25:45.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:25:45.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:25:45.430Z] Configure a credential helper to remove this warning. See [2020-11-18T17:25:45.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:25:45.430Z] [2020-11-18T17:25:45.430Z] Login Succeeded [2020-11-18T17:25:45.430Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:25:45.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:25:45.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:25:45.430Z] Configure a credential helper to remove this warning. See [2020-11-18T17:25:45.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:25:45.430Z] [2020-11-18T17:25:45.430Z] Login Succeeded [2020-11-18T17:25:45.430Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:25:45.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:25:45.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:25:45.694Z] Configure a credential helper to remove this warning. See [2020-11-18T17:25:45.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:25:45.694Z] [2020-11-18T17:25:45.694Z] Login Succeeded [2020-11-18T17:25:45.694Z] docker.io [2020-11-18T17:25:45.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:25:46.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:25:46.221Z] Configure a credential helper to remove this warning. See [2020-11-18T17:25:46.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:25:46.221Z] [2020-11-18T17:25:46.221Z] Login Succeeded [2020-11-18T17:25:46.221Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:25:46.232Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T17:25:46.489Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-11-18T17:25:46.489Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-18T17:25:46.489Z] latest [2020-11-18T17:25:46.489Z] 1.3.0 [2020-11-18T17:25:46.489Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0 [2020-11-18T17:25:46.489Z] master [2020-11-18T17:25:46.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:46.985Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:47.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-18T17:25:47.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-18T17:25:47.306Z] 117bcd3ccf19: Preparing [2020-11-18T17:25:47.306Z] ace0eda3e3be: Preparing [2020-11-18T17:25:47.306Z] ace0eda3e3be: Layer already exists [2020-11-18T17:25:49.230Z] 117bcd3ccf19: Pushed [2020-11-18T17:25:49.230Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f: digest: sha256:a691f5f975778474270c6474184daa23c7689805cf890f6499830ba64caf31f7 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:49.545Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:49.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-11-18T17:25:49.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-18T17:25:49.857Z] 117bcd3ccf19: Preparing [2020-11-18T17:25:49.857Z] ace0eda3e3be: Preparing [2020-11-18T17:25:49.857Z] ace0eda3e3be: Layer already exists [2020-11-18T17:25:49.857Z] 117bcd3ccf19: Layer already exists [2020-11-18T17:25:49.857Z] latest: digest: sha256:a691f5f975778474270c6474184daa23c7689805cf890f6499830ba64caf31f7 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:50.169Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:50.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.0 [2020-11-18T17:25:50.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-18T17:25:50.477Z] 117bcd3ccf19: Preparing [2020-11-18T17:25:50.477Z] ace0eda3e3be: Preparing [2020-11-18T17:25:50.477Z] ace0eda3e3be: Layer already exists [2020-11-18T17:25:50.477Z] 117bcd3ccf19: Layer already exists [2020-11-18T17:25:50.477Z] 1.3.0: digest: sha256:a691f5f975778474270c6474184daa23c7689805cf890f6499830ba64caf31f7 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:50.789Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:51.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0 [2020-11-18T17:25:51.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-18T17:25:51.096Z] 117bcd3ccf19: Preparing [2020-11-18T17:25:51.096Z] ace0eda3e3be: Preparing [2020-11-18T17:25:51.096Z] ace0eda3e3be: Layer already exists [2020-11-18T17:25:51.096Z] 117bcd3ccf19: Layer already exists [2020-11-18T17:25:51.096Z] 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0: digest: sha256:a691f5f975778474270c6474184daa23c7689805cf890f6499830ba64caf31f7 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:51.436Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:51.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-11-18T17:25:51.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-11-18T17:25:51.743Z] 117bcd3ccf19: Preparing [2020-11-18T17:25:51.743Z] ace0eda3e3be: Preparing [2020-11-18T17:25:51.743Z] ace0eda3e3be: Layer already exists [2020-11-18T17:25:51.743Z] 117bcd3ccf19: Layer already exists [2020-11-18T17:25:51.743Z] master: digest: sha256:a691f5f975778474270c6474184daa23c7689805cf890f6499830ba64caf31f7 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T17:25:51.949Z] ===================================================== [Pipeline] echo [2020-11-18T17:25:52.000Z] taggedImages: [2020-11-18T17:25:52.000Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [2020-11-18T17:25:52.000Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-11-18T17:25:52.000Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.3.0 [2020-11-18T17:25:52.000Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.3.0 [2020-11-18T17:25:52.000Z] - 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 [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 [2020-11-18T17:25:53.750Z] provisioning config files... [2020-11-18T17:25:53.762Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8009751689030010177tmp [Pipeline] { [Pipeline] sh [2020-11-18T17:25:54.168Z] + set +x [2020-11-18T17:25:54.168Z] + curl -s https://codecov.io/bash [2020-11-18T17:25:54.168Z] + bash -s -- [2020-11-18T17:25:54.431Z] [2020-11-18T17:25:54.431Z] _____ _ [2020-11-18T17:25:54.431Z] / ____| | | [2020-11-18T17:25:54.431Z] | | ___ __| | ___ ___ _____ __ [2020-11-18T17:25:54.431Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-18T17:25:54.431Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-18T17:25:54.431Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-18T17:25:54.431Z] Bash-20201116-eea08d9 [2020-11-18T17:25:54.431Z] [2020-11-18T17:25:54.431Z] [2020-11-18T17:25:54.431Z] ==> Jenkins CI detected. [2020-11-18T17:25:54.431Z] project root: . [2020-11-18T17:25:54.431Z] --> token set from env [2020-11-18T17:25:54.431Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-18T17:25:54.431Z] ==> Running gcov in . (disable via -X gcov) [2020-11-18T17:25:54.431Z] ==> Python coveragepy not found [2020-11-18T17:25:54.431Z] ==> Searching for coverage reports in: [2020-11-18T17:25:54.431Z] + . [2020-11-18T17:25:54.431Z] -> Found 1 reports [2020-11-18T17:25:54.431Z] ==> Detecting git/mercurial file structure [2020-11-18T17:25:54.431Z] ==> Reading reports [2020-11-18T17:25:54.431Z] + ./coverage.out bytes=10 [2020-11-18T17:25:54.431Z] ==> Appending adjustments [2020-11-18T17:25:54.431Z] https://docs.codecov.io/docs/fixing-reports [2020-11-18T17:25:54.696Z] + Found adjustments [2020-11-18T17:25:54.696Z] ==> Gzipping contents [2020-11-18T17:25:54.696Z] ==> Uploading reports [2020-11-18T17:25:54.696Z] url: https://codecov.io [2020-11-18T17:25:54.696Z] query: branch=master&commit=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F56%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T17:25:54.696Z] -> Pinging Codecov [2020-11-18T17:25:54.696Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F56%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T17:25:55.650Z] -> Uploading to [2020-11-18T17:25:55.650Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-18/FB506323287CE973F263BFD2A0EB1F37/1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f/3566552f-c7db-4059-b0f9-1d73c1997daa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201118T172555Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=664b9d9c2a6fb93c01914ca7e7814c667d778b687fbd3b6ca70b5dc31cc8ace1 [2020-11-18T17:25:55.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-18T17:25:55.650Z] Dload Upload Total Spent Left Speed [2020-11-18T17:25:56.227Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1791 0 0 100 1791 0 4630 --:--:-- --:--:-- --:--:-- 4639 [2020-11-18T17:25:56.227Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] } [2020-11-18T17:25:56.236Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-18T17:25:56.872Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-18T17:25:56.927Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:57.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T17:25:57.313Z] [2020-11-18T17:25:57.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:57.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T17:25:57.668Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-18T17:25:57.668Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T17:25:57.668Z] 0ef7d3d256c8: Pulling fs layer [2020-11-18T17:25:57.668Z] de9db76c5a1d: Pulling fs layer [2020-11-18T17:25:57.668Z] 0eba1c9be4d2: Pulling fs layer [2020-11-18T17:25:57.668Z] 0d57e429df01: Pulling fs layer [2020-11-18T17:25:57.668Z] 4e4be7b47b0d: Pulling fs layer [2020-11-18T17:25:57.668Z] e1f770b5df2f: Pulling fs layer [2020-11-18T17:25:57.668Z] 85a0685a4137: Pulling fs layer [2020-11-18T17:25:57.668Z] 4e4be7b47b0d: Waiting [2020-11-18T17:25:57.668Z] e1f770b5df2f: Waiting [2020-11-18T17:25:57.668Z] 85a0685a4137: Waiting [2020-11-18T17:25:57.668Z] 0eba1c9be4d2: Waiting [2020-11-18T17:25:57.668Z] 0d57e429df01: Waiting [2020-11-18T17:25:57.668Z] de9db76c5a1d: Verifying Checksum [2020-11-18T17:25:57.668Z] de9db76c5a1d: Download complete [2020-11-18T17:25:57.668Z] 0ef7d3d256c8: Verifying Checksum [2020-11-18T17:25:57.668Z] 0ef7d3d256c8: Download complete [2020-11-18T17:25:57.668Z] 0d57e429df01: Verifying Checksum [2020-11-18T17:25:57.668Z] 0d57e429df01: Download complete [2020-11-18T17:25:57.668Z] 4e4be7b47b0d: Verifying Checksum [2020-11-18T17:25:57.668Z] 4e4be7b47b0d: Download complete [2020-11-18T17:25:57.936Z] 188c0c94c7c5: Download complete [2020-11-18T17:25:58.213Z] 188c0c94c7c5: Pull complete [2020-11-18T17:25:58.482Z] 0ef7d3d256c8: Pull complete [2020-11-18T17:25:58.482Z] de9db76c5a1d: Pull complete [2020-11-18T17:26:01.059Z] e1f770b5df2f: Verifying Checksum [2020-11-18T17:26:01.059Z] e1f770b5df2f: Download complete [2020-11-18T17:26:04.393Z] 0eba1c9be4d2: Download complete [2020-11-18T17:26:05.363Z] 85a0685a4137: Verifying Checksum [2020-11-18T17:26:05.363Z] 85a0685a4137: Download complete [2020-11-18T17:26:09.615Z] 0eba1c9be4d2: Pull complete [2020-11-18T17:26:09.615Z] 0d57e429df01: Pull complete [2020-11-18T17:26:09.615Z] 4e4be7b47b0d: Pull complete [2020-11-18T17:26:12.174Z] e1f770b5df2f: Pull complete [2020-11-18T17:26:20.387Z] 85a0685a4137: Pull complete [2020-11-18T17:26:20.387Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-18T17:26:20.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T17:26:20.387Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-18T17:26:20.646Z] prd-centos7-docker-4c-2g-12545 does not seem to be running inside a container [2020-11-18T17:26:20.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T17:26:21.826Z] $ docker top 909d98bedf2b059fe6434d704f84f5a72bc8d83568e66b5782c6d81a03e1ee50 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-18T17:26:22.147Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-18T17:26:22.445Z] + set -o pipefail [2020-11-18T17:26:22.445Z] + snyk monitor '--org=edgex-jenkins' [2020-11-18T17:26:44.463Z] [2020-11-18T17:26:44.463Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-11-18T17:26:44.463Z] [2020-11-18T17:26:44.463Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/1d5e6321-c963-44e0-a7c9-33352ba9073c [2020-11-18T17:26:44.463Z] [2020-11-18T17:26:44.463Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-18T17:26:44.463Z] [2020-11-18T17:26:44.463Z] [2020-11-18T17:26:44.463Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-18T17:26:44.463Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-18T17:26:44.481Z] $ docker stop --time=1 909d98bedf2b059fe6434d704f84f5a72bc8d83568e66b5782c6d81a03e1ee50 [2020-11-18T17:26:47.476Z] $ docker rm -f 909d98bedf2b059fe6434d704f84f5a72bc8d83568e66b5782c6d81a03e1ee50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-18T17:26:48.325Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f, dockerFile=Dockerfile [Pipeline] echo [2020-11-18T17:26:48.327Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-18T17:26:48.618Z] + set -o pipefail [2020-11-18T17:26:48.618Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-18T17:26:48.618Z] + tee .snyk [2020-11-18T17:26:48.879Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-18T17:26:48.880Z] version: v1.14.1 [2020-11-18T17:26:48.880Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-18T17:26:48.880Z] # ignore: [2020-11-18T17:26:48.880Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-18T17:26:48.880Z] # - '*': [2020-11-18T17:26:48.880Z] # reason: does not apply # justification for ignoring [2020-11-18T17:26:48.880Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-18T17:26:48.880Z] # patch: {} [Pipeline] withCredentials [2020-11-18T17:26:48.950Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:26:49.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T17:26:49.293Z] . [Pipeline] withDockerContainer [2020-11-18T17:26:49.416Z] prd-centos7-docker-4c-2g-12545 does not seem to be running inside a container [2020-11-18T17:26:49.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T17:26:50.267Z] $ docker top 2823ec04940878f552fb1ee0b63d9c2cbfd983cf0887f69863d4104de48e1ea1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:26:50.830Z] + rm -f snykReport.html [Pipeline] echo [2020-11-18T17:26:50.841Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-18T17:26:51.131Z] + set -o pipefail [2020-11-18T17:26:51.131Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-18T17:26:51.131Z] + snyk-to-html -o snykReport.html [2020-11-18T17:26:59.330Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-18T17:26:59.351Z] $ docker stop --time=1 2823ec04940878f552fb1ee0b63d9c2cbfd983cf0887f69863d4104de48e1ea1 [2020-11-18T17:27:00.826Z] $ docker rm -f 2823ec04940878f552fb1ee0b63d9c2cbfd983cf0887f69863d4104de48e1ea1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 [2020-11-18T17:27:02.720Z] + git log --format=format:%s -1 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:27:03.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:27:03.038Z] . [Pipeline] withDockerContainer [2020-11-18T17:27:03.234Z] prd-centos7-docker-4c-2g-12545 does not seem to be running inside a container [2020-11-18T17:27:03.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T17:27:04.228Z] $ docker top aa26955e28d96abeb84f68bf9001b8511580d280a161f7fe69df7be9215e68b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T17:27:04.521Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.2-dev.12|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T17:27:04.901Z] + git semver [Pipeline] } [2020-11-18T17:27:04.923Z] $ docker stop --time=1 aa26955e28d96abeb84f68bf9001b8511580d280a161f7fe69df7be9215e68b9 [2020-11-18T17:27:06.282Z] $ docker rm -f aa26955e28d96abeb84f68bf9001b8511580d280a161f7fe69df7be9215e68b9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:27:06.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T17:27:06.917Z] [2020-11-18T17:27:06.917Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:27:07.273Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T17:27:07.273Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-18T17:27:07.273Z] ab5ef0e58194: Pulling fs layer [2020-11-18T17:27:07.273Z] 9712f1f96733: Pulling fs layer [2020-11-18T17:27:07.273Z] 63f879dbbcfc: Pulling fs layer [2020-11-18T17:27:07.273Z] 0d9ebad4ef96: Pulling fs layer [2020-11-18T17:27:07.273Z] e9a5061849ea: Pulling fs layer [2020-11-18T17:27:07.273Z] d747dcd14b5f: Pulling fs layer [2020-11-18T17:27:07.273Z] 2de7ff778b66: Pulling fs layer [2020-11-18T17:27:07.273Z] e9a5061849ea: Waiting [2020-11-18T17:27:07.273Z] 2de7ff778b66: Waiting [2020-11-18T17:27:07.273Z] d747dcd14b5f: Waiting [2020-11-18T17:27:07.273Z] 0d9ebad4ef96: Waiting [2020-11-18T17:27:07.273Z] 9712f1f96733: Download complete [2020-11-18T17:27:09.206Z] 63f879dbbcfc: Verifying Checksum [2020-11-18T17:27:09.206Z] 63f879dbbcfc: Download complete [2020-11-18T17:27:09.785Z] e9a5061849ea: Verifying Checksum [2020-11-18T17:27:09.785Z] e9a5061849ea: Download complete [2020-11-18T17:27:09.785Z] d747dcd14b5f: Verifying Checksum [2020-11-18T17:27:09.785Z] d747dcd14b5f: Download complete [2020-11-18T17:27:10.051Z] 2de7ff778b66: Verifying Checksum [2020-11-18T17:27:10.051Z] 2de7ff778b66: Download complete [2020-11-18T17:27:10.930Z] 0d9ebad4ef96: Verifying Checksum [2020-11-18T17:27:10.930Z] 0d9ebad4ef96: Download complete [2020-11-18T17:27:10.930Z] ab5ef0e58194: Verifying Checksum [2020-11-18T17:27:10.930Z] ab5ef0e58194: Download complete [2020-11-18T17:27:16.250Z] ab5ef0e58194: Pull complete [2020-11-18T17:27:16.250Z] 9712f1f96733: Pull complete [2020-11-18T17:27:19.570Z] 63f879dbbcfc: Pull complete [2020-11-18T17:27:26.204Z] 0d9ebad4ef96: Pull complete [2020-11-18T17:27:27.164Z] e9a5061849ea: Pull complete [2020-11-18T17:27:27.164Z] d747dcd14b5f: Pull complete [2020-11-18T17:27:30.490Z] 2de7ff778b66: Pull complete [2020-11-18T17:27:30.490Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-18T17:27:30.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T17:27:30.490Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-18T17:27:30.707Z] prd-centos7-docker-4c-2g-12545 does not seem to be running inside a container [2020-11-18T17:27:30.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-18T17:27:34.450Z] $ docker top 49de96c1115e7396f89e7e1dc9dd0e99946b9209f881adc5551f4ab3320855c0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-18T17:27:34.717Z] provisioning config files... [2020-11-18T17:27:34.729Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6325778614735728314tmp [2020-11-18T17:27:34.747Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6537462244673102550tmp [2020-11-18T17:27:34.762Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8116489527194269116tmp [Pipeline] { [Pipeline] echo [2020-11-18T17:27:34.823Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:35.129Z] ---> sigul-configuration.sh [2020-11-18T17:27:35.129Z] gpg: directory `/root/.gnupg' created [2020-11-18T17:27:35.129Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-18T17:27:35.129Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-18T17:27:35.129Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-18T17:27:35.129Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-18T17:27:35.129Z] gpg: CAST5 encrypted data [2020-11-18T17:27:35.393Z] gpg: encrypted with 1 passphrase [2020-11-18T17:27:35.393Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-18T17:27:35.700Z] + mkdir /home/jenkins [2020-11-18T17:27:35.700Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-18T17:27:36.005Z] + 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 [2020-11-18T17:27:36.017Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:36.320Z] ---> sigul-install.sh [2020-11-18T17:27:41.637Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-18T17:27:41.947Z] + git tag --list [2020-11-18T17:27:41.947Z] 0.1.1 [2020-11-18T17:27:41.947Z] v1.1.0 [2020-11-18T17:27:41.947Z] v1.2.0 [2020-11-18T17:27:41.947Z] v1.2.1 [2020-11-18T17:27:41.947Z] v1.2.2-dev.1 [2020-11-18T17:27:41.947Z] v1.2.2-dev.10 [2020-11-18T17:27:41.947Z] v1.2.2-dev.11 [2020-11-18T17:27:41.947Z] v1.2.2-dev.12 [2020-11-18T17:27:41.947Z] v1.2.2-dev.2 [2020-11-18T17:27:41.947Z] v1.2.2-dev.3 [2020-11-18T17:27:41.947Z] v1.2.2-dev.4 [2020-11-18T17:27:41.947Z] v1.2.2-dev.5 [2020-11-18T17:27:41.947Z] v1.2.2-dev.6 [2020-11-18T17:27:41.947Z] v1.2.2-dev.7 [2020-11-18T17:27:41.947Z] v1.2.2-dev.8 [2020-11-18T17:27:41.947Z] v1.2.2-dev.9 [2020-11-18T17:27:41.947Z] v1.3.0 [Pipeline] sh [2020-11-18T17:27:42.257Z] + lftools sign git-tag v1.3.0 [2020-11-18T17:27:43.647Z] Signing Git tag with Sigul... [2020-11-18T17:27:43.647Z] Signing v1.3.0 [Pipeline] echo [2020-11-18T17:27:45.060Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:45.361Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-18T17:27:45.370Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-18T17:27:45.497Z] $ docker stop --time=1 49de96c1115e7396f89e7e1dc9dd0e99946b9209f881adc5551f4ab3320855c0 [2020-11-18T17:27:47.500Z] $ docker rm -f 49de96c1115e7396f89e7e1dc9dd0e99946b9209f881adc5551f4ab3320855c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:27:48.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:27:48.496Z] . [Pipeline] withDockerContainer [2020-11-18T17:27:48.604Z] prd-centos7-docker-4c-2g-12545 does not seem to be running inside a container [2020-11-18T17:27:48.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T17:27:49.352Z] $ docker top 71c36f7f2205774878722ce0cf375c051bc78a75dbd1f13d5cf1b7e8c929d829 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T17:27:49.597Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.2-dev.12|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T17:27:49.980Z] + git semver [Pipeline] } [2020-11-18T17:27:50.001Z] $ docker stop --time=1 71c36f7f2205774878722ce0cf375c051bc78a75dbd1f13d5cf1b7e8c929d829 [2020-11-18T17:27:51.355Z] $ docker rm -f 71c36f7f2205774878722ce0cf375c051bc78a75dbd1f13d5cf1b7e8c929d829 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:27:51.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:27:51.922Z] . [Pipeline] withDockerContainer [2020-11-18T17:27:52.024Z] prd-centos7-docker-4c-2g-12545 does not seem to be running inside a container [2020-11-18T17:27:52.074Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T17:27:52.711Z] $ docker top 9bd99641aa87601b7717ac12ac9b91a4a53c2b666551c59b3a76b9133d5ef531 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T17:27:52.976Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.2-dev.12|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T17:27:53.357Z] + git semver [Pipeline] } [2020-11-18T17:27:53.376Z] $ docker stop --time=1 9bd99641aa87601b7717ac12ac9b91a4a53c2b666551c59b3a76b9133d5ef531 [2020-11-18T17:27:54.738Z] $ docker rm -f 9bd99641aa87601b7717ac12ac9b91a4a53c2b666551c59b3a76b9133d5ef531 [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 [2020-11-18T17:27:56.395Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:57.051Z] ---> package-listing.sh [2020-11-18T17:27:57.051Z] ++ facter osfamily [2020-11-18T17:27:57.051Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-18T17:27:57.051Z] + OS_FAMILY=redhat [2020-11-18T17:27:57.051Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-11-18T17:27:57.051Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-18T17:27:57.051Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-18T17:27:57.051Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-18T17:27:57.051Z] + PACKAGES=/tmp/packages_start.txt [2020-11-18T17:27:57.051Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-11-18T17:27:57.051Z] + PACKAGES=/tmp/packages_end.txt [2020-11-18T17:27:57.051Z] + case "${OS_FAMILY}" in [2020-11-18T17:27:57.051Z] + rpm -qa [2020-11-18T17:27:57.051Z] + sort [2020-11-18T17:28:01.280Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-18T17:28:01.281Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-18T17:28:01.281Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-18T17:28:01.281Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-11-18T17:28:01.281Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-11-18T17:28:01.281Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2020-11-18T17:28:01.294Z] 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 [2020-11-18T17:28:01.591Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:28:01.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T17:28:01.901Z] [2020-11-18T17:28:01.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:28:02.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T17:28:02.282Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-18T17:28:02.282Z] df20fa9351a1: Pulling fs layer [2020-11-18T17:28:02.282Z] 36b3adc4ff6f: Pulling fs layer [2020-11-18T17:28:02.282Z] 8ad3a11d3b57: Pulling fs layer [2020-11-18T17:28:02.282Z] 46f8f816bc3b: Pulling fs layer [2020-11-18T17:28:02.282Z] 93b61091891f: Pulling fs layer [2020-11-18T17:28:02.282Z] 93b9cdb0e59b: Pulling fs layer [2020-11-18T17:28:02.282Z] 5e14af77c1be: Pulling fs layer [2020-11-18T17:28:02.282Z] 01666e4c0597: Pulling fs layer [2020-11-18T17:28:02.282Z] aa168da1d23b: Pulling fs layer [2020-11-18T17:28:02.282Z] 46f8f816bc3b: Waiting [2020-11-18T17:28:02.282Z] 93b61091891f: Waiting [2020-11-18T17:28:02.282Z] aa168da1d23b: Waiting [2020-11-18T17:28:02.282Z] 93b9cdb0e59b: Waiting [2020-11-18T17:28:02.282Z] 5e14af77c1be: Waiting [2020-11-18T17:28:02.282Z] 01666e4c0597: Waiting [2020-11-18T17:28:02.282Z] 36b3adc4ff6f: Verifying Checksum [2020-11-18T17:28:02.282Z] 36b3adc4ff6f: Download complete [2020-11-18T17:28:02.282Z] 46f8f816bc3b: Verifying Checksum [2020-11-18T17:28:02.282Z] 46f8f816bc3b: Download complete [2020-11-18T17:28:02.282Z] df20fa9351a1: Verifying Checksum [2020-11-18T17:28:02.282Z] df20fa9351a1: Download complete [2020-11-18T17:28:02.544Z] 93b9cdb0e59b: Verifying Checksum [2020-11-18T17:28:02.544Z] 93b9cdb0e59b: Download complete [2020-11-18T17:28:02.544Z] 5e14af77c1be: Verifying Checksum [2020-11-18T17:28:02.544Z] 5e14af77c1be: Download complete [2020-11-18T17:28:02.544Z] 93b61091891f: Verifying Checksum [2020-11-18T17:28:02.544Z] 93b61091891f: Download complete [2020-11-18T17:28:02.544Z] 01666e4c0597: Verifying Checksum [2020-11-18T17:28:02.544Z] 01666e4c0597: Download complete [2020-11-18T17:28:02.544Z] 8ad3a11d3b57: Verifying Checksum [2020-11-18T17:28:02.544Z] 8ad3a11d3b57: Download complete [2020-11-18T17:28:03.126Z] df20fa9351a1: Pull complete [2020-11-18T17:28:03.394Z] 36b3adc4ff6f: Pull complete [2020-11-18T17:28:04.804Z] aa168da1d23b: Verifying Checksum [2020-11-18T17:28:04.804Z] aa168da1d23b: Download complete [2020-11-18T17:28:04.804Z] 8ad3a11d3b57: Pull complete [2020-11-18T17:28:05.067Z] 46f8f816bc3b: Pull complete [2020-11-18T17:28:05.331Z] 93b61091891f: Pull complete [2020-11-18T17:28:05.594Z] 93b9cdb0e59b: Pull complete [2020-11-18T17:28:05.594Z] 5e14af77c1be: Pull complete [2020-11-18T17:28:05.594Z] 01666e4c0597: Pull complete [2020-11-18T17:28:13.775Z] aa168da1d23b: Pull complete [2020-11-18T17:28:13.775Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-18T17:28:13.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T17:28:13.775Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-18T17:28:13.919Z] prd-centos7-docker-4c-2g-12545 does not seem to be running inside a container [2020-11-18T17:28:13.973Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-18T17:28:16.861Z] $ docker top b4f38f61dca4fb4cd75cb3c9cfdbd49b6c3073f9e20191b9155122822f0d5f96 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:28:17.387Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-18T17:28:17.683Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-18T17:28:17.988Z] + ls /var/log/sa-host [2020-11-18T17:28:17.988Z] + sadf -c /var/log/sa-host/sa05 [2020-11-18T17:28:17.988Z] file_magic: OK [2020-11-18T17:28:17.988Z] HZ: Using current value: 100 [2020-11-18T17:28:17.988Z] file_header: OK [2020-11-18T17:28:17.988Z] 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 [2020-11-18T17:28:17.988Z] Statistics: [2020-11-18T17:28:17.988Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T17:28:17.988Z] File successfully converted to sysstat format version 12.2.1 [2020-11-18T17:28:17.988Z] + sadf -c /var/log/sa-host/sa18 [2020-11-18T17:28:17.988Z] file_magic: OK [2020-11-18T17:28:17.988Z] HZ: Using current value: 100 [2020-11-18T17:28:17.988Z] file_header: OK [2020-11-18T17:28:17.988Z] 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 [2020-11-18T17:28:17.988Z] Statistics: [2020-11-18T17:28:17.988Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T17:28:17.988Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-18T17:28:18.195Z] provisioning config files... [2020-11-18T17:28:18.216Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2394572715465276299tmp [Pipeline] { [Pipeline] echo [2020-11-18T17:28:18.289Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:28:18.586Z] ---> create-netrc.sh [Pipeline] } [2020-11-18T17:28:18.597Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-18T17:28:18.739Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:28:19.035Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-18T17:28:19.046Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:28:19.344Z] ---> sudo-logs.sh [2020-11-18T17:28:19.344Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-18T17:28:19.356Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:28:19.656Z] ---> job-cost.sh [2020-11-18T17:28:19.656Z] lf-activate-venv: SKIPPING [2020-11-18T17:28:19.656Z] INFO: No Stack... [2020-11-18T17:28:20.229Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-18T17:28:20.805Z] INFO: Archiving Costs [Pipeline] echo [2020-11-18T17:28:20.818Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:28:21.114Z] ---> logs-deploy.sh [2020-11-18T17:28:21.114Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/56 [2020-11-18T17:28:21.114Z] INFO: archiving workspace using pattern(s): [2020-11-18T17:28:23.037Z] Archives upload complete. [2020-11-18T17:28:23.037Z] INFO: archiving logs to Nexus