Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f24d25d81141c2eca5b0f08cb81992033eaf0707 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-21561 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 f24d25d81141c2eca5b0f08cb81992033eaf0707 (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 f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 Commit message: "Bump github.com/pelletier/go-toml from 1.7.0 to 1.8.1" > git rev-list --no-walk e5eddfca3e456f98fd148374ca375fb54025eb5b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T09:44:30.602Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T09:44:30.881Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T09:44:30.977Z] ========================================================= [2021-01-20T09:44:30.977Z] EdgeX Global Pipelines Version Info [2021-01-20T09:44:30.977Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:44:32.579Z] ------------------- [2021-01-20T09:44:32.579Z] stable info: [2021-01-20T09:44:32.579Z] ------------------- [2021-01-20T09:44:32.579Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:44:32.579Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:44:32.579Z] Message: update stable to v1.0.179 [2021-01-20T09:44:33.529Z] ------------------- [2021-01-20T09:44:33.529Z] experimental info: [2021-01-20T09:44:33.529Z] ------------------- [2021-01-20T09:44:33.529Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:44:33.529Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:44:33.529Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T09:44:33.773Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T09:44:33.863Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T09:44:33.961Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T09:44:34.043Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T09:44:34.121Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T09:44:34.203Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T09:44:34.286Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T09:44:34.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T09:44:34.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T09:44:34.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T09:44:34.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T09:44:34.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T09:44:34.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T09:44:34.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T09:44:35.021Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:44:35.102Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:44:35.186Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:44:35.274Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:44:35.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T09:44:35.510Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T09:44:35.628Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T09:44:35.725Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T09:44:35.813Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T09:44:35.904Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T09:44:36.043Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T09:44:36.134Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T09:44:36.216Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T09:44:36.305Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-20T09:44:36.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-20T09:44:36.492Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-20T09:44:36.581Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f24d25d81141c2eca5b0f08cb81992033eaf0707 [Pipeline] echo [2021-01-20T09:44:36.663Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f24d25d [Pipeline] echo [2021-01-20T09:44:36.759Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:44:36.935Z] provisioning config files... [2021-01-20T09:44:36.964Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7467602532931830676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:44:37.354Z] ---> docker-login.sh [2021-01-20T09:44:37.354Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:44:37.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:44:37.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:44:37.880Z] Configure a credential helper to remove this warning. See [2021-01-20T09:44:37.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:44:37.880Z] [2021-01-20T09:44:37.880Z] Login Succeeded [2021-01-20T09:44:37.880Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:44:37.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:44:38.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:44:38.143Z] Configure a credential helper to remove this warning. See [2021-01-20T09:44:38.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:44:38.143Z] [2021-01-20T09:44:38.143Z] Login Succeeded [2021-01-20T09:44:38.143Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:44:38.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:44:38.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:44:38.143Z] Configure a credential helper to remove this warning. See [2021-01-20T09:44:38.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:44:38.143Z] [2021-01-20T09:44:38.143Z] Login Succeeded [2021-01-20T09:44:38.143Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:44:38.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:44:38.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:44:38.405Z] Configure a credential helper to remove this warning. See [2021-01-20T09:44:38.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:44:38.405Z] [2021-01-20T09:44:38.405Z] Login Succeeded [2021-01-20T09:44:38.405Z] docker.io [2021-01-20T09:44:38.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:44:38.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:44:38.668Z] Configure a credential helper to remove this warning. See [2021-01-20T09:44:38.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:44:38.668Z] [2021-01-20T09:44:38.668Z] Login Succeeded [2021-01-20T09:44:38.677Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:44:38.678Z] 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-20T09:44:39.463Z] + git log --format=format:%s -1 f24d25d81141c2eca5b0f08cb81992033eaf0707 [Pipeline] echo [2021-01-20T09:44:39.530Z] GIT_COMMIT: f24d25d81141c2eca5b0f08cb81992033eaf0707, Commit Message: Bump github.com/pelletier/go-toml from 1.7.0 to 1.8.1 [Pipeline] echo [2021-01-20T09:44:39.608Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:44:40.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:44:40.573Z] [2021-01-20T09:44:40.573Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:44:40.950Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:44:40.950Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T09:44:40.950Z] 31603596830f: Pulling fs layer [2021-01-20T09:44:40.950Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T09:44:40.950Z] 6ca5941a6612: Pulling fs layer [2021-01-20T09:44:40.950Z] ecc8261a40a4: Pulling fs layer [2021-01-20T09:44:40.950Z] ecc8261a40a4: Waiting [2021-01-20T09:44:40.950Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T09:44:40.950Z] 2a8b12db71e7: Download complete [2021-01-20T09:44:41.218Z] 31603596830f: Verifying Checksum [2021-01-20T09:44:41.218Z] 31603596830f: Download complete [2021-01-20T09:44:41.218Z] ecc8261a40a4: Verifying Checksum [2021-01-20T09:44:41.218Z] ecc8261a40a4: Download complete [2021-01-20T09:44:41.218Z] 6ca5941a6612: Verifying Checksum [2021-01-20T09:44:41.218Z] 6ca5941a6612: Download complete [2021-01-20T09:44:41.482Z] 31603596830f: Pull complete [2021-01-20T09:44:41.482Z] 2a8b12db71e7: Pull complete [2021-01-20T09:44:42.445Z] 6ca5941a6612: Pull complete [2021-01-20T09:44:42.445Z] ecc8261a40a4: Pull complete [2021-01-20T09:44:42.707Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T09:44:42.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:44:42.707Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T09:44:42.815Z] prd-centos7-docker-4c-2g-21561 does not seem to be running inside a container [2021-01-20T09:44:42.861Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T09:44:44.705Z] $ docker top b8245fa0946498f0f39242809788af0b549a6da2688b7b37b9d5844d70b50821 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T09:44:44.988Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:44:44.988Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:44:45.192Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:44:45.194Z] $ docker exec b8245fa0946498f0f39242809788af0b549a6da2688b7b37b9d5844d70b50821 ssh-agent [2021-01-20T09:44:45.360Z] SSH_AUTH_SOCK=/tmp/ssh-3G6dNSSzdU1k/agent.12 [2021-01-20T09:44:45.360Z] SSH_AGENT_PID=17 [2021-01-20T09:44:45.370Z] Running ssh-add (command line suppressed) [2021-01-20T09:44:45.486Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_350618056954957535.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_350618056954957535.key) [2021-01-20T09:44:45.539Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:44:45.876Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T09:44:45.895Z] $ docker exec --env ******** --env ******** b8245fa0946498f0f39242809788af0b549a6da2688b7b37b9d5844d70b50821 ssh-agent -k [2021-01-20T09:44:46.007Z] unset SSH_AUTH_SOCK; [2021-01-20T09:44:46.007Z] unset SSH_AGENT_PID; [2021-01-20T09:44:46.007Z] echo Agent pid 17 killed; [2021-01-20T09:44:46.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T09:44:46.208Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:44:46.208Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:44:46.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:44:46.376Z] $ docker exec b8245fa0946498f0f39242809788af0b549a6da2688b7b37b9d5844d70b50821 ssh-agent [2021-01-20T09:44:46.543Z] SSH_AUTH_SOCK=/tmp/ssh-A30fdfwn9jNn/agent.45 [2021-01-20T09:44:46.543Z] SSH_AGENT_PID=50 [2021-01-20T09:44:46.549Z] Running ssh-add (command line suppressed) [2021-01-20T09:44:46.666Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6201484599324023218.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6201484599324023218.key) [2021-01-20T09:44:46.748Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:44:47.083Z] + git semver init [2021-01-20T09:44:47.084Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T09:44:47.084Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T09:44:47.084Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T09:44:47.084Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T09:44:47.084Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T09:44:47.084Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T09:44:47.084Z] # $SEMVER_BRANCH = master [2021-01-20T09:44:47.084Z] # $SEMVER_TEMP = /tmp/semver-859505081 [2021-01-20T09:44:47.084Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T09:44:48.479Z] # '/tmp/semver-859505081' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-01-20T09:44:48.479Z] # -> Force: false [2021-01-20T09:44:48.479Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-20T09:44:48.490Z] $ docker exec --env ******** --env ******** b8245fa0946498f0f39242809788af0b549a6da2688b7b37b9d5844d70b50821 ssh-agent -k [2021-01-20T09:44:48.607Z] unset SSH_AUTH_SOCK; [2021-01-20T09:44:48.608Z] unset SSH_AGENT_PID; [2021-01-20T09:44:48.608Z] echo Agent pid 50 killed; [2021-01-20T09:44:48.656Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T09:44:49.155Z] + git semver [Pipeline] } [2021-01-20T09:44:49.171Z] $ docker stop --time=1 b8245fa0946498f0f39242809788af0b549a6da2688b7b37b9d5844d70b50821 [2021-01-20T09:44:50.596Z] $ docker rm -f b8245fa0946498f0f39242809788af0b549a6da2688b7b37b9d5844d70b50821 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:44:51.123Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T09:44:51.501Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T09:44:51.504Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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-20T09:45:07.006Z] Still waiting to schedule task [2021-01-20T09:45:07.006Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T09:45:07.008Z] Still waiting to schedule task [2021-01-20T09:45:07.008Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-20T09:47:07.698Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21565 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-01-20T09:47:07.748Z] Running in /w/workspace/edgex-ui-go/65 [Pipeline] { [Pipeline] checkout [2021-01-20T09:47:12.175Z] Running on prd-centos7-docker-4c-2g-21568 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-01-20T09:47:12.300Z] Running in /w/workspace/edgex-ui-go/65 [Pipeline] { [Pipeline] checkout [2021-01-20T09:47:12.668Z] using credential edgex-jenkins-ssh [2021-01-20T09:47:12.746Z] Cloning the remote Git repository [2021-01-20T09:47:12.811Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:12.911Z] > git init /w/workspace/edgex-ui-go/65 # timeout=10 [2021-01-20T09:47:12.979Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:12.980Z] > git --version # timeout=10 [2021-01-20T09:47:13.002Z] > git --version # 'git version 2.17.1' [2021-01-20T09:47:13.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:47:13.076Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:47:14.679Z] using credential edgex-jenkins-ssh [2021-01-20T09:47:14.733Z] Cloning the remote Git repository [2021-01-20T09:47:14.490Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:14.560Z] > git init /w/workspace/edgex-ui-go/65 # timeout=10 [2021-01-20T09:47:14.632Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:14.632Z] > git --version # timeout=10 [2021-01-20T09:47:14.638Z] > git --version # 'git version 2.24.3' [2021-01-20T09:47:14.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:47:14.671Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:47:16.178Z] Checking out Revision f24d25d81141c2eca5b0f08cb81992033eaf0707 (master) [2021-01-20T09:47:16.359Z] Checking out Revision f24d25d81141c2eca5b0f08cb81992033eaf0707 (master) [2021-01-20T09:47:15.800Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:47:15.818Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:47:15.852Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:47:15.888Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:15.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:47:15.900Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T09:47:16.379Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:47:16.401Z] > git checkout -f f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [2021-01-20T09:47:15.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:47:15.615Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:47:15.629Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:47:15.645Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:47:15.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:47:15.650Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T09:47:16.033Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:47:16.041Z] > git checkout -f f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [2021-01-20T09:47:19.960Z] Commit message: "Bump github.com/pelletier/go-toml from 1.7.0 to 1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:47:21.198Z] Commit message: "Bump github.com/pelletier/go-toml from 1.7.0 to 1.8.1" [2021-01-20T09:47:21.488Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:47:21.821Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-20T09:47:22.127Z] + sudo service docker restart [2021-01-20T09:47:22.127Z] + true [2021-01-20T09:47:22.127Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:47:23.119Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:47:23.522Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-01-20T09:47:23.648Z] provisioning config files... [2021-01-20T09:47:23.677Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/65@tmp/config7346939919039281943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:47:23.915Z] + true [2021-01-20T09:47:23.915Z] + sudo service docker restart [2021-01-20T09:47:24.037Z] ---> docker-login.sh [2021-01-20T09:47:24.037Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:47:24.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:24.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:24.302Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:24.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:24.302Z] [2021-01-20T09:47:24.302Z] Login Succeeded [2021-01-20T09:47:24.302Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:47:24.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:24.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:24.564Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:24.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:24.564Z] [2021-01-20T09:47:24.564Z] Login Succeeded [2021-01-20T09:47:24.564Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:47:24.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:24.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:24.828Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:24.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:24.828Z] [2021-01-20T09:47:24.828Z] Login Succeeded [2021-01-20T09:47:24.828Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:47:24.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:25.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:25.091Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:25.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:25.091Z] [2021-01-20T09:47:25.091Z] Login Succeeded [2021-01-20T09:47:25.091Z] docker.io [2021-01-20T09:47:25.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:25.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:25.353Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:25.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:25.353Z] [2021-01-20T09:47:25.353Z] Login Succeeded [2021-01-20T09:47:25.353Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:47:25.362Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T09:47:25.721Z] ========================================================= [2021-01-20T09:47:25.721Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T09:47:25.721Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:47:26.089Z] + 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-20T09:47:26.358Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:47:26.358Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:47:26.358Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:47:26.358Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T09:47:26.358Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T09:47:26.358Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T09:47:26.358Z] de9db76c5a1d: Pulling fs layer [2021-01-20T09:47:26.358Z] bca2f99d35d6: Pulling fs layer [2021-01-20T09:47:26.358Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T09:47:26.358Z] 7c6f9722023f: Pulling fs layer [2021-01-20T09:47:26.358Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T09:47:26.358Z] 93359f2a8cfa: Waiting [2021-01-20T09:47:26.358Z] 7c6f9722023f: Waiting [2021-01-20T09:47:26.358Z] a35cf1a2eb13: Waiting [2021-01-20T09:47:26.358Z] bca2f99d35d6: Waiting [2021-01-20T09:47:26.358Z] de9db76c5a1d: Verifying Checksum [2021-01-20T09:47:26.358Z] de9db76c5a1d: Download complete [2021-01-20T09:47:26.358Z] 0ef7d3d256c8: Download complete [2021-01-20T09:47:26.358Z] 93359f2a8cfa: Download complete [2021-01-20T09:47:26.358Z] 7c6f9722023f: Verifying Checksum [2021-01-20T09:47:26.358Z] 7c6f9722023f: Download complete [2021-01-20T09:47:26.358Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T09:47:26.358Z] 188c0c94c7c5: Download complete [Pipeline] withEnv [Pipeline] { [2021-01-20T09:47:26.633Z] 188c0c94c7c5: Pull complete [Pipeline] wrap [2021-01-20T09:47:26.702Z] provisioning config files... [2021-01-20T09:47:26.749Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/65@tmp/config4780301355883959274tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:47:26.908Z] 0ef7d3d256c8: Pull complete [2021-01-20T09:47:27.153Z] ---> docker-login.sh [2021-01-20T09:47:27.153Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:47:27.169Z] de9db76c5a1d: Pull complete [2021-01-20T09:47:28.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:28.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:28.426Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:28.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:28.426Z] [2021-01-20T09:47:28.426Z] Login Succeeded [2021-01-20T09:47:28.426Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:47:28.576Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T09:47:28.576Z] a35cf1a2eb13: Download complete [2021-01-20T09:47:28.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:28.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:28.974Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:28.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:28.974Z] [2021-01-20T09:47:28.974Z] Login Succeeded [2021-01-20T09:47:28.974Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:47:29.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:29.524Z] bca2f99d35d6: Verifying Checksum [2021-01-20T09:47:29.524Z] bca2f99d35d6: Download complete [2021-01-20T09:47:29.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:29.526Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:29.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:29.526Z] [2021-01-20T09:47:29.526Z] Login Succeeded [2021-01-20T09:47:29.526Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:47:29.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:30.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:30.076Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:30.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:30.076Z] [2021-01-20T09:47:30.076Z] Login Succeeded [2021-01-20T09:47:30.076Z] docker.io [2021-01-20T09:47:30.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:47:30.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:47:30.947Z] Configure a credential helper to remove this warning. See [2021-01-20T09:47:30.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:47:30.947Z] [2021-01-20T09:47:30.947Z] Login Succeeded [2021-01-20T09:47:30.947Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:47:30.964Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T09:47:31.379Z] ========================================================= [2021-01-20T09:47:31.379Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T09:47:31.379Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:47:31.783Z] + 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-20T09:47:32.383Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:47:32.383Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:47:32.383Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:47:32.655Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T09:47:32.655Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T09:47:32.655Z] a4357932f1b6: Pulling fs layer [2021-01-20T09:47:32.655Z] 18c013af1878: Pulling fs layer [2021-01-20T09:47:32.655Z] 00ac8860ef70: Pulling fs layer [2021-01-20T09:47:32.655Z] 63d7cb157983: Pulling fs layer [2021-01-20T09:47:32.655Z] b116817d02f9: Pulling fs layer [2021-01-20T09:47:32.655Z] 745a02a5169b: Pulling fs layer [2021-01-20T09:47:32.655Z] 00ac8860ef70: Waiting [2021-01-20T09:47:32.655Z] 63d7cb157983: Waiting [2021-01-20T09:47:32.655Z] b116817d02f9: Waiting [2021-01-20T09:47:32.655Z] 745a02a5169b: Waiting [2021-01-20T09:47:33.248Z] 18c013af1878: Download complete [2021-01-20T09:47:33.248Z] a4357932f1b6: Verifying Checksum [2021-01-20T09:47:33.248Z] a4357932f1b6: Download complete [2021-01-20T09:47:33.519Z] 63d7cb157983: Verifying Checksum [2021-01-20T09:47:33.519Z] 63d7cb157983: Download complete [2021-01-20T09:47:33.519Z] b116817d02f9: Verifying Checksum [2021-01-20T09:47:33.519Z] b116817d02f9: Download complete [2021-01-20T09:47:34.502Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T09:47:34.502Z] 5f621e34cdf4: Download complete [2021-01-20T09:47:34.952Z] bca2f99d35d6: Pull complete [2021-01-20T09:47:34.952Z] 93359f2a8cfa: Pull complete [2021-01-20T09:47:34.952Z] 7c6f9722023f: Pull complete [2021-01-20T09:47:35.105Z] 5f621e34cdf4: Pull complete [2021-01-20T09:47:35.706Z] a4357932f1b6: Pull complete [2021-01-20T09:47:35.981Z] 18c013af1878: Pull complete [2021-01-20T09:47:37.423Z] 745a02a5169b: Verifying Checksum [2021-01-20T09:47:37.423Z] 745a02a5169b: Download complete [2021-01-20T09:47:39.399Z] 00ac8860ef70: Verifying Checksum [2021-01-20T09:47:39.399Z] 00ac8860ef70: Download complete [2021-01-20T09:47:43.145Z] a35cf1a2eb13: Pull complete [2021-01-20T09:47:43.145Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T09:47:43.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T09:47:43.145Z] ---> a62c8e92a672 [2021-01-20T09:47:43.145Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:47:43.145Z] ---> Running in 5eba73a71d66 [2021-01-20T09:47:43.145Z] Removing intermediate container 5eba73a71d66 [2021-01-20T09:47:43.145Z] ---> e1c457f4383e [2021-01-20T09:47:43.145Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:47:43.145Z] ---> Running in e4875081dd1f [2021-01-20T09:47:43.738Z] Removing intermediate container e4875081dd1f [2021-01-20T09:47:43.738Z] ---> c76f98b734e1 [2021-01-20T09:47:43.738Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:47:43.738Z] ---> Running in 18826d4384e0 [2021-01-20T09:47:44.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T09:47:45.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T09:47:45.898Z] OK: 166 MiB in 39 packages [2021-01-20T09:47:46.472Z] Removing intermediate container 18826d4384e0 [2021-01-20T09:47:46.472Z] ---> d6004808b198 [2021-01-20T09:47:46.472Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:47:46.472Z] ---> Running in 75dae7b63795 [2021-01-20T09:47:46.472Z] Removing intermediate container 75dae7b63795 [2021-01-20T09:47:46.472Z] ---> 27fcfdaa47b1 [2021-01-20T09:47:46.472Z] Step 7/8 : COPY . . [2021-01-20T09:47:48.398Z] ---> a21dd5407eb2 [2021-01-20T09:47:48.398Z] Step 8/8 : RUN go mod download [2021-01-20T09:47:48.398Z] ---> Running in 031ccd344134 [2021-01-20T09:47:49.575Z] 00ac8860ef70: Pull complete [2021-01-20T09:47:49.576Z] 63d7cb157983: Pull complete [2021-01-20T09:47:49.576Z] b116817d02f9: Pull complete [2021-01-20T09:47:52.192Z] 745a02a5169b: Pull complete [2021-01-20T09:47:52.192Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T09:47:52.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T09:47:52.192Z] ---> b7e6874047d6 [2021-01-20T09:47:52.192Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:47:54.820Z] ---> Running in 263a49f0a1dd [2021-01-20T09:47:55.422Z] Removing intermediate container 263a49f0a1dd [2021-01-20T09:47:55.422Z] ---> 4d9ba2f97a92 [2021-01-20T09:47:55.422Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:47:55.422Z] ---> Running in df42846fd38f [2021-01-20T09:47:58.047Z] Removing intermediate container df42846fd38f [2021-01-20T09:47:58.047Z] ---> 7e22c487808c [2021-01-20T09:47:58.047Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:47:58.047Z] ---> Running in e28d4c99b12a [2021-01-20T09:47:59.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T09:47:59.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T09:48:00.620Z] OK: 142 MiB in 39 packages [2021-01-20T09:48:01.604Z] Removing intermediate container e28d4c99b12a [2021-01-20T09:48:01.604Z] ---> afdfae561eb5 [2021-01-20T09:48:01.604Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:48:01.878Z] ---> Running in 43b334d4e05d [2021-01-20T09:48:02.476Z] Removing intermediate container 43b334d4e05d [2021-01-20T09:48:02.476Z] ---> bef736bedd7a [2021-01-20T09:48:02.476Z] Step 7/8 : COPY . . [2021-01-20T09:48:04.462Z] ---> 44e88c6b6729 [2021-01-20T09:48:04.462Z] Step 8/8 : RUN go mod download [2021-01-20T09:48:04.462Z] ---> Running in f5874efa5305 [2021-01-20T09:48:10.436Z] Removing intermediate container 031ccd344134 [2021-01-20T09:48:10.436Z] ---> b40763a03c88 [2021-01-20T09:48:10.436Z] Successfully built b40763a03c88 [2021-01-20T09:48:10.436Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:10.764Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T09:48:10.764Z] . [Pipeline] withDockerContainer [2021-01-20T09:48:10.890Z] prd-centos7-docker-4c-2g-21568 does not seem to be running inside a container [2021-01-20T09:48:10.942Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/65 -v /w/workspace/edgex-ui-go/65:/w/workspace/edgex-ui-go/65:rw,z -v /w/workspace/edgex-ui-go/65@tmp:/w/workspace/edgex-ui-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T09:48:11.970Z] $ docker top 27d4169c357c30107feb4c688a76a56ae27e9ed13f082d2e03d92491a00073ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:48:12.525Z] + go version [2021-01-20T09:48:12.525Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T09:48:12.541Z] $ docker stop --time=1 27d4169c357c30107feb4c688a76a56ae27e9ed13f082d2e03d92491a00073ba [2021-01-20T09:48:13.920Z] $ docker rm -f 27d4169c357c30107feb4c688a76a56ae27e9ed13f082d2e03d92491a00073ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:14.835Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T09:48:14.835Z] . [Pipeline] withDockerContainer [2021-01-20T09:48:14.942Z] prd-centos7-docker-4c-2g-21568 does not seem to be running inside a container [2021-01-20T09:48:14.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/65 -v /w/workspace/edgex-ui-go/65:/w/workspace/edgex-ui-go/65:rw,z -v /w/workspace/edgex-ui-go/65@tmp:/w/workspace/edgex-ui-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T09:48:15.723Z] $ docker top 61ea73083aa6427bc62e67f0be9667e53489d2320cb790c3b270ceb864807844 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:48:16.276Z] + make test [2021-01-20T09:48:16.276Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T09:48:17.274Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T09:48:25.576Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T09:48:25.576Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-20T09:48:27.527Z] $ docker stop --time=1 61ea73083aa6427bc62e67f0be9667e53489d2320cb790c3b270ceb864807844 [2021-01-20T09:48:29.752Z] $ docker rm -f 61ea73083aa6427bc62e67f0be9667e53489d2320cb790c3b270ceb864807844 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:48:30.311Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T09:48:30.636Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-20T09:48:31.247Z] Removing intermediate container f5874efa5305 [2021-01-20T09:48:31.247Z] ---> f8c7c9dfd3cb [2021-01-20T09:48:31.247Z] Successfully built f8c7c9dfd3cb [2021-01-20T09:48:31.247Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:33.278Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T09:48:33.403Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:48:33.403Z] . [Pipeline] withDockerContainer [2021-01-20T09:48:33.581Z] + ls -al . [2021-01-20T09:48:33.581Z] total 88 [2021-01-20T09:48:33.581Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 09:48 . [2021-01-20T09:48:33.581Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 20 09:47 .. [2021-01-20T09:48:33.581Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 09:47 assets [2021-01-20T09:48:33.581Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 09:47 bin [2021-01-20T09:48:33.581Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 09:47 cmd [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 09:47 CONTRIBUTING.md [2021-01-20T09:48:33.581Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 20 09:48 coverage.out [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 09:47 Dockerfile [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 09:47 Dockerfile.build [2021-01-20T09:48:33.581Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 09:47 docs [2021-01-20T09:48:33.581Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 20 09:47 .git [2021-01-20T09:48:33.581Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 09:47 .github [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 09:47 .gitignore [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 09:47 go.mod [2021-01-20T09:48:33.581Z] -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 09:48 go.sum [2021-01-20T09:48:33.581Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 09:47 internal [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 09:47 Jenkinsfile [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 09:47 LICENSE [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 09:47 Makefile [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 09:47 README.md [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 20 09:44 VERSION [2021-01-20T09:48:33.581Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 09:47 version.go [2021-01-20T09:48:33.581Z] drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 09:47 web [2021-01-20T09:48:33.707Z] prd-ubuntu18.04-docker-arm64-4c-16g-21565 does not seem to be running inside a container [2021-01-20T09:48:33.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/65 -v /w/workspace/edgex-ui-go/65:/w/workspace/edgex-ui-go/65:rw,z -v /w/workspace/edgex-ui-go/65@tmp:/w/workspace/edgex-ui-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T09:48:35.341Z] $ docker top ccbb2c2291f2af6d6062156025b25b5e56932bb85eb5f758afd156ec361ea09f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:36.184Z] + 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=f24d25d81141c2eca5b0f08cb81992033eaf0707 --label arch=amd64 --label version=2.0.0-dev.7 . [2021-01-20T09:48:36.445Z] + go version [2021-01-20T09:48:36.446Z] go version go1.15.5 linux/arm64 [2021-01-20T09:48:36.457Z] Sending build context to Docker daemon 16.61MB [2021-01-20T09:48:36.457Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:48:36.457Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T09:48:36.457Z] ---> b40763a03c88 [2021-01-20T09:48:36.457Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] } [2021-01-20T09:48:36.467Z] $ docker stop --time=1 ccbb2c2291f2af6d6062156025b25b5e56932bb85eb5f758afd156ec361ea09f [2021-01-20T09:48:37.048Z] ---> Running in 708b5956c051 [2021-01-20T09:48:37.048Z] Removing intermediate container 708b5956c051 [2021-01-20T09:48:37.048Z] ---> f571a9ef54ba [2021-01-20T09:48:37.048Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T09:48:37.048Z] ---> Running in 6708bf570b4e [2021-01-20T09:48:37.312Z] Removing intermediate container 6708bf570b4e [2021-01-20T09:48:37.312Z] ---> 90c15f8ed650 [2021-01-20T09:48:37.312Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T09:48:37.312Z] ---> Running in 15f66e79a392 [2021-01-20T09:48:37.579Z] Removing intermediate container 15f66e79a392 [2021-01-20T09:48:37.579Z] ---> 89a98c99d08a [2021-01-20T09:48:37.579Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T09:48:37.579Z] ---> Running in 8e58d4597fe2 [2021-01-20T09:48:37.842Z] Removing intermediate container 8e58d4597fe2 [2021-01-20T09:48:37.842Z] ---> 0bb7f6b3024d [2021-01-20T09:48:37.842Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T09:48:37.842Z] ---> Running in e55799cf9cf7 [2021-01-20T09:48:38.104Z] Removing intermediate container e55799cf9cf7 [2021-01-20T09:48:38.104Z] ---> 0f8b582a5a78 [2021-01-20T09:48:38.104Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:48:38.104Z] ---> Running in baf250386a82 [2021-01-20T09:48:38.450Z] $ docker rm -f ccbb2c2291f2af6d6062156025b25b5e56932bb85eb5f758afd156ec361ea09f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-01-20T09:48:39.074Z] Removing intermediate container baf250386a82 [2021-01-20T09:48:39.074Z] ---> 1e2d028069e6 [2021-01-20T09:48:39.074Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:48:39.339Z] ---> Running in bd1322db7064 [2021-01-20T09:48:39.439Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:48:39.439Z] . [Pipeline] withDockerContainer [2021-01-20T09:48:39.689Z] prd-ubuntu18.04-docker-arm64-4c-16g-21565 does not seem to be running inside a container [2021-01-20T09:48:39.781Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/65 -v /w/workspace/edgex-ui-go/65:/w/workspace/edgex-ui-go/65:rw,z -v /w/workspace/edgex-ui-go/65@tmp:/w/workspace/edgex-ui-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T09:48:40.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T09:48:40.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T09:48:41.151Z] OK: 166 MiB in 39 packages [2021-01-20T09:48:41.296Z] $ docker top d82fbd0f5f7a1ae83a0e9ac4b67e9440f06dc171b4474f076231dcd5b8ecc33f -eo pid,comm [2021-01-20T09:48:41.416Z] Removing intermediate container bd1322db7064 [2021-01-20T09:48:41.416Z] ---> a2e64df82f59 [2021-01-20T09:48:41.416Z] Step 10/24 : ENV GO111MODULE=on [Pipeline] { [Pipeline] sh [2021-01-20T09:48:41.689Z] ---> Running in 9dcb23b1bb5f [2021-01-20T09:48:41.689Z] Removing intermediate container 9dcb23b1bb5f [2021-01-20T09:48:41.689Z] ---> e38943ed4443 [2021-01-20T09:48:41.689Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T09:48:41.952Z] ---> Running in 05cd48e21807 [2021-01-20T09:48:41.952Z] Removing intermediate container 05cd48e21807 [2021-01-20T09:48:41.952Z] ---> 2f4f22c7b659 [2021-01-20T09:48:41.952Z] Step 12/24 : COPY go.mod . [2021-01-20T09:48:42.215Z] ---> fb388144d739 [2021-01-20T09:48:42.215Z] Step 13/24 : COPY Makefile . [2021-01-20T09:48:42.334Z] + make test [2021-01-20T09:48:42.334Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T09:48:42.479Z] ---> 5850561cafcb [2021-01-20T09:48:42.479Z] Step 14/24 : RUN make update [2021-01-20T09:48:42.479Z] ---> Running in aa79305a8659 [2021-01-20T09:48:43.062Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T09:48:43.641Z] Removing intermediate container aa79305a8659 [2021-01-20T09:48:43.641Z] ---> 0bcabf767abb [2021-01-20T09:48:43.641Z] Step 15/24 : COPY . . [2021-01-20T09:48:43.769Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T09:48:45.058Z] ---> 69627fb7ea8b [2021-01-20T09:48:45.058Z] Step 16/24 : RUN ${MAKE} [2021-01-20T09:48:45.058Z] ---> Running in 5a135e38c05f [2021-01-20T09:48:45.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-20T09:48:53.937Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T09:48:56.495Z] Removing intermediate container 5a135e38c05f [2021-01-20T09:48:56.495Z] ---> 3324b1740b8f [2021-01-20T09:48:56.495Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T09:48:56.758Z] 3.12: Pulling from library/alpine [2021-01-20T09:48:57.021Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T09:48:57.021Z] 801bfaa63ef2: Download complete [2021-01-20T09:48:57.283Z] 801bfaa63ef2: Pull complete [2021-01-20T09:48:57.283Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T09:48:57.283Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T09:48:57.283Z] ---> 389fef711851 [2021-01-20T09:48:57.283Z] Step 18/24 : EXPOSE 4000 [2021-01-20T09:48:57.545Z] ---> Running in b8463141f9a2 [2021-01-20T09:48:57.545Z] Removing intermediate container b8463141f9a2 [2021-01-20T09:48:57.545Z] ---> 0a9725d887ec [2021-01-20T09:48:57.545Z] 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-20T09:48:58.492Z] ---> 661c672ed599 [2021-01-20T09:48:58.493Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T09:48:58.757Z] ---> Running in b3f154a89116 [2021-01-20T09:48:58.757Z] Removing intermediate container b3f154a89116 [2021-01-20T09:48:58.757Z] ---> b764b44a39b6 [2021-01-20T09:48:58.757Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T09:48:59.022Z] ---> Running in e61c9f11f9ee [2021-01-20T09:48:59.022Z] Removing intermediate container e61c9f11f9ee [2021-01-20T09:48:59.022Z] ---> a1ef77223c80 [2021-01-20T09:48:59.022Z] Step 22/24 : LABEL arch=amd64 [2021-01-20T09:48:59.288Z] ---> Running in b5f8b07e15f4 [2021-01-20T09:48:59.288Z] Removing intermediate container b5f8b07e15f4 [2021-01-20T09:48:59.288Z] ---> 7712c2d1c67c [2021-01-20T09:48:59.288Z] Step 23/24 : LABEL git_sha=f24d25d81141c2eca5b0f08cb81992033eaf0707 [2021-01-20T09:48:59.553Z] ---> Running in d0e4684e99cd [2021-01-20T09:48:59.553Z] Removing intermediate container d0e4684e99cd [2021-01-20T09:48:59.553Z] ---> ac2408fd6848 [2021-01-20T09:48:59.553Z] Step 24/24 : LABEL version=2.0.0-dev.7 [2021-01-20T09:48:59.553Z] ---> Running in 0aee40a06255 [2021-01-20T09:48:59.816Z] Removing intermediate container 0aee40a06255 [2021-01-20T09:48:59.816Z] ---> 6f43d550d710 [2021-01-20T09:48:59.816Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T09:48:59.816Z] Successfully built 6f43d550d710 [2021-01-20T09:48:59.816Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:49:00.174Z] provisioning config files... [2021-01-20T09:49:00.208Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/65@tmp/config1449930228944919345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:49:00.604Z] ---> docker-login.sh [2021-01-20T09:49:00.604Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:49:00.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:49:00.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:00.868Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:00.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:00.868Z] [2021-01-20T09:49:00.868Z] Login Succeeded [2021-01-20T09:49:00.868Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:49:00.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:49:01.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:01.133Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:01.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:01.133Z] [2021-01-20T09:49:01.133Z] Login Succeeded [2021-01-20T09:49:01.133Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:49:01.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:49:01.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:01.133Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:01.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:01.133Z] [2021-01-20T09:49:01.133Z] Login Succeeded [2021-01-20T09:49:01.133Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:49:01.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:49:01.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:01.399Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:01.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:01.399Z] [2021-01-20T09:49:01.399Z] Login Succeeded [2021-01-20T09:49:01.399Z] docker.io [2021-01-20T09:49:01.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:49:02.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:49:02.243Z] Configure a credential helper to remove this warning. See [2021-01-20T09:49:02.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:49:02.243Z] [2021-01-20T09:49:02.243Z] Login Succeeded [2021-01-20T09:49:02.243Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:49:02.254Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T09:49:02.443Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-01-20T09:49:02.443Z] f24d25d81141c2eca5b0f08cb81992033eaf0707 [2021-01-20T09:49:02.443Z] latest [2021-01-20T09:49:02.443Z] 2.0.0-dev.7 [2021-01-20T09:49:02.443Z] f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7 [2021-01-20T09:49:02.443Z] master [2021-01-20T09:49:02.443Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:02.944Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f24d25d81141c2eca5b0f08cb81992033eaf0707 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:03.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f24d25d81141c2eca5b0f08cb81992033eaf0707 [2021-01-20T09:49:03.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T09:49:03.262Z] 28123491e51a: Preparing [2021-01-20T09:49:03.262Z] 777b2c648970: Preparing [2021-01-20T09:49:03.262Z] 777b2c648970: Layer already exists [2021-01-20T09:49:04.664Z] 28123491e51a: Pushed [2021-01-20T09:49:04.926Z] f24d25d81141c2eca5b0f08cb81992033eaf0707: digest: sha256:2e70c16ba2e592e4890e6f5c0237e6a26253a0b09cf20bcd1d9c7779b2931596 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:05.239Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:05.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-20T09:49:05.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T09:49:05.572Z] 28123491e51a: Preparing [2021-01-20T09:49:05.572Z] 777b2c648970: Preparing [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-20T09:49:06.039Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-20T09:49:06.309Z] GO111MODULE=on go vet ./... [2021-01-20T09:49:06.973Z] 28123491e51a: Layer already exists [2021-01-20T09:49:06.973Z] 777b2c648970: Layer already exists [2021-01-20T09:49:06.973Z] latest: digest: sha256:2e70c16ba2e592e4890e6f5c0237e6a26253a0b09cf20bcd1d9c7779b2931596 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:07.283Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:07.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.7 [2021-01-20T09:49:07.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T09:49:07.594Z] 28123491e51a: Preparing [2021-01-20T09:49:07.594Z] 777b2c648970: Preparing [2021-01-20T09:49:07.594Z] 777b2c648970: Layer already exists [2021-01-20T09:49:07.594Z] 28123491e51a: Layer already exists [2021-01-20T09:49:07.594Z] 2.0.0-dev.7: digest: sha256:2e70c16ba2e592e4890e6f5c0237e6a26253a0b09cf20bcd1d9c7779b2931596 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:07.901Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:08.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7 [2021-01-20T09:49:08.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T09:49:08.210Z] 28123491e51a: Preparing [2021-01-20T09:49:08.210Z] 777b2c648970: Preparing [2021-01-20T09:49:08.210Z] 777b2c648970: Layer already exists [2021-01-20T09:49:08.210Z] 28123491e51a: Layer already exists [2021-01-20T09:49:08.210Z] f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7: digest: sha256:2e70c16ba2e592e4890e6f5c0237e6a26253a0b09cf20bcd1d9c7779b2931596 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:08.516Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:08.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-01-20T09:49:08.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-20T09:49:09.090Z] 28123491e51a: Preparing [2021-01-20T09:49:09.090Z] 777b2c648970: Preparing [2021-01-20T09:49:09.090Z] 28123491e51a: Layer already exists [2021-01-20T09:49:09.090Z] 777b2c648970: Layer already exists [2021-01-20T09:49:09.090Z] master: digest: sha256:2e70c16ba2e592e4890e6f5c0237e6a26253a0b09cf20bcd1d9c7779b2931596 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T09:49:09.281Z] ===================================================== [Pipeline] echo [2021-01-20T09:49:09.327Z] taggedImages: [2021-01-20T09:49:09.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f24d25d81141c2eca5b0f08cb81992033eaf0707 [2021-01-20T09:49:09.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-20T09:49:09.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.7 [2021-01-20T09:49:09.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7 [2021-01-20T09:49:09.327Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-01-20T09:49:11.750Z] $ docker stop --time=1 d82fbd0f5f7a1ae83a0e9ac4b67e9440f06dc171b4474f076231dcd5b8ecc33f [2021-01-20T09:49:13.712Z] $ docker rm -f d82fbd0f5f7a1ae83a0e9ac4b67e9440f06dc171b4474f076231dcd5b8ecc33f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:49:14.516Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T09:49:14.588Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T09:49:15.468Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:49:16.166Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T09:49:16.523Z] + ls -al . [2021-01-20T09:49:16.523Z] total 124 [2021-01-20T09:49:16.523Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:48 . [2021-01-20T09:49:16.523Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:47 .. [2021-01-20T09:49:16.523Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 09:47 .git [2021-01-20T09:49:16.523Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:47 .github [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 09:47 .gitignore [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 09:47 CONTRIBUTING.md [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 09:47 Dockerfile [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 09:47 Dockerfile.build [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 09:47 Jenkinsfile [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 09:47 LICENSE [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 09:47 Makefile [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 09:47 README.md [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 20 09:44 VERSION [2021-01-20T09:49:16.523Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:47 assets [2021-01-20T09:49:16.523Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:47 bin [2021-01-20T09:49:16.523Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:47 cmd [2021-01-20T09:49:16.523Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 20 09:48 coverage.out [2021-01-20T09:49:16.523Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 09:47 docs [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 09:47 go.mod [2021-01-20T09:49:16.523Z] -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 09:48 go.sum [2021-01-20T09:49:16.523Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:47 internal [2021-01-20T09:49:16.523Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 09:47 version.go [2021-01-20T09:49:16.523Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:47 web [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:16.934Z] + 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=f24d25d81141c2eca5b0f08cb81992033eaf0707 --label arch=arm64 --label version=2.0.0-dev.7 . [2021-01-20T09:49:17.550Z] Sending build context to Docker daemon 16.61MB [2021-01-20T09:49:17.550Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:49:17.550Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-20T09:49:17.550Z] ---> f8c7c9dfd3cb [2021-01-20T09:49:17.550Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-20T09:49:18.154Z] ---> Running in c795b078844b [2021-01-20T09:49:18.756Z] Removing intermediate container c795b078844b [2021-01-20T09:49:18.756Z] ---> f733753bbf9e [2021-01-20T09:49:18.756Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T09:49:18.756Z] ---> Running in 2a638cec7771 [2021-01-20T09:49:19.348Z] Removing intermediate container 2a638cec7771 [2021-01-20T09:49:19.348Z] ---> f0c7aef889cc [2021-01-20T09:49:19.348Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T09:49:19.348Z] ---> Running in 8b103ddb393f [2021-01-20T09:49:19.945Z] Removing intermediate container 8b103ddb393f [2021-01-20T09:49:19.945Z] ---> 335fb72692ff [2021-01-20T09:49:19.945Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-20T09:49:19.945Z] ---> Running in c96f34cde828 [2021-01-20T09:49:20.552Z] Removing intermediate container c96f34cde828 [2021-01-20T09:49:20.552Z] ---> 6bff87eb941c [2021-01-20T09:49:20.552Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-20T09:49:20.552Z] ---> Running in 5b03cce10e47 [2021-01-20T09:49:21.152Z] Removing intermediate container 5b03cce10e47 [2021-01-20T09:49:21.152Z] ---> 6bd25ce5c3da [2021-01-20T09:49:21.152Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:49:21.152Z] ---> Running in 3babaeadeba3 [2021-01-20T09:49:23.775Z] Removing intermediate container 3babaeadeba3 [2021-01-20T09:49:23.775Z] ---> 57a4294fe6e3 [2021-01-20T09:49:23.775Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T09:49:23.775Z] ---> Running in d5509b545a6b [2021-01-20T09:49:24.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T09:49:25.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T09:49:26.337Z] OK: 142 MiB in 39 packages [2021-01-20T09:49:27.311Z] Removing intermediate container d5509b545a6b [2021-01-20T09:49:27.311Z] ---> e9e5d292e252 [2021-01-20T09:49:27.311Z] Step 10/24 : ENV GO111MODULE=on [2021-01-20T09:49:27.585Z] ---> Running in 9091d98458d7 [2021-01-20T09:49:28.184Z] Removing intermediate container 9091d98458d7 [2021-01-20T09:49:28.184Z] ---> c45243ee980f [2021-01-20T09:49:28.184Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-20T09:49:28.184Z] ---> Running in 74a11a906746 [2021-01-20T09:49:28.787Z] Removing intermediate container 74a11a906746 [2021-01-20T09:49:28.787Z] ---> acc7b7c8fbe8 [2021-01-20T09:49:28.787Z] Step 12/24 : COPY go.mod . [2021-01-20T09:49:29.383Z] ---> 1086abecac32 [2021-01-20T09:49:29.383Z] Step 13/24 : COPY Makefile . [2021-01-20T09:49:30.359Z] ---> 70fd1e8ce75f [2021-01-20T09:49:30.359Z] Step 14/24 : RUN make update [2021-01-20T09:49:30.359Z] ---> Running in 04b4813aa7ee [2021-01-20T09:49:31.340Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T09:49:32.780Z] Removing intermediate container 04b4813aa7ee [2021-01-20T09:49:32.780Z] ---> 53433edf54d7 [2021-01-20T09:49:32.780Z] Step 15/24 : COPY . . [2021-01-20T09:49:34.750Z] ---> 6f49cc17999d [2021-01-20T09:49:34.750Z] Step 16/24 : RUN ${MAKE} [2021-01-20T09:49:34.750Z] ---> Running in e60a9c33a5f1 [2021-01-20T09:49:35.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.7" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-20T09:50:02.558Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-20T09:50:05.191Z] Removing intermediate container e60a9c33a5f1 [2021-01-20T09:50:05.191Z] ---> f250d6850d83 [2021-01-20T09:50:05.191Z] Step 17/24 : FROM alpine:3.12 [2021-01-20T09:50:06.172Z] 3.12: Pulling from library/alpine [2021-01-20T09:50:06.172Z] 159e5727ea61: Pulling fs layer [2021-01-20T09:50:06.447Z] 159e5727ea61: Verifying Checksum [2021-01-20T09:50:06.447Z] 159e5727ea61: Download complete [2021-01-20T09:50:07.044Z] 159e5727ea61: Pull complete [2021-01-20T09:50:07.044Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T09:50:07.044Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T09:50:07.044Z] ---> afeebe901d6b [2021-01-20T09:50:07.044Z] Step 18/24 : EXPOSE 4000 [2021-01-20T09:50:07.044Z] ---> Running in b168cfd334fa [2021-01-20T09:50:07.651Z] Removing intermediate container b168cfd334fa [2021-01-20T09:50:07.651Z] ---> 4523959503ab [2021-01-20T09:50:07.651Z] 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-20T09:50:09.090Z] ---> b9e21777b4b4 [2021-01-20T09:50:09.090Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-20T09:50:09.368Z] ---> Running in 021cfce5ab58 [2021-01-20T09:50:09.637Z] Removing intermediate container 021cfce5ab58 [2021-01-20T09:50:09.637Z] ---> 9663fdc12a80 [2021-01-20T09:50:09.637Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-20T09:50:09.913Z] ---> Running in 4e0544354d77 [2021-01-20T09:50:10.508Z] Removing intermediate container 4e0544354d77 [2021-01-20T09:50:10.508Z] ---> 4bbed509f495 [2021-01-20T09:50:10.508Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T09:50:10.508Z] ---> Running in 4a3e4b4c811d [2021-01-20T09:50:10.779Z] Removing intermediate container 4a3e4b4c811d [2021-01-20T09:50:10.779Z] ---> 0ccef679fdda [2021-01-20T09:50:10.779Z] Step 23/24 : LABEL git_sha=f24d25d81141c2eca5b0f08cb81992033eaf0707 [2021-01-20T09:50:11.052Z] ---> Running in 046b7d6aa83b [2021-01-20T09:50:11.325Z] Removing intermediate container 046b7d6aa83b [2021-01-20T09:50:11.325Z] ---> 2acdbe726449 [2021-01-20T09:50:11.325Z] Step 24/24 : LABEL version=2.0.0-dev.7 [2021-01-20T09:50:11.599Z] ---> Running in 99a808587fc8 [2021-01-20T09:50:11.874Z] Removing intermediate container 99a808587fc8 [2021-01-20T09:50:11.874Z] ---> efa068d6de50 [2021-01-20T09:50:11.874Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T09:50:12.155Z] Successfully built efa068d6de50 [2021-01-20T09:50:12.155Z] 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-20T09:50:12.599Z] provisioning config files... [2021-01-20T09:50:12.638Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/65@tmp/config3732863174535948465tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:50:13.132Z] ---> docker-login.sh [2021-01-20T09:50:13.132Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:50:13.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:13.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:13.675Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:13.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:13.675Z] [2021-01-20T09:50:13.675Z] Login Succeeded [2021-01-20T09:50:13.675Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:50:13.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:13.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:13.951Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:13.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:13.951Z] [2021-01-20T09:50:13.951Z] Login Succeeded [2021-01-20T09:50:13.951Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:50:14.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:14.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:14.547Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:14.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:14.547Z] [2021-01-20T09:50:14.547Z] Login Succeeded [2021-01-20T09:50:14.547Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:50:15.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:15.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:15.145Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:15.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:15.145Z] [2021-01-20T09:50:15.145Z] Login Succeeded [2021-01-20T09:50:15.145Z] docker.io [2021-01-20T09:50:15.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:16.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:16.018Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:16.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:16.018Z] [2021-01-20T09:50:16.018Z] Login Succeeded [2021-01-20T09:50:16.018Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:50:16.040Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T09:50:16.254Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-01-20T09:50:16.254Z] f24d25d81141c2eca5b0f08cb81992033eaf0707 [2021-01-20T09:50:16.254Z] latest [2021-01-20T09:50:16.254Z] 2.0.0-dev.7 [2021-01-20T09:50:16.255Z] f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7 [2021-01-20T09:50:16.255Z] master [2021-01-20T09:50:16.255Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:16.786Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f24d25d81141c2eca5b0f08cb81992033eaf0707 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:17.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f24d25d81141c2eca5b0f08cb81992033eaf0707 [2021-01-20T09:50:17.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T09:50:17.132Z] 0e9b9bec800c: Preparing [2021-01-20T09:50:17.132Z] 379067d0cb53: Preparing [2021-01-20T09:50:17.406Z] 379067d0cb53: Layer already exists [2021-01-20T09:50:20.772Z] 0e9b9bec800c: Pushed [2021-01-20T09:50:20.772Z] f24d25d81141c2eca5b0f08cb81992033eaf0707: digest: sha256:7e0f5c89f70398a319c6b3b518307905f8aa3f3409c801f36dd46c02209afb5c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:21.113Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:21.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-20T09:50:21.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T09:50:21.462Z] 0e9b9bec800c: Preparing [2021-01-20T09:50:21.462Z] 379067d0cb53: Preparing [2021-01-20T09:50:21.462Z] 379067d0cb53: Layer already exists [2021-01-20T09:50:21.462Z] 0e9b9bec800c: Layer already exists [2021-01-20T09:50:21.732Z] latest: digest: sha256:7e0f5c89f70398a319c6b3b518307905f8aa3f3409c801f36dd46c02209afb5c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:22.073Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:22.409Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.7 [2021-01-20T09:50:22.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T09:50:22.409Z] 0e9b9bec800c: Preparing [2021-01-20T09:50:22.409Z] 379067d0cb53: Preparing [2021-01-20T09:50:22.409Z] 0e9b9bec800c: Layer already exists [2021-01-20T09:50:22.409Z] 379067d0cb53: Layer already exists [2021-01-20T09:50:22.680Z] 2.0.0-dev.7: digest: sha256:7e0f5c89f70398a319c6b3b518307905f8aa3f3409c801f36dd46c02209afb5c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:23.022Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:23.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7 [2021-01-20T09:50:23.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T09:50:23.358Z] 0e9b9bec800c: Preparing [2021-01-20T09:50:23.359Z] 379067d0cb53: Preparing [2021-01-20T09:50:23.632Z] 379067d0cb53: Layer already exists [2021-01-20T09:50:23.632Z] 0e9b9bec800c: Layer already exists [2021-01-20T09:50:23.632Z] f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7: digest: sha256:7e0f5c89f70398a319c6b3b518307905f8aa3f3409c801f36dd46c02209afb5c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:23.995Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:24.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-01-20T09:50:24.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-20T09:50:24.378Z] 0e9b9bec800c: Preparing [2021-01-20T09:50:24.378Z] 379067d0cb53: Preparing [2021-01-20T09:50:24.378Z] 0e9b9bec800c: Layer already exists [2021-01-20T09:50:24.378Z] 379067d0cb53: Layer already exists [2021-01-20T09:50:24.664Z] master: digest: sha256:7e0f5c89f70398a319c6b3b518307905f8aa3f3409c801f36dd46c02209afb5c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T09:50:24.851Z] ===================================================== [Pipeline] echo [2021-01-20T09:50:24.946Z] taggedImages: [2021-01-20T09:50:24.946Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f24d25d81141c2eca5b0f08cb81992033eaf0707 [2021-01-20T09:50:24.946Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-20T09:50:24.946Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.7 [2021-01-20T09:50:24.946Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:f24d25d81141c2eca5b0f08cb81992033eaf0707-2.0.0-dev.7 [2021-01-20T09:50:24.946Z] - 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-20T09:50:26.630Z] provisioning config files... [2021-01-20T09:50:26.641Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9003414921467872923tmp [Pipeline] { [Pipeline] sh [2021-01-20T09:50:27.015Z] + set +x [2021-01-20T09:50:27.015Z] + curl -s https://codecov.io/bash [2021-01-20T09:50:27.015Z] + bash -s -- [2021-01-20T09:50:27.277Z] [2021-01-20T09:50:27.277Z] _____ _ [2021-01-20T09:50:27.277Z] / ____| | | [2021-01-20T09:50:27.277Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T09:50:27.277Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T09:50:27.277Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T09:50:27.277Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T09:50:27.277Z] Bash-20210115-cec3c92 [2021-01-20T09:50:27.277Z] [2021-01-20T09:50:27.277Z] [2021-01-20T09:50:27.277Z] ==> git version 2.24.3 found [2021-01-20T09:50:27.277Z] ==> 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-20T09:50:27.277Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T09:50:27.277Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T09:50:27.277Z] ==> Jenkins CI detected. [2021-01-20T09:50:27.277Z] project root: . [2021-01-20T09:50:27.277Z] --> token set from env [2021-01-20T09:50:27.277Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T09:50:27.277Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T09:50:27.277Z] ==> Python coveragepy not found [2021-01-20T09:50:27.277Z] ==> Searching for coverage reports in: [2021-01-20T09:50:27.277Z] + . [2021-01-20T09:50:27.277Z] -> Found 1 reports [2021-01-20T09:50:27.277Z] ==> Detecting git/mercurial file structure [2021-01-20T09:50:27.277Z] ==> Reading reports [2021-01-20T09:50:27.277Z] + ./coverage.out bytes=10 [2021-01-20T09:50:27.277Z] ==> Appending adjustments [2021-01-20T09:50:27.277Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T09:50:27.540Z] + Found adjustments [2021-01-20T09:50:27.540Z] ==> Gzipping contents [2021-01-20T09:50:27.540Z] 4.0K /tmp/codecov.z39df5.gz [2021-01-20T09:50:27.540Z] ==> Uploading reports [2021-01-20T09:50:27.540Z] url: https://codecov.io [2021-01-20T09:50:27.540Z] query: branch=master&commit=f24d25d81141c2eca5b0f08cb81992033eaf0707&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F65%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T09:50:27.540Z] -> Pinging Codecov [2021-01-20T09:50:27.540Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=f24d25d81141c2eca5b0f08cb81992033eaf0707&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F65%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T09:50:27.802Z] -> Uploading to [2021-01-20T09:50:27.802Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/f24d25d81141c2eca5b0f08cb81992033eaf0707/f41076c0-9b99-4d2b-a46f-6419e7a37ba3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T095027Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0b55f5a5c8f1504a5272ff719ef35a33a0154ae2f8e17444c4b97b977682a9cd [2021-01-20T09:50:27.802Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T09:50:27.802Z] Dload Upload Total Spent Left Speed [2021-01-20T09:50:28.332Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 4524 --:--:-- --:--:-- --:--:-- 4520 [2021-01-20T09:50:28.332Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f24d25d81141c2eca5b0f08cb81992033eaf0707 [Pipeline] } [2021-01-20T09:50:28.343Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-20T09:50:29.216Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-20T09:50:29.265Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:29.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T09:50:29.616Z] [2021-01-20T09:50:29.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:30.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T09:50:30.005Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-20T09:50:30.005Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T09:50:30.005Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T09:50:30.005Z] de9db76c5a1d: Pulling fs layer [2021-01-20T09:50:30.005Z] 0eba1c9be4d2: Pulling fs layer [2021-01-20T09:50:30.005Z] 0d57e429df01: Pulling fs layer [2021-01-20T09:50:30.005Z] 4e4be7b47b0d: Pulling fs layer [2021-01-20T09:50:30.005Z] e1f770b5df2f: Pulling fs layer [2021-01-20T09:50:30.005Z] 85a0685a4137: Pulling fs layer [2021-01-20T09:50:30.005Z] 0eba1c9be4d2: Waiting [2021-01-20T09:50:30.005Z] 0d57e429df01: Waiting [2021-01-20T09:50:30.005Z] 4e4be7b47b0d: Waiting [2021-01-20T09:50:30.005Z] e1f770b5df2f: Waiting [2021-01-20T09:50:30.005Z] 85a0685a4137: Waiting [2021-01-20T09:50:30.005Z] de9db76c5a1d: Verifying Checksum [2021-01-20T09:50:30.005Z] de9db76c5a1d: Download complete [2021-01-20T09:50:30.005Z] 0ef7d3d256c8: Download complete [2021-01-20T09:50:30.005Z] 0d57e429df01: Verifying Checksum [2021-01-20T09:50:30.005Z] 0d57e429df01: Download complete [2021-01-20T09:50:30.005Z] 4e4be7b47b0d: Verifying Checksum [2021-01-20T09:50:30.005Z] 4e4be7b47b0d: Download complete [2021-01-20T09:50:30.267Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T09:50:30.267Z] 188c0c94c7c5: Download complete [2021-01-20T09:50:30.536Z] 188c0c94c7c5: Pull complete [2021-01-20T09:50:30.800Z] 0ef7d3d256c8: Pull complete [2021-01-20T09:50:30.800Z] de9db76c5a1d: Pull complete [2021-01-20T09:50:32.190Z] e1f770b5df2f: Verifying Checksum [2021-01-20T09:50:32.190Z] e1f770b5df2f: Download complete [2021-01-20T09:50:34.753Z] 0eba1c9be4d2: Verifying Checksum [2021-01-20T09:50:34.753Z] 0eba1c9be4d2: Download complete [2021-01-20T09:50:34.753Z] 85a0685a4137: Verifying Checksum [2021-01-20T09:50:34.753Z] 85a0685a4137: Download complete [2021-01-20T09:50:40.088Z] 0eba1c9be4d2: Pull complete [2021-01-20T09:50:40.088Z] 0d57e429df01: Pull complete [2021-01-20T09:50:40.088Z] 4e4be7b47b0d: Pull complete [2021-01-20T09:50:42.028Z] e1f770b5df2f: Pull complete [2021-01-20T09:50:50.229Z] 85a0685a4137: Pull complete [2021-01-20T09:50:50.229Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-20T09:50:50.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T09:50:50.229Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-20T09:50:50.493Z] prd-centos7-docker-4c-2g-21561 does not seem to be running inside a container [2021-01-20T09:50:50.545Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-20T09:50:51.485Z] $ docker top 66619f21c0c6b11efdc54b3112b2a76ff4389756585d909d515bab21a9c2db18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T09:50:51.665Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-20T09:50:51.965Z] + set -o pipefail [2021-01-20T09:50:51.965Z] + snyk monitor '--org=edgex-jenkins' [2021-01-20T09:51:10.117Z] [2021-01-20T09:51:10.117Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-01-20T09:51:10.117Z] [2021-01-20T09:51:10.117Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/77675743-7557-42c7-9d34-3b27013c2a7e [2021-01-20T09:51:10.117Z] [2021-01-20T09:51:10.117Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-01-20T09:51:10.117Z] [2021-01-20T09:51:10.117Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-20T09:51:10.117Z] [2021-01-20T09:51:10.117Z] [Pipeline] } [2021-01-20T09:51:10.133Z] $ docker stop --time=1 66619f21c0c6b11efdc54b3112b2a76ff4389756585d909d515bab21a9c2db18 [2021-01-20T09:51:12.393Z] $ docker rm -f 66619f21c0c6b11efdc54b3112b2a76ff4389756585d909d515bab21a9c2db18 [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-20T09:51:14.114Z] + git log --format=format:%s -1 f24d25d81141c2eca5b0f08cb81992033eaf0707 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:14.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:51:14.430Z] . [Pipeline] withDockerContainer [2021-01-20T09:51:14.529Z] prd-centos7-docker-4c-2g-21561 does not seem to be running inside a container [2021-01-20T09:51:14.569Z] $ 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-20T09:51:15.322Z] $ docker top 7ba22d010e1fd172f009d4fe12dec94125fdb299994de86bd1d1eff58bc60fcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T09:51:15.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:51:15.632Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:51:15.837Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:51:15.838Z] $ docker exec 7ba22d010e1fd172f009d4fe12dec94125fdb299994de86bd1d1eff58bc60fcc ssh-agent [2021-01-20T09:51:15.999Z] SSH_AUTH_SOCK=/tmp/ssh-N4rlIWCIokxm/agent.13 [2021-01-20T09:51:15.999Z] SSH_AGENT_PID=18 [2021-01-20T09:51:16.005Z] Running ssh-add (command line suppressed) [2021-01-20T09:51:16.129Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2285671061230635318.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2285671061230635318.key) [2021-01-20T09:51:16.183Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:51:16.514Z] + git semver tag [2021-01-20T09:51:16.514Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T09:51:16.514Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T09:51:16.514Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T09:51:16.514Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T09:51:16.514Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T09:51:16.514Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T09:51:16.514Z] # $SEMVER_BRANCH = master [2021-01-20T09:51:16.514Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-20T09:51:16.514Z] # f24d25d81141c2eca5b0f08cb81992033eaf0707 HEAD [2021-01-20T09:51:16.514Z] # -> Force: false [2021-01-20T09:51:16.514Z] # 0247d5a0ea65209d71e6c28398c70b72d3abfbb6 refs/tags/v2.0.0-dev.7 [Pipeline] } [2021-01-20T09:51:16.524Z] $ docker exec --env ******** --env ******** 7ba22d010e1fd172f009d4fe12dec94125fdb299994de86bd1d1eff58bc60fcc ssh-agent -k [2021-01-20T09:51:16.635Z] unset SSH_AUTH_SOCK; [2021-01-20T09:51:16.635Z] unset SSH_AGENT_PID; [2021-01-20T09:51:16.635Z] echo Agent pid 18 killed; [2021-01-20T09:51:16.698Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T09:51:17.167Z] + git semver [Pipeline] } [2021-01-20T09:51:17.181Z] $ docker stop --time=1 7ba22d010e1fd172f009d4fe12dec94125fdb299994de86bd1d1eff58bc60fcc [2021-01-20T09:51:18.527Z] $ docker rm -f 7ba22d010e1fd172f009d4fe12dec94125fdb299994de86bd1d1eff58bc60fcc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:19.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T09:51:19.151Z] [2021-01-20T09:51:19.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:19.495Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T09:51:19.495Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-20T09:51:19.495Z] ab5ef0e58194: Pulling fs layer [2021-01-20T09:51:19.495Z] 9712f1f96733: Pulling fs layer [2021-01-20T09:51:19.495Z] 63f879dbbcfc: Pulling fs layer [2021-01-20T09:51:19.495Z] 0d9ebad4ef96: Pulling fs layer [2021-01-20T09:51:19.495Z] e9a5061849ea: Pulling fs layer [2021-01-20T09:51:19.495Z] d747dcd14b5f: Pulling fs layer [2021-01-20T09:51:19.495Z] 2de7ff778b66: Pulling fs layer [2021-01-20T09:51:19.495Z] e9a5061849ea: Waiting [2021-01-20T09:51:19.495Z] d747dcd14b5f: Waiting [2021-01-20T09:51:19.495Z] 2de7ff778b66: Waiting [2021-01-20T09:51:19.495Z] 0d9ebad4ef96: Waiting [2021-01-20T09:51:19.495Z] 9712f1f96733: Download complete [2021-01-20T09:51:20.896Z] 63f879dbbcfc: Verifying Checksum [2021-01-20T09:51:21.169Z] e9a5061849ea: Verifying Checksum [2021-01-20T09:51:21.169Z] e9a5061849ea: Download complete [2021-01-20T09:51:21.169Z] d747dcd14b5f: Verifying Checksum [2021-01-20T09:51:21.169Z] d747dcd14b5f: Download complete [2021-01-20T09:51:21.756Z] 2de7ff778b66: Verifying Checksum [2021-01-20T09:51:21.756Z] 2de7ff778b66: Download complete [2021-01-20T09:51:22.332Z] 0d9ebad4ef96: Verifying Checksum [2021-01-20T09:51:22.332Z] 0d9ebad4ef96: Download complete [2021-01-20T09:51:22.332Z] ab5ef0e58194: Verifying Checksum [2021-01-20T09:51:22.332Z] ab5ef0e58194: Download complete [2021-01-20T09:51:26.757Z] ab5ef0e58194: Pull complete [2021-01-20T09:51:26.757Z] 9712f1f96733: Pull complete [2021-01-20T09:51:29.332Z] 63f879dbbcfc: Pull complete [2021-01-20T09:51:35.954Z] 0d9ebad4ef96: Pull complete [2021-01-20T09:51:36.899Z] e9a5061849ea: Pull complete [2021-01-20T09:51:36.899Z] d747dcd14b5f: Pull complete [2021-01-20T09:51:39.457Z] 2de7ff778b66: Pull complete [2021-01-20T09:51:39.457Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-20T09:51:39.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T09:51:39.457Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-20T09:51:39.651Z] prd-centos7-docker-4c-2g-21561 does not seem to be running inside a container [2021-01-20T09:51:39.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-20T09:51:43.789Z] $ docker top 720d0ca8559ecaf1d3e194a820b239f29b4b1cc2700f105523cfebc8aafa65af -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-20T09:51:44.036Z] provisioning config files... [2021-01-20T09:51:44.047Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3093531001577306223tmp [2021-01-20T09:51:44.063Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5871790603292688375tmp [2021-01-20T09:51:44.080Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8216253478774773458tmp [Pipeline] { [Pipeline] echo [2021-01-20T09:51:44.146Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:51:44.447Z] ---> sigul-configuration.sh [2021-01-20T09:51:44.447Z] gpg: directory `/root/.gnupg' created [2021-01-20T09:51:44.447Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-20T09:51:44.447Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-20T09:51:44.447Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-20T09:51:44.447Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-20T09:51:44.447Z] gpg: CAST5 encrypted data [2021-01-20T09:51:44.708Z] gpg: encrypted with 1 passphrase [2021-01-20T09:51:44.708Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-20T09:51:45.007Z] + mkdir /home/jenkins [2021-01-20T09:51:45.007Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-20T09:51:45.304Z] + 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-20T09:51:45.315Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:51:45.610Z] ---> sigul-install.sh [2021-01-20T09:51:50.912Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-20T09:51:51.217Z] + git tag --list [2021-01-20T09:51:51.217Z] 0.1.1 [2021-01-20T09:51:51.217Z] v1.1.0 [2021-01-20T09:51:51.217Z] v1.2.0 [2021-01-20T09:51:51.217Z] v1.2.1 [2021-01-20T09:51:51.217Z] v1.2.2-dev.1 [2021-01-20T09:51:51.217Z] v1.2.2-dev.10 [2021-01-20T09:51:51.217Z] v1.2.2-dev.11 [2021-01-20T09:51:51.217Z] v1.2.2-dev.12 [2021-01-20T09:51:51.217Z] v1.2.2-dev.2 [2021-01-20T09:51:51.217Z] v1.2.2-dev.3 [2021-01-20T09:51:51.217Z] v1.2.2-dev.4 [2021-01-20T09:51:51.217Z] v1.2.2-dev.5 [2021-01-20T09:51:51.217Z] v1.2.2-dev.6 [2021-01-20T09:51:51.217Z] v1.2.2-dev.7 [2021-01-20T09:51:51.217Z] v1.2.2-dev.8 [2021-01-20T09:51:51.217Z] v1.2.2-dev.9 [2021-01-20T09:51:51.217Z] v1.3.0 [2021-01-20T09:51:51.217Z] v1.3.1-dev.1 [2021-01-20T09:51:51.217Z] v1.3.1-dev.2 [2021-01-20T09:51:51.217Z] v2.0.0-dev.1 [2021-01-20T09:51:51.217Z] v2.0.0-dev.2 [2021-01-20T09:51:51.217Z] v2.0.0-dev.3 [2021-01-20T09:51:51.217Z] v2.0.0-dev.4 [2021-01-20T09:51:51.217Z] v2.0.0-dev.5 [2021-01-20T09:51:51.217Z] v2.0.0-dev.6 [2021-01-20T09:51:51.217Z] v2.0.0-dev.7 [Pipeline] sh [2021-01-20T09:51:51.534Z] + lftools sign git-tag v2.0.0-dev.7 [2021-01-20T09:51:52.924Z] Signing Git tag with Sigul... [2021-01-20T09:51:52.924Z] Signing v2.0.0-dev.7 [Pipeline] echo [2021-01-20T09:51:54.325Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:51:54.621Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-20T09:51:54.631Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-20T09:51:54.731Z] $ docker stop --time=1 720d0ca8559ecaf1d3e194a820b239f29b4b1cc2700f105523cfebc8aafa65af [2021-01-20T09:51:56.714Z] $ docker rm -f 720d0ca8559ecaf1d3e194a820b239f29b4b1cc2700f105523cfebc8aafa65af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:57.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:51:57.634Z] . [Pipeline] withDockerContainer [2021-01-20T09:51:57.737Z] prd-centos7-docker-4c-2g-21561 does not seem to be running inside a container [2021-01-20T09:51:57.800Z] $ 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-20T09:51:58.541Z] $ docker top a607afea8f0b46c95246ef46d35f7e165ab04c56765c4d171c59967ec6247cfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T09:51:58.861Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:51:58.861Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:51:59.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:51:59.082Z] $ docker exec a607afea8f0b46c95246ef46d35f7e165ab04c56765c4d171c59967ec6247cfd ssh-agent [2021-01-20T09:51:59.247Z] SSH_AUTH_SOCK=/tmp/ssh-TDsRsImZUfVD/agent.13 [2021-01-20T09:51:59.248Z] SSH_AGENT_PID=18 [2021-01-20T09:51:59.255Z] Running ssh-add (command line suppressed) [2021-01-20T09:51:59.382Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4243868768907640021.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4243868768907640021.key) [2021-01-20T09:51:59.441Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:51:59.777Z] + git semver bump pre [2021-01-20T09:51:59.777Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T09:51:59.777Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T09:51:59.777Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T09:51:59.777Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T09:51:59.777Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T09:51:59.777Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T09:51:59.777Z] # $SEMVER_BRANCH = master [2021-01-20T09:51:59.777Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-20T09:51:59.777Z] 2.0.0-dev.8 [Pipeline] } [2021-01-20T09:51:59.789Z] $ docker exec --env ******** --env ******** a607afea8f0b46c95246ef46d35f7e165ab04c56765c4d171c59967ec6247cfd ssh-agent -k [2021-01-20T09:51:59.904Z] unset SSH_AUTH_SOCK; [2021-01-20T09:51:59.904Z] unset SSH_AGENT_PID; [2021-01-20T09:51:59.904Z] echo Agent pid 18 killed; [2021-01-20T09:51:59.954Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T09:52:00.472Z] + git semver [Pipeline] } [2021-01-20T09:52:00.487Z] $ docker stop --time=1 a607afea8f0b46c95246ef46d35f7e165ab04c56765c4d171c59967ec6247cfd [2021-01-20T09:52:01.841Z] $ docker rm -f a607afea8f0b46c95246ef46d35f7e165ab04c56765c4d171c59967ec6247cfd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:52:02.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:52:02.369Z] . [Pipeline] withDockerContainer [2021-01-20T09:52:02.470Z] prd-centos7-docker-4c-2g-21561 does not seem to be running inside a container [2021-01-20T09:52:02.515Z] $ 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-20T09:52:03.113Z] $ docker top b059656954f5bdb5de37440023205413b72edde90d0bcfcbebddac1b9d9a7d06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T09:52:03.446Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:52:03.446Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:52:03.618Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:52:03.619Z] $ docker exec b059656954f5bdb5de37440023205413b72edde90d0bcfcbebddac1b9d9a7d06 ssh-agent [2021-01-20T09:52:03.789Z] SSH_AUTH_SOCK=/tmp/ssh-JDYEtgpeAJrO/agent.12 [2021-01-20T09:52:03.789Z] SSH_AGENT_PID=17 [2021-01-20T09:52:03.795Z] Running ssh-add (command line suppressed) [2021-01-20T09:52:03.917Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7230913657181296415.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7230913657181296415.key) [2021-01-20T09:52:03.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:52:04.303Z] + git semver push [2021-01-20T09:52:04.303Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T09:52:04.303Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-20T09:52:04.303Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T09:52:04.303Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T09:52:04.303Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T09:52:04.303Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T09:52:04.303Z] # $SEMVER_BRANCH = master [2021-01-20T09:52:04.303Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-20T09:52:12.468Z] $ docker exec --env ******** --env ******** b059656954f5bdb5de37440023205413b72edde90d0bcfcbebddac1b9d9a7d06 ssh-agent -k [2021-01-20T09:52:12.602Z] unset SSH_AUTH_SOCK; [2021-01-20T09:52:12.603Z] unset SSH_AGENT_PID; [2021-01-20T09:52:12.603Z] echo Agent pid 17 killed; [2021-01-20T09:52:12.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T09:52:13.173Z] + git semver [Pipeline] } [2021-01-20T09:52:13.196Z] $ docker stop --time=1 b059656954f5bdb5de37440023205413b72edde90d0bcfcbebddac1b9d9a7d06 [2021-01-20T09:52:14.557Z] $ docker rm -f b059656954f5bdb5de37440023205413b72edde90d0bcfcbebddac1b9d9a7d06 [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-20T09:52:15.925Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:16.507Z] ---> package-listing.sh [2021-01-20T09:52:16.507Z] ++ facter osfamily [2021-01-20T09:52:16.507Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T09:52:16.507Z] + OS_FAMILY=redhat [2021-01-20T09:52:16.507Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-20T09:52:16.507Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T09:52:16.507Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T09:52:16.507Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T09:52:16.507Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T09:52:16.507Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-20T09:52:16.507Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T09:52:16.507Z] + case "${OS_FAMILY}" in [2021-01-20T09:52:16.507Z] + rpm -qa [2021-01-20T09:52:16.507Z] + sort [2021-01-20T09:52:21.847Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T09:52:21.847Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T09:52:21.847Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T09:52:21.847Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-20T09:52:21.847Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-01-20T09:52:21.847Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-01-20T09:52:21.861Z] 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-20T09:52:22.162Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:52:22.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:52:22.472Z] [2021-01-20T09:52:22.472Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:52:22.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:52:22.819Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T09:52:22.819Z] df20fa9351a1: Pulling fs layer [2021-01-20T09:52:22.819Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T09:52:22.819Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T09:52:22.819Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T09:52:22.819Z] 93b61091891f: Pulling fs layer [2021-01-20T09:52:22.819Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T09:52:22.819Z] 5e14af77c1be: Pulling fs layer [2021-01-20T09:52:22.819Z] 01666e4c0597: Pulling fs layer [2021-01-20T09:52:22.819Z] aa168da1d23b: Pulling fs layer [2021-01-20T09:52:22.819Z] 46f8f816bc3b: Waiting [2021-01-20T09:52:22.819Z] 93b61091891f: Waiting [2021-01-20T09:52:22.819Z] 93b9cdb0e59b: Waiting [2021-01-20T09:52:22.819Z] 5e14af77c1be: Waiting [2021-01-20T09:52:22.819Z] 01666e4c0597: Waiting [2021-01-20T09:52:22.819Z] aa168da1d23b: Waiting [2021-01-20T09:52:22.819Z] 36b3adc4ff6f: Download complete [2021-01-20T09:52:22.819Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T09:52:22.819Z] 46f8f816bc3b: Download complete [2021-01-20T09:52:22.819Z] df20fa9351a1: Verifying Checksum [2021-01-20T09:52:22.819Z] df20fa9351a1: Download complete [2021-01-20T09:52:23.084Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T09:52:23.084Z] 93b9cdb0e59b: Download complete [2021-01-20T09:52:23.084Z] 5e14af77c1be: Verifying Checksum [2021-01-20T09:52:23.084Z] 5e14af77c1be: Download complete [2021-01-20T09:52:23.084Z] 93b61091891f: Verifying Checksum [2021-01-20T09:52:23.084Z] 93b61091891f: Download complete [2021-01-20T09:52:23.084Z] 01666e4c0597: Verifying Checksum [2021-01-20T09:52:23.084Z] 01666e4c0597: Download complete [2021-01-20T09:52:23.350Z] df20fa9351a1: Pull complete [2021-01-20T09:52:23.614Z] 36b3adc4ff6f: Pull complete [2021-01-20T09:52:23.615Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T09:52:23.615Z] 8ad3a11d3b57: Download complete [2021-01-20T09:52:24.198Z] 8ad3a11d3b57: Pull complete [2021-01-20T09:52:24.460Z] 46f8f816bc3b: Pull complete [2021-01-20T09:52:24.730Z] 93b61091891f: Pull complete [2021-01-20T09:52:25.685Z] 93b9cdb0e59b: Pull complete [2021-01-20T09:52:25.949Z] 5e14af77c1be: Pull complete [2021-01-20T09:52:26.212Z] 01666e4c0597: Pull complete [2021-01-20T09:52:26.790Z] aa168da1d23b: Verifying Checksum [2021-01-20T09:52:26.790Z] aa168da1d23b: Download complete [2021-01-20T09:52:34.972Z] aa168da1d23b: Pull complete [2021-01-20T09:52:34.972Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T09:52:34.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:52:34.972Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T09:52:35.107Z] prd-centos7-docker-4c-2g-21561 does not seem to be running inside a container [2021-01-20T09:52:35.150Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T09:52:38.183Z] $ docker top 5589cb34d28570265ded8a20411eaf7996623880856b1db35cf085a28c65921e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:52:38.709Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T09:52:39.007Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T09:52:39.308Z] + ls /var/log/sa-host [2021-01-20T09:52:39.309Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T09:52:39.309Z] file_magic: OK [2021-01-20T09:52:39.309Z] HZ: Using current value: 100 [2021-01-20T09:52:39.309Z] file_header: OK [2021-01-20T09:52:39.309Z] 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-20T09:52:39.309Z] Statistics: [2021-01-20T09:52:39.309Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T09:52:39.309Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T09:52:39.309Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T09:52:39.309Z] file_magic: OK [2021-01-20T09:52:39.309Z] HZ: Using current value: 100 [2021-01-20T09:52:39.309Z] file_header: OK [2021-01-20T09:52:39.309Z] 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-20T09:52:39.309Z] Statistics: [2021-01-20T09:52:39.309Z] Hnuu...uuuununununu... [2021-01-20T09:52:39.309Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T09:52:39.505Z] provisioning config files... [2021-01-20T09:52:39.527Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5387364198594684310tmp [Pipeline] { [Pipeline] echo [2021-01-20T09:52:39.612Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:39.909Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T09:52:39.918Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T09:52:40.002Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:40.300Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T09:52:40.312Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:40.608Z] ---> sudo-logs.sh [2021-01-20T09:52:40.608Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T09:52:40.619Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:40.919Z] ---> job-cost.sh [2021-01-20T09:52:40.919Z] lf-activate-venv: SKIPPING [2021-01-20T09:52:40.919Z] INFO: No Stack... [2021-01-20T09:52:41.863Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T09:52:42.438Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T09:52:42.451Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:42.748Z] ---> logs-deploy.sh [2021-01-20T09:52:42.748Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/65 [2021-01-20T09:52:42.748Z] INFO: archiving workspace using pattern(s): [2021-01-20T09:52:44.671Z] Archives upload complete. [2021-01-20T09:52:44.672Z] INFO: archiving logs to Nexus