Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e5cb8e831f0d9734d8f8d47071e82da6adc916ee 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21937 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision e5cb8e831f0d9734d8f8d47071e82da6adc916ee (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 Commit message: "add realtime data page" > git rev-list --no-walk 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T13:46:44.650Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T13:46:44.897Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T13:46:44.998Z] ========================================================= [2021-01-21T13:46:44.998Z] EdgeX Global Pipelines Version Info [2021-01-21T13:46:44.998Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:46:46.452Z] ------------------- [2021-01-21T13:46:46.452Z] stable info: [2021-01-21T13:46:46.452Z] ------------------- [2021-01-21T13:46:46.452Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T13:46:46.452Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T13:46:46.452Z] Message: update stable to v1.0.179 [2021-01-21T13:46:47.398Z] ------------------- [2021-01-21T13:46:47.398Z] experimental info: [2021-01-21T13:46:47.398Z] ------------------- [2021-01-21T13:46:47.398Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T13:46:47.398Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T13:46:47.398Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T13:46:47.698Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-21T13:46:47.790Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-21T13:46:47.887Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T13:46:47.981Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T13:46:48.073Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T13:46:48.172Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T13:46:48.311Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T13:46:48.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T13:46:48.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T13:46:48.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T13:46:48.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T13:46:48.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-21T13:46:48.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T13:46:49.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T13:46:49.121Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T13:46:49.212Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T13:46:49.316Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T13:46:49.407Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T13:46:49.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T13:46:49.579Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T13:46:49.670Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T13:46:49.768Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T13:46:49.857Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T13:46:49.969Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T13:46:50.057Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-21T13:46:50.147Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T13:46:50.251Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T13:46:50.373Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-21T13:46:50.503Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-21T13:46:50.595Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-21T13:46:50.711Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5cb8e831f0d9734d8f8d47071e82da6adc916ee [Pipeline] echo [2021-01-21T13:46:50.813Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5cb8e8 [Pipeline] echo [2021-01-21T13:46:50.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T13:46:51.102Z] provisioning config files... [2021-01-21T13:46:51.157Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5722457876733681351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:46:51.509Z] ---> docker-login.sh [2021-01-21T13:46:51.509Z] nexus3.edgexfoundry.org:10001 [2021-01-21T13:46:51.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:46:52.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:46:52.034Z] Configure a credential helper to remove this warning. See [2021-01-21T13:46:52.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:46:52.034Z] [2021-01-21T13:46:52.034Z] Login Succeeded [2021-01-21T13:46:52.034Z] nexus3.edgexfoundry.org:10002 [2021-01-21T13:46:52.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:46:52.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:46:52.034Z] Configure a credential helper to remove this warning. See [2021-01-21T13:46:52.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:46:52.034Z] [2021-01-21T13:46:52.034Z] Login Succeeded [2021-01-21T13:46:52.034Z] nexus3.edgexfoundry.org:10003 [2021-01-21T13:46:52.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:46:52.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:46:52.296Z] Configure a credential helper to remove this warning. See [2021-01-21T13:46:52.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:46:52.296Z] [2021-01-21T13:46:52.296Z] Login Succeeded [2021-01-21T13:46:52.296Z] nexus3.edgexfoundry.org:10004 [2021-01-21T13:46:52.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:46:52.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:46:52.559Z] Configure a credential helper to remove this warning. See [2021-01-21T13:46:52.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:46:52.559Z] [2021-01-21T13:46:52.559Z] Login Succeeded [2021-01-21T13:46:52.559Z] docker.io [2021-01-21T13:46:52.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:46:52.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:46:52.822Z] Configure a credential helper to remove this warning. See [2021-01-21T13:46:52.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:46:52.822Z] [2021-01-21T13:46:52.822Z] Login Succeeded [2021-01-21T13:46:52.822Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T13:46:52.831Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T13:46:53.668Z] + git log --format=format:%s -1 e5cb8e831f0d9734d8f8d47071e82da6adc916ee [Pipeline] echo [2021-01-21T13:46:53.733Z] GIT_COMMIT: e5cb8e831f0d9734d8f8d47071e82da6adc916ee, Commit Message: add realtime data page [Pipeline] echo [2021-01-21T13:46:53.789Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:46:54.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T13:46:54.723Z] [2021-01-21T13:46:54.723Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:46:55.070Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T13:46:55.070Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T13:46:55.070Z] 31603596830f: Pulling fs layer [2021-01-21T13:46:55.070Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T13:46:55.070Z] 6ca5941a6612: Pulling fs layer [2021-01-21T13:46:55.070Z] ecc8261a40a4: Pulling fs layer [2021-01-21T13:46:55.070Z] ecc8261a40a4: Waiting [2021-01-21T13:46:55.070Z] 2a8b12db71e7: Download complete [2021-01-21T13:46:55.337Z] 31603596830f: Verifying Checksum [2021-01-21T13:46:55.337Z] 31603596830f: Download complete [2021-01-21T13:46:55.337Z] ecc8261a40a4: Verifying Checksum [2021-01-21T13:46:55.337Z] ecc8261a40a4: Download complete [2021-01-21T13:46:55.337Z] 6ca5941a6612: Verifying Checksum [2021-01-21T13:46:55.337Z] 6ca5941a6612: Download complete [2021-01-21T13:46:55.599Z] 31603596830f: Pull complete [2021-01-21T13:46:55.862Z] 2a8b12db71e7: Pull complete [2021-01-21T13:46:56.439Z] 6ca5941a6612: Pull complete [2021-01-21T13:46:57.017Z] ecc8261a40a4: Pull complete [2021-01-21T13:46:57.017Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T13:46:57.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T13:46:57.017Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T13:46:57.162Z] prd-centos7-docker-4c-2g-21937 does not seem to be running inside a container [2021-01-21T13:46:57.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T13:46:59.416Z] $ docker top 729b0df61f0bef8fcf1732c27a513abdd4268578afb9bf8144ad841439389f3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T13:46:59.806Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T13:46:59.806Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T13:47:00.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T13:47:00.040Z] $ docker exec 729b0df61f0bef8fcf1732c27a513abdd4268578afb9bf8144ad841439389f3b ssh-agent [2021-01-21T13:47:00.222Z] SSH_AUTH_SOCK=/tmp/ssh-x1SfTO99iuSn/agent.11 [2021-01-21T13:47:00.222Z] SSH_AGENT_PID=16 [2021-01-21T13:47:00.237Z] Running ssh-add (command line suppressed) [2021-01-21T13:47:00.361Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8859898248336950888.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8859898248336950888.key) [2021-01-21T13:47:00.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T13:47:00.752Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T13:47:00.778Z] $ docker exec --env ******** --env ******** 729b0df61f0bef8fcf1732c27a513abdd4268578afb9bf8144ad841439389f3b ssh-agent -k [2021-01-21T13:47:00.895Z] unset SSH_AUTH_SOCK; [2021-01-21T13:47:00.896Z] unset SSH_AGENT_PID; [2021-01-21T13:47:00.896Z] echo Agent pid 16 killed; [2021-01-21T13:47:00.942Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T13:47:01.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T13:47:01.112Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T13:47:01.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T13:47:01.287Z] $ docker exec 729b0df61f0bef8fcf1732c27a513abdd4268578afb9bf8144ad841439389f3b ssh-agent [2021-01-21T13:47:01.455Z] SSH_AUTH_SOCK=/tmp/ssh-J6WpYpXbvYVd/agent.45 [2021-01-21T13:47:01.455Z] SSH_AGENT_PID=50 [2021-01-21T13:47:01.462Z] Running ssh-add (command line suppressed) [2021-01-21T13:47:01.582Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1456546923434055660.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1456546923434055660.key) [2021-01-21T13:47:01.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T13:47:01.992Z] + git semver init [2021-01-21T13:47:01.992Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T13:47:01.992Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-21T13:47:01.992Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-21T13:47:01.992Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T13:47:01.992Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T13:47:01.992Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T13:47:01.992Z] # $SEMVER_BRANCH = master [2021-01-21T13:47:01.992Z] # $SEMVER_TEMP = /tmp/semver-794090857 [2021-01-21T13:47:01.992Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-21T13:47:04.545Z] # '/tmp/semver-794090857' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-01-21T13:47:04.545Z] # -> Force: false [2021-01-21T13:47:04.545Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-21T13:47:04.558Z] $ docker exec --env ******** --env ******** 729b0df61f0bef8fcf1732c27a513abdd4268578afb9bf8144ad841439389f3b ssh-agent -k [2021-01-21T13:47:04.684Z] unset SSH_AUTH_SOCK; [2021-01-21T13:47:04.684Z] unset SSH_AGENT_PID; [2021-01-21T13:47:04.684Z] echo Agent pid 50 killed; [2021-01-21T13:47:04.731Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T13:47:05.292Z] + git semver [Pipeline] } [2021-01-21T13:47:05.311Z] $ docker stop --time=1 729b0df61f0bef8fcf1732c27a513abdd4268578afb9bf8144ad841439389f3b [2021-01-21T13:47:06.701Z] $ docker rm -f 729b0df61f0bef8fcf1732c27a513abdd4268578afb9bf8144ad841439389f3b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T13:47:07.192Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T13:47:07.637Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T13:47:07.643Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-21T13:47:23.321Z] Still waiting to schedule task [2021-01-21T13:47:23.321Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T13:47:23.325Z] Still waiting to schedule task [2021-01-21T13:47:23.325Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-21T13:49:07.325Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21938 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-01-21T13:49:07.455Z] Running in /w/workspace/edgex-ui-go/68 [Pipeline] { [Pipeline] checkout [2021-01-21T13:49:12.822Z] using credential edgex-jenkins-ssh [2021-01-21T13:49:12.892Z] Cloning the remote Git repository [2021-01-21T13:49:12.952Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T13:49:13.066Z] > git init /w/workspace/edgex-ui-go/68 # timeout=10 [2021-01-21T13:49:13.142Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T13:49:13.143Z] > git --version # timeout=10 [2021-01-21T13:49:13.164Z] > git --version # 'git version 2.17.1' [2021-01-21T13:49:13.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T13:49:13.231Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T13:49:14.845Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T13:49:14.866Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T13:49:14.891Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T13:49:14.932Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T13:49:14.933Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T13:49:14.946Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T13:49:15.404Z] Checking out Revision e5cb8e831f0d9734d8f8d47071e82da6adc916ee (master) [2021-01-21T13:49:15.427Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T13:49:15.449Z] > git checkout -f e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-01-21T13:49:20.055Z] Commit message: "add realtime data page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T13:49:21.930Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T13:49:22.344Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T13:49:22.687Z] + true [2021-01-21T13:49:22.687Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T13:49:25.449Z] provisioning config files... [2021-01-21T13:49:25.497Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/68@tmp/config774329182947166580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:49:25.919Z] ---> docker-login.sh [2021-01-21T13:49:25.919Z] nexus3.edgexfoundry.org:10001 [2021-01-21T13:49:26.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:49:27.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:49:27.238Z] Configure a credential helper to remove this warning. See [2021-01-21T13:49:27.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:49:27.238Z] [2021-01-21T13:49:27.238Z] Login Succeeded [2021-01-21T13:49:27.238Z] nexus3.edgexfoundry.org:10002 [2021-01-21T13:49:27.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:49:27.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:49:27.792Z] Configure a credential helper to remove this warning. See [2021-01-21T13:49:27.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:49:27.792Z] [2021-01-21T13:49:27.792Z] Login Succeeded [2021-01-21T13:49:27.792Z] nexus3.edgexfoundry.org:10003 [2021-01-21T13:49:28.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:49:28.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:49:28.353Z] Configure a credential helper to remove this warning. See [2021-01-21T13:49:28.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:49:28.353Z] [2021-01-21T13:49:28.353Z] Login Succeeded [2021-01-21T13:49:28.353Z] nexus3.edgexfoundry.org:10004 [2021-01-21T13:49:28.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:49:28.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:49:28.903Z] Configure a credential helper to remove this warning. See [2021-01-21T13:49:28.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:49:28.903Z] [2021-01-21T13:49:28.903Z] Login Succeeded [2021-01-21T13:49:28.903Z] docker.io [2021-01-21T13:49:29.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:49:29.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:49:29.451Z] Configure a credential helper to remove this warning. See [2021-01-21T13:49:29.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:49:29.451Z] [2021-01-21T13:49:29.451Z] Login Succeeded [2021-01-21T13:49:29.451Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T13:49:29.468Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T13:49:29.861Z] ========================================================= [2021-01-21T13:49:29.861Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T13:49:29.861Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:49:30.387Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T13:49:30.999Z] Sending build context to Docker daemon 16.69MB [2021-01-21T13:49:30.999Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T13:49:30.999Z] Step 2/8 : FROM ${BASE} [2021-01-21T13:49:30.999Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T13:49:30.999Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T13:49:30.999Z] a4357932f1b6: Pulling fs layer [2021-01-21T13:49:30.999Z] 18c013af1878: Pulling fs layer [2021-01-21T13:49:30.999Z] 00ac8860ef70: Pulling fs layer [2021-01-21T13:49:30.999Z] 63d7cb157983: Pulling fs layer [2021-01-21T13:49:30.999Z] b116817d02f9: Pulling fs layer [2021-01-21T13:49:30.999Z] 745a02a5169b: Pulling fs layer [2021-01-21T13:49:30.999Z] 00ac8860ef70: Waiting [2021-01-21T13:49:30.999Z] 63d7cb157983: Waiting [2021-01-21T13:49:30.999Z] b116817d02f9: Waiting [2021-01-21T13:49:30.999Z] 745a02a5169b: Waiting [2021-01-21T13:49:31.281Z] 18c013af1878: Verifying Checksum [2021-01-21T13:49:31.281Z] 18c013af1878: Download complete [2021-01-21T13:49:31.281Z] a4357932f1b6: Download complete [2021-01-21T13:49:31.281Z] 63d7cb157983: Verifying Checksum [2021-01-21T13:49:31.281Z] 63d7cb157983: Download complete [2021-01-21T13:49:31.281Z] b116817d02f9: Download complete [2021-01-21T13:49:31.281Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T13:49:31.281Z] 5f621e34cdf4: Download complete [2021-01-21T13:49:31.891Z] 5f621e34cdf4: Pull complete [2021-01-21T13:49:32.494Z] a4357932f1b6: Pull complete [2021-01-21T13:49:32.771Z] 18c013af1878: Pull complete [2021-01-21T13:49:34.222Z] 745a02a5169b: Verifying Checksum [2021-01-21T13:49:34.222Z] 745a02a5169b: Download complete [2021-01-21T13:49:35.654Z] 00ac8860ef70: Verifying Checksum [2021-01-21T13:49:35.654Z] 00ac8860ef70: Download complete [2021-01-21T13:49:45.826Z] 00ac8860ef70: Pull complete [2021-01-21T13:49:45.826Z] 63d7cb157983: Pull complete [2021-01-21T13:49:46.101Z] b116817d02f9: Pull complete [2021-01-21T13:49:50.430Z] 745a02a5169b: Pull complete [2021-01-21T13:49:50.430Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T13:49:50.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T13:49:50.430Z] ---> b7e6874047d6 [2021-01-21T13:49:50.430Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T13:49:53.036Z] ---> Running in 80a53f7d407b [2021-01-21T13:49:53.036Z] Removing intermediate container 80a53f7d407b [2021-01-21T13:49:53.036Z] ---> 14b5244dabe0 [2021-01-21T13:49:53.036Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T13:49:53.036Z] ---> Running in 0e34e7335778 [2021-01-21T13:49:55.662Z] Removing intermediate container 0e34e7335778 [2021-01-21T13:49:55.662Z] ---> dce9453e15ed [2021-01-21T13:49:55.662Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-21T13:49:55.662Z] ---> Running in ad97bd0c769b [2021-01-21T13:49:56.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T13:49:57.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T13:49:58.210Z] OK: 142 MiB in 39 packages [2021-01-21T13:49:59.203Z] Running on prd-centos7-docker-4c-2g-21939 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-01-21T13:49:59.317Z] Running in /w/workspace/edgex-ui-go/68 [Pipeline] { [Pipeline] checkout [2021-01-21T13:49:59.657Z] Removing intermediate container ad97bd0c769b [2021-01-21T13:49:59.657Z] ---> 7a4ce63ab659 [2021-01-21T13:49:59.657Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-21T13:49:59.657Z] ---> Running in 6781240a049a [2021-01-21T13:50:00.256Z] Removing intermediate container 6781240a049a [2021-01-21T13:50:00.256Z] ---> 8426c6ec74a6 [2021-01-21T13:50:00.257Z] Step 7/8 : COPY . . [2021-01-21T13:50:01.863Z] using credential edgex-jenkins-ssh [2021-01-21T13:50:01.925Z] Cloning the remote Git repository [2021-01-21T13:50:02.257Z] ---> 9efb01d6d642 [2021-01-21T13:50:02.257Z] Step 8/8 : RUN go mod download [2021-01-21T13:50:02.257Z] ---> Running in e39959c81c25 [2021-01-21T13:50:01.954Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T13:50:02.021Z] > git init /w/workspace/edgex-ui-go/68 # timeout=10 [2021-01-21T13:50:02.082Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T13:50:02.083Z] > git --version # timeout=10 [2021-01-21T13:50:02.088Z] > git --version # 'git version 2.24.3' [2021-01-21T13:50:02.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T13:50:02.115Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T13:50:05.430Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T13:50:05.437Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T13:50:05.453Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-21T13:50:05.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-21T13:50:05.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T13:50:05.471Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T13:50:07.322Z] Checking out Revision e5cb8e831f0d9734d8f8d47071e82da6adc916ee (master) [2021-01-21T13:50:07.331Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T13:50:07.337Z] > git checkout -f e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-01-21T13:50:11.029Z] Commit message: "add realtime data page" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T13:50:12.501Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T13:50:12.831Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T13:50:13.132Z] + sudo service docker restart [2021-01-21T13:50:13.132Z] + true [2021-01-21T13:50:13.132Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T13:50:14.589Z] provisioning config files... [2021-01-21T13:50:14.620Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/68@tmp/config4985130741203931976tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:50:14.984Z] ---> docker-login.sh [2021-01-21T13:50:14.984Z] nexus3.edgexfoundry.org:10001 [2021-01-21T13:50:15.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:50:15.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:50:15.247Z] Configure a credential helper to remove this warning. See [2021-01-21T13:50:15.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:50:15.247Z] [2021-01-21T13:50:15.247Z] Login Succeeded [2021-01-21T13:50:15.247Z] nexus3.edgexfoundry.org:10002 [2021-01-21T13:50:15.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:50:15.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:50:15.510Z] Configure a credential helper to remove this warning. See [2021-01-21T13:50:15.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:50:15.510Z] [2021-01-21T13:50:15.510Z] Login Succeeded [2021-01-21T13:50:15.510Z] nexus3.edgexfoundry.org:10003 [2021-01-21T13:50:15.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:50:15.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:50:15.772Z] Configure a credential helper to remove this warning. See [2021-01-21T13:50:15.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:50:15.772Z] [2021-01-21T13:50:15.772Z] Login Succeeded [2021-01-21T13:50:15.772Z] nexus3.edgexfoundry.org:10004 [2021-01-21T13:50:15.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:50:16.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:50:16.035Z] Configure a credential helper to remove this warning. See [2021-01-21T13:50:16.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:50:16.035Z] [2021-01-21T13:50:16.035Z] Login Succeeded [2021-01-21T13:50:16.035Z] docker.io [2021-01-21T13:50:16.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:50:16.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:50:16.298Z] Configure a credential helper to remove this warning. See [2021-01-21T13:50:16.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:50:16.298Z] [2021-01-21T13:50:16.298Z] Login Succeeded [2021-01-21T13:50:16.298Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T13:50:16.312Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T13:50:16.636Z] ========================================================= [2021-01-21T13:50:16.636Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T13:50:16.636Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:50:16.980Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T13:50:17.241Z] Sending build context to Docker daemon 16.69MB [2021-01-21T13:50:17.242Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T13:50:17.242Z] Step 2/8 : FROM ${BASE} [2021-01-21T13:50:17.242Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T13:50:17.242Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T13:50:17.242Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T13:50:17.242Z] de9db76c5a1d: Pulling fs layer [2021-01-21T13:50:17.242Z] bca2f99d35d6: Pulling fs layer [2021-01-21T13:50:17.242Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T13:50:17.242Z] 7c6f9722023f: Pulling fs layer [2021-01-21T13:50:17.242Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T13:50:17.242Z] 93359f2a8cfa: Waiting [2021-01-21T13:50:17.242Z] 7c6f9722023f: Waiting [2021-01-21T13:50:17.242Z] a35cf1a2eb13: Waiting [2021-01-21T13:50:17.242Z] bca2f99d35d6: Waiting [2021-01-21T13:50:17.242Z] de9db76c5a1d: Verifying Checksum [2021-01-21T13:50:17.242Z] de9db76c5a1d: Download complete [2021-01-21T13:50:17.242Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T13:50:17.242Z] 0ef7d3d256c8: Download complete [2021-01-21T13:50:17.242Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T13:50:17.242Z] 93359f2a8cfa: Download complete [2021-01-21T13:50:17.242Z] 7c6f9722023f: Verifying Checksum [2021-01-21T13:50:17.242Z] 7c6f9722023f: Download complete [2021-01-21T13:50:17.511Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T13:50:17.512Z] 188c0c94c7c5: Download complete [2021-01-21T13:50:17.512Z] 188c0c94c7c5: Pull complete [2021-01-21T13:50:17.777Z] 0ef7d3d256c8: Pull complete [2021-01-21T13:50:18.041Z] de9db76c5a1d: Pull complete [2021-01-21T13:50:19.443Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T13:50:19.443Z] a35cf1a2eb13: Download complete [2021-01-21T13:50:20.020Z] bca2f99d35d6: Verifying Checksum [2021-01-21T13:50:20.020Z] bca2f99d35d6: Download complete [2021-01-21T13:50:25.372Z] bca2f99d35d6: Pull complete [2021-01-21T13:50:25.372Z] 93359f2a8cfa: Pull complete [2021-01-21T13:50:25.372Z] 7c6f9722023f: Pull complete [2021-01-21T13:50:29.058Z] Removing intermediate container e39959c81c25 [2021-01-21T13:50:29.058Z] ---> 9a7da1191329 [2021-01-21T13:50:29.058Z] Successfully built 9a7da1191329 [2021-01-21T13:50:29.058Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:50:29.402Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T13:50:29.402Z] . [Pipeline] withDockerContainer [2021-01-21T13:50:29.679Z] prd-ubuntu18.04-docker-arm64-4c-16g-21938 does not seem to be running inside a container [2021-01-21T13:50:29.768Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/68 -v /w/workspace/edgex-ui-go/68:/w/workspace/edgex-ui-go/68:rw,z -v /w/workspace/edgex-ui-go/68@tmp:/w/workspace/edgex-ui-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T13:50:31.265Z] $ docker top cd83120e66792e67c9339c324ca84a824608556e6c347b845992c4afe9e76fb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T13:50:31.996Z] a35cf1a2eb13: Pull complete [2021-01-21T13:50:31.996Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T13:50:31.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T13:50:31.996Z] ---> a62c8e92a672 [2021-01-21T13:50:31.996Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-21T13:50:31.996Z] ---> Running in c40bac1ee159 [2021-01-21T13:50:31.996Z] Removing intermediate container c40bac1ee159 [2021-01-21T13:50:31.996Z] ---> 1ae15bf15888 [2021-01-21T13:50:31.996Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T13:50:31.996Z] ---> Running in b2bccd08c73a [2021-01-21T13:50:32.288Z] + go version [2021-01-21T13:50:32.288Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T13:50:32.313Z] $ docker stop --time=1 cd83120e66792e67c9339c324ca84a824608556e6c347b845992c4afe9e76fb6 [2021-01-21T13:50:32.951Z] Removing intermediate container b2bccd08c73a [2021-01-21T13:50:32.951Z] ---> 473b19cb12b4 [2021-01-21T13:50:32.951Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-21T13:50:32.951Z] ---> Running in 9535b3345bfb [2021-01-21T13:50:33.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T13:50:34.228Z] $ docker rm -f cd83120e66792e67c9339c324ca84a824608556e6c347b845992c4afe9e76fb6 [2021-01-21T13:50:34.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-21T13:50:34.743Z] OK: 166 MiB in 39 packages [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:50:35.225Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T13:50:35.225Z] . [Pipeline] withDockerContainer [2021-01-21T13:50:35.320Z] Removing intermediate container 9535b3345bfb [2021-01-21T13:50:35.320Z] ---> bcb60e3eecf6 [2021-01-21T13:50:35.320Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-21T13:50:35.320Z] ---> Running in 5123e39cc5cc [2021-01-21T13:50:35.487Z] prd-ubuntu18.04-docker-arm64-4c-16g-21938 does not seem to be running inside a container [2021-01-21T13:50:35.570Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/68 -v /w/workspace/edgex-ui-go/68:/w/workspace/edgex-ui-go/68:rw,z -v /w/workspace/edgex-ui-go/68@tmp:/w/workspace/edgex-ui-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T13:50:35.584Z] Removing intermediate container 5123e39cc5cc [2021-01-21T13:50:35.584Z] ---> 268e627cd742 [2021-01-21T13:50:35.584Z] Step 7/8 : COPY . . [2021-01-21T13:50:36.997Z] $ docker top e76be594755a13b72c668f751cd4947020c228e11522be61cbf972e1bd5d5a43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T13:50:38.020Z] + make test [2021-01-21T13:50:38.020Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-21T13:50:38.144Z] ---> 81a0571c722f [2021-01-21T13:50:38.144Z] Step 8/8 : RUN go mod download [2021-01-21T13:50:38.144Z] ---> Running in 566349a0c15d [2021-01-21T13:50:39.460Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-21T13:51:00.174Z] Removing intermediate container 566349a0c15d [2021-01-21T13:51:00.175Z] ---> 9416bf4aaedf [2021-01-21T13:51:00.175Z] Successfully built 9416bf4aaedf [2021-01-21T13:51:00.175Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:00.503Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T13:51:00.503Z] . [Pipeline] withDockerContainer [2021-01-21T13:51:00.626Z] prd-centos7-docker-4c-2g-21939 does not seem to be running inside a container [2021-01-21T13:51:00.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/68 -v /w/workspace/edgex-ui-go/68:/w/workspace/edgex-ui-go/68:rw,z -v /w/workspace/edgex-ui-go/68@tmp:/w/workspace/edgex-ui-go/68@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T13:51:01.449Z] $ docker top 62b2cec88add0a37aec8ecaa1bc2d1fb1f8f3da7aa9cb9b9ed48b8420b97b072 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-21T13:51:01.684Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-21T13:51:01.684Z] GO111MODULE=on go vet ./... [2021-01-21T13:51:01.946Z] + go version [2021-01-21T13:51:01.946Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T13:51:01.964Z] $ docker stop --time=1 62b2cec88add0a37aec8ecaa1bc2d1fb1f8f3da7aa9cb9b9ed48b8420b97b072 [2021-01-21T13:51:03.340Z] $ docker rm -f 62b2cec88add0a37aec8ecaa1bc2d1fb1f8f3da7aa9cb9b9ed48b8420b97b072 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:04.173Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T13:51:04.173Z] . [Pipeline] withDockerContainer [2021-01-21T13:51:04.281Z] prd-centos7-docker-4c-2g-21939 does not seem to be running inside a container [2021-01-21T13:51:04.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/68 -v /w/workspace/edgex-ui-go/68:/w/workspace/edgex-ui-go/68:rw,z -v /w/workspace/edgex-ui-go/68@tmp:/w/workspace/edgex-ui-go/68@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T13:51:05.030Z] $ docker top 7f58e6f9f2478fd3f2d83ef234f52913f1cda2236379541b3d598204aabbd119 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T13:51:05.550Z] + make test [2021-01-21T13:51:05.550Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-21T13:51:06.954Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } [2021-01-21T13:51:07.128Z] $ docker stop --time=1 e76be594755a13b72c668f751cd4947020c228e11522be61cbf972e1bd5d5a43 [2021-01-21T13:51:09.317Z] $ docker rm -f e76be594755a13b72c668f751cd4947020c228e11522be61cbf972e1bd5d5a43 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T13:51:10.174Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T13:51:11.027Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T13:51:13.616Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-21T13:51:13.965Z] + ls -al . [2021-01-21T13:51:13.965Z] total 124 [2021-01-21T13:51:13.965Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 13:50 . [2021-01-21T13:51:13.965Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 13:49 .. [2021-01-21T13:51:13.965Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 21 13:49 .git [2021-01-21T13:51:13.965Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 13:49 .github [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 21 13:49 .gitignore [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 21 13:49 CONTRIBUTING.md [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 21 13:49 Dockerfile [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 21 13:49 Dockerfile.build [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 21 13:49 Jenkinsfile [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 21 13:49 LICENSE [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 21 13:49 Makefile [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 21 13:49 README.md [2021-01-21T13:51:13.965Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 21 13:47 VERSION [2021-01-21T13:51:13.965Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 13:49 assets [2021-01-21T13:51:13.966Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 13:49 bin [2021-01-21T13:51:13.966Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 13:49 cmd [2021-01-21T13:51:13.966Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 21 13:50 coverage.out [2021-01-21T13:51:13.966Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 21 13:49 docs [2021-01-21T13:51:13.966Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 21 13:49 go.mod [2021-01-21T13:51:13.966Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 21 13:50 go.sum [2021-01-21T13:51:13.966Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 21 13:49 internal [2021-01-21T13:51:13.966Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 21 13:49 version.go [2021-01-21T13:51:13.966Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 13:49 web [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:14.111Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-21T13:51:14.112Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-21T13:51:14.112Z] GO111MODULE=on go vet ./... [2021-01-21T13:51:14.363Z] + 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=e5cb8e831f0d9734d8f8d47071e82da6adc916ee --label arch=arm64 --label version=2.0.0-dev.10 . [2021-01-21T13:51:14.958Z] Sending build context to Docker daemon 16.71MB [2021-01-21T13:51:15.233Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T13:51:15.233Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-21T13:51:15.233Z] ---> 9a7da1191329 [2021-01-21T13:51:15.233Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-21T13:51:15.507Z] ---> Running in 703aea53cc12 [Pipeline] } [2021-01-21T13:51:15.536Z] $ docker stop --time=1 7f58e6f9f2478fd3f2d83ef234f52913f1cda2236379541b3d598204aabbd119 [2021-01-21T13:51:15.781Z] Removing intermediate container 703aea53cc12 [2021-01-21T13:51:15.782Z] ---> 7d36b1aa3a78 [2021-01-21T13:51:15.782Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-21T13:51:16.054Z] ---> Running in 79672ae1cc24 [2021-01-21T13:51:16.329Z] Removing intermediate container 79672ae1cc24 [2021-01-21T13:51:16.329Z] ---> 3f497018cb88 [2021-01-21T13:51:16.329Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-21T13:51:16.601Z] ---> Running in 04f405b3e9ae [2021-01-21T13:51:16.877Z] Removing intermediate container 04f405b3e9ae [2021-01-21T13:51:16.877Z] ---> 95a4a4d0771d [2021-01-21T13:51:16.877Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-21T13:51:17.150Z] ---> Running in 31ed665040b3 [2021-01-21T13:51:17.423Z] Removing intermediate container 31ed665040b3 [2021-01-21T13:51:17.423Z] ---> cf57e90786b5 [2021-01-21T13:51:17.423Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-21T13:51:17.699Z] ---> Running in acd585647c13 [2021-01-21T13:51:17.795Z] $ docker rm -f 7f58e6f9f2478fd3f2d83ef234f52913f1cda2236379541b3d598204aabbd119 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T13:51:18.294Z] Removing intermediate container acd585647c13 [2021-01-21T13:51:18.294Z] ---> 195d3124b03c [2021-01-21T13:51:18.294Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T13:51:18.294Z] ---> Running in 888f12a76ded [2021-01-21T13:51:18.331Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T13:51:18.344Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T13:51:18.667Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-21T13:51:19.249Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-21T13:51:19.587Z] + ls -al . [2021-01-21T13:51:19.587Z] total 92 [2021-01-21T13:51:19.587Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 21 13:51 . [2021-01-21T13:51:19.587Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 21 13:50 .. [2021-01-21T13:51:19.587Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 21 13:50 assets [2021-01-21T13:51:19.587Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 21 13:50 bin [2021-01-21T13:51:19.587Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 21 13:50 cmd [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 21 13:50 CONTRIBUTING.md [2021-01-21T13:51:19.587Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 21 13:51 coverage.out [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 21 13:50 Dockerfile [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 21 13:50 Dockerfile.build [2021-01-21T13:51:19.587Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 21 13:50 docs [2021-01-21T13:51:19.587Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 21 13:50 .git [2021-01-21T13:51:19.587Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 21 13:50 .github [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 21 13:50 .gitignore [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 21 13:50 go.mod [2021-01-21T13:51:19.587Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 21 13:51 go.sum [2021-01-21T13:51:19.587Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 21 13:50 internal [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 21 13:50 Jenkinsfile [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 21 13:50 LICENSE [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 21 13:50 Makefile [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 21 13:50 README.md [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 12 Jan 21 13:47 VERSION [2021-01-21T13:51:19.587Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 21 13:50 version.go [2021-01-21T13:51:19.587Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 21 13:50 web [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:19.895Z] + 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=e5cb8e831f0d9734d8f8d47071e82da6adc916ee --label arch=amd64 --label version=2.0.0-dev.10 . [2021-01-21T13:51:20.316Z] Removing intermediate container 888f12a76ded [2021-01-21T13:51:20.316Z] ---> 6393b6d2f98a [2021-01-21T13:51:20.316Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-21T13:51:20.316Z] ---> Running in 59bd8aeee409 [2021-01-21T13:51:20.470Z] Sending build context to Docker daemon 16.71MB [2021-01-21T13:51:20.470Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T13:51:20.470Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-21T13:51:20.470Z] ---> 9416bf4aaedf [2021-01-21T13:51:20.470Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-21T13:51:21.044Z] ---> Running in 0f6610f7ae7b [2021-01-21T13:51:21.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T13:51:21.308Z] Removing intermediate container 0f6610f7ae7b [2021-01-21T13:51:21.308Z] ---> c5280fc4b06f [2021-01-21T13:51:21.308Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-21T13:51:21.308Z] ---> Running in 6c1afa7d5b00 [2021-01-21T13:51:21.574Z] Removing intermediate container 6c1afa7d5b00 [2021-01-21T13:51:21.574Z] ---> 7b03ef0bea2f [2021-01-21T13:51:21.574Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-21T13:51:21.574Z] ---> Running in 8ad2fdc01f59 [2021-01-21T13:51:21.574Z] Removing intermediate container 8ad2fdc01f59 [2021-01-21T13:51:21.574Z] ---> c5513e3e1183 [2021-01-21T13:51:21.574Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-21T13:51:21.841Z] ---> Running in 9c1132bcb423 [2021-01-21T13:51:21.841Z] Removing intermediate container 9c1132bcb423 [2021-01-21T13:51:21.841Z] ---> 4a0a482d93c6 [2021-01-21T13:51:21.841Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-21T13:51:21.841Z] ---> Running in 57a4d18ab4bb [2021-01-21T13:51:22.103Z] Removing intermediate container 57a4d18ab4bb [2021-01-21T13:51:22.103Z] ---> 86191709aff0 [2021-01-21T13:51:22.103Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T13:51:22.103Z] ---> Running in 321294ca680b [2021-01-21T13:51:22.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T13:51:22.861Z] OK: 142 MiB in 39 packages [2021-01-21T13:51:23.055Z] Removing intermediate container 321294ca680b [2021-01-21T13:51:23.055Z] ---> e7c72bd19d5c [2021-01-21T13:51:23.055Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-21T13:51:23.055Z] ---> Running in 6ad07d654b6b [2021-01-21T13:51:23.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T13:51:23.839Z] Removing intermediate container 59bd8aeee409 [2021-01-21T13:51:23.839Z] ---> b3dee9a94ab5 [2021-01-21T13:51:23.839Z] Step 10/24 : ENV GO111MODULE=on [2021-01-21T13:51:24.116Z] ---> Running in 3a9685e7c30e [2021-01-21T13:51:24.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T13:51:24.388Z] Removing intermediate container 3a9685e7c30e [2021-01-21T13:51:24.388Z] ---> 5d1a134efcf8 [2021-01-21T13:51:24.388Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-21T13:51:24.470Z] OK: 166 MiB in 39 packages [2021-01-21T13:51:24.660Z] ---> Running in 1e2e0dbd8a24 [2021-01-21T13:51:25.047Z] Removing intermediate container 6ad07d654b6b [2021-01-21T13:51:25.047Z] ---> c56a9934060b [2021-01-21T13:51:25.047Z] Step 10/24 : ENV GO111MODULE=on [2021-01-21T13:51:25.047Z] ---> Running in 677ee7eb3684 [2021-01-21T13:51:25.256Z] Removing intermediate container 1e2e0dbd8a24 [2021-01-21T13:51:25.256Z] ---> 9ec90b2c788b [2021-01-21T13:51:25.256Z] Step 12/24 : COPY go.mod . [2021-01-21T13:51:25.309Z] Removing intermediate container 677ee7eb3684 [2021-01-21T13:51:25.310Z] ---> e81c9e4ef203 [2021-01-21T13:51:25.310Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-21T13:51:25.310Z] ---> Running in 62c1238e5cec [2021-01-21T13:51:25.310Z] Removing intermediate container 62c1238e5cec [2021-01-21T13:51:25.310Z] ---> 889aa1f2f9cc [2021-01-21T13:51:25.310Z] Step 12/24 : COPY go.mod . [2021-01-21T13:51:25.571Z] ---> e146ddf43029 [2021-01-21T13:51:25.571Z] Step 13/24 : COPY Makefile . [2021-01-21T13:51:25.834Z] ---> 0cc489b4968a [2021-01-21T13:51:25.834Z] Step 14/24 : RUN make update [2021-01-21T13:51:25.834Z] ---> Running in e00bddd84a03 [2021-01-21T13:51:25.849Z] ---> 041a6fcfc790 [2021-01-21T13:51:25.849Z] Step 13/24 : COPY Makefile . [2021-01-21T13:51:26.414Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-21T13:51:26.442Z] ---> ec29989f218f [2021-01-21T13:51:26.442Z] Step 14/24 : RUN make update [2021-01-21T13:51:26.727Z] ---> Running in ac931550c492 [2021-01-21T13:51:26.988Z] Removing intermediate container e00bddd84a03 [2021-01-21T13:51:26.988Z] ---> 62691dd0f02f [2021-01-21T13:51:26.988Z] Step 15/24 : COPY . . [2021-01-21T13:51:27.712Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-21T13:51:28.388Z] ---> 21b4138a26d1 [2021-01-21T13:51:28.388Z] Step 16/24 : RUN ${MAKE} [2021-01-21T13:51:28.388Z] ---> Running in 89d0ff4680e3 [2021-01-21T13:51:28.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.10" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-21T13:51:29.141Z] Removing intermediate container ac931550c492 [2021-01-21T13:51:29.141Z] ---> ca4109498645 [2021-01-21T13:51:29.141Z] Step 15/24 : COPY . . [2021-01-21T13:51:31.118Z] ---> ebe606f2c230 [2021-01-21T13:51:31.118Z] Step 16/24 : RUN ${MAKE} [2021-01-21T13:51:31.118Z] ---> Running in bc35bd879554 [2021-01-21T13:51:32.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.10" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-21T13:51:37.235Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-21T13:51:39.161Z] Removing intermediate container 89d0ff4680e3 [2021-01-21T13:51:39.161Z] ---> 83cbeb3d52cf [2021-01-21T13:51:39.161Z] Step 17/24 : FROM alpine:3.12 [2021-01-21T13:51:39.424Z] 3.12: Pulling from library/alpine [2021-01-21T13:51:39.686Z] 801bfaa63ef2: Pulling fs layer [2021-01-21T13:51:39.686Z] 801bfaa63ef2: Verifying Checksum [2021-01-21T13:51:39.686Z] 801bfaa63ef2: Download complete [2021-01-21T13:51:39.949Z] 801bfaa63ef2: Pull complete [2021-01-21T13:51:39.949Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T13:51:39.949Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T13:51:39.949Z] ---> 389fef711851 [2021-01-21T13:51:39.949Z] Step 18/24 : EXPOSE 4000 [2021-01-21T13:51:39.949Z] ---> Running in 22fafa059bfd [2021-01-21T13:51:40.211Z] Removing intermediate container 22fafa059bfd [2021-01-21T13:51:40.211Z] ---> e2eb4baae9f4 [2021-01-21T13:51:40.211Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T13:51:41.158Z] ---> c90a70ad9202 [2021-01-21T13:51:41.158Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T13:51:41.158Z] ---> Running in 41ca12df0230 [2021-01-21T13:51:41.421Z] Removing intermediate container 41ca12df0230 [2021-01-21T13:51:41.421Z] ---> 9a73d7a905ed [2021-01-21T13:51:41.421Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-21T13:51:41.421Z] ---> Running in 27297f05c3a5 [2021-01-21T13:51:41.683Z] Removing intermediate container 27297f05c3a5 [2021-01-21T13:51:41.683Z] ---> 3940296602d5 [2021-01-21T13:51:41.683Z] Step 22/24 : LABEL arch=amd64 [2021-01-21T13:51:41.683Z] ---> Running in 03caa6f84a2c [2021-01-21T13:51:41.683Z] Removing intermediate container 03caa6f84a2c [2021-01-21T13:51:41.683Z] ---> 916d41a0354d [2021-01-21T13:51:41.683Z] Step 23/24 : LABEL git_sha=e5cb8e831f0d9734d8f8d47071e82da6adc916ee [2021-01-21T13:51:41.950Z] ---> Running in 75c2cc28593a [2021-01-21T13:51:41.950Z] Removing intermediate container 75c2cc28593a [2021-01-21T13:51:41.950Z] ---> fd95832e5b8c [2021-01-21T13:51:41.950Z] Step 24/24 : LABEL version=2.0.0-dev.10 [2021-01-21T13:51:41.950Z] ---> Running in 90bd5d57265c [2021-01-21T13:51:42.214Z] Removing intermediate container 90bd5d57265c [2021-01-21T13:51:42.214Z] ---> 90b41c963e6a [2021-01-21T13:51:42.214Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-21T13:51:42.214Z] Successfully built 90b41c963e6a [2021-01-21T13:51:42.214Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T13:51:42.601Z] provisioning config files... [2021-01-21T13:51:42.628Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/68@tmp/config8285119710912290172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:51:43.003Z] ---> docker-login.sh [2021-01-21T13:51:43.003Z] nexus3.edgexfoundry.org:10001 [2021-01-21T13:51:43.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:51:43.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:51:43.266Z] Configure a credential helper to remove this warning. See [2021-01-21T13:51:43.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:51:43.266Z] [2021-01-21T13:51:43.266Z] Login Succeeded [2021-01-21T13:51:43.266Z] nexus3.edgexfoundry.org:10002 [2021-01-21T13:51:43.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:51:43.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:51:43.266Z] Configure a credential helper to remove this warning. See [2021-01-21T13:51:43.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:51:43.266Z] [2021-01-21T13:51:43.266Z] Login Succeeded [2021-01-21T13:51:43.266Z] nexus3.edgexfoundry.org:10003 [2021-01-21T13:51:43.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:51:43.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:51:43.529Z] Configure a credential helper to remove this warning. See [2021-01-21T13:51:43.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:51:43.529Z] [2021-01-21T13:51:43.529Z] Login Succeeded [2021-01-21T13:51:43.529Z] nexus3.edgexfoundry.org:10004 [2021-01-21T13:51:43.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:51:43.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:51:43.792Z] Configure a credential helper to remove this warning. See [2021-01-21T13:51:43.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:51:43.792Z] [2021-01-21T13:51:43.792Z] Login Succeeded [2021-01-21T13:51:43.792Z] docker.io [2021-01-21T13:51:43.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:51:44.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:51:44.055Z] Configure a credential helper to remove this warning. See [2021-01-21T13:51:44.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:51:44.055Z] [2021-01-21T13:51:44.055Z] Login Succeeded [2021-01-21T13:51:44.055Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T13:51:44.066Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T13:51:44.263Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-01-21T13:51:44.263Z] e5cb8e831f0d9734d8f8d47071e82da6adc916ee [2021-01-21T13:51:44.263Z] latest [2021-01-21T13:51:44.263Z] 2.0.0-dev.10 [2021-01-21T13:51:44.263Z] e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10 [2021-01-21T13:51:44.263Z] master [2021-01-21T13:51:44.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:44.766Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5cb8e831f0d9734d8f8d47071e82da6adc916ee [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:45.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5cb8e831f0d9734d8f8d47071e82da6adc916ee [2021-01-21T13:51:45.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-21T13:51:45.072Z] 4dd5808f9173: Preparing [2021-01-21T13:51:45.072Z] 777b2c648970: Preparing [2021-01-21T13:51:45.072Z] 777b2c648970: Layer already exists [2021-01-21T13:51:46.466Z] 4dd5808f9173: Pushed [2021-01-21T13:51:46.729Z] e5cb8e831f0d9734d8f8d47071e82da6adc916ee: digest: sha256:51cec7f4d43159e94f15a766f4c6f60d8b84413a9f32d0c853de91bda1023e5c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:47.039Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:47.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-21T13:51:47.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-21T13:51:47.342Z] 4dd5808f9173: Preparing [2021-01-21T13:51:47.342Z] 777b2c648970: Preparing [2021-01-21T13:51:47.342Z] 777b2c648970: Layer already exists [2021-01-21T13:51:47.342Z] 4dd5808f9173: Layer already exists [2021-01-21T13:51:47.342Z] latest: digest: sha256:51cec7f4d43159e94f15a766f4c6f60d8b84413a9f32d0c853de91bda1023e5c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:47.648Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:47.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.10 [2021-01-21T13:51:47.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-21T13:51:47.952Z] 4dd5808f9173: Preparing [2021-01-21T13:51:47.952Z] 777b2c648970: Preparing [2021-01-21T13:51:47.952Z] 4dd5808f9173: Layer already exists [2021-01-21T13:51:47.952Z] 777b2c648970: Layer already exists [2021-01-21T13:51:47.952Z] 2.0.0-dev.10: digest: sha256:51cec7f4d43159e94f15a766f4c6f60d8b84413a9f32d0c853de91bda1023e5c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:48.262Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:48.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10 [2021-01-21T13:51:48.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-21T13:51:48.564Z] 4dd5808f9173: Preparing [2021-01-21T13:51:48.564Z] 777b2c648970: Preparing [2021-01-21T13:51:48.564Z] 777b2c648970: Layer already exists [2021-01-21T13:51:48.564Z] 4dd5808f9173: Layer already exists [2021-01-21T13:51:48.564Z] e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10: digest: sha256:51cec7f4d43159e94f15a766f4c6f60d8b84413a9f32d0c853de91bda1023e5c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:48.871Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:51:49.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-01-21T13:51:49.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-21T13:51:49.175Z] 4dd5808f9173: Preparing [2021-01-21T13:51:49.175Z] 777b2c648970: Preparing [2021-01-21T13:51:49.175Z] 777b2c648970: Layer already exists [2021-01-21T13:51:49.175Z] 4dd5808f9173: Layer already exists [2021-01-21T13:51:49.175Z] master: digest: sha256:51cec7f4d43159e94f15a766f4c6f60d8b84413a9f32d0c853de91bda1023e5c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T13:51:49.362Z] ===================================================== [Pipeline] echo [2021-01-21T13:51:49.409Z] taggedImages: [2021-01-21T13:51:49.409Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5cb8e831f0d9734d8f8d47071e82da6adc916ee [2021-01-21T13:51:49.409Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-21T13:51:49.409Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.10 [2021-01-21T13:51:49.409Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10 [2021-01-21T13:51:49.409Z] - 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] } [2021-01-21T13:51:54.259Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-21T13:51:58.559Z] Removing intermediate container bc35bd879554 [2021-01-21T13:51:58.559Z] ---> 69d00dbf5ed5 [2021-01-21T13:51:58.559Z] Step 17/24 : FROM alpine:3.12 [2021-01-21T13:51:59.150Z] 3.12: Pulling from library/alpine [2021-01-21T13:51:59.150Z] 159e5727ea61: Pulling fs layer [2021-01-21T13:51:59.422Z] 159e5727ea61: Verifying Checksum [2021-01-21T13:51:59.422Z] 159e5727ea61: Download complete [2021-01-21T13:52:00.013Z] 159e5727ea61: Pull complete [2021-01-21T13:52:00.013Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T13:52:00.013Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T13:52:00.013Z] ---> afeebe901d6b [2021-01-21T13:52:00.013Z] Step 18/24 : EXPOSE 4000 [2021-01-21T13:52:00.285Z] ---> Running in 93d8b37d5363 [2021-01-21T13:52:00.557Z] Removing intermediate container 93d8b37d5363 [2021-01-21T13:52:00.557Z] ---> 6f61dc5a2952 [2021-01-21T13:52:00.557Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T13:52:02.533Z] ---> 9b0ba9363352 [2021-01-21T13:52:02.533Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-21T13:52:02.533Z] ---> Running in f6414fb38aee [2021-01-21T13:52:02.806Z] Removing intermediate container f6414fb38aee [2021-01-21T13:52:02.806Z] ---> 53fd1a21a052 [2021-01-21T13:52:02.806Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-21T13:52:03.080Z] ---> Running in 4d67588be16c [2021-01-21T13:52:03.354Z] Removing intermediate container 4d67588be16c [2021-01-21T13:52:03.354Z] ---> 5e030c8a0332 [2021-01-21T13:52:03.354Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T13:52:03.627Z] ---> Running in f12ca02968e7 [2021-01-21T13:52:04.231Z] Removing intermediate container f12ca02968e7 [2021-01-21T13:52:04.231Z] ---> 9e04b3c7aefe [2021-01-21T13:52:04.231Z] Step 23/24 : LABEL git_sha=e5cb8e831f0d9734d8f8d47071e82da6adc916ee [2021-01-21T13:52:04.231Z] ---> Running in 2ee19b72d1f4 [2021-01-21T13:52:04.828Z] Removing intermediate container 2ee19b72d1f4 [2021-01-21T13:52:04.828Z] ---> 40eab42b8193 [2021-01-21T13:52:04.828Z] Step 24/24 : LABEL version=2.0.0-dev.10 [2021-01-21T13:52:04.828Z] ---> Running in e76bf9909cda [2021-01-21T13:52:05.103Z] Removing intermediate container e76bf9909cda [2021-01-21T13:52:05.103Z] ---> e5c119c53ed7 [2021-01-21T13:52:05.103Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-21T13:52:05.376Z] Successfully built e5c119c53ed7 [2021-01-21T13:52:05.376Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T13:52:05.826Z] provisioning config files... [2021-01-21T13:52:05.861Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/68@tmp/config1662845702575124128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:52:06.249Z] ---> docker-login.sh [2021-01-21T13:52:06.249Z] nexus3.edgexfoundry.org:10001 [2021-01-21T13:52:06.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:52:06.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:52:06.522Z] Configure a credential helper to remove this warning. See [2021-01-21T13:52:06.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:52:06.522Z] [2021-01-21T13:52:06.522Z] Login Succeeded [2021-01-21T13:52:06.522Z] nexus3.edgexfoundry.org:10002 [2021-01-21T13:52:07.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:52:07.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:52:07.119Z] Configure a credential helper to remove this warning. See [2021-01-21T13:52:07.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:52:07.119Z] [2021-01-21T13:52:07.119Z] Login Succeeded [2021-01-21T13:52:07.119Z] nexus3.edgexfoundry.org:10003 [2021-01-21T13:52:07.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:52:07.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:52:07.715Z] Configure a credential helper to remove this warning. See [2021-01-21T13:52:07.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:52:07.715Z] [2021-01-21T13:52:07.715Z] Login Succeeded [2021-01-21T13:52:07.715Z] nexus3.edgexfoundry.org:10004 [2021-01-21T13:52:08.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:52:08.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:52:08.309Z] Configure a credential helper to remove this warning. See [2021-01-21T13:52:08.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:52:08.309Z] [2021-01-21T13:52:08.309Z] Login Succeeded [2021-01-21T13:52:08.309Z] docker.io [2021-01-21T13:52:08.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T13:52:09.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T13:52:09.188Z] Configure a credential helper to remove this warning. See [2021-01-21T13:52:09.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T13:52:09.188Z] [2021-01-21T13:52:09.188Z] Login Succeeded [2021-01-21T13:52:09.188Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T13:52:09.204Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T13:52:09.408Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-01-21T13:52:09.408Z] e5cb8e831f0d9734d8f8d47071e82da6adc916ee [2021-01-21T13:52:09.408Z] latest [2021-01-21T13:52:09.408Z] 2.0.0-dev.10 [2021-01-21T13:52:09.408Z] e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10 [2021-01-21T13:52:09.408Z] master [2021-01-21T13:52:09.408Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:09.913Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5cb8e831f0d9734d8f8d47071e82da6adc916ee [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:10.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5cb8e831f0d9734d8f8d47071e82da6adc916ee [2021-01-21T13:52:10.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-21T13:52:10.249Z] e02e494f74bb: Preparing [2021-01-21T13:52:10.249Z] 379067d0cb53: Preparing [2021-01-21T13:52:10.526Z] 379067d0cb53: Layer already exists [2021-01-21T13:52:13.924Z] e02e494f74bb: Pushed [2021-01-21T13:52:13.924Z] e5cb8e831f0d9734d8f8d47071e82da6adc916ee: digest: sha256:019dafbbcb8f62a2b0f62e3bd27baaaa741c2c1dc56056a4a575063e3326a301 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:14.531Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:14.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-21T13:52:14.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-21T13:52:14.868Z] e02e494f74bb: Preparing [2021-01-21T13:52:14.868Z] 379067d0cb53: Preparing [2021-01-21T13:52:14.868Z] e02e494f74bb: Layer already exists [2021-01-21T13:52:14.868Z] 379067d0cb53: Layer already exists [2021-01-21T13:52:15.139Z] latest: digest: sha256:019dafbbcb8f62a2b0f62e3bd27baaaa741c2c1dc56056a4a575063e3326a301 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:15.482Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:15.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.10 [2021-01-21T13:52:15.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-21T13:52:15.815Z] e02e494f74bb: Preparing [2021-01-21T13:52:15.815Z] 379067d0cb53: Preparing [2021-01-21T13:52:15.815Z] e02e494f74bb: Layer already exists [2021-01-21T13:52:15.815Z] 379067d0cb53: Layer already exists [2021-01-21T13:52:16.087Z] 2.0.0-dev.10: digest: sha256:019dafbbcb8f62a2b0f62e3bd27baaaa741c2c1dc56056a4a575063e3326a301 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:16.426Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:16.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10 [2021-01-21T13:52:16.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-21T13:52:16.760Z] e02e494f74bb: Preparing [2021-01-21T13:52:16.760Z] 379067d0cb53: Preparing [2021-01-21T13:52:16.760Z] 379067d0cb53: Layer already exists [2021-01-21T13:52:16.760Z] e02e494f74bb: Layer already exists [2021-01-21T13:52:17.029Z] e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10: digest: sha256:019dafbbcb8f62a2b0f62e3bd27baaaa741c2c1dc56056a4a575063e3326a301 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:17.368Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:17.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-01-21T13:52:17.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-21T13:52:17.705Z] e02e494f74bb: Preparing [2021-01-21T13:52:17.705Z] 379067d0cb53: Preparing [2021-01-21T13:52:17.705Z] e02e494f74bb: Layer already exists [2021-01-21T13:52:17.705Z] 379067d0cb53: Layer already exists [2021-01-21T13:52:17.975Z] master: digest: sha256:019dafbbcb8f62a2b0f62e3bd27baaaa741c2c1dc56056a4a575063e3326a301 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T13:52:18.165Z] ===================================================== [Pipeline] echo [2021-01-21T13:52:18.227Z] taggedImages: [2021-01-21T13:52:18.228Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5cb8e831f0d9734d8f8d47071e82da6adc916ee [2021-01-21T13:52:18.228Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-21T13:52:18.228Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.10 [2021-01-21T13:52:18.228Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5cb8e831f0d9734d8f8d47071e82da6adc916ee-2.0.0-dev.10 [2021-01-21T13:52:18.228Z] - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-21T13:52:19.432Z] provisioning config files... [2021-01-21T13:52:19.448Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1774087015840191438tmp [Pipeline] { [Pipeline] sh [2021-01-21T13:52:19.815Z] + set +x [2021-01-21T13:52:19.815Z] + curl -s https://codecov.io/bash [2021-01-21T13:52:19.815Z] + bash -s -- [2021-01-21T13:52:20.077Z] [2021-01-21T13:52:20.077Z] _____ _ [2021-01-21T13:52:20.077Z] / ____| | | [2021-01-21T13:52:20.077Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T13:52:20.077Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T13:52:20.077Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T13:52:20.077Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T13:52:20.077Z] Bash-20210115-cec3c92 [2021-01-21T13:52:20.077Z] [2021-01-21T13:52:20.077Z] [2021-01-21T13:52:20.077Z] ==> git version 2.24.3 found [2021-01-21T13:52:20.077Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-21T13:52:20.077Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T13:52:20.077Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T13:52:20.077Z] ==> Jenkins CI detected. [2021-01-21T13:52:20.077Z] project root: . [2021-01-21T13:52:20.077Z] --> token set from env [2021-01-21T13:52:20.077Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T13:52:20.077Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T13:52:20.077Z] ==> Python coveragepy not found [2021-01-21T13:52:20.077Z] ==> Searching for coverage reports in: [2021-01-21T13:52:20.077Z] + . [2021-01-21T13:52:20.077Z] -> Found 1 reports [2021-01-21T13:52:20.077Z] ==> Detecting git/mercurial file structure [2021-01-21T13:52:20.077Z] ==> Reading reports [2021-01-21T13:52:20.077Z] + ./coverage.out bytes=10 [2021-01-21T13:52:20.077Z] ==> Appending adjustments [2021-01-21T13:52:20.077Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T13:52:20.339Z] + Found adjustments [2021-01-21T13:52:20.339Z] ==> Gzipping contents [2021-01-21T13:52:20.339Z] 4.0K /tmp/codecov.7Nq4e7.gz [2021-01-21T13:52:20.340Z] ==> Uploading reports [2021-01-21T13:52:20.340Z] url: https://codecov.io [2021-01-21T13:52:20.340Z] query: branch=master&commit=e5cb8e831f0d9734d8f8d47071e82da6adc916ee&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F68%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T13:52:20.340Z] -> Pinging Codecov [2021-01-21T13:52:20.340Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=e5cb8e831f0d9734d8f8d47071e82da6adc916ee&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F68%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T13:52:20.917Z] -> Uploading to [2021-01-21T13:52:20.917Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/FB506323287CE973F263BFD2A0EB1F37/e5cb8e831f0d9734d8f8d47071e82da6adc916ee/68b5b244-15ec-4190-8ee9-d2bfe36bd6d3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T135220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=feb02d67239833c78dda24f0062b152082ed797724adbbecdbc9a542a32b28cd [2021-01-21T13:52:20.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T13:52:20.917Z] Dload Upload Total Spent Left Speed [2021-01-21T13:52:21.496Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 5413 --:--:-- --:--:-- --:--:-- 5421 [2021-01-21T13:52:21.496Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e5cb8e831f0d9734d8f8d47071e82da6adc916ee [Pipeline] } [2021-01-21T13:52:21.506Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-21T13:52:22.341Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-21T13:52:22.391Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:22.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T13:52:22.998Z] [2021-01-21T13:52:22.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:52:23.345Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T13:52:23.345Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-21T13:52:23.345Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T13:52:23.345Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T13:52:23.345Z] de9db76c5a1d: Pulling fs layer [2021-01-21T13:52:23.345Z] 0eba1c9be4d2: Pulling fs layer [2021-01-21T13:52:23.345Z] 0d57e429df01: Pulling fs layer [2021-01-21T13:52:23.345Z] 4e4be7b47b0d: Pulling fs layer [2021-01-21T13:52:23.345Z] e1f770b5df2f: Pulling fs layer [2021-01-21T13:52:23.345Z] 85a0685a4137: Pulling fs layer [2021-01-21T13:52:23.345Z] 0d57e429df01: Waiting [2021-01-21T13:52:23.345Z] 4e4be7b47b0d: Waiting [2021-01-21T13:52:23.346Z] 0eba1c9be4d2: Waiting [2021-01-21T13:52:23.346Z] e1f770b5df2f: Waiting [2021-01-21T13:52:23.346Z] 85a0685a4137: Waiting [2021-01-21T13:52:23.346Z] de9db76c5a1d: Verifying Checksum [2021-01-21T13:52:23.346Z] de9db76c5a1d: Download complete [2021-01-21T13:52:23.346Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T13:52:23.346Z] 0ef7d3d256c8: Download complete [2021-01-21T13:52:23.346Z] 0d57e429df01: Verifying Checksum [2021-01-21T13:52:23.346Z] 0d57e429df01: Download complete [2021-01-21T13:52:23.346Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T13:52:23.346Z] 188c0c94c7c5: Download complete [2021-01-21T13:52:23.346Z] 4e4be7b47b0d: Verifying Checksum [2021-01-21T13:52:23.346Z] 4e4be7b47b0d: Download complete [2021-01-21T13:52:23.923Z] 188c0c94c7c5: Pull complete [2021-01-21T13:52:23.923Z] 0ef7d3d256c8: Pull complete [2021-01-21T13:52:24.185Z] de9db76c5a1d: Pull complete [2021-01-21T13:52:25.594Z] e1f770b5df2f: Verifying Checksum [2021-01-21T13:52:25.594Z] e1f770b5df2f: Download complete [2021-01-21T13:52:27.526Z] 0eba1c9be4d2: Verifying Checksum [2021-01-21T13:52:27.526Z] 0eba1c9be4d2: Download complete [2021-01-21T13:52:28.103Z] 85a0685a4137: Verifying Checksum [2021-01-21T13:52:28.103Z] 85a0685a4137: Download complete [2021-01-21T13:52:34.738Z] 0eba1c9be4d2: Pull complete [2021-01-21T13:52:34.738Z] 0d57e429df01: Pull complete [2021-01-21T13:52:34.738Z] 4e4be7b47b0d: Pull complete [2021-01-21T13:52:36.134Z] e1f770b5df2f: Pull complete [2021-01-21T13:52:44.320Z] 85a0685a4137: Pull complete [2021-01-21T13:52:44.320Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-21T13:52:44.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T13:52:44.320Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-21T13:52:44.520Z] prd-centos7-docker-4c-2g-21937 does not seem to be running inside a container [2021-01-21T13:52:44.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-21T13:52:45.593Z] $ docker top 902391c0b52c7226a32487154f5f14fd0e3159e58451dcfd58f4c8f2fc40d48a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T13:52:45.866Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-21T13:52:46.159Z] + set -o pipefail [2021-01-21T13:52:46.159Z] + snyk monitor '--org=edgex-jenkins' [2021-01-21T13:53:18.453Z] [2021-01-21T13:53:18.453Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-01-21T13:53:18.453Z] [2021-01-21T13:53:18.453Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/087b07e6-4967-4980-a5a6-264f50033069 [2021-01-21T13:53:18.453Z] [2021-01-21T13:53:18.453Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-01-21T13:53:18.453Z] [2021-01-21T13:53:18.453Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-21T13:53:18.453Z] [2021-01-21T13:53:18.453Z] [Pipeline] } [2021-01-21T13:53:18.478Z] $ docker stop --time=1 902391c0b52c7226a32487154f5f14fd0e3159e58451dcfd58f4c8f2fc40d48a [2021-01-21T13:53:21.399Z] $ docker rm -f 902391c0b52c7226a32487154f5f14fd0e3159e58451dcfd58f4c8f2fc40d48a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-21T13:53:23.054Z] + git log --format=format:%s -1 e5cb8e831f0d9734d8f8d47071e82da6adc916ee [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:53:23.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T13:53:23.363Z] . [Pipeline] withDockerContainer [2021-01-21T13:53:23.473Z] prd-centos7-docker-4c-2g-21937 does not seem to be running inside a container [2021-01-21T13:53:23.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T13:53:24.372Z] $ docker top f60bab8205514832ffdb8d12b97c1d78f4e8e6ce6a6933e94ef36b0ef860066e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T13:53:24.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T13:53:24.709Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T13:53:24.970Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T13:53:24.973Z] $ docker exec f60bab8205514832ffdb8d12b97c1d78f4e8e6ce6a6933e94ef36b0ef860066e ssh-agent [2021-01-21T13:53:25.153Z] SSH_AUTH_SOCK=/tmp/ssh-h1xjyWlM3Gs2/agent.12 [2021-01-21T13:53:25.153Z] SSH_AGENT_PID=17 [2021-01-21T13:53:25.161Z] Running ssh-add (command line suppressed) [2021-01-21T13:53:25.300Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6687605346994876050.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6687605346994876050.key) [2021-01-21T13:53:25.362Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T13:53:25.761Z] + git semver tag [2021-01-21T13:53:25.762Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T13:53:25.762Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-21T13:53:25.762Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-21T13:53:25.762Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T13:53:25.762Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T13:53:25.762Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T13:53:25.762Z] # $SEMVER_BRANCH = master [2021-01-21T13:53:25.762Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-21T13:53:25.762Z] # e5cb8e831f0d9734d8f8d47071e82da6adc916ee HEAD [2021-01-21T13:53:25.762Z] # -> Force: false [2021-01-21T13:53:25.762Z] # 8d537f5c33fa7d4901c7b7cd6e951360dd6cc9cb refs/tags/v2.0.0-dev.10 [Pipeline] } [2021-01-21T13:53:25.781Z] $ docker exec --env ******** --env ******** f60bab8205514832ffdb8d12b97c1d78f4e8e6ce6a6933e94ef36b0ef860066e ssh-agent -k [2021-01-21T13:53:25.922Z] unset SSH_AUTH_SOCK; [2021-01-21T13:53:25.923Z] unset SSH_AGENT_PID; [2021-01-21T13:53:25.923Z] echo Agent pid 17 killed; [2021-01-21T13:53:25.977Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T13:53:26.432Z] + git semver [Pipeline] } [2021-01-21T13:53:26.450Z] $ docker stop --time=1 f60bab8205514832ffdb8d12b97c1d78f4e8e6ce6a6933e94ef36b0ef860066e [2021-01-21T13:53:27.805Z] $ docker rm -f f60bab8205514832ffdb8d12b97c1d78f4e8e6ce6a6933e94ef36b0ef860066e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:53:28.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T13:53:28.501Z] [2021-01-21T13:53:28.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:53:28.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T13:53:28.852Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-21T13:53:28.852Z] ab5ef0e58194: Pulling fs layer [2021-01-21T13:53:28.852Z] 9712f1f96733: Pulling fs layer [2021-01-21T13:53:28.852Z] 63f879dbbcfc: Pulling fs layer [2021-01-21T13:53:28.852Z] 0d9ebad4ef96: Pulling fs layer [2021-01-21T13:53:28.852Z] e9a5061849ea: Pulling fs layer [2021-01-21T13:53:28.852Z] d747dcd14b5f: Pulling fs layer [2021-01-21T13:53:28.852Z] 2de7ff778b66: Pulling fs layer [2021-01-21T13:53:28.852Z] e9a5061849ea: Waiting [2021-01-21T13:53:28.852Z] d747dcd14b5f: Waiting [2021-01-21T13:53:28.852Z] 0d9ebad4ef96: Waiting [2021-01-21T13:53:28.852Z] 9712f1f96733: Verifying Checksum [2021-01-21T13:53:28.852Z] 9712f1f96733: Download complete [2021-01-21T13:53:31.427Z] 63f879dbbcfc: Verifying Checksum [2021-01-21T13:53:31.427Z] 63f879dbbcfc: Download complete [2021-01-21T13:53:31.427Z] e9a5061849ea: Verifying Checksum [2021-01-21T13:53:31.427Z] e9a5061849ea: Download complete [2021-01-21T13:53:31.427Z] d747dcd14b5f: Verifying Checksum [2021-01-21T13:53:31.427Z] d747dcd14b5f: Download complete [2021-01-21T13:53:31.427Z] 2de7ff778b66: Verifying Checksum [2021-01-21T13:53:31.427Z] 2de7ff778b66: Download complete [2021-01-21T13:53:31.427Z] 0d9ebad4ef96: Verifying Checksum [2021-01-21T13:53:31.427Z] 0d9ebad4ef96: Download complete [2021-01-21T13:53:31.694Z] ab5ef0e58194: Verifying Checksum [2021-01-21T13:53:31.694Z] ab5ef0e58194: Download complete [2021-01-21T13:53:35.931Z] ab5ef0e58194: Pull complete [2021-01-21T13:53:35.931Z] 9712f1f96733: Pull complete [2021-01-21T13:53:38.490Z] 63f879dbbcfc: Pull complete [2021-01-21T13:53:45.136Z] 0d9ebad4ef96: Pull complete [2021-01-21T13:53:46.527Z] e9a5061849ea: Pull complete [2021-01-21T13:53:46.527Z] d747dcd14b5f: Pull complete [2021-01-21T13:53:49.096Z] 2de7ff778b66: Pull complete [2021-01-21T13:53:49.096Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-21T13:53:49.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T13:53:49.096Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-21T13:53:49.325Z] prd-centos7-docker-4c-2g-21937 does not seem to be running inside a container [2021-01-21T13:53:49.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-21T13:53:53.697Z] $ docker top 2e6ccb9910ee2d7ac2905998fbcd2215da085bc3a8a3508f1934a9cde21baa81 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-21T13:53:53.985Z] provisioning config files... [2021-01-21T13:53:53.994Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1781680895112288266tmp [2021-01-21T13:53:54.009Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6226501595668977593tmp [2021-01-21T13:53:54.024Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5390005010435221713tmp [Pipeline] { [Pipeline] echo [2021-01-21T13:53:54.079Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:53:54.410Z] ---> sigul-configuration.sh [2021-01-21T13:53:54.410Z] gpg: directory `/root/.gnupg' created [2021-01-21T13:53:54.410Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-21T13:53:54.410Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-21T13:53:54.410Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-21T13:53:54.410Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-21T13:53:54.410Z] gpg: CAST5 encrypted data [2021-01-21T13:53:54.671Z] gpg: encrypted with 1 passphrase [2021-01-21T13:53:54.671Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-21T13:53:54.969Z] + mkdir /home/jenkins [2021-01-21T13:53:54.969Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-21T13:53:55.266Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-21T13:53:55.278Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:53:55.633Z] ---> sigul-install.sh [2021-01-21T13:54:00.980Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-21T13:54:01.280Z] + git tag --list [2021-01-21T13:54:01.280Z] 0.1.1 [2021-01-21T13:54:01.280Z] v1.1.0 [2021-01-21T13:54:01.280Z] v1.2.0 [2021-01-21T13:54:01.280Z] v1.2.1 [2021-01-21T13:54:01.280Z] v1.3.0 [2021-01-21T13:54:01.280Z] v2.0.0-dev.1 [2021-01-21T13:54:01.280Z] v2.0.0-dev.10 [2021-01-21T13:54:01.280Z] v2.0.0-dev.2 [2021-01-21T13:54:01.280Z] v2.0.0-dev.3 [2021-01-21T13:54:01.280Z] v2.0.0-dev.4 [2021-01-21T13:54:01.280Z] v2.0.0-dev.5 [2021-01-21T13:54:01.280Z] v2.0.0-dev.6 [2021-01-21T13:54:01.280Z] v2.0.0-dev.7 [2021-01-21T13:54:01.280Z] v2.0.0-dev.8 [2021-01-21T13:54:01.280Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-21T13:54:01.602Z] + lftools sign git-tag v2.0.0-dev.10 [2021-01-21T13:54:02.993Z] Signing Git tag with Sigul... [2021-01-21T13:54:02.993Z] Signing v2.0.0-dev.10 [Pipeline] echo [2021-01-21T13:54:04.400Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:54:04.703Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-21T13:54:04.712Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-21T13:54:04.833Z] $ docker stop --time=1 2e6ccb9910ee2d7ac2905998fbcd2215da085bc3a8a3508f1934a9cde21baa81 [2021-01-21T13:54:06.911Z] $ docker rm -f 2e6ccb9910ee2d7ac2905998fbcd2215da085bc3a8a3508f1934a9cde21baa81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:54:07.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T13:54:07.788Z] . [Pipeline] withDockerContainer [2021-01-21T13:54:07.893Z] prd-centos7-docker-4c-2g-21937 does not seem to be running inside a container [2021-01-21T13:54:07.943Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T13:54:08.659Z] $ docker top ccbc07282769978089f5c7f6c95036836536b4093de602cfa8261992b7921228 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T13:54:08.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T13:54:08.951Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T13:54:09.156Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T13:54:09.160Z] $ docker exec ccbc07282769978089f5c7f6c95036836536b4093de602cfa8261992b7921228 ssh-agent [2021-01-21T13:54:09.348Z] SSH_AUTH_SOCK=/tmp/ssh-A7XafLyqc68f/agent.11 [2021-01-21T13:54:09.348Z] SSH_AGENT_PID=16 [2021-01-21T13:54:09.356Z] Running ssh-add (command line suppressed) [2021-01-21T13:54:09.504Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1647860492005400041.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1647860492005400041.key) [2021-01-21T13:54:09.570Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T13:54:09.917Z] + git semver bump pre [2021-01-21T13:54:09.918Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T13:54:09.918Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-21T13:54:09.918Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-21T13:54:09.918Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T13:54:09.918Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T13:54:09.918Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T13:54:09.918Z] # $SEMVER_BRANCH = master [2021-01-21T13:54:09.918Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-21T13:54:09.918Z] 2.0.0-dev.11 [Pipeline] } [2021-01-21T13:54:09.931Z] $ docker exec --env ******** --env ******** ccbc07282769978089f5c7f6c95036836536b4093de602cfa8261992b7921228 ssh-agent -k [2021-01-21T13:54:10.061Z] unset SSH_AUTH_SOCK; [2021-01-21T13:54:10.062Z] unset SSH_AGENT_PID; [2021-01-21T13:54:10.062Z] echo Agent pid 16 killed; [2021-01-21T13:54:10.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T13:54:10.681Z] + git semver [Pipeline] } [2021-01-21T13:54:10.701Z] $ docker stop --time=1 ccbc07282769978089f5c7f6c95036836536b4093de602cfa8261992b7921228 [2021-01-21T13:54:12.053Z] $ docker rm -f ccbc07282769978089f5c7f6c95036836536b4093de602cfa8261992b7921228 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:54:12.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T13:54:12.588Z] . [Pipeline] withDockerContainer [2021-01-21T13:54:12.695Z] prd-centos7-docker-4c-2g-21937 does not seem to be running inside a container [2021-01-21T13:54:12.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T13:54:13.429Z] $ docker top 291b5f14bfaf73f0a1031a9508ed0194059a4b352f4eda07c7c85c176430743b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T13:54:13.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T13:54:13.751Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T13:54:13.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T13:54:13.958Z] $ docker exec 291b5f14bfaf73f0a1031a9508ed0194059a4b352f4eda07c7c85c176430743b ssh-agent [2021-01-21T13:54:14.164Z] SSH_AUTH_SOCK=/tmp/ssh-lOxzehOUYsF6/agent.11 [2021-01-21T13:54:14.164Z] SSH_AGENT_PID=16 [2021-01-21T13:54:14.172Z] Running ssh-add (command line suppressed) [2021-01-21T13:54:14.317Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5756844079841927962.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5756844079841927962.key) [2021-01-21T13:54:14.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T13:54:14.713Z] + git semver push [2021-01-21T13:54:14.713Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T13:54:14.713Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-21T13:54:14.713Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-21T13:54:14.713Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T13:54:14.713Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T13:54:14.713Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T13:54:14.713Z] # $SEMVER_BRANCH = master [2021-01-21T13:54:14.713Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-21T13:54:22.895Z] $ docker exec --env ******** --env ******** 291b5f14bfaf73f0a1031a9508ed0194059a4b352f4eda07c7c85c176430743b ssh-agent -k [2021-01-21T13:54:23.067Z] unset SSH_AUTH_SOCK; [2021-01-21T13:54:23.068Z] unset SSH_AGENT_PID; [2021-01-21T13:54:23.068Z] echo Agent pid 16 killed; [2021-01-21T13:54:23.131Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T13:54:23.674Z] + git semver [Pipeline] } [2021-01-21T13:54:23.691Z] $ docker stop --time=1 291b5f14bfaf73f0a1031a9508ed0194059a4b352f4eda07c7c85c176430743b [2021-01-21T13:54:25.067Z] $ docker rm -f 291b5f14bfaf73f0a1031a9508ed0194059a4b352f4eda07c7c85c176430743b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:54:26.733Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:54:27.305Z] ---> package-listing.sh [2021-01-21T13:54:27.305Z] ++ facter osfamily [2021-01-21T13:54:27.305Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T13:54:27.305Z] + OS_FAMILY=redhat [2021-01-21T13:54:27.305Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-21T13:54:27.305Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T13:54:27.305Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T13:54:27.305Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T13:54:27.305Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T13:54:27.305Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-21T13:54:27.305Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T13:54:27.305Z] + case "${OS_FAMILY}" in [2021-01-21T13:54:27.305Z] + rpm -qa [2021-01-21T13:54:27.305Z] + sort [2021-01-21T13:54:32.615Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T13:54:32.615Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T13:54:32.615Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T13:54:32.615Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-21T13:54:32.615Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-01-21T13:54:32.615Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-01-21T13:54:32.628Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T13:54:32.929Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:54:33.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T13:54:33.237Z] [2021-01-21T13:54:33.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T13:54:33.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T13:54:33.585Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T13:54:33.585Z] df20fa9351a1: Pulling fs layer [2021-01-21T13:54:33.585Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T13:54:33.585Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T13:54:33.585Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T13:54:33.585Z] 93b61091891f: Pulling fs layer [2021-01-21T13:54:33.585Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T13:54:33.585Z] 5e14af77c1be: Pulling fs layer [2021-01-21T13:54:33.585Z] 01666e4c0597: Pulling fs layer [2021-01-21T13:54:33.585Z] aa168da1d23b: Pulling fs layer [2021-01-21T13:54:33.585Z] 46f8f816bc3b: Waiting [2021-01-21T13:54:33.585Z] 93b61091891f: Waiting [2021-01-21T13:54:33.585Z] 93b9cdb0e59b: Waiting [2021-01-21T13:54:33.585Z] 01666e4c0597: Waiting [2021-01-21T13:54:33.585Z] aa168da1d23b: Waiting [2021-01-21T13:54:33.585Z] 5e14af77c1be: Waiting [2021-01-21T13:54:33.585Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T13:54:33.585Z] 36b3adc4ff6f: Download complete [2021-01-21T13:54:33.585Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T13:54:33.585Z] 46f8f816bc3b: Download complete [2021-01-21T13:54:33.585Z] df20fa9351a1: Verifying Checksum [2021-01-21T13:54:33.585Z] df20fa9351a1: Download complete [2021-01-21T13:54:33.585Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T13:54:33.585Z] 93b9cdb0e59b: Download complete [2021-01-21T13:54:33.585Z] 93b61091891f: Download complete [2021-01-21T13:54:33.847Z] 5e14af77c1be: Verifying Checksum [2021-01-21T13:54:33.847Z] 5e14af77c1be: Download complete [2021-01-21T13:54:33.847Z] 01666e4c0597: Download complete [2021-01-21T13:54:34.110Z] df20fa9351a1: Pull complete [2021-01-21T13:54:34.373Z] 36b3adc4ff6f: Pull complete [2021-01-21T13:54:34.373Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T13:54:34.373Z] 8ad3a11d3b57: Download complete [2021-01-21T13:54:36.299Z] 8ad3a11d3b57: Pull complete [2021-01-21T13:54:36.299Z] aa168da1d23b: Verifying Checksum [2021-01-21T13:54:36.299Z] aa168da1d23b: Download complete [2021-01-21T13:54:36.299Z] 46f8f816bc3b: Pull complete [2021-01-21T13:54:36.561Z] 93b61091891f: Pull complete [2021-01-21T13:54:36.823Z] 93b9cdb0e59b: Pull complete [2021-01-21T13:54:36.823Z] 5e14af77c1be: Pull complete [2021-01-21T13:54:37.086Z] 01666e4c0597: Pull complete [2021-01-21T13:54:45.268Z] aa168da1d23b: Pull complete [2021-01-21T13:54:45.268Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T13:54:45.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T13:54:45.268Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T13:54:45.419Z] prd-centos7-docker-4c-2g-21937 does not seem to be running inside a container [2021-01-21T13:54:45.470Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T13:54:48.172Z] $ docker top 45ba28e7a4d33652bc719909f3964d5468e55af36d3d2a7b9ba8baf5dee94e9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T13:54:48.809Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T13:54:49.105Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T13:54:49.407Z] + ls /var/log/sa-host [2021-01-21T13:54:49.407Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T13:54:49.407Z] file_magic: OK [2021-01-21T13:54:49.407Z] HZ: Using current value: 100 [2021-01-21T13:54:49.407Z] file_header: OK [2021-01-21T13:54:49.407Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T13:54:49.407Z] Statistics: [2021-01-21T13:54:49.407Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T13:54:49.407Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T13:54:49.407Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T13:54:49.407Z] file_magic: OK [2021-01-21T13:54:49.407Z] HZ: Using current value: 100 [2021-01-21T13:54:49.407Z] file_header: OK [2021-01-21T13:54:49.407Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T13:54:49.407Z] Statistics: [2021-01-21T13:54:49.407Z] Hnuu...uuuununununu... [2021-01-21T13:54:49.407Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T13:54:49.605Z] provisioning config files... [2021-01-21T13:54:49.619Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2389616038481631948tmp [Pipeline] { [Pipeline] echo [2021-01-21T13:54:49.697Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:54:49.997Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T13:54:50.006Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T13:54:50.149Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:54:50.447Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T13:54:50.458Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:54:50.765Z] ---> sudo-logs.sh [2021-01-21T13:54:50.765Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T13:54:50.776Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:54:51.073Z] ---> job-cost.sh [2021-01-21T13:54:51.073Z] lf-activate-venv: SKIPPING [2021-01-21T13:54:51.073Z] INFO: No Stack... [2021-01-21T13:54:52.465Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T13:54:52.726Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T13:54:52.740Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T13:54:53.042Z] ---> logs-deploy.sh [2021-01-21T13:54:53.042Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/68 [2021-01-21T13:54:53.042Z] INFO: archiving workspace using pattern(s): [2021-01-21T13:54:54.431Z] Archives upload complete. [2021-01-21T13:54:54.697Z] INFO: archiving logs to Nexus