Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 727932f00e62ff6ad7d46b39048d2df566fc596c 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21598 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 727932f00e62ff6ad7d46b39048d2df566fc596c (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 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 Commit message: "Finished system agent module basic feature" > git rev-list --no-walk 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T10:25:14.257Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T10:25:14.564Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T10:25:14.664Z] ========================================================= [2021-01-20T10:25:14.664Z] EdgeX Global Pipelines Version Info [2021-01-20T10:25:14.664Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:25:17.053Z] ------------------- [2021-01-20T10:25:17.053Z] stable info: [2021-01-20T10:25:17.053Z] ------------------- [2021-01-20T10:25:17.053Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:25:17.053Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:25:17.053Z] Message: update stable to v1.0.179 [2021-01-20T10:25:19.121Z] ------------------- [2021-01-20T10:25:19.121Z] experimental info: [2021-01-20T10:25:19.121Z] ------------------- [2021-01-20T10:25:19.121Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:25:19.121Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:25:19.121Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T10:25:19.597Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T10:25:19.684Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T10:25:19.773Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T10:25:19.860Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T10:25:20.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T10:25:20.111Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T10:25:20.233Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T10:25:20.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T10:25:20.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T10:25:20.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T10:25:20.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T10:25:20.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T10:25:20.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T10:25:21.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T10:25:21.139Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:25:21.226Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:25:21.328Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:25:21.417Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:25:21.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T10:25:21.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T10:25:21.715Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T10:25:21.815Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T10:25:21.900Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T10:25:21.983Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T10:25:22.088Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T10:25:22.171Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T10:25:22.256Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T10:25:22.357Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-20T10:25:22.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-20T10:25:22.547Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-20T10:25:22.630Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 727932f00e62ff6ad7d46b39048d2df566fc596c [Pipeline] echo [2021-01-20T10:25:22.713Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 727932f [Pipeline] echo [2021-01-20T10:25:22.815Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:25:23.004Z] provisioning config files... [2021-01-20T10:25:23.038Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3451484548962537081tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:25:23.507Z] ---> docker-login.sh [2021-01-20T10:25:23.507Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:25:24.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:25:24.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:25:24.131Z] Configure a credential helper to remove this warning. See [2021-01-20T10:25:24.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:25:24.131Z] [2021-01-20T10:25:24.131Z] Login Succeeded [2021-01-20T10:25:24.131Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:25:24.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:25:24.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:25:24.697Z] Configure a credential helper to remove this warning. See [2021-01-20T10:25:24.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:25:24.697Z] [2021-01-20T10:25:24.697Z] Login Succeeded [2021-01-20T10:25:24.697Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:25:24.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:25:24.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:25:24.980Z] Configure a credential helper to remove this warning. See [2021-01-20T10:25:24.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:25:24.980Z] [2021-01-20T10:25:24.980Z] Login Succeeded [2021-01-20T10:25:24.980Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:25:25.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:25:25.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:25:25.253Z] Configure a credential helper to remove this warning. See [2021-01-20T10:25:25.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:25:25.253Z] [2021-01-20T10:25:25.253Z] Login Succeeded [2021-01-20T10:25:25.253Z] docker.io [2021-01-20T10:25:25.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:25:25.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:25:25.790Z] Configure a credential helper to remove this warning. See [2021-01-20T10:25:25.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:25:25.790Z] [2021-01-20T10:25:25.790Z] Login Succeeded [2021-01-20T10:25:25.790Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:25:25.813Z] 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-20T10:25:26.725Z] + git log --format=format:%s -1 727932f00e62ff6ad7d46b39048d2df566fc596c [Pipeline] echo [2021-01-20T10:25:26.848Z] GIT_COMMIT: 727932f00e62ff6ad7d46b39048d2df566fc596c, Commit Message: Finished system agent module basic feature [Pipeline] echo [2021-01-20T10:25:26.892Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:25:27.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:25:27.739Z] [2021-01-20T10:25:27.739Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:25:28.133Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:25:28.133Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T10:25:28.133Z] 31603596830f: Pulling fs layer [2021-01-20T10:25:28.133Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T10:25:28.133Z] 6ca5941a6612: Pulling fs layer [2021-01-20T10:25:28.133Z] ecc8261a40a4: Pulling fs layer [2021-01-20T10:25:28.133Z] ecc8261a40a4: Waiting [2021-01-20T10:25:28.133Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T10:25:28.133Z] 2a8b12db71e7: Download complete [2021-01-20T10:25:28.421Z] 31603596830f: Download complete [2021-01-20T10:25:28.725Z] ecc8261a40a4: Verifying Checksum [2021-01-20T10:25:28.725Z] ecc8261a40a4: Download complete [2021-01-20T10:25:28.725Z] 6ca5941a6612: Verifying Checksum [2021-01-20T10:25:28.725Z] 6ca5941a6612: Download complete [2021-01-20T10:25:29.483Z] 31603596830f: Pull complete [2021-01-20T10:25:29.483Z] 2a8b12db71e7: Pull complete [2021-01-20T10:25:30.932Z] 6ca5941a6612: Pull complete [2021-01-20T10:25:31.547Z] ecc8261a40a4: Pull complete [2021-01-20T10:25:31.547Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T10:25:31.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:25:31.547Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T10:25:31.743Z] prd-centos7-docker-4c-2g-21598 does not seem to be running inside a container [2021-01-20T10:25:31.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:25:34.702Z] $ docker top 17865620c70639b1501526727a62f14cd222a607ab9e934202db79ebba59e718 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:25:35.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:25:35.126Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:25:35.669Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:25:35.672Z] $ docker exec 17865620c70639b1501526727a62f14cd222a607ab9e934202db79ebba59e718 ssh-agent [2021-01-20T10:25:36.017Z] SSH_AUTH_SOCK=/tmp/ssh-SY1e2XlOf6Z1/agent.12 [2021-01-20T10:25:36.017Z] SSH_AGENT_PID=18 [2021-01-20T10:25:36.037Z] Running ssh-add (command line suppressed) [2021-01-20T10:25:36.292Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3859407767674837322.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3859407767674837322.key) [2021-01-20T10:25:36.431Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:25:37.118Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T10:25:37.170Z] $ docker exec --env ******** --env ******** 17865620c70639b1501526727a62f14cd222a607ab9e934202db79ebba59e718 ssh-agent -k [2021-01-20T10:25:37.409Z] unset SSH_AUTH_SOCK; [2021-01-20T10:25:37.409Z] unset SSH_AGENT_PID; [2021-01-20T10:25:37.409Z] echo Agent pid 18 killed; [2021-01-20T10:25:37.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T10:25:37.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:25:37.651Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:25:38.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:25:38.041Z] $ docker exec 17865620c70639b1501526727a62f14cd222a607ab9e934202db79ebba59e718 ssh-agent [2021-01-20T10:25:38.401Z] SSH_AUTH_SOCK=/tmp/ssh-4Haq4C3eTTSq/agent.48 [2021-01-20T10:25:38.401Z] SSH_AGENT_PID=53 [2021-01-20T10:25:38.416Z] Running ssh-add (command line suppressed) [2021-01-20T10:25:38.604Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_418324214623582698.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_418324214623582698.key) [2021-01-20T10:25:38.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:25:39.066Z] + git semver init [2021-01-20T10:25:39.066Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:25:39.066Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T10:25:39.066Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:25:39.066Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:25:39.066Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:25:39.066Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:25:39.066Z] # $SEMVER_BRANCH = master [2021-01-20T10:25:39.066Z] # $SEMVER_TEMP = /tmp/semver-218287096 [2021-01-20T10:25:39.066Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T10:25:40.512Z] # '/tmp/semver-218287096' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-01-20T10:25:40.512Z] # -> Force: false [2021-01-20T10:25:40.512Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-20T10:25:40.530Z] $ docker exec --env ******** --env ******** 17865620c70639b1501526727a62f14cd222a607ab9e934202db79ebba59e718 ssh-agent -k [2021-01-20T10:25:40.732Z] unset SSH_AUTH_SOCK; [2021-01-20T10:25:40.734Z] unset SSH_AGENT_PID; [2021-01-20T10:25:40.734Z] echo Agent pid 53 killed; [2021-01-20T10:25:40.876Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:25:41.363Z] + git semver [Pipeline] } [2021-01-20T10:25:41.396Z] $ docker stop --time=1 17865620c70639b1501526727a62f14cd222a607ab9e934202db79ebba59e718 [2021-01-20T10:25:43.061Z] $ docker rm -f 17865620c70639b1501526727a62f14cd222a607ab9e934202db79ebba59e718 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:25:43.724Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T10:25:44.722Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T10:25:44.726Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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-20T10:26:00.259Z] Still waiting to schedule task [2021-01-20T10:26:00.259Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T10:26:00.261Z] Still waiting to schedule task [2021-01-20T10:26:00.261Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-20T10:27:53.005Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21599 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-01-20T10:27:53.137Z] Running in /w/workspace/edgex-ui-go/67 [Pipeline] { [Pipeline] checkout [2021-01-20T10:27:58.306Z] using credential edgex-jenkins-ssh [2021-01-20T10:27:58.375Z] Cloning the remote Git repository [2021-01-20T10:27:58.446Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:27:58.549Z] > git init /w/workspace/edgex-ui-go/67 # timeout=10 [2021-01-20T10:27:58.613Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:27:58.614Z] > git --version # timeout=10 [2021-01-20T10:27:58.632Z] > git --version # 'git version 2.17.1' [2021-01-20T10:27:58.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:27:58.709Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:28:00.797Z] Checking out Revision 727932f00e62ff6ad7d46b39048d2df566fc596c (master) [2021-01-20T10:28:00.242Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:28:00.257Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:28:00.291Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:28:00.323Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:28:00.324Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:28:00.336Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:28:00.836Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:28:00.854Z] > git checkout -f 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [2021-01-20T10:28:05.450Z] Commit message: "Finished system agent module basic feature" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:28:07.302Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:28:07.724Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:28:08.071Z] + sudo service docker restart [2021-01-20T10:28:08.071Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:28:10.198Z] provisioning config files... [2021-01-20T10:28:10.253Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/67@tmp/config3507424119322464998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:28:10.744Z] ---> docker-login.sh [2021-01-20T10:28:10.744Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:28:11.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:11.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:11.948Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:11.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:11.948Z] [2021-01-20T10:28:11.948Z] Login Succeeded [2021-01-20T10:28:11.948Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:28:12.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:12.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:12.509Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:12.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:12.509Z] [2021-01-20T10:28:12.509Z] Login Succeeded [2021-01-20T10:28:12.509Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:28:12.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:13.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:13.059Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:13.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:13.059Z] [2021-01-20T10:28:13.059Z] Login Succeeded [2021-01-20T10:28:13.059Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:28:13.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:13.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:13.619Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:13.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:13.619Z] [2021-01-20T10:28:13.619Z] Login Succeeded [2021-01-20T10:28:13.619Z] docker.io [2021-01-20T10:28:13.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:14.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:14.177Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:14.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:14.177Z] [2021-01-20T10:28:14.177Z] Login Succeeded [2021-01-20T10:28:14.177Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:28:14.195Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:28:14.644Z] ========================================================= [2021-01-20T10:28:14.644Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T10:28:14.644Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:28:15.071Z] + 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-20T10:28:15.678Z] Sending build context to Docker daemon 16.68MB [2021-01-20T10:28:15.678Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:28:15.678Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:28:15.956Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T10:28:15.956Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T10:28:15.956Z] a4357932f1b6: Pulling fs layer [2021-01-20T10:28:15.956Z] 18c013af1878: Pulling fs layer [2021-01-20T10:28:15.956Z] 00ac8860ef70: Pulling fs layer [2021-01-20T10:28:15.956Z] 63d7cb157983: Pulling fs layer [2021-01-20T10:28:15.956Z] b116817d02f9: Pulling fs layer [2021-01-20T10:28:15.956Z] 745a02a5169b: Pulling fs layer [2021-01-20T10:28:15.956Z] 63d7cb157983: Waiting [2021-01-20T10:28:15.956Z] b116817d02f9: Waiting [2021-01-20T10:28:15.956Z] 745a02a5169b: Waiting [2021-01-20T10:28:15.956Z] 00ac8860ef70: Waiting [2021-01-20T10:28:15.956Z] 18c013af1878: Verifying Checksum [2021-01-20T10:28:15.956Z] 18c013af1878: Download complete [2021-01-20T10:28:15.956Z] a4357932f1b6: Verifying Checksum [2021-01-20T10:28:15.956Z] a4357932f1b6: Download complete [2021-01-20T10:28:15.956Z] 63d7cb157983: Verifying Checksum [2021-01-20T10:28:15.956Z] 63d7cb157983: Download complete [2021-01-20T10:28:15.956Z] b116817d02f9: Verifying Checksum [2021-01-20T10:28:15.956Z] b116817d02f9: Download complete [2021-01-20T10:28:15.956Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T10:28:15.956Z] 5f621e34cdf4: Download complete [2021-01-20T10:28:16.949Z] 5f621e34cdf4: Pull complete [2021-01-20T10:28:17.556Z] a4357932f1b6: Pull complete [2021-01-20T10:28:17.791Z] Running on prd-centos7-docker-4c-2g-21600 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [2021-01-20T10:28:17.843Z] 18c013af1878: Pull complete [Pipeline] ws [2021-01-20T10:28:17.847Z] Running in /w/workspace/edgex-ui-go/67 [Pipeline] { [Pipeline] checkout [2021-01-20T10:28:18.124Z] 745a02a5169b: Verifying Checksum [2021-01-20T10:28:18.124Z] 745a02a5169b: Download complete [2021-01-20T10:28:19.560Z] 00ac8860ef70: Verifying Checksum [2021-01-20T10:28:19.560Z] 00ac8860ef70: Download complete [2021-01-20T10:28:20.297Z] using credential edgex-jenkins-ssh [2021-01-20T10:28:20.351Z] Cloning the remote Git repository [2021-01-20T10:28:19.881Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:28:19.952Z] > git init /w/workspace/edgex-ui-go/67 # timeout=10 [2021-01-20T10:28:20.013Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:28:20.013Z] > git --version # timeout=10 [2021-01-20T10:28:20.020Z] > git --version # 'git version 2.24.3' [2021-01-20T10:28:20.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:28:20.061Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:28:22.030Z] Checking out Revision 727932f00e62ff6ad7d46b39048d2df566fc596c (master) [2021-01-20T10:28:21.199Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:28:21.211Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:28:21.223Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:28:21.238Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:28:21.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:28:21.243Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T10:28:21.688Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:28:21.693Z] > git checkout -f 727932f00e62ff6ad7d46b39048d2df566fc596c # timeout=10 [2021-01-20T10:28:25.508Z] Commit message: "Finished system agent module basic feature" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:28:27.010Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:28:27.337Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:28:27.646Z] + true [2021-01-20T10:28:27.646Z] + sudo service docker restart [2021-01-20T10:28:27.646Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:28:29.113Z] provisioning config files... [2021-01-20T10:28:29.152Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/67@tmp/config6763134182694494382tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:28:29.512Z] ---> docker-login.sh [2021-01-20T10:28:29.512Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:28:29.748Z] 00ac8860ef70: Pull complete [2021-01-20T10:28:29.748Z] 63d7cb157983: Pull complete [2021-01-20T10:28:29.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:29.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:29.776Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:29.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:29.776Z] [2021-01-20T10:28:29.776Z] Login Succeeded [2021-01-20T10:28:29.776Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:28:30.023Z] b116817d02f9: Pull complete [2021-01-20T10:28:30.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:30.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:30.042Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:30.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:30.042Z] [2021-01-20T10:28:30.042Z] Login Succeeded [2021-01-20T10:28:30.042Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:28:30.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:30.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:30.042Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:30.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:30.042Z] [2021-01-20T10:28:30.042Z] Login Succeeded [2021-01-20T10:28:30.042Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:28:30.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:30.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:30.304Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:30.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:30.304Z] [2021-01-20T10:28:30.304Z] Login Succeeded [2021-01-20T10:28:30.304Z] docker.io [2021-01-20T10:28:30.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:28:30.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:28:30.566Z] Configure a credential helper to remove this warning. See [2021-01-20T10:28:30.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:28:30.566Z] [2021-01-20T10:28:30.566Z] Login Succeeded [2021-01-20T10:28:30.566Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:28:30.577Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:28:30.959Z] ========================================================= [2021-01-20T10:28:30.959Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T10:28:30.959Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:28:31.299Z] + 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-20T10:28:31.561Z] Sending build context to Docker daemon 16.68MB [2021-01-20T10:28:31.561Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:28:31.561Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:28:31.561Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T10:28:31.561Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T10:28:31.561Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T10:28:31.561Z] de9db76c5a1d: Pulling fs layer [2021-01-20T10:28:31.561Z] bca2f99d35d6: Pulling fs layer [2021-01-20T10:28:31.561Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T10:28:31.561Z] 7c6f9722023f: Pulling fs layer [2021-01-20T10:28:31.561Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T10:28:31.561Z] 93359f2a8cfa: Waiting [2021-01-20T10:28:31.561Z] 7c6f9722023f: Waiting [2021-01-20T10:28:31.561Z] a35cf1a2eb13: Waiting [2021-01-20T10:28:31.561Z] bca2f99d35d6: Waiting [2021-01-20T10:28:31.561Z] de9db76c5a1d: Verifying Checksum [2021-01-20T10:28:31.561Z] de9db76c5a1d: Download complete [2021-01-20T10:28:31.561Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T10:28:31.561Z] 0ef7d3d256c8: Download complete [2021-01-20T10:28:31.561Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T10:28:31.561Z] 93359f2a8cfa: Download complete [2021-01-20T10:28:31.561Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T10:28:31.561Z] 188c0c94c7c5: Download complete [2021-01-20T10:28:31.561Z] 7c6f9722023f: Verifying Checksum [2021-01-20T10:28:31.561Z] 7c6f9722023f: Download complete [2021-01-20T10:28:31.823Z] 188c0c94c7c5: Pull complete [2021-01-20T10:28:32.085Z] 0ef7d3d256c8: Pull complete [2021-01-20T10:28:32.085Z] de9db76c5a1d: Pull complete [2021-01-20T10:28:33.477Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T10:28:33.477Z] a35cf1a2eb13: Download complete [2021-01-20T10:28:34.054Z] bca2f99d35d6: Verifying Checksum [2021-01-20T10:28:34.054Z] bca2f99d35d6: Download complete [2021-01-20T10:28:34.349Z] 745a02a5169b: Pull complete [2021-01-20T10:28:34.349Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T10:28:34.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T10:28:34.349Z] ---> b7e6874047d6 [2021-01-20T10:28:34.349Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:28:36.966Z] ---> Running in 1e3dc5f8895f [2021-01-20T10:28:36.966Z] Removing intermediate container 1e3dc5f8895f [2021-01-20T10:28:36.966Z] ---> 5ec0c8b150f1 [2021-01-20T10:28:36.966Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:28:37.237Z] ---> Running in 54e36f74ce55 [2021-01-20T10:28:38.288Z] bca2f99d35d6: Pull complete [2021-01-20T10:28:38.288Z] 93359f2a8cfa: Pull complete [2021-01-20T10:28:38.552Z] 7c6f9722023f: Pull complete [2021-01-20T10:28:39.223Z] Removing intermediate container 54e36f74ce55 [2021-01-20T10:28:39.223Z] ---> 0537855e5bfb [2021-01-20T10:28:39.223Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:28:39.497Z] ---> Running in 3f9725f022b1 [2021-01-20T10:28:40.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:28:41.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:28:42.063Z] OK: 142 MiB in 39 packages [2021-01-20T10:28:43.049Z] Removing intermediate container 3f9725f022b1 [2021-01-20T10:28:43.049Z] ---> 1f66c7c03110 [2021-01-20T10:28:43.049Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:28:43.326Z] ---> Running in 040996b66923 [2021-01-20T10:28:43.599Z] Removing intermediate container 040996b66923 [2021-01-20T10:28:43.599Z] ---> b7f95de45b0d [2021-01-20T10:28:43.599Z] Step 7/8 : COPY . . [2021-01-20T10:28:45.587Z] ---> cda30f99eda1 [2021-01-20T10:28:45.587Z] Step 8/8 : RUN go mod download [2021-01-20T10:28:45.872Z] ---> Running in 737b6f3b9aa4 [2021-01-20T10:28:46.724Z] a35cf1a2eb13: Pull complete [2021-01-20T10:28:46.724Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T10:28:46.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T10:28:46.724Z] ---> a62c8e92a672 [2021-01-20T10:28:46.724Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:28:46.724Z] ---> Running in 81bb63a3f912 [2021-01-20T10:28:46.989Z] Removing intermediate container 81bb63a3f912 [2021-01-20T10:28:46.989Z] ---> 09f6fcb8a7d6 [2021-01-20T10:28:46.989Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:28:46.989Z] ---> Running in c5da922fcb99 [2021-01-20T10:28:47.934Z] Removing intermediate container c5da922fcb99 [2021-01-20T10:28:47.934Z] ---> 03c6b09371e7 [2021-01-20T10:28:47.934Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:28:47.934Z] ---> Running in 7a1abe9561cc [2021-01-20T10:28:48.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:28:49.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:28:50.064Z] OK: 166 MiB in 39 packages [2021-01-20T10:28:50.333Z] Removing intermediate container 7a1abe9561cc [2021-01-20T10:28:50.333Z] ---> 85d8fee8cd64 [2021-01-20T10:28:50.333Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:28:50.333Z] ---> Running in 6e8c0d568bf6 [2021-01-20T10:28:50.595Z] Removing intermediate container 6e8c0d568bf6 [2021-01-20T10:28:50.595Z] ---> c3cf95921041 [2021-01-20T10:28:50.595Z] Step 7/8 : COPY . . [2021-01-20T10:28:52.524Z] ---> abf2a35f8260 [2021-01-20T10:28:52.524Z] Step 8/8 : RUN go mod download [2021-01-20T10:28:52.524Z] ---> Running in 348c238e3313 [2021-01-20T10:29:12.685Z] Removing intermediate container 737b6f3b9aa4 [2021-01-20T10:29:12.685Z] ---> a7cd72ea6f37 [2021-01-20T10:29:12.685Z] Successfully built a7cd72ea6f37 [2021-01-20T10:29:12.685Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:29:13.034Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:29:13.034Z] . [Pipeline] withDockerContainer [2021-01-20T10:29:13.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-21599 does not seem to be running inside a container [2021-01-20T10:29:13.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/67 -v /w/workspace/edgex-ui-go/67:/w/workspace/edgex-ui-go/67:rw,z -v /w/workspace/edgex-ui-go/67@tmp:/w/workspace/edgex-ui-go/67@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-arm64 cat [2021-01-20T10:29:14.585Z] Removing intermediate container 348c238e3313 [2021-01-20T10:29:14.585Z] ---> 186849c1c583 [2021-01-20T10:29:14.585Z] Successfully built 186849c1c583 [2021-01-20T10:29:14.585Z] Successfully tagged ci-base-image-x86_64:latest [2021-01-20T10:29:14.881Z] $ docker top a5bfd9d6365126bba6312e0311d92f96c82f6e48e952d2198d5b8a67d033efcd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:29:15.675Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:29:15.675Z] . [Pipeline] withDockerContainer [2021-01-20T10:29:15.909Z] + go version [2021-01-20T10:29:15.909Z] go version go1.15.5 linux/arm64 [2021-01-20T10:29:15.973Z] prd-centos7-docker-4c-2g-21600 does not seem to be running inside a container [2021-01-20T10:29:16.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/67 -v /w/workspace/edgex-ui-go/67:/w/workspace/edgex-ui-go/67:rw,z -v /w/workspace/edgex-ui-go/67@tmp:/w/workspace/edgex-ui-go/67@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-20T10:29:16.786Z] $ docker top 5349c8328dd9cb7b4b2b3ab3f0c078c33b21ddcef7331a7292f1a542550d577d -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-20T10:29:17.072Z] $ docker stop --time=1 a5bfd9d6365126bba6312e0311d92f96c82f6e48e952d2198d5b8a67d033efcd [2021-01-20T10:29:18.967Z] $ docker rm -f a5bfd9d6365126bba6312e0311d92f96c82f6e48e952d2198d5b8a67d033efcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-20T10:29:19.631Z] + go version [2021-01-20T10:29:19.631Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T10:29:19.674Z] $ docker stop --time=1 5349c8328dd9cb7b4b2b3ab3f0c078c33b21ddcef7331a7292f1a542550d577d [2021-01-20T10:29:21.006Z] $ docker rm -f 5349c8328dd9cb7b4b2b3ab3f0c078c33b21ddcef7331a7292f1a542550d577d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:29:21.762Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:29:21.762Z] . [Pipeline] withDockerContainer [2021-01-20T10:29:21.869Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:29:21.869Z] . [2021-01-20T10:29:21.980Z] prd-ubuntu18.04-docker-arm64-4c-16g-21599 does not seem to be running inside a container [2021-01-20T10:29:22.065Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/67 -v /w/workspace/edgex-ui-go/67:/w/workspace/edgex-ui-go/67:rw,z -v /w/workspace/edgex-ui-go/67@tmp:/w/workspace/edgex-ui-go/67@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-arm64 cat [2021-01-20T10:29:23.486Z] $ docker top 4a89dca996c4cc1e912faa5c80293efd5476a97310ee85272ca62ad9972f484a -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-20T10:29:23.950Z] prd-centos7-docker-4c-2g-21600 does not seem to be running inside a container [2021-01-20T10:29:23.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/67 -v /w/workspace/edgex-ui-go/67:/w/workspace/edgex-ui-go/67:rw,z -v /w/workspace/edgex-ui-go/67@tmp:/w/workspace/edgex-ui-go/67@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-20T10:29:24.533Z] $ docker top 5839260d3fdcb8bc2ca6d2ca56970c072ab9695a3b26d43eeecd13c6e956d219 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-20T10:29:25.077Z] + make test [2021-01-20T10:29:25.077Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:29:25.381Z] + make test [2021-01-20T10:29:25.381Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:29:25.659Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:29:26.833Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:29:32.343Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:29:32.606Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T10:29:34.030Z] $ docker stop --time=1 5839260d3fdcb8bc2ca6d2ca56970c072ab9695a3b26d43eeecd13c6e956d219 [2021-01-20T10:29:36.081Z] $ docker rm -f 5839260d3fdcb8bc2ca6d2ca56970c072ab9695a3b26d43eeecd13c6e956d219 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:29:36.586Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:29:36.924Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T10:29:38.248Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:29:38.545Z] + ls -al . [2021-01-20T10:29:38.545Z] total 92 [2021-01-20T10:29:38.545Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 10:29 . [2021-01-20T10:29:38.545Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 20 10:28 .. [2021-01-20T10:29:38.545Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 10:28 assets [2021-01-20T10:29:38.545Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 10:28 bin [2021-01-20T10:29:38.545Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 10:28 cmd [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 10:28 CONTRIBUTING.md [2021-01-20T10:29:38.545Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 10:29 coverage.out [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 10:28 Dockerfile [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 10:28 Dockerfile.build [2021-01-20T10:29:38.545Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 10:28 docs [2021-01-20T10:29:38.545Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 20 10:28 .git [2021-01-20T10:29:38.545Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 10:28 .github [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 10:28 .gitignore [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 10:28 go.mod [2021-01-20T10:29:38.545Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 10:29 go.sum [2021-01-20T10:29:38.545Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 10:28 internal [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 10:28 Jenkinsfile [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 10:28 LICENSE [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 10:28 Makefile [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 10:28 README.md [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 20 10:25 VERSION [2021-01-20T10:29:38.545Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 10:28 version.go [2021-01-20T10:29:38.545Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jan 20 10:28 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:29:38.849Z] + 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=727932f00e62ff6ad7d46b39048d2df566fc596c --label arch=amd64 --label version=2.0.0-dev.9 . [2021-01-20T10:29:39.112Z] Sending build context to Docker daemon 16.7MB [2021-01-20T10:29:39.112Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:29:39.112Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:29:39.112Z] ---> 186849c1c583 [2021-01-20T10:29:39.112Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:29:39.372Z] ---> Running in c61c264b640d [2021-01-20T10:29:39.634Z] Removing intermediate container c61c264b640d [2021-01-20T10:29:39.634Z] ---> b22c9695d00d [2021-01-20T10:29:39.634Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:29:39.634Z] ---> Running in 0879dbb36485 [2021-01-20T10:29:39.634Z] Removing intermediate container 0879dbb36485 [2021-01-20T10:29:39.634Z] ---> c7a63851327b [2021-01-20T10:29:39.634Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:29:39.895Z] ---> Running in a4d427c2f002 [2021-01-20T10:29:39.895Z] Removing intermediate container a4d427c2f002 [2021-01-20T10:29:39.895Z] ---> aac6ba86815e [2021-01-20T10:29:39.895Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:29:39.895Z] ---> Running in fab24288794b [2021-01-20T10:29:40.164Z] Removing intermediate container fab24288794b [2021-01-20T10:29:40.164Z] ---> 387ac1c3437e [2021-01-20T10:29:40.164Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T10:29:40.164Z] ---> Running in 25e9a7f12e40 [2021-01-20T10:29:40.429Z] Removing intermediate container 25e9a7f12e40 [2021-01-20T10:29:40.429Z] ---> f40d49037b39 [2021-01-20T10:29:40.429Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:29:40.429Z] ---> Running in a04d8a13e338 [2021-01-20T10:29:41.379Z] Removing intermediate container a04d8a13e338 [2021-01-20T10:29:41.379Z] ---> 88c80316b5f7 [2021-01-20T10:29:41.379Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:29:41.379Z] ---> Running in f229aa26b826 [2021-01-20T10:29:41.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:29:42.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:29:43.982Z] OK: 166 MiB in 39 packages [2021-01-20T10:29:44.556Z] Removing intermediate container f229aa26b826 [2021-01-20T10:29:44.556Z] ---> c2f8b9433651 [2021-01-20T10:29:44.556Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:29:44.556Z] ---> Running in e2bb8c7b2e7b [2021-01-20T10:29:44.818Z] Removing intermediate container e2bb8c7b2e7b [2021-01-20T10:29:44.818Z] ---> bafe634b147c [2021-01-20T10:29:44.818Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:29:44.818Z] ---> Running in 1a3c2d217e5f [2021-01-20T10:29:44.818Z] Removing intermediate container 1a3c2d217e5f [2021-01-20T10:29:44.818Z] ---> b62a6a41aa9e [2021-01-20T10:29:44.818Z] Step 12/24 : COPY go.mod . [2021-01-20T10:29:45.081Z] ---> 1ce273b86d81 [2021-01-20T10:29:45.081Z] Step 13/24 : COPY Makefile . [2021-01-20T10:29:45.343Z] ---> 801f5b9f3e3e [2021-01-20T10:29:45.343Z] Step 14/24 : RUN make update [2021-01-20T10:29:45.343Z] ---> Running in 2b93dca0f7f8 [2021-01-20T10:29:45.919Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:29:46.493Z] Removing intermediate container 2b93dca0f7f8 [2021-01-20T10:29:46.493Z] ---> 9b2454004f6c [2021-01-20T10:29:46.493Z] Step 15/24 : COPY . . [2021-01-20T10:29:47.440Z] ---> d1bb93e2c52d [2021-01-20T10:29:47.440Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:29:47.705Z] ---> Running in 8e44e6421269 [2021-01-20T10:29:47.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.9" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T10:29:53.703Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T10:29:53.703Z] GO111MODULE=on go vet ./... [2021-01-20T10:29:54.613Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [Pipeline] } [2021-01-20T10:29:54.722Z] $ docker stop --time=1 4a89dca996c4cc1e912faa5c80293efd5476a97310ee85272ca62ad9972f484a [2021-01-20T10:29:56.849Z] $ docker rm -f 4a89dca996c4cc1e912faa5c80293efd5476a97310ee85272ca62ad9972f484a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:29:57.721Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T10:29:57.787Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T10:29:57.924Z] Removing intermediate container 8e44e6421269 [2021-01-20T10:29:57.924Z] ---> f4ac2f219531 [2021-01-20T10:29:57.924Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:29:57.924Z] 3.12: Pulling from library/alpine [2021-01-20T10:29:58.497Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T10:29:58.497Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T10:29:58.497Z] 801bfaa63ef2: Download complete [2021-01-20T10:29:58.523Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-20T10:29:58.759Z] 801bfaa63ef2: Pull complete [2021-01-20T10:29:58.759Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:29:58.759Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:29:58.759Z] ---> 389fef711851 [2021-01-20T10:29:58.759Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:29:58.759Z] ---> Running in a476a63d0d81 [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T10:29:59.022Z] Removing intermediate container a476a63d0d81 [2021-01-20T10:29:59.022Z] ---> 094040c50aa2 [2021-01-20T10:29:59.022Z] 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-20T10:29:59.314Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T10:29:59.694Z] + ls -al . [2021-01-20T10:29:59.694Z] total 124 [2021-01-20T10:29:59.694Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:29 . [2021-01-20T10:29:59.694Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:27 .. [2021-01-20T10:29:59.694Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 10:28 .git [2021-01-20T10:29:59.694Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:28 .github [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 10:28 .gitignore [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 10:28 CONTRIBUTING.md [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 10:28 Dockerfile [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 10:28 Dockerfile.build [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 10:28 Jenkinsfile [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 10:28 LICENSE [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 10:28 Makefile [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 10:28 README.md [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 20 10:25 VERSION [2021-01-20T10:29:59.694Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:28 assets [2021-01-20T10:29:59.694Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 10:28 bin [2021-01-20T10:29:59.694Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 10:28 cmd [2021-01-20T10:29:59.694Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 10:29 coverage.out [2021-01-20T10:29:59.694Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 10:28 docs [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 10:28 go.mod [2021-01-20T10:29:59.694Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 10:29 go.sum [2021-01-20T10:29:59.694Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 10:28 internal [2021-01-20T10:29:59.694Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 10:28 version.go [2021-01-20T10:29:59.694Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 10:28 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:29:59.968Z] ---> ed64f9dea584 [2021-01-20T10:29:59.968Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:29:59.968Z] ---> Running in bff68aafacee [2021-01-20T10:29:59.968Z] Removing intermediate container bff68aafacee [2021-01-20T10:29:59.968Z] ---> 20545f91bec6 [2021-01-20T10:29:59.968Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:29:59.968Z] ---> Running in 065f1b074db2 [2021-01-20T10:30:00.086Z] + 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=727932f00e62ff6ad7d46b39048d2df566fc596c --label arch=arm64 --label version=2.0.0-dev.9 . [2021-01-20T10:30:00.230Z] Removing intermediate container 065f1b074db2 [2021-01-20T10:30:00.230Z] ---> 0958814cf2a5 [2021-01-20T10:30:00.230Z] Step 22/24 : LABEL arch=amd64 [2021-01-20T10:30:00.230Z] ---> Running in 11fda4a85b40 [2021-01-20T10:30:00.491Z] Removing intermediate container 11fda4a85b40 [2021-01-20T10:30:00.491Z] ---> adc8051911f9 [2021-01-20T10:30:00.491Z] Step 23/24 : LABEL git_sha=727932f00e62ff6ad7d46b39048d2df566fc596c [2021-01-20T10:30:00.491Z] ---> Running in 9aa12739a905 [2021-01-20T10:30:00.718Z] Sending build context to Docker daemon 16.7MB [2021-01-20T10:30:00.718Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:30:00.718Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T10:30:00.718Z] ---> a7cd72ea6f37 [2021-01-20T10:30:00.718Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T10:30:00.756Z] Removing intermediate container 9aa12739a905 [2021-01-20T10:30:00.756Z] ---> 30f59653dc3a [2021-01-20T10:30:00.756Z] Step 24/24 : LABEL version=2.0.0-dev.9 [2021-01-20T10:30:00.756Z] ---> Running in d81d95bbe3bf [2021-01-20T10:30:00.756Z] Removing intermediate container d81d95bbe3bf [2021-01-20T10:30:00.756Z] ---> e08f23194707 [2021-01-20T10:30:00.756Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:30:00.756Z] Successfully built e08f23194707 [2021-01-20T10:30:01.016Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2021-01-20T10:30:01.312Z] ---> Running in 47189aa60df4 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:30:01.371Z] provisioning config files... [2021-01-20T10:30:01.409Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/67@tmp/config8111075448432364617tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:30:01.585Z] Removing intermediate container 47189aa60df4 [2021-01-20T10:30:01.585Z] ---> 77c3536aebdb [2021-01-20T10:30:01.585Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T10:30:01.789Z] ---> docker-login.sh [2021-01-20T10:30:01.789Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:30:01.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:01.859Z] ---> Running in bba29b649eb7 [2021-01-20T10:30:02.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:02.057Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:02.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:02.057Z] [2021-01-20T10:30:02.057Z] Login Succeeded [2021-01-20T10:30:02.057Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:30:02.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:02.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:02.057Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:02.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:02.057Z] [2021-01-20T10:30:02.057Z] Login Succeeded [2021-01-20T10:30:02.057Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:30:02.141Z] Removing intermediate container bba29b649eb7 [2021-01-20T10:30:02.141Z] ---> 4127d06b7c20 [2021-01-20T10:30:02.141Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T10:30:02.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:02.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:02.342Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:02.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:02.342Z] [2021-01-20T10:30:02.342Z] Login Succeeded [2021-01-20T10:30:02.342Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:30:02.420Z] ---> Running in 03a442e67e12 [2021-01-20T10:30:02.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:02.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:02.606Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:02.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:02.606Z] [2021-01-20T10:30:02.606Z] Login Succeeded [2021-01-20T10:30:02.606Z] docker.io [2021-01-20T10:30:02.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:02.695Z] Removing intermediate container 03a442e67e12 [2021-01-20T10:30:02.696Z] ---> d0ab5eee5da3 [2021-01-20T10:30:02.696Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T10:30:02.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:02.871Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:02.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:02.871Z] [2021-01-20T10:30:02.871Z] Login Succeeded [2021-01-20T10:30:02.871Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:30:02.894Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-20T10:30:02.995Z] ---> Running in ddd2f37fd398 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T10:30:03.187Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-01-20T10:30:03.187Z] 727932f00e62ff6ad7d46b39048d2df566fc596c [2021-01-20T10:30:03.187Z] latest [2021-01-20T10:30:03.187Z] 2.0.0-dev.9 [2021-01-20T10:30:03.187Z] 727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9 [2021-01-20T10:30:03.187Z] master [2021-01-20T10:30:03.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-20T10:30:03.279Z] Removing intermediate container ddd2f37fd398 [2021-01-20T10:30:03.279Z] ---> 37016c49a7be [2021-01-20T10:30:03.279Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:03.551Z] ---> Running in 41b02ba37020 [2021-01-20T10:30:03.737Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:727932f00e62ff6ad7d46b39048d2df566fc596c [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:03.822Z] Removing intermediate container 41b02ba37020 [2021-01-20T10:30:03.822Z] ---> cb0ad985b42a [2021-01-20T10:30:03.822Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:30:04.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:727932f00e62ff6ad7d46b39048d2df566fc596c [2021-01-20T10:30:04.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:30:04.036Z] e73615beb5ab: Preparing [2021-01-20T10:30:04.036Z] 777b2c648970: Preparing [2021-01-20T10:30:04.036Z] 777b2c648970: Layer already exists [2021-01-20T10:30:04.105Z] ---> Running in 15dec83a355e [2021-01-20T10:30:05.427Z] e73615beb5ab: Pushed [2021-01-20T10:30:05.427Z] 727932f00e62ff6ad7d46b39048d2df566fc596c: digest: sha256:118d97f6caf6cb4363c177d347d9efc1468f280d3fefafd60b57dc147aac7312 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:05.739Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:06.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-20T10:30:06.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:30:06.040Z] e73615beb5ab: Preparing [2021-01-20T10:30:06.040Z] 777b2c648970: Preparing [2021-01-20T10:30:06.040Z] e73615beb5ab: Layer already exists [2021-01-20T10:30:06.040Z] 777b2c648970: Layer already exists [2021-01-20T10:30:06.040Z] latest: digest: sha256:118d97f6caf6cb4363c177d347d9efc1468f280d3fefafd60b57dc147aac7312 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:06.079Z] Removing intermediate container 15dec83a355e [2021-01-20T10:30:06.079Z] ---> 53cdeb045f08 [2021-01-20T10:30:06.079Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T10:30:06.079Z] ---> Running in 1ab6af7cc295 [2021-01-20T10:30:06.347Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:06.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.9 [2021-01-20T10:30:06.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:30:06.651Z] e73615beb5ab: Preparing [2021-01-20T10:30:06.651Z] 777b2c648970: Preparing [2021-01-20T10:30:06.651Z] 777b2c648970: Layer already exists [2021-01-20T10:30:06.651Z] e73615beb5ab: Layer already exists [2021-01-20T10:30:06.651Z] 2.0.0-dev.9: digest: sha256:118d97f6caf6cb4363c177d347d9efc1468f280d3fefafd60b57dc147aac7312 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:07.149Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:07.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:30:07.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9 [2021-01-20T10:30:07.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:30:07.551Z] e73615beb5ab: Preparing [2021-01-20T10:30:07.551Z] 777b2c648970: Preparing [2021-01-20T10:30:07.551Z] e73615beb5ab: Layer already exists [2021-01-20T10:30:07.551Z] 777b2c648970: Layer already exists [2021-01-20T10:30:07.551Z] 727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9: digest: sha256:118d97f6caf6cb4363c177d347d9efc1468f280d3fefafd60b57dc147aac7312 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:07.861Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:08.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-01-20T10:30:08.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T10:30:08.164Z] e73615beb5ab: Preparing [2021-01-20T10:30:08.164Z] 777b2c648970: Preparing [2021-01-20T10:30:08.164Z] 777b2c648970: Layer already exists [2021-01-20T10:30:08.164Z] e73615beb5ab: Layer already exists [2021-01-20T10:30:08.164Z] master: digest: sha256:118d97f6caf6cb4363c177d347d9efc1468f280d3fefafd60b57dc147aac7312 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T10:30:08.397Z] ===================================================== [Pipeline] echo [2021-01-20T10:30:08.465Z] taggedImages: [2021-01-20T10:30:08.465Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:727932f00e62ff6ad7d46b39048d2df566fc596c [2021-01-20T10:30:08.465Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-20T10:30:08.465Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.9 [2021-01-20T10:30:08.465Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9 [2021-01-20T10:30:08.465Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [2021-01-20T10:30:08.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [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-20T10:30:09.926Z] OK: 142 MiB in 39 packages [2021-01-20T10:30:10.904Z] Removing intermediate container 1ab6af7cc295 [2021-01-20T10:30:10.904Z] ---> 417ae8f40f39 [2021-01-20T10:30:10.905Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T10:30:11.178Z] ---> Running in acbe798370fb [2021-01-20T10:30:11.452Z] Removing intermediate container acbe798370fb [2021-01-20T10:30:11.452Z] ---> d08bd1896b66 [2021-01-20T10:30:11.452Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T10:30:11.729Z] ---> Running in 74997b60d0ef [2021-01-20T10:30:12.014Z] Removing intermediate container 74997b60d0ef [2021-01-20T10:30:12.014Z] ---> 4c30195fcf83 [2021-01-20T10:30:12.014Z] Step 12/24 : COPY go.mod . [2021-01-20T10:30:12.614Z] ---> ef7aca3a529c [2021-01-20T10:30:12.614Z] Step 13/24 : COPY Makefile . [2021-01-20T10:30:13.602Z] ---> 0097ebfd93bd [2021-01-20T10:30:13.602Z] Step 14/24 : RUN make update [2021-01-20T10:30:13.602Z] ---> Running in 574834d7cb75 [2021-01-20T10:30:14.584Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T10:30:16.017Z] Removing intermediate container 574834d7cb75 [2021-01-20T10:30:16.017Z] ---> ac52f700e5c8 [2021-01-20T10:30:16.017Z] Step 15/24 : COPY . . [2021-01-20T10:30:18.004Z] ---> 7ed6681a0102 [2021-01-20T10:30:18.004Z] Step 16/24 : RUN ${MAKE} [2021-01-20T10:30:18.004Z] ---> Running in 1d3083f1354c [2021-01-20T10:30:18.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.9" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-20T10:30:41.205Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T10:30:45.506Z] Removing intermediate container 1d3083f1354c [2021-01-20T10:30:45.506Z] ---> fff44a14d568 [2021-01-20T10:30:45.506Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T10:30:45.506Z] 3.12: Pulling from library/alpine [2021-01-20T10:30:45.779Z] 159e5727ea61: Pulling fs layer [2021-01-20T10:30:45.779Z] 159e5727ea61: Verifying Checksum [2021-01-20T10:30:45.779Z] 159e5727ea61: Download complete [2021-01-20T10:30:46.769Z] 159e5727ea61: Pull complete [2021-01-20T10:30:46.769Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T10:30:46.769Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T10:30:46.769Z] ---> afeebe901d6b [2021-01-20T10:30:46.769Z] Step 18/24 : EXPOSE 4000 [2021-01-20T10:30:47.042Z] ---> Running in dc7c1932204f [2021-01-20T10:30:47.312Z] Removing intermediate container dc7c1932204f [2021-01-20T10:30:47.312Z] ---> c9f2cd265893 [2021-01-20T10:30:47.312Z] 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-20T10:30:49.281Z] ---> 2d09320761df [2021-01-20T10:30:49.281Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T10:30:49.281Z] ---> Running in e28db4d708d4 [2021-01-20T10:30:49.550Z] Removing intermediate container e28db4d708d4 [2021-01-20T10:30:49.550Z] ---> 84d7884bcaf7 [2021-01-20T10:30:49.550Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T10:30:49.822Z] ---> Running in 84aa50655ef0 [2021-01-20T10:30:50.095Z] Removing intermediate container 84aa50655ef0 [2021-01-20T10:30:50.095Z] ---> 419d660d201e [2021-01-20T10:30:50.095Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T10:30:50.095Z] ---> Running in e9003237bda0 [2021-01-20T10:30:50.687Z] Removing intermediate container e9003237bda0 [2021-01-20T10:30:50.687Z] ---> b0f030a3c1ee [2021-01-20T10:30:50.687Z] Step 23/24 : LABEL git_sha=727932f00e62ff6ad7d46b39048d2df566fc596c [2021-01-20T10:30:50.687Z] ---> Running in 349a488421b5 [2021-01-20T10:30:51.286Z] Removing intermediate container 349a488421b5 [2021-01-20T10:30:51.286Z] ---> 03c92430bad2 [2021-01-20T10:30:51.286Z] Step 24/24 : LABEL version=2.0.0-dev.9 [2021-01-20T10:30:51.286Z] ---> Running in 3862383de0c9 [2021-01-20T10:30:51.880Z] Removing intermediate container 3862383de0c9 [2021-01-20T10:30:51.880Z] ---> 8826ec2b29a1 [2021-01-20T10:30:51.880Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T10:30:51.880Z] Successfully built 8826ec2b29a1 [2021-01-20T10:30:51.880Z] 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-20T10:30:52.383Z] provisioning config files... [2021-01-20T10:30:52.427Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/67@tmp/config7625615882388933921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:30:52.853Z] ---> docker-login.sh [2021-01-20T10:30:52.853Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:30:53.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:53.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:53.125Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:53.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:53.125Z] [2021-01-20T10:30:53.125Z] Login Succeeded [2021-01-20T10:30:53.125Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:30:53.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:53.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:53.721Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:53.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:53.721Z] [2021-01-20T10:30:53.721Z] Login Succeeded [2021-01-20T10:30:53.721Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:30:54.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:54.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:54.312Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:54.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:54.312Z] [2021-01-20T10:30:54.312Z] Login Succeeded [2021-01-20T10:30:54.312Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:30:54.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:54.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:54.856Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:54.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:54.856Z] [2021-01-20T10:30:54.856Z] Login Succeeded [2021-01-20T10:30:54.856Z] docker.io [2021-01-20T10:30:55.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:30:55.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:30:55.399Z] Configure a credential helper to remove this warning. See [2021-01-20T10:30:55.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:30:55.399Z] [2021-01-20T10:30:55.399Z] Login Succeeded [2021-01-20T10:30:55.399Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:30:55.417Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T10:30:55.667Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-01-20T10:30:55.667Z] 727932f00e62ff6ad7d46b39048d2df566fc596c [2021-01-20T10:30:55.667Z] latest [2021-01-20T10:30:55.667Z] 2.0.0-dev.9 [2021-01-20T10:30:55.667Z] 727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9 [2021-01-20T10:30:55.667Z] master [2021-01-20T10:30:55.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:56.206Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:727932f00e62ff6ad7d46b39048d2df566fc596c [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:30:56.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:727932f00e62ff6ad7d46b39048d2df566fc596c [2021-01-20T10:30:56.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:30:56.551Z] d465f786f480: Preparing [2021-01-20T10:30:56.551Z] 379067d0cb53: Preparing [2021-01-20T10:30:56.551Z] 379067d0cb53: Layer already exists [2021-01-20T10:30:59.929Z] d465f786f480: Pushed [2021-01-20T10:31:00.200Z] 727932f00e62ff6ad7d46b39048d2df566fc596c: digest: sha256:a413c1dd83dadf9c0c3085113e0910a1b451c36cdc943a4906d2a39790fcf8bb size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:00.545Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:00.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-20T10:31:00.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:31:00.888Z] d465f786f480: Preparing [2021-01-20T10:31:00.888Z] 379067d0cb53: Preparing [2021-01-20T10:31:00.888Z] 379067d0cb53: Layer already exists [2021-01-20T10:31:00.888Z] d465f786f480: Layer already exists [2021-01-20T10:31:01.162Z] latest: digest: sha256:a413c1dd83dadf9c0c3085113e0910a1b451c36cdc943a4906d2a39790fcf8bb size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:01.508Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:01.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.9 [2021-01-20T10:31:01.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:31:01.842Z] d465f786f480: Preparing [2021-01-20T10:31:01.842Z] 379067d0cb53: Preparing [2021-01-20T10:31:01.842Z] 379067d0cb53: Layer already exists [2021-01-20T10:31:02.114Z] d465f786f480: Layer already exists [2021-01-20T10:31:02.114Z] 2.0.0-dev.9: digest: sha256:a413c1dd83dadf9c0c3085113e0910a1b451c36cdc943a4906d2a39790fcf8bb size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:02.459Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:02.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9 [2021-01-20T10:31:02.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:31:02.799Z] d465f786f480: Preparing [2021-01-20T10:31:02.799Z] 379067d0cb53: Preparing [2021-01-20T10:31:02.799Z] 379067d0cb53: Layer already exists [2021-01-20T10:31:02.799Z] d465f786f480: Layer already exists [2021-01-20T10:31:03.071Z] 727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9: digest: sha256:a413c1dd83dadf9c0c3085113e0910a1b451c36cdc943a4906d2a39790fcf8bb size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:03.412Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:03.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-01-20T10:31:03.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T10:31:03.749Z] d465f786f480: Preparing [2021-01-20T10:31:03.749Z] 379067d0cb53: Preparing [2021-01-20T10:31:03.749Z] d465f786f480: Layer already exists [2021-01-20T10:31:03.749Z] 379067d0cb53: Layer already exists [2021-01-20T10:31:04.024Z] master: digest: sha256:a413c1dd83dadf9c0c3085113e0910a1b451c36cdc943a4906d2a39790fcf8bb size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T10:31:04.249Z] ===================================================== [Pipeline] echo [2021-01-20T10:31:04.298Z] taggedImages: [2021-01-20T10:31:04.298Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:727932f00e62ff6ad7d46b39048d2df566fc596c [2021-01-20T10:31:04.298Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-20T10:31:04.298Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.9 [2021-01-20T10:31:04.298Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:727932f00e62ff6ad7d46b39048d2df566fc596c-2.0.0-dev.9 [2021-01-20T10:31:04.298Z] - 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-20T10:31:05.817Z] provisioning config files... [2021-01-20T10:31:05.831Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5536056711219362770tmp [Pipeline] { [Pipeline] sh [2021-01-20T10:31:06.278Z] + set +x [2021-01-20T10:31:06.278Z] + curl -s https://codecov.io/bash [2021-01-20T10:31:06.278Z] + bash -s -- [2021-01-20T10:31:06.546Z] [2021-01-20T10:31:06.546Z] _____ _ [2021-01-20T10:31:06.546Z] / ____| | | [2021-01-20T10:31:06.546Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T10:31:06.546Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T10:31:06.546Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T10:31:06.546Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T10:31:06.546Z] Bash-20210115-cec3c92 [2021-01-20T10:31:06.546Z] [2021-01-20T10:31:06.546Z] [2021-01-20T10:31:06.546Z] ==> git version 2.24.3 found [2021-01-20T10:31:06.546Z] ==> 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-20T10:31:06.546Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T10:31:06.546Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T10:31:06.546Z] ==> Jenkins CI detected. [2021-01-20T10:31:06.546Z] project root: . [2021-01-20T10:31:06.546Z] --> token set from env [2021-01-20T10:31:06.546Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T10:31:06.546Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T10:31:06.546Z] ==> Python coveragepy not found [2021-01-20T10:31:06.546Z] ==> Searching for coverage reports in: [2021-01-20T10:31:06.546Z] + . [2021-01-20T10:31:06.819Z] -> Found 1 reports [2021-01-20T10:31:06.819Z] ==> Detecting git/mercurial file structure [2021-01-20T10:31:06.819Z] ==> Reading reports [2021-01-20T10:31:06.819Z] + ./coverage.out bytes=10 [2021-01-20T10:31:06.819Z] ==> Appending adjustments [2021-01-20T10:31:06.819Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T10:31:06.819Z] + Found adjustments [2021-01-20T10:31:06.819Z] ==> Gzipping contents [2021-01-20T10:31:06.819Z] 4.0K /tmp/codecov.wgUcnT.gz [2021-01-20T10:31:06.819Z] ==> Uploading reports [2021-01-20T10:31:06.820Z] url: https://codecov.io [2021-01-20T10:31:06.820Z] query: branch=master&commit=727932f00e62ff6ad7d46b39048d2df566fc596c&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F67%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T10:31:06.820Z] -> Pinging Codecov [2021-01-20T10:31:06.820Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=727932f00e62ff6ad7d46b39048d2df566fc596c&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F67%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T10:31:07.404Z] -> Uploading to [2021-01-20T10:31:07.404Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/727932f00e62ff6ad7d46b39048d2df566fc596c/bd733db5-0769-4d0f-a123-5cc16d607609.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T103107Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=44f0a2ab542f0b0538468a867f28523e7a2365bdd4fdd46922c48417d456bb43 [2021-01-20T10:31:07.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T10:31:07.404Z] Dload Upload Total Spent Left Speed [2021-01-20T10:31:07.956Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2480 0 0 100 2480 0 4624 --:--:-- --:--:-- --:--:-- 4618 [2021-01-20T10:31:07.956Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/727932f00e62ff6ad7d46b39048d2df566fc596c [Pipeline] } [2021-01-20T10:31:07.971Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-20T10:31:08.960Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-20T10:31:09.014Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:09.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T10:31:09.395Z] [2021-01-20T10:31:09.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:31:09.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T10:31:10.059Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-20T10:31:10.059Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T10:31:10.059Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T10:31:10.059Z] de9db76c5a1d: Pulling fs layer [2021-01-20T10:31:10.059Z] 0eba1c9be4d2: Pulling fs layer [2021-01-20T10:31:10.059Z] 0d57e429df01: Pulling fs layer [2021-01-20T10:31:10.059Z] 4e4be7b47b0d: Pulling fs layer [2021-01-20T10:31:10.059Z] e1f770b5df2f: Pulling fs layer [2021-01-20T10:31:10.059Z] 85a0685a4137: Pulling fs layer [2021-01-20T10:31:10.059Z] 0eba1c9be4d2: Waiting [2021-01-20T10:31:10.059Z] 0d57e429df01: Waiting [2021-01-20T10:31:10.059Z] 4e4be7b47b0d: Waiting [2021-01-20T10:31:10.059Z] e1f770b5df2f: Waiting [2021-01-20T10:31:10.059Z] 85a0685a4137: Waiting [2021-01-20T10:31:10.059Z] de9db76c5a1d: Download complete [2021-01-20T10:31:10.059Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T10:31:10.059Z] 0ef7d3d256c8: Download complete [2021-01-20T10:31:10.059Z] 0d57e429df01: Verifying Checksum [2021-01-20T10:31:10.059Z] 0d57e429df01: Download complete [2021-01-20T10:31:10.059Z] 4e4be7b47b0d: Download complete [2021-01-20T10:31:10.059Z] 188c0c94c7c5: Download complete [2021-01-20T10:31:10.666Z] 188c0c94c7c5: Pull complete [2021-01-20T10:31:10.995Z] 0ef7d3d256c8: Pull complete [2021-01-20T10:31:11.267Z] de9db76c5a1d: Pull complete [2021-01-20T10:31:12.296Z] e1f770b5df2f: Verifying Checksum [2021-01-20T10:31:12.296Z] e1f770b5df2f: Download complete [2021-01-20T10:31:17.879Z] 0eba1c9be4d2: Verifying Checksum [2021-01-20T10:31:17.879Z] 0eba1c9be4d2: Download complete [2021-01-20T10:31:19.960Z] 85a0685a4137: Verifying Checksum [2021-01-20T10:31:19.960Z] 85a0685a4137: Download complete [2021-01-20T10:31:30.426Z] 0eba1c9be4d2: Pull complete [2021-01-20T10:31:30.426Z] 0d57e429df01: Pull complete [2021-01-20T10:31:30.426Z] 4e4be7b47b0d: Pull complete [2021-01-20T10:31:32.422Z] e1f770b5df2f: Pull complete [2021-01-20T10:31:45.319Z] 85a0685a4137: Pull complete [2021-01-20T10:31:45.319Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-20T10:31:45.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T10:31:45.319Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-20T10:31:45.947Z] prd-centos7-docker-4c-2g-21598 does not seem to be running inside a container [2021-01-20T10:31:46.110Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-20T10:31:47.679Z] $ docker top 37e4c8fe5586e6adfa494c0456e214206c099395d47a9b23bc586b82b71c0321 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T10:31:47.987Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-20T10:31:48.352Z] + set -o pipefail [2021-01-20T10:31:48.352Z] + snyk monitor '--org=edgex-jenkins' [2021-01-20T10:31:58.843Z] [2021-01-20T10:31:58.843Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-01-20T10:31:58.843Z] [2021-01-20T10:31:58.843Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/b069746d-35c3-4e9e-bd7a-b68a76c7d208 [2021-01-20T10:31:58.843Z] [2021-01-20T10:31:58.843Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-01-20T10:31:58.843Z] [2021-01-20T10:31:58.843Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-20T10:31:58.843Z] [2021-01-20T10:31:58.843Z] [Pipeline] } [2021-01-20T10:31:58.872Z] $ docker stop --time=1 37e4c8fe5586e6adfa494c0456e214206c099395d47a9b23bc586b82b71c0321 [2021-01-20T10:32:01.654Z] $ docker rm -f 37e4c8fe5586e6adfa494c0456e214206c099395d47a9b23bc586b82b71c0321 [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-20T10:32:04.076Z] + git log --format=format:%s -1 727932f00e62ff6ad7d46b39048d2df566fc596c [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:32:04.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:32:04.555Z] . [Pipeline] withDockerContainer [2021-01-20T10:32:04.891Z] prd-centos7-docker-4c-2g-21598 does not seem to be running inside a container [2021-01-20T10:32:05.036Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:32:06.306Z] $ docker top 4e8b2526556461f03961f84d8fe171b0b263136abbb6b36c69fa1d71723fa07a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:32:06.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:32:06.722Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:32:07.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:32:07.071Z] $ docker exec 4e8b2526556461f03961f84d8fe171b0b263136abbb6b36c69fa1d71723fa07a ssh-agent [2021-01-20T10:32:07.330Z] SSH_AUTH_SOCK=/tmp/ssh-vmZg6HaSGepp/agent.11 [2021-01-20T10:32:07.330Z] SSH_AGENT_PID=16 [2021-01-20T10:32:07.346Z] Running ssh-add (command line suppressed) [2021-01-20T10:32:07.571Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7652606733109244559.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7652606733109244559.key) [2021-01-20T10:32:07.641Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:32:07.998Z] + git semver tag [2021-01-20T10:32:08.268Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:32:08.268Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T10:32:08.268Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:32:08.268Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:32:08.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:32:08.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:32:08.268Z] # $SEMVER_BRANCH = master [2021-01-20T10:32:08.268Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-20T10:32:08.268Z] # 727932f00e62ff6ad7d46b39048d2df566fc596c HEAD [2021-01-20T10:32:08.268Z] # -> Force: false [2021-01-20T10:32:08.268Z] # 38ddc40995711086f31ba129d41bc3a388192d18 refs/tags/v2.0.0-dev.9 [Pipeline] } [2021-01-20T10:32:08.283Z] $ docker exec --env ******** --env ******** 4e8b2526556461f03961f84d8fe171b0b263136abbb6b36c69fa1d71723fa07a ssh-agent -k [2021-01-20T10:32:08.485Z] unset SSH_AUTH_SOCK; [2021-01-20T10:32:08.485Z] unset SSH_AGENT_PID; [2021-01-20T10:32:08.485Z] echo Agent pid 16 killed; [2021-01-20T10:32:08.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:32:09.103Z] + git semver [Pipeline] } [2021-01-20T10:32:09.400Z] $ docker stop --time=1 4e8b2526556461f03961f84d8fe171b0b263136abbb6b36c69fa1d71723fa07a [2021-01-20T10:32:11.230Z] $ docker rm -f 4e8b2526556461f03961f84d8fe171b0b263136abbb6b36c69fa1d71723fa07a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:32:12.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T10:32:12.154Z] [2021-01-20T10:32:12.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:32:12.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T10:32:12.601Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-20T10:32:12.601Z] ab5ef0e58194: Pulling fs layer [2021-01-20T10:32:12.601Z] 9712f1f96733: Pulling fs layer [2021-01-20T10:32:12.601Z] 63f879dbbcfc: Pulling fs layer [2021-01-20T10:32:12.601Z] 0d9ebad4ef96: Pulling fs layer [2021-01-20T10:32:12.601Z] e9a5061849ea: Pulling fs layer [2021-01-20T10:32:12.601Z] d747dcd14b5f: Pulling fs layer [2021-01-20T10:32:12.601Z] 2de7ff778b66: Pulling fs layer [2021-01-20T10:32:12.601Z] 0d9ebad4ef96: Waiting [2021-01-20T10:32:12.601Z] e9a5061849ea: Waiting [2021-01-20T10:32:12.601Z] d747dcd14b5f: Waiting [2021-01-20T10:32:12.601Z] 2de7ff778b66: Waiting [2021-01-20T10:32:12.889Z] 9712f1f96733: Verifying Checksum [2021-01-20T10:32:12.889Z] 9712f1f96733: Download complete [2021-01-20T10:32:16.434Z] 63f879dbbcfc: Verifying Checksum [2021-01-20T10:32:16.434Z] 63f879dbbcfc: Download complete [2021-01-20T10:32:17.958Z] e9a5061849ea: Verifying Checksum [2021-01-20T10:32:17.958Z] e9a5061849ea: Download complete [2021-01-20T10:32:17.958Z] d747dcd14b5f: Verifying Checksum [2021-01-20T10:32:17.958Z] d747dcd14b5f: Download complete [2021-01-20T10:32:18.582Z] 0d9ebad4ef96: Verifying Checksum [2021-01-20T10:32:18.582Z] 0d9ebad4ef96: Download complete [2021-01-20T10:32:18.856Z] ab5ef0e58194: Verifying Checksum [2021-01-20T10:32:18.856Z] ab5ef0e58194: Download complete [2021-01-20T10:32:18.856Z] 2de7ff778b66: Verifying Checksum [2021-01-20T10:32:18.856Z] 2de7ff778b66: Download complete [2021-01-20T10:32:27.388Z] ab5ef0e58194: Pull complete [2021-01-20T10:32:27.659Z] 9712f1f96733: Pull complete [2021-01-20T10:32:31.143Z] 63f879dbbcfc: Pull complete [2021-01-20T10:32:41.449Z] 0d9ebad4ef96: Pull complete [2021-01-20T10:32:43.467Z] e9a5061849ea: Pull complete [2021-01-20T10:32:43.467Z] d747dcd14b5f: Pull complete [2021-01-20T10:32:46.108Z] 2de7ff778b66: Pull complete [2021-01-20T10:32:46.108Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-20T10:32:46.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T10:32:46.108Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-20T10:32:46.469Z] prd-centos7-docker-4c-2g-21598 does not seem to be running inside a container [2021-01-20T10:32:46.547Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-20T10:32:50.595Z] $ docker top 650bbd4ef1cc90390c78f106e65aab306f47caeab1ce422d8d48e39c2e510138 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-20T10:32:51.017Z] provisioning config files... [2021-01-20T10:32:51.038Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config541760626869291048tmp [2021-01-20T10:32:51.066Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7511195347511597494tmp [2021-01-20T10:32:51.089Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7855617533645265779tmp [Pipeline] { [Pipeline] echo [2021-01-20T10:32:51.162Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:32:51.868Z] ---> sigul-configuration.sh [2021-01-20T10:32:51.868Z] gpg: directory `/root/.gnupg' created [2021-01-20T10:32:51.868Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-20T10:32:51.868Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-20T10:32:51.868Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-20T10:32:51.868Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-20T10:32:51.868Z] gpg: CAST5 encrypted data [2021-01-20T10:32:52.139Z] gpg: encrypted with 1 passphrase [2021-01-20T10:32:52.139Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-20T10:32:53.085Z] + mkdir /home/jenkins [2021-01-20T10:32:53.085Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-20T10:32:53.865Z] + 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-20T10:32:53.880Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:32:54.571Z] ---> sigul-install.sh [2021-01-20T10:33:02.895Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-20T10:33:03.863Z] + git tag --list [2021-01-20T10:33:03.863Z] 0.1.1 [2021-01-20T10:33:03.863Z] v1.1.0 [2021-01-20T10:33:03.863Z] v1.2.0 [2021-01-20T10:33:03.863Z] v1.2.1 [2021-01-20T10:33:03.863Z] v1.2.2-dev.1 [2021-01-20T10:33:03.863Z] v1.2.2-dev.10 [2021-01-20T10:33:03.863Z] v1.2.2-dev.11 [2021-01-20T10:33:03.863Z] v1.2.2-dev.12 [2021-01-20T10:33:03.863Z] v1.2.2-dev.2 [2021-01-20T10:33:03.863Z] v1.2.2-dev.3 [2021-01-20T10:33:03.863Z] v1.2.2-dev.4 [2021-01-20T10:33:03.863Z] v1.2.2-dev.5 [2021-01-20T10:33:03.863Z] v1.2.2-dev.6 [2021-01-20T10:33:03.863Z] v1.2.2-dev.7 [2021-01-20T10:33:03.863Z] v1.2.2-dev.8 [2021-01-20T10:33:03.863Z] v1.2.2-dev.9 [2021-01-20T10:33:03.863Z] v1.3.0 [2021-01-20T10:33:03.863Z] v1.3.1-dev.1 [2021-01-20T10:33:03.863Z] v1.3.1-dev.2 [2021-01-20T10:33:03.863Z] v2.0.0-dev.1 [2021-01-20T10:33:03.863Z] v2.0.0-dev.2 [2021-01-20T10:33:03.863Z] v2.0.0-dev.3 [2021-01-20T10:33:03.863Z] v2.0.0-dev.4 [2021-01-20T10:33:03.863Z] v2.0.0-dev.5 [2021-01-20T10:33:03.863Z] v2.0.0-dev.6 [2021-01-20T10:33:03.863Z] v2.0.0-dev.7 [2021-01-20T10:33:03.863Z] v2.0.0-dev.8 [2021-01-20T10:33:03.863Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-20T10:33:04.558Z] + lftools sign git-tag v2.0.0-dev.9 [2021-01-20T10:33:06.562Z] Signing Git tag with Sigul... [2021-01-20T10:33:06.562Z] Signing v2.0.0-dev.9 [Pipeline] echo [2021-01-20T10:33:08.589Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:33:09.294Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-20T10:33:09.323Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-20T10:33:09.440Z] $ docker stop --time=1 650bbd4ef1cc90390c78f106e65aab306f47caeab1ce422d8d48e39c2e510138 [2021-01-20T10:33:11.633Z] $ docker rm -f 650bbd4ef1cc90390c78f106e65aab306f47caeab1ce422d8d48e39c2e510138 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:33:12.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:33:12.825Z] . [Pipeline] withDockerContainer [2021-01-20T10:33:13.053Z] prd-centos7-docker-4c-2g-21598 does not seem to be running inside a container [2021-01-20T10:33:13.184Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:33:14.651Z] $ docker top 19361200546f0a15fe579e4af8c39bac64551d421be1ba7a2b064536a836ed2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:33:15.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:33:15.104Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:33:15.519Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:33:15.521Z] $ docker exec 19361200546f0a15fe579e4af8c39bac64551d421be1ba7a2b064536a836ed2e ssh-agent [2021-01-20T10:33:16.036Z] SSH_AUTH_SOCK=/tmp/ssh-6RXe27Mxx3EI/agent.12 [2021-01-20T10:33:16.036Z] SSH_AGENT_PID=17 [2021-01-20T10:33:16.049Z] Running ssh-add (command line suppressed) [2021-01-20T10:33:16.433Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_684096521744151695.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_684096521744151695.key) [2021-01-20T10:33:16.678Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:33:17.102Z] + git semver bump pre [2021-01-20T10:33:17.375Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:33:17.375Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T10:33:17.375Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:33:17.375Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:33:17.375Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:33:17.375Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:33:17.375Z] # $SEMVER_BRANCH = master [2021-01-20T10:33:17.375Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-20T10:33:17.375Z] 2.0.0-dev.10 [Pipeline] } [2021-01-20T10:33:17.390Z] $ docker exec --env ******** --env ******** 19361200546f0a15fe579e4af8c39bac64551d421be1ba7a2b064536a836ed2e ssh-agent -k [2021-01-20T10:33:17.685Z] unset SSH_AUTH_SOCK; [2021-01-20T10:33:17.686Z] unset SSH_AGENT_PID; [2021-01-20T10:33:17.686Z] echo Agent pid 17 killed; [2021-01-20T10:33:17.784Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:33:18.612Z] + git semver [Pipeline] } [2021-01-20T10:33:18.646Z] $ docker stop --time=1 19361200546f0a15fe579e4af8c39bac64551d421be1ba7a2b064536a836ed2e [2021-01-20T10:33:20.853Z] $ docker rm -f 19361200546f0a15fe579e4af8c39bac64551d421be1ba7a2b064536a836ed2e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:33:21.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:33:21.723Z] . [Pipeline] withDockerContainer [2021-01-20T10:33:22.027Z] prd-centos7-docker-4c-2g-21598 does not seem to be running inside a container [2021-01-20T10:33:22.440Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:33:23.760Z] $ docker top 19ee29554634558ed6ae72f73bbddc0570f3b66c4c8c0277adda7a621022be95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:33:24.148Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:33:24.148Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:33:24.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:33:24.646Z] $ docker exec 19ee29554634558ed6ae72f73bbddc0570f3b66c4c8c0277adda7a621022be95 ssh-agent [2021-01-20T10:33:25.161Z] SSH_AUTH_SOCK=/tmp/ssh-z16OfNf6ix37/agent.11 [2021-01-20T10:33:25.161Z] SSH_AGENT_PID=17 [2021-01-20T10:33:25.177Z] Running ssh-add (command line suppressed) [2021-01-20T10:33:25.496Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2725677841197399894.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2725677841197399894.key) [2021-01-20T10:33:25.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:33:26.699Z] + git semver push [2021-01-20T10:33:26.699Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:33:26.699Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T10:33:26.699Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:33:26.699Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:33:26.699Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:33:26.699Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:33:26.699Z] # $SEMVER_BRANCH = master [2021-01-20T10:33:26.699Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-20T10:33:35.005Z] $ docker exec --env ******** --env ******** 19ee29554634558ed6ae72f73bbddc0570f3b66c4c8c0277adda7a621022be95 ssh-agent -k [2021-01-20T10:33:35.573Z] unset SSH_AUTH_SOCK; [2021-01-20T10:33:35.575Z] unset SSH_AGENT_PID; [2021-01-20T10:33:35.576Z] echo Agent pid 17 killed; [2021-01-20T10:33:35.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:33:36.601Z] + git semver [Pipeline] } [2021-01-20T10:33:36.652Z] $ docker stop --time=1 19ee29554634558ed6ae72f73bbddc0570f3b66c4c8c0277adda7a621022be95 [2021-01-20T10:33:38.246Z] $ docker rm -f 19ee29554634558ed6ae72f73bbddc0570f3b66c4c8c0277adda7a621022be95 [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-20T10:33:40.277Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:33:41.023Z] ---> package-listing.sh [2021-01-20T10:33:41.023Z] ++ facter osfamily [2021-01-20T10:33:41.023Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T10:33:41.311Z] + OS_FAMILY=redhat [2021-01-20T10:33:41.311Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T10:33:41.311Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T10:33:41.311Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T10:33:41.311Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T10:33:41.311Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T10:33:41.311Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-20T10:33:41.311Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T10:33:41.311Z] + case "${OS_FAMILY}" in [2021-01-20T10:33:41.311Z] + rpm -qa [2021-01-20T10:33:41.311Z] + sort [2021-01-20T10:33:48.002Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T10:33:48.002Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T10:33:48.002Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T10:33:48.002Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-20T10:33:48.002Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-01-20T10:33:48.002Z] + 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-20T10:33:48.035Z] 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-20T10:33:48.390Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:33:49.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:33:49.291Z] [2021-01-20T10:33:49.291Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:33:49.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:33:49.967Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T10:33:49.967Z] df20fa9351a1: Pulling fs layer [2021-01-20T10:33:49.967Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T10:33:49.967Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T10:33:49.967Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T10:33:49.967Z] 93b61091891f: Pulling fs layer [2021-01-20T10:33:49.967Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T10:33:49.967Z] 5e14af77c1be: Pulling fs layer [2021-01-20T10:33:49.967Z] 01666e4c0597: Pulling fs layer [2021-01-20T10:33:49.967Z] aa168da1d23b: Pulling fs layer [2021-01-20T10:33:49.967Z] 46f8f816bc3b: Waiting [2021-01-20T10:33:49.967Z] 93b61091891f: Waiting [2021-01-20T10:33:49.967Z] 93b9cdb0e59b: Waiting [2021-01-20T10:33:49.967Z] 5e14af77c1be: Waiting [2021-01-20T10:33:49.967Z] 01666e4c0597: Waiting [2021-01-20T10:33:49.967Z] aa168da1d23b: Waiting [2021-01-20T10:33:49.967Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T10:33:49.967Z] 36b3adc4ff6f: Download complete [2021-01-20T10:33:49.967Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T10:33:49.967Z] 46f8f816bc3b: Download complete [2021-01-20T10:33:49.967Z] df20fa9351a1: Verifying Checksum [2021-01-20T10:33:49.967Z] df20fa9351a1: Download complete [2021-01-20T10:33:50.270Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T10:33:50.270Z] 93b9cdb0e59b: Download complete [2021-01-20T10:33:50.270Z] 5e14af77c1be: Verifying Checksum [2021-01-20T10:33:50.270Z] 5e14af77c1be: Download complete [2021-01-20T10:33:50.270Z] 01666e4c0597: Verifying Checksum [2021-01-20T10:33:50.270Z] 01666e4c0597: Download complete [2021-01-20T10:33:50.270Z] 93b61091891f: Verifying Checksum [2021-01-20T10:33:50.270Z] 93b61091891f: Download complete [2021-01-20T10:33:51.354Z] df20fa9351a1: Pull complete [2021-01-20T10:33:51.672Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T10:33:51.672Z] 8ad3a11d3b57: Download complete [2021-01-20T10:33:51.982Z] 36b3adc4ff6f: Pull complete [2021-01-20T10:33:54.249Z] 8ad3a11d3b57: Pull complete [2021-01-20T10:33:54.563Z] 46f8f816bc3b: Pull complete [2021-01-20T10:33:55.195Z] 93b61091891f: Pull complete [2021-01-20T10:33:55.479Z] 93b9cdb0e59b: Pull complete [2021-01-20T10:33:55.816Z] 5e14af77c1be: Pull complete [2021-01-20T10:33:56.201Z] 01666e4c0597: Pull complete [2021-01-20T10:33:57.675Z] aa168da1d23b: Verifying Checksum [2021-01-20T10:33:57.675Z] aa168da1d23b: Download complete [2021-01-20T10:34:10.179Z] aa168da1d23b: Pull complete [2021-01-20T10:34:10.179Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T10:34:10.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:34:10.179Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T10:34:10.530Z] prd-centos7-docker-4c-2g-21598 does not seem to be running inside a container [2021-01-20T10:34:10.645Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T10:34:14.036Z] $ docker top 70cc33b13b32dca1a5a0ef1a6e3a5e9e33e4ed23ba36aae9c60490ccb0973b92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:34:14.811Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T10:34:15.287Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T10:34:16.189Z] + ls /var/log/sa-host [2021-01-20T10:34:16.189Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T10:34:16.189Z] file_magic: OK [2021-01-20T10:34:16.189Z] HZ: Using current value: 100 [2021-01-20T10:34:16.189Z] file_header: OK [2021-01-20T10:34:16.189Z] 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-20T10:34:16.189Z] Statistics: [2021-01-20T10:34:16.189Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T10:34:16.189Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T10:34:16.189Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T10:34:16.189Z] file_magic: OK [2021-01-20T10:34:16.189Z] HZ: Using current value: 100 [2021-01-20T10:34:16.189Z] file_header: OK [2021-01-20T10:34:16.189Z] 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-20T10:34:16.189Z] Statistics: [2021-01-20T10:34:16.189Z] Hnuu...uuuununununu... [2021-01-20T10:34:16.189Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T10:34:16.977Z] provisioning config files... [2021-01-20T10:34:17.001Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8771562962056218211tmp [Pipeline] { [Pipeline] echo [2021-01-20T10:34:17.076Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:34:17.769Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T10:34:17.783Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T10:34:17.876Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:34:18.540Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T10:34:18.570Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:34:19.345Z] ---> sudo-logs.sh [2021-01-20T10:34:19.345Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T10:34:19.384Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:34:19.797Z] ---> job-cost.sh [2021-01-20T10:34:20.064Z] lf-activate-venv: SKIPPING [2021-01-20T10:34:20.064Z] INFO: No Stack... [2021-01-20T10:34:21.034Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T10:34:21.617Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T10:34:21.634Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:34:21.976Z] ---> logs-deploy.sh [2021-01-20T10:34:21.977Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/67 [2021-01-20T10:34:21.977Z] INFO: archiving workspace using pattern(s): [2021-01-20T10:34:24.566Z] Archives upload complete. [2021-01-20T10:34:24.831Z] INFO: archiving logs to Nexus