Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-796 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 90967dc4090d37bd76220bfe9e4fc5ca3976471c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:58:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:58:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:58:30 ========================================================= 14:58:30 EdgeX Global Pipelines Version Info 14:58:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:58:32 ------------------- 14:58:32 stable info: 14:58:32 ------------------- 14:58:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:58:32 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:58:32 Message: update stable to v1.0.186 14:58:33 ------------------- 14:58:33 experimental info: 14:58:33 ------------------- 14:58:33 Commited By: **** collab-it+edgex@linuxfoundation.org 14:58:33 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 14:58:33 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:58:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea9bf69 [Pipeline] echo 14:58:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:58:34 provisioning config files... 14:58:34 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1122014957724162962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:58:34 ---> docker-login.sh 14:58:34 nexus3.edgexfoundry.org:10001 14:58:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:35 Configure a credential helper to remove this warning. See 14:58:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:35 14:58:35 Login Succeeded 14:58:35 nexus3.edgexfoundry.org:10002 14:58:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:35 Configure a credential helper to remove this warning. See 14:58:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:35 14:58:35 Login Succeeded 14:58:35 nexus3.edgexfoundry.org:10003 14:58:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:35 Configure a credential helper to remove this warning. See 14:58:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:35 14:58:35 Login Succeeded 14:58:35 nexus3.edgexfoundry.org:10004 14:58:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:35 Configure a credential helper to remove this warning. See 14:58:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:35 14:58:35 Login Succeeded 14:58:35 docker.io 14:58:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:58:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:58:36 Configure a credential helper to remove this warning. See 14:58:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:58:36 14:58:36 Login Succeeded 14:58:36 ---> docker-login.sh ends [Pipeline] } 14:58:36 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 14:58:36 + git log --format=format:%s -1 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] echo 14:58:36 GIT_COMMIT: ea9bf69feb7e0ae1810f6b530247b33ac0e1a991, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 14:58:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:58:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:58:38 14:58:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:58:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:58:38 latest: Pulling from edgex-devops/git-semver 14:58:38 31603596830f: Pulling fs layer 14:58:38 2a8b12db71e7: Pulling fs layer 14:58:38 6ca5941a6612: Pulling fs layer 14:58:38 ecc8261a40a4: Pulling fs layer 14:58:38 ecc8261a40a4: Waiting 14:58:38 2a8b12db71e7: Download complete 14:58:38 31603596830f: Verifying Checksum 14:58:38 31603596830f: Download complete 14:58:38 ecc8261a40a4: Verifying Checksum 14:58:38 ecc8261a40a4: Download complete 14:58:38 6ca5941a6612: Verifying Checksum 14:58:38 6ca5941a6612: Download complete 14:58:38 31603596830f: Pull complete 14:58:39 2a8b12db71e7: Pull complete 14:58:40 6ca5941a6612: Pull complete 14:58:40 ecc8261a40a4: Pull complete 14:58:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:58:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:58:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:58:40 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 14:58:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:58:42 $ docker top c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:58:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:58:42 [ssh-agent] Looking for ssh-agent implementation... 14:58:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:58:42 $ docker exec c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f ssh-agent 14:58:42 SSH_AUTH_SOCK=/tmp/ssh-rAkVTJ3pUtU3/agent.13 14:58:42 SSH_AGENT_PID=18 14:58:42 Running ssh-add (command line suppressed) 14:58:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4045625172037242325.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4045625172037242325.key) 14:58:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:58:43 + git tag --points-at HEAD [Pipeline] } 14:58:43 $ docker exec --env ******** --env ******** c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f ssh-agent -k 14:58:43 unset SSH_AUTH_SOCK; 14:58:43 unset SSH_AGENT_PID; 14:58:43 echo Agent pid 18 killed; 14:58:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:58:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:58:43 [ssh-agent] Looking for ssh-agent implementation... 14:58:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:58:43 $ docker exec c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f ssh-agent 14:58:43 SSH_AUTH_SOCK=/tmp/ssh-bV04uFs3S1uC/agent.50 14:58:43 SSH_AGENT_PID=56 14:58:43 Running ssh-add (command line suppressed) 14:58:44 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4742217644230130737.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4742217644230130737.key) 14:58:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:58:44 + git semver init 14:58:44 # -> Open(): unable to determine branch for HEAD 14:58:44 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 14:58:44 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 14:58:44 # $SEMVER_REMOTE_NAME = origin 14:58:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:58:44 # $SEMVER_USER_NAME = edgex-jenkins 14:58:44 # $SEMVER_BRANCH = master 14:58:44 # $SEMVER_TEMP = /tmp/semver-803364824 14:58:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 14:58:46 # '/tmp/semver-803364824' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 14:58:46 # -> Force: false 14:58:46 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 14:58:46 $ docker exec --env ******** --env ******** c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f ssh-agent -k 14:58:46 unset SSH_AUTH_SOCK; 14:58:46 unset SSH_AGENT_PID; 14:58:46 echo Agent pid 56 killed; 14:58:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:58:46 + git semver [Pipeline] } 14:58:46 $ docker stop --time=1 c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f 14:58:48 $ docker rm -f c635006ca1921ad72c0e02f842b74a5ab9690104bd4e8c30ebcc373f1c80481f [Pipeline] // withDockerContainer [Pipeline] sh 14:58:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:58:49 Stashed 1 file(s) [Pipeline] echo 14:58:49 [edgeXSemver]: initialized semver on version 2.0.0-dev.40 [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 14:59:04 Still waiting to schedule task 14:59:04 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:59:04 Still waiting to schedule task 14:59:04 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-794’ 15:01:31 Running on prd-centos7-docker-4c-2g-797 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 15:01:31 Running in /w/workspace/edgex-ui-go/99 [Pipeline] { [Pipeline] checkout 15:01:33 using credential edgex-jenkins-ssh 15:01:33 Cloning the remote Git repository 15:01:33 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 15:01:33 > git init /w/workspace/edgex-ui-go/99 # timeout=10 15:01:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:01:33 > git --version # timeout=10 15:01:33 > git --version # 'git version 2.24.3' 15:01:33 using GIT_SSH to set credentials SSH Credentials for GitHub 15:01:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:01:35 Checking out Revision ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 (master) 15:01:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:01:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:01:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:01:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:01:34 using GIT_SSH to set credentials SSH Credentials for GitHub 15:01:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:01:35 > git config core.sparsecheckout # timeout=10 15:01:35 > git checkout -f ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 # timeout=10 15:01:39 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:01:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:01:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:01:41 + sudo service docker restart 15:01:41 + true 15:01:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:01:42 provisioning config files... 15:01:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/99@tmp/config2490406063096495508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:01:42 ---> docker-login.sh 15:01:42 nexus3.edgexfoundry.org:10001 15:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:42 Configure a credential helper to remove this warning. See 15:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:42 15:01:42 Login Succeeded 15:01:42 nexus3.edgexfoundry.org:10002 15:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:43 Configure a credential helper to remove this warning. See 15:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:43 15:01:43 Login Succeeded 15:01:43 nexus3.edgexfoundry.org:10003 15:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:43 Configure a credential helper to remove this warning. See 15:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:43 15:01:43 Login Succeeded 15:01:43 nexus3.edgexfoundry.org:10004 15:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:43 Configure a credential helper to remove this warning. See 15:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:43 15:01:43 Login Succeeded 15:01:43 docker.io 15:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:43 Configure a credential helper to remove this warning. See 15:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:43 15:01:43 Login Succeeded 15:01:43 ---> docker-login.sh ends [Pipeline] } 15:01:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:01:44 ========================================================= 15:01:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:01:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:01:44 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:01:44 Sending build context to Docker daemon 34.83MB 15:01:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:01:44 Step 2/8 : FROM ${BASE} 15:01:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:01:44 188c0c94c7c5: Pulling fs layer 15:01:44 0ef7d3d256c8: Pulling fs layer 15:01:44 de9db76c5a1d: Pulling fs layer 15:01:44 bca2f99d35d6: Pulling fs layer 15:01:44 93359f2a8cfa: Pulling fs layer 15:01:44 7c6f9722023f: Pulling fs layer 15:01:44 a35cf1a2eb13: Pulling fs layer 15:01:44 93359f2a8cfa: Waiting 15:01:44 7c6f9722023f: Waiting 15:01:44 a35cf1a2eb13: Waiting 15:01:44 bca2f99d35d6: Waiting 15:01:44 de9db76c5a1d: Verifying Checksum 15:01:44 de9db76c5a1d: Download complete 15:01:44 0ef7d3d256c8: Verifying Checksum 15:01:44 0ef7d3d256c8: Download complete 15:01:44 93359f2a8cfa: Download complete 15:01:44 7c6f9722023f: Download complete 15:01:44 188c0c94c7c5: Download complete 15:01:45 188c0c94c7c5: Pull complete 15:01:45 0ef7d3d256c8: Pull complete 15:01:45 de9db76c5a1d: Pull complete 15:01:47 a35cf1a2eb13: Verifying Checksum 15:01:47 a35cf1a2eb13: Download complete 15:01:47 bca2f99d35d6: Verifying Checksum 15:01:47 bca2f99d35d6: Download complete 15:01:53 bca2f99d35d6: Pull complete 15:01:53 93359f2a8cfa: Pull complete 15:01:53 7c6f9722023f: Pull complete 15:02:03 a35cf1a2eb13: Pull complete 15:02:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:02:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:02:03 ---> a62c8e92a672 15:02:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:02:03 ---> Running in a59d1a73414d 15:02:03 Removing intermediate container a59d1a73414d 15:02:03 ---> 60faaf750f57 15:02:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:02:03 ---> Running in d87dfbb425eb 15:02:03 Removing intermediate container d87dfbb425eb 15:02:03 ---> 03abbed1388b 15:02:03 Step 5/8 : RUN apk add --no-cache make git 15:02:03 ---> Running in ba44c807b57b 15:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:02:05 OK: 166 MiB in 39 packages 15:02:05 Removing intermediate container ba44c807b57b 15:02:05 ---> 1a2fb9c5da49 15:02:05 Step 6/8 : WORKDIR /edgex-ui-go 15:02:05 ---> Running in b50c198014da 15:02:05 Removing intermediate container b50c198014da 15:02:05 ---> e90157f4a874 15:02:05 Step 7/8 : COPY . . 15:02:09 ---> 5028950d9e44 15:02:09 Step 8/8 : RUN go mod download 15:02:09 ---> Running in a2421098cfe2 15:02:35 Removing intermediate container a2421098cfe2 15:02:35 ---> 4fe345904ed3 15:02:35 Successfully built 4fe345904ed3 15:02:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:02:35 + docker inspect -f . ci-base-image-x86_64 15:02:35 . [Pipeline] withDockerContainer 15:02:36 prd-centos7-docker-4c-2g-797 does not seem to be running inside a container 15:02:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/99 -v /w/workspace/edgex-ui-go/99:/w/workspace/edgex-ui-go/99:rw,z -v /w/workspace/edgex-ui-go/99@tmp:/w/workspace/edgex-ui-go/99@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 ******** ci-base-image-x86_64 cat 15:02:37 $ docker top d5219d3733f815c0c2c802e3ec6d6e0c85328fc43dfe039a071d22b5f1639690 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:37 + go version 15:02:37 go version go1.15.5 linux/amd64 [Pipeline] } 15:02:37 $ docker stop --time=1 d5219d3733f815c0c2c802e3ec6d6e0c85328fc43dfe039a071d22b5f1639690 15:02:38 $ docker rm -f d5219d3733f815c0c2c802e3ec6d6e0c85328fc43dfe039a071d22b5f1639690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:02:39 + docker inspect -f . ci-base-image-x86_64 15:02:39 . [Pipeline] withDockerContainer 15:02:39 prd-centos7-docker-4c-2g-797 does not seem to be running inside a container 15:02:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/99 -v /w/workspace/edgex-ui-go/99:/w/workspace/edgex-ui-go/99:rw,z -v /w/workspace/edgex-ui-go/99@tmp:/w/workspace/edgex-ui-go/99@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 ******** ci-base-image-x86_64 cat 15:02:40 $ docker top 04fd1c12cb5180637e7b7330c28e1d662128ea8712d58a88b1ff82f79c66aa42 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:40 + make test 15:02:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:02:42 ? github.com/edgexfoundry/edgex-ui-go [no test files] 15:02:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-798 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 15:02:46 Running in /w/workspace/edgex-ui-go/99 [Pipeline] { [Pipeline] checkout 15:02:52 using credential edgex-jenkins-ssh 15:02:52 Cloning the remote Git repository 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 15:02:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 15:02:52 GO111MODULE=on go vet ./... 15:02:52 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 15:02:52 > git init /w/workspace/edgex-ui-go/99 # timeout=10 15:02:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:02:52 > git --version # timeout=10 15:02:52 > git --version # 'git version 2.17.1' 15:02:52 using GIT_SSH to set credentials SSH Credentials for GitHub 15:02:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 15:02:53 $ docker stop --time=1 04fd1c12cb5180637e7b7330c28e1d662128ea8712d58a88b1ff82f79c66aa42 15:02:55 Checking out Revision ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 (master) 15:02:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:02:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:02:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 15:02:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 15:02:54 using GIT_SSH to set credentials SSH Credentials for GitHub 15:02:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:02:55 > git config core.sparsecheckout # timeout=10 15:02:55 > git checkout -f ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 # timeout=10 15:02:56 $ docker rm -f 04fd1c12cb5180637e7b7330c28e1d662128ea8712d58a88b1ff82f79c66aa42 [Pipeline] // withDockerContainer [Pipeline] sh 15:02:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:02:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:02:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:02:59 + ls -al . 15:02:59 total 92 15:02:59 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 19 15:02 . 15:02:59 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 15:01 .. 15:02:59 drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 15:01 assets 15:02:59 drwxrwxr-x. 2 jenkins jenkins 35 Apr 19 15:01 bin 15:02:59 drwxrwxr-x. 3 jenkins jenkins 29 Apr 19 15:01 cmd 15:02:59 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 19 15:01 CONTRIBUTING.md 15:02:59 -rw-r--r--. 1 jenkins jenkins 10 Apr 19 15:02 coverage.out 15:02:59 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 19 15:01 Dockerfile 15:02:59 -rw-rw-r--. 1 jenkins jenkins 902 Apr 19 15:01 Dockerfile.build 15:02:59 drwxrwxr-x. 5 jenkins jenkins 104 Apr 19 15:01 docs 15:02:59 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 15:01 .git 15:02:59 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 15:01 .github 15:02:59 -rw-rw-r--. 1 jenkins jenkins 162 Apr 19 15:01 .gitignore 15:02:59 -rw-rw-r--. 1 jenkins jenkins 987 Apr 19 15:01 go.mod 15:02:59 -rw-r--r--. 1 jenkins jenkins 22392 Apr 19 15:02 go.sum 15:02:59 drwxrwxr-x. 10 jenkins jenkins 139 Apr 19 15:01 internal 15:02:59 -rw-rw-r--. 1 jenkins jenkins 652 Apr 19 15:01 Jenkinsfile 15:02:59 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 19 15:01 LICENSE 15:02:59 -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 15:01 Makefile 15:02:59 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 19 15:01 README.md 15:02:59 -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 14:58 VERSION 15:02:59 -rw-rw-r--. 1 jenkins jenkins 155 Apr 19 15:01 version.go 15:02:59 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 19 15:01 web [Pipeline] isUnix [Pipeline] sh 15:02:59 + 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=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 --label arch=amd64 --label version=2.0.0-dev.40 . 15:03:00 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 15:03:00 Sending build context to Docker daemon 34.85MB 15:03:00 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:03:00 Step 2/24 : FROM ${BASE} AS builder 15:03:00 ---> 4fe345904ed3 15:03:00 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:03:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:03:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 15:03:01 ---> Running in df1766982077 15:03:01 Removing intermediate container df1766982077 15:03:01 ---> 791c927670d3 15:03:01 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 15:03:01 ---> Running in c58149b22aaa [Pipeline] sh 15:03:02 Removing intermediate container c58149b22aaa 15:03:02 ---> f093bdebd776 15:03:02 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:03:02 ---> Running in 742f405176aa 15:03:02 + true 15:03:02 + sudo service docker restart 15:03:02 Removing intermediate container 742f405176aa 15:03:02 ---> aee11d191a05 15:03:02 Step 6/24 : LABEL Name=edgex-ui-go 15:03:02 ---> Running in 436927ac723d 15:03:02 Removing intermediate container 436927ac723d 15:03:02 ---> 406c2f9c1182 15:03:02 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 15:03:02 ---> Running in 0da3b51e38e4 15:03:02 Removing intermediate container 0da3b51e38e4 15:03:02 ---> 9ed9d5e2229f 15:03:02 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:03:02 ---> Running in 6cd3f7833d24 15:03:03 Removing intermediate container 6cd3f7833d24 15:03:03 ---> 0f724b89cb15 15:03:03 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:03:03 ---> Running in efc8287e8977 15:03:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:03:04 provisioning config files... 15:03:04 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/99@tmp/config6546369872165934431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:03:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:03:05 OK: 166 MiB in 39 packages 15:03:05 ---> docker-login.sh 15:03:05 nexus3.edgexfoundry.org:10001 15:03:05 Removing intermediate container efc8287e8977 15:03:05 ---> aab9511bc806 15:03:05 Step 10/24 : ENV GO111MODULE=on 15:03:05 ---> Running in e31607eadef1 15:03:05 Removing intermediate container e31607eadef1 15:03:05 ---> 143bef3ec6b3 15:03:05 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:03:05 ---> Running in cffb5ec79124 15:03:05 Removing intermediate container cffb5ec79124 15:03:05 ---> 296b844f6ce1 15:03:05 Step 12/24 : COPY go.mod . 15:03:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:06 ---> 369a8016b761 15:03:06 Step 13/24 : COPY Makefile . 15:03:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:06 Configure a credential helper to remove this warning. See 15:03:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:06 15:03:06 Login Succeeded 15:03:06 nexus3.edgexfoundry.org:10002 15:03:06 ---> 8878203aea97 15:03:06 Step 14/24 : RUN make update 15:03:06 ---> Running in bebbb1db7cd0 15:03:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:07 Configure a credential helper to remove this warning. See 15:03:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:07 15:03:07 Login Succeeded 15:03:07 nexus3.edgexfoundry.org:10003 15:03:07 CGO_ENABLED=0 GO111MODULE=on go mod download 15:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:07 Removing intermediate container bebbb1db7cd0 15:03:07 ---> b75e89f43987 15:03:07 Step 15/24 : COPY . . 15:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:07 Configure a credential helper to remove this warning. See 15:03:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:07 15:03:07 Login Succeeded 15:03:07 nexus3.edgexfoundry.org:10004 15:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:08 Configure a credential helper to remove this warning. See 15:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:08 15:03:08 Login Succeeded 15:03:08 docker.io 15:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:08 Configure a credential helper to remove this warning. See 15:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:08 15:03:08 Login Succeeded 15:03:08 ---> docker-login.sh ends [Pipeline] } 15:03:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:03:09 ========================================================= 15:03:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:03:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:03:09 ---> a3c227586492 15:03:09 Step 16/24 : RUN ${MAKE} 15:03:09 + 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 . 15:03:09 ---> Running in 428d2756b6cc 15:03:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.40" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 15:03:10 Sending build context to Docker daemon 34.83MB 15:03:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:03:10 Step 2/8 : FROM ${BASE} 15:03:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:03:10 5f621e34cdf4: Pulling fs layer 15:03:10 a4357932f1b6: Pulling fs layer 15:03:10 18c013af1878: Pulling fs layer 15:03:10 00ac8860ef70: Pulling fs layer 15:03:10 63d7cb157983: Pulling fs layer 15:03:10 b116817d02f9: Pulling fs layer 15:03:10 745a02a5169b: Pulling fs layer 15:03:10 b116817d02f9: Waiting 15:03:10 00ac8860ef70: Waiting 15:03:10 745a02a5169b: Waiting 15:03:10 18c013af1878: Verifying Checksum 15:03:10 18c013af1878: Download complete 15:03:10 a4357932f1b6: Verifying Checksum 15:03:10 a4357932f1b6: Download complete 15:03:10 63d7cb157983: Download complete 15:03:10 b116817d02f9: Verifying Checksum 15:03:10 b116817d02f9: Download complete 15:03:10 5f621e34cdf4: Verifying Checksum 15:03:10 5f621e34cdf4: Download complete 15:03:11 5f621e34cdf4: Pull complete 15:03:11 a4357932f1b6: Pull complete 15:03:12 18c013af1878: Pull complete 15:03:13 745a02a5169b: Verifying Checksum 15:03:13 745a02a5169b: Download complete 15:03:13 00ac8860ef70: Verifying Checksum 15:03:13 00ac8860ef70: Download complete 15:03:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:03:22 Removing intermediate container 428d2756b6cc 15:03:22 ---> 45442828ee15 15:03:22 Step 17/24 : FROM alpine:3.12 15:03:22 3.12: Pulling from library/alpine 15:03:22 339de151aab4: Pulling fs layer 15:03:22 339de151aab4: Download complete 15:03:23 339de151aab4: Pull complete 15:03:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:03:23 Status: Downloaded newer image for alpine:3.12 15:03:23 ---> 13621d1b12d4 15:03:23 Step 18/24 : EXPOSE 4000 15:03:23 ---> Running in 8de6ac3ee45a 15:03:23 Removing intermediate container 8de6ac3ee45a 15:03:23 ---> 6b6190564970 15:03:23 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 15:03:24 00ac8860ef70: Pull complete 15:03:24 63d7cb157983: Pull complete 15:03:24 b116817d02f9: Pull complete 15:03:24 ---> 58fdb655248b 15:03:24 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 15:03:24 ---> Running in a579eee2540a 15:03:25 Removing intermediate container a579eee2540a 15:03:25 ---> c15cef237cde 15:03:25 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 15:03:25 ---> Running in a27e6cc7cd2a 15:03:25 Removing intermediate container a27e6cc7cd2a 15:03:25 ---> d7aebd98c7b0 15:03:25 Step 22/24 : LABEL arch=amd64 15:03:25 ---> Running in bdf6c3e6910b 15:03:25 Removing intermediate container bdf6c3e6910b 15:03:25 ---> ab6d73e6a6ad 15:03:25 Step 23/24 : LABEL git_sha=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 15:03:25 ---> Running in 2ca33f7cbda6 15:03:25 Removing intermediate container 2ca33f7cbda6 15:03:25 ---> 5b471d27a749 15:03:25 Step 24/24 : LABEL version=2.0.0-dev.40 15:03:25 ---> Running in ff889db1ac3e 15:03:25 Removing intermediate container ff889db1ac3e 15:03:25 ---> 89962a05d8e1 15:03:25 [Warning] One or more build-args [ARCH] were not consumed 15:03:26 Successfully built 89962a05d8e1 15:03:26 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:03:26 provisioning config files... 15:03:26 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/99@tmp/config8283376789463298522tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:03:26 ---> docker-login.sh 15:03:26 nexus3.edgexfoundry.org:10001 15:03:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:26 Configure a credential helper to remove this warning. See 15:03:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:26 15:03:26 Login Succeeded 15:03:26 nexus3.edgexfoundry.org:10002 15:03:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:26 Configure a credential helper to remove this warning. See 15:03:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:26 15:03:26 Login Succeeded 15:03:27 nexus3.edgexfoundry.org:10003 15:03:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:27 Configure a credential helper to remove this warning. See 15:03:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:27 15:03:27 Login Succeeded 15:03:27 nexus3.edgexfoundry.org:10004 15:03:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:27 Configure a credential helper to remove this warning. See 15:03:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:27 15:03:27 Login Succeeded 15:03:27 docker.io 15:03:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:27 Configure a credential helper to remove this warning. See 15:03:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:27 15:03:27 Login Succeeded 15:03:27 ---> docker-login.sh ends [Pipeline] } 15:03:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:03:27 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 15:03:27 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 15:03:27 latest 15:03:27 2.0.0-dev.40 15:03:27 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 15:03:27 master 15:03:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:03:28 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] isUnix [Pipeline] sh 15:03:28 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 15:03:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:03:28 1996512d4cd1: Preparing 15:03:28 32f366d666a5: Preparing 15:03:28 32f366d666a5: Layer already exists 15:03:28 745a02a5169b: Pull complete 15:03:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:03:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:03:28 ---> b7e6874047d6 15:03:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:03:31 1996512d4cd1: Pushed 15:03:31 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 15:03:31 ---> Running in a151874ce25d 15:03:31 Removing intermediate container a151874ce25d 15:03:31 ---> 58f62dbcfe79 15:03:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:03:31 ---> Running in 50c5a671e312 [Pipeline] isUnix [Pipeline] sh 15:03:31 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 15:03:32 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 15:03:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:03:32 1996512d4cd1: Preparing 15:03:32 32f366d666a5: Preparing 15:03:32 1996512d4cd1: Layer already exists 15:03:32 32f366d666a5: Layer already exists 15:03:32 latest: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [Pipeline] isUnix [Pipeline] sh 15:03:32 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.40 [Pipeline] isUnix [Pipeline] sh 15:03:32 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.40 15:03:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:03:32 1996512d4cd1: Preparing 15:03:32 32f366d666a5: Preparing 15:03:32 1996512d4cd1: Layer already exists 15:03:32 32f366d666a5: Layer already exists 15:03:32 2.0.0-dev.40: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [Pipeline] isUnix [Pipeline] sh 15:03:33 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [Pipeline] isUnix [Pipeline] sh 15:03:33 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 15:03:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:03:33 1996512d4cd1: Preparing 15:03:33 32f366d666a5: Preparing 15:03:33 32f366d666a5: Layer already exists 15:03:33 1996512d4cd1: Layer already exists 15:03:33 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [Pipeline] isUnix [Pipeline] sh 15:03:33 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 15:03:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 15:03:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 15:03:34 1996512d4cd1: Preparing 15:03:34 32f366d666a5: Preparing 15:03:34 1996512d4cd1: Layer already exists 15:03:34 32f366d666a5: Layer already exists 15:03:34 master: digest: sha256:5f52291e7d39f0c6d99a70aa7e999926d76787bfa94bc6e85c51ee5a57cf0bd3 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:03:34 ===================================================== 15:03:34 Removing intermediate container 50c5a671e312 15:03:34 ---> 8c612e7fc2b0 15:03:34 Step 5/8 : RUN apk add --no-cache make git 15:03:34 ---> Running in 7e9029caf1d9 [Pipeline] echo 15:03:34 taggedImages: 15:03:34 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 15:03:34 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 15:03:34 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.40 15:03:34 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 15:03:34 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:03:34 ---> job-cost.sh 15:03:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4ha9 15:03:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:36 OK: 142 MiB in 39 packages 15:03:37 Removing intermediate container 7e9029caf1d9 15:03:37 ---> 801f16beb55c 15:03:37 Step 6/8 : WORKDIR /edgex-ui-go 15:03:37 ---> Running in 5f278911b681 15:03:38 Removing intermediate container 5f278911b681 15:03:38 ---> 955522c92db9 15:03:38 Step 7/8 : COPY . . 15:03:41 ---> b34bc48a9c0d 15:03:41 Step 8/8 : RUN go mod download 15:03:41 ---> Running in 5d3025e7b493 15:03:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:04:13 Removing intermediate container 5d3025e7b493 15:04:13 ---> 6cd6a7b80986 15:04:13 Successfully built 6cd6a7b80986 15:04:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:04:14 + docker inspect -f . ci-base-image-arm64 15:04:14 . [Pipeline] withDockerContainer 15:04:14 prd-ubuntu18.04-docker-arm64-4c-16g-798 does not seem to be running inside a container 15:04:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/99 -v /w/workspace/edgex-ui-go/99:/w/workspace/edgex-ui-go/99:rw,z -v /w/workspace/edgex-ui-go/99@tmp:/w/workspace/edgex-ui-go/99@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 ******** ci-base-image-arm64 cat 15:04:16 $ docker top 8f3443b03970be65e0a59e5b6d51c027998585ffdc735ecd3275a45b593f2322 -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:16 + go version 15:04:16 go version go1.15.5 linux/arm64 [Pipeline] } 15:04:16 $ docker stop --time=1 8f3443b03970be65e0a59e5b6d51c027998585ffdc735ecd3275a45b593f2322 15:04:18 $ docker rm -f 8f3443b03970be65e0a59e5b6d51c027998585ffdc735ecd3275a45b593f2322 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:04:19 + docker inspect -f . ci-base-image-arm64 15:04:19 . [Pipeline] withDockerContainer 15:04:19 prd-ubuntu18.04-docker-arm64-4c-16g-798 does not seem to be running inside a container 15:04:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/99 -v /w/workspace/edgex-ui-go/99:/w/workspace/edgex-ui-go/99:rw,z -v /w/workspace/edgex-ui-go/99@tmp:/w/workspace/edgex-ui-go/99@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 ******** ci-base-image-arm64 cat 15:04:21 $ docker top 148991f164c0f1bda706f1d275dbfbeba7be7afdadbfa7bf0916c158e45bc79d -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:21 lf-activate-venv(): INFO: Adding /tmp/venv-4ha9/bin to PATH 15:04:21 INFO: No Stack... 15:04:21 INFO: Retrieving Pricing Info for: v1-standard-2 15:04:21 INFO: Archiving Costs [Pipeline] sh 15:04:22 + cat /w/workspace/edgex-ui-go/99/archives/cost.csv 15:04:22 + cut -d, -f6 [Pipeline] lock 15:04:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] 15:04:22 Resource [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] did not exist. Created. 15:04:22 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:04:22 + make test 15:04:22 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:04:22 + echo total: 0.029999999329447746 [Pipeline] stash 15:04:22 Stashed 1 file(s) [Pipeline] } 15:04:22 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:04:23 ? github.com/edgexfoundry/edgex-ui-go [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 15:04:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 15:04:50 GO111MODULE=on go vet ./... [Pipeline] } 15:04:57 $ docker stop --time=1 148991f164c0f1bda706f1d275dbfbeba7be7afdadbfa7bf0916c158e45bc79d 15:04:59 $ docker rm -f 148991f164c0f1bda706f1d275dbfbeba7be7afdadbfa7bf0916c158e45bc79d [Pipeline] // withDockerContainer [Pipeline] sh 15:05:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:05:00 Warning: overwriting stash ‘coverage-report’ 15:05:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:05:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:05:02 + ls -al . 15:05:02 total 124 15:05:02 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 15:04 . 15:05:02 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 15:02 .. 15:05:02 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 15:02 .git 15:05:02 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 15:02 .github 15:05:02 -rw-rw-r-- 1 jenkins jenkins 162 Apr 19 15:02 .gitignore 15:05:02 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 19 15:02 CONTRIBUTING.md 15:05:02 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 19 15:02 Dockerfile 15:05:02 -rw-rw-r-- 1 jenkins jenkins 902 Apr 19 15:02 Dockerfile.build 15:05:02 -rw-rw-r-- 1 jenkins jenkins 652 Apr 19 15:02 Jenkinsfile 15:05:02 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 19 15:02 LICENSE 15:05:02 -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 15:02 Makefile 15:05:02 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 19 15:02 README.md 15:05:02 -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 14:58 VERSION 15:05:02 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 15:02 assets 15:05:02 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 15:02 bin 15:05:02 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 15:02 cmd 15:05:02 -rw-r--r-- 1 jenkins jenkins 10 Apr 19 15:04 coverage.out 15:05:02 drwxrwxr-x 5 jenkins jenkins 4096 Apr 19 15:02 docs 15:05:02 -rw-rw-r-- 1 jenkins jenkins 987 Apr 19 15:02 go.mod 15:05:02 -rw-r--r-- 1 jenkins jenkins 22392 Apr 19 15:04 go.sum 15:05:02 drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 15:02 internal 15:05:02 -rw-rw-r-- 1 jenkins jenkins 155 Apr 19 15:02 version.go 15:05:02 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 15:02 web [Pipeline] isUnix [Pipeline] sh 15:05:02 + 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=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 --label arch=arm64 --label version=2.0.0-dev.40 . 15:05:03 Sending build context to Docker daemon 34.85MB 15:05:03 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:05:03 Step 2/24 : FROM ${BASE} AS builder 15:05:03 ---> 6cd6a7b80986 15:05:03 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 15:05:04 ---> Running in 7d0b6f5cebf2 15:05:05 Removing intermediate container 7d0b6f5cebf2 15:05:05 ---> f94108741379 15:05:05 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 15:05:05 ---> Running in 7123311d8704 15:05:05 Removing intermediate container 7123311d8704 15:05:05 ---> dc1ce24e743c 15:05:05 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:05:05 ---> Running in 59189a055e4c 15:05:06 Removing intermediate container 59189a055e4c 15:05:06 ---> 6a6f04ea6979 15:05:06 Step 6/24 : LABEL Name=edgex-ui-go 15:05:06 ---> Running in e6ed3ef63c17 15:05:06 Removing intermediate container e6ed3ef63c17 15:05:06 ---> e790d0b79ce5 15:05:06 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 15:05:06 ---> Running in 929aee4edbaa 15:05:07 Removing intermediate container 929aee4edbaa 15:05:07 ---> ff145de30f5e 15:05:07 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:07 ---> Running in 2ba792d3ad91 15:05:09 Removing intermediate container 2ba792d3ad91 15:05:09 ---> 8cd24f46c149 15:05:09 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:05:09 ---> Running in adb4eac26d61 15:05:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:12 OK: 142 MiB in 39 packages 15:05:13 Removing intermediate container adb4eac26d61 15:05:13 ---> b9b321696229 15:05:13 Step 10/24 : ENV GO111MODULE=on 15:05:13 ---> Running in dcf8c23d863a 15:05:14 Removing intermediate container dcf8c23d863a 15:05:14 ---> e4fe2efc86a2 15:05:14 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 15:05:14 ---> Running in 59f0eb69be25 15:05:14 Removing intermediate container 59f0eb69be25 15:05:14 ---> 25f677934a57 15:05:14 Step 12/24 : COPY go.mod . 15:05:15 ---> e06a67b21683 15:05:15 Step 13/24 : COPY Makefile . 15:05:16 ---> 1e98113d6adc 15:05:16 Step 14/24 : RUN make update 15:05:16 ---> Running in e40886d50c93 15:05:17 CGO_ENABLED=0 GO111MODULE=on go mod download 15:05:18 Removing intermediate container e40886d50c93 15:05:18 ---> 5c734c1da454 15:05:18 Step 15/24 : COPY . . 15:05:22 ---> 0ed5325a1774 15:05:22 Step 16/24 : RUN ${MAKE} 15:05:22 ---> Running in f4969f3cb485 15:05:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.40" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 15:05:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:05:56 Removing intermediate container f4969f3cb485 15:05:56 ---> fe08fbb29e69 15:05:56 Step 17/24 : FROM alpine:3.12 15:05:56 3.12: Pulling from library/alpine 15:05:56 d2f70382dc9a: Pulling fs layer 15:05:56 d2f70382dc9a: Verifying Checksum 15:05:57 d2f70382dc9a: Pull complete 15:05:57 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:05:57 Status: Downloaded newer image for alpine:3.12 15:05:57 ---> 9852663dfa18 15:05:57 Step 18/24 : EXPOSE 4000 15:05:57 ---> Running in 753ae7ac55a9 15:05:57 Removing intermediate container 753ae7ac55a9 15:05:57 ---> fdef43c1e270 15:05:57 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 15:06:00 ---> 987a959618d0 15:06:00 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 15:06:00 ---> Running in e8bd82e4b59f 15:06:00 Removing intermediate container e8bd82e4b59f 15:06:00 ---> 829bedcc8b60 15:06:00 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 15:06:00 ---> Running in 741a761dffdd 15:06:01 Removing intermediate container 741a761dffdd 15:06:01 ---> 82e71b4d77e4 15:06:01 Step 22/24 : LABEL arch=arm64 15:06:01 ---> Running in 9f9e83314ea8 15:06:01 Removing intermediate container 9f9e83314ea8 15:06:01 ---> 3351c7ab51fb 15:06:01 Step 23/24 : LABEL git_sha=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 15:06:01 ---> Running in 31a84542b699 15:06:02 Removing intermediate container 31a84542b699 15:06:02 ---> 208ddbaa27ee 15:06:02 Step 24/24 : LABEL version=2.0.0-dev.40 15:06:02 ---> Running in 4bbbe7bc270e 15:06:03 Removing intermediate container 4bbbe7bc270e 15:06:03 ---> 762c9a773d7a 15:06:03 [Warning] One or more build-args [ARCH] were not consumed 15:06:03 Successfully built 762c9a773d7a 15:06:03 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:06:03 provisioning config files... 15:06:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/99@tmp/config2917792614352179680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:06:03 ---> docker-login.sh 15:06:03 nexus3.edgexfoundry.org:10001 15:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:03 Configure a credential helper to remove this warning. See 15:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:03 15:06:03 Login Succeeded 15:06:03 nexus3.edgexfoundry.org:10002 15:06:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:04 Configure a credential helper to remove this warning. See 15:06:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:04 15:06:04 Login Succeeded 15:06:04 nexus3.edgexfoundry.org:10003 15:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:05 Configure a credential helper to remove this warning. See 15:06:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:05 15:06:05 Login Succeeded 15:06:05 nexus3.edgexfoundry.org:10004 15:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:05 Configure a credential helper to remove this warning. See 15:06:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:05 15:06:05 Login Succeeded 15:06:05 docker.io 15:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:06:06 Configure a credential helper to remove this warning. See 15:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:06:06 15:06:06 Login Succeeded 15:06:06 ---> docker-login.sh ends [Pipeline] } 15:06:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:06:06 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 15:06:06 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 15:06:06 latest 15:06:06 2.0.0-dev.40 15:06:06 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 15:06:06 master 15:06:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:06:07 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] isUnix [Pipeline] sh 15:06:07 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 15:06:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:06:07 a908f9898dfa: Preparing 15:06:07 3fbe34a1663b: Preparing 15:06:07 3fbe34a1663b: Layer already exists 15:06:14 a908f9898dfa: Pushed 15:06:14 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] isUnix [Pipeline] sh 15:06:14 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:06:15 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 15:06:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:06:15 a908f9898dfa: Preparing 15:06:15 3fbe34a1663b: Preparing 15:06:15 a908f9898dfa: Layer already exists 15:06:15 3fbe34a1663b: Layer already exists 15:06:15 latest: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] isUnix [Pipeline] sh 15:06:15 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.40 [Pipeline] isUnix [Pipeline] sh 15:06:15 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.40 15:06:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:06:15 a908f9898dfa: Preparing 15:06:15 3fbe34a1663b: Preparing 15:06:15 3fbe34a1663b: Layer already exists 15:06:15 a908f9898dfa: Layer already exists 15:06:16 2.0.0-dev.40: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] isUnix [Pipeline] sh 15:06:16 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 [Pipeline] isUnix [Pipeline] sh 15:06:16 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 15:06:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:06:16 a908f9898dfa: Preparing 15:06:16 3fbe34a1663b: Preparing 15:06:16 3fbe34a1663b: Layer already exists 15:06:16 a908f9898dfa: Layer already exists 15:06:17 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] isUnix [Pipeline] sh 15:06:17 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:06:17 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 15:06:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 15:06:17 a908f9898dfa: Preparing 15:06:17 3fbe34a1663b: Preparing 15:06:17 3fbe34a1663b: Layer already exists 15:06:17 a908f9898dfa: Layer already exists 15:06:18 master: digest: sha256:23169fb2863cfcc4f5dd28e177fa4e4de1855acc83cf3bca760618dd5b90d301 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:06:18 ===================================================== [Pipeline] echo 15:06:18 taggedImages: 15:06:18 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 15:06:18 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 15:06:18 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.40 15:06:18 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:ea9bf69feb7e0ae1810f6b530247b33ac0e1a991-2.0.0-dev.40 15:06:18 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:06:18 ---> job-cost.sh 15:06:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VI9Q 15:06:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:08:34 lf-activate-venv(): INFO: Adding /tmp/venv-VI9Q/bin to PATH 15:08:34 INFO: No Stack... 15:08:34 INFO: Retrieving Pricing Info for: lf-standard-4 15:08:34 INFO: Archiving Costs [Pipeline] sh 15:08:34 + cut -d, -f6 15:08:34 + cat /w/workspace/edgex-ui-go/99/archives/cost.csv [Pipeline] lock 15:08:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] 15:08:34 Resource [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] did not exist. Created. 15:08:34 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:08:35 /w/workspace/edgex-ui-go/99@tmp/durable-064cfd18/script.sh: 1: /w/workspace/edgex-ui-go/99@tmp/durable-064cfd18/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:08:35 + echo total: 0.20999999344348907 [Pipeline] stash 15:08:35 Warning: overwriting stash ‘stack-cost’ 15:08:35 Stashed 1 file(s) [Pipeline] } 15:08:35 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-99-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 15:08:36 provisioning config files... 15:08:36 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7316408326773200042tmp [Pipeline] { [Pipeline] sh 15:08:36 + set +x 15:08:36 + curl -s https://codecov.io/bash 15:08:36 + bash -s -- 15:08:36 15:08:36 _____ _ 15:08:36 / ____| | | 15:08:36 | | ___ __| | ___ ___ _____ __ 15:08:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:08:36 | |___| (_) | (_| | __/ (_| (_) \ V / 15:08:36 \_____\___/ \__,_|\___|\___\___/ \_/ 15:08:36 Bash-1.0.1 15:08:36 15:08:36 15:08:36 ==> git version 2.24.3 found 15:08:36 ==> 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 15:08:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:08:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:08:36 ==> Jenkins CI detected. 15:08:36 project root: . 15:08:36 --> token set from env 15:08:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:08:36 ==> Running gcov in . (disable via -X gcov) 15:08:36 ==> Python coveragepy not found 15:08:36 ==> Searching for coverage reports in: 15:08:36 + . 15:08:36 -> Found 1 reports 15:08:36 ==> Detecting git/mercurial file structure 15:08:36 ==> Reading reports 15:08:36 + ./coverage.out bytes=10 15:08:36 ==> Appending adjustments 15:08:36 https://docs.codecov.io/docs/fixing-reports 15:08:37 + Found adjustments 15:08:37 ==> Gzipping contents 15:08:37 4.0K /tmp/codecov.hLwoqJ.gz 15:08:37 ==> Uploading reports 15:08:37 url: https://codecov.io 15:08:37 query: branch=master&commit=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:08:37 -> Pinging Codecov 15:08:37 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=ea9bf69feb7e0ae1810f6b530247b33ac0e1a991&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:08:37 -> Uploading to 15:08:37 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/FB506323287CE973F263BFD2A0EB1F37/ea9bf69feb7e0ae1810f6b530247b33ac0e1a991/f353a580-1641-44e6-8e1b-f6ecdaafff43.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T150837Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=91a2e66bdd63eabd694d59fbbad0cb04f0e31f9f33d46b5469c5f438a0338c4a 15:08:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:08:37 Dload Upload Total Spent Left Speed 15:08:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 8127 --:--:-- --:--:-- --:--:-- 8129 100 3902 0 0 100 3902 0 8125 --:--:-- --:--:-- --:--:-- 8112 15:08:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] } 15:08:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:08:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:08:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:08:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:08:38 15:08:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:08:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:08:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:08:38 188c0c94c7c5: Pulling fs layer 15:08:38 0ef7d3d256c8: Pulling fs layer 15:08:38 de9db76c5a1d: Pulling fs layer 15:08:38 0eba1c9be4d2: Pulling fs layer 15:08:38 0d57e429df01: Pulling fs layer 15:08:38 4e4be7b47b0d: Pulling fs layer 15:08:38 e1f770b5df2f: Pulling fs layer 15:08:38 85a0685a4137: Pulling fs layer 15:08:38 0eba1c9be4d2: Waiting 15:08:38 0d57e429df01: Waiting 15:08:38 4e4be7b47b0d: Waiting 15:08:38 e1f770b5df2f: Waiting 15:08:38 85a0685a4137: Waiting 15:08:38 de9db76c5a1d: Download complete 15:08:38 0ef7d3d256c8: Download complete 15:08:39 0d57e429df01: Verifying Checksum 15:08:39 0d57e429df01: Download complete 15:08:39 4e4be7b47b0d: Verifying Checksum 15:08:39 4e4be7b47b0d: Download complete 15:08:39 188c0c94c7c5: Download complete 15:08:39 188c0c94c7c5: Pull complete 15:08:39 0ef7d3d256c8: Pull complete 15:08:39 de9db76c5a1d: Pull complete 15:08:41 e1f770b5df2f: Verifying Checksum 15:08:41 e1f770b5df2f: Download complete 15:08:42 0eba1c9be4d2: Verifying Checksum 15:08:42 0eba1c9be4d2: Download complete 15:08:42 85a0685a4137: Verifying Checksum 15:08:42 85a0685a4137: Download complete 15:08:48 0eba1c9be4d2: Pull complete 15:08:48 0d57e429df01: Pull complete 15:08:48 4e4be7b47b0d: Pull complete 15:08:49 e1f770b5df2f: Pull complete 15:08:56 85a0685a4137: Pull complete 15:08:56 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:08:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:08:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:08:56 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 15:08:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:08:57 $ docker top 4cf0a551adea21e441797fa44e55d54c9fee113396ed0e42300191e4e5162202 -eo pid,comm [Pipeline] { [Pipeline] echo 15:08:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:08:57 + set -o pipefail 15:08:57 + snyk monitor '--org=edgex-jenkins' 15:09:05 15:09:05 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 15:09:05 15:09:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/c5bb029d-f492-4c31-a7d4-1036b75ebdb9 15:09:05 15:09:05 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:09:05 15:09:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:09:05 15:09:06 15:09:06 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:09:06 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:09:06 $ docker stop --time=1 4cf0a551adea21e441797fa44e55d54c9fee113396ed0e42300191e4e5162202 15:09:08 $ docker rm -f 4cf0a551adea21e441797fa44e55d54c9fee113396ed0e42300191e4e5162202 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:09:09 + git log --format=format:%s -1 ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 [Pipeline] isUnix [Pipeline] sh 15:09:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:09:10 . [Pipeline] withDockerContainer 15:09:10 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 15:09:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:09:10 $ docker top 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:09:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:09:11 [ssh-agent] Looking for ssh-agent implementation... 15:09:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:09:11 $ docker exec 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 ssh-agent 15:09:11 SSH_AUTH_SOCK=/tmp/ssh-xtVaW3b3ZWga/agent.12 15:09:11 SSH_AGENT_PID=18 15:09:11 Running ssh-add (command line suppressed) 15:09:11 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5378263778169336017.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5378263778169336017.key) 15:09:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:09:11 + git semver tag 15:09:11 # -> Open(): unable to determine branch for HEAD 15:09:11 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 15:09:11 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 15:09:11 # $SEMVER_REMOTE_NAME = origin 15:09:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:09:11 # $SEMVER_USER_NAME = edgex-jenkins 15:09:11 # $SEMVER_BRANCH = master 15:09:11 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 15:09:11 # ea9bf69feb7e0ae1810f6b530247b33ac0e1a991 HEAD 15:09:11 # -> Force: false 15:09:11 # 4e1f81ec20108d94b77ebdb7043cc67df8185a09 refs/tags/v2.0.0-dev.40 [Pipeline] } 15:09:11 $ docker exec --env ******** --env ******** 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 ssh-agent -k 15:09:12 unset SSH_AUTH_SOCK; 15:09:12 unset SSH_AGENT_PID; 15:09:12 echo Agent pid 18 killed; 15:09:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:09:12 + git semver [Pipeline] } 15:09:12 $ docker stop --time=1 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 15:09:13 $ docker rm -f 9d826b1b6f95fc87cd6e5f6ca96c3f3d675c6eda9248ae7a20e2efd182918826 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:09:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:09:14 15:09:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:09:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:09:14 0.23.1-centos7: Pulling from edgex-lftools 15:09:14 ab5ef0e58194: Pulling fs layer 15:09:14 9712f1f96733: Pulling fs layer 15:09:14 63f879dbbcfc: Pulling fs layer 15:09:14 0d9ebad4ef96: Pulling fs layer 15:09:14 e9a5061849ea: Pulling fs layer 15:09:14 d747dcd14b5f: Pulling fs layer 15:09:14 2de7ff778b66: Pulling fs layer 15:09:14 0d9ebad4ef96: Waiting 15:09:14 e9a5061849ea: Waiting 15:09:14 2de7ff778b66: Waiting 15:09:14 d747dcd14b5f: Waiting 15:09:14 9712f1f96733: Download complete 15:09:16 63f879dbbcfc: Verifying Checksum 15:09:16 63f879dbbcfc: Download complete 15:09:16 e9a5061849ea: Verifying Checksum 15:09:16 e9a5061849ea: Download complete 15:09:16 d747dcd14b5f: Download complete 15:09:16 2de7ff778b66: Verifying Checksum 15:09:16 2de7ff778b66: Download complete 15:09:16 0d9ebad4ef96: Verifying Checksum 15:09:16 0d9ebad4ef96: Download complete 15:09:16 ab5ef0e58194: Verifying Checksum 15:09:16 ab5ef0e58194: Download complete 15:09:21 ab5ef0e58194: Pull complete 15:09:21 9712f1f96733: Pull complete 15:09:24 63f879dbbcfc: Pull complete 15:09:29 0d9ebad4ef96: Pull complete 15:09:30 e9a5061849ea: Pull complete 15:09:31 d747dcd14b5f: Pull complete 15:09:33 2de7ff778b66: Pull complete 15:09:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:09:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:09:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:09:33 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 15:09:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:09:38 $ docker top fe8f3e19c3bbed6ce5ae760a2f92ec6f409a647cb7b2b95eebcdebef8f890cfa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:09:38 provisioning config files... 15:09:38 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2872712081842083777tmp 15:09:38 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1323481465706118248tmp 15:09:38 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2090353065854938430tmp [Pipeline] { [Pipeline] echo 15:09:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:09:38 ---> sigul-configuration.sh 15:09:38 gpg: directory `/root/.gnupg' created 15:09:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:09:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:09:38 gpg: keyring `/root/.gnupg/secring.gpg' created 15:09:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:09:38 gpg: CAST5 encrypted data 15:09:38 gpg: encrypted with 1 passphrase 15:09:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:09:39 + mkdir /home/jenkins 15:09:39 + mkdir /home/jenkins/sigul [Pipeline] sh 15:09:39 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:09:39 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:09:39 ---> sigul-install.sh 15:09:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:09:46 + git tag --list 15:09:46 0.1.1 15:09:46 v1.1.0 15:09:46 v1.2.0 15:09:46 v1.2.1 15:09:46 v1.3.0 15:09:46 v2.0.0-dev.1 15:09:46 v2.0.0-dev.10 15:09:46 v2.0.0-dev.11 15:09:46 v2.0.0-dev.12 15:09:46 v2.0.0-dev.13 15:09:46 v2.0.0-dev.14 15:09:46 v2.0.0-dev.15 15:09:46 v2.0.0-dev.16 15:09:46 v2.0.0-dev.17 15:09:46 v2.0.0-dev.18 15:09:46 v2.0.0-dev.19 15:09:46 v2.0.0-dev.2 15:09:46 v2.0.0-dev.20 15:09:46 v2.0.0-dev.21 15:09:46 v2.0.0-dev.22 15:09:46 v2.0.0-dev.23 15:09:46 v2.0.0-dev.24 15:09:46 v2.0.0-dev.25 15:09:46 v2.0.0-dev.26 15:09:46 v2.0.0-dev.27 15:09:46 v2.0.0-dev.28 15:09:46 v2.0.0-dev.29 15:09:46 v2.0.0-dev.3 15:09:46 v2.0.0-dev.30 15:09:46 v2.0.0-dev.31 15:09:46 v2.0.0-dev.32 15:09:46 v2.0.0-dev.33 15:09:46 v2.0.0-dev.34 15:09:46 v2.0.0-dev.35 15:09:46 v2.0.0-dev.36 15:09:46 v2.0.0-dev.37 15:09:46 v2.0.0-dev.38 15:09:46 v2.0.0-dev.39 15:09:46 v2.0.0-dev.4 15:09:46 v2.0.0-dev.40 15:09:46 v2.0.0-dev.5 15:09:46 v2.0.0-dev.6 15:09:46 v2.0.0-dev.7 15:09:46 v2.0.0-dev.8 15:09:46 v2.0.0-dev.9 [Pipeline] sh 15:09:46 + lftools sign git-tag v2.0.0-dev.40 15:09:48 Signing Git tag with Sigul... 15:09:48 Signing v2.0.0-dev.40 [Pipeline] echo 15:09:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:09:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:09:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:09:50 $ docker stop --time=1 fe8f3e19c3bbed6ce5ae760a2f92ec6f409a647cb7b2b95eebcdebef8f890cfa 15:09:52 $ docker rm -f fe8f3e19c3bbed6ce5ae760a2f92ec6f409a647cb7b2b95eebcdebef8f890cfa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:09:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:09:53 . [Pipeline] withDockerContainer 15:09:53 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 15:09:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:09:54 $ docker top 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:09:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:09:54 [ssh-agent] Looking for ssh-agent implementation... 15:09:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:09:54 $ docker exec 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 ssh-agent 15:09:54 SSH_AUTH_SOCK=/tmp/ssh-LbeJfFpm3RFb/agent.11 15:09:54 SSH_AGENT_PID=16 15:09:54 Running ssh-add (command line suppressed) 15:09:54 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7414284324208325029.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7414284324208325029.key) 15:09:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:09:55 + git semver bump pre 15:09:55 # -> Open(): unable to determine branch for HEAD 15:09:55 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 15:09:55 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 15:09:55 # $SEMVER_REMOTE_NAME = origin 15:09:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:09:55 # $SEMVER_USER_NAME = edgex-jenkins 15:09:55 # $SEMVER_BRANCH = master 15:09:55 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 15:09:55 2.0.0-dev.41 [Pipeline] } 15:09:55 $ docker exec --env ******** --env ******** 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 ssh-agent -k 15:09:55 unset SSH_AUTH_SOCK; 15:09:55 unset SSH_AGENT_PID; 15:09:55 echo Agent pid 16 killed; 15:09:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:09:55 + git semver [Pipeline] } 15:09:55 $ docker stop --time=1 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 15:09:57 $ docker rm -f 16e45ab7b7a3e1736c7bd4b98de542b1d21aaa4feab537f715afd17429131476 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:09:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:09:57 . [Pipeline] withDockerContainer 15:09:57 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 15:09:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:09:58 $ docker top 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:09:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:09:58 [ssh-agent] Looking for ssh-agent implementation... 15:09:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:09:58 $ docker exec 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 ssh-agent 15:09:58 SSH_AUTH_SOCK=/tmp/ssh-2yu1HfolhWQk/agent.12 15:09:58 SSH_AGENT_PID=17 15:09:58 Running ssh-add (command line suppressed) 15:09:58 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5375165834253523345.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5375165834253523345.key) 15:09:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:09:59 + git semver push 15:09:59 # -> Open(): unable to determine branch for HEAD 15:09:59 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 15:09:59 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 15:09:59 # $SEMVER_REMOTE_NAME = origin 15:09:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:09:59 # $SEMVER_USER_NAME = edgex-jenkins 15:09:59 # $SEMVER_BRANCH = master 15:09:59 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 15:10:07 $ docker exec --env ******** --env ******** 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 ssh-agent -k 15:10:07 unset SSH_AUTH_SOCK; 15:10:07 unset SSH_AGENT_PID; 15:10:07 echo Agent pid 17 killed; 15:10:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:10:08 + git semver [Pipeline] } 15:10:08 $ docker stop --time=1 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 15:10:09 $ docker rm -f 308f4077789eca6f0aacd037905a13ca6c67ed2d155f813eaf26cab2810fcd60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 15:10:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:10:12 ---> package-listing.sh 15:10:12 ++ facter osfamily 15:10:12 ++ tr '[:upper:]' '[:lower:]' 15:10:12 + OS_FAMILY=redhat 15:10:12 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 15:10:12 + START_PACKAGES=/tmp/packages_start.txt 15:10:12 + END_PACKAGES=/tmp/packages_end.txt 15:10:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:10:12 + PACKAGES=/tmp/packages_start.txt 15:10:12 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 15:10:12 + PACKAGES=/tmp/packages_end.txt 15:10:12 + case "${OS_FAMILY}" in 15:10:12 + rpm -qa 15:10:12 + sort 15:10:17 + '[' -f /tmp/packages_start.txt ']' 15:10:17 + '[' -f /tmp/packages_end.txt ']' 15:10:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:10:17 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 15:10:17 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 15:10:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 15:10:17 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:10:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:10:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:10:17 15:10:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:10:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:10:18 alpine: Pulling from edgex-lftools-log-publisher 15:10:18 df20fa9351a1: Pulling fs layer 15:10:18 36b3adc4ff6f: Pulling fs layer 15:10:18 8ad3a11d3b57: Pulling fs layer 15:10:18 46f8f816bc3b: Pulling fs layer 15:10:18 93b61091891f: Pulling fs layer 15:10:18 93b9cdb0e59b: Pulling fs layer 15:10:18 5e14af77c1be: Pulling fs layer 15:10:18 01666e4c0597: Pulling fs layer 15:10:18 aa168da1d23b: Pulling fs layer 15:10:18 93b9cdb0e59b: Waiting 15:10:18 5e14af77c1be: Waiting 15:10:18 01666e4c0597: Waiting 15:10:18 aa168da1d23b: Waiting 15:10:18 46f8f816bc3b: Waiting 15:10:18 93b61091891f: Waiting 15:10:18 36b3adc4ff6f: Verifying Checksum 15:10:18 36b3adc4ff6f: Download complete 15:10:18 46f8f816bc3b: Verifying Checksum 15:10:18 46f8f816bc3b: Download complete 15:10:18 df20fa9351a1: Verifying Checksum 15:10:18 df20fa9351a1: Download complete 15:10:18 93b9cdb0e59b: Verifying Checksum 15:10:18 93b9cdb0e59b: Download complete 15:10:18 93b61091891f: Download complete 15:10:18 5e14af77c1be: Verifying Checksum 15:10:18 5e14af77c1be: Download complete 15:10:18 01666e4c0597: Verifying Checksum 15:10:18 01666e4c0597: Download complete 15:10:18 8ad3a11d3b57: Verifying Checksum 15:10:18 8ad3a11d3b57: Download complete 15:10:19 df20fa9351a1: Pull complete 15:10:19 36b3adc4ff6f: Pull complete 15:10:20 aa168da1d23b: Download complete 15:10:21 8ad3a11d3b57: Pull complete 15:10:21 46f8f816bc3b: Pull complete 15:10:21 93b61091891f: Pull complete 15:10:21 93b9cdb0e59b: Pull complete 15:10:21 5e14af77c1be: Pull complete 15:10:21 01666e4c0597: Pull complete 15:10:28 aa168da1d23b: Pull complete 15:10:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:10:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:10:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:10:28 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 15:10:28 $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:10:31 $ docker top 9133bd3330894d3d199cb730f024526417c325945cb9d71a1e0894493ad00b1a -eo pid,comm [Pipeline] { [Pipeline] sh 15:10:32 + touch /tmp/pre-build-complete [Pipeline] sh 15:10:32 + mkdir -p /var/log/sa [Pipeline] sh 15:10:32 + ls /var/log/sa-host 15:10:32 + sadf -c /var/log/sa-host/sa19 15:10:32 file_magic: OK 15:10:32 HZ: Using current value: 100 15:10:32 file_header: OK 15:10:32 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 15:10:32 Statistics: 15:10:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:10:32 File successfully converted to sysstat format version 12.2.1 15:10:32 + sadf -c /var/log/sa-host/sa23 15:10:32 file_magic: OK 15:10:32 HZ: Using current value: 100 15:10:32 file_header: OK 15:10:32 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 15:10:32 Statistics: 15:10:32 Hnuu...uuuununununu... 15:10:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:10:32 provisioning config files... 15:10:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2413585654728933945tmp [Pipeline] { [Pipeline] echo 15:10:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:10:33 ---> create-netrc.sh [Pipeline] } 15:10:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:10:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:10:33 ---> python-tools-install.sh [Pipeline] echo 15:10:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:10:33 ---> sudo-logs.sh 15:10:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:10:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:10:34 ---> job-cost.sh 15:10:34 lf-activate-venv: SKIPPING 15:10:34 DEBUG: total: 0.20999999344348907 15:10:34 INFO: Retrieving Stack Cost... 15:10:35 INFO: Retrieving Pricing Info for: v1-standard-2 15:10:35 INFO: Archiving Costs [Pipeline] echo 15:10:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:10:36 ---> logs-deploy.sh 15:10:36 lf-activate-venv: SKIPPING 15:10:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/99 15:10:36 INFO: archiving workspace using pattern(s): 15:10:37 Archives upload complete. 15:10:37 INFO: archiving logs to Nexus 15:10:38 ---> uname -a: 15:10:38 Linux prd-centos7-docker-4c-2g-796.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:10:38 15:10:38 15:10:38 ---> lscpu: 15:10:38 Architecture: x86_64 15:10:38 CPU op-mode(s): 32-bit, 64-bit 15:10:38 Byte Order: Little Endian 15:10:38 Address sizes: 40 bits physical, 48 bits virtual 15:10:38 CPU(s): 4 15:10:38 On-line CPU(s) list: 0-3 15:10:38 Thread(s) per core: 1 15:10:38 Core(s) per socket: 1 15:10:38 Socket(s): 4 15:10:38 NUMA node(s): 1 15:10:38 Vendor ID: GenuineIntel 15:10:38 CPU family: 6 15:10:38 Model: 44 15:10:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:10:38 Stepping: 1 15:10:38 CPU MHz: 2933.438 15:10:38 BogoMIPS: 5866.87 15:10:38 Virtualization: VT-x 15:10:38 Hypervisor vendor: KVM 15:10:38 Virtualization type: full 15:10:38 L1d cache: 128 KiB 15:10:38 L1i cache: 128 KiB 15:10:38 L2 cache: 16 MiB 15:10:38 L3 cache: 64 MiB 15:10:38 NUMA node0 CPU(s): 0-3 15:10:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:10:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:10:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:10:38 Vulnerability Meltdown: Mitigation; PTI 15:10:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:10:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:10:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:10:38 Vulnerability Srbds: Not affected 15:10:38 Vulnerability Tsx async abort: Not affected 15:10:38 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 15:10:38 15:10:38 15:10:38 ---> nproc: 15:10:38 4 15:10:38 15:10:38 15:10:38 ---> df -h: 15:10:38 Filesystem Size Used Available Use% Mounted on 15:10:38 overlay 50.0G 8.6G 41.4G 17% / 15:10:38 tmpfs 64.0M 0 64.0M 0% /dev 15:10:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:10:38 shm 64.0M 0 64.0M 0% /dev/shm 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 15:10:38 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 15:10:38 15:10:38 15:10:38 ---> free -m: 15:10:38 total used free shared buff/cache available 15:10:38 Mem: 1837 842 156 0 839 931 15:10:38 Swap: 1023 3 1020 15:10:38 15:10:38 15:10:38 ---> ip addr: 15:10:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:10:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:10:38 inet 127.0.0.1/8 scope host lo 15:10:38 valid_lft forever preferred_lft forever 15:10:38 inet6 ::1/128 scope host 15:10:38 valid_lft forever preferred_lft forever 15:10:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:10:38 link/ether fa:16:3e:68:d1:b8 brd ff:ff:ff:ff:ff:ff 15:10:38 inet 10.30.123.129/23 brd 10.30.123.255 scope global dynamic eth0 15:10:38 valid_lft 85640sec preferred_lft 85640sec 15:10:38 inet6 fe80::f816:3eff:fe68:d1b8/64 scope link 15:10:38 valid_lft forever preferred_lft forever 15:10:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:10:38 link/ether 02:42:7e:bb:08:68 brd ff:ff:ff:ff:ff:ff 15:10:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:10:38 valid_lft forever preferred_lft forever 15:10:38 inet6 fe80::42:7eff:febb:868/64 scope link 15:10:38 valid_lft forever preferred_lft forever 15:10:38 15:10:38 15:10:38 ---> sar -b -r -n DEV: 15:10:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 15:10:38 15:10:38 14:57:48 LINUX RESTART (4 CPU) 15:10:38 15:10:38 14:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:10:38 15:00:01 1.95 0.00 1.95 0.00 0.00 42.76 0.00 15:10:38 15:01:01 0.42 0.02 0.40 0.00 0.13 5.71 0.00 15:10:38 15:02:01 0.43 0.08 0.35 0.00 1.60 6.38 0.00 15:10:38 15:03:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 15:10:38 15:04:01 0.27 0.00 0.27 0.00 0.00 4.25 0.00 15:10:38 15:05:01 0.22 0.00 0.22 0.00 0.00 2.65 0.00 15:10:38 15:06:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 15:10:38 15:07:01 0.15 0.00 0.15 0.00 0.00 1.88 0.00 15:10:38 15:08:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 15:10:38 15:09:01 246.30 143.02 103.28 0.00 7110.30 33914.61 0.00 15:10:38 15:10:01 276.18 121.64 154.54 0.00 6826.30 37855.88 0.00 15:10:38 Average: 47.91 24.09 23.83 0.00 1268.01 6535.60 0.00 15:10:38 15:10:38 14:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:10:38 15:00:01 130536 0 612220 32.54 2620 1136168 1078992 36.82 455844 1094480 12 15:10:38 15:01:01 125460 0 617288 32.81 2620 1136176 1081564 36.91 456496 1098772 20 15:10:38 15:02:01 124788 0 617836 32.84 2620 1136300 1079756 36.85 457352 1098832 8 15:10:38 15:03:01 125832 0 616788 32.78 2620 1136304 1079612 36.85 454880 1100700 20 15:10:38 15:04:01 122708 0 619908 32.95 2620 1136308 1079612 36.85 457756 1100720 8 15:10:38 15:05:01 122104 0 620504 32.98 2620 1136316 1079648 36.85 458484 1100720 8 15:10:38 15:06:01 120728 0 621880 33.05 2620 1136316 1079720 36.85 459604 1100720 20 15:10:38 15:07:01 122140 0 620460 32.98 2620 1136324 1079528 36.84 458472 1100788 12 15:10:38 15:08:01 122092 0 620504 32.98 2620 1136328 1079528 36.84 458536 1100784 8 15:10:38 15:09:01 72464 0 800620 42.55 2596 1005864 1363036 46.52 585140 961124 19624 15:10:38 15:10:01 241296 0 799124 42.47 1492 839632 1314920 44.88 559508 745820 52 15:10:38 Average: 130013 0 651557 34.63 2515 1097458 1126901 38.46 478370 1054860 1799 15:10:38 15:10:38 14:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:10:38 15:00:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:10:38 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:01:01 eth0 0.97 0.52 0.87 0.04 0.00 0.00 0.00 0.00 15:10:38 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:02:01 eth0 1.42 0.48 0.35 0.21 0.00 0.00 0.00 0.00 15:10:38 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:03:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 15:10:38 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:04:01 eth0 0.85 0.22 0.20 0.07 0.00 0.00 0.00 0.00 15:10:38 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:05:01 eth0 0.55 0.37 0.27 0.20 0.00 0.00 0.00 0.00 15:10:38 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:06:01 eth0 1.00 0.32 0.32 0.20 0.00 0.00 0.00 0.00 15:10:38 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:07:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:08:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:09:01 vetha81cd7b 66.35 68.42 6.23 372.59 0.00 0.00 0.00 0.00 15:10:38 15:09:01 eth0 494.64 436.88 4453.61 68.49 0.00 0.00 0.00 0.00 15:10:38 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:09:01 docker0 66.35 68.32 5.32 372.58 0.00 0.00 0.00 0.00 15:10:38 15:10:01 veth2d55ffb 1.13 1.00 0.22 0.23 0.00 0.00 0.00 0.00 15:10:38 15:10:01 eth0 537.44 452.51 3511.45 111.64 0.00 0.00 0.00 0.00 15:10:38 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 15:10:01 docker0 55.35 75.11 3.38 248.94 0.00 0.00 0.00 0.00 15:10:38 Average: veth2d55ffb 0.10 0.09 0.02 0.02 0.00 0.00 0.00 0.00 15:10:38 Average: eth0 94.39 81.12 724.84 16.47 0.00 0.00 0.00 0.00 15:10:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:38 Average: docker0 11.07 13.05 0.79 56.55 0.00 0.00 0.00 0.00 15:10:38 15:10:38 15:10:38 ---> sar -P ALL: 15:10:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 15:10:38 15:10:38 14:57:48 LINUX RESTART (4 CPU) 15:10:38 15:10:38 14:59:01 CPU %user %nice %system %iowait %steal %idle 15:10:38 15:00:01 all 0.16 0.00 0.05 0.00 0.00 99.78 15:10:38 15:00:01 0 0.07 0.00 0.08 0.00 0.02 99.83 15:10:38 15:00:01 1 0.05 0.00 0.05 0.00 0.00 99.90 15:10:38 15:00:01 2 0.50 0.00 0.05 0.00 0.00 99.45 15:10:38 15:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:10:38 15:01:01 all 0.15 0.00 0.05 0.00 0.00 99.80 15:10:38 15:01:01 0 0.07 0.00 0.05 0.00 0.00 99.88 15:10:38 15:01:01 1 0.05 0.00 0.05 0.00 0.00 99.90 15:10:38 15:01:01 2 0.47 0.00 0.05 0.02 0.00 99.47 15:10:38 15:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:10:38 15:02:01 all 0.13 0.00 0.05 0.00 0.01 99.80 15:10:38 15:02:01 0 0.02 0.00 0.05 0.02 0.00 99.92 15:10:38 15:02:01 1 0.12 0.00 0.08 0.00 0.02 99.78 15:10:38 15:02:01 2 0.37 0.00 0.07 0.00 0.00 99.57 15:10:38 15:02:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:10:38 15:03:01 all 0.08 0.00 0.05 0.00 0.01 99.86 15:10:38 15:03:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:10:38 15:03:01 1 0.05 0.00 0.03 0.00 0.03 99.88 15:10:38 15:03:01 2 0.17 0.00 0.05 0.00 0.00 99.78 15:10:38 15:03:01 3 0.08 0.00 0.05 0.00 0.00 99.87 15:10:38 15:04:01 all 0.16 0.00 0.05 0.00 0.00 99.79 15:10:38 15:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:10:38 15:04:01 1 0.07 0.00 0.07 0.00 0.02 99.85 15:10:38 15:04:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:10:38 15:04:01 3 0.53 0.00 0.05 0.00 0.00 99.42 15:10:38 15:05:01 all 0.16 0.00 0.04 0.00 0.00 99.80 15:10:38 15:05:01 0 0.02 0.00 0.05 0.00 0.00 99.93 15:10:38 15:05:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:10:38 15:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:10:38 15:05:01 3 0.53 0.00 0.02 0.00 0.00 99.45 15:10:38 15:06:01 all 0.17 0.00 0.03 0.00 0.00 99.80 15:10:38 15:06:01 0 0.05 0.00 0.02 0.00 0.00 99.93 15:10:38 15:06:01 1 0.07 0.00 0.05 0.00 0.02 99.87 15:10:38 15:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:10:38 15:06:01 3 0.52 0.00 0.02 0.00 0.00 99.47 15:10:38 15:07:01 all 0.16 0.00 0.02 0.00 0.00 99.82 15:10:38 15:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:10:38 15:07:01 1 0.07 0.00 0.03 0.00 0.00 99.90 15:10:38 15:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:10:38 15:07:01 3 0.52 0.00 0.02 0.00 0.00 99.47 15:10:38 15:08:01 all 0.16 0.00 0.03 0.00 0.00 99.81 15:10:38 15:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:10:38 15:08:01 1 0.05 0.00 0.05 0.00 0.00 99.90 15:10:38 15:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:10:38 15:08:01 3 0.52 0.00 0.00 0.00 0.02 99.47 15:10:38 15:09:01 all 8.96 0.00 5.01 2.64 0.04 83.35 15:10:38 15:09:01 0 8.80 0.00 5.51 1.77 0.05 83.87 15:10:38 15:09:01 1 9.47 0.00 4.64 3.46 0.03 82.39 15:10:38 15:09:01 2 8.65 0.00 4.77 2.37 0.05 84.16 15:10:38 15:09:01 3 8.92 0.00 5.11 2.96 0.03 82.97 15:10:38 15:10:01 all 12.68 0.00 8.01 5.87 0.07 73.38 15:10:38 15:10:01 0 15.82 0.00 8.45 5.47 0.05 70.21 15:10:38 15:10:01 1 12.32 0.00 7.79 5.47 0.09 74.34 15:10:38 15:10:01 2 11.55 0.00 7.96 6.24 0.07 74.18 15:10:38 15:10:01 3 11.02 0.00 7.84 6.29 0.07 74.78 15:10:38 15:10:38 Average: CPU %user %nice %system %iowait %steal %idle 15:10:38 Average: all 2.06 0.00 1.20 0.76 0.01 95.98 15:10:38 Average: 0 2.22 0.00 1.28 0.65 0.01 95.85 15:10:38 Average: 1 2.00 0.00 1.16 0.80 0.02 96.02 15:10:38 Average: 2 1.96 0.00 1.17 0.77 0.01 96.09 15:10:38 Average: 3 2.04 0.00 1.18 0.83 0.01 95.95 15:10:38 15:10:38 15:10:38