Pull request #347 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f63bab984c54ff5b606b005beb238aca437a27d5+10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 (9fd9a779c9b7c38ab3ffde6e70427c0ebb534947) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3156 in /w/workspace/edgexfoundry_edgex-ui-go_PR-347 [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-347 # 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 Merging remotes/origin/master commit 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 into PR head commit f63bab984c54ff5b606b005beb238aca437a27d5 Merge succeeded, producing f63bab984c54ff5b606b005beb238aca437a27d5 Checking out Revision f63bab984c54ff5b606b005beb238aca437a27d5 (PR-347) > 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/347/head:refs/remotes/origin/PR-347 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # 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 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.4" > git rev-list --no-walk 8d3904b0a0b09708dd6bff8e13585eb11c8f6eaa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:30:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:30:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:30:41 ========================================================= 02:30:41 EdgeX Global Pipelines Version Info 02:30:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:30:42 ------------------- 02:30:42 stable info: 02:30:42 ------------------- 02:30:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:30:42 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 02:30:42 Message: update stable to v1.0.191 02:30:43 ------------------- 02:30:43 experimental info: 02:30:43 ------------------- 02:30:43 Commited By: **** collab-it+edgex@linuxfoundation.org 02:30:43 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 02:30:43 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:30:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:30:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:30:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:30:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-347 [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-347 [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-347 [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f63bab984c54ff5b606b005beb238aca437a27d5 [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f63bab9 [Pipeline] echo 02:30:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:30:44 provisioning config files... 02:30:44 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/config5730641414912910717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:30:45 ---> docker-login.sh 02:30:45 nexus3.edgexfoundry.org:10001 02:30:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:45 Configure a credential helper to remove this warning. See 02:30:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:45 02:30:45 Login Succeeded 02:30:45 nexus3.edgexfoundry.org:10002 02:30:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:46 Configure a credential helper to remove this warning. See 02:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:46 02:30:46 Login Succeeded 02:30:46 nexus3.edgexfoundry.org:10003 02:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:46 Configure a credential helper to remove this warning. See 02:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:46 02:30:46 Login Succeeded 02:30:46 nexus3.edgexfoundry.org:10004 02:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:46 Configure a credential helper to remove this warning. See 02:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:46 02:30:46 Login Succeeded 02:30:46 docker.io 02:30:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:46 Configure a credential helper to remove this warning. See 02:30:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:46 02:30:46 Login Succeeded 02:30:46 ---> docker-login.sh ends [Pipeline] } 02:30:46 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 02:30:47 + git log --format=format:%s -1 f63bab984c54ff5b606b005beb238aca437a27d5 [Pipeline] echo 02:30:47 GIT_COMMIT: f63bab984c54ff5b606b005beb238aca437a27d5, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.4 [Pipeline] echo 02:30:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:30:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:47 02:30:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:30:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:53 latest: Pulling from edgex-devops/git-semver 02:30:53 31603596830f: Pulling fs layer 02:30:53 54011a49482f: Pulling fs layer 02:30:53 a6820b24f6d8: Pulling fs layer 02:30:53 f581987b2513: Pulling fs layer 02:30:53 f581987b2513: Waiting 02:30:53 54011a49482f: Verifying Checksum 02:30:53 54011a49482f: Download complete 02:30:53 31603596830f: Verifying Checksum 02:30:53 31603596830f: Download complete 02:30:53 a6820b24f6d8: Verifying Checksum 02:30:53 a6820b24f6d8: Download complete 02:30:54 31603596830f: Pull complete 02:30:54 f581987b2513: Verifying Checksum 02:30:54 f581987b2513: Download complete 02:30:54 54011a49482f: Pull complete 02:30:55 a6820b24f6d8: Pull complete 02:30:55 f581987b2513: Pull complete 02:30:55 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 02:30:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:30:56 prd-centos7-docker-4c-2g-3156 does not seem to be running inside a container 02:30:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-347 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-347:/w/workspace/edgexfoundry_edgex-ui-go_PR-347:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:30:57 $ docker top ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:30:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:58 [ssh-agent] Looking for ssh-agent implementation... 02:30:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:58 $ docker exec ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 ssh-agent 02:30:58 SSH_AUTH_SOCK=/tmp/ssh-HbyZGso0rRu7/agent.11 02:30:58 SSH_AGENT_PID=16 02:30:58 Running ssh-add (command line suppressed) 02:30:58 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/private_key_8667272382778378388.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/private_key_8667272382778378388.key) 02:30:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:30:59 + git tag --points-at HEAD [Pipeline] } 02:30:59 $ docker exec --env ******** --env ******** ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 ssh-agent -k 02:30:59 unset SSH_AUTH_SOCK; 02:30:59 unset SSH_AGENT_PID; 02:30:59 echo Agent pid 16 killed; 02:30:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:30:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:59 [ssh-agent] Looking for ssh-agent implementation... 02:30:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:59 $ docker exec ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 ssh-agent 02:30:59 SSH_AUTH_SOCK=/tmp/ssh-reYgYWffPREJ/agent.46 02:30:59 SSH_AGENT_PID=51 02:30:59 Running ssh-add (command line suppressed) 02:30:59 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/private_key_607171381758607297.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/private_key_607171381758607297.key) 02:30:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:31:00 + git semver init 02:31:00 # -> Open(): unable to determine branch for HEAD 02:31:00 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-347/.git 02:31:00 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-347 02:31:00 # $SEMVER_REMOTE_NAME = origin 02:31:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:31:00 # $SEMVER_USER_NAME = edgex-jenkins 02:31:00 # $SEMVER_BRANCH = PR-347 02:31:00 # $SEMVER_TEMP = /tmp/semver-922011765 02:31:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:31:06 # '/tmp/semver-922011765' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-347/.semver' 02:31:06 # -> Force: false 02:31:06 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-347/.semver [Pipeline] } 02:31:06 $ docker exec --env ******** --env ******** ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 ssh-agent -k 02:31:07 unset SSH_AUTH_SOCK; 02:31:07 unset SSH_AGENT_PID; 02:31:07 echo Agent pid 51 killed; 02:31:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:31:07 + git semver [Pipeline] } 02:31:07 $ docker stop --time=1 ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 02:31:09 $ docker rm -f ba4f7b938fc4604a51ff985766d47971412a3a1d4e9f7987917448a93d356326 [Pipeline] // withDockerContainer [Pipeline] sh 02:31:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:31:10 Stashed 1 file(s) [Pipeline] echo 02:31:10 [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 02:31:25 Still waiting to schedule task 02:31:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:31:25 Still waiting to schedule task 02:31:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 02:33:45 Running on prd-centos7-docker-4c-2g-3161 in /w/workspace/edgexfoundry_edgex-ui-go_PR-347 [Pipeline] { [Pipeline] ws 02:33:45 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 02:33:52 using credential edgex-jenkins-ssh 02:33:52 Cloning the remote Git repository 02:33:52 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:33:52 > git init /w/workspace/edgex-ui-go/2 # timeout=10 02:33:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:33:52 > git --version # timeout=10 02:33:52 > git --version # 'git version 2.24.3' 02:33:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:33:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:33:54 Merging remotes/origin/master commit 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 into PR head commit f63bab984c54ff5b606b005beb238aca437a27d5 02:33:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:33:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:33:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:33:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:33:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:33:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/347/head:refs/remotes/origin/PR-347 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:33:54 > git config core.sparsecheckout # timeout=10 02:33:54 > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 02:33:54 Merge succeeded, producing f63bab984c54ff5b606b005beb238aca437a27d5 02:33:54 Checking out Revision f63bab984c54ff5b606b005beb238aca437a27d5 (PR-347) 02:33:54 > git remote # timeout=10 02:33:54 > git config --get remote.origin.url # timeout=10 02:33:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:33:54 > git merge 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 02:33:54 > git rev-parse HEAD^{commit} # timeout=10 02:33:54 > git config core.sparsecheckout # timeout=10 02:33:55 > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 02:33:59 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:34:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:34:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:34:01 + sudo service docker restart 02:34:01 + true 02:34:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:34:03 provisioning config files... 02:34:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config5283894475577996516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:34:03 ---> docker-login.sh 02:34:03 nexus3.edgexfoundry.org:10001 02:34:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:03 Configure a credential helper to remove this warning. See 02:34:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:03 02:34:03 Login Succeeded 02:34:03 nexus3.edgexfoundry.org:10002 02:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:04 Configure a credential helper to remove this warning. See 02:34:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:04 02:34:04 Login Succeeded 02:34:04 nexus3.edgexfoundry.org:10003 02:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:04 Configure a credential helper to remove this warning. See 02:34:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:04 02:34:04 Login Succeeded 02:34:04 nexus3.edgexfoundry.org:10004 02:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:04 Configure a credential helper to remove this warning. See 02:34:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:04 02:34:04 Login Succeeded 02:34:04 docker.io 02:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:05 Configure a credential helper to remove this warning. See 02:34:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:05 02:34:05 Login Succeeded 02:34:05 ---> docker-login.sh ends [Pipeline] } 02:34:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:34:05 ========================================================= 02:34:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 02:34:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:34:05 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 02:34:06 Sending build context to Docker daemon 34.87MB 02:34:06 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:34:06 Step 2/8 : FROM ${BASE} 02:34:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 02:34:06 540db60ca938: Pulling fs layer 02:34:06 adcc1eea9eea: Pulling fs layer 02:34:06 4c4ab2625f07: Pulling fs layer 02:34:06 0510c868ecb4: Pulling fs layer 02:34:06 afea3b2eda06: Pulling fs layer 02:34:06 7809a108b3ef: Pulling fs layer 02:34:06 f706445af74f: Pulling fs layer 02:34:06 0510c868ecb4: Waiting 02:34:06 afea3b2eda06: Waiting 02:34:06 7809a108b3ef: Waiting 02:34:06 f706445af74f: Waiting 02:34:06 4c4ab2625f07: Verifying Checksum 02:34:06 4c4ab2625f07: Download complete 02:34:06 adcc1eea9eea: Verifying Checksum 02:34:06 adcc1eea9eea: Download complete 02:34:06 afea3b2eda06: Download complete 02:34:06 7809a108b3ef: Verifying Checksum 02:34:06 7809a108b3ef: Download complete 02:34:06 540db60ca938: Verifying Checksum 02:34:06 540db60ca938: Download complete 02:34:07 540db60ca938: Pull complete 02:34:07 adcc1eea9eea: Pull complete 02:34:07 4c4ab2625f07: Pull complete 02:34:10 f706445af74f: Verifying Checksum 02:34:10 f706445af74f: Download complete 02:34:11 0510c868ecb4: Verifying Checksum 02:34:11 0510c868ecb4: Download complete 02:34:17 0510c868ecb4: Pull complete 02:34:17 afea3b2eda06: Pull complete 02:34:17 7809a108b3ef: Pull complete 02:34:24 f706445af74f: Pull complete 02:34:24 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 02:34:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 02:34:24 ---> b068be0155e3 02:34:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:34:24 ---> Running in 3ec3c396078c 02:34:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3160 in /w/workspace/edgexfoundry_edgex-ui-go_PR-347 [Pipeline] { [Pipeline] ws 02:34:24 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 02:34:24 Removing intermediate container 3ec3c396078c 02:34:24 ---> 17de98920b54 02:34:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:34:24 ---> Running in da71fd42028c 02:34:26 Removing intermediate container da71fd42028c 02:34:26 ---> e6d4c0ef4f70 02:34:26 Step 5/8 : RUN apk add --no-cache make git 02:34:26 ---> Running in 8e472efdee78 02:34:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:34:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:34:28 OK: 149 MiB in 40 packages 02:34:28 Removing intermediate container 8e472efdee78 02:34:28 ---> 2bf2833f425e 02:34:28 Step 6/8 : WORKDIR /edgex-ui-go 02:34:28 ---> Running in 35ca454e3efa 02:34:28 Removing intermediate container 35ca454e3efa 02:34:28 ---> 9741f40d2c0e 02:34:28 Step 7/8 : COPY . . 02:34:30 using credential edgex-jenkins-ssh 02:34:30 Cloning the remote Git repository 02:34:31 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:34:31 > git init /w/workspace/edgex-ui-go/2 # timeout=10 02:34:32 ---> fd398c3ca899 02:34:32 Step 8/8 : RUN go mod download 02:34:32 ---> Running in 28323e3eeb0f 02:34:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:34:31 > git --version # timeout=10 02:34:31 > git --version # 'git version 2.17.1' 02:34:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:34:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:34:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:34:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:34:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:34:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:34:33 using GIT_SSH to set credentials SSH Credentials for GitHub 02:34:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/347/head:refs/remotes/origin/PR-347 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:34:33 Merging remotes/origin/master commit 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 into PR head commit f63bab984c54ff5b606b005beb238aca437a27d5 02:34:34 Merge succeeded, producing f63bab984c54ff5b606b005beb238aca437a27d5 02:34:34 Checking out Revision f63bab984c54ff5b606b005beb238aca437a27d5 (PR-347) 02:34:33 > git config core.sparsecheckout # timeout=10 02:34:33 > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 02:34:34 > git remote # timeout=10 02:34:34 > git config --get remote.origin.url # timeout=10 02:34:34 using GIT_SSH to set credentials SSH Credentials for GitHub 02:34:34 > git merge 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 02:34:34 > git rev-parse HEAD^{commit} # timeout=10 02:34:34 > git config core.sparsecheckout # timeout=10 02:34:34 > git checkout -f f63bab984c54ff5b606b005beb238aca437a27d5 # timeout=10 02:34:39 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:34:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:34:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:34:41 + + true 02:34:41 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:34:44 provisioning config files... 02:34:44 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4726269595706879284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:34:44 ---> docker-login.sh 02:34:44 nexus3.edgexfoundry.org:10001 02:34:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:46 Configure a credential helper to remove this warning. See 02:34:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:46 02:34:46 Login Succeeded 02:34:46 nexus3.edgexfoundry.org:10002 02:34:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:46 Configure a credential helper to remove this warning. See 02:34:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:46 02:34:46 Login Succeeded 02:34:46 nexus3.edgexfoundry.org:10003 02:34:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:47 Configure a credential helper to remove this warning. See 02:34:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:47 02:34:47 Login Succeeded 02:34:47 nexus3.edgexfoundry.org:10004 02:34:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:47 Configure a credential helper to remove this warning. See 02:34:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:47 02:34:47 Login Succeeded 02:34:47 docker.io 02:34:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:34:48 Configure a credential helper to remove this warning. See 02:34:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:34:48 02:34:48 Login Succeeded 02:34:48 ---> docker-login.sh ends [Pipeline] } 02:34:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:34:48 ========================================================= 02:34:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 02:34:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:34:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 02:34:50 Sending build context to Docker daemon 34.87MB 02:34:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:34:50 Step 2/8 : FROM ${BASE} 02:34:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:34:50 595b0fe564bb: Pulling fs layer 02:34:50 7186ed65a4f7: Pulling fs layer 02:34:50 316046926c0a: Pulling fs layer 02:34:50 4ebd0625c992: Pulling fs layer 02:34:50 207e8628e3a3: Pulling fs layer 02:34:50 c791037a9be2: Pulling fs layer 02:34:50 ffd874e62e21: Pulling fs layer 02:34:50 4ebd0625c992: Waiting 02:34:50 207e8628e3a3: Waiting 02:34:50 c791037a9be2: Waiting 02:34:50 ffd874e62e21: Waiting 02:34:50 316046926c0a: Download complete 02:34:50 7186ed65a4f7: Verifying Checksum 02:34:50 7186ed65a4f7: Download complete 02:34:50 207e8628e3a3: Verifying Checksum 02:34:50 207e8628e3a3: Download complete 02:34:50 595b0fe564bb: Verifying Checksum 02:34:50 595b0fe564bb: Download complete 02:34:50 c791037a9be2: Verifying Checksum 02:34:50 c791037a9be2: Download complete 02:34:51 595b0fe564bb: Pull complete 02:34:51 7186ed65a4f7: Pull complete 02:34:52 316046926c0a: Pull complete 02:34:53 ffd874e62e21: Verifying Checksum 02:34:53 ffd874e62e21: Download complete 02:34:54 4ebd0625c992: Verifying Checksum 02:34:54 4ebd0625c992: Download complete 02:35:04 Removing intermediate container 28323e3eeb0f 02:35:04 ---> 7660054970dc 02:35:04 Successfully built 7660054970dc 02:35:04 Successfully tagged ci-base-image-x86_64:latest 02:35:04 4ebd0625c992: Pull complete [Pipeline] isUnix [Pipeline] sh 02:35:04 207e8628e3a3: Pull complete 02:35:04 + docker inspect -f . ci-base-image-x86_64 02:35:04 . [Pipeline] withDockerContainer 02:35:05 prd-centos7-docker-4c-2g-3161 does not seem to be running inside a container 02:35:05 $ 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 02:35:05 c791037a9be2: Pull complete 02:35:06 $ docker top 2107eac97346cb25dddbc7357250e5acba443efb8b6e7e26ce0177756e47f1b6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:35:07 + go version 02:35:07 go version go1.16.3 linux/amd64 [Pipeline] } 02:35:07 $ docker stop --time=1 2107eac97346cb25dddbc7357250e5acba443efb8b6e7e26ce0177756e47f1b6 02:35:08 $ docker rm -f 2107eac97346cb25dddbc7357250e5acba443efb8b6e7e26ce0177756e47f1b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:35:08 + docker inspect -f . ci-base-image-x86_64 02:35:08 . [Pipeline] withDockerContainer 02:35:09 prd-centos7-docker-4c-2g-3161 does not seem to be running inside a container 02:35:09 $ 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 02:35:09 ffd874e62e21: Pull complete 02:35:09 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 02:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 02:35:09 ---> cfc18b08335c 02:35:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:35:09 $ docker top d6782e08ac44c99eda22273e7cf8e8af6e1a53c9ef9ae5f88b5495c1f432050f -eo pid,comm [Pipeline] { [Pipeline] sh 02:35:10 + go mod tidy [Pipeline] sh 02:35:11 + make test 02:35:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:35:12 ---> Running in 0c68759e88ab 02:35:12 Removing intermediate container 0c68759e88ab 02:35:12 ---> 32ae8368ffa1 02:35:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:35:12 ---> Running in d55dbf1634f4 02:35:12 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:35:15 Removing intermediate container d55dbf1634f4 02:35:15 ---> c5298f7024c0 02:35:15 Step 5/8 : RUN apk add --no-cache make git 02:35:15 ---> Running in 085dbe90c299 02:35:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:35:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:35:17 OK: 138 MiB in 40 packages 02:35:18 Removing intermediate container 085dbe90c299 02:35:18 ---> 6868d46899b8 02:35:18 Step 6/8 : WORKDIR /edgex-ui-go 02:35:19 ---> Running in 5559beaf3d5c 02:35:19 Removing intermediate container 5559beaf3d5c 02:35:19 ---> 8515236acb31 02:35:19 Step 7/8 : COPY . . 02:35:22 ---> 0cc99664dab1 02:35:22 Step 8/8 : RUN go mod download 02:35:22 ---> Running in 4cb4b32aa559 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:35:24 GO111MODULE=on go vet ./... [Pipeline] } 02:35:31 $ docker stop --time=1 d6782e08ac44c99eda22273e7cf8e8af6e1a53c9ef9ae5f88b5495c1f432050f 02:35:34 $ docker rm -f d6782e08ac44c99eda22273e7cf8e8af6e1a53c9ef9ae5f88b5495c1f432050f [Pipeline] // withDockerContainer [Pipeline] sh 02:35:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:35:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:35:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:35:37 + ls -al . 02:35:37 total 92 02:35:37 drwxrwxr-x. 10 jenkins jenkins 4096 May 6 02:35 . 02:35:37 drwxrwxr-x. 4 jenkins jenkins 28 May 6 02:33 .. 02:35:37 drwxrwxr-x. 3 jenkins jenkins 20 May 6 02:33 assets 02:35:37 drwxrwxr-x. 2 jenkins jenkins 35 May 6 02:33 bin 02:35:37 drwxrwxr-x. 3 jenkins jenkins 29 May 6 02:33 cmd 02:35:37 -rw-rw-r--. 1 jenkins jenkins 3959 May 6 02:33 CONTRIBUTING.md 02:35:37 -rw-r--r--. 1 jenkins jenkins 10 May 6 02:35 coverage.out 02:35:37 -rw-rw-r--. 1 jenkins jenkins 1508 May 6 02:33 Dockerfile 02:35:37 -rw-rw-r--. 1 jenkins jenkins 902 May 6 02:33 Dockerfile.build 02:35:37 drwxrwxr-x. 5 jenkins jenkins 104 May 6 02:33 docs 02:35:37 drwxrwxr-x. 8 jenkins jenkins 179 May 6 02:33 .git 02:35:37 drwxrwxr-x. 2 jenkins jenkins 103 May 6 02:33 .github 02:35:37 -rw-rw-r--. 1 jenkins jenkins 162 May 6 02:33 .gitignore 02:35:37 -rw-rw-r--. 1 jenkins jenkins 987 May 6 02:33 go.mod 02:35:37 -rw-r--r--. 1 jenkins jenkins 24424 May 6 02:35 go.sum 02:35:37 drwxrwxr-x. 10 jenkins jenkins 139 May 6 02:33 internal 02:35:37 -rw-rw-r--. 1 jenkins jenkins 652 May 6 02:33 Jenkinsfile 02:35:37 -rw-rw-r--. 1 jenkins jenkins 11357 May 6 02:33 LICENSE 02:35:37 -rw-rw-r--. 1 jenkins jenkins 951 May 6 02:33 Makefile 02:35:37 -rw-rw-r--. 1 jenkins jenkins 6012 May 6 02:33 README.md 02:35:37 -rw-rw-r--. 1 jenkins jenkins 5 May 6 02:31 VERSION 02:35:37 -rw-rw-r--. 1 jenkins jenkins 155 May 6 02:33 version.go 02:35:37 drwxrwxr-x. 4 jenkins jenkins 4096 May 6 02:33 web [Pipeline] isUnix [Pipeline] sh 02:35:38 + 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=f63bab984c54ff5b606b005beb238aca437a27d5 --label arch=amd64 --label version=0.0.0 . 02:35:38 Sending build context to Docker daemon 34.9MB 02:35:38 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:35:38 Step 2/24 : FROM ${BASE} AS builder 02:35:38 ---> 7660054970dc 02:35:38 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:35:39 ---> Running in 40ad8f7204d6 02:35:39 Removing intermediate container 40ad8f7204d6 02:35:39 ---> e1111d3fd288 02:35:39 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:35:39 ---> Running in ee7e9cf9915b 02:35:40 Removing intermediate container ee7e9cf9915b 02:35:40 ---> 1191e62f38ee 02:35:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:35:40 ---> Running in 6c794ab38cf9 02:35:40 Removing intermediate container 6c794ab38cf9 02:35:40 ---> fd3da24be008 02:35:40 Step 6/24 : LABEL Name=edgex-ui-go 02:35:40 ---> Running in 897a071a0549 02:35:40 Removing intermediate container 897a071a0549 02:35:40 ---> 4be0880e5684 02:35:40 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:35:40 ---> Running in acfb3af5ca73 02:35:40 Removing intermediate container acfb3af5ca73 02:35:40 ---> d0e2e63cd836 02:35:40 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:35:40 ---> Running in 019831b8f597 02:35:41 Removing intermediate container 019831b8f597 02:35:41 ---> 58f2b810e3df 02:35:41 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:35:41 ---> Running in 435dda506b58 02:35:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:35:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:35:43 OK: 149 MiB in 40 packages 02:35:44 Removing intermediate container 435dda506b58 02:35:44 ---> c8fbd2689dc0 02:35:44 Step 10/24 : ENV GO111MODULE=on 02:35:44 ---> Running in b01bd8c957e8 02:35:44 Removing intermediate container b01bd8c957e8 02:35:44 ---> 161d35bb9e02 02:35:44 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:35:44 ---> Running in 1e2feb0d6e00 02:35:44 Removing intermediate container 1e2feb0d6e00 02:35:44 ---> 565b06fba67d 02:35:44 Step 12/24 : COPY go.mod . 02:35:44 ---> 7c152c15e9c0 02:35:44 Step 13/24 : COPY Makefile . 02:35:44 ---> d50f0406ae82 02:35:44 Step 14/24 : RUN make update 02:35:45 ---> Running in 2bf72ddab15a 02:35:45 CGO_ENABLED=0 GO111MODULE=on go mod download 02:35:46 Removing intermediate container 2bf72ddab15a 02:35:46 ---> a2abf8ef3949 02:35:46 Step 15/24 : COPY . . 02:35:48 ---> dd1554518db8 02:35:48 Step 16/24 : RUN ${MAKE} 02:35:48 ---> Running in c13b7660a971 02:35:49 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 02:35:55 Removing intermediate container 4cb4b32aa559 02:35:55 ---> 998e9b3b445f 02:35:55 Successfully built 998e9b3b445f 02:35:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:35:55 + docker inspect -f . ci-base-image-arm64 02:35:55 . [Pipeline] withDockerContainer 02:35:55 prd-ubuntu18.04-docker-arm64-4c-16g-3160 does not seem to be running inside a container 02:35:55 $ 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 02:35:57 $ docker top 3deb5731a0de20e45ec51f43af8eb1d07a3d5dd190c1c86f4eb6089d00ad3fcc -eo pid,comm [Pipeline] { [Pipeline] sh 02:35:58 + go version 02:35:58 go version go1.16.3 linux/arm64 [Pipeline] } 02:35:58 $ docker stop --time=1 3deb5731a0de20e45ec51f43af8eb1d07a3d5dd190c1c86f4eb6089d00ad3fcc 02:35:59 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:36:00 $ docker rm -f 3deb5731a0de20e45ec51f43af8eb1d07a3d5dd190c1c86f4eb6089d00ad3fcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:36:01 + docker inspect -f . ci-base-image-arm64 02:36:01 . [Pipeline] withDockerContainer 02:36:01 prd-ubuntu18.04-docker-arm64-4c-16g-3160 does not seem to be running inside a container 02:36:01 $ 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 02:36:01 Removing intermediate container c13b7660a971 02:36:01 ---> 5d72c70e9af8 02:36:01 Step 17/24 : FROM alpine:3.12 02:36:01 3.12: Pulling from library/alpine 02:36:01 339de151aab4: Pulling fs layer 02:36:02 339de151aab4: Verifying Checksum 02:36:02 339de151aab4: Download complete 02:36:02 339de151aab4: Pull complete 02:36:02 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:36:02 Status: Downloaded newer image for alpine:3.12 02:36:02 ---> 13621d1b12d4 02:36:02 Step 18/24 : EXPOSE 4000 02:36:02 ---> Running in fb38bbdf667d 02:36:02 Removing intermediate container fb38bbdf667d 02:36:02 ---> 2e69e2ea4ea7 02:36:02 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 02:36:02 $ docker top e4a1b8c301ce9587ae012e1294260151454d211c85f671d3fa6d8ab4ec6a048c -eo pid,comm [Pipeline] { [Pipeline] sh 02:36:03 + go mod tidy [Pipeline] sh 02:36:04 ---> 8a55c6a9e894 02:36:04 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:36:04 ---> Running in a55e43a43adc 02:36:04 Removing intermediate container a55e43a43adc 02:36:04 ---> 382471df5d3a 02:36:04 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:36:04 ---> Running in bb20a4ffa5b4 02:36:04 Removing intermediate container bb20a4ffa5b4 02:36:04 ---> c612314340b3 02:36:04 Step 22/24 : LABEL arch=amd64 02:36:04 ---> Running in dbe4e44f2d13 02:36:05 Removing intermediate container dbe4e44f2d13 02:36:05 ---> 5394df610856 02:36:05 Step 23/24 : LABEL git_sha=f63bab984c54ff5b606b005beb238aca437a27d5 02:36:05 ---> Running in 600ae03f3c00 02:36:05 Removing intermediate container 600ae03f3c00 02:36:05 ---> 7158d1e67e08 02:36:05 Step 24/24 : LABEL version=0.0.0 02:36:05 + make test 02:36:05 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:36:05 ---> Running in c3dcd96d714d 02:36:05 Removing intermediate container c3dcd96d714d 02:36:05 ---> 2f7e8a88d4db 02:36:05 [Warning] One or more build-args [ARCH] were not consumed 02:36:05 Successfully built 2f7e8a88d4db 02:36:05 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 02:36:06 ---> job-cost.sh 02:36:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RLIy 02:36:07 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:36:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:36:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:36:46 GO111MODULE=on go vet ./... 02:36:48 lf-activate-venv(): INFO: Adding /tmp/venv-RLIy/bin to PATH 02:36:48 INFO: No Stack... 02:36:50 INFO: Retrieving Pricing Info for: v1-standard-2 02:36:51 INFO: Archiving Costs [Pipeline] sh 02:36:51 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 02:36:51 + cut -d, -f6 [Pipeline] lock 02:36:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] 02:36:51 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] did not exist. Created. 02:36:51 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:36:51 + echo total: 0.029999999329447746 [Pipeline] stash 02:36:52 Stashed 1 file(s) [Pipeline] } 02:36:52 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } 02:37:01 $ docker stop --time=1 e4a1b8c301ce9587ae012e1294260151454d211c85f671d3fa6d8ab4ec6a048c 02:37:03 $ docker rm -f e4a1b8c301ce9587ae012e1294260151454d211c85f671d3fa6d8ab4ec6a048c [Pipeline] // withDockerContainer [Pipeline] sh 02:37:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:37:04 Warning: overwriting stash ‘coverage-report’ 02:37:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:37:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:37:05 + ls -al . 02:37:05 total 124 02:37:05 drwxrwxr-x 10 jenkins jenkins 4096 May 6 02:36 . 02:37:05 drwxrwxr-x 4 jenkins jenkins 4096 May 6 02:34 .. 02:37:05 drwxrwxr-x 8 jenkins jenkins 4096 May 6 02:34 .git 02:37:05 drwxrwxr-x 2 jenkins jenkins 4096 May 6 02:34 .github 02:37:05 -rw-rw-r-- 1 jenkins jenkins 162 May 6 02:34 .gitignore 02:37:05 -rw-rw-r-- 1 jenkins jenkins 3959 May 6 02:34 CONTRIBUTING.md 02:37:05 -rw-rw-r-- 1 jenkins jenkins 1508 May 6 02:34 Dockerfile 02:37:05 -rw-rw-r-- 1 jenkins jenkins 902 May 6 02:34 Dockerfile.build 02:37:05 -rw-rw-r-- 1 jenkins jenkins 652 May 6 02:34 Jenkinsfile 02:37:05 -rw-rw-r-- 1 jenkins jenkins 11357 May 6 02:34 LICENSE 02:37:05 -rw-rw-r-- 1 jenkins jenkins 951 May 6 02:34 Makefile 02:37:05 -rw-rw-r-- 1 jenkins jenkins 6012 May 6 02:34 README.md 02:37:05 -rw-rw-r-- 1 jenkins jenkins 5 May 6 02:31 VERSION 02:37:05 drwxrwxr-x 3 jenkins jenkins 4096 May 6 02:34 assets 02:37:05 drwxrwxr-x 2 jenkins jenkins 4096 May 6 02:34 bin 02:37:05 drwxrwxr-x 3 jenkins jenkins 4096 May 6 02:34 cmd 02:37:05 -rw-r--r-- 1 jenkins jenkins 10 May 6 02:36 coverage.out 02:37:05 drwxrwxr-x 5 jenkins jenkins 4096 May 6 02:34 docs 02:37:05 -rw-rw-r-- 1 jenkins jenkins 987 May 6 02:34 go.mod 02:37:05 -rw-r--r-- 1 jenkins jenkins 24424 May 6 02:36 go.sum 02:37:05 drwxrwxr-x 10 jenkins jenkins 4096 May 6 02:34 internal 02:37:05 -rw-rw-r-- 1 jenkins jenkins 155 May 6 02:34 version.go 02:37:05 drwxrwxr-x 4 jenkins jenkins 4096 May 6 02:34 web [Pipeline] isUnix [Pipeline] sh 02:37:06 + 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=f63bab984c54ff5b606b005beb238aca437a27d5 --label arch=arm64 --label version=0.0.0 . 02:37:07 Sending build context to Docker daemon 34.9MB 02:37:07 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:37:07 Step 2/24 : FROM ${BASE} AS builder 02:37:07 ---> 998e9b3b445f 02:37:07 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:37:07 ---> Running in a90c256608c1 02:37:08 Removing intermediate container a90c256608c1 02:37:08 ---> 50c51d6625dd 02:37:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:37:08 ---> Running in aad28284dc41 02:37:08 Removing intermediate container aad28284dc41 02:37:08 ---> 834b98c7558f 02:37:08 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:37:08 ---> Running in 687f9f2bc210 02:37:09 Removing intermediate container 687f9f2bc210 02:37:09 ---> 87280bcdb86d 02:37:09 Step 6/24 : LABEL Name=edgex-ui-go 02:37:09 ---> Running in 0d38f313df81 02:37:09 Removing intermediate container 0d38f313df81 02:37:09 ---> c8e1a194dd2f 02:37:09 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:37:09 ---> Running in 2ccde9b010ef 02:37:10 Removing intermediate container 2ccde9b010ef 02:37:10 ---> 3c2785e2e9a7 02:37:10 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:10 ---> Running in 954087e6a4f9 02:37:13 Removing intermediate container 954087e6a4f9 02:37:13 ---> 1143f0924a64 02:37:13 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:37:13 ---> Running in b35862a2dccb 02:37:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:37:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:37:17 OK: 138 MiB in 40 packages 02:37:17 Removing intermediate container b35862a2dccb 02:37:17 ---> f2214b6342e6 02:37:17 Step 10/24 : ENV GO111MODULE=on 02:37:17 ---> Running in 4800541608ae 02:37:18 Removing intermediate container 4800541608ae 02:37:18 ---> 45c349059e86 02:37:18 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:37:18 ---> Running in 86f72fa0519d 02:37:19 Removing intermediate container 86f72fa0519d 02:37:19 ---> 0c430fb52940 02:37:19 Step 12/24 : COPY go.mod . 02:37:19 ---> 9527650e5c3f 02:37:19 Step 13/24 : COPY Makefile . 02:37:20 ---> 2a1354818ec0 02:37:20 Step 14/24 : RUN make update 02:37:20 ---> Running in e8039e663650 02:37:21 CGO_ENABLED=0 GO111MODULE=on go mod download 02:37:23 Removing intermediate container e8039e663650 02:37:23 ---> 5cf3a046896c 02:37:23 Step 15/24 : COPY . . 02:37:26 ---> 02f9af5b6e57 02:37:26 Step 16/24 : RUN ${MAKE} 02:37:26 ---> Running in 5b468994e42b 02:37:27 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 02:37:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:37:58 Removing intermediate container 5b468994e42b 02:37:58 ---> dbfcf3b7c0f7 02:37:58 Step 17/24 : FROM alpine:3.12 02:37:58 3.12: Pulling from library/alpine 02:37:58 d2f70382dc9a: Pulling fs layer 02:37:59 d2f70382dc9a: Verifying Checksum 02:37:59 d2f70382dc9a: Download complete 02:37:59 d2f70382dc9a: Pull complete 02:37:59 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:37:59 Status: Downloaded newer image for alpine:3.12 02:37:59 ---> 9852663dfa18 02:37:59 Step 18/24 : EXPOSE 4000 02:37:59 ---> Running in db5928b67f73 02:38:00 Removing intermediate container db5928b67f73 02:38:00 ---> 366789798e32 02:38:00 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 02:38:03 ---> 4a483090df5d 02:38:03 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:38:03 ---> Running in 6d5366569d37 02:38:03 Removing intermediate container 6d5366569d37 02:38:03 ---> 19caf873862e 02:38:03 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:38:03 ---> Running in 0000643a7e41 02:38:04 Removing intermediate container 0000643a7e41 02:38:04 ---> 0408f9e7def3 02:38:04 Step 22/24 : LABEL arch=arm64 02:38:04 ---> Running in c61bb89fe6ff 02:38:04 Removing intermediate container c61bb89fe6ff 02:38:04 ---> 477b9ab07bfa 02:38:04 Step 23/24 : LABEL git_sha=f63bab984c54ff5b606b005beb238aca437a27d5 02:38:04 ---> Running in 44378c5f2e9a 02:38:04 Removing intermediate container 44378c5f2e9a 02:38:04 ---> 43d0078061fa 02:38:04 Step 24/24 : LABEL version=0.0.0 02:38:05 ---> Running in c7f22db97d56 02:38:05 Removing intermediate container c7f22db97d56 02:38:05 ---> 50280037a140 02:38:05 [Warning] One or more build-args [ARCH] were not consumed 02:38:05 Successfully built 50280037a140 02:38:05 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 02:38:06 ---> job-cost.sh 02:38:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jDrb 02:38:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:40:06 lf-activate-venv(): INFO: Adding /tmp/venv-jDrb/bin to PATH 02:40:06 INFO: No Stack... 02:40:06 INFO: Retrieving Pricing Info for: lf-standard-4 02:40:06 INFO: Archiving Costs [Pipeline] sh 02:40:07 + + cut -d, -f6 02:40:07 cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 02:40:07 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] 02:40:07 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] did not exist. Created. 02:40:07 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-347-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:40:07 /w/workspace/edgex-ui-go/2@tmp/durable-286e5c89/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-286e5c89/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:40:08 + echo total: 0.20999999344348907 [Pipeline] stash 02:40:08 Warning: overwriting stash ‘stack-cost’ 02:40:08 Stashed 1 file(s) [Pipeline] } 02:40:08 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-347-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 02:40:08 provisioning config files... 02:40:08 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/config231168592796711044tmp [Pipeline] { [Pipeline] sh 02:40:09 + set +x 02:40:09 + curl -s https://codecov.io/bash 02:40:09 + bash -s -- 02:40:09 02:40:09 _____ _ 02:40:09 / ____| | | 02:40:09 | | ___ __| | ___ ___ _____ __ 02:40:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:40:09 | |___| (_) | (_| | __/ (_| (_) \ V / 02:40:09 \_____\___/ \__,_|\___|\___\___/ \_/ 02:40:09 Bash-1.0.2 02:40:09 02:40:09 02:40:09 ==> git version 2.24.3 found 02:40:09 ==> 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 02:40:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:40:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:40:09 ==> Jenkins CI detected. 02:40:09 project root: . 02:40:09 --> token set from env 02:40:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:40:09 ==> Running gcov in . (disable via -X gcov) 02:40:09 ==> Python coveragepy not found 02:40:09 ==> Searching for coverage reports in: 02:40:09 + . 02:40:09 -> Found 1 reports 02:40:09 ==> Detecting git/mercurial file structure 02:40:09 ==> Reading reports 02:40:09 + ./coverage.out bytes=10 02:40:09 ==> Appending adjustments 02:40:09 https://docs.codecov.io/docs/fixing-reports 02:40:09 + Found adjustments 02:40:09 ==> Gzipping contents 02:40:09 4.0K /tmp/codecov.84pibE.gz 02:40:09 ==> Uploading reports 02:40:09 url: https://codecov.io 02:40:09 query: branch=PR-347&commit=f63bab984c54ff5b606b005beb238aca437a27d5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-347%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=347&job=&cmd_args= 02:40:09 -> Pinging Codecov 02:40:09 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-347&commit=f63bab984c54ff5b606b005beb238aca437a27d5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-347%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=347&job=&cmd_args= 02:40:10 -> Uploading to 02:40:10 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/FB506323287CE973F263BFD2A0EB1F37/f63bab984c54ff5b606b005beb238aca437a27d5/b8cfaa4d-68f1-4e39-8515-6db3cd4d9256.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T024010Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5e328a6fd038a90dd9b13591be52bbb7f213beb7b5614d1a41963f9c66c3f0d 02:40:10 % Total % Received % Xferd Average Speed Time Time Time Current 02:40:10 Dload Upload Total Spent Left Speed 02:40:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 8422 --:--:-- --:--:-- --:--:-- 8409 100 3902 0 0 100 3902 0 8419 --:--:-- --:--:-- --:--:-- 8409 02:40:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f63bab984c54ff5b606b005beb238aca437a27d5 [Pipeline] } 02:40:10 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 02:40:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:40:11 ---> package-listing.sh 02:40:11 ++ facter osfamily 02:40:11 ++ tr '[:upper:]' '[:lower:]' 02:40:11 + OS_FAMILY=redhat 02:40:11 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-347 02:40:11 + START_PACKAGES=/tmp/packages_start.txt 02:40:11 + END_PACKAGES=/tmp/packages_end.txt 02:40:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:40:11 + PACKAGES=/tmp/packages_start.txt 02:40:11 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-347 ']' 02:40:11 + PACKAGES=/tmp/packages_end.txt 02:40:11 + case "${OS_FAMILY}" in 02:40:11 + rpm -qa 02:40:11 + sort 02:40:18 + '[' -f /tmp/packages_start.txt ']' 02:40:18 + '[' -f /tmp/packages_end.txt ']' 02:40:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:40:18 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-347 ']' 02:40:18 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-347/archives/ 02:40:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-347/archives/ [Pipeline] echo 02:40:18 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-347/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:40:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:40:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:40:19 02:40:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:40:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:40:19 alpine: Pulling from edgex-lftools-log-publisher 02:40:19 df20fa9351a1: Pulling fs layer 02:40:19 36b3adc4ff6f: Pulling fs layer 02:40:19 8ad3a11d3b57: Pulling fs layer 02:40:19 46f8f816bc3b: Pulling fs layer 02:40:19 93b61091891f: Pulling fs layer 02:40:19 93b9cdb0e59b: Pulling fs layer 02:40:19 5e14af77c1be: Pulling fs layer 02:40:19 01666e4c0597: Pulling fs layer 02:40:19 aa168da1d23b: Pulling fs layer 02:40:19 46f8f816bc3b: Waiting 02:40:19 93b61091891f: Waiting 02:40:19 93b9cdb0e59b: Waiting 02:40:19 5e14af77c1be: Waiting 02:40:19 01666e4c0597: Waiting 02:40:19 aa168da1d23b: Waiting 02:40:19 36b3adc4ff6f: Verifying Checksum 02:40:19 36b3adc4ff6f: Download complete 02:40:19 46f8f816bc3b: Verifying Checksum 02:40:19 46f8f816bc3b: Download complete 02:40:19 df20fa9351a1: Verifying Checksum 02:40:19 93b9cdb0e59b: Download complete 02:40:19 5e14af77c1be: Verifying Checksum 02:40:19 5e14af77c1be: Download complete 02:40:19 01666e4c0597: Verifying Checksum 02:40:19 01666e4c0597: Download complete 02:40:19 93b61091891f: Verifying Checksum 02:40:19 93b61091891f: Download complete 02:40:20 8ad3a11d3b57: Verifying Checksum 02:40:20 8ad3a11d3b57: Download complete 02:40:20 df20fa9351a1: Pull complete 02:40:20 36b3adc4ff6f: Pull complete 02:40:21 8ad3a11d3b57: Pull complete 02:40:21 46f8f816bc3b: Pull complete 02:40:22 93b61091891f: Pull complete 02:40:22 93b9cdb0e59b: Pull complete 02:40:22 aa168da1d23b: Verifying Checksum 02:40:22 aa168da1d23b: Download complete 02:40:22 5e14af77c1be: Pull complete 02:40:22 01666e4c0597: Pull complete 02:40:31 aa168da1d23b: Pull complete 02:40:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:40:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:40:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:40:31 prd-centos7-docker-4c-2g-3156 does not seem to be running inside a container 02:40:31 $ 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-347/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-347 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-347:/w/workspace/edgexfoundry_edgex-ui-go_PR-347:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@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:10003/edgex-lftools-log-publisher:alpine cat 02:40:34 $ docker top 0a20ba1c0a4e93b4362339def657c39af633b75f1ec6f28ea2b18e76cf3a283a -eo pid,comm [Pipeline] { [Pipeline] sh 02:40:34 + touch /tmp/pre-build-complete [Pipeline] sh 02:40:35 + mkdir -p /var/log/sa [Pipeline] sh 02:40:35 + ls /var/log/sa-host 02:40:35 + sadf -c /var/log/sa-host/sa06 02:40:35 file_magic: OK 02:40:35 HZ: Using current value: 100 02:40:35 file_header: OK 02:40:35 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 02:40:35 Statistics: 02:40:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:40:35 File successfully converted to sysstat format version 12.2.1 02:40:35 + sadf -c /var/log/sa-host/sa23 02:40:35 file_magic: OK 02:40:35 HZ: Using current value: 100 02:40:35 file_header: OK 02:40:35 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 02:40:35 Statistics: 02:40:35 Hnuu...uuuununununu... 02:40:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:40:35 provisioning config files... 02:40:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp/config6856467893455484014tmp [Pipeline] { [Pipeline] echo 02:40:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:40:36 ---> create-netrc.sh [Pipeline] } 02:40:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:40:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:40:36 ---> python-tools-install.sh [Pipeline] echo 02:40:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:40:36 ---> sudo-logs.sh 02:40:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:40:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:40:37 ---> job-cost.sh 02:40:37 lf-activate-venv: SKIPPING 02:40:37 DEBUG: total: 0.20999999344348907 02:40:37 INFO: Retrieving Stack Cost... 02:40:38 INFO: Retrieving Pricing Info for: v1-standard-2 02:40:38 INFO: Archiving Costs [Pipeline] echo 02:40:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:40:39 ---> logs-deploy.sh 02:40:39 lf-activate-venv: SKIPPING 02:40:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-347/2 02:40:39 INFO: archiving workspace using pattern(s): 02:40:41 Archives upload complete. 02:40:41 INFO: archiving logs to Nexus 02:40:41 ---> uname -a: 02:40:41 Linux prd-centos7-docker-4c-2g-3156.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:40:41 02:40:41 02:40:41 ---> lscpu: 02:40:41 Architecture: x86_64 02:40:41 CPU op-mode(s): 32-bit, 64-bit 02:40:41 Byte Order: Little Endian 02:40:41 Address sizes: 40 bits physical, 48 bits virtual 02:40:41 CPU(s): 4 02:40:41 On-line CPU(s) list: 0-3 02:40:41 Thread(s) per core: 1 02:40:41 Core(s) per socket: 1 02:40:41 Socket(s): 4 02:40:41 NUMA node(s): 1 02:40:41 Vendor ID: GenuineIntel 02:40:41 CPU family: 6 02:40:41 Model: 44 02:40:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:40:41 Stepping: 1 02:40:41 CPU MHz: 2933.438 02:40:41 BogoMIPS: 5866.87 02:40:41 Virtualization: VT-x 02:40:41 Hypervisor vendor: KVM 02:40:41 Virtualization type: full 02:40:41 L1d cache: 128 KiB 02:40:41 L1i cache: 128 KiB 02:40:41 L2 cache: 16 MiB 02:40:41 L3 cache: 64 MiB 02:40:41 NUMA node0 CPU(s): 0-3 02:40:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:40:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:40:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:40:41 Vulnerability Meltdown: Mitigation; PTI 02:40:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:40:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:40:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:40:41 Vulnerability Srbds: Not affected 02:40:41 Vulnerability Tsx async abort: Not affected 02:40:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:40:41 02:40:41 02:40:41 ---> nproc: 02:40:41 4 02:40:41 02:40:41 02:40:41 ---> df -h: 02:40:41 Filesystem Size Used Available Use% Mounted on 02:40:41 overlay 50.0G 7.3G 42.7G 15% / 02:40:41 tmpfs 64.0M 0 64.0M 0% /dev 02:40:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:40:41 shm 64.0M 0 64.0M 0% /dev/shm 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-347 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-347@tmp 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:40:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:40:41 02:40:41 02:40:41 ---> free -m: 02:40:41 total used free shared buff/cache available 02:40:41 Mem: 1837 719 103 0 1014 1013 02:40:41 Swap: 1023 1 1022 02:40:41 02:40:41 02:40:41 ---> ip addr: 02:40:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:40:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:40:41 inet 127.0.0.1/8 scope host lo 02:40:41 valid_lft forever preferred_lft forever 02:40:41 inet6 ::1/128 scope host 02:40:41 valid_lft forever preferred_lft forever 02:40:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:40:41 link/ether fa:16:3e:18:93:52 brd ff:ff:ff:ff:ff:ff 02:40:41 inet 10.30.123.116/23 brd 10.30.123.255 scope global dynamic eth0 02:40:41 valid_lft 85765sec preferred_lft 85765sec 02:40:41 inet6 fe80::f816:3eff:fe18:9352/64 scope link 02:40:41 valid_lft forever preferred_lft forever 02:40:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:40:41 link/ether 02:42:b7:54:35:5a brd ff:ff:ff:ff:ff:ff 02:40:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:40:41 valid_lft forever preferred_lft forever 02:40:41 inet6 fe80::42:b7ff:fe54:355a/64 scope link 02:40:41 valid_lft forever preferred_lft forever 02:40:41 02:40:41 02:40:41 ---> sar -b -r -n DEV: 02:40:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 02:40:41 02:40:41 02:29:53 LINUX RESTART (4 CPU) 02:40:41 02:40:41 02:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:40:41 02:32:01 8.52 1.41 7.11 0.00 71.64 802.48 0.00 02:40:41 02:33:01 0.43 0.00 0.43 0.00 0.00 6.14 0.00 02:40:41 02:34:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 02:40:41 02:35:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 02:40:41 02:36:01 0.25 0.00 0.25 0.00 0.00 3.85 0.00 02:40:41 02:37:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 02:40:41 02:38:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 02:40:41 02:39:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 02:40:41 02:40:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 02:40:41 Average: 1.19 0.16 1.03 0.00 7.96 92.29 0.00 02:40:41 02:40:41 02:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:40:41 02:32:01 159724 0 616700 32.78 2620 1102500 1099020 37.51 446808 1073192 20 02:40:41 02:33:01 160384 0 616032 32.74 2620 1102508 1079476 36.84 461516 1058188 12 02:40:41 02:34:01 156884 0 619524 32.93 2620 1102516 1079764 36.85 463620 1059828 20 02:40:41 02:35:01 155600 0 620808 32.99 2620 1102516 1079680 36.85 479652 1044444 12 02:40:41 02:36:01 156692 0 619708 32.94 2620 1102524 1079560 36.84 473392 1049988 8 02:40:41 02:37:01 157364 0 619032 32.90 2620 1102528 1079476 36.84 473088 1049988 20 02:40:41 02:38:01 157216 0 619176 32.91 2620 1102532 1079476 36.84 472968 1049988 8 02:40:41 02:39:01 157332 0 619056 32.90 2620 1102536 1079476 36.84 473104 1049988 8 02:40:41 02:40:01 157340 0 619040 32.90 2620 1102544 1079476 36.84 472984 1049992 8 02:40:41 Average: 157615 0 618786 32.89 2620 1102523 1081712 36.92 468570 1053955 13 02:40:41 02:40:41 02:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:40:41 02:32:01 eth0 53.10 67.43 173.86 10.17 0.00 0.00 0.00 0.00 02:40:41 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:32:01 docker0 59.32 42.38 5.19 160.37 0.00 0.00 0.00 0.00 02:40:41 02:33:01 eth0 0.85 0.08 0.08 0.01 0.00 0.00 0.00 0.00 02:40:41 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:34:01 eth0 2.01 0.68 0.87 0.55 0.00 0.00 0.00 0.00 02:40:41 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:35:01 eth0 0.43 0.30 0.27 0.23 0.00 0.00 0.00 0.00 02:40:41 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:36:01 eth0 0.32 0.23 0.14 0.07 0.00 0.00 0.00 0.00 02:40:41 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:37:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:40:41 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:38:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:40:41 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:40:41 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 Average: eth0 6.34 7.67 19.48 1.23 0.00 0.00 0.00 0.00 02:40:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:40:41 Average: docker0 6.59 4.71 0.58 17.83 0.00 0.00 0.00 0.00 02:40:41 02:40:41 02:40:41 ---> sar -P ALL: 02:40:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 02:40:41 02:40:41 02:29:53 LINUX RESTART (4 CPU) 02:40:41 02:40:41 02:31:01 CPU %user %nice %system %iowait %steal %idle 02:40:41 02:32:01 all 1.08 0.00 0.46 0.05 0.03 98.38 02:40:41 02:32:01 0 1.00 0.00 0.57 0.02 0.03 98.38 02:40:41 02:32:01 1 1.33 0.00 0.45 0.07 0.03 98.12 02:40:41 02:32:01 2 0.92 0.00 0.43 0.07 0.03 98.55 02:40:41 02:32:01 3 1.07 0.00 0.38 0.05 0.02 98.48 02:40:41 02:33:01 all 0.14 0.00 0.07 0.00 0.01 99.79 02:40:41 02:33:01 0 0.03 0.00 0.07 0.00 0.00 99.90 02:40:41 02:33:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:40:41 02:33:01 2 0.40 0.00 0.03 0.00 0.00 99.57 02:40:41 02:33:01 3 0.07 0.00 0.12 0.00 0.03 99.78 02:40:41 02:34:01 all 0.18 0.00 0.07 0.00 0.01 99.74 02:40:41 02:34:01 0 0.08 0.00 0.07 0.00 0.02 99.83 02:40:41 02:34:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:40:41 02:34:01 2 0.52 0.00 0.07 0.00 0.02 99.40 02:40:41 02:34:01 3 0.08 0.00 0.08 0.00 0.02 99.82 02:40:41 02:35:01 all 0.13 0.00 0.06 0.00 0.01 99.80 02:40:41 02:35:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:40:41 02:35:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:40:41 02:35:01 2 0.28 0.00 0.03 0.00 0.00 99.68 02:40:41 02:35:01 3 0.12 0.00 0.15 0.00 0.00 99.73 02:40:41 02:36:01 all 0.14 0.00 0.24 0.00 0.05 99.58 02:40:41 02:36:01 0 0.08 0.00 0.28 0.00 0.05 99.58 02:40:41 02:36:01 1 0.27 0.00 0.12 0.00 0.05 99.57 02:40:41 02:36:01 2 0.13 0.00 0.38 0.00 0.03 99.45 02:40:41 02:36:01 3 0.07 0.00 0.17 0.00 0.05 99.72 02:40:41 02:37:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:40:41 02:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:40:41 02:37:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:40:41 02:37:01 2 0.07 0.00 0.05 0.00 0.02 99.87 02:40:41 02:37:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:40:41 02:38:01 all 0.16 0.00 0.02 0.00 0.00 99.82 02:40:41 02:38:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:40:41 02:38:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:40:41 02:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:40:41 02:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:40:41 02:39:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:40:41 02:39:01 0 0.03 0.00 0.05 0.00 0.02 99.90 02:40:41 02:39:01 1 0.50 0.00 0.02 0.00 0.00 99.48 02:40:41 02:39:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:40:41 02:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:40:41 02:40:01 all 0.17 0.00 0.02 0.00 0.00 99.81 02:40:41 02:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:40:41 02:40:01 1 0.53 0.00 0.02 0.00 0.02 99.43 02:40:41 02:40:01 2 0.07 0.00 0.03 0.00 0.00 99.90 02:40:41 02:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:40:41 Average: all 0.25 0.00 0.11 0.01 0.01 99.62 02:40:41 Average: 0 0.15 0.00 0.13 0.00 0.01 99.71 02:40:41 Average: 1 0.43 0.00 0.09 0.01 0.01 99.47 02:40:41 Average: 2 0.27 0.00 0.12 0.01 0.01 99.59 02:40:41 Average: 3 0.17 0.00 0.11 0.01 0.01 99.70 02:40:41 02:40:41 02:40:41