Pull request #345 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 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 rather than edff426c70898a952e2904740446956a262585cc Obtained Jenkinsfile from 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2298 in /w/workspace/edgexfoundry_edgex-ui-go_PR-345 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-345 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 into PR head commit edff426c70898a952e2904740446956a262585cc Merge succeeded, producing edff426c70898a952e2904740446956a262585cc Checking out Revision edff426c70898a952e2904740446956a262585cc (PR-345) > git config core.sparsecheckout # timeout=10 > git checkout -f edff426c70898a952e2904740446956a262585cc # 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 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 Commit message: "Merge branch 'master' into issue_#328" > git rev-list --no-walk 76b39649092ab4642e837cf9332bbd351649739f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:36:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:36:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:36:53 ========================================================= 07:36:53 EdgeX Global Pipelines Version Info 07:36:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:36:56 ------------------- 07:36:56 stable info: 07:36:56 ------------------- 07:36:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:36:56 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 07:36:56 Message: update stable to v1.0.190 07:36:57 ------------------- 07:36:57 experimental info: 07:36:57 ------------------- 07:36:57 Commited By: **** collab-it+edgex@linuxfoundation.org 07:36:57 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 07:36:57 Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-345 [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-345 [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-345 [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = edff426c70898a952e2904740446956a262585cc [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = edff426 [Pipeline] echo 07:36:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:36:58 provisioning config files... 07:36:59 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/config4448592960120746150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:59 ---> docker-login.sh 07:36:59 nexus3.edgexfoundry.org:10001 07:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:00 Configure a credential helper to remove this warning. See 07:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:00 07:37:00 Login Succeeded 07:37:00 nexus3.edgexfoundry.org:10002 07:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:01 Configure a credential helper to remove this warning. See 07:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:01 07:37:01 Login Succeeded 07:37:01 nexus3.edgexfoundry.org:10003 07:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:01 Configure a credential helper to remove this warning. See 07:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:01 07:37:01 Login Succeeded 07:37:01 nexus3.edgexfoundry.org:10004 07:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:02 Configure a credential helper to remove this warning. See 07:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:02 07:37:02 Login Succeeded 07:37:02 docker.io 07:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:03 Configure a credential helper to remove this warning. See 07:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:03 07:37:03 Login Succeeded 07:37:03 ---> docker-login.sh ends [Pipeline] } 07:37:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:37:03 + git log --format=format:%s -1 edff426c70898a952e2904740446956a262585cc [Pipeline] echo 07:37:03 GIT_COMMIT: edff426c70898a952e2904740446956a262585cc, Commit Message: Merge branch 'master' into issue_#328 [Pipeline] echo 07:37:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:37:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:37:04 07:37:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:37:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:37:05 latest: Pulling from edgex-devops/git-semver 07:37:05 31603596830f: Pulling fs layer 07:37:05 54011a49482f: Pulling fs layer 07:37:05 a6820b24f6d8: Pulling fs layer 07:37:05 f581987b2513: Pulling fs layer 07:37:05 f581987b2513: Waiting 07:37:05 54011a49482f: Download complete 07:37:06 31603596830f: Verifying Checksum 07:37:06 31603596830f: Download complete 07:37:07 f581987b2513: Verifying Checksum 07:37:07 f581987b2513: Download complete 07:37:07 a6820b24f6d8: Verifying Checksum 07:37:07 a6820b24f6d8: Download complete 07:37:07 31603596830f: Pull complete 07:37:07 54011a49482f: Pull complete 07:37:09 a6820b24f6d8: Pull complete 07:37:10 f581987b2513: Pull complete 07:37:10 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:37:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:37:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:37:10 prd-centos7-docker-4c-2g-2298 does not seem to be running inside a container 07:37:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-345 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345:/w/workspace/edgexfoundry_edgex-ui-go_PR-345:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:37:15 $ docker top 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:37:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:37:15 [ssh-agent] Looking for ssh-agent implementation... 07:37:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:37:16 $ docker exec 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 ssh-agent 07:37:16 SSH_AUTH_SOCK=/tmp/ssh-Rs1tIXoHql78/agent.11 07:37:16 SSH_AGENT_PID=16 07:37:16 Running ssh-add (command line suppressed) 07:37:17 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/private_key_6781907163934684860.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/private_key_6781907163934684860.key) 07:37:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:37:17 + git tag --points-at HEAD [Pipeline] } 07:37:17 $ docker exec --env ******** --env ******** 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 ssh-agent -k 07:37:17 unset SSH_AUTH_SOCK; 07:37:17 unset SSH_AGENT_PID; 07:37:17 echo Agent pid 16 killed; 07:37:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:37:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:37:18 [ssh-agent] Looking for ssh-agent implementation... 07:37:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:37:18 $ docker exec 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 ssh-agent 07:37:18 SSH_AUTH_SOCK=/tmp/ssh-CDQ7wYtywtHC/agent.47 07:37:18 SSH_AGENT_PID=52 07:37:18 Running ssh-add (command line suppressed) 07:37:19 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/private_key_5516279753417951532.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/private_key_5516279753417951532.key) 07:37:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:37:19 + git semver init 07:37:19 # -> Open(): unable to determine branch for HEAD 07:37:19 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-345/.git 07:37:19 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-345 07:37:19 # $SEMVER_REMOTE_NAME = origin 07:37:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:37:19 # $SEMVER_USER_NAME = edgex-jenkins 07:37:19 # $SEMVER_BRANCH = PR-345 07:37:19 # $SEMVER_TEMP = /tmp/semver-725948563 07:37:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:37:21 # '/tmp/semver-725948563' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-345/.semver' 07:37:21 # -> Force: false 07:37:21 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-345/.semver [Pipeline] } 07:37:21 $ docker exec --env ******** --env ******** 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 ssh-agent -k 07:37:22 unset SSH_AUTH_SOCK; 07:37:22 unset SSH_AGENT_PID; 07:37:22 echo Agent pid 52 killed; 07:37:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:37:22 + git semver [Pipeline] } 07:37:22 $ docker stop --time=1 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 07:37:24 $ docker rm -f 77a23e8a84ad642fdb728a73ea51a7891b2ad7da609de17a8ec5e24d10a36684 [Pipeline] // withDockerContainer [Pipeline] sh 07:37:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:37:26 Stashed 1 file(s) [Pipeline] echo 07:37:26 [edgeXSemver]: initialized semver on 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:37:41 Still waiting to schedule task 07:37:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:37:41 Still waiting to schedule task 07:37:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2299’ is offline 07:39:29 Running on prd-centos7-docker-4c-2g-2301 in /w/workspace/edgexfoundry_edgex-ui-go_PR-345 [Pipeline] { [Pipeline] ws 07:39:29 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 07:39:32 using credential edgex-jenkins-ssh 07:39:32 Cloning the remote Git repository 07:39:32 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:39:32 > git init /w/workspace/edgex-ui-go/2 # timeout=10 07:39:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:39:32 > git --version # timeout=10 07:39:32 > git --version # 'git version 2.24.3' 07:39:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:39:34 Merging remotes/origin/master commit 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 into PR head commit edff426c70898a952e2904740446956a262585cc 07:39:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:39:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:39:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:39:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:39:33 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:39:34 > git config core.sparsecheckout # timeout=10 07:39:34 > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 07:39:34 Merge succeeded, producing edff426c70898a952e2904740446956a262585cc 07:39:34 Checking out Revision edff426c70898a952e2904740446956a262585cc (PR-345) 07:39:34 > git remote # timeout=10 07:39:34 > git config --get remote.origin.url # timeout=10 07:39:34 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:34 > git merge 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 # timeout=10 07:39:34 > git rev-parse HEAD^{commit} # timeout=10 07:39:34 > git config core.sparsecheckout # timeout=10 07:39:34 > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 07:39:38 Commit message: "Merge branch 'master' into issue_#328" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:39:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:39:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:39:40 + sudo service docker restart 07:39:40 + true 07:39:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:39:41 provisioning config files... 07:39:41 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2324353800996793847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:39:42 ---> docker-login.sh 07:39:42 nexus3.edgexfoundry.org:10001 07:39:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:42 Configure a credential helper to remove this warning. See 07:39:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:42 07:39:42 Login Succeeded 07:39:42 nexus3.edgexfoundry.org:10002 07:39:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:42 Configure a credential helper to remove this warning. See 07:39:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:42 07:39:42 Login Succeeded 07:39:42 nexus3.edgexfoundry.org:10003 07:39:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:42 Configure a credential helper to remove this warning. See 07:39:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:42 07:39:42 Login Succeeded 07:39:42 nexus3.edgexfoundry.org:10004 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 docker.io 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 ---> docker-login.sh ends [Pipeline] } 07:39:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:39:43 ========================================================= 07:39:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:39:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:39:44 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 07:39:44 Sending build context to Docker daemon 34.91MB 07:39:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:39:44 Step 2/8 : FROM ${BASE} 07:39:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:39:44 188c0c94c7c5: Pulling fs layer 07:39:44 0ef7d3d256c8: Pulling fs layer 07:39:44 de9db76c5a1d: Pulling fs layer 07:39:44 bca2f99d35d6: Pulling fs layer 07:39:44 93359f2a8cfa: Pulling fs layer 07:39:44 7c6f9722023f: Pulling fs layer 07:39:44 a35cf1a2eb13: Pulling fs layer 07:39:44 bca2f99d35d6: Waiting 07:39:44 93359f2a8cfa: Waiting 07:39:44 a35cf1a2eb13: Waiting 07:39:44 de9db76c5a1d: Verifying Checksum 07:39:44 de9db76c5a1d: Download complete 07:39:44 0ef7d3d256c8: Verifying Checksum 07:39:44 0ef7d3d256c8: Download complete 07:39:44 93359f2a8cfa: Download complete 07:39:44 7c6f9722023f: Verifying Checksum 07:39:44 7c6f9722023f: Download complete 07:39:44 188c0c94c7c5: Verifying Checksum 07:39:44 188c0c94c7c5: Download complete 07:39:45 188c0c94c7c5: Pull complete 07:39:45 0ef7d3d256c8: Pull complete 07:39:45 de9db76c5a1d: Pull complete 07:39:47 a35cf1a2eb13: Verifying Checksum 07:39:47 a35cf1a2eb13: Download complete 07:39:47 bca2f99d35d6: Download complete 07:39:54 bca2f99d35d6: Pull complete 07:39:54 93359f2a8cfa: Pull complete 07:39:54 7c6f9722023f: Pull complete 07:39:59 a35cf1a2eb13: Pull complete 07:39:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:39:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:39:59 ---> a62c8e92a672 07:39:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:39:59 ---> Running in 054d0d709b73 07:40:00 Removing intermediate container 054d0d709b73 07:40:00 ---> 42859c5ef7b4 07:40:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:00 ---> Running in 58676ff3f802 07:40:01 Removing intermediate container 58676ff3f802 07:40:01 ---> 981d8d3742bb 07:40:01 Step 5/8 : RUN apk add --no-cache make git 07:40:01 ---> Running in 0c4b143c790e 07:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:40:03 OK: 166 MiB in 39 packages 07:40:03 Removing intermediate container 0c4b143c790e 07:40:03 ---> 788331794920 07:40:03 Step 6/8 : WORKDIR /edgex-ui-go 07:40:03 ---> Running in 0f12513175d8 07:40:03 Removing intermediate container 0f12513175d8 07:40:03 ---> a2595b8d82e3 07:40:03 Step 7/8 : COPY . . 07:40:08 ---> b8857d37387f 07:40:08 Step 8/8 : RUN go mod download 07:40:08 ---> Running in 33cd28b1a64b 07:40:34 Removing intermediate container 33cd28b1a64b 07:40:34 ---> 5f372e64fd4c 07:40:34 Successfully built 5f372e64fd4c 07:40:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:40:35 + docker inspect -f . ci-base-image-x86_64 07:40:35 . [Pipeline] withDockerContainer 07:40:35 prd-centos7-docker-4c-2g-2301 does not seem to be running inside a container 07:40:35 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:40:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2302 in /w/workspace/edgexfoundry_edgex-ui-go_PR-345 07:40:36 $ docker top 1df21882c9ab726fb3fb2a598f1f543eff771aac5c1ceee3cffe9837876f211f -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 07:40:36 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 07:40:36 + go version 07:40:36 go version go1.15.5 linux/amd64 [Pipeline] } 07:40:36 $ docker stop --time=1 1df21882c9ab726fb3fb2a598f1f543eff771aac5c1ceee3cffe9837876f211f 07:40:38 $ docker rm -f 1df21882c9ab726fb3fb2a598f1f543eff771aac5c1ceee3cffe9837876f211f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:40:38 + docker inspect -f . ci-base-image-x86_64 07:40:38 . [Pipeline] withDockerContainer 07:40:38 prd-centos7-docker-4c-2g-2301 does not seem to be running inside a container 07:40:39 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:40:39 $ docker top d86d429c72ed514178922aed800fa17e7de7632ed41b9802a201ca21c5b17484 -eo pid,comm [Pipeline] { [Pipeline] sh 07:40:40 + make test 07:40:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:40:41 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:40:42 using credential edgex-jenkins-ssh 07:40:42 Cloning the remote Git repository 07:40:42 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:40:42 > git init /w/workspace/edgex-ui-go/2 # timeout=10 07:40:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:40:42 > git --version # timeout=10 07:40:42 > git --version # 'git version 2.17.1' 07:40:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:40:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:40:45 Merging remotes/origin/master commit 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 into PR head commit edff426c70898a952e2904740446956a262585cc 07:40:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:40:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:40:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:40:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:40:44 using GIT_SSH to set credentials SSH Credentials for GitHub 07:40:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:40:45 > git config core.sparsecheckout # timeout=10 07:40:45 > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 07:40:46 Merge succeeded, producing edff426c70898a952e2904740446956a262585cc 07:40:46 Checking out Revision edff426c70898a952e2904740446956a262585cc (PR-345) 07:40:45 > git remote # timeout=10 07:40:45 > git config --get remote.origin.url # timeout=10 07:40:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:40:45 > git merge 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 # timeout=10 07:40:45 > git rev-parse HEAD^{commit} # timeout=10 07:40:46 > git config core.sparsecheckout # timeout=10 07:40:46 > git checkout -f edff426c70898a952e2904740446956a262585cc # timeout=10 07:40:50 Commit message: "Merge branch 'master' into issue_#328" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:40:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:40:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:40:53 + sudo service docker restart 07:40:53 + true 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:40:53 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:40:55 provisioning config files... 07:40:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config7376548672492452909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] } 07:40:55 $ docker stop --time=1 d86d429c72ed514178922aed800fa17e7de7632ed41b9802a201ca21c5b17484 07:40:56 ---> docker-login.sh 07:40:56 nexus3.edgexfoundry.org:10001 07:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:57 Configure a credential helper to remove this warning. See 07:40:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:57 07:40:57 Login Succeeded 07:40:57 nexus3.edgexfoundry.org:10002 07:40:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:58 Configure a credential helper to remove this warning. See 07:40:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:58 07:40:58 Login Succeeded 07:40:58 nexus3.edgexfoundry.org:10003 07:40:58 $ docker rm -f d86d429c72ed514178922aed800fa17e7de7632ed41b9802a201ca21c5b17484 07:40:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] sh 07:40:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:58 Configure a credential helper to remove this warning. See 07:40:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:58 07:40:58 Login Succeeded 07:40:58 nexus3.edgexfoundry.org:10004 07:40:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:40:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:59 Configure a credential helper to remove this warning. See 07:40:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:59 07:40:59 Login Succeeded 07:40:59 docker.io 07:40:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 07:40:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 07:40:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:59 Configure a credential helper to remove this warning. See 07:40:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:59 07:40:59 Login Succeeded 07:40:59 ---> docker-login.sh ends [Pipeline] } 07:40:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:41:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] echo 07:41:00 ========================================================= 07:41:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:41:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:41:00 + ls -al . 07:41:00 total 92 07:41:00 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 29 07:40 . 07:41:00 drwxrwxr-x. 4 jenkins jenkins 28 Apr 29 07:39 .. 07:41:00 drwxrwxr-x. 3 jenkins jenkins 20 Apr 29 07:39 assets 07:41:00 drwxrwxr-x. 2 jenkins jenkins 35 Apr 29 07:39 bin 07:41:00 drwxrwxr-x. 3 jenkins jenkins 29 Apr 29 07:39 cmd 07:41:00 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 29 07:39 CONTRIBUTING.md 07:41:00 -rw-r--r--. 1 jenkins jenkins 10 Apr 29 07:40 coverage.out 07:41:00 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 29 07:39 Dockerfile 07:41:00 -rw-rw-r--. 1 jenkins jenkins 902 Apr 29 07:39 Dockerfile.build 07:41:00 drwxrwxr-x. 5 jenkins jenkins 104 Apr 29 07:39 docs 07:41:00 drwxrwxr-x. 8 jenkins jenkins 179 Apr 29 07:39 .git 07:41:00 drwxrwxr-x. 2 jenkins jenkins 103 Apr 29 07:39 .github 07:41:00 -rw-rw-r--. 1 jenkins jenkins 162 Apr 29 07:39 .gitignore 07:41:00 -rw-rw-r--. 1 jenkins jenkins 987 Apr 29 07:39 go.mod 07:41:00 -rw-r--r--. 1 jenkins jenkins 22392 Apr 29 07:40 go.sum 07:41:00 drwxrwxr-x. 10 jenkins jenkins 139 Apr 29 07:39 internal 07:41:00 -rw-rw-r--. 1 jenkins jenkins 652 Apr 29 07:39 Jenkinsfile 07:41:00 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 29 07:39 LICENSE 07:41:00 -rw-rw-r--. 1 jenkins jenkins 951 Apr 29 07:39 Makefile 07:41:00 -rw-rw-r--. 1 jenkins jenkins 6012 Apr 29 07:39 README.md 07:41:00 -rw-rw-r--. 1 jenkins jenkins 5 Apr 29 07:37 VERSION 07:41:00 -rw-rw-r--. 1 jenkins jenkins 155 Apr 29 07:39 version.go 07:41:00 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 29 07:39 web [Pipeline] isUnix [Pipeline] sh 07:41:00 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 07:41:00 + 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=edff426c70898a952e2904740446956a262585cc --label arch=amd64 --label version=0.0.0 . 07:41:01 Sending build context to Docker daemon 34.94MB 07:41:01 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:41:01 Step 2/24 : FROM ${BASE} AS builder 07:41:01 ---> 5f372e64fd4c 07:41:01 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:41:01 Sending build context to Docker daemon 34.91MB 07:41:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:41:01 Step 2/8 : FROM ${BASE} 07:41:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:41:01 5f621e34cdf4: Pulling fs layer 07:41:01 a4357932f1b6: Pulling fs layer 07:41:01 18c013af1878: Pulling fs layer 07:41:01 00ac8860ef70: Pulling fs layer 07:41:01 63d7cb157983: Pulling fs layer 07:41:01 b116817d02f9: Pulling fs layer 07:41:01 745a02a5169b: Pulling fs layer 07:41:01 00ac8860ef70: Waiting 07:41:01 63d7cb157983: Waiting 07:41:01 b116817d02f9: Waiting 07:41:01 745a02a5169b: Waiting 07:41:01 18c013af1878: Verifying Checksum 07:41:01 18c013af1878: Download complete 07:41:02 a4357932f1b6: Download complete 07:41:02 63d7cb157983: Download complete 07:41:02 b116817d02f9: Verifying Checksum 07:41:02 b116817d02f9: Download complete 07:41:02 5f621e34cdf4: Verifying Checksum 07:41:02 5f621e34cdf4: Download complete 07:41:02 ---> Running in a726ebf186df 07:41:02 Removing intermediate container a726ebf186df 07:41:02 ---> 049927528691 07:41:02 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:41:02 ---> Running in 99bf5e8c857c 07:41:02 Removing intermediate container 99bf5e8c857c 07:41:02 ---> 958b2713e536 07:41:02 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:41:02 ---> Running in ecaf87c03f14 07:41:02 Removing intermediate container ecaf87c03f14 07:41:02 ---> 6ab00384f83f 07:41:02 Step 6/24 : LABEL Name=edgex-ui-go 07:41:02 ---> Running in 3b1cc85a38be 07:41:02 5f621e34cdf4: Pull complete 07:41:02 Removing intermediate container 3b1cc85a38be 07:41:02 ---> 57acc93a075b 07:41:02 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:41:02 ---> Running in 979635c0d868 07:41:03 Removing intermediate container 979635c0d868 07:41:03 ---> 59be161b59a4 07:41:03 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:03 ---> Running in 14f1a8d3b1ea 07:41:03 a4357932f1b6: Pull complete 07:41:03 18c013af1878: Pull complete 07:41:04 Removing intermediate container 14f1a8d3b1ea 07:41:04 ---> a13f9d6f72c6 07:41:04 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:41:04 ---> Running in d4b31937f87c 07:41:04 745a02a5169b: Verifying Checksum 07:41:04 745a02a5169b: Download complete 07:41:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:41:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:41:05 00ac8860ef70: Verifying Checksum 07:41:05 00ac8860ef70: Download complete 07:41:06 OK: 166 MiB in 39 packages 07:41:06 Removing intermediate container d4b31937f87c 07:41:06 ---> 7a6c5c016795 07:41:06 Step 10/24 : ENV GO111MODULE=on 07:41:06 ---> Running in 4d31ca4aeff1 07:41:06 Removing intermediate container 4d31ca4aeff1 07:41:06 ---> 47f3c7f07046 07:41:06 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:41:07 ---> Running in 83983adc1757 07:41:07 Removing intermediate container 83983adc1757 07:41:07 ---> 5825289b7126 07:41:07 Step 12/24 : COPY go.mod . 07:41:07 ---> ff0fe8a5b28d 07:41:07 Step 13/24 : COPY Makefile . 07:41:07 ---> a9a1fac83cde 07:41:07 Step 14/24 : RUN make update 07:41:08 ---> Running in 32058d521da8 07:41:08 CGO_ENABLED=0 GO111MODULE=on go mod download 07:41:08 Removing intermediate container 32058d521da8 07:41:08 ---> 9cba2cfa249a 07:41:08 Step 15/24 : COPY . . 07:41:12 ---> 26d4575ee126 07:41:12 Step 16/24 : RUN ${MAKE} 07:41:12 ---> Running in 87c487456aa4 07:41:13 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:41:16 00ac8860ef70: Pull complete 07:41:16 63d7cb157983: Pull complete 07:41:16 b116817d02f9: Pull complete 07:41:20 745a02a5169b: Pull complete 07:41:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:41:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:41:20 ---> b7e6874047d6 07:41:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:41:23 ---> Running in 6e1dae121d69 07:41:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:41:23 Removing intermediate container 6e1dae121d69 07:41:23 ---> 5f9c00c8387e 07:41:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:23 ---> Running in 138ef23f4569 07:41:26 Removing intermediate container 138ef23f4569 07:41:26 ---> cfa7a79c0fc2 07:41:26 Step 5/8 : RUN apk add --no-cache make git 07:41:26 ---> Running in 8ce4c561b4be 07:41:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:27 Removing intermediate container 87c487456aa4 07:41:27 ---> 029d1e0cbd6e 07:41:27 Step 17/24 : FROM alpine:3.12 07:41:27 3.12: Pulling from library/alpine 07:41:27 339de151aab4: Pulling fs layer 07:41:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:28 339de151aab4: Verifying Checksum 07:41:28 339de151aab4: Download complete 07:41:28 339de151aab4: Pull complete 07:41:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:41:28 Status: Downloaded newer image for alpine:3.12 07:41:28 ---> 13621d1b12d4 07:41:28 Step 18/24 : EXPOSE 4000 07:41:28 ---> Running in e44c35360b6b 07:41:28 Removing intermediate container e44c35360b6b 07:41:28 ---> 65290b9e7751 07:41:28 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:41:28 OK: 142 MiB in 39 packages 07:41:29 Removing intermediate container 8ce4c561b4be 07:41:29 ---> 440183ea6a53 07:41:29 Step 6/8 : WORKDIR /edgex-ui-go 07:41:29 ---> Running in 888d924e13d0 07:41:30 Removing intermediate container 888d924e13d0 07:41:30 ---> 770f72719211 07:41:30 Step 7/8 : COPY . . 07:41:30 ---> 9487b277c124 07:41:30 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:41:30 ---> Running in 19e59eafbf1e 07:41:30 Removing intermediate container 19e59eafbf1e 07:41:30 ---> df69969272ca 07:41:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:41:30 ---> Running in 101d1146cc9f 07:41:30 Removing intermediate container 101d1146cc9f 07:41:30 ---> f1beb945073c 07:41:30 Step 22/24 : LABEL arch=amd64 07:41:30 ---> Running in f13140a7a3c7 07:41:30 Removing intermediate container f13140a7a3c7 07:41:30 ---> d68f1cc758e4 07:41:30 Step 23/24 : LABEL git_sha=edff426c70898a952e2904740446956a262585cc 07:41:31 ---> Running in 8d502f7fb4d8 07:41:31 Removing intermediate container 8d502f7fb4d8 07:41:31 ---> ab595eb09e58 07:41:31 Step 24/24 : LABEL version=0.0.0 07:41:31 ---> Running in de9ea43a60fe 07:41:31 Removing intermediate container de9ea43a60fe 07:41:31 ---> 57fc299a25d1 07:41:31 [Warning] One or more build-args [ARCH] were not consumed 07:41:31 Successfully built 57fc299a25d1 07:41:31 Successfully tagged docker-edgex-ui-go:latest [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 Post stage [Pipeline] libraryResource [Pipeline] sh 07:41:32 ---> job-cost.sh 07:41:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-66Wm 07:41:33 ---> 146770a8e60b 07:41:33 Step 8/8 : RUN go mod download 07:41:33 ---> Running in 06af2eb12551 07:41:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:42:06 Removing intermediate container 06af2eb12551 07:42:06 ---> 5102c0f3be7b 07:42:06 Successfully built 5102c0f3be7b 07:42:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:42:06 + docker inspect -f . ci-base-image-arm64 07:42:06 . [Pipeline] withDockerContainer 07:42:06 prd-ubuntu18.04-docker-arm64-4c-16g-2302 does not seem to be running inside a container 07:42:06 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:42:08 $ docker top 01fb1509fd9f54b4e3e6a003c4f7d13d84a06b71313be5d3c2abeb9e6ce032d5 -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:09 + go version 07:42:09 go version go1.15.5 linux/arm64 [Pipeline] } 07:42:09 $ docker stop --time=1 01fb1509fd9f54b4e3e6a003c4f7d13d84a06b71313be5d3c2abeb9e6ce032d5 07:42:11 $ docker rm -f 01fb1509fd9f54b4e3e6a003c4f7d13d84a06b71313be5d3c2abeb9e6ce032d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:42:11 + docker inspect -f . ci-base-image-arm64 07:42:11 . [Pipeline] withDockerContainer 07:42:12 prd-ubuntu18.04-docker-arm64-4c-16g-2302 does not seem to be running inside a container 07:42:12 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:42:13 $ docker top 0bfa182b2d794f4145383b6e06cef8ea92645424bef94e22c4621425f782ec17 -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:14 + make test 07:42:14 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:42:16 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:42:19 lf-activate-venv(): INFO: Adding /tmp/venv-66Wm/bin to PATH 07:42:19 INFO: No Stack... 07:42:19 INFO: Retrieving Pricing Info for: v1-standard-2 07:42:19 INFO: Archiving Costs [Pipeline] sh 07:42:19 + cut -d, -f6 07:42:19 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 07:42:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] 07:42:19 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] did not exist. Created. 07:42:19 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:42:20 + echo total: 0.029999999329447746 [Pipeline] stash 07:42:20 Stashed 1 file(s) [Pipeline] } 07:42:20 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:42:48 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:42:48 GO111MODULE=on go vet ./... [Pipeline] } 07:42:50 $ docker stop --time=1 0bfa182b2d794f4145383b6e06cef8ea92645424bef94e22c4621425f782ec17 07:42:53 $ docker rm -f 0bfa182b2d794f4145383b6e06cef8ea92645424bef94e22c4621425f782ec17 [Pipeline] // withDockerContainer [Pipeline] sh 07:42:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:42:54 Warning: overwriting stash ‘coverage-report’ 07:42:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:42:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:42:55 + ls -al . 07:42:55 total 124 07:42:55 drwxrwxr-x 10 jenkins jenkins 4096 Apr 29 07:42 . 07:42:55 drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 07:40 .. 07:42:55 drwxrwxr-x 8 jenkins jenkins 4096 Apr 29 07:40 .git 07:42:55 drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 07:40 .github 07:42:55 -rw-rw-r-- 1 jenkins jenkins 162 Apr 29 07:40 .gitignore 07:42:55 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 29 07:40 CONTRIBUTING.md 07:42:55 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 29 07:40 Dockerfile 07:42:55 -rw-rw-r-- 1 jenkins jenkins 902 Apr 29 07:40 Dockerfile.build 07:42:55 -rw-rw-r-- 1 jenkins jenkins 652 Apr 29 07:40 Jenkinsfile 07:42:55 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 29 07:40 LICENSE 07:42:55 -rw-rw-r-- 1 jenkins jenkins 951 Apr 29 07:40 Makefile 07:42:55 -rw-rw-r-- 1 jenkins jenkins 6012 Apr 29 07:40 README.md 07:42:55 -rw-rw-r-- 1 jenkins jenkins 5 Apr 29 07:37 VERSION 07:42:55 drwxrwxr-x 3 jenkins jenkins 4096 Apr 29 07:40 assets 07:42:55 drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 07:40 bin 07:42:55 drwxrwxr-x 3 jenkins jenkins 4096 Apr 29 07:40 cmd 07:42:55 -rw-r--r-- 1 jenkins jenkins 10 Apr 29 07:42 coverage.out 07:42:55 drwxrwxr-x 5 jenkins jenkins 4096 Apr 29 07:40 docs 07:42:55 -rw-rw-r-- 1 jenkins jenkins 987 Apr 29 07:40 go.mod 07:42:55 -rw-r--r-- 1 jenkins jenkins 22392 Apr 29 07:42 go.sum 07:42:55 drwxrwxr-x 10 jenkins jenkins 4096 Apr 29 07:40 internal 07:42:55 -rw-rw-r-- 1 jenkins jenkins 155 Apr 29 07:40 version.go 07:42:55 drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 07:40 web [Pipeline] isUnix [Pipeline] sh 07:42:55 + 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=edff426c70898a952e2904740446956a262585cc --label arch=arm64 --label version=0.0.0 . 07:42:56 Sending build context to Docker daemon 34.94MB 07:42:56 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:42:56 Step 2/24 : FROM ${BASE} AS builder 07:42:56 ---> 5102c0f3be7b 07:42:56 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:42:57 ---> Running in 9e198cd5cc3c 07:42:58 Removing intermediate container 9e198cd5cc3c 07:42:58 ---> 2d8d720de0cb 07:42:58 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:42:58 ---> Running in 2211f76f77e4 07:42:58 Removing intermediate container 2211f76f77e4 07:42:58 ---> f1209a68e978 07:42:58 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:42:58 ---> Running in 05f9de8e2973 07:42:59 Removing intermediate container 05f9de8e2973 07:42:59 ---> c3268977f957 07:42:59 Step 6/24 : LABEL Name=edgex-ui-go 07:42:59 ---> Running in bf4959a70d6b 07:42:59 Removing intermediate container bf4959a70d6b 07:42:59 ---> 3883f9e94f90 07:42:59 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:42:59 ---> Running in 85ff83d51f91 07:43:00 Removing intermediate container 85ff83d51f91 07:43:00 ---> a80201dcb5c6 07:43:00 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:43:00 ---> Running in bb72ad7fec05 07:43:02 Removing intermediate container bb72ad7fec05 07:43:02 ---> 18c4ec9e3712 07:43:02 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:43:02 ---> Running in 96fdc016f700 07:43:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:05 OK: 142 MiB in 39 packages 07:43:06 Removing intermediate container 96fdc016f700 07:43:06 ---> 04df4c5669fa 07:43:06 Step 10/24 : ENV GO111MODULE=on 07:43:06 ---> Running in b4c10a386172 07:43:06 Removing intermediate container b4c10a386172 07:43:06 ---> 7a90fb024f5c 07:43:06 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:43:06 ---> Running in 444ee4b57f7a 07:43:07 Removing intermediate container 444ee4b57f7a 07:43:07 ---> 603cb2e93f30 07:43:07 Step 12/24 : COPY go.mod . 07:43:08 ---> 26677f0c2c4f 07:43:08 Step 13/24 : COPY Makefile . 07:43:08 ---> f7c9f1598a1b 07:43:08 Step 14/24 : RUN make update 07:43:08 ---> Running in fda21e776db6 07:43:09 CGO_ENABLED=0 GO111MODULE=on go mod download 07:43:11 Removing intermediate container fda21e776db6 07:43:11 ---> 5718f2830d87 07:43:11 Step 15/24 : COPY . . 07:43:14 ---> 401d301f9d00 07:43:14 Step 16/24 : RUN ${MAKE} 07:43:14 ---> Running in 3ea2a355de25 07:43:15 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:43:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:43:49 Removing intermediate container 3ea2a355de25 07:43:49 ---> 3f4b1af0e7e0 07:43:49 Step 17/24 : FROM alpine:3.12 07:43:49 3.12: Pulling from library/alpine 07:43:49 d2f70382dc9a: Pulling fs layer 07:43:49 d2f70382dc9a: Verifying Checksum 07:43:49 d2f70382dc9a: Download complete 07:43:49 d2f70382dc9a: Pull complete 07:43:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:43:49 Status: Downloaded newer image for alpine:3.12 07:43:49 ---> 9852663dfa18 07:43:49 Step 18/24 : EXPOSE 4000 07:43:49 ---> Running in 57b419a8879f 07:43:50 Removing intermediate container 57b419a8879f 07:43:50 ---> 03c2d2eae8dd 07:43:50 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:43:53 ---> 5a7564ae2baf 07:43:53 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:43:53 ---> Running in 59d51b27af29 07:43:53 Removing intermediate container 59d51b27af29 07:43:53 ---> c5278c3b172e 07:43:53 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:43:53 ---> Running in 695ab9e66b7b 07:43:53 Removing intermediate container 695ab9e66b7b 07:43:53 ---> 2b344ad2eaff 07:43:53 Step 22/24 : LABEL arch=arm64 07:43:53 ---> Running in 6df7ac35c92d 07:43:54 Removing intermediate container 6df7ac35c92d 07:43:54 ---> 0aad83bd1419 07:43:54 Step 23/24 : LABEL git_sha=edff426c70898a952e2904740446956a262585cc 07:43:54 ---> Running in ac24a5597a7e 07:43:54 Removing intermediate container ac24a5597a7e 07:43:54 ---> 5f656a42703b 07:43:54 Step 24/24 : LABEL version=0.0.0 07:43:55 ---> Running in d6b1f01ea98a 07:43:55 Removing intermediate container d6b1f01ea98a 07:43:55 ---> 3f2b31e7b726 07:43:55 [Warning] One or more build-args [ARCH] were not consumed 07:43:55 Successfully built 3f2b31e7b726 07:43:55 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 Post stage [Pipeline] libraryResource [Pipeline] sh 07:43:56 ---> job-cost.sh 07:43:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wjfJ 07:44:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:45:56 lf-activate-venv(): INFO: Adding /tmp/venv-wjfJ/bin to PATH 07:45:56 INFO: No Stack... 07:45:56 INFO: Retrieving Pricing Info for: lf-standard-4 07:45:57 INFO: Archiving Costs [Pipeline] sh 07:45:57 + + cut -d,cat -f6 /w/workspace/edgex-ui-go/2/archives/cost.csv 07:45:57 [Pipeline] lock 07:45:57 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] 07:45:57 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] did not exist. Created. 07:45:57 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:45:58 /w/workspace/edgex-ui-go/2@tmp/durable-87423f9c/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-87423f9c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:45:58 + echo total: 0.20999999344348907 [Pipeline] stash 07:45:58 Warning: overwriting stash ‘stack-cost’ 07:45:58 Stashed 1 file(s) [Pipeline] } 07:45:58 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-345-2-stack-cost] [Pipeline] // lock [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:45:59 provisioning config files... 07:45:59 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/config3954841133845319819tmp [Pipeline] { [Pipeline] sh 07:45:59 + set +x 07:45:59 + curl -s https://codecov.io/bash 07:45:59 + bash -s -- 07:46:00 07:46:00 _____ _ 07:46:00 / ____| | | 07:46:00 | | ___ __| | ___ ___ _____ __ 07:46:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:46:00 | |___| (_) | (_| | __/ (_| (_) \ V / 07:46:00 \_____\___/ \__,_|\___|\___\___/ \_/ 07:46:00 Bash-1.0.2 07:46:00 07:46:00 07:46:00 ==> git version 2.24.3 found 07:46:00 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 07:46:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:46:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:46:00 ==> Jenkins CI detected. 07:46:00 project root: . 07:46:00 --> token set from env 07:46:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:46:00 ==> Running gcov in . (disable via -X gcov) 07:46:00 ==> Python coveragepy not found 07:46:00 ==> Searching for coverage reports in: 07:46:00 + . 07:46:00 -> Found 1 reports 07:46:00 ==> Detecting git/mercurial file structure 07:46:00 ==> Reading reports 07:46:00 + ./coverage.out bytes=10 07:46:00 ==> Appending adjustments 07:46:00 https://docs.codecov.io/docs/fixing-reports 07:46:01 + Found adjustments 07:46:01 ==> Gzipping contents 07:46:01 4.0K /tmp/codecov.fIPAsH.gz 07:46:01 ==> Uploading reports 07:46:01 url: https://codecov.io 07:46:01 query: branch=PR-345&commit=edff426c70898a952e2904740446956a262585cc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-345%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=345&job=&cmd_args= 07:46:01 -> Pinging Codecov 07:46:01 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-345&commit=edff426c70898a952e2904740446956a262585cc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-345%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=345&job=&cmd_args= 07:46:01 -> Uploading to 07:46:01 https://storage.googleapis.com/codecov/v4/raw/2021-04-29/FB506323287CE973F263BFD2A0EB1F37/edff426c70898a952e2904740446956a262585cc/fa80e4a9-a0b4-4b1f-a957-b9f6ff12d292.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210429%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210429T074601Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1131f232b3841eb99f936bdaec3774e35d3452325d22498318be83c3d651b40 07:46:01 % Total % Received % Xferd Average Speed Time Time Time Current 07:46:01 Dload Upload Total Spent Left Speed 07:46:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6375 --:--:-- --:--:-- --:--:-- 6386 07:46:02 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/edff426c70898a952e2904740446956a262585cc [Pipeline] } 07:46:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) 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:46:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:46:05 ---> package-listing.sh 07:46:05 ++ tr '[:upper:]' '[:lower:]' 07:46:05 ++ facter osfamily 07:46:05 + OS_FAMILY=redhat 07:46:05 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-345 07:46:05 + START_PACKAGES=/tmp/packages_start.txt 07:46:05 + END_PACKAGES=/tmp/packages_end.txt 07:46:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:46:05 + PACKAGES=/tmp/packages_start.txt 07:46:05 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-345 ']' 07:46:05 + PACKAGES=/tmp/packages_end.txt 07:46:05 + case "${OS_FAMILY}" in 07:46:05 + sort 07:46:05 + rpm -qa 07:46:14 + '[' -f /tmp/packages_start.txt ']' 07:46:14 + '[' -f /tmp/packages_end.txt ']' 07:46:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:46:14 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-345 ']' 07:46:14 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-345/archives/ 07:46:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-345/archives/ [Pipeline] echo 07:46:14 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:46:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:46:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:46:16 07:46:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:46:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:46:17 alpine: Pulling from edgex-lftools-log-publisher 07:46:17 df20fa9351a1: Pulling fs layer 07:46:17 36b3adc4ff6f: Pulling fs layer 07:46:17 8ad3a11d3b57: Pulling fs layer 07:46:17 46f8f816bc3b: Pulling fs layer 07:46:17 93b61091891f: Pulling fs layer 07:46:17 93b9cdb0e59b: Pulling fs layer 07:46:17 5e14af77c1be: Pulling fs layer 07:46:17 01666e4c0597: Pulling fs layer 07:46:17 aa168da1d23b: Pulling fs layer 07:46:17 93b9cdb0e59b: Waiting 07:46:17 5e14af77c1be: Waiting 07:46:17 01666e4c0597: Waiting 07:46:17 aa168da1d23b: Waiting 07:46:17 46f8f816bc3b: Waiting 07:46:17 36b3adc4ff6f: Download complete 07:46:17 46f8f816bc3b: Verifying Checksum 07:46:17 46f8f816bc3b: Download complete 07:46:17 df20fa9351a1: Verifying Checksum 07:46:17 df20fa9351a1: Download complete 07:46:17 93b9cdb0e59b: Verifying Checksum 07:46:17 93b9cdb0e59b: Download complete 07:46:17 5e14af77c1be: Verifying Checksum 07:46:17 5e14af77c1be: Download complete 07:46:17 01666e4c0597: Verifying Checksum 07:46:17 01666e4c0597: Download complete 07:46:17 93b61091891f: Verifying Checksum 07:46:17 93b61091891f: Download complete 07:46:18 df20fa9351a1: Pull complete 07:46:18 8ad3a11d3b57: Verifying Checksum 07:46:18 8ad3a11d3b57: Download complete 07:46:19 36b3adc4ff6f: Pull complete 07:46:22 8ad3a11d3b57: Pull complete 07:46:22 46f8f816bc3b: Pull complete 07:46:24 93b61091891f: Pull complete 07:46:24 93b9cdb0e59b: Pull complete 07:46:25 5e14af77c1be: Pull complete 07:46:25 01666e4c0597: Pull complete 07:46:27 aa168da1d23b: Verifying Checksum 07:46:27 aa168da1d23b: Download complete 07:46:47 aa168da1d23b: Pull complete 07:46:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:46:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:46:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:46:47 prd-centos7-docker-4c-2g-2298 does not seem to be running inside a container 07:46:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-345 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345:/w/workspace/edgexfoundry_edgex-ui-go_PR-345:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:46:52 $ docker top a5c8553ff0b4f3252415cc517292821b2512f9d6438e83ddd155085a3826f8e5 -eo pid,comm [Pipeline] { [Pipeline] sh 07:46:53 + touch /tmp/pre-build-complete [Pipeline] sh 07:46:54 + mkdir -p /var/log/sa [Pipeline] sh 07:46:54 + ls /var/log/sa-host 07:46:54 + sadf -c /var/log/sa-host/sa23 07:46:55 file_magic: OK 07:46:55 HZ: Using current value: 100 07:46:55 file_header: OK 07:46:55 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:46:55 Statistics: 07:46:55 Hnuu...uuuununununu... 07:46:55 File successfully converted to sysstat format version 12.2.1 07:46:55 + sadf -c /var/log/sa-host/sa29 07:46:55 file_magic: OK 07:46:55 HZ: Using current value: 100 07:46:55 file_header: OK 07:46:55 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:46:55 Statistics: 07:46:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:46:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:46:55 provisioning config files... 07:46:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-345@tmp/config8895278809774189956tmp [Pipeline] { [Pipeline] echo 07:46:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:46:56 ---> create-netrc.sh [Pipeline] } 07:46:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:46:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:46:57 ---> python-tools-install.sh [Pipeline] echo 07:46:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:46:57 ---> sudo-logs.sh 07:46:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:46:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:46:58 ---> job-cost.sh 07:46:58 lf-activate-venv: SKIPPING 07:46:58 DEBUG: total: 0.20999999344348907 07:46:58 INFO: Retrieving Stack Cost... 07:46:59 INFO: Retrieving Pricing Info for: v1-standard-2 07:47:00 INFO: Archiving Costs [Pipeline] echo 07:47:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:47:00 ---> logs-deploy.sh 07:47:00 lf-activate-venv: SKIPPING 07:47:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-345/2 07:47:00 INFO: archiving workspace using pattern(s): 07:47:05 Archives upload complete. 07:47:05 INFO: archiving logs to Nexus