Pull request #301 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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f rather than 8c685b4446fe255e5dc60c4f89b67050ff6e2541 Obtained Jenkinsfile from de7c5c3e6b4481bff3e484d1404955fbb7d3e33f 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28458 in /w/workspace/edgexfoundry_edgex-ui-go_PR-301 [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-301 # 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 Merging remotes/origin/master commit de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 8c685b4446fe255e5dc60c4f89b67050ff6e2541 Merge succeeded, producing 8c685b4446fe255e5dc60c4f89b67050ff6e2541 Checking out Revision 8c685b4446fe255e5dc60c4f89b67050ff6e2541 (PR-301) > 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/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c685b4446fe255e5dc60c4f89b67050ff6e2541 # 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 de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c685b4446fe255e5dc60c4f89b67050ff6e2541 # timeout=10 Commit message: "Merge branch 'master' into issue_#261" First time build. Skipping changelog. > git rev-list --no-walk 4186e9157366e764244d88eeab6218434d4daf43 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:28:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:28:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:28:57 ========================================================= 10:28:57 EdgeX Global Pipelines Version Info 10:28:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:28:59 ------------------- 10:28:59 stable info: 10:28:59 ------------------- 10:28:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:28:59 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 10:28:59 Message: update stable to v1.0.184 10:29:00 ------------------- 10:29:00 experimental info: 10:29:00 ------------------- 10:29:00 Commited By: **** collab-it+edgex@linuxfoundation.org 10:29:00 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 10:29:00 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:29:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:29:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:29:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:29:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:29:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:29:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:29:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:29:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:29:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:29:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:29:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:29:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:29:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:29:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-301 [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-301 [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-301 [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c685b4446fe255e5dc60c4f89b67050ff6e2541 [Pipeline] echo 10:29:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c685b4 [Pipeline] echo 10:29:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:29:04 provisioning config files... 10:29:04 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/config6119695770281785104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:29:04 ---> docker-login.sh 10:29:04 nexus3.edgexfoundry.org:10001 10:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:05 Configure a credential helper to remove this warning. See 10:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:05 10:29:05 Login Succeeded 10:29:05 nexus3.edgexfoundry.org:10002 10:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:05 Configure a credential helper to remove this warning. See 10:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:05 10:29:05 Login Succeeded 10:29:05 nexus3.edgexfoundry.org:10003 10:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:05 Configure a credential helper to remove this warning. See 10:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:05 10:29:05 Login Succeeded 10:29:05 nexus3.edgexfoundry.org:10004 10:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:05 Configure a credential helper to remove this warning. See 10:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:05 10:29:05 Login Succeeded 10:29:05 docker.io 10:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:29:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:29:06 Configure a credential helper to remove this warning. See 10:29:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:29:06 10:29:06 Login Succeeded 10:29:06 ---> docker-login.sh ends [Pipeline] } 10:29:06 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 10:29:07 + git log --format=format:%s -1 8c685b4446fe255e5dc60c4f89b67050ff6e2541 [Pipeline] echo 10:29:07 GIT_COMMIT: 8c685b4446fe255e5dc60c4f89b67050ff6e2541, Commit Message: Merge branch 'master' into issue_#261 [Pipeline] echo 10:29:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:29:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:29:08 10:29:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:29:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:29:08 latest: Pulling from edgex-devops/git-semver 10:29:08 31603596830f: Pulling fs layer 10:29:08 2a8b12db71e7: Pulling fs layer 10:29:08 6ca5941a6612: Pulling fs layer 10:29:08 ecc8261a40a4: Pulling fs layer 10:29:08 ecc8261a40a4: Waiting 10:29:08 2a8b12db71e7: Verifying Checksum 10:29:08 2a8b12db71e7: Download complete 10:29:08 31603596830f: Verifying Checksum 10:29:08 31603596830f: Download complete 10:29:09 ecc8261a40a4: Verifying Checksum 10:29:09 ecc8261a40a4: Download complete 10:29:09 6ca5941a6612: Verifying Checksum 10:29:09 6ca5941a6612: Download complete 10:29:09 31603596830f: Pull complete 10:29:09 2a8b12db71e7: Pull complete 10:29:10 6ca5941a6612: Pull complete 10:29:11 ecc8261a40a4: Pull complete 10:29:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:29:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:29:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:29:11 prd-centos7-docker-4c-2g-28458 does not seem to be running inside a container 10:29:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-301 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-301:/w/workspace/edgexfoundry_edgex-ui-go_PR-301:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:29:13 $ docker top 9d33f0a93576e815e12dd6d02e92819e7bd42f375ca1fc2b81b231d6cdbdca26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:29:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:13 [ssh-agent] Looking for ssh-agent implementation... 10:29:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:13 $ docker exec 9d33f0a93576e815e12dd6d02e92819e7bd42f375ca1fc2b81b231d6cdbdca26 ssh-agent 10:29:13 SSH_AUTH_SOCK=/tmp/ssh-Fzh8uAFoFsqH/agent.11 10:29:13 SSH_AGENT_PID=16 10:29:13 Running ssh-add (command line suppressed) 10:29:14 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/private_key_1049983925958486747.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/private_key_1049983925958486747.key) 10:29:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:29:14 + git tag --points-at HEAD [Pipeline] } 10:29:14 $ docker exec --env ******** --env ******** 9d33f0a93576e815e12dd6d02e92819e7bd42f375ca1fc2b81b231d6cdbdca26 ssh-agent -k 10:29:14 unset SSH_AUTH_SOCK; 10:29:14 unset SSH_AGENT_PID; 10:29:14 echo Agent pid 16 killed; 10:29:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:29:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:29:14 [ssh-agent] Looking for ssh-agent implementation... 10:29:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:29:15 $ docker exec 9d33f0a93576e815e12dd6d02e92819e7bd42f375ca1fc2b81b231d6cdbdca26 ssh-agent 10:29:15 SSH_AUTH_SOCK=/tmp/ssh-Kzk9G0RSRvkg/agent.47 10:29:15 SSH_AGENT_PID=52 10:29:15 Running ssh-add (command line suppressed) 10:29:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/private_key_5756369168325747412.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/private_key_5756369168325747412.key) 10:29:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:29:15 + git semver init 10:29:15 # -> Open(): unable to determine branch for HEAD 10:29:15 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-301/.git 10:29:15 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-301 10:29:15 # $SEMVER_REMOTE_NAME = origin 10:29:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:29:15 # $SEMVER_USER_NAME = edgex-jenkins 10:29:15 # $SEMVER_BRANCH = PR-301 10:29:15 # $SEMVER_TEMP = /tmp/semver-820493557 10:29:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:29:17 # '/tmp/semver-820493557' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-301/.semver' 10:29:17 # -> Force: false 10:29:17 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-301/.semver [Pipeline] } 10:29:17 $ docker exec --env ******** --env ******** 9d33f0a93576e815e12dd6d02e92819e7bd42f375ca1fc2b81b231d6cdbdca26 ssh-agent -k 10:29:17 unset SSH_AUTH_SOCK; 10:29:17 unset SSH_AGENT_PID; 10:29:17 echo Agent pid 52 killed; 10:29:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:29:17 + git semver [Pipeline] } 10:29:17 $ docker stop --time=1 9d33f0a93576e815e12dd6d02e92819e7bd42f375ca1fc2b81b231d6cdbdca26 10:29:19 $ docker rm -f 9d33f0a93576e815e12dd6d02e92819e7bd42f375ca1fc2b81b231d6cdbdca26 [Pipeline] // withDockerContainer [Pipeline] sh 10:29:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:29:20 Stashed 1 file(s) [Pipeline] echo 10:29:20 [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 10:29:36 Still waiting to schedule task 10:29:36 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28458’ 10:29:36 Still waiting to schedule task 10:29:36 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:31:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28459 in /w/workspace/edgexfoundry_edgex-ui-go_PR-301 [Pipeline] { [Pipeline] ws 10:31:24 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 10:31:29 using credential edgex-jenkins-ssh 10:31:29 Cloning the remote Git repository 10:31:30 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:31:30 > git init /w/workspace/edgex-ui-go/2 # timeout=10 10:31:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:31:30 > git --version # timeout=10 10:31:30 > git --version # 'git version 2.17.1' 10:31:30 using GIT_SSH to set credentials SSH Credentials for GitHub 10:31:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:31:32 Merging remotes/origin/master commit de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 8c685b4446fe255e5dc60c4f89b67050ff6e2541 10:31:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:31:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:31:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:31:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:31:31 using GIT_SSH to set credentials SSH Credentials for GitHub 10:31:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:31:33 Merge succeeded, producing 8c685b4446fe255e5dc60c4f89b67050ff6e2541 10:31:33 Checking out Revision 8c685b4446fe255e5dc60c4f89b67050ff6e2541 (PR-301) 10:31:32 > git config core.sparsecheckout # timeout=10 10:31:32 > git checkout -f 8c685b4446fe255e5dc60c4f89b67050ff6e2541 # timeout=10 10:31:33 > git remote # timeout=10 10:31:33 > git config --get remote.origin.url # timeout=10 10:31:33 using GIT_SSH to set credentials SSH Credentials for GitHub 10:31:33 > git merge de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 10:31:33 > git rev-parse HEAD^{commit} # timeout=10 10:31:33 > git config core.sparsecheckout # timeout=10 10:31:33 > git checkout -f 8c685b4446fe255e5dc60c4f89b67050ff6e2541 # timeout=10 10:31:37 Commit message: "Merge branch 'master' into issue_#261" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:31:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:31:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:31:40 + true+ 10:31:40 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:31:42 provisioning config files... 10:31:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4520587950077667203tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:31:43 ---> docker-login.sh 10:31:43 nexus3.edgexfoundry.org:10001 10:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:44 Configure a credential helper to remove this warning. See 10:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:44 10:31:44 Login Succeeded 10:31:44 nexus3.edgexfoundry.org:10002 10:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:45 Configure a credential helper to remove this warning. See 10:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:45 10:31:45 Login Succeeded 10:31:45 nexus3.edgexfoundry.org:10003 10:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:45 Configure a credential helper to remove this warning. See 10:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:45 10:31:45 Login Succeeded 10:31:45 nexus3.edgexfoundry.org:10004 10:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:46 Configure a credential helper to remove this warning. See 10:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:46 10:31:46 Login Succeeded 10:31:46 docker.io 10:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:46 Configure a credential helper to remove this warning. See 10:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:46 10:31:46 Login Succeeded 10:31:46 ---> docker-login.sh ends [Pipeline] } 10:31:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:31:47 ========================================================= 10:31:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:31:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:31:47 + 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 . 10:31:48 Sending build context to Docker daemon 17.17MB 10:31:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:31:48 Step 2/8 : FROM ${BASE} 10:31:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:31:48 5f621e34cdf4: Pulling fs layer 10:31:48 a4357932f1b6: Pulling fs layer 10:31:48 18c013af1878: Pulling fs layer 10:31:48 00ac8860ef70: Pulling fs layer 10:31:48 63d7cb157983: Pulling fs layer 10:31:48 b116817d02f9: Pulling fs layer 10:31:48 745a02a5169b: Pulling fs layer 10:31:48 00ac8860ef70: Waiting 10:31:48 63d7cb157983: Waiting 10:31:48 745a02a5169b: Waiting 10:31:48 b116817d02f9: Waiting 10:31:48 18c013af1878: Verifying Checksum 10:31:48 18c013af1878: Download complete 10:31:48 a4357932f1b6: Download complete 10:31:48 63d7cb157983: Download complete 10:31:48 b116817d02f9: Download complete 10:31:48 5f621e34cdf4: Verifying Checksum 10:31:48 5f621e34cdf4: Download complete 10:31:49 5f621e34cdf4: Pull complete 10:31:50 a4357932f1b6: Pull complete 10:31:50 18c013af1878: Pull complete 10:31:51 745a02a5169b: Verifying Checksum 10:31:51 745a02a5169b: Download complete 10:31:52 00ac8860ef70: Verifying Checksum 10:31:52 00ac8860ef70: Download complete 10:31:58 Running on prd-centos7-docker-4c-2g-28460 in /w/workspace/edgexfoundry_edgex-ui-go_PR-301 [Pipeline] { [Pipeline] ws 10:31:58 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 10:32:01 using credential edgex-jenkins-ssh 10:32:01 Cloning the remote Git repository 10:32:01 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:32:01 > git init /w/workspace/edgex-ui-go/2 # timeout=10 10:32:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:32:01 > git --version # timeout=10 10:32:01 > git --version # 'git version 2.24.3' 10:32:01 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:32:02 00ac8860ef70: Pull complete 10:32:02 63d7cb157983: Pull complete 10:32:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:32:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:32:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:32:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:32:02 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/301/head:refs/remotes/origin/PR-301 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:32:03 b116817d02f9: Pull complete 10:32:03 Merging remotes/origin/master commit de7c5c3e6b4481bff3e484d1404955fbb7d3e33f into PR head commit 8c685b4446fe255e5dc60c4f89b67050ff6e2541 10:32:03 Merge succeeded, producing 8c685b4446fe255e5dc60c4f89b67050ff6e2541 10:32:03 Checking out Revision 8c685b4446fe255e5dc60c4f89b67050ff6e2541 (PR-301) 10:32:03 > git config core.sparsecheckout # timeout=10 10:32:03 > git checkout -f 8c685b4446fe255e5dc60c4f89b67050ff6e2541 # timeout=10 10:32:03 > git remote # timeout=10 10:32:03 > git config --get remote.origin.url # timeout=10 10:32:03 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:03 > git merge de7c5c3e6b4481bff3e484d1404955fbb7d3e33f # timeout=10 10:32:03 > git rev-parse HEAD^{commit} # timeout=10 10:32:03 > git config core.sparsecheckout # timeout=10 10:32:03 > git checkout -f 8c685b4446fe255e5dc60c4f89b67050ff6e2541 # timeout=10 10:32:07 745a02a5169b: Pull complete 10:32:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:32:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:32:07 ---> b7e6874047d6 10:32:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:32:07 Commit message: "Merge branch 'master' into issue_#261" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:32:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:32:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:32:09 + sudo service docker restart 10:32:09 + true 10:32:09 Redirecting to /bin/systemctl restart docker.service 10:32:10 ---> Running in 7106b687683b 10:32:10 Removing intermediate container 7106b687683b 10:32:10 ---> 628f6d977fe1 10:32:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:32:10 ---> Running in fd5a9f898af2 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:32:11 provisioning config files... 10:32:11 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3551968628257106999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:11 ---> docker-login.sh 10:32:11 nexus3.edgexfoundry.org:10001 10:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:12 Configure a credential helper to remove this warning. See 10:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:12 10:32:12 Login Succeeded 10:32:12 nexus3.edgexfoundry.org:10002 10:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:12 Configure a credential helper to remove this warning. See 10:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:12 10:32:12 Login Succeeded 10:32:12 nexus3.edgexfoundry.org:10003 10:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:12 Configure a credential helper to remove this warning. See 10:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:12 10:32:12 Login Succeeded 10:32:12 nexus3.edgexfoundry.org:10004 10:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:12 Configure a credential helper to remove this warning. See 10:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:12 10:32:12 Login Succeeded 10:32:12 docker.io 10:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:13 Removing intermediate container fd5a9f898af2 10:32:13 ---> b5e814f0078c 10:32:13 Step 5/8 : RUN apk add --no-cache make git 10:32:13 ---> Running in 771c416bdc8d 10:32:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:32:13 Configure a credential helper to remove this warning. See 10:32:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:32:13 10:32:13 Login Succeeded 10:32:13 ---> docker-login.sh ends [Pipeline] } 10:32:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:32:13 ========================================================= 10:32:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:32:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:32:13 + 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 . 10:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:32:14 Sending build context to Docker daemon 17.18MB 10:32:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:32:14 Step 2/8 : FROM ${BASE} 10:32:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:32:14 188c0c94c7c5: Pulling fs layer 10:32:14 0ef7d3d256c8: Pulling fs layer 10:32:14 de9db76c5a1d: Pulling fs layer 10:32:14 bca2f99d35d6: Pulling fs layer 10:32:14 93359f2a8cfa: Pulling fs layer 10:32:14 7c6f9722023f: Pulling fs layer 10:32:14 a35cf1a2eb13: Pulling fs layer 10:32:14 93359f2a8cfa: Waiting 10:32:14 7c6f9722023f: Waiting 10:32:14 a35cf1a2eb13: Waiting 10:32:14 bca2f99d35d6: Waiting 10:32:14 de9db76c5a1d: Verifying Checksum 10:32:14 de9db76c5a1d: Download complete 10:32:14 0ef7d3d256c8: Verifying Checksum 10:32:14 0ef7d3d256c8: Download complete 10:32:14 93359f2a8cfa: Verifying Checksum 10:32:14 93359f2a8cfa: Download complete 10:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:32:14 7c6f9722023f: Verifying Checksum 10:32:14 7c6f9722023f: Download complete 10:32:15 188c0c94c7c5: Download complete 10:32:15 188c0c94c7c5: Pull complete 10:32:15 0ef7d3d256c8: Pull complete 10:32:15 OK: 142 MiB in 39 packages 10:32:15 de9db76c5a1d: Pull complete 10:32:16 Removing intermediate container 771c416bdc8d 10:32:16 ---> 4d871489978b 10:32:16 Step 6/8 : WORKDIR /edgex-ui-go 10:32:16 a35cf1a2eb13: Verifying Checksum 10:32:16 a35cf1a2eb13: Download complete 10:32:16 ---> Running in 2688494e5424 10:32:17 bca2f99d35d6: Verifying Checksum 10:32:17 bca2f99d35d6: Download complete 10:32:17 Removing intermediate container 2688494e5424 10:32:17 ---> c7b32eb19b8c 10:32:17 Step 7/8 : COPY . . 10:32:19 ---> f4015738528e 10:32:19 Step 8/8 : RUN go mod download 10:32:19 ---> Running in bfe127c8af78 10:32:24 bca2f99d35d6: Pull complete 10:32:24 93359f2a8cfa: Pull complete 10:32:24 7c6f9722023f: Pull complete 10:32:28 a35cf1a2eb13: Pull complete 10:32:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:32:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:32:28 ---> a62c8e92a672 10:32:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:32:28 ---> Running in 2bb444643e80 10:32:28 Removing intermediate container 2bb444643e80 10:32:28 ---> 96aa92f7af27 10:32:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:32:29 ---> Running in 393f10dea123 10:32:30 Removing intermediate container 393f10dea123 10:32:30 ---> 0326b99a9187 10:32:30 Step 5/8 : RUN apk add --no-cache make git 10:32:30 ---> Running in f416f45b1cae 10:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:32:32 OK: 166 MiB in 39 packages 10:32:32 Removing intermediate container f416f45b1cae 10:32:32 ---> 0e2086a9675b 10:32:32 Step 6/8 : WORKDIR /edgex-ui-go 10:32:32 ---> Running in 5e9fca6e1d09 10:32:32 Removing intermediate container 5e9fca6e1d09 10:32:32 ---> 0971b00e2f7e 10:32:32 Step 7/8 : COPY . . 10:32:35 ---> d5dc6f9f801d 10:32:35 Step 8/8 : RUN go mod download 10:32:35 ---> Running in b52ef0e3d8fe 10:32:46 Removing intermediate container bfe127c8af78 10:32:46 ---> fea673fd2f83 10:32:46 Successfully built fea673fd2f83 10:32:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:32:46 + docker inspect -f . ci-base-image-arm64 10:32:46 . [Pipeline] withDockerContainer 10:32:46 prd-ubuntu18.04-docker-arm64-4c-16g-28459 does not seem to be running inside a container 10:32:46 $ 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 ******** ci-base-image-arm64 cat 10:32:48 $ docker top 0c60a564d710900bc911cf80f875e0e067b1861653069d1fb47a33dab93bcb4b -eo pid,comm [Pipeline] { [Pipeline] sh 10:32:49 + go version 10:32:49 go version go1.15.5 linux/arm64 [Pipeline] } 10:32:49 $ docker stop --time=1 0c60a564d710900bc911cf80f875e0e067b1861653069d1fb47a33dab93bcb4b 10:32:51 $ docker rm -f 0c60a564d710900bc911cf80f875e0e067b1861653069d1fb47a33dab93bcb4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:32:52 + docker inspect -f . ci-base-image-arm64 10:32:52 . [Pipeline] withDockerContainer 10:32:52 prd-ubuntu18.04-docker-arm64-4c-16g-28459 does not seem to be running inside a container 10:32:52 $ 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 ******** ci-base-image-arm64 cat 10:32:54 $ docker top 05d1ccab15747dca23b03fc55502a50214364c3ca815c9d47d60a716ff06a0f9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:32:55 + make test 10:32:55 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:32:56 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:33:02 Removing intermediate container b52ef0e3d8fe 10:33:02 ---> aa3ac397c6f8 10:33:02 Successfully built aa3ac397c6f8 10:33:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:33:02 + docker inspect -f . ci-base-image-x86_64 10:33:02 . [Pipeline] withDockerContainer 10:33:02 prd-centos7-docker-4c-2g-28460 does not seem to be running inside a container 10:33:02 $ 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 ******** ci-base-image-x86_64 cat 10:33:03 $ docker top 376e6f571c0e4b3d9e17721fdb9e15ede2da334b766f20395988a0eabbd06e19 -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:04 + go version 10:33:04 go version go1.15.5 linux/amd64 [Pipeline] } 10:33:04 $ docker stop --time=1 376e6f571c0e4b3d9e17721fdb9e15ede2da334b766f20395988a0eabbd06e19 10:33:05 $ docker rm -f 376e6f571c0e4b3d9e17721fdb9e15ede2da334b766f20395988a0eabbd06e19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:33:06 + docker inspect -f . ci-base-image-x86_64 10:33:06 . [Pipeline] withDockerContainer 10:33:06 prd-centos7-docker-4c-2g-28460 does not seem to be running inside a container 10:33: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 ******** ci-base-image-x86_64 cat 10:33:07 $ docker top cb14b4be37c902d74c85c0cd7a4b0cf222b3b38707e7aad4b7ce6b875794f8f8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:08 + make test 10:33:08 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:33:09 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:33:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:33:17 GO111MODULE=on go vet ./... [Pipeline] } 10:33:18 $ docker stop --time=1 cb14b4be37c902d74c85c0cd7a4b0cf222b3b38707e7aad4b7ce6b875794f8f8 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:33:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:33:18 GO111MODULE=on go vet ./... 10:33:21 $ docker rm -f cb14b4be37c902d74c85c0cd7a4b0cf222b3b38707e7aad4b7ce6b875794f8f8 [Pipeline] // withDockerContainer [Pipeline] sh 10:33:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] } 10:33:22 $ docker stop --time=1 05d1ccab15747dca23b03fc55502a50214364c3ca815c9d47d60a716ff06a0f9 10:33:22 Stashed 1 file(s) 10:33:24 $ docker rm -f 05d1ccab15747dca23b03fc55502a50214364c3ca815c9d47d60a716ff06a0f9 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 10:33:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:33:25 Warning: overwriting stash ‘coverage-report’ 10:33:25 Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 10:33:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 10:33:28 + ls -al . 10:33:28 total 88 10:33:28 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 4 10:33 . 10:33:28 drwxrwxr-x. 4 jenkins jenkins 28 Mar 4 10:32 .. 10:33:28 drwxrwxr-x. 3 jenkins jenkins 20 Mar 4 10:32 assets 10:33:28 drwxrwxr-x. 2 jenkins jenkins 35 Mar 4 10:32 bin 10:33:28 drwxrwxr-x. 3 jenkins jenkins 29 Mar 4 10:32 cmd 10:33:28 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 4 10:32 CONTRIBUTING.md 10:33:28 -rw-r--r--. 1 jenkins jenkins 10 Mar 4 10:33 coverage.out 10:33:28 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 4 10:32 Dockerfile 10:33:28 -rw-rw-r--. 1 jenkins jenkins 902 Mar 4 10:32 Dockerfile.build 10:33:28 drwxrwxr-x. 5 jenkins jenkins 104 Mar 4 10:32 docs 10:33:28 drwxrwxr-x. 8 jenkins jenkins 179 Mar 4 10:32 .git 10:33:28 drwxrwxr-x. 2 jenkins jenkins 103 Mar 4 10:32 .github 10:33:28 -rw-rw-r--. 1 jenkins jenkins 153 Mar 4 10:32 .gitignore 10:33:28 -rw-rw-r--. 1 jenkins jenkins 966 Mar 4 10:32 go.mod 10:33:28 -rw-r--r--. 1 jenkins jenkins 20277 Mar 4 10:33 go.sum 10:33:28 drwxrwxr-x. 10 jenkins jenkins 139 Mar 4 10:32 internal 10:33:28 -rw-rw-r--. 1 jenkins jenkins 652 Mar 4 10:32 Jenkinsfile 10:33:28 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 4 10:32 LICENSE 10:33:28 -rw-rw-r--. 1 jenkins jenkins 951 Mar 4 10:32 Makefile 10:33:28 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 4 10:32 README.md 10:33:28 -rw-rw-r--. 1 jenkins jenkins 5 Mar 4 10:29 VERSION 10:33:28 -rw-rw-r--. 1 jenkins jenkins 155 Mar 4 10:32 version.go 10:33:28 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 4 10:32 web [Pipeline] isUnix [Pipeline] sh 10:33:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:33:28 + 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=8c685b4446fe255e5dc60c4f89b67050ff6e2541 --label arch=amd64 --label version=0.0.0 . 10:33:28 Sending build context to Docker daemon 17.2MB 10:33:28 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:33:28 Step 2/24 : FROM ${BASE} AS builder 10:33:28 ---> aa3ac397c6f8 10:33:28 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:33:28 + ls -al . 10:33:28 total 120 10:33:28 drwxrwxr-x 10 jenkins jenkins 4096 Mar 4 10:32 . 10:33:28 drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 10:31 .. 10:33:28 drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 10:31 .git 10:33:28 drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 10:31 .github 10:33:28 -rw-rw-r-- 1 jenkins jenkins 153 Mar 4 10:31 .gitignore 10:33:28 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 4 10:31 CONTRIBUTING.md 10:33:28 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 4 10:31 Dockerfile 10:33:28 -rw-rw-r-- 1 jenkins jenkins 902 Mar 4 10:31 Dockerfile.build 10:33:28 -rw-rw-r-- 1 jenkins jenkins 652 Mar 4 10:31 Jenkinsfile 10:33:28 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 4 10:31 LICENSE 10:33:28 -rw-rw-r-- 1 jenkins jenkins 951 Mar 4 10:31 Makefile 10:33:28 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 4 10:31 README.md 10:33:28 -rw-rw-r-- 1 jenkins jenkins 5 Mar 4 10:29 VERSION 10:33:28 drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 10:31 assets 10:33:28 drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 10:31 bin 10:33:28 drwxrwxr-x 3 jenkins jenkins 4096 Mar 4 10:31 cmd 10:33:28 -rw-r--r-- 1 jenkins jenkins 10 Mar 4 10:32 coverage.out 10:33:28 drwxrwxr-x 5 jenkins jenkins 4096 Mar 4 10:31 docs 10:33:28 -rw-rw-r-- 1 jenkins jenkins 966 Mar 4 10:31 go.mod 10:33:28 -rw-r--r-- 1 jenkins jenkins 20277 Mar 4 10:32 go.sum 10:33:28 drwxrwxr-x 10 jenkins jenkins 4096 Mar 4 10:31 internal 10:33:28 -rw-rw-r-- 1 jenkins jenkins 155 Mar 4 10:31 version.go 10:33:28 drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 10:31 web [Pipeline] isUnix [Pipeline] sh 10:33:29 + 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=8c685b4446fe255e5dc60c4f89b67050ff6e2541 --label arch=arm64 --label version=0.0.0 . 10:33:29 ---> Running in 57e5a03a6d19 10:33:29 Removing intermediate container 57e5a03a6d19 10:33:29 ---> 0a8b3c37a867 10:33:29 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:33:29 ---> Running in 4d5437be0f32 10:33:29 Sending build context to Docker daemon 17.2MB 10:33:29 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:33:29 Step 2/24 : FROM ${BASE} AS builder 10:33:29 ---> fea673fd2f83 10:33:29 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:33:29 Removing intermediate container 4d5437be0f32 10:33:29 ---> 704a7ea10c21 10:33:29 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:33:29 ---> Running in 8509cb712470 10:33:29 Removing intermediate container 8509cb712470 10:33:29 ---> e8839984b073 10:33:29 Step 6/24 : LABEL Name=edgex-ui-go 10:33:29 ---> Running in 1198978ecf72 10:33:30 ---> Running in 4c6564220b3b 10:33:30 Removing intermediate container 1198978ecf72 10:33:30 ---> 3c83d181f963 10:33:30 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:33:30 ---> Running in 4d1994eb409c 10:33:30 Removing intermediate container 4d1994eb409c 10:33:30 ---> af69809223f7 10:33:30 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:33:30 ---> Running in 9ed875293b1b 10:33:30 Removing intermediate container 4c6564220b3b 10:33:30 ---> c0674f02bc1d 10:33:30 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:33:30 ---> Running in cdf5e115a418 10:33:31 Removing intermediate container cdf5e115a418 10:33:31 ---> e8c5d8c2a89e 10:33:31 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:33:31 ---> Running in 1c405103171c 10:33:31 Removing intermediate container 9ed875293b1b 10:33:31 ---> 09e6b237c109 10:33:31 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:33:31 ---> Running in d4df6dcda086 10:33:31 Removing intermediate container 1c405103171c 10:33:31 ---> bef6f98f777f 10:33:31 Step 6/24 : LABEL Name=edgex-ui-go 10:33:31 ---> Running in 7052210eafec 10:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:33:32 Removing intermediate container 7052210eafec 10:33:32 ---> 6051987e0acc 10:33:32 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:33:32 ---> Running in 8c0326afe8dc 10:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:33:33 Removing intermediate container 8c0326afe8dc 10:33:33 ---> 1eeabb59335f 10:33:33 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:33:33 ---> Running in 98a55b881b83 10:33:33 OK: 166 MiB in 39 packages 10:33:34 Removing intermediate container d4df6dcda086 10:33:34 ---> bd216013132e 10:33:34 Step 10/24 : ENV GO111MODULE=on 10:33:34 ---> Running in 855570a4ce59 10:33:34 Removing intermediate container 855570a4ce59 10:33:34 ---> ea479d2f5ea7 10:33:34 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:33:34 ---> Running in 728765b5ef12 10:33:34 Removing intermediate container 728765b5ef12 10:33:34 ---> 0df56139f1af 10:33:34 Step 12/24 : COPY go.mod . 10:33:35 ---> cd6e0bed14ed 10:33:35 Step 13/24 : COPY Makefile . 10:33:35 Removing intermediate container 98a55b881b83 10:33:35 ---> 3f77a06fa484 10:33:35 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:33:35 ---> 4d8f44da0b52 10:33:35 Step 14/24 : RUN make update 10:33:35 ---> Running in c4af6397fbb8 10:33:35 ---> Running in 0a60154a9dec 10:33:35 CGO_ENABLED=0 GO111MODULE=on go mod download 10:33:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:33:36 Removing intermediate container c4af6397fbb8 10:33:36 ---> 5945df545846 10:33:36 Step 15/24 : COPY . . 10:33:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:33:38 OK: 142 MiB in 39 packages 10:33:38 ---> da9438c11078 10:33:38 Step 16/24 : RUN ${MAKE} 10:33:38 ---> Running in 3a6e70473075 10:33:38 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 10:33:39 Removing intermediate container 0a60154a9dec 10:33:39 ---> 5fa88db325d6 10:33:39 Step 10/24 : ENV GO111MODULE=on 10:33:39 ---> Running in fbd418a4dcae 10:33:40 Removing intermediate container fbd418a4dcae 10:33:40 ---> 3058d8c98955 10:33:40 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:33:40 ---> Running in f6ac21ec54ab 10:33:40 Removing intermediate container f6ac21ec54ab 10:33:40 ---> bc1122e1a5dc 10:33:40 Step 12/24 : COPY go.mod . 10:33:41 ---> fc4a6372fcd4 10:33:41 Step 13/24 : COPY Makefile . 10:33:42 ---> 9f7f73ae24c3 10:33:42 Step 14/24 : RUN make update 10:33:42 ---> Running in 8b7b75c156cc 10:33:43 CGO_ENABLED=0 GO111MODULE=on go mod download 10:33:44 Removing intermediate container 8b7b75c156cc 10:33:44 ---> 15356104f276 10:33:44 Step 15/24 : COPY . . 10:33:46 ---> bf17a6f22091 10:33:46 Step 16/24 : RUN ${MAKE} 10:33:46 ---> Running in a998d58fbc42 10:33:47 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:33:48 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 10:33:49 Removing intermediate container 3a6e70473075 10:33:49 ---> a9ae341b4e13 10:33:49 Step 17/24 : FROM alpine:3.12 10:33:50 3.12: Pulling from library/alpine 10:33:50 f84cab65f19f: Pulling fs layer 10:33:50 f84cab65f19f: Verifying Checksum 10:33:50 f84cab65f19f: Download complete 10:33:50 f84cab65f19f: Pull complete 10:33:50 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:33:50 Status: Downloaded newer image for alpine:3.12 10:33:50 ---> 88dd2752d2ea 10:33:50 Step 18/24 : EXPOSE 4000 10:33:50 ---> Running in 4c5802c45a37 10:33:51 Removing intermediate container 4c5802c45a37 10:33:51 ---> 546b1cd3639d 10:33:51 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 10:33:52 ---> f59e4cb5f66b 10:33:52 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:33:52 ---> Running in 46db87840c12 10:33:52 Removing intermediate container 46db87840c12 10:33:52 ---> bb9563b849fa 10:33:52 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:33:52 ---> Running in ab128d7012aa 10:33:52 Removing intermediate container ab128d7012aa 10:33:52 ---> 1c750013fdb5 10:33:52 Step 22/24 : LABEL arch=amd64 10:33:52 ---> Running in 89e0d336a4aa 10:33:52 Removing intermediate container 89e0d336a4aa 10:33:52 ---> b3698322b7c6 10:33:52 Step 23/24 : LABEL git_sha=8c685b4446fe255e5dc60c4f89b67050ff6e2541 10:33:52 ---> Running in fa3aec109ea1 10:33:53 Removing intermediate container fa3aec109ea1 10:33:53 ---> fd9f38799467 10:33:53 Step 24/24 : LABEL version=0.0.0 10:33:53 ---> Running in e9067c95573a 10:33:53 Removing intermediate container e9067c95573a 10:33:53 ---> 0466a12ee84a 10:33:53 [Warning] One or more build-args [ARCH] were not consumed 10:33:53 Successfully built 0466a12ee84a 10:33:53 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 10:33:54 ---> job-cost.sh 10:33:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7WRN 10:34:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:34:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:34:13 Removing intermediate container a998d58fbc42 10:34:13 ---> ac14c8bac36d 10:34:13 Step 17/24 : FROM alpine:3.12 10:34:14 3.12: Pulling from library/alpine 10:34:14 dce8679b510e: Pulling fs layer 10:34:14 dce8679b510e: Verifying Checksum 10:34:14 dce8679b510e: Download complete 10:34:15 dce8679b510e: Pull complete 10:34:15 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:34:15 Status: Downloaded newer image for alpine:3.12 10:34:15 ---> d10569e2745f 10:34:15 Step 18/24 : EXPOSE 4000 10:34:15 ---> Running in a2d87876e85e 10:34:16 Removing intermediate container a2d87876e85e 10:34:16 ---> cb92885e2783 10:34: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 10:34:17 ---> fd22ba278574 10:34:17 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:34:17 ---> Running in a132b09c3785 10:34:18 Removing intermediate container a132b09c3785 10:34:18 ---> f34fa5b8209b 10:34:18 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:34:18 ---> Running in a4d482c51662 10:34:18 Removing intermediate container a4d482c51662 10:34:18 ---> 4ed1a2e54dd8 10:34:18 Step 22/24 : LABEL arch=arm64 10:34:19 ---> Running in cd362e103e29 10:34:19 Removing intermediate container cd362e103e29 10:34:19 ---> 97c32c8eb474 10:34:19 Step 23/24 : LABEL git_sha=8c685b4446fe255e5dc60c4f89b67050ff6e2541 10:34:19 ---> Running in be03d090e501 10:34:19 Removing intermediate container be03d090e501 10:34:19 ---> 22eb341a435b 10:34:19 Step 24/24 : LABEL version=0.0.0 10:34:20 ---> Running in ae7dd1dac761 10:34:20 Removing intermediate container ae7dd1dac761 10:34:20 ---> 83e097eb3284 10:34:20 [Warning] One or more build-args [ARCH] were not consumed 10:34:20 Successfully built 83e097eb3284 10:34: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 Post stage [Pipeline] libraryResource [Pipeline] sh 10:34:21 ---> job-cost.sh 10:34:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vzJr 10:34:45 lf-activate-venv(): INFO: Adding /tmp/venv-7WRN/bin to PATH 10:34:45 INFO: No Stack... 10:34:45 INFO: Retrieving Pricing Info for: v1-standard-2 10:34:45 INFO: Archiving Costs [Pipeline] sh 10:34:45 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 10:34:45 + cut -d, -f6 [Pipeline] lock 10:34:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-301-2-stack-cost] 10:34:45 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-301-2-stack-cost] did not exist. Created. 10:34:45 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-301-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:34:45 + echo total: 0.029999999329447746 [Pipeline] stash 10:34:46 Stashed 1 file(s) [Pipeline] } 10:34:46 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-301-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:35:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:37:07 lf-activate-venv(): INFO: Adding /tmp/venv-vzJr/bin to PATH 10:37:07 INFO: No Stack... 10:37:07 INFO: Retrieving Pricing Info for: lf-standard-4 10:37:07 INFO: Archiving Costs [Pipeline] sh 10:37:07 + + cutcat -d, /w/workspace/edgex-ui-go/2/archives/cost.csv -f6 10:37:07 [Pipeline] lock 10:37:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-301-2-stack-cost] 10:37:08 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-301-2-stack-cost] did not exist. Created. 10:37:08 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-301-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:37:08 /w/workspace/edgex-ui-go/2@tmp/durable-11a25329/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-11a25329/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:37:08 + echo total: 0.20999999344348907 [Pipeline] stash 10:37:08 Warning: overwriting stash ‘stack-cost’ 10:37:09 Stashed 1 file(s) [Pipeline] } 10:37:09 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-301-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 10:37:10 provisioning config files... 10:37:10 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/config126271466963947482tmp [Pipeline] { [Pipeline] sh 10:37:11 + set +x 10:37:11 + curl -s https://codecov.io/bash 10:37:11 + bash -s -- 10:37:11 10:37:11 _____ _ 10:37:11 / ____| | | 10:37:11 | | ___ __| | ___ ___ _____ __ 10:37:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:37:11 | |___| (_) | (_| | __/ (_| (_) \ V / 10:37:11 \_____\___/ \__,_|\___|\___\___/ \_/ 10:37:11 Bash-20210226-7100762 10:37:11 10:37:11 10:37:11 ==> git version 2.24.3 found 10:37:11 ==> 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 10:37:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:37:11 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:37:11 ==> Jenkins CI detected. 10:37:11 project root: . 10:37:11 --> token set from env 10:37:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:37:11 ==> Running gcov in . (disable via -X gcov) 10:37:11 ==> Python coveragepy not found 10:37:11 ==> Searching for coverage reports in: 10:37:11 + . 10:37:11 -> Found 1 reports 10:37:11 ==> Detecting git/mercurial file structure 10:37:11 ==> Reading reports 10:37:11 + ./coverage.out bytes=10 10:37:11 ==> Appending adjustments 10:37:11 https://docs.codecov.io/docs/fixing-reports 10:37:11 + Found adjustments 10:37:11 ==> Gzipping contents 10:37:11 4.0K /tmp/codecov.inNyfr.gz 10:37:11 ==> Uploading reports 10:37:11 url: https://codecov.io 10:37:11 query: branch=PR-301&commit=8c685b4446fe255e5dc60c4f89b67050ff6e2541&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-301%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=301&job=&cmd_args= 10:37:11 -> Pinging Codecov 10:37:11 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-301&commit=8c685b4446fe255e5dc60c4f89b67050ff6e2541&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-301%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=301&job=&cmd_args= 10:37:12 -> Uploading to 10:37:12 https://storage.googleapis.com/codecov/v4/raw/2021-03-04/FB506323287CE973F263BFD2A0EB1F37/8c685b4446fe255e5dc60c4f89b67050ff6e2541/c580c411-94d4-47ac-9620-d94f546df487.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T103711Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b69f6d1b2d0a04efb266e0f058ace15926eb78d7513243a8670e2f541074ebd7 10:37:12 % Total % Received % Xferd Average Speed Time Time Time Current 10:37:12 Dload Upload Total Spent Left Speed 10:37:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2863 0 0 100 2863 0 6239 --:--:-- --:--:-- --:--:-- 6251 10:37:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/8c685b4446fe255e5dc60c4f89b67050ff6e2541 [Pipeline] } 10:37:12 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 10:37:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:37:15 ---> package-listing.sh 10:37:15 ++ facter osfamily 10:37:15 ++ tr '[:upper:]' '[:lower:]' 10:37:15 + OS_FAMILY=redhat 10:37:15 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-301 10:37:15 + START_PACKAGES=/tmp/packages_start.txt 10:37:15 + END_PACKAGES=/tmp/packages_end.txt 10:37:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:37:15 + PACKAGES=/tmp/packages_start.txt 10:37:15 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-301 ']' 10:37:15 + PACKAGES=/tmp/packages_end.txt 10:37:15 + case "${OS_FAMILY}" in 10:37:15 + rpm -qa 10:37:15 + sort 10:37:21 + '[' -f /tmp/packages_start.txt ']' 10:37:21 + '[' -f /tmp/packages_end.txt ']' 10:37:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:37:21 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-301 ']' 10:37:21 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-301/archives/ 10:37:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-301/archives/ [Pipeline] echo 10:37:21 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-301/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:37:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:37:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:21 10:37:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:37:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:22 alpine: Pulling from edgex-lftools-log-publisher 10:37:22 df20fa9351a1: Pulling fs layer 10:37:22 36b3adc4ff6f: Pulling fs layer 10:37:22 8ad3a11d3b57: Pulling fs layer 10:37:22 46f8f816bc3b: Pulling fs layer 10:37:22 93b61091891f: Pulling fs layer 10:37:22 93b9cdb0e59b: Pulling fs layer 10:37:22 5e14af77c1be: Pulling fs layer 10:37:22 01666e4c0597: Pulling fs layer 10:37:22 aa168da1d23b: Pulling fs layer 10:37:22 93b61091891f: Waiting 10:37:22 93b9cdb0e59b: Waiting 10:37:22 5e14af77c1be: Waiting 10:37:22 01666e4c0597: Waiting 10:37:22 aa168da1d23b: Waiting 10:37:22 46f8f816bc3b: Waiting 10:37:22 36b3adc4ff6f: Verifying Checksum 10:37:22 36b3adc4ff6f: Download complete 10:37:22 46f8f816bc3b: Download complete 10:37:22 df20fa9351a1: Verifying Checksum 10:37:22 df20fa9351a1: Download complete 10:37:22 93b9cdb0e59b: Verifying Checksum 10:37:22 93b9cdb0e59b: Download complete 10:37:22 5e14af77c1be: Verifying Checksum 10:37:22 5e14af77c1be: Download complete 10:37:22 93b61091891f: Verifying Checksum 10:37:22 93b61091891f: Download complete 10:37:22 01666e4c0597: Verifying Checksum 10:37:22 01666e4c0597: Download complete 10:37:22 df20fa9351a1: Pull complete 10:37:22 36b3adc4ff6f: Pull complete 10:37:23 8ad3a11d3b57: Verifying Checksum 10:37:23 8ad3a11d3b57: Download complete 10:37:24 8ad3a11d3b57: Pull complete 10:37:24 46f8f816bc3b: Pull complete 10:37:24 93b61091891f: Pull complete 10:37:25 aa168da1d23b: Verifying Checksum 10:37:25 aa168da1d23b: Download complete 10:37:25 93b9cdb0e59b: Pull complete 10:37:25 5e14af77c1be: Pull complete 10:37:25 01666e4c0597: Pull complete 10:37:33 aa168da1d23b: Pull complete 10:37:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:37:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:37:34 prd-centos7-docker-4c-2g-28458 does not seem to be running inside a container 10:37:34 $ 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-301/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-301 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-301:/w/workspace/edgexfoundry_edgex-ui-go_PR-301:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:37:38 $ docker top 5e94d1944180ad09e61d089a04b2970fdf4db36adfaba34cf060304d64fb4295 -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:38 + touch /tmp/pre-build-complete [Pipeline] sh 10:37:39 + mkdir -p /var/log/sa [Pipeline] sh 10:37:39 + ls /var/log/sa-host 10:37:39 + sadf -c /var/log/sa-host/sa04 10:37:39 file_magic: OK 10:37:39 HZ: Using current value: 100 10:37:39 file_header: OK 10:37:39 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 10:37:39 Statistics: 10:37:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:37:39 File successfully converted to sysstat format version 12.2.1 10:37:39 + sadf -c /var/log/sa-host/sa23 10:37:39 file_magic: OK 10:37:39 HZ: Using current value: 100 10:37:39 file_header: OK 10:37:39 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 10:37:39 Statistics: 10:37:39 Hnuu...uuuununununu... 10:37:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:37:40 provisioning config files... 10:37:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-301@tmp/config6619782313658426297tmp [Pipeline] { [Pipeline] echo 10:37:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:37:40 ---> create-netrc.sh [Pipeline] } 10:37:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:37:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:37:40 ---> python-tools-install.sh [Pipeline] echo 10:37:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:37:41 ---> sudo-logs.sh 10:37:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:37:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:37:41 ---> job-cost.sh 10:37:41 lf-activate-venv: SKIPPING 10:37:41 DEBUG: total: 0.20999999344348907 10:37:41 INFO: Retrieving Stack Cost... 10:37:42 INFO: Retrieving Pricing Info for: v1-standard-2 10:37:43 INFO: Archiving Costs [Pipeline] echo 10:37:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:37:43 ---> logs-deploy.sh 10:37:43 lf-activate-venv: SKIPPING 10:37:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-301/2 10:37:43 INFO: archiving workspace using pattern(s): 10:37:45 Archives upload complete. 10:37:45 INFO: archiving logs to Nexus