Pull request #260 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd rather than ffcebde5f59e4b5577a616c0cce98a7142167cfa Obtained Jenkinsfile from c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd Running in Durability level: MAX_SURVIVABILITY 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-260/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go, goVersion:1.13] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-546 in /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-260 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit ffcebde5f59e4b5577a616c0cce98a7142167cfa Merge succeeded, producing ffcebde5f59e4b5577a616c0cce98a7142167cfa Checking out Revision ffcebde5f59e4b5577a616c0cce98a7142167cfa (PR-260) > git config core.sparsecheckout # timeout=10 > git checkout -f ffcebde5f59e4b5577a616c0cce98a7142167cfa # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffcebde5f59e4b5577a616c0cce98a7142167cfa # timeout=10 Commit message: "Merge branch 'master' into issue_#257" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-20T06:05:58.847Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-20T06:05:59.188Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-20T06:05:59.381Z] ========================================================= [2020-09-20T06:05:59.381Z] EdgeX Global Pipelines Version Info [2020-09-20T06:05:59.381Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:06:01.316Z] ------------------- [2020-09-20T06:06:01.316Z] stable info: [2020-09-20T06:06:01.316Z] ------------------- [2020-09-20T06:06:01.316Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-20T06:06:01.316Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-20T06:06:01.316Z] Message: update stable to v1.0.122 [2020-09-20T06:06:01.895Z] ------------------- [2020-09-20T06:06:01.895Z] experimental info: [2020-09-20T06:06:01.895Z] ------------------- [2020-09-20T06:06:01.895Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-20T06:06:01.895Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-20T06:06:01.896Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-20T06:06:02.421Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-09-20T06:06:02.553Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-09-20T06:06:02.680Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-20T06:06:02.811Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-20T06:06:02.990Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-20T06:06:03.106Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-20T06:06:03.219Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-20T06:06:03.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-20T06:06:03.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-20T06:06:03.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-20T06:06:03.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-20T06:06:03.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-09-20T06:06:03.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-20T06:06:04.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-20T06:06:04.222Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T06:06:04.359Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T06:06:04.511Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T06:06:04.675Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T06:06:04.863Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-20T06:06:05.040Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-20T06:06:05.200Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-20T06:06:05.327Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-20T06:06:05.447Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-260 [Pipeline] echo [2020-09-20T06:06:05.575Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-260 [Pipeline] echo [2020-09-20T06:06:05.701Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-260 [Pipeline] echo [2020-09-20T06:06:05.853Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffcebde5f59e4b5577a616c0cce98a7142167cfa [Pipeline] echo [2020-09-20T06:06:05.987Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffcebde [Pipeline] echo [2020-09-20T06:06:06.113Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T06:06:06.902Z] + git log --format=format:%s -1 ffcebde5f59e4b5577a616c0cce98a7142167cfa [Pipeline] echo [2020-09-20T06:06:06.992Z] GIT_COMMIT: ffcebde5f59e4b5577a616c0cce98a7142167cfa, Commit Message: Merge branch 'master' into issue_#257 [Pipeline] echo [2020-09-20T06:06:07.069Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:06:08.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:06:08.124Z] [2020-09-20T06:06:08.124Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:06:08.526Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:06:08.526Z] latest: Pulling from edgex-devops/git-semver [2020-09-20T06:06:08.526Z] 31603596830f: Pulling fs layer [2020-09-20T06:06:08.526Z] 2a8b12db71e7: Pulling fs layer [2020-09-20T06:06:08.526Z] 6ca5941a6612: Pulling fs layer [2020-09-20T06:06:08.526Z] ecc8261a40a4: Pulling fs layer [2020-09-20T06:06:08.526Z] ecc8261a40a4: Waiting [2020-09-20T06:06:08.790Z] 2a8b12db71e7: Download complete [2020-09-20T06:06:08.791Z] 31603596830f: Verifying Checksum [2020-09-20T06:06:08.791Z] 31603596830f: Download complete [2020-09-20T06:06:08.791Z] ecc8261a40a4: Verifying Checksum [2020-09-20T06:06:08.791Z] ecc8261a40a4: Download complete [2020-09-20T06:06:08.791Z] 6ca5941a6612: Verifying Checksum [2020-09-20T06:06:08.791Z] 6ca5941a6612: Download complete [2020-09-20T06:06:09.054Z] 31603596830f: Pull complete [2020-09-20T06:06:09.054Z] 2a8b12db71e7: Pull complete [2020-09-20T06:06:10.096Z] 6ca5941a6612: Pull complete [2020-09-20T06:06:10.096Z] ecc8261a40a4: Pull complete [2020-09-20T06:06:10.096Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-20T06:06:10.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T06:06:10.096Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-20T06:06:10.276Z] prd-centos7-docker-4c-2g-546 does not seem to be running inside a container [2020-09-20T06:06:10.327Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-260 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-260:/w/workspace/edgexfoundry_edgex-ui-go_PR-260:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-20T06:06:12.537Z] $ docker top 9f82951896d94e054e2eaee0cfafe3dc5db82c7752bf129eb56e12abef43bab1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T06:06:12.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:06:12.912Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:06:13.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:06:13.113Z] $ docker exec 9f82951896d94e054e2eaee0cfafe3dc5db82c7752bf129eb56e12abef43bab1 ssh-agent [2020-09-20T06:06:13.276Z] SSH_AUTH_SOCK=/tmp/ssh-9jkwmlaXXeOk/agent.11 [2020-09-20T06:06:13.276Z] SSH_AGENT_PID=16 [2020-09-20T06:06:13.289Z] Running ssh-add (command line suppressed) [2020-09-20T06:06:13.409Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/private_key_8099132367442232625.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/private_key_8099132367442232625.key) [2020-09-20T06:06:13.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:06:13.836Z] + git describe --exact-match --tags HEAD [2020-09-20T06:06:13.836Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-20T06:06:13.878Z] $ docker exec --env ******** --env ******** 9f82951896d94e054e2eaee0cfafe3dc5db82c7752bf129eb56e12abef43bab1 ssh-agent -k [2020-09-20T06:06:13.988Z] unset SSH_AUTH_SOCK; [2020-09-20T06:06:13.989Z] unset SSH_AGENT_PID; [2020-09-20T06:06:13.989Z] echo Agent pid 16 killed; [2020-09-20T06:06:14.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-20T06:06:14.192Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-20T06:06:14.192Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-20T06:06:14.312Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T06:06:14.312Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T06:06:14.479Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T06:06:14.485Z] $ docker exec 9f82951896d94e054e2eaee0cfafe3dc5db82c7752bf129eb56e12abef43bab1 ssh-agent [2020-09-20T06:06:14.640Z] SSH_AUTH_SOCK=/tmp/ssh-cPiw1pOra7co/agent.45 [2020-09-20T06:06:14.640Z] SSH_AGENT_PID=50 [2020-09-20T06:06:14.646Z] Running ssh-add (command line suppressed) [2020-09-20T06:06:14.763Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/private_key_7157224961134676974.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/private_key_7157224961134676974.key) [2020-09-20T06:06:14.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T06:06:15.182Z] + git semver init [2020-09-20T06:06:15.182Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T06:06:15.182Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-260/.git [2020-09-20T06:06:15.182Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [2020-09-20T06:06:15.182Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T06:06:15.182Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T06:06:15.182Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T06:06:15.182Z] # $SEMVER_BRANCH = PR-260 [2020-09-20T06:06:15.182Z] # $SEMVER_TEMP = /tmp/semver-758404422 [2020-09-20T06:06:15.182Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-09-20T06:06:16.133Z] # '/tmp/semver-758404422' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-260/.semver' [2020-09-20T06:06:16.133Z] # -> Force: false [2020-09-20T06:06:16.133Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-260/.semver [Pipeline] } [2020-09-20T06:06:16.154Z] $ docker exec --env ******** --env ******** 9f82951896d94e054e2eaee0cfafe3dc5db82c7752bf129eb56e12abef43bab1 ssh-agent -k [2020-09-20T06:06:16.273Z] unset SSH_AUTH_SOCK; [2020-09-20T06:06:16.273Z] unset SSH_AGENT_PID; [2020-09-20T06:06:16.273Z] echo Agent pid 50 killed; [2020-09-20T06:06:16.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T06:06:16.870Z] + git semver [Pipeline] } [2020-09-20T06:06:16.906Z] $ docker stop --time=1 9f82951896d94e054e2eaee0cfafe3dc5db82c7752bf129eb56e12abef43bab1 [2020-09-20T06:06:18.319Z] $ docker rm -f 9f82951896d94e054e2eaee0cfafe3dc5db82c7752bf129eb56e12abef43bab1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-20T06:06:19.755Z] Stashed 25 file(s) [Pipeline] echo [2020-09-20T06:06:19.777Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-20T06:06:19.913Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-20T06:06:35.834Z] Still waiting to schedule task [2020-09-20T06:06:35.834Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-546’ [2020-09-20T06:06:35.861Z] Still waiting to schedule task [2020-09-20T06:06:35.861Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-20T06:08:34.795Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-547 in /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [Pipeline] { [Pipeline] ws [2020-09-20T06:08:34.900Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2020-09-20T06:08:40.628Z] using credential edgex-jenkins-ssh [2020-09-20T06:08:40.739Z] Cloning the remote Git repository [2020-09-20T06:08:40.739Z] Cloning with configured refspecs honoured and without tags [2020-09-20T06:08:40.844Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:08:40.975Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2020-09-20T06:08:41.048Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:08:41.049Z] > git --version # timeout=10 [2020-09-20T06:08:41.071Z] > git --version # 'git version 2.17.1' [2020-09-20T06:08:41.072Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:08:41.157Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:08:42.552Z] Fetching without tags [2020-09-20T06:08:42.489Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:08:42.511Z] > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 [2020-09-20T06:08:42.527Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:08:42.549Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:08:43.010Z] Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit ffcebde5f59e4b5577a616c0cce98a7142167cfa [2020-09-20T06:08:43.431Z] Merge succeeded, producing ffcebde5f59e4b5577a616c0cce98a7142167cfa [2020-09-20T06:08:43.432Z] Checking out Revision ffcebde5f59e4b5577a616c0cce98a7142167cfa (PR-260) [2020-09-20T06:08:42.586Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:08:42.587Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:08:42.599Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:08:43.050Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:08:43.066Z] > git checkout -f ffcebde5f59e4b5577a616c0cce98a7142167cfa # timeout=10 [2020-09-20T06:08:43.308Z] > git remote # timeout=10 [2020-09-20T06:08:43.325Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T06:08:43.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:08:43.348Z] > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 [2020-09-20T06:08:43.411Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T06:08:43.458Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:08:43.488Z] > git checkout -f ffcebde5f59e4b5577a616c0cce98a7142167cfa # timeout=10 [2020-09-20T06:08:48.247Z] Commit message: "Merge branch 'master' into issue_#257" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-20T06:08:50.458Z] ========================================================= [2020-09-20T06:08:50.458Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-20T06:08:50.458Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:08:51.445Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-20T06:08:52.451Z] Sending build context to Docker daemon 21.99MB [2020-09-20T06:08:52.451Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-09-20T06:08:52.451Z] Step 2/8 : FROM ${BASE} [2020-09-20T06:08:53.067Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-20T06:08:53.067Z] b538f80385f9: Pulling fs layer [2020-09-20T06:08:53.067Z] 74f711af9a0d: Pulling fs layer [2020-09-20T06:08:53.067Z] 99f96fe45779: Pulling fs layer [2020-09-20T06:08:53.067Z] fd7a069fd194: Pulling fs layer [2020-09-20T06:08:53.067Z] 66aa3694b03b: Pulling fs layer [2020-09-20T06:08:53.067Z] 170f70906a0f: Pulling fs layer [2020-09-20T06:08:53.067Z] ad7c5574e4b9: Pulling fs layer [2020-09-20T06:08:53.067Z] e772456be8f7: Pulling fs layer [2020-09-20T06:08:53.067Z] c890913d741a: Pulling fs layer [2020-09-20T06:08:53.067Z] 2480fcc9aa5a: Pulling fs layer [2020-09-20T06:08:53.067Z] 09adf4765672: Pulling fs layer [2020-09-20T06:08:53.067Z] 170f70906a0f: Waiting [2020-09-20T06:08:53.067Z] ad7c5574e4b9: Waiting [2020-09-20T06:08:53.067Z] e772456be8f7: Waiting [2020-09-20T06:08:53.067Z] c890913d741a: Waiting [2020-09-20T06:08:53.067Z] 2480fcc9aa5a: Waiting [2020-09-20T06:08:53.067Z] 09adf4765672: Waiting [2020-09-20T06:08:53.067Z] fd7a069fd194: Waiting [2020-09-20T06:08:53.067Z] 66aa3694b03b: Waiting [2020-09-20T06:08:53.067Z] 99f96fe45779: Verifying Checksum [2020-09-20T06:08:53.067Z] 99f96fe45779: Download complete [2020-09-20T06:08:53.067Z] 74f711af9a0d: Download complete [2020-09-20T06:08:53.067Z] 66aa3694b03b: Verifying Checksum [2020-09-20T06:08:53.067Z] 66aa3694b03b: Download complete [2020-09-20T06:08:54.115Z] 170f70906a0f: Verifying Checksum [2020-09-20T06:08:54.115Z] 170f70906a0f: Download complete [2020-09-20T06:08:54.115Z] b538f80385f9: Verifying Checksum [2020-09-20T06:08:54.427Z] b538f80385f9: Pull complete [2020-09-20T06:08:55.042Z] 74f711af9a0d: Pull complete [2020-09-20T06:08:55.659Z] 99f96fe45779: Pull complete [2020-09-20T06:08:57.655Z] ad7c5574e4b9: Verifying Checksum [2020-09-20T06:08:57.655Z] ad7c5574e4b9: Download complete [2020-09-20T06:08:57.655Z] c890913d741a: Verifying Checksum [2020-09-20T06:08:57.655Z] c890913d741a: Download complete [2020-09-20T06:08:59.647Z] 2480fcc9aa5a: Verifying Checksum [2020-09-20T06:08:59.647Z] 2480fcc9aa5a: Download complete [2020-09-20T06:08:59.922Z] 09adf4765672: Verifying Checksum [2020-09-20T06:08:59.922Z] 09adf4765672: Download complete [2020-09-20T06:08:59.922Z] e772456be8f7: Verifying Checksum [2020-09-20T06:08:59.922Z] e772456be8f7: Download complete [2020-09-20T06:09:00.519Z] fd7a069fd194: Verifying Checksum [2020-09-20T06:09:00.519Z] fd7a069fd194: Download complete [2020-09-20T06:09:03.178Z] Running on prd-centos7-docker-4c-2g-548 in /w/workspace/edgexfoundry_edgex-ui-go_PR-260 [Pipeline] { [Pipeline] ws [2020-09-20T06:09:03.276Z] Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [2020-09-20T06:09:06.154Z] using credential edgex-jenkins-ssh [2020-09-20T06:09:06.206Z] Cloning the remote Git repository [2020-09-20T06:09:06.207Z] Cloning with configured refspecs honoured and without tags [2020-09-20T06:09:06.233Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:09:06.301Z] > git init /w/workspace/edgex-ui-go/3 # timeout=10 [2020-09-20T06:09:06.353Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:09:06.354Z] > git --version # timeout=10 [2020-09-20T06:09:06.361Z] > git --version # 'git version 2.16.5' [2020-09-20T06:09:06.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:09:06.385Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:09:07.543Z] Fetching without tags [2020-09-20T06:09:07.950Z] Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit ffcebde5f59e4b5577a616c0cce98a7142167cfa [2020-09-20T06:09:08.093Z] Merge succeeded, producing ffcebde5f59e4b5577a616c0cce98a7142167cfa [2020-09-20T06:09:08.094Z] Checking out Revision ffcebde5f59e4b5577a616c0cce98a7142167cfa (PR-260) [2020-09-20T06:09:07.510Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:09:07.518Z] > git config --add remote.origin.fetch +refs/pull/260/head:refs/remotes/origin/PR-260 # timeout=10 [2020-09-20T06:09:07.525Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:09:07.535Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T06:09:07.549Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T06:09:07.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:09:07.556Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T06:09:07.958Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:09:07.964Z] > git checkout -f ffcebde5f59e4b5577a616c0cce98a7142167cfa # timeout=10 [2020-09-20T06:09:08.062Z] > git remote # timeout=10 [2020-09-20T06:09:08.068Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T06:09:08.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T06:09:08.076Z] > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 [2020-09-20T06:09:08.086Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T06:09:08.096Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T06:09:08.099Z] > git checkout -f ffcebde5f59e4b5577a616c0cce98a7142167cfa # timeout=10 [2020-09-20T06:09:11.755Z] Commit message: "Merge branch 'master' into issue_#257" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-20T06:09:13.010Z] fd7a069fd194: Pull complete [2020-09-20T06:09:13.010Z] 66aa3694b03b: Pull complete [2020-09-20T06:09:13.010Z] 170f70906a0f: Pull complete [Pipeline] echo [2020-09-20T06:09:13.032Z] ========================================================= [2020-09-20T06:09:13.032Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-20T06:09:13.032Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:09:13.740Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-20T06:09:14.022Z] Sending build context to Docker daemon 21.99MB [2020-09-20T06:09:14.292Z] Step 1/8 : ARG BASE=golang:1.11-alpine [2020-09-20T06:09:14.292Z] Step 2/8 : FROM ${BASE} [2020-09-20T06:09:14.292Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-20T06:09:14.292Z] df20fa9351a1: Pulling fs layer [2020-09-20T06:09:14.292Z] ed8968b2872e: Pulling fs layer [2020-09-20T06:09:14.292Z] a92cc7c5fd73: Pulling fs layer [2020-09-20T06:09:14.292Z] 2dd03ba5bac4: Pulling fs layer [2020-09-20T06:09:14.292Z] 1e091d79d1de: Pulling fs layer [2020-09-20T06:09:14.292Z] 481702a1767f: Pulling fs layer [2020-09-20T06:09:14.292Z] f64a6f60c768: Pulling fs layer [2020-09-20T06:09:14.292Z] e78d2573fc39: Pulling fs layer [2020-09-20T06:09:14.292Z] e876d2f968b6: Pulling fs layer [2020-09-20T06:09:14.292Z] ce8a83651883: Pulling fs layer [2020-09-20T06:09:14.292Z] 07967f4d0e4b: Pulling fs layer [2020-09-20T06:09:14.292Z] f64a6f60c768: Waiting [2020-09-20T06:09:14.292Z] e78d2573fc39: Waiting [2020-09-20T06:09:14.292Z] e876d2f968b6: Waiting [2020-09-20T06:09:14.292Z] ce8a83651883: Waiting [2020-09-20T06:09:14.292Z] 07967f4d0e4b: Waiting [2020-09-20T06:09:14.292Z] 2dd03ba5bac4: Waiting [2020-09-20T06:09:14.292Z] 1e091d79d1de: Waiting [2020-09-20T06:09:14.292Z] 481702a1767f: Waiting [2020-09-20T06:09:14.292Z] a92cc7c5fd73: Verifying Checksum [2020-09-20T06:09:14.292Z] a92cc7c5fd73: Download complete [2020-09-20T06:09:14.292Z] ed8968b2872e: Verifying Checksum [2020-09-20T06:09:14.292Z] ed8968b2872e: Download complete [2020-09-20T06:09:14.292Z] 1e091d79d1de: Verifying Checksum [2020-09-20T06:09:14.292Z] 1e091d79d1de: Download complete [2020-09-20T06:09:14.292Z] 481702a1767f: Verifying Checksum [2020-09-20T06:09:14.292Z] 481702a1767f: Download complete [2020-09-20T06:09:14.292Z] df20fa9351a1: Verifying Checksum [2020-09-20T06:09:14.561Z] df20fa9351a1: Pull complete [2020-09-20T06:09:14.829Z] ed8968b2872e: Pull complete [2020-09-20T06:09:15.090Z] a92cc7c5fd73: Pull complete [2020-09-20T06:09:15.648Z] ad7c5574e4b9: Pull complete [2020-09-20T06:09:17.028Z] f64a6f60c768: Verifying Checksum [2020-09-20T06:09:17.029Z] f64a6f60c768: Download complete [2020-09-20T06:09:17.029Z] e876d2f968b6: Verifying Checksum [2020-09-20T06:09:17.029Z] e876d2f968b6: Download complete [2020-09-20T06:09:18.429Z] ce8a83651883: Verifying Checksum [2020-09-20T06:09:18.429Z] ce8a83651883: Download complete [2020-09-20T06:09:18.429Z] 07967f4d0e4b: Verifying Checksum [2020-09-20T06:09:18.429Z] 07967f4d0e4b: Download complete [2020-09-20T06:09:18.429Z] e78d2573fc39: Verifying Checksum [2020-09-20T06:09:18.429Z] e78d2573fc39: Download complete [2020-09-20T06:09:18.692Z] 2dd03ba5bac4: Verifying Checksum [2020-09-20T06:09:18.692Z] 2dd03ba5bac4: Download complete [2020-09-20T06:09:21.084Z] e772456be8f7: Pull complete [2020-09-20T06:09:21.084Z] c890913d741a: Pull complete [2020-09-20T06:09:23.071Z] 2480fcc9aa5a: Pull complete [2020-09-20T06:09:23.674Z] 09adf4765672: Pull complete [2020-09-20T06:09:23.674Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-20T06:09:23.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-20T06:09:23.674Z] ---> 2248a725d1cf [2020-09-20T06:09:23.674Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T06:09:24.021Z] 2dd03ba5bac4: Pull complete [2020-09-20T06:09:24.285Z] 1e091d79d1de: Pull complete [2020-09-20T06:09:24.285Z] 481702a1767f: Pull complete [2020-09-20T06:09:27.987Z] ---> Running in 31f7d747c590 [2020-09-20T06:09:28.267Z] Removing intermediate container 31f7d747c590 [2020-09-20T06:09:28.267Z] ---> a711d95a74eb [2020-09-20T06:09:28.267Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:09:28.267Z] ---> Running in e455b0098630 [2020-09-20T06:09:30.904Z] f64a6f60c768: Pull complete [2020-09-20T06:09:31.658Z] Removing intermediate container e455b0098630 [2020-09-20T06:09:31.658Z] ---> 66f7ed4802af [2020-09-20T06:09:31.658Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T06:09:31.658Z] ---> Running in 866fd75ff39a [2020-09-20T06:09:32.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:09:33.477Z] e78d2573fc39: Pull complete [2020-09-20T06:09:33.742Z] e876d2f968b6: Pull complete [2020-09-20T06:09:34.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:09:34.665Z] OK: 142 MiB in 39 packages [2020-09-20T06:09:34.703Z] ce8a83651883: Pull complete [2020-09-20T06:09:34.971Z] 07967f4d0e4b: Pull complete [2020-09-20T06:09:34.971Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-20T06:09:34.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-20T06:09:34.971Z] ---> 5d7c900382c6 [2020-09-20T06:09:34.971Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T06:09:36.097Z] Removing intermediate container 866fd75ff39a [2020-09-20T06:09:36.098Z] ---> 10dbb69a4dfa [2020-09-20T06:09:36.098Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T06:09:36.098Z] ---> Running in 1e391d5479d7 [2020-09-20T06:09:36.362Z] ---> Running in b020bc5428da [2020-09-20T06:09:36.363Z] Removing intermediate container b020bc5428da [2020-09-20T06:09:36.363Z] ---> cea80b0501d3 [2020-09-20T06:09:36.363Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:09:36.628Z] ---> Running in 8805111481c0 [2020-09-20T06:09:36.696Z] Removing intermediate container 1e391d5479d7 [2020-09-20T06:09:36.696Z] ---> 1ff6dd2559a8 [2020-09-20T06:09:36.696Z] Step 7/8 : COPY . . [2020-09-20T06:09:38.023Z] Removing intermediate container 8805111481c0 [2020-09-20T06:09:38.023Z] ---> 27de4b1f560b [2020-09-20T06:09:38.023Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T06:09:38.023Z] ---> Running in 7b80ed4acc1c [2020-09-20T06:09:38.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:09:38.677Z] ---> fd4b36ed937d [2020-09-20T06:09:38.677Z] Step 8/8 : RUN go mod download [2020-09-20T06:09:38.677Z] ---> Running in 526925b8e890 [2020-09-20T06:09:39.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:09:39.439Z] OK: 166 MiB in 39 packages [2020-09-20T06:09:40.012Z] Removing intermediate container 7b80ed4acc1c [2020-09-20T06:09:40.012Z] ---> fb226ec15777 [2020-09-20T06:09:40.012Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T06:09:40.012Z] ---> Running in 42f5101eda1e [2020-09-20T06:09:40.274Z] Removing intermediate container 42f5101eda1e [2020-09-20T06:09:40.274Z] ---> c8d3dc37961b [2020-09-20T06:09:40.274Z] Step 7/8 : COPY . . [2020-09-20T06:09:41.676Z] ---> 03c754ec8b53 [2020-09-20T06:09:41.676Z] Step 8/8 : RUN go mod download [2020-09-20T06:09:41.676Z] ---> Running in 912b6a2ee88d [2020-09-20T06:09:42.983Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-20T06:09:42.983Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-09-20T06:09:42.983Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-09-20T06:09:42.983Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-09-20T06:09:42.983Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-20T06:09:42.983Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-09-20T06:09:42.983Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-20T06:09:42.983Z] go: finding github.com/beorn7/perks v1.0.1 [2020-09-20T06:09:42.983Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-20T06:09:42.983Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-20T06:09:42.983Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-09-20T06:09:42.983Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-09-20T06:09:42.983Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-09-20T06:09:42.983Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-20T06:09:42.983Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-20T06:09:42.983Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-09-20T06:09:42.983Z] go: finding github.com/fatih/color v1.9.0 [2020-09-20T06:09:42.983Z] go: finding github.com/go-kit/kit v0.9.0 [2020-09-20T06:09:42.983Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-20T06:09:42.983Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-20T06:09:42.983Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-09-20T06:09:42.983Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-20T06:09:42.983Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-20T06:09:42.983Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-20T06:09:42.983Z] go: finding github.com/google/gofuzz v1.0.0 [2020-09-20T06:09:42.983Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-20T06:09:43.255Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-09-20T06:09:43.255Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-09-20T06:09:43.528Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-09-20T06:09:43.528Z] go: finding github.com/json-iterator/go v1.1.9 [2020-09-20T06:09:43.528Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-09-20T06:09:43.528Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-09-20T06:09:43.800Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-20T06:09:43.800Z] go: finding github.com/kr/pretty v0.2.0 [2020-09-20T06:09:43.800Z] go: finding github.com/kr/pty v1.1.1 [2020-09-20T06:09:43.800Z] go: finding github.com/kr/text v0.1.0 [2020-09-20T06:09:43.800Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T06:09:43.800Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T06:09:43.800Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-09-20T06:09:43.800Z] go: finding github.com/miekg/dns v1.1.26 [2020-09-20T06:09:43.800Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-20T06:09:43.800Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-20T06:09:44.079Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-20T06:09:44.079Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-20T06:09:44.079Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-20T06:09:44.079Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-20T06:09:44.079Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-20T06:09:44.079Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-20T06:09:44.079Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-09-20T06:09:44.079Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-09-20T06:09:44.079Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-09-20T06:09:44.079Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-09-20T06:09:44.079Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-09-20T06:09:44.079Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-09-20T06:09:44.354Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-09-20T06:09:44.354Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-20T06:09:44.354Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-20T06:09:44.354Z] go: finding github.com/posener/complete v1.1.1 [2020-09-20T06:09:44.354Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-09-20T06:09:44.354Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-09-20T06:09:44.626Z] go: finding github.com/prometheus/common v0.9.1 [2020-09-20T06:09:44.626Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-09-20T06:09:44.626Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-20T06:09:44.626Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-20T06:09:44.626Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-09-20T06:09:44.626Z] go: finding github.com/stretchr/objx v0.1.1 [2020-09-20T06:09:44.626Z] go: finding github.com/stretchr/testify v1.4.0 [2020-09-20T06:09:44.898Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-09-20T06:09:44.898Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-09-20T06:09:44.898Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-09-20T06:09:44.898Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-09-20T06:09:44.898Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-09-20T06:09:44.986Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-20T06:09:44.986Z] go: finding github.com/DataDog/datadog-go v3.2.0+incompatible [2020-09-20T06:09:44.986Z] go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-09-20T06:09:44.986Z] go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-09-20T06:09:44.986Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-20T06:09:44.986Z] go: finding github.com/armon/go-metrics v0.3.3 [2020-09-20T06:09:45.168Z] go: finding golang.org/x/text v0.3.2 [2020-09-20T06:09:45.168Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-09-20T06:09:45.168Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-20T06:09:45.168Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-09-20T06:09:45.168Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-20T06:09:45.168Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-20T06:09:45.250Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-20T06:09:45.250Z] go: finding github.com/beorn7/perks v1.0.1 [2020-09-20T06:09:45.250Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-20T06:09:45.250Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-20T06:09:45.250Z] go: finding github.com/cespare/xxhash/v2 v2.1.1 [2020-09-20T06:09:45.250Z] go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-09-20T06:09:45.250Z] go: finding github.com/circonus-labs/circonusllhist v0.1.3 [2020-09-20T06:09:45.250Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-20T06:09:45.250Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-20T06:09:45.250Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-09-20T06:09:45.250Z] go: finding github.com/fatih/color v1.9.0 [2020-09-20T06:09:45.250Z] go: finding github.com/go-kit/kit v0.9.0 [2020-09-20T06:09:45.441Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-20T06:09:45.512Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-20T06:09:45.512Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-20T06:09:45.512Z] go: finding github.com/gogo/protobuf v1.1.1 [2020-09-20T06:09:45.512Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-20T06:09:45.512Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-20T06:09:45.512Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-20T06:09:45.512Z] go: finding github.com/google/gofuzz v1.0.0 [2020-09-20T06:09:45.512Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-20T06:09:45.512Z] go: finding github.com/gorilla/websocket v1.4.0 [2020-09-20T06:09:45.512Z] go: finding github.com/hashicorp/consul/api v1.4.0 [2020-09-20T06:09:45.512Z] go: finding github.com/hashicorp/consul/sdk v0.4.0 [2020-09-20T06:09:45.512Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-hclog v0.12.2 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-immutable-radix v1.2.0 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-msgpack v0.5.5 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-retryablehttp v0.5.3 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-rootcerts v1.0.2 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-sockaddr v1.0.2 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-20T06:09:45.773Z] go: finding github.com/hashicorp/golang-lru v0.5.4 [2020-09-20T06:09:46.035Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-20T06:09:46.035Z] go: finding github.com/hashicorp/mdns v1.0.1 [2020-09-20T06:09:46.035Z] go: finding github.com/hashicorp/memberlist v0.2.0 [2020-09-20T06:09:46.035Z] go: finding github.com/hashicorp/serf v0.9.0 [2020-09-20T06:09:46.035Z] go: finding github.com/json-iterator/go v1.1.9 [2020-09-20T06:09:46.035Z] go: finding github.com/julienschmidt/httprouter v1.2.0 [2020-09-20T06:09:46.035Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-09-20T06:09:46.035Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-20T06:09:46.035Z] go: finding github.com/kr/pretty v0.2.0 [2020-09-20T06:09:46.035Z] go: finding github.com/kr/pty v1.1.1 [2020-09-20T06:09:46.035Z] go: finding github.com/kr/text v0.1.0 [2020-09-20T06:09:46.298Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T06:09:46.298Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T06:09:46.298Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-09-20T06:09:46.298Z] go: finding github.com/miekg/dns v1.1.26 [2020-09-20T06:09:46.298Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-20T06:09:46.298Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-20T06:09:46.298Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-20T06:09:46.298Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-20T06:09:46.298Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-20T06:09:46.298Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-20T06:09:46.298Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-20T06:09:46.561Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-20T06:09:46.561Z] go: finding github.com/mitchellh/mapstructure v1.2.2 [2020-09-20T06:09:46.561Z] go: finding github.com/mitchellh/reflectwalk v1.0.1 [2020-09-20T06:09:46.561Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-09-20T06:09:46.561Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2020-09-20T06:09:46.561Z] go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 [2020-09-20T06:09:46.561Z] go: finding github.com/pascaldekloe/goe v0.1.0 [2020-09-20T06:09:46.561Z] go: finding github.com/pelletier/go-toml v1.7.0 [2020-09-20T06:09:46.561Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-20T06:09:46.561Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-20T06:09:46.561Z] go: finding github.com/posener/complete v1.1.1 [2020-09-20T06:09:46.561Z] go: finding github.com/prometheus/client_golang v1.4.0 [2020-09-20T06:09:46.823Z] go: finding github.com/prometheus/client_model v0.2.0 [2020-09-20T06:09:46.823Z] go: finding github.com/prometheus/common v0.9.1 [2020-09-20T06:09:46.823Z] go: finding github.com/prometheus/procfs v0.0.8 [2020-09-20T06:09:46.823Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-20T06:09:46.823Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-20T06:09:46.823Z] go: finding github.com/sirupsen/logrus v1.4.2 [2020-09-20T06:09:46.823Z] go: finding github.com/stretchr/objx v0.1.1 [2020-09-20T06:09:46.823Z] go: finding github.com/stretchr/testify v1.4.0 [2020-09-20T06:09:46.823Z] go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-09-20T06:09:46.823Z] go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 [2020-09-20T06:09:46.823Z] go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 [2020-09-20T06:09:47.086Z] go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e [2020-09-20T06:09:47.086Z] go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa [2020-09-20T06:09:47.086Z] go: finding golang.org/x/text v0.3.2 [2020-09-20T06:09:47.086Z] go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 [2020-09-20T06:09:47.086Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-20T06:09:47.086Z] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-09-20T06:09:47.086Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-20T06:09:47.086Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-20T06:09:47.086Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-20T06:10:03.918Z] Removing intermediate container 526925b8e890 [2020-09-20T06:10:03.918Z] ---> 080f3bc1f801 [2020-09-20T06:10:03.918Z] Successfully built 080f3bc1f801 [2020-09-20T06:10:03.918Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:10:04.363Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T06:10:04.363Z] . [Pipeline] withDockerContainer [2020-09-20T06:10:04.666Z] prd-ubuntu18.04-docker-arm64-4c-16g-547 does not seem to be running inside a container [2020-09-20T06:10:04.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** ci-base-image-arm64 cat [2020-09-20T06:10:05.385Z] Removing intermediate container 912b6a2ee88d [2020-09-20T06:10:05.385Z] ---> 9b4ddbade5d1 [2020-09-20T06:10:05.385Z] Successfully built 9b4ddbade5d1 [2020-09-20T06:10:05.385Z] Successfully tagged ci-base-image-x86_64:latest [2020-09-20T06:10:06.628Z] $ docker top fe49cedec049dc8ba5645d4ccc4eb2dd971bdcf7cb56ad23c1c7cceb3b0af2e9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:10:07.549Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T06:10:07.549Z] . [Pipeline] withDockerContainer [2020-09-20T06:10:07.681Z] prd-centos7-docker-4c-2g-548 does not seem to be running inside a container [2020-09-20T06:10:07.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** ci-base-image-x86_64 cat [2020-09-20T06:10:08.126Z] + go version [2020-09-20T06:10:08.126Z] go version go1.13.13 linux/arm64 [2020-09-20T06:10:08.435Z] $ docker top e5ef3965198a91144e9c60dedce13750d517b24960f74d57de6e936a2930f4a7 -eo pid,comm [Pipeline] { [Pipeline] } [2020-09-20T06:10:08.746Z] $ docker stop --time=1 fe49cedec049dc8ba5645d4ccc4eb2dd971bdcf7cb56ad23c1c7cceb3b0af2e9 [2020-09-20T06:10:10.697Z] $ docker rm -f fe49cedec049dc8ba5645d4ccc4eb2dd971bdcf7cb56ad23c1c7cceb3b0af2e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [2020-09-20T06:10:11.400Z] + go version [2020-09-20T06:10:11.400Z] go version go1.13.13 linux/amd64 [Pipeline] // stage [Pipeline] } [2020-09-20T06:10:11.507Z] $ docker stop --time=1 e5ef3965198a91144e9c60dedce13750d517b24960f74d57de6e936a2930f4a7 [2020-09-20T06:10:12.878Z] $ docker rm -f e5ef3965198a91144e9c60dedce13750d517b24960f74d57de6e936a2930f4a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Test) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:10:13.964Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T06:10:13.964Z] . [Pipeline] withDockerContainer [2020-09-20T06:10:14.104Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T06:10:14.104Z] . [2020-09-20T06:10:14.255Z] prd-ubuntu18.04-docker-arm64-4c-16g-547 does not seem to be running inside a container [2020-09-20T06:10:14.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** ci-base-image-arm64 cat [2020-09-20T06:10:16.200Z] $ docker top 9627291b492bc614a8cacae96db428ba2e6497cebc1c463ed098c3550384b584 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-09-20T06:10:16.732Z] prd-centos7-docker-4c-2g-548 does not seem to be running inside a container [2020-09-20T06:10:16.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@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 ******** ci-base-image-x86_64 cat [2020-09-20T06:10:17.397Z] $ docker top b2895bb7eda1c8311513079b9beda14bee8dc858124f68ad7327d80be32fef2d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-09-20T06:10:18.192Z] + make test [2020-09-20T06:10:18.192Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-20T06:10:18.850Z] + make test [2020-09-20T06:10:18.850Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-20T06:10:19.597Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-09-20T06:10:19.838Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-09-20T06:10:26.261Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-09-20T06:10:26.261Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-09-20T06:10:28.012Z] Stashed 1 file(s) [Pipeline] } [2020-09-20T06:10:28.032Z] $ docker stop --time=1 b2895bb7eda1c8311513079b9beda14bee8dc858124f68ad7327d80be32fef2d [2020-09-20T06:10:30.140Z] $ docker rm -f b2895bb7eda1c8311513079b9beda14bee8dc858124f68ad7327d80be32fef2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T06:10:33.612Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T06:10:33.939Z] + ls -al . [2020-09-20T06:10:33.939Z] total 84 [2020-09-20T06:10:33.939Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 20 06:10 . [2020-09-20T06:10:33.939Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 20 06:09 .. [2020-09-20T06:10:33.939Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 20 06:09 assets [2020-09-20T06:10:33.939Z] drwxrwxr-x. 2 jenkins jenkins 35 Sep 20 06:09 bin [2020-09-20T06:10:33.939Z] drwxrwxr-x. 3 jenkins jenkins 29 Sep 20 06:09 cmd [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 3959 Sep 20 06:09 CONTRIBUTING.md [2020-09-20T06:10:33.939Z] -rw-r--r--. 1 jenkins jenkins 10 Sep 20 06:10 coverage.out [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 913 Sep 20 06:09 Dockerfile [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 898 Sep 20 06:09 Dockerfile.build [2020-09-20T06:10:33.939Z] drwxrwxr-x. 5 jenkins jenkins 104 Sep 20 06:09 docs [2020-09-20T06:10:33.939Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 20 06:09 .git [2020-09-20T06:10:33.939Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 20 06:09 .github [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 136 Sep 20 06:09 .gitignore [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 1019 Sep 20 06:09 go.mod [2020-09-20T06:10:33.939Z] -rw-r--r--. 1 jenkins jenkins 20718 Sep 20 06:10 go.sum [2020-09-20T06:10:33.939Z] drwxrwxr-x. 10 jenkins jenkins 139 Sep 20 06:09 internal [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 675 Sep 20 06:09 Jenkinsfile [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 11357 Sep 20 06:09 LICENSE [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 20 06:09 Makefile [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 3545 Sep 20 06:09 README.md [2020-09-20T06:10:33.939Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 20 06:09 .semver [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 20 06:06 VERSION [2020-09-20T06:10:33.939Z] -rw-rw-r--. 1 jenkins jenkins 155 Sep 20 06:09 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:10:34.291Z] + 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=ffcebde5f59e4b5577a616c0cce98a7142167cfa --label arch=amd64 --label version=0.0.0 . [2020-09-20T06:10:34.553Z] Sending build context to Docker daemon 22.01MB [2020-09-20T06:10:34.553Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-20T06:10:34.553Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T06:10:34.553Z] ---> 9b4ddbade5d1 [2020-09-20T06:10:34.553Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T06:10:34.816Z] ---> Running in 49703711b041 [2020-09-20T06:10:35.079Z] Removing intermediate container 49703711b041 [2020-09-20T06:10:35.079Z] ---> 6ce71eed6ade [2020-09-20T06:10:35.079Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T06:10:35.079Z] ---> Running in 306976496a23 [2020-09-20T06:10:35.341Z] Removing intermediate container 306976496a23 [2020-09-20T06:10:35.341Z] ---> ae327da8571f [2020-09-20T06:10:35.341Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T06:10:35.341Z] ---> Running in af914d7aef99 [2020-09-20T06:10:35.604Z] Removing intermediate container af914d7aef99 [2020-09-20T06:10:35.604Z] ---> 86701b7f0bd1 [2020-09-20T06:10:35.604Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T06:10:35.604Z] ---> Running in b208af48a05d [2020-09-20T06:10:35.866Z] Removing intermediate container b208af48a05d [2020-09-20T06:10:35.866Z] ---> cf0282a3c162 [2020-09-20T06:10:35.866Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T06:10:35.866Z] ---> Running in 6f2c81000f5d [2020-09-20T06:10:35.866Z] Removing intermediate container 6f2c81000f5d [2020-09-20T06:10:35.866Z] ---> f204bc1c472b [2020-09-20T06:10:35.866Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:10:36.127Z] ---> Running in 4ad4873b14a4 [2020-09-20T06:10:37.077Z] Removing intermediate container 4ad4873b14a4 [2020-09-20T06:10:37.077Z] ---> f79dc23a9360 [2020-09-20T06:10:37.077Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T06:10:37.077Z] ---> Running in b37023ebc5e3 [2020-09-20T06:10:37.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:10:38.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:10:38.494Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T06:10:38.494Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T06:10:38.494Z] OK: 12751 distinct packages available [2020-09-20T06:10:38.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T06:10:39.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T06:10:39.600Z] OK: 166 MiB in 39 packages [2020-09-20T06:10:40.182Z] Removing intermediate container b37023ebc5e3 [2020-09-20T06:10:40.182Z] ---> a3459a87914a [2020-09-20T06:10:40.182Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T06:10:40.182Z] ---> Running in be385bf2c292 [2020-09-20T06:10:40.444Z] Removing intermediate container be385bf2c292 [2020-09-20T06:10:40.444Z] ---> 84f87db6a37f [2020-09-20T06:10:40.444Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T06:10:40.444Z] ---> Running in a92ed5413a5f [2020-09-20T06:10:40.705Z] Removing intermediate container a92ed5413a5f [2020-09-20T06:10:40.705Z] ---> eb5a8b37c6cb [2020-09-20T06:10:40.705Z] Step 12/24 : COPY go.mod . [2020-09-20T06:10:40.970Z] ---> befcfd150ccb [2020-09-20T06:10:40.970Z] Step 13/24 : COPY Makefile . [2020-09-20T06:10:41.234Z] ---> 333a9df4ffe3 [2020-09-20T06:10:41.234Z] Step 14/24 : RUN make update [2020-09-20T06:10:41.234Z] ---> Running in f6e0045c7a44 [2020-09-20T06:10:41.503Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-09-20T06:10:42.032Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-09-20T06:10:42.032Z] GO111MODULE=on go vet ./... [2020-09-20T06:10:42.080Z] Removing intermediate container f6e0045c7a44 [2020-09-20T06:10:42.080Z] ---> ffb3024d9ac9 [2020-09-20T06:10:42.080Z] Step 15/24 : COPY . . [2020-09-20T06:10:43.029Z] ---> 2bb27ed7e3bc [2020-09-20T06:10:43.029Z] Step 16/24 : RUN ${MAKE} [2020-09-20T06:10:43.292Z] ---> Running in e6864cae9cb8 [2020-09-20T06:10:43.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] stash [2020-09-20T06:10:45.466Z] Warning: overwriting stash ‘coverage-report’ [2020-09-20T06:10:46.234Z] Stashed 1 file(s) [Pipeline] } [2020-09-20T06:10:46.267Z] $ docker stop --time=1 9627291b492bc614a8cacae96db428ba2e6497cebc1c463ed098c3550384b584 [2020-09-20T06:10:48.506Z] $ docker rm -f 9627291b492bc614a8cacae96db428ba2e6497cebc1c463ed098c3550384b584 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T06:10:50.090Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T06:10:50.442Z] + ls -al . [2020-09-20T06:10:50.442Z] total 120 [2020-09-20T06:10:50.442Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:10 . [2020-09-20T06:10:50.442Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 06:08 .. [2020-09-20T06:10:50.442Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 06:08 .git [2020-09-20T06:10:50.442Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:08 .github [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 136 Sep 20 06:08 .gitignore [2020-09-20T06:10:50.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:08 .semver [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 06:08 CONTRIBUTING.md [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 913 Sep 20 06:08 Dockerfile [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 898 Sep 20 06:08 Dockerfile.build [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 675 Sep 20 06:08 Jenkinsfile [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 06:08 LICENSE [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 20 06:08 Makefile [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 3545 Sep 20 06:08 README.md [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 20 06:06 VERSION [2020-09-20T06:10:50.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:08 assets [2020-09-20T06:10:50.442Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 06:08 bin [2020-09-20T06:10:50.442Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 06:08 cmd [2020-09-20T06:10:50.442Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 20 06:10 coverage.out [2020-09-20T06:10:50.442Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 20 06:08 docs [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 1019 Sep 20 06:08 go.mod [2020-09-20T06:10:50.442Z] -rw-r--r-- 1 jenkins jenkins 20718 Sep 20 06:10 go.sum [2020-09-20T06:10:50.442Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 06:08 internal [2020-09-20T06:10:50.442Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 06:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:10:50.821Z] + 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=ffcebde5f59e4b5577a616c0cce98a7142167cfa --label arch=arm64 --label version=0.0.0 . [2020-09-20T06:10:51.422Z] Sending build context to Docker daemon 22.01MB [2020-09-20T06:10:51.422Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-20T06:10:51.422Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T06:10:51.422Z] ---> 080f3bc1f801 [2020-09-20T06:10:51.422Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T06:10:51.697Z] ---> Running in ddc048ffde7f [2020-09-20T06:10:51.779Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T06:10:52.292Z] Removing intermediate container ddc048ffde7f [2020-09-20T06:10:52.292Z] ---> c91c85104ea6 [2020-09-20T06:10:52.292Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T06:10:52.292Z] ---> Running in 17fd6cf9c9a6 [2020-09-20T06:10:52.886Z] Removing intermediate container 17fd6cf9c9a6 [2020-09-20T06:10:52.886Z] ---> c6c6d915911d [2020-09-20T06:10:52.886Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T06:10:52.886Z] ---> Running in 6ec853e3ebfb [2020-09-20T06:10:53.480Z] Removing intermediate container 6ec853e3ebfb [2020-09-20T06:10:53.480Z] ---> d2604d104a8f [2020-09-20T06:10:53.480Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T06:10:53.480Z] ---> Running in 1ce07935871b [2020-09-20T06:10:54.075Z] Removing intermediate container 1ce07935871b [2020-09-20T06:10:54.075Z] ---> 6b3e74e380d5 [2020-09-20T06:10:54.075Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T06:10:54.075Z] ---> Running in 8cd48d59106d [2020-09-20T06:10:54.672Z] Removing intermediate container 8cd48d59106d [2020-09-20T06:10:54.672Z] ---> 8b8de302ff5d [2020-09-20T06:10:54.672Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T06:10:54.672Z] ---> Running in a92f10dbd9c1 [2020-09-20T06:10:55.092Z] Removing intermediate container e6864cae9cb8 [2020-09-20T06:10:55.092Z] ---> 02ad0352c5a2 [2020-09-20T06:10:55.092Z] Step 17/24 : FROM alpine [2020-09-20T06:10:55.092Z] latest: Pulling from library/alpine [2020-09-20T06:10:55.092Z] df20fa9351a1: Already exists [2020-09-20T06:10:55.353Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T06:10:55.353Z] Status: Downloaded newer image for alpine:latest [2020-09-20T06:10:55.353Z] ---> a24bb4013296 [2020-09-20T06:10:55.353Z] Step 18/24 : EXPOSE 4000 [2020-09-20T06:10:55.353Z] ---> Running in 99f5080372f6 [2020-09-20T06:10:55.614Z] Removing intermediate container 99f5080372f6 [2020-09-20T06:10:55.614Z] ---> bbf3708a690f [2020-09-20T06:10:55.614Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:10:56.559Z] ---> 5823df3b5f71 [2020-09-20T06:10:56.559Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:10:56.559Z] ---> Running in 95f54fe98c32 [2020-09-20T06:10:56.559Z] Removing intermediate container 95f54fe98c32 [2020-09-20T06:10:56.559Z] ---> 1a16c7ce4a0b [2020-09-20T06:10:56.559Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T06:10:56.823Z] ---> Running in c3ba45fc57c4 [2020-09-20T06:10:56.823Z] Removing intermediate container c3ba45fc57c4 [2020-09-20T06:10:56.823Z] ---> f1242cd6b480 [2020-09-20T06:10:56.823Z] Step 22/24 : LABEL arch=amd64 [2020-09-20T06:10:57.085Z] ---> Running in cb8dd96801e1 [2020-09-20T06:10:57.086Z] Removing intermediate container cb8dd96801e1 [2020-09-20T06:10:57.086Z] ---> 7692f7a45c34 [2020-09-20T06:10:57.086Z] Step 23/24 : LABEL git_sha=ffcebde5f59e4b5577a616c0cce98a7142167cfa [2020-09-20T06:10:57.291Z] Removing intermediate container a92f10dbd9c1 [2020-09-20T06:10:57.291Z] ---> 81bbf1e16e78 [2020-09-20T06:10:57.291Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T06:10:57.291Z] ---> Running in d76b502f228c [2020-09-20T06:10:57.351Z] ---> Running in 9aa2526de11b [2020-09-20T06:10:57.351Z] Removing intermediate container 9aa2526de11b [2020-09-20T06:10:57.351Z] ---> 9d308242417e [2020-09-20T06:10:57.351Z] Step 24/24 : LABEL version=0.0.0 [2020-09-20T06:10:57.351Z] ---> Running in c1949164eb80 [2020-09-20T06:10:57.612Z] Removing intermediate container c1949164eb80 [2020-09-20T06:10:57.612Z] ---> 529da6ccd039 [2020-09-20T06:10:57.612Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T06:10:57.612Z] Successfully built 529da6ccd039 [2020-09-20T06:10:57.612Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-20T06:10:58.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-09-20T06:10:59.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [2020-09-20T06:10:59.916Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T06:10:59.916Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T06:10:59.916Z] OK: 12622 distinct packages available [2020-09-20T06:10:59.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T06:11:00.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T06:11:01.475Z] OK: 142 MiB in 39 packages [2020-09-20T06:11:02.913Z] Removing intermediate container d76b502f228c [2020-09-20T06:11:02.913Z] ---> 28764873f6a1 [2020-09-20T06:11:02.913Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T06:11:02.913Z] ---> Running in 1d25ec7b9641 [2020-09-20T06:11:03.187Z] Removing intermediate container 1d25ec7b9641 [2020-09-20T06:11:03.187Z] ---> 2aee0574790b [2020-09-20T06:11:03.187Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T06:11:03.461Z] ---> Running in 481758aee617 [2020-09-20T06:11:03.735Z] Removing intermediate container 481758aee617 [2020-09-20T06:11:03.735Z] ---> 6637c76df6d8 [2020-09-20T06:11:03.735Z] Step 12/24 : COPY go.mod . [2020-09-20T06:11:04.723Z] ---> d8e93a8d52fa [2020-09-20T06:11:04.723Z] Step 13/24 : COPY Makefile . [2020-09-20T06:11:05.319Z] ---> 9c0034660408 [2020-09-20T06:11:05.319Z] Step 14/24 : RUN make update [2020-09-20T06:11:05.319Z] ---> Running in 07427f361522 [2020-09-20T06:11:06.753Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T06:11:08.185Z] Removing intermediate container 07427f361522 [2020-09-20T06:11:08.185Z] ---> ac020158c8fb [2020-09-20T06:11:08.185Z] Step 15/24 : COPY . . [2020-09-20T06:11:10.179Z] ---> e3d2e23967a8 [2020-09-20T06:11:10.179Z] Step 16/24 : RUN ${MAKE} [2020-09-20T06:11:10.179Z] ---> Running in a335539bae9b [2020-09-20T06:11:11.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-20T06:11:38.429Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T06:11:42.751Z] Removing intermediate container a335539bae9b [2020-09-20T06:11:42.751Z] ---> 19eb30e16d98 [2020-09-20T06:11:42.751Z] Step 17/24 : FROM alpine [2020-09-20T06:11:42.751Z] latest: Pulling from library/alpine [2020-09-20T06:11:42.751Z] b538f80385f9: Already exists [2020-09-20T06:11:42.751Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T06:11:42.751Z] Status: Downloaded newer image for alpine:latest [2020-09-20T06:11:42.751Z] ---> 62ee0e9f8440 [2020-09-20T06:11:42.751Z] Step 18/24 : EXPOSE 4000 [2020-09-20T06:11:42.751Z] ---> Running in 8d002f8ff1fb [2020-09-20T06:11:43.349Z] Removing intermediate container 8d002f8ff1fb [2020-09-20T06:11:43.349Z] ---> b46454f381bb [2020-09-20T06:11:43.349Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:11:45.339Z] ---> 9bf8d3b29b98 [2020-09-20T06:11:45.339Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T06:11:45.339Z] ---> Running in e5f61b2f0448 [2020-09-20T06:11:45.612Z] Removing intermediate container e5f61b2f0448 [2020-09-20T06:11:45.612Z] ---> eb375bb677e2 [2020-09-20T06:11:45.612Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T06:11:45.890Z] ---> Running in bb87878a23c0 [2020-09-20T06:11:46.171Z] Removing intermediate container bb87878a23c0 [2020-09-20T06:11:46.171Z] ---> 99b5b4e20bb8 [2020-09-20T06:11:46.171Z] Step 22/24 : LABEL arch=arm64 [2020-09-20T06:11:46.447Z] ---> Running in 99c15a8c629c [2020-09-20T06:11:46.724Z] Removing intermediate container 99c15a8c629c [2020-09-20T06:11:46.724Z] ---> 08f9f6e82ed6 [2020-09-20T06:11:46.724Z] Step 23/24 : LABEL git_sha=ffcebde5f59e4b5577a616c0cce98a7142167cfa [2020-09-20T06:11:46.998Z] ---> Running in 7dd52eed5013 [2020-09-20T06:11:47.276Z] Removing intermediate container 7dd52eed5013 [2020-09-20T06:11:47.276Z] ---> 970fa0104325 [2020-09-20T06:11:47.276Z] Step 24/24 : LABEL version=0.0.0 [2020-09-20T06:11:47.565Z] ---> Running in 2b449b069cc2 [2020-09-20T06:11:47.846Z] Removing intermediate container 2b449b069cc2 [2020-09-20T06:11:47.846Z] ---> e01bfb93aae7 [2020-09-20T06:11:47.846Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T06:11:48.118Z] Successfully built e01bfb93aae7 [2020-09-20T06:11:48.118Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-20T06:11:50.897Z] provisioning config files... [2020-09-20T06:11:50.908Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config7061225267408833244tmp [Pipeline] { [Pipeline] sh [2020-09-20T06:11:51.377Z] + curl -s https://codecov.io/bash [2020-09-20T06:11:51.377Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config7061225267408833244tmp [Pipeline] } [2020-09-20T06:11:53.325Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:11:56.517Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:11:57.129Z] ---> package-listing.sh [2020-09-20T06:11:57.129Z] ++ facter osfamily [2020-09-20T06:11:57.129Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-20T06:11:57.129Z] + OS_FAMILY=redhat [2020-09-20T06:11:57.129Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-260 [2020-09-20T06:11:57.129Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-20T06:11:57.129Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-20T06:11:57.129Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-20T06:11:57.129Z] + PACKAGES=/tmp/packages_start.txt [2020-09-20T06:11:57.129Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-260 ']' [2020-09-20T06:11:57.129Z] + PACKAGES=/tmp/packages_end.txt [2020-09-20T06:11:57.129Z] + case "${OS_FAMILY}" in [2020-09-20T06:11:57.129Z] + rpm -qa [2020-09-20T06:11:57.129Z] + sort [2020-09-20T06:12:01.344Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-20T06:12:01.344Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-20T06:12:01.344Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-20T06:12:01.344Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-260 ']' [2020-09-20T06:12:01.344Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-260/archives/ [2020-09-20T06:12:01.344Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-260/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:12:02.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:12:02.432Z] [2020-09-20T06:12:02.432Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-20T06:12:02.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:12:02.824Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-20T06:12:02.824Z] df20fa9351a1: Pulling fs layer [2020-09-20T06:12:02.824Z] 36b3adc4ff6f: Pulling fs layer [2020-09-20T06:12:02.824Z] 8ad3a11d3b57: Pulling fs layer [2020-09-20T06:12:02.824Z] 46f8f816bc3b: Pulling fs layer [2020-09-20T06:12:02.824Z] 0dadc02b9964: Pulling fs layer [2020-09-20T06:12:02.824Z] ce6a7cf60c04: Pulling fs layer [2020-09-20T06:12:02.824Z] 7a184a31f384: Pulling fs layer [2020-09-20T06:12:02.824Z] 0879bd2ef858: Pulling fs layer [2020-09-20T06:12:02.824Z] 0dadc02b9964: Waiting [2020-09-20T06:12:02.824Z] ce6a7cf60c04: Waiting [2020-09-20T06:12:02.824Z] 7a184a31f384: Waiting [2020-09-20T06:12:02.824Z] 0879bd2ef858: Waiting [2020-09-20T06:12:02.824Z] 46f8f816bc3b: Waiting [2020-09-20T06:12:02.824Z] 36b3adc4ff6f: Verifying Checksum [2020-09-20T06:12:02.824Z] 36b3adc4ff6f: Download complete [2020-09-20T06:12:02.824Z] 46f8f816bc3b: Verifying Checksum [2020-09-20T06:12:02.824Z] 46f8f816bc3b: Download complete [2020-09-20T06:12:02.824Z] df20fa9351a1: Download complete [2020-09-20T06:12:02.824Z] ce6a7cf60c04: Verifying Checksum [2020-09-20T06:12:02.824Z] ce6a7cf60c04: Download complete [2020-09-20T06:12:03.089Z] 7a184a31f384: Verifying Checksum [2020-09-20T06:12:03.089Z] 7a184a31f384: Download complete [2020-09-20T06:12:03.089Z] 0dadc02b9964: Verifying Checksum [2020-09-20T06:12:03.089Z] 0dadc02b9964: Download complete [2020-09-20T06:12:03.089Z] 8ad3a11d3b57: Verifying Checksum [2020-09-20T06:12:03.089Z] 8ad3a11d3b57: Download complete [2020-09-20T06:12:03.089Z] df20fa9351a1: Pull complete [2020-09-20T06:12:03.356Z] 36b3adc4ff6f: Pull complete [2020-09-20T06:12:03.619Z] 0879bd2ef858: Verifying Checksum [2020-09-20T06:12:03.619Z] 0879bd2ef858: Download complete [2020-09-20T06:12:03.882Z] 8ad3a11d3b57: Pull complete [2020-09-20T06:12:04.456Z] 46f8f816bc3b: Pull complete [2020-09-20T06:12:04.719Z] 0dadc02b9964: Pull complete [2020-09-20T06:12:04.719Z] ce6a7cf60c04: Pull complete [2020-09-20T06:12:04.982Z] 7a184a31f384: Pull complete [2020-09-20T06:12:07.539Z] 0879bd2ef858: Pull complete [2020-09-20T06:12:07.539Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-20T06:12:07.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T06:12:07.539Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-20T06:12:07.702Z] prd-centos7-docker-4c-2g-546 does not seem to be running inside a container [2020-09-20T06:12:07.754Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_edgex-ui-go_PR-260 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-260:/w/workspace/edgexfoundry_edgex-ui-go_PR-260:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-20T06:12:11.350Z] $ docker top 275a457720e72c6cae22f377f06e4f0a1d8b4b3f3d6332fadd5b573a64ca76a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T06:12:11.929Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-20T06:12:12.257Z] + ls /var/log/sa-host [2020-09-20T06:12:12.257Z] + sadf -c /var/log/sa-host/sa05 [2020-09-20T06:12:12.257Z] file_magic: OK [2020-09-20T06:12:12.257Z] HZ: Using current value: 100 [2020-09-20T06:12:12.257Z] file_header: OK [2020-09-20T06:12:12.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-20T06:12:12.257Z] Statistics: [2020-09-20T06:12:12.257Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T06:12:12.257Z] File successfully converted to sysstat format version 12.2.1 [2020-09-20T06:12:12.257Z] + sadf -c /var/log/sa-host/sa20 [2020-09-20T06:12:12.257Z] file_magic: OK [2020-09-20T06:12:12.257Z] HZ: Using current value: 100 [2020-09-20T06:12:12.257Z] file_header: OK [2020-09-20T06:12:12.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-20T06:12:12.257Z] Statistics: [2020-09-20T06:12:12.257Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T06:12:12.257Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-20T06:12:12.385Z] provisioning config files... [2020-09-20T06:12:12.403Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-260@tmp/config8946543011210460205tmp [Pipeline] { [Pipeline] echo [2020-09-20T06:12:12.536Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:12:12.870Z] ---> create-netrc.sh [Pipeline] echo [2020-09-20T06:12:12.900Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T06:12:13.236Z] ---> logs-deploy.sh [2020-09-20T06:12:13.236Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-260/3 [2020-09-20T06:12:13.236Z] INFO: archiving workspace using pattern(s): [2020-09-20T06:12:14.629Z] Archives upload complete. [2020-09-20T06:12:14.629Z] INFO: archiving logs to Nexus