Pull request #258 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 4235889b4d31b184704cc99ddd0249f5d958712f rather than ae87742cb9d4291b6fddea334988a122b73d3237 Obtained Jenkinsfile from 4235889b4d31b184704cc99ddd0249f5d958712f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1248 in /w/workspace/edgexfoundry_edgex-ui-go_PR-258 [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-258 # 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/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4235889b4d31b184704cc99ddd0249f5d958712f into PR head commit ae87742cb9d4291b6fddea334988a122b73d3237 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/258/head:refs/remotes/origin/PR-258 # 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/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 Merge succeeded, producing ae87742cb9d4291b6fddea334988a122b73d3237 Checking out Revision ae87742cb9d4291b6fddea334988a122b73d3237 (PR-258) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 Commit message: "clean up notifications" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:02:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:02:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:02:54 ========================================================= 07:02:54 EdgeX Global Pipelines Version Info 07:02:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:02:56 ------------------- 07:02:56 stable info: 07:02:56 ------------------- 07:02:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:02:56 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 07:02:56 Message: update stable to v1.0.117 07:02:57 ------------------- 07:02:57 experimental info: 07:02:57 ------------------- 07:02:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:02:57 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 07:02:57 Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:02:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:02:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:02:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:02:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:02:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:02:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:02:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-258 [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-258 [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-258 [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae87742cb9d4291b6fddea334988a122b73d3237 [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae87742 [Pipeline] echo 07:02:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:03:00 + git log --format=format:%s -1 ae87742cb9d4291b6fddea334988a122b73d3237 [Pipeline] echo 07:03:00 GIT_COMMIT: ae87742cb9d4291b6fddea334988a122b73d3237, Commit Message: clean up notifications [Pipeline] echo 07:03:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:03:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:01 07:03:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:03:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:02 latest: Pulling from edgex-devops/git-semver 07:03:02 31603596830f: Pulling fs layer 07:03:02 2a8b12db71e7: Pulling fs layer 07:03:02 6ca5941a6612: Pulling fs layer 07:03:02 ecc8261a40a4: Pulling fs layer 07:03:02 ecc8261a40a4: Waiting 07:03:02 2a8b12db71e7: Verifying Checksum 07:03:02 2a8b12db71e7: Download complete 07:03:02 31603596830f: Verifying Checksum 07:03:02 31603596830f: Download complete 07:03:02 ecc8261a40a4: Verifying Checksum 07:03:02 ecc8261a40a4: Download complete 07:03:02 6ca5941a6612: Verifying Checksum 07:03:02 6ca5941a6612: Download complete 07:03:02 31603596830f: Pull complete 07:03:02 2a8b12db71e7: Pull complete 07:03:03 6ca5941a6612: Pull complete 07:03:03 ecc8261a40a4: Pull complete 07:03:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:03:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:03:03 prd-centos7-docker-4c-2g-1248 does not seem to be running inside a container 07:03:03 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-258 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-258:/w/workspace/edgexfoundry_edgex-ui-go_PR-258:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-258@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 07:03:05 $ docker top e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:03:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:06 [ssh-agent] Looking for ssh-agent implementation... 07:03:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:06 $ docker exec e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 ssh-agent 07:03:06 SSH_AUTH_SOCK=/tmp/ssh-IM831tUqZmkf/agent.11 07:03:06 SSH_AGENT_PID=17 07:03:06 Running ssh-add (command line suppressed) 07:03:06 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/private_key_2871423280362739306.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/private_key_2871423280362739306.key) 07:03:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:06 + git describe --exact-match --tags HEAD 07:03:06 fatal: No names found, cannot describe anything. [Pipeline] } 07:03:07 $ docker exec --env ******** --env ******** e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 ssh-agent -k 07:03:07 unset SSH_AUTH_SOCK; 07:03:07 unset SSH_AGENT_PID; 07:03:07 echo Agent pid 17 killed; 07:03:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:03:07 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:03:07 This usually means this commit has not been tagged. [Pipeline] sshagent 07:03:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:07 [ssh-agent] Looking for ssh-agent implementation... 07:03:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:07 $ docker exec e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 ssh-agent 07:03:07 SSH_AUTH_SOCK=/tmp/ssh-XUMEYtsU91pV/agent.46 07:03:07 SSH_AGENT_PID=51 07:03:07 Running ssh-add (command line suppressed) 07:03:07 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/private_key_4553755593801706621.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/private_key_4553755593801706621.key) 07:03:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:08 + git semver init 07:03:08 # -> Open(): unable to determine branch for HEAD 07:03:08 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-258/.git 07:03:08 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-258 07:03:08 # $SEMVER_REMOTE_NAME = origin 07:03:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:03:08 # $SEMVER_USER_NAME = edgex-jenkins 07:03:08 # $SEMVER_BRANCH = PR-258 07:03:08 # $SEMVER_TEMP = /tmp/semver-500619337 07:03:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:03:09 # '/tmp/semver-500619337' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-258/.semver' 07:03:09 # -> Force: false 07:03:09 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-258/.semver [Pipeline] } 07:03:09 $ docker exec --env ******** --env ******** e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 ssh-agent -k 07:03:09 unset SSH_AUTH_SOCK; 07:03:09 unset SSH_AGENT_PID; 07:03:09 echo Agent pid 51 killed; 07:03:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:03:10 + git semver [Pipeline] } 07:03:10 $ docker stop --time=1 e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 07:03:11 $ docker rm -f e8018aa748e3bb2e122955d9e5d14b4a66bef00c13ff268a6af4db8a92e41f62 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:03:12 Stashed 24 file(s) [Pipeline] echo 07:03:12 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 07:03:13 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 07:03:28 Still waiting to schedule task 07:03:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:03:28 Still waiting to schedule task 07:03:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:05:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1250 in /w/workspace/edgexfoundry_edgex-ui-go_PR-258 [Pipeline] { [Pipeline] ws 07:05:18 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 07:05:23 using credential edgex-jenkins-ssh 07:05:23 Cloning the remote Git repository 07:05:23 Cloning with configured refspecs honoured and without tags 07:05:23 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:05:23 > git init /w/workspace/edgex-ui-go/2 # timeout=10 07:05:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:05:23 > git --version # timeout=10 07:05:23 > git --version # 'git version 2.17.1' 07:05:23 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:05:25 Fetching without tags 07:05:25 Merging remotes/origin/master commit 4235889b4d31b184704cc99ddd0249f5d958712f into PR head commit ae87742cb9d4291b6fddea334988a122b73d3237 07:05:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:05:25 > git config --add remote.origin.fetch +refs/pull/258/head:refs/remotes/origin/PR-258 # timeout=10 07:05:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:05:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:05:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:05:25 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:05:25 > git config core.sparsecheckout # timeout=10 07:05:25 > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 07:05:26 Merge succeeded, producing ae87742cb9d4291b6fddea334988a122b73d3237 07:05:26 Checking out Revision ae87742cb9d4291b6fddea334988a122b73d3237 (PR-258) 07:05:26 > git remote # timeout=10 07:05:26 > git config --get remote.origin.url # timeout=10 07:05:26 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:26 > git merge 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 07:05:26 > git rev-parse HEAD^{commit} # timeout=10 07:05:26 > git config core.sparsecheckout # timeout=10 07:05:26 > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 07:05:30 Commit message: "clean up notifications" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 07:05:32 Running on prd-centos7-docker-4c-2g-1251 in /w/workspace/edgexfoundry_edgex-ui-go_PR-258 [Pipeline] { [Pipeline] ws 07:05:32 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] echo 07:05:32 ========================================================= 07:05:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:05:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:05:33 + 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 . 07:05:34 using credential edgex-jenkins-ssh 07:05:34 Cloning the remote Git repository 07:05:34 Cloning with configured refspecs honoured and without tags 07:05:34 Sending build context to Docker daemon 21.97MB 07:05:34 Step 1/8 : ARG BASE=golang:1.11-alpine 07:05:34 Step 2/8 : FROM ${BASE} 07:05:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:05:35 b538f80385f9: Pulling fs layer 07:05:35 74f711af9a0d: Pulling fs layer 07:05:35 99f96fe45779: Pulling fs layer 07:05:35 fd7a069fd194: Pulling fs layer 07:05:35 66aa3694b03b: Pulling fs layer 07:05:35 170f70906a0f: Pulling fs layer 07:05:35 ad7c5574e4b9: Pulling fs layer 07:05:35 e772456be8f7: Pulling fs layer 07:05:35 c890913d741a: Pulling fs layer 07:05:35 2480fcc9aa5a: Pulling fs layer 07:05:35 fd7a069fd194: Waiting 07:05:35 09adf4765672: Pulling fs layer 07:05:35 66aa3694b03b: Waiting 07:05:35 170f70906a0f: Waiting 07:05:35 ad7c5574e4b9: Waiting 07:05:35 e772456be8f7: Waiting 07:05:35 c890913d741a: Waiting 07:05:35 2480fcc9aa5a: Waiting 07:05:35 09adf4765672: Waiting 07:05:35 99f96fe45779: Verifying Checksum 07:05:35 99f96fe45779: Download complete 07:05:35 74f711af9a0d: Download complete 07:05:35 66aa3694b03b: Verifying Checksum 07:05:35 66aa3694b03b: Download complete 07:05:35 170f70906a0f: Verifying Checksum 07:05:35 170f70906a0f: Download complete 07:05:35 b538f80385f9: Download complete 07:05:34 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:05:34 > git init /w/workspace/edgex-ui-go/2 # timeout=10 07:05:36 b538f80385f9: Pull complete 07:05:36 74f711af9a0d: Pull complete 07:05:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:05:35 > git --version # timeout=10 07:05:35 > git --version # 'git version 2.16.5' 07:05:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:05:37 99f96fe45779: Pull complete 07:05:37 Fetching without tags 07:05:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:05:37 > git config --add remote.origin.fetch +refs/pull/258/head:refs/remotes/origin/PR-258 # timeout=10 07:05:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:05:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:05:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:05:37 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/258/head:refs/remotes/origin/PR-258 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:05:38 Merging remotes/origin/master commit 4235889b4d31b184704cc99ddd0249f5d958712f into PR head commit ae87742cb9d4291b6fddea334988a122b73d3237 07:05:38 Merge succeeded, producing ae87742cb9d4291b6fddea334988a122b73d3237 07:05:38 Checking out Revision ae87742cb9d4291b6fddea334988a122b73d3237 (PR-258) 07:05:39 ad7c5574e4b9: Verifying Checksum 07:05:39 ad7c5574e4b9: Download complete 07:05:39 c890913d741a: Download complete 07:05:38 > git config core.sparsecheckout # timeout=10 07:05:38 > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 07:05:38 > git remote # timeout=10 07:05:38 > git config --get remote.origin.url # timeout=10 07:05:38 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:38 > git merge 4235889b4d31b184704cc99ddd0249f5d958712f # timeout=10 07:05:38 > git rev-parse HEAD^{commit} # timeout=10 07:05:38 > git config core.sparsecheckout # timeout=10 07:05:38 > git checkout -f ae87742cb9d4291b6fddea334988a122b73d3237 # timeout=10 07:05:40 e772456be8f7: Verifying Checksum 07:05:40 e772456be8f7: Download complete 07:05:40 09adf4765672: Verifying Checksum 07:05:40 09adf4765672: Download complete 07:05:40 2480fcc9aa5a: Verifying Checksum 07:05:40 2480fcc9aa5a: Download complete 07:05:41 fd7a069fd194: Download complete 07:05:42 Commit message: "clean up notifications" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:05:43 ========================================================= 07:05:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:05:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:05:43 + 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 . 07:05:44 Sending build context to Docker daemon 21.97MB 07:05:44 Step 1/8 : ARG BASE=golang:1.11-alpine 07:05:44 Step 2/8 : FROM ${BASE} 07:05:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:05:44 df20fa9351a1: Pulling fs layer 07:05:44 ed8968b2872e: Pulling fs layer 07:05:44 a92cc7c5fd73: Pulling fs layer 07:05:44 2dd03ba5bac4: Pulling fs layer 07:05:44 1e091d79d1de: Pulling fs layer 07:05:44 481702a1767f: Pulling fs layer 07:05:44 f64a6f60c768: Pulling fs layer 07:05:44 e78d2573fc39: Pulling fs layer 07:05:44 e876d2f968b6: Pulling fs layer 07:05:44 ce8a83651883: Pulling fs layer 07:05:44 07967f4d0e4b: Pulling fs layer 07:05:44 2dd03ba5bac4: Waiting 07:05:44 1e091d79d1de: Waiting 07:05:44 481702a1767f: Waiting 07:05:44 f64a6f60c768: Waiting 07:05:44 e78d2573fc39: Waiting 07:05:44 ce8a83651883: Waiting 07:05:44 e876d2f968b6: Waiting 07:05:44 07967f4d0e4b: Waiting 07:05:44 a92cc7c5fd73: Verifying Checksum 07:05:44 a92cc7c5fd73: Download complete 07:05:44 ed8968b2872e: Verifying Checksum 07:05:44 ed8968b2872e: Download complete 07:05:44 1e091d79d1de: Verifying Checksum 07:05:44 1e091d79d1de: Download complete 07:05:44 481702a1767f: Verifying Checksum 07:05:44 481702a1767f: Download complete 07:05:44 df20fa9351a1: Verifying Checksum 07:05:44 df20fa9351a1: Download complete 07:05:44 df20fa9351a1: Pull complete 07:05:45 f64a6f60c768: Verifying Checksum 07:05:45 f64a6f60c768: Download complete 07:05:45 e876d2f968b6: Verifying Checksum 07:05:45 e876d2f968b6: Download complete 07:05:45 e78d2573fc39: Verifying Checksum 07:05:45 e78d2573fc39: Download complete 07:05:45 07967f4d0e4b: Verifying Checksum 07:05:45 07967f4d0e4b: Download complete 07:05:45 2dd03ba5bac4: Verifying Checksum 07:05:45 2dd03ba5bac4: Download complete 07:05:45 ce8a83651883: Download complete 07:05:47 ed8968b2872e: Pull complete 07:05:47 a92cc7c5fd73: Pull complete 07:05:52 2dd03ba5bac4: Pull complete 07:05:53 1e091d79d1de: Pull complete 07:05:53 481702a1767f: Pull complete 07:05:53 fd7a069fd194: Pull complete 07:05:53 66aa3694b03b: Pull complete 07:05:53 170f70906a0f: Pull complete 07:05:56 ad7c5574e4b9: Pull complete 07:05:58 f64a6f60c768: Pull complete 07:06:00 e772456be8f7: Pull complete 07:06:00 c890913d741a: Pull complete 07:06:01 e78d2573fc39: Pull complete 07:06:01 e876d2f968b6: Pull complete 07:06:02 ce8a83651883: Pull complete 07:06:02 07967f4d0e4b: Pull complete 07:06:02 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 07:06:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:06:02 ---> 5d7c900382c6 07:06:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:06:03 2480fcc9aa5a: Pull complete 07:06:03 09adf4765672: Pull complete 07:06:03 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 07:06:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:06:03 ---> 2248a725d1cf 07:06:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:06:04 ---> Running in f6f7abe16339 07:06:04 Removing intermediate container f6f7abe16339 07:06:04 ---> 6b27b98f58ac 07:06:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:04 ---> Running in 193aee23f362 07:06:06 Removing intermediate container 193aee23f362 07:06:06 ---> a7fdd4516c93 07:06:06 Step 5/8 : RUN apk add --no-cache make git 07:06:06 ---> Running in fd2617165ddc 07:06:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:06:07 OK: 166 MiB in 39 packages 07:06:08 ---> Running in 4736110aa751 07:06:08 Removing intermediate container 4736110aa751 07:06:08 ---> 84609cc34d84 07:06:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:08 ---> Running in 735d5edfeaea 07:06:08 Removing intermediate container fd2617165ddc 07:06:08 ---> eb07bd331484 07:06:08 Step 6/8 : WORKDIR /edgex-ui-go 07:06:08 ---> Running in e43160b3a8fe 07:06:08 Removing intermediate container e43160b3a8fe 07:06:08 ---> 15c89b935752 07:06:08 Step 7/8 : COPY . . 07:06:09 ---> c06c65973060 07:06:09 Step 8/8 : RUN go mod download 07:06:09 ---> Running in 8b45c5003071 07:06:11 Removing intermediate container 735d5edfeaea 07:06:11 ---> 50152ae9f6d3 07:06:11 Step 5/8 : RUN apk add --no-cache make git 07:06:11 ---> Running in 4e49712f30de 07:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:06:13 go: finding github.com/BurntSushi/toml v0.3.1 07:06:13 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 07:06:13 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 07:06:13 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 07:06:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:06:13 go: finding github.com/armon/go-metrics v0.3.3 07:06:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:06:13 go: finding github.com/beorn7/perks v1.0.1 07:06:13 go: finding github.com/bgentry/speakeasy v0.1.0 07:06:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:06:13 go: finding github.com/cespare/xxhash/v2 v2.1.1 07:06:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:06:13 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 07:06:13 go: finding github.com/circonus-labs/circonusllhist v0.1.3 07:06:13 go: finding github.com/davecgh/go-spew v1.1.1 07:06:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:06:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 07:06:13 go: finding github.com/fatih/color v1.9.0 07:06:13 go: finding github.com/go-kit/kit v0.9.0 07:06:13 go: finding github.com/go-logfmt/logfmt v0.4.0 07:06:13 go: finding github.com/go-stack/stack v1.8.0 07:06:13 go: finding github.com/gogo/protobuf v1.1.1 07:06:13 go: finding github.com/golang/protobuf v1.3.2 07:06:13 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:06:13 go: finding github.com/google/go-cmp v0.4.0 07:06:13 go: finding github.com/google/gofuzz v1.0.0 07:06:13 go: finding github.com/gorilla/mux v1.7.1 07:06:13 go: finding github.com/gorilla/websocket v1.4.0 07:06:13 go: finding github.com/hashicorp/consul/api v1.4.0 07:06:13 go: finding github.com/hashicorp/consul/sdk v0.4.0 07:06:13 go: finding github.com/hashicorp/errwrap v1.0.0 07:06:13 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:06:13 go: finding github.com/hashicorp/go-hclog v0.12.2 07:06:13 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 07:06:13 go: finding github.com/hashicorp/go-msgpack v0.5.5 07:06:14 go: finding github.com/hashicorp/go-multierror v1.0.0 07:06:14 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 07:06:14 go: finding github.com/hashicorp/go-rootcerts v1.0.2 07:06:14 go: finding github.com/hashicorp/go-sockaddr v1.0.2 07:06:14 go: finding github.com/hashicorp/go-syslog v1.0.0 07:06:14 go: finding github.com/hashicorp/go-uuid v1.0.1 07:06:14 go: finding github.com/hashicorp/go.net v0.0.1 07:06:14 go: finding github.com/hashicorp/golang-lru v0.5.4 07:06:14 go: finding github.com/hashicorp/logutils v1.0.0 07:06:14 go: finding github.com/hashicorp/mdns v1.0.1 07:06:14 go: finding github.com/hashicorp/memberlist v0.2.0 07:06:14 go: finding github.com/hashicorp/serf v0.9.0 07:06:14 go: finding github.com/json-iterator/go v1.1.9 07:06:14 go: finding github.com/julienschmidt/httprouter v1.2.0 07:06:14 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 07:06:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:06:14 go: finding github.com/kr/pretty v0.2.0 07:06:14 go: finding github.com/kr/pty v1.1.1 07:06:14 go: finding github.com/kr/text v0.1.0 07:06:14 OK: 142 MiB in 39 packages 07:06:14 go: finding github.com/mattn/go-colorable v0.1.6 07:06:14 go: finding github.com/mattn/go-isatty v0.0.12 07:06:14 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 07:06:14 go: finding github.com/miekg/dns v1.1.26 07:06:14 go: finding github.com/mitchellh/cli v1.0.0 07:06:14 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:06:14 go: finding github.com/mitchellh/copystructure v1.0.0 07:06:14 go: finding github.com/mitchellh/go-homedir v1.1.0 07:06:14 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:06:14 go: finding github.com/mitchellh/go-wordwrap v1.0.0 07:06:14 go: finding github.com/mitchellh/gox v0.4.0 07:06:14 go: finding github.com/mitchellh/iochan v1.0.0 07:06:14 go: finding github.com/mitchellh/mapstructure v1.2.2 07:06:14 go: finding github.com/mitchellh/reflectwalk v1.0.1 07:06:14 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 07:06:14 go: finding github.com/modern-go/reflect2 v1.0.1 07:06:14 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 07:06:14 go: finding github.com/pascaldekloe/goe v0.1.0 07:06:14 go: finding github.com/pelletier/go-toml v1.7.0 07:06:14 go: finding github.com/pkg/errors v0.8.1 07:06:14 go: finding github.com/pmezard/go-difflib v1.0.0 07:06:14 go: finding github.com/posener/complete v1.1.1 07:06:14 go: finding github.com/prometheus/client_golang v1.4.0 07:06:15 go: finding github.com/prometheus/client_model v0.2.0 07:06:15 go: finding github.com/prometheus/common v0.9.1 07:06:15 go: finding github.com/prometheus/procfs v0.0.8 07:06:15 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 07:06:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:06:15 go: finding github.com/sirupsen/logrus v1.4.2 07:06:15 go: finding github.com/stretchr/objx v0.1.1 07:06:15 go: finding github.com/stretchr/testify v1.4.0 07:06:15 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 07:06:15 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 07:06:15 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 07:06:15 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 07:06:15 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 07:06:15 go: finding golang.org/x/text v0.3.2 07:06:15 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 07:06:15 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 07:06:15 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 07:06:15 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:06:15 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 07:06:15 go: finding gopkg.in/yaml.v2 v2.2.8 07:06:15 Removing intermediate container 4e49712f30de 07:06:15 ---> d46e300ac862 07:06:15 Step 6/8 : WORKDIR /edgex-ui-go 07:06:15 ---> Running in 369b31ef064e 07:06:15 Removing intermediate container 369b31ef064e 07:06:15 ---> 61cfecaffb08 07:06:15 Step 7/8 : COPY . . 07:06:18 ---> ffe887491b78 07:06:18 Step 8/8 : RUN go mod download 07:06:18 ---> Running in cc2727f65890 07:06:21 go: finding github.com/BurntSushi/toml v0.3.1 07:06:21 go: finding github.com/DataDog/datadog-go v3.2.0+incompatible 07:06:21 go: finding github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 07:06:21 go: finding github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 07:06:21 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:06:21 go: finding github.com/armon/go-metrics v0.3.3 07:06:22 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:06:22 go: finding github.com/beorn7/perks v1.0.1 07:06:22 go: finding github.com/bgentry/speakeasy v0.1.0 07:06:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:06:22 go: finding github.com/cespare/xxhash/v2 v2.1.1 07:06:22 go: finding github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 07:06:22 go: finding github.com/circonus-labs/circonusllhist v0.1.3 07:06:22 go: finding github.com/davecgh/go-spew v1.1.1 07:06:22 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:06:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 07:06:22 go: finding github.com/fatih/color v1.9.0 07:06:22 go: finding github.com/go-kit/kit v0.9.0 07:06:22 go: finding github.com/go-logfmt/logfmt v0.4.0 07:06:22 go: finding github.com/go-stack/stack v1.8.0 07:06:22 go: finding github.com/gogo/protobuf v1.1.1 07:06:22 go: finding github.com/golang/protobuf v1.3.2 07:06:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:06:22 go: finding github.com/google/go-cmp v0.4.0 07:06:22 go: finding github.com/google/gofuzz v1.0.0 07:06:22 go: finding github.com/gorilla/mux v1.7.1 07:06:22 go: finding github.com/gorilla/websocket v1.4.0 07:06:22 go: finding github.com/hashicorp/consul/api v1.4.0 07:06:22 go: finding github.com/hashicorp/consul/sdk v0.4.0 07:06:22 go: finding github.com/hashicorp/errwrap v1.0.0 07:06:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:06:22 go: finding github.com/hashicorp/go-hclog v0.12.2 07:06:22 go: finding github.com/hashicorp/go-immutable-radix v1.2.0 07:06:22 go: finding github.com/hashicorp/go-msgpack v0.5.5 07:06:22 go: finding github.com/hashicorp/go-multierror v1.0.0 07:06:22 go: finding github.com/hashicorp/go-retryablehttp v0.5.3 07:06:22 go: finding github.com/hashicorp/go-rootcerts v1.0.2 07:06:22 go: finding github.com/hashicorp/go-sockaddr v1.0.2 07:06:22 go: finding github.com/hashicorp/go-syslog v1.0.0 07:06:22 go: finding github.com/hashicorp/go-uuid v1.0.1 07:06:22 go: finding github.com/hashicorp/go.net v0.0.1 07:06:22 go: finding github.com/hashicorp/golang-lru v0.5.4 07:06:22 go: finding github.com/hashicorp/logutils v1.0.0 07:06:22 go: finding github.com/hashicorp/mdns v1.0.1 07:06:22 go: finding github.com/hashicorp/memberlist v0.2.0 07:06:22 go: finding github.com/hashicorp/serf v0.9.0 07:06:22 go: finding github.com/json-iterator/go v1.1.9 07:06:22 go: finding github.com/julienschmidt/httprouter v1.2.0 07:06:23 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 07:06:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:06:23 go: finding github.com/kr/pretty v0.2.0 07:06:23 go: finding github.com/kr/pty v1.1.1 07:06:23 go: finding github.com/kr/text v0.1.0 07:06:23 go: finding github.com/mattn/go-colorable v0.1.6 07:06:23 go: finding github.com/mattn/go-isatty v0.0.12 07:06:23 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 07:06:23 go: finding github.com/miekg/dns v1.1.26 07:06:23 go: finding github.com/mitchellh/cli v1.0.0 07:06:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:06:23 go: finding github.com/mitchellh/copystructure v1.0.0 07:06:23 go: finding github.com/mitchellh/go-homedir v1.1.0 07:06:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:06:23 go: finding github.com/mitchellh/go-wordwrap v1.0.0 07:06:23 go: finding github.com/mitchellh/gox v0.4.0 07:06:23 go: finding github.com/mitchellh/iochan v1.0.0 07:06:23 go: finding github.com/mitchellh/mapstructure v1.2.2 07:06:23 go: finding github.com/mitchellh/reflectwalk v1.0.1 07:06:23 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 07:06:23 go: finding github.com/modern-go/reflect2 v1.0.1 07:06:23 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 07:06:23 go: finding github.com/pascaldekloe/goe v0.1.0 07:06:23 go: finding github.com/pelletier/go-toml v1.7.0 07:06:23 go: finding github.com/pkg/errors v0.8.1 07:06:23 go: finding github.com/pmezard/go-difflib v1.0.0 07:06:23 go: finding github.com/posener/complete v1.1.1 07:06:23 go: finding github.com/prometheus/client_golang v1.4.0 07:06:23 go: finding github.com/prometheus/client_model v0.2.0 07:06:23 go: finding github.com/prometheus/common v0.9.1 07:06:23 go: finding github.com/prometheus/procfs v0.0.8 07:06:23 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 07:06:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:06:24 go: finding github.com/sirupsen/logrus v1.4.2 07:06:24 go: finding github.com/stretchr/objx v0.1.1 07:06:24 go: finding github.com/stretchr/testify v1.4.0 07:06:24 go: finding github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 07:06:24 go: finding golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 07:06:24 go: finding golang.org/x/net v0.0.0-20190923162816-aa69164e4478 07:06:24 go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e 07:06:24 go: finding golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa 07:06:24 go: finding golang.org/x/text v0.3.2 07:06:24 go: finding golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 07:06:24 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 07:06:24 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6 07:06:24 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:06:24 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 07:06:24 go: finding gopkg.in/yaml.v2 v2.2.8 07:06:30 Removing intermediate container 8b45c5003071 07:06:30 ---> b001a1ceb994 07:06:30 Successfully built b001a1ceb994 07:06:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:31 + docker inspect -f . ci-base-image-x86_64 07:06:31 . [Pipeline] withDockerContainer 07:06:31 prd-centos7-docker-4c-2g-1251 does not seem to be running inside a container 07:06:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 07:06:32 $ docker top 6a89809cdd3ee41b1158f2faaf481bc1dcb9b5a22218d5fef63ab046d7017717 -eo pid,comm [Pipeline] { [Pipeline] sh 07:06:32 + go version 07:06:32 go version go1.13.13 linux/amd64 [Pipeline] sh 07:06:32 + make test 07:06:32 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:06:33 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:06:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:06:42 GO111MODULE=on go vet ./... [Pipeline] stash 07:06:42 Removing intermediate container cc2727f65890 07:06:42 ---> e79c8cb1510b 07:06:42 Successfully built e79c8cb1510b 07:06:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 07:06:42 Stashed 1 file(s) [Pipeline] } 07:06:42 $ docker stop --time=1 6a89809cdd3ee41b1158f2faaf481bc1dcb9b5a22218d5fef63ab046d7017717 07:06:45 $ docker rm -f 6a89809cdd3ee41b1158f2faaf481bc1dcb9b5a22218d5fef63ab046d7017717 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:06:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:06:47 + docker inspect -f . ci-base-image-arm64 07:06:47 . [Pipeline] withDockerContainer 07:06:47 + ls -al . 07:06:47 total 84 07:06:47 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 3 07:06 . 07:06:47 drwxrwxr-x. 4 jenkins jenkins 28 Sep 3 07:05 .. 07:06:47 drwxrwxr-x. 3 jenkins jenkins 20 Sep 3 07:05 assets 07:06:47 drwxrwxr-x. 2 jenkins jenkins 35 Sep 3 07:05 bin 07:06:47 drwxrwxr-x. 3 jenkins jenkins 29 Sep 3 07:05 cmd 07:06:47 -rw-rw-r--. 1 jenkins jenkins 3959 Sep 3 07:05 CONTRIBUTING.md 07:06:47 -rw-r--r--. 1 jenkins jenkins 10 Sep 3 07:06 coverage.out 07:06:47 -rw-rw-r--. 1 jenkins jenkins 913 Sep 3 07:05 Dockerfile 07:06:47 -rw-rw-r--. 1 jenkins jenkins 898 Sep 3 07:05 Dockerfile.build 07:06:47 drwxrwxr-x. 5 jenkins jenkins 104 Sep 3 07:05 docs 07:06:47 drwxrwxr-x. 8 jenkins jenkins 179 Sep 3 07:05 .git 07:06:47 drwxrwxr-x. 2 jenkins jenkins 38 Sep 3 07:05 .github 07:06:47 -rw-rw-r--. 1 jenkins jenkins 136 Sep 3 07:05 .gitignore 07:06:47 -rw-rw-r--. 1 jenkins jenkins 1019 Sep 3 07:05 go.mod 07:06:47 -rw-r--r--. 1 jenkins jenkins 20718 Sep 3 07:06 go.sum 07:06:47 drwxrwxr-x. 10 jenkins jenkins 139 Sep 3 07:05 internal 07:06:47 -rw-rw-r--. 1 jenkins jenkins 675 Sep 3 07:05 Jenkinsfile 07:06:47 -rw-rw-r--. 1 jenkins jenkins 11357 Sep 3 07:05 LICENSE 07:06:47 -rw-rw-r--. 1 jenkins jenkins 951 Sep 3 07:05 Makefile 07:06:47 -rw-rw-r--. 1 jenkins jenkins 3545 Sep 3 07:05 README.md 07:06:47 drwxrwxr-x. 3 jenkins jenkins 58 Sep 3 07:05 .semver 07:06:47 -rw-rw-r--. 1 jenkins jenkins 5 Sep 3 07:03 VERSION 07:06:47 -rw-rw-r--. 1 jenkins jenkins 155 Sep 3 07:05 version.go 07:06:47 prd-ubuntu18.04-docker-arm64-4c-16g-1250 does not seem to be running inside a container 07:06:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 07:06:49 $ docker top 55dca8bb49026aaa6680709f94c917e1e5500ba6fc6ba1170a9b0cd350ad91b0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:06:50 + 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=ae87742cb9d4291b6fddea334988a122b73d3237 --label arch=amd64 --label version=0.0.0 . 07:06:50 Sending build context to Docker daemon 21.99MB 07:06:50 Step 1/24 : ARG BASE=golang:1.13-alpine 07:06:50 Step 2/24 : FROM ${BASE} AS builder 07:06:50 ---> b001a1ceb994 07:06:50 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:06:51 ---> Running in ce3363585411 07:06:51 + go version 07:06:51 go version go1.13.13 linux/arm64 [Pipeline] sh 07:06:51 Removing intermediate container ce3363585411 07:06:51 ---> 91e1695d944f 07:06:51 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:06:51 ---> Running in aa46d72f98e9 07:06:51 Removing intermediate container aa46d72f98e9 07:06:51 ---> 7c139f380a85 07:06:51 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:06:52 ---> Running in 9af5443b7f6d 07:06:52 Removing intermediate container 9af5443b7f6d 07:06:52 ---> 59fd6bca49be 07:06:52 Step 6/24 : LABEL Name=edgex-ui-go 07:06:52 + make test 07:06:52 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:06:52 ---> Running in 29bb0660bf2f 07:06:52 Removing intermediate container 29bb0660bf2f 07:06:52 ---> cb2af5d33628 07:06:52 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:06:52 ---> Running in 8e67e13b4663 07:06:52 Removing intermediate container 8e67e13b4663 07:06:52 ---> b7204938e704 07:06:52 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:52 ---> Running in 3a1cca8245ae 07:06:53 Removing intermediate container 3a1cca8245ae 07:06:53 ---> 6a40f4f729b7 07:06:53 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:06:53 ---> Running in b1bc0a65f864 07:06:53 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:06:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:06:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:06:55 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:06:55 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 07:06:55 OK: 12746 distinct packages available 07:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:06:56 OK: 166 MiB in 39 packages 07:06:56 Removing intermediate container b1bc0a65f864 07:06:56 ---> 1d480568ff23 07:06:56 Step 10/24 : ENV GO111MODULE=on 07:06:56 ---> Running in d37d997db9d0 07:06:56 Removing intermediate container d37d997db9d0 07:06:56 ---> 3100427cfa81 07:06:56 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:06:56 ---> Running in 9456ab824488 07:06:57 Removing intermediate container 9456ab824488 07:06:57 ---> 363f12391822 07:06:57 Step 12/24 : COPY go.mod . 07:06:57 ---> 6568978313fe 07:06:57 Step 13/24 : COPY Makefile . 07:06:57 ---> a3a7d99fd54a 07:06:57 Step 14/24 : RUN make update 07:06:57 ---> Running in f5bc584d0646 07:06:58 CGO_ENABLED=0 GO111MODULE=on go mod download 07:06:58 Removing intermediate container f5bc584d0646 07:06:58 ---> 03bb6a841308 07:06:58 Step 15/24 : COPY . . 07:07:00 ---> d0ab1aa45af6 07:07:00 Step 16/24 : RUN ${MAKE} 07:07:00 ---> Running in 5c4134af88cb 07:07:00 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 07:07:09 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:07:11 Removing intermediate container 5c4134af88cb 07:07:11 ---> 6e7f76431eb1 07:07:11 Step 17/24 : FROM alpine 07:07:11 latest: Pulling from library/alpine 07:07:11 df20fa9351a1: Already exists 07:07:11 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:07:11 Status: Downloaded newer image for alpine:latest 07:07:11 ---> a24bb4013296 07:07:11 Step 18/24 : EXPOSE 4000 07:07:11 ---> Running in 64cdac3693e0 07:07:12 Removing intermediate container 64cdac3693e0 07:07:12 ---> 09a70f17861c 07:07:12 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 07:07:13 ---> f0d64e5e230c 07:07:13 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:07:13 ---> Running in 9424c4d0d36b 07:07:13 Removing intermediate container 9424c4d0d36b 07:07:13 ---> e2a6d24d6604 07:07:13 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:07:13 ---> Running in b6186dc40e20 07:07:13 Removing intermediate container b6186dc40e20 07:07:13 ---> 07434ed31b9e 07:07:13 Step 22/24 : LABEL arch=amd64 07:07:13 ---> Running in 174d8c7be628 07:07:13 Removing intermediate container 174d8c7be628 07:07:13 ---> 87a13f4cc243 07:07:13 Step 23/24 : LABEL git_sha=ae87742cb9d4291b6fddea334988a122b73d3237 07:07:13 ---> Running in f890dbed6fbc 07:07:13 Removing intermediate container f890dbed6fbc 07:07:13 ---> c1d2e0bf9aa8 07:07:13 Step 24/24 : LABEL version=0.0.0 07:07:13 ---> Running in 5482e2be45e7 07:07:13 Removing intermediate container 5482e2be45e7 07:07:13 ---> 35b0180a4172 07:07:13 [Warning] One or more build-args [ARCH] were not consumed 07:07:14 Successfully built 35b0180a4172 07:07:14 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:07:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:07:15 GO111MODULE=on go vet ./... [Pipeline] stash 07:07:19 Warning: overwriting stash ‘coverage-report’ 07:07:20 Stashed 1 file(s) [Pipeline] } 07:07:20 $ docker stop --time=1 55dca8bb49026aaa6680709f94c917e1e5500ba6fc6ba1170a9b0cd350ad91b0 07:07:22 $ docker rm -f 55dca8bb49026aaa6680709f94c917e1e5500ba6fc6ba1170a9b0cd350ad91b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:07:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:07:23 + ls -al . 07:07:23 total 120 07:07:23 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 07:06 . 07:07:23 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 07:05 .. 07:07:23 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 07:05 .git 07:07:23 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 07:05 .github 07:07:23 -rw-rw-r-- 1 jenkins jenkins 136 Sep 3 07:05 .gitignore 07:07:23 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:05 .semver 07:07:23 -rw-rw-r-- 1 jenkins jenkins 3959 Sep 3 07:05 CONTRIBUTING.md 07:07:23 -rw-rw-r-- 1 jenkins jenkins 913 Sep 3 07:05 Dockerfile 07:07:23 -rw-rw-r-- 1 jenkins jenkins 898 Sep 3 07:05 Dockerfile.build 07:07:23 -rw-rw-r-- 1 jenkins jenkins 675 Sep 3 07:05 Jenkinsfile 07:07:23 -rw-rw-r-- 1 jenkins jenkins 11357 Sep 3 07:05 LICENSE 07:07:23 -rw-rw-r-- 1 jenkins jenkins 951 Sep 3 07:05 Makefile 07:07:23 -rw-rw-r-- 1 jenkins jenkins 3545 Sep 3 07:05 README.md 07:07:23 -rw-rw-r-- 1 jenkins jenkins 5 Sep 3 07:03 VERSION 07:07:23 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:05 assets 07:07:23 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 07:05 bin 07:07:23 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 07:05 cmd 07:07:23 -rw-r--r-- 1 jenkins jenkins 10 Sep 3 07:06 coverage.out 07:07:23 drwxrwxr-x 5 jenkins jenkins 4096 Sep 3 07:05 docs 07:07:23 -rw-rw-r-- 1 jenkins jenkins 1019 Sep 3 07:05 go.mod 07:07:23 -rw-r--r-- 1 jenkins jenkins 20718 Sep 3 07:06 go.sum 07:07:23 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 07:05 internal 07:07:23 -rw-rw-r-- 1 jenkins jenkins 155 Sep 3 07:05 version.go [Pipeline] isUnix [Pipeline] sh 07:07:24 + 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=ae87742cb9d4291b6fddea334988a122b73d3237 --label arch=arm64 --label version=0.0.0 . 07:07:24 Sending build context to Docker daemon 21.99MB 07:07:24 Step 1/24 : ARG BASE=golang:1.13-alpine 07:07:24 Step 2/24 : FROM ${BASE} AS builder 07:07:24 ---> e79c8cb1510b 07:07:24 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:07:25 ---> Running in 3e3ffb7b2edc 07:07:25 Removing intermediate container 3e3ffb7b2edc 07:07:25 ---> b14ab7ab1dd0 07:07:25 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:07:25 ---> Running in 2acb7dd53f81 07:07:26 Removing intermediate container 2acb7dd53f81 07:07:26 ---> 84ecc30f300c 07:07:26 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:07:26 ---> Running in 1c60bc41dc7e 07:07:27 Removing intermediate container 1c60bc41dc7e 07:07:27 ---> 5a6a05279155 07:07:27 Step 6/24 : LABEL Name=edgex-ui-go 07:07:27 ---> Running in a7dddf1b8032 07:07:27 Removing intermediate container a7dddf1b8032 07:07:27 ---> 1c305b15488e 07:07:27 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:07:27 ---> Running in 2df4dbba92a9 07:07:28 Removing intermediate container 2df4dbba92a9 07:07:28 ---> 1243529e6ec6 07:07:28 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:28 ---> Running in 986763fd3369 07:07:30 Removing intermediate container 986763fd3369 07:07:30 ---> af6dbf98a0f6 07:07:30 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:07:30 ---> Running in 0ac254293730 07:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:07:33 v3.12.0-283-g612cd12ab6 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:07:33 v3.12.0-287-gba41ce75cc [http://nl.alpinelinux.org/alpine/v3.12/community] 07:07:33 OK: 12617 distinct packages available 07:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:07:35 OK: 142 MiB in 39 packages 07:07:36 Removing intermediate container 0ac254293730 07:07:36 ---> 074e4513fcb8 07:07:36 Step 10/24 : ENV GO111MODULE=on 07:07:36 ---> Running in dd6ac18a5fbd 07:07:36 Removing intermediate container dd6ac18a5fbd 07:07:36 ---> c32280a779b1 07:07:36 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:07:37 ---> Running in e3558da809dc 07:07:37 Removing intermediate container e3558da809dc 07:07:37 ---> c8dd94c6b372 07:07:37 Step 12/24 : COPY go.mod . 07:07:38 ---> 6e546b7504dc 07:07:38 Step 13/24 : COPY Makefile . 07:07:38 ---> e3a5624d143b 07:07:38 Step 14/24 : RUN make update 07:07:39 ---> Running in 8a94efb897ee 07:07:40 CGO_ENABLED=0 GO111MODULE=on go mod download 07:07:42 Removing intermediate container 8a94efb897ee 07:07:42 ---> 9534c88190c9 07:07:42 Step 15/24 : COPY . . 07:07:44 ---> 7ebef1d6b13a 07:07:44 Step 16/24 : RUN ${MAKE} 07:07:44 ---> Running in 173762759d80 07:07:45 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 07:08:07 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:08:15 Removing intermediate container 173762759d80 07:08:15 ---> 5e6dc7779361 07:08:15 Step 17/24 : FROM alpine 07:08:15 latest: Pulling from library/alpine 07:08:15 b538f80385f9: Already exists 07:08:15 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:08:15 Status: Downloaded newer image for alpine:latest 07:08:15 ---> 62ee0e9f8440 07:08:15 Step 18/24 : EXPOSE 4000 07:08:15 ---> Running in 64142bf48485 07:08:16 Removing intermediate container 64142bf48485 07:08:16 ---> 178ad6fa14c3 07:08:16 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 07:08:18 ---> 8335d47c7b77 07:08:18 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:08:18 ---> Running in c113d8598293 07:08:18 Removing intermediate container c113d8598293 07:08:18 ---> fe78a5f368dc 07:08:18 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:08:18 ---> Running in 72fa7c995b88 07:08:19 Removing intermediate container 72fa7c995b88 07:08:19 ---> 5e8cab9b51e3 07:08:19 Step 22/24 : LABEL arch=arm64 07:08:19 ---> Running in 4b372952f74f 07:08:19 Removing intermediate container 4b372952f74f 07:08:19 ---> abd49e7d9f0a 07:08:19 Step 23/24 : LABEL git_sha=ae87742cb9d4291b6fddea334988a122b73d3237 07:08:19 ---> Running in 9f3a2e6629c3 07:08:20 Removing intermediate container 9f3a2e6629c3 07:08:20 ---> 7e3e9178dd55 07:08:20 Step 24/24 : LABEL version=0.0.0 07:08:20 ---> Running in 8ccbc451178b 07:08:20 Removing intermediate container 8ccbc451178b 07:08:20 ---> a480e777e6b6 07:08:20 [Warning] One or more build-args [ARCH] were not consumed 07:08:20 Successfully built a480e777e6b6 07:08:20 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 07:08:22 provisioning config files... 07:08:22 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/config6274812033390334865tmp [Pipeline] { [Pipeline] sh 07:08:22 + curl -s https://codecov.io/bash 07:08:22 + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/config6274812033390334865tmp [Pipeline] } 07:08:23 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 07:08:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:08:25 ---> package-listing.sh 07:08:25 ++ facter osfamily 07:08:25 ++ tr '[:upper:]' '[:lower:]' 07:08:25 + OS_FAMILY=redhat 07:08:25 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-258 07:08:25 + START_PACKAGES=/tmp/packages_start.txt 07:08:25 + END_PACKAGES=/tmp/packages_end.txt 07:08:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:08:25 + PACKAGES=/tmp/packages_start.txt 07:08:25 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-258 ']' 07:08:25 + PACKAGES=/tmp/packages_end.txt 07:08:25 + case "${OS_FAMILY}" in 07:08:25 + rpm -qa 07:08:25 + sort 07:08:29 + '[' -f /tmp/packages_start.txt ']' 07:08:29 + '[' -f /tmp/packages_end.txt ']' 07:08:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:08:29 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-258 ']' 07:08:29 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-258/archives/ 07:08:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-258/archives/ [Pipeline] isUnix [Pipeline] sh 07:08:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:30 07:08:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:08:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:31 alpine: Pulling from edgex-lftools-log-publisher 07:08:31 df20fa9351a1: Pulling fs layer 07:08:31 36b3adc4ff6f: Pulling fs layer 07:08:31 8ad3a11d3b57: Pulling fs layer 07:08:31 46f8f816bc3b: Pulling fs layer 07:08:31 0dadc02b9964: Pulling fs layer 07:08:31 ce6a7cf60c04: Pulling fs layer 07:08:31 7a184a31f384: Pulling fs layer 07:08:31 0879bd2ef858: Pulling fs layer 07:08:31 46f8f816bc3b: Waiting 07:08:31 0dadc02b9964: Waiting 07:08:31 ce6a7cf60c04: Waiting 07:08:31 7a184a31f384: Waiting 07:08:31 0879bd2ef858: Waiting 07:08:31 36b3adc4ff6f: Verifying Checksum 07:08:31 36b3adc4ff6f: Download complete 07:08:31 46f8f816bc3b: Verifying Checksum 07:08:31 46f8f816bc3b: Download complete 07:08:31 df20fa9351a1: Download complete 07:08:31 ce6a7cf60c04: Verifying Checksum 07:08:31 ce6a7cf60c04: Download complete 07:08:31 7a184a31f384: Verifying Checksum 07:08:31 7a184a31f384: Download complete 07:08:31 0dadc02b9964: Verifying Checksum 07:08:31 0dadc02b9964: Download complete 07:08:31 8ad3a11d3b57: Verifying Checksum 07:08:31 8ad3a11d3b57: Download complete 07:08:31 df20fa9351a1: Pull complete 07:08:31 0879bd2ef858: Verifying Checksum 07:08:31 0879bd2ef858: Download complete 07:08:32 36b3adc4ff6f: Pull complete 07:08:32 8ad3a11d3b57: Pull complete 07:08:32 46f8f816bc3b: Pull complete 07:08:33 0dadc02b9964: Pull complete 07:08:33 ce6a7cf60c04: Pull complete 07:08:33 7a184a31f384: Pull complete 07:08:36 0879bd2ef858: Pull complete 07:08:36 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 07:08:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:08:36 prd-centos7-docker-4c-2g-1248 does not seem to be running inside a container 07:08:36 $ 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-258 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-258:/w/workspace/edgexfoundry_edgex-ui-go_PR-258:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-258@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 07:08:42 $ docker top 8489ce14e3fa02b9b2b6ae57f2258b74ba9bca48b56371143f45a65f69ccfdf3 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:42 + mkdir -p /var/log/sa [Pipeline] sh 07:08:43 + ls /var/log/sa-host 07:08:43 + sadf -c /var/log/sa-host/sa03 07:08:43 file_magic: OK 07:08:43 HZ: Using current value: 100 07:08:43 file_header: OK 07:08:43 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 07:08:43 Statistics: 07:08:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:08:43 File successfully converted to sysstat format version 12.2.1 07:08:43 + sadf -c /var/log/sa-host/sa05 07:08:43 file_magic: OK 07:08:43 HZ: Using current value: 100 07:08:43 file_header: OK 07:08:43 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 07:08:43 Statistics: 07:08:43 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:08:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:08:43 provisioning config files... 07:08:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-258@tmp/config5767704103671281031tmp [Pipeline] { [Pipeline] echo 07:08:43 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:08:43 ---> create-netrc.sh [Pipeline] echo 07:08:43 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:08:44 ---> logs-deploy.sh 07:08:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-258/2 07:08:44 INFO: archiving workspace using pattern(s): 07:08:45 Archives upload complete. 07:08:45 INFO: archiving logs to Nexus