Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3720 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 Checking out Revision e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 Commit message: "ci: update local docker image names" > git rev-list --no-walk bec44e8090fca00a3ef2c7ddf001b7759674cdc7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:31:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:31:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:31:47 ========================================================= 07:31:47 EdgeX Global Pipelines Version Info 07:31:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:31:49 ------------------- 07:31:49 stable info: 07:31:49 ------------------- 07:31:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:31:49 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:31:49 Message: update stable to v1.0.191 07:31:50 ------------------- 07:31:50 experimental info: 07:31:50 ------------------- 07:31:50 Commited By: **** collab-it+edgex@linuxfoundation.org 07:31:50 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:31:50 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:31:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e2d6bfd [Pipeline] echo 07:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:31:51 provisioning config files... 07:31:51 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3243622490174820600tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:31:51 ---> docker-login.sh 07:31:51 nexus3.edgexfoundry.org:10001 07:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:52 Configure a credential helper to remove this warning. See 07:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:52 07:31:52 Login Succeeded 07:31:52 nexus3.edgexfoundry.org:10002 07:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:52 Configure a credential helper to remove this warning. See 07:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:52 07:31:52 Login Succeeded 07:31:52 nexus3.edgexfoundry.org:10003 07:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:52 Configure a credential helper to remove this warning. See 07:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:52 07:31:52 Login Succeeded 07:31:52 nexus3.edgexfoundry.org:10004 07:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:52 Configure a credential helper to remove this warning. See 07:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:52 07:31:52 Login Succeeded 07:31:52 docker.io 07:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:53 Configure a credential helper to remove this warning. See 07:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:53 07:31:53 Login Succeeded 07:31:53 ---> docker-login.sh ends [Pipeline] } 07:31:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:31:54 + git log --format=format:%s -1 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] echo 07:31:54 GIT_COMMIT: e2d6bfd55903d8e137d76ea1bc7b0b66c3639301, Commit Message: ci: update local docker image names [Pipeline] echo 07:31:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:31:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:31:55 07:31:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:31:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:31:55 latest: Pulling from edgex-devops/git-semver 07:31:55 31603596830f: Pulling fs layer 07:31:55 54011a49482f: Pulling fs layer 07:31:55 a6820b24f6d8: Pulling fs layer 07:31:55 f581987b2513: Pulling fs layer 07:31:55 f581987b2513: Waiting 07:31:55 54011a49482f: Download complete 07:31:55 31603596830f: Verifying Checksum 07:31:55 31603596830f: Download complete 07:31:55 a6820b24f6d8: Verifying Checksum 07:31:55 a6820b24f6d8: Download complete 07:31:55 31603596830f: Pull complete 07:31:55 f581987b2513: Verifying Checksum 07:31:55 f581987b2513: Download complete 07:31:55 54011a49482f: Pull complete 07:31:56 a6820b24f6d8: Pull complete 07:31:57 f581987b2513: Pull complete 07:31:57 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:31:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:31:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:31:57 prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container 07:31: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:31:59 $ docker top 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:31:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:31:59 [ssh-agent] Looking for ssh-agent implementation... 07:31:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:31:59 $ docker exec 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 ssh-agent 07:31:59 SSH_AUTH_SOCK=/tmp/ssh-PaqymIeZZQa9/agent.11 07:31:59 SSH_AGENT_PID=16 07:31:59 Running ssh-add (command line suppressed) 07:31:59 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_435065663083070363.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_435065663083070363.key) 07:32:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:32:00 + git tag --points-at HEAD [Pipeline] } 07:32:00 $ docker exec --env ******** --env ******** 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 ssh-agent -k 07:32:00 unset SSH_AUTH_SOCK; 07:32:00 unset SSH_AGENT_PID; 07:32:00 echo Agent pid 16 killed; 07:32:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:32:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:32:00 [ssh-agent] Looking for ssh-agent implementation... 07:32:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:32:00 $ docker exec 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 ssh-agent 07:32:00 SSH_AUTH_SOCK=/tmp/ssh-jkhagjHMGBkf/agent.47 07:32:00 SSH_AGENT_PID=52 07:32:00 Running ssh-add (command line suppressed) 07:32:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8095176851364434322.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8095176851364434322.key) 07:32:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:32:01 + git semver init 07:32:01 # -> Open(): unable to determine branch for HEAD 07:32:01 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:32:01 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:32:01 # $SEMVER_REMOTE_NAME = origin 07:32:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:32:01 # $SEMVER_USER_NAME = edgex-jenkins 07:32:01 # $SEMVER_BRANCH = master 07:32:01 # $SEMVER_TEMP = /tmp/semver-586193847 07:32:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:32:05 # '/tmp/semver-586193847' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 07:32:05 # -> Force: false 07:32:05 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 07:32:05 $ docker exec --env ******** --env ******** 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 ssh-agent -k 07:32:05 unset SSH_AUTH_SOCK; 07:32:05 unset SSH_AGENT_PID; 07:32:05 echo Agent pid 52 killed; 07:32:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:32:06 + git semver [Pipeline] } 07:32:06 $ docker stop --time=1 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 07:32:07 $ docker rm -f 649a6fbc31ae794cd21c3ea178541612798269503fe9fac173ea108c3a4115a2 [Pipeline] // withDockerContainer [Pipeline] sh 07:32:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:32:08 Stashed 1 file(s) [Pipeline] echo 07:32:08 [edgeXSemver]: initialized semver on version 2.0.0-dev.46 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:32:23 Still waiting to schedule task 07:32:23 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3720’ 07:32:23 Still waiting to schedule task 07:32:23 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 07:34:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3722 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 07:34:02 Running in /w/workspace/edgex-ui-go/105 [Pipeline] { [Pipeline] checkout 07:34:08 using credential edgex-jenkins-ssh 07:34:08 Cloning the remote Git repository 07:34:08 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:34:08 > git init /w/workspace/edgex-ui-go/105 # timeout=10 07:34:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:34:08 > git --version # timeout=10 07:34:08 > git --version # 'git version 2.17.1' 07:34:08 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:34:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:34:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:34:11 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:34:11 Checking out Revision e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 (master) 07:34:11 > git config core.sparsecheckout # timeout=10 07:34:11 > git checkout -f e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 07:34:16 Commit message: "ci: update local docker image names" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:34:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:34:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:34:18 + sudo service+ docker restart 07:34:18 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:34:21 provisioning config files... 07:34:21 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/105@tmp/config2825310074603737909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:34:21 ---> docker-login.sh 07:34:21 nexus3.edgexfoundry.org:10001 07:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:23 Configure a credential helper to remove this warning. See 07:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:23 07:34:23 Login Succeeded 07:34:23 nexus3.edgexfoundry.org:10002 07:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:23 Configure a credential helper to remove this warning. See 07:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:23 07:34:23 Login Succeeded 07:34:23 nexus3.edgexfoundry.org:10003 07:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:24 Configure a credential helper to remove this warning. See 07:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:24 07:34:24 Login Succeeded 07:34:24 nexus3.edgexfoundry.org:10004 07:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:24 Configure a credential helper to remove this warning. See 07:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:24 07:34:24 Login Succeeded 07:34:24 docker.io 07:34:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:25 Configure a credential helper to remove this warning. See 07:34:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:25 07:34:25 Login Succeeded 07:34:25 ---> docker-login.sh ends [Pipeline] } 07:34:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:34:26 ========================================================= 07:34:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:34:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:34:26 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 07:34:27 Sending build context to Docker daemon 34.88MB 07:34:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:34:27 Step 2/8 : FROM ${BASE} 07:34:27 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:34:27 595b0fe564bb: Pulling fs layer 07:34:27 7186ed65a4f7: Pulling fs layer 07:34:27 316046926c0a: Pulling fs layer 07:34:27 4ebd0625c992: Pulling fs layer 07:34:27 207e8628e3a3: Pulling fs layer 07:34:27 c791037a9be2: Pulling fs layer 07:34:27 ffd874e62e21: Pulling fs layer 07:34:27 207e8628e3a3: Waiting 07:34:27 c791037a9be2: Waiting 07:34:27 4ebd0625c992: Waiting 07:34:27 ffd874e62e21: Waiting 07:34:27 316046926c0a: Verifying Checksum 07:34:27 316046926c0a: Download complete 07:34:27 7186ed65a4f7: Verifying Checksum 07:34:27 7186ed65a4f7: Download complete 07:34:27 207e8628e3a3: Verifying Checksum 07:34:27 207e8628e3a3: Download complete 07:34:27 c791037a9be2: Verifying Checksum 07:34:27 c791037a9be2: Download complete 07:34:27 595b0fe564bb: Verifying Checksum 07:34:27 595b0fe564bb: Download complete 07:34:28 595b0fe564bb: Pull complete 07:34:28 7186ed65a4f7: Pull complete 07:34:29 316046926c0a: Pull complete 07:34:29 ffd874e62e21: Verifying Checksum 07:34:29 ffd874e62e21: Download complete 07:34:31 4ebd0625c992: Verifying Checksum 07:34:31 4ebd0625c992: Download complete 07:34:41 4ebd0625c992: Pull complete 07:34:41 207e8628e3a3: Pull complete 07:34:41 c791037a9be2: Pull complete 07:34:43 Running on prd-centos7-docker-4c-2g-3723 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 07:34:43 Running in /w/workspace/edgex-ui-go/105 [Pipeline] { [Pipeline] checkout 07:34:44 ffd874e62e21: Pull complete 07:34:44 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:34:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:34:44 ---> cfc18b08335c 07:34:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:34:46 using credential edgex-jenkins-ssh 07:34:46 Cloning the remote Git repository 07:34:46 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:34:46 > git init /w/workspace/edgex-ui-go/105 # timeout=10 07:34:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:34:47 > git --version # timeout=10 07:34:47 > git --version # 'git version 2.24.3' 07:34:47 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:48 ---> Running in 8b43a6b04108 07:34:48 Removing intermediate container 8b43a6b04108 07:34:48 ---> 1e3e9789b1b8 07:34:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:48 ---> Running in dfd03a049f9b 07:34:48 Checking out Revision e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 (master) 07:34:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:34:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:34:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:34:48 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:34:48 > git config core.sparsecheckout # timeout=10 07:34:48 > git checkout -f e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 07:34:50 Removing intermediate container dfd03a049f9b 07:34:50 ---> 646a27f9e419 07:34:50 Step 5/8 : RUN apk add --no-cache make git 07:34:50 ---> Running in 19722133c533 07:34:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:34:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:34:53 Commit message: "ci: update local docker image names" [Pipeline] withEnv [Pipeline] { 07:34:53 OK: 138 MiB in 40 packages [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:34:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:34:54 Removing intermediate container 19722133c533 07:34:54 ---> 8ad06eaa8ae7 07:34:54 Step 6/8 : WORKDIR /edgex-ui-go 07:34:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 07:34:54 ---> Running in ae800258ec15 [Pipeline] sh 07:34:55 + sudo service docker restart 07:34:55 + true 07:34:55 Redirecting to /bin/systemctl restart docker.service 07:34:55 Removing intermediate container ae800258ec15 07:34:55 ---> c58d7d63ad5a 07:34:55 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:34:57 provisioning config files... 07:34:57 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/105@tmp/config1464167850666224863tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:34:57 ---> 4846e2164798 07:34:57 Step 8/8 : RUN go mod download 07:34:58 ---> docker-login.sh 07:34:58 nexus3.edgexfoundry.org:10001 07:34:58 ---> Running in 89a2074e2fc0 07:34:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:58 Configure a credential helper to remove this warning. See 07:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:58 07:34:58 Login Succeeded 07:34:58 nexus3.edgexfoundry.org:10002 07:34:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:58 Configure a credential helper to remove this warning. See 07:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:58 07:34:58 Login Succeeded 07:34:58 nexus3.edgexfoundry.org:10003 07:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:59 Configure a credential helper to remove this warning. See 07:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:59 07:34:59 Login Succeeded 07:34:59 nexus3.edgexfoundry.org:10004 07:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:59 Configure a credential helper to remove this warning. See 07:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:59 07:34:59 Login Succeeded 07:34:59 docker.io 07:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:00 Configure a credential helper to remove this warning. See 07:35:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:00 07:35:00 Login Succeeded 07:35:00 ---> docker-login.sh ends [Pipeline] } 07:35:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:35:00 ========================================================= 07:35:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:35:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:35:00 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:35:01 Sending build context to Docker daemon 34.88MB 07:35:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:35:01 Step 2/8 : FROM ${BASE} 07:35:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:35:01 540db60ca938: Pulling fs layer 07:35:01 adcc1eea9eea: Pulling fs layer 07:35:01 4c4ab2625f07: Pulling fs layer 07:35:01 0510c868ecb4: Pulling fs layer 07:35:01 afea3b2eda06: Pulling fs layer 07:35:01 7809a108b3ef: Pulling fs layer 07:35:01 f706445af74f: Pulling fs layer 07:35:01 afea3b2eda06: Waiting 07:35:01 7809a108b3ef: Waiting 07:35:01 f706445af74f: Waiting 07:35:01 0510c868ecb4: Waiting 07:35:01 4c4ab2625f07: Verifying Checksum 07:35:01 4c4ab2625f07: Download complete 07:35:01 adcc1eea9eea: Verifying Checksum 07:35:01 adcc1eea9eea: Download complete 07:35:01 afea3b2eda06: Verifying Checksum 07:35:01 afea3b2eda06: Download complete 07:35:01 7809a108b3ef: Verifying Checksum 07:35:01 7809a108b3ef: Download complete 07:35:01 540db60ca938: Verifying Checksum 07:35:01 540db60ca938: Download complete 07:35:02 540db60ca938: Pull complete 07:35:02 adcc1eea9eea: Pull complete 07:35:02 4c4ab2625f07: Pull complete 07:35:03 f706445af74f: Verifying Checksum 07:35:03 f706445af74f: Download complete 07:35:04 0510c868ecb4: Verifying Checksum 07:35:04 0510c868ecb4: Download complete 07:35:12 0510c868ecb4: Pull complete 07:35:13 afea3b2eda06: Pull complete 07:35:13 7809a108b3ef: Pull complete 07:35:18 f706445af74f: Pull complete 07:35:18 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:35:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:35:18 ---> b068be0155e3 07:35:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:35:20 ---> Running in 4ace5244628b 07:35:20 Removing intermediate container 4ace5244628b 07:35:20 ---> 8688665cb392 07:35:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:20 ---> Running in c7cfebba8b36 07:35:22 Removing intermediate container c7cfebba8b36 07:35:22 ---> a406ae75063e 07:35:22 Step 5/8 : RUN apk add --no-cache make git 07:35:22 ---> Running in df3f2251ebb8 07:35:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:35:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:35:24 OK: 149 MiB in 40 packages 07:35:25 Removing intermediate container df3f2251ebb8 07:35:25 ---> 6c62804c561e 07:35:25 Step 6/8 : WORKDIR /edgex-ui-go 07:35:25 ---> Running in aa5ab17e878f 07:35:25 Removing intermediate container aa5ab17e878f 07:35:25 ---> d31e50dbdfbc 07:35:25 Step 7/8 : COPY . . 07:35:30 ---> 5d0dd8dcec6e 07:35:30 Step 8/8 : RUN go mod download 07:35:30 ---> Running in 7ac01b14eca5 07:35:38 Removing intermediate container 89a2074e2fc0 07:35:38 ---> 1b0c0145aa04 07:35:38 Successfully built 1b0c0145aa04 07:35:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:35:38 + docker inspect -f . ci-base-image-arm64 07:35:38 . [Pipeline] withDockerContainer 07:35:38 prd-ubuntu18.04-docker-arm64-4c-16g-3722 does not seem to be running inside a container 07:35:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/105 -v /w/workspace/edgex-ui-go/105:/w/workspace/edgex-ui-go/105:rw,z -v /w/workspace/edgex-ui-go/105@tmp:/w/workspace/edgex-ui-go/105@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 07:35:40 $ docker top f0823117c86f688d5e3b6236cbdb66c70a74be1ba4101e1653d7ed9f7396273e -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:41 + go version 07:35:41 go version go1.16.3 linux/arm64 [Pipeline] } 07:35:41 $ docker stop --time=1 f0823117c86f688d5e3b6236cbdb66c70a74be1ba4101e1653d7ed9f7396273e 07:35:43 $ docker rm -f f0823117c86f688d5e3b6236cbdb66c70a74be1ba4101e1653d7ed9f7396273e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:35:44 + docker inspect -f . ci-base-image-arm64 07:35:44 . [Pipeline] withDockerContainer 07:35:44 prd-ubuntu18.04-docker-arm64-4c-16g-3722 does not seem to be running inside a container 07:35:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/105 -v /w/workspace/edgex-ui-go/105:/w/workspace/edgex-ui-go/105:rw,z -v /w/workspace/edgex-ui-go/105@tmp:/w/workspace/edgex-ui-go/105@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 07:35:46 $ docker top 6e5417f081d2962117b36400b098af49bd692ee0d121820e0bc5d9c71e9f9377 -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:47 + go mod tidy [Pipeline] sh 07:35:48 + make test 07:35:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:35:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:36:09 Removing intermediate container 7ac01b14eca5 07:36:09 ---> ea81c692f038 07:36:09 Successfully built ea81c692f038 07:36:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:36:09 + docker inspect -f . ci-base-image-x86_64 07:36:09 . [Pipeline] withDockerContainer 07:36:09 prd-centos7-docker-4c-2g-3723 does not seem to be running inside a container 07:36:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/105 -v /w/workspace/edgex-ui-go/105:/w/workspace/edgex-ui-go/105:rw,z -v /w/workspace/edgex-ui-go/105@tmp:/w/workspace/edgex-ui-go/105@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 07:36:10 $ docker top 2a616fd3040553c0547aa6400a4f49c10a8cca4f4d1f9fa84a1a7a2417b4cb1a -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:11 + go version 07:36:11 go version go1.16.3 linux/amd64 [Pipeline] } 07:36:11 $ docker stop --time=1 2a616fd3040553c0547aa6400a4f49c10a8cca4f4d1f9fa84a1a7a2417b4cb1a 07:36:12 $ docker rm -f 2a616fd3040553c0547aa6400a4f49c10a8cca4f4d1f9fa84a1a7a2417b4cb1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:36:13 + docker inspect -f . ci-base-image-x86_64 07:36:13 . [Pipeline] withDockerContainer 07:36:14 prd-centos7-docker-4c-2g-3723 does not seem to be running inside a container 07:36:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/105 -v /w/workspace/edgex-ui-go/105:/w/workspace/edgex-ui-go/105:rw,z -v /w/workspace/edgex-ui-go/105@tmp:/w/workspace/edgex-ui-go/105@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 07:36:15 $ docker top 0617763a4fd7e002de3772055d73228fc3302616ff0fbf53f2bb16c16edfe8b2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:16 + go mod tidy [Pipeline] sh 07:36:19 + make test 07:36:19 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:36:20 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:36:29 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:36:29 GO111MODULE=on go vet ./... 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:36:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:36:42 GO111MODULE=on go vet ./... [Pipeline] } 07:36:47 $ docker stop --time=1 6e5417f081d2962117b36400b098af49bd692ee0d121820e0bc5d9c71e9f9377 07:36:49 $ docker rm -f 6e5417f081d2962117b36400b098af49bd692ee0d121820e0bc5d9c71e9f9377 [Pipeline] // withDockerContainer [Pipeline] sh 07:36:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:36:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:36:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:36:54 + ls -al . 07:36:54 total 124 07:36:54 drwxrwxr-x 10 jenkins jenkins 4096 May 8 07:35 . 07:36:54 drwxrwxr-x 4 jenkins jenkins 4096 May 8 07:34 .. 07:36:54 drwxrwxr-x 8 jenkins jenkins 4096 May 8 07:34 .git 07:36:54 drwxrwxr-x 2 jenkins jenkins 4096 May 8 07:34 .github 07:36:54 -rw-rw-r-- 1 jenkins jenkins 162 May 8 07:34 .gitignore 07:36:54 -rw-rw-r-- 1 jenkins jenkins 3959 May 8 07:34 CONTRIBUTING.md 07:36:54 -rw-rw-r-- 1 jenkins jenkins 1508 May 8 07:34 Dockerfile 07:36:54 -rw-rw-r-- 1 jenkins jenkins 902 May 8 07:34 Dockerfile.build 07:36:54 -rw-rw-r-- 1 jenkins jenkins 652 May 8 07:34 Jenkinsfile 07:36:54 -rw-rw-r-- 1 jenkins jenkins 11357 May 8 07:34 LICENSE 07:36:54 -rw-rw-r-- 1 jenkins jenkins 941 May 8 07:34 Makefile 07:36:54 -rw-rw-r-- 1 jenkins jenkins 6012 May 8 07:34 README.md 07:36:54 -rw-rw-r-- 1 jenkins jenkins 12 May 8 07:32 VERSION 07:36:54 drwxrwxr-x 3 jenkins jenkins 4096 May 8 07:34 assets 07:36:54 drwxrwxr-x 2 jenkins jenkins 4096 May 8 07:34 bin 07:36:54 drwxrwxr-x 3 jenkins jenkins 4096 May 8 07:34 cmd 07:36:54 -rw-r--r-- 1 jenkins jenkins 10 May 8 07:35 coverage.out 07:36:54 drwxrwxr-x 5 jenkins jenkins 4096 May 8 07:34 docs 07:36:54 -rw-rw-r-- 1 jenkins jenkins 987 May 8 07:34 go.mod 07:36:54 -rw-r--r-- 1 jenkins jenkins 24424 May 8 07:35 go.sum 07:36:54 drwxrwxr-x 10 jenkins jenkins 4096 May 8 07:34 internal 07:36:54 -rw-rw-r-- 1 jenkins jenkins 155 May 8 07:34 version.go 07:36:54 drwxrwxr-x 4 jenkins jenkins 4096 May 8 07:34 web [Pipeline] isUnix [Pipeline] sh 07:36:54 + 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=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 --label arch=arm64 --label version=2.0.0-dev.46 . 07:36:55 Sending build context to Docker daemon 34.9MB 07:36:55 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:36:55 Step 2/24 : FROM ${BASE} AS builder 07:36:55 ---> 1b0c0145aa04 07:36:55 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [Pipeline] } 07:36:55 $ docker stop --time=1 0617763a4fd7e002de3772055d73228fc3302616ff0fbf53f2bb16c16edfe8b2 07:36:55 ---> Running in 53b489a4293d 07:36:56 Removing intermediate container 53b489a4293d 07:36:56 ---> 919e02f1ecce 07:36:56 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:36:56 ---> Running in c64d71075eb1 07:36:56 Removing intermediate container c64d71075eb1 07:36:56 ---> e21817d797f5 07:36:56 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:36:57 ---> Running in 0aefd5bb54a9 07:36:57 Removing intermediate container 0aefd5bb54a9 07:36:57 ---> 1ef14c9c33d9 07:36:57 Step 6/24 : LABEL Name=edgex-ui-go 07:36:57 ---> Running in 35fb0938772e 07:36:58 $ docker rm -f 0617763a4fd7e002de3772055d73228fc3302616ff0fbf53f2bb16c16edfe8b2 07:36:58 Removing intermediate container 35fb0938772e 07:36:58 ---> 58709bbaa58f 07:36:58 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:36:58 ---> Running in 7f3f98b0f806 [Pipeline] // withDockerContainer [Pipeline] sh 07:36:58 Removing intermediate container 7f3f98b0f806 07:36:58 ---> 8c87f6a816b1 07:36:58 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:58 ---> Running in 1556900da8c6 07:36:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:36:59 Warning: overwriting stash ‘coverage-report’ 07:36:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:37:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:37:00 + ls -al . 07:37:00 total 92 07:37:00 drwxrwxr-x. 10 jenkins jenkins 4096 May 8 07:36 . 07:37:00 drwxrwxr-x. 4 jenkins jenkins 32 May 8 07:34 .. 07:37:00 drwxrwxr-x. 3 jenkins jenkins 20 May 8 07:34 assets 07:37:00 drwxrwxr-x. 2 jenkins jenkins 35 May 8 07:34 bin 07:37:00 drwxrwxr-x. 3 jenkins jenkins 29 May 8 07:34 cmd 07:37:00 -rw-rw-r--. 1 jenkins jenkins 3959 May 8 07:34 CONTRIBUTING.md 07:37:00 -rw-r--r--. 1 jenkins jenkins 10 May 8 07:36 coverage.out 07:37:00 -rw-rw-r--. 1 jenkins jenkins 1508 May 8 07:34 Dockerfile 07:37:00 -rw-rw-r--. 1 jenkins jenkins 902 May 8 07:34 Dockerfile.build 07:37:00 drwxrwxr-x. 5 jenkins jenkins 104 May 8 07:34 docs 07:37:00 drwxrwxr-x. 8 jenkins jenkins 162 May 8 07:34 .git 07:37:00 drwxrwxr-x. 2 jenkins jenkins 103 May 8 07:34 .github 07:37:00 -rw-rw-r--. 1 jenkins jenkins 162 May 8 07:34 .gitignore 07:37:00 -rw-rw-r--. 1 jenkins jenkins 987 May 8 07:34 go.mod 07:37:00 -rw-r--r--. 1 jenkins jenkins 24424 May 8 07:36 go.sum 07:37:00 drwxrwxr-x. 10 jenkins jenkins 139 May 8 07:34 internal 07:37:00 -rw-rw-r--. 1 jenkins jenkins 652 May 8 07:34 Jenkinsfile 07:37:00 -rw-rw-r--. 1 jenkins jenkins 11357 May 8 07:34 LICENSE 07:37:00 -rw-rw-r--. 1 jenkins jenkins 941 May 8 07:34 Makefile 07:37:00 -rw-rw-r--. 1 jenkins jenkins 6012 May 8 07:34 README.md 07:37:00 -rw-rw-r--. 1 jenkins jenkins 12 May 8 07:32 VERSION 07:37:00 -rw-rw-r--. 1 jenkins jenkins 155 May 8 07:34 version.go 07:37:00 drwxrwxr-x. 4 jenkins jenkins 4096 May 8 07:34 web [Pipeline] isUnix [Pipeline] sh 07:37:01 + 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=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 --label arch=amd64 --label version=2.0.0-dev.46 . 07:37:01 Removing intermediate container 1556900da8c6 07:37:01 ---> 78203c42bb44 07:37:01 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:37:01 ---> Running in 4d8b816bedd3 07:37:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:37:03 Sending build context to Docker daemon 34.9MB 07:37:03 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:37:03 Step 2/24 : FROM ${BASE} AS builder 07:37:03 ---> ea81c692f038 07:37:03 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:37:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:37:03 ---> Running in 5b0b35a55c42 07:37:03 Removing intermediate container 5b0b35a55c42 07:37:03 ---> 1338c3169f5e 07:37:03 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:37:03 ---> Running in a18ee352dd36 07:37:04 Removing intermediate container a18ee352dd36 07:37:04 ---> 2b21cd951868 07:37:04 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:37:04 ---> Running in 92d3ae6f2e1e 07:37:04 Removing intermediate container 92d3ae6f2e1e 07:37:04 ---> f7185ab1071a 07:37:04 Step 6/24 : LABEL Name=edgex-ui-go 07:37:04 ---> Running in 984c128ed45d 07:37:04 OK: 138 MiB in 40 packages 07:37:04 Removing intermediate container 984c128ed45d 07:37:04 ---> 062fe29ba0aa 07:37:04 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:37:04 ---> Running in 7c8c7cd4455f 07:37:05 Removing intermediate container 7c8c7cd4455f 07:37:05 ---> 3e73db0e274c 07:37:05 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:05 ---> Running in 17e36627286e 07:37:05 Removing intermediate container 4d8b816bedd3 07:37:05 ---> 0f8a315bbac7 07:37:05 Step 10/24 : ENV GO111MODULE=on 07:37:05 ---> Running in 7eb84091aef9 07:37:06 Removing intermediate container 7eb84091aef9 07:37:06 ---> c1ba5227170a 07:37:06 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:37:06 ---> Running in eca1588086e7 07:37:06 Removing intermediate container 17e36627286e 07:37:06 ---> 50a0e66109c8 07:37:06 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:37:06 ---> Running in 4718c573eca6 07:37:06 Removing intermediate container eca1588086e7 07:37:06 ---> 11341672f65f 07:37:06 Step 12/24 : COPY go.mod . 07:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:37:07 ---> a8bcab543ce7 07:37:07 Step 13/24 : COPY Makefile . 07:37:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:37:08 ---> 334564b1b23b 07:37:08 Step 14/24 : RUN make update 07:37:08 ---> Running in 0ce9a056cca0 07:37:08 OK: 149 MiB in 40 packages 07:37:09 Removing intermediate container 4718c573eca6 07:37:09 ---> 207cc767f789 07:37:09 Step 10/24 : ENV GO111MODULE=on 07:37:09 ---> Running in cc3e8b395dae 07:37:09 CGO_ENABLED=0 GO111MODULE=on go mod download 07:37:09 Removing intermediate container cc3e8b395dae 07:37:09 ---> 5c62df9235cc 07:37:09 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:37:09 ---> Running in 57eae5218b6d 07:37:09 Removing intermediate container 57eae5218b6d 07:37:09 ---> f5290d2fa74d 07:37:09 Step 12/24 : COPY go.mod . 07:37:10 ---> dfe00cda3feb 07:37:10 Step 13/24 : COPY Makefile . 07:37:10 ---> 258b63d1fcc1 07:37:10 Step 14/24 : RUN make update 07:37:10 ---> Running in d774f7a2ef29 07:37:10 Removing intermediate container 0ce9a056cca0 07:37:10 ---> d86ed945f82d 07:37:10 Step 15/24 : COPY . . 07:37:11 CGO_ENABLED=0 GO111MODULE=on go mod download 07:37:11 Removing intermediate container d774f7a2ef29 07:37:11 ---> 270b2597d866 07:37:11 Step 15/24 : COPY . . 07:37:14 ---> f4873153376a 07:37:14 Step 16/24 : RUN ${MAKE} 07:37:14 ---> Running in bc0f8a2ab417 07:37:14 ---> c1d78750efad 07:37:14 Step 16/24 : RUN ${MAKE} 07:37:14 ---> Running in 574b8d196b8a 07:37:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.46" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:37:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.46" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:37:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:37:35 Removing intermediate container 574b8d196b8a 07:37:35 ---> 15d7dffb90c5 07:37:35 Step 17/24 : FROM alpine:3.12 07:37:36 3.12: Pulling from library/alpine 07:37:36 339de151aab4: Pulling fs layer 07:37:36 339de151aab4: Download complete 07:37:37 339de151aab4: Pull complete 07:37:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:37:37 Status: Downloaded newer image for alpine:3.12 07:37:37 ---> 13621d1b12d4 07:37:37 Step 18/24 : EXPOSE 4000 07:37:37 ---> Running in e26c510976dc 07:37:38 Removing intermediate container e26c510976dc 07:37:38 ---> 7dd1052603bc 07:37:38 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:37:40 ---> de66f9730063 07:37:40 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:37:40 ---> Running in 42dbe4003bb7 07:37:40 Removing intermediate container 42dbe4003bb7 07:37:40 ---> 3a7f5730d499 07:37:40 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:37:40 ---> Running in b50b90521ddd 07:37:41 Removing intermediate container b50b90521ddd 07:37:41 ---> fa82ccf1434e 07:37:41 Step 22/24 : LABEL arch=amd64 07:37:41 ---> Running in d0f6cfd92315 07:37:41 Removing intermediate container d0f6cfd92315 07:37:41 ---> ce9d412d0f87 07:37:41 Step 23/24 : LABEL git_sha=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 07:37:41 ---> Running in a7007e5baf6f 07:37:41 Removing intermediate container a7007e5baf6f 07:37:41 ---> c7c48cab6fc9 07:37:41 Step 24/24 : LABEL version=2.0.0-dev.46 07:37:41 ---> Running in ad850d9893bc 07:37:41 Removing intermediate container ad850d9893bc 07:37:41 ---> 5a193ea46a84 07:37:41 [Warning] One or more build-args [ARCH] were not consumed 07:37:41 Successfully built 5a193ea46a84 07:37:41 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:37:42 provisioning config files... 07:37:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/105@tmp/config5966230358938111769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:37:42 ---> docker-login.sh 07:37:42 nexus3.edgexfoundry.org:10001 07:37:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:43 Configure a credential helper to remove this warning. See 07:37:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:43 07:37:43 Login Succeeded 07:37:43 nexus3.edgexfoundry.org:10002 07:37:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:43 Configure a credential helper to remove this warning. See 07:37:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:43 07:37:43 Login Succeeded 07:37:43 nexus3.edgexfoundry.org:10003 07:37:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:44 Configure a credential helper to remove this warning. See 07:37:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:44 07:37:44 Login Succeeded 07:37:44 nexus3.edgexfoundry.org:10004 07:37:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:44 Configure a credential helper to remove this warning. See 07:37:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:44 07:37:44 Login Succeeded 07:37:44 docker.io 07:37:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:44 Configure a credential helper to remove this warning. See 07:37:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:44 07:37:44 Login Succeeded 07:37:44 ---> docker-login.sh ends [Pipeline] } 07:37:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:37:45 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 07:37:45 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 07:37:45 latest 07:37:45 2.0.0-dev.46 07:37:45 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 07:37:45 master 07:37:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:37:45 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] isUnix [Pipeline] sh 07:37:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 07:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:37:45 20b463706e9f: Preparing 07:37:45 32f366d666a5: Preparing 07:37:45 32f366d666a5: Layer already exists 07:37:48 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:37:48 Removing intermediate container bc0f8a2ab417 07:37:48 ---> 37a4eb02b6d8 07:37:48 Step 17/24 : FROM alpine:3.12 07:37:48 3.12: Pulling from library/alpine 07:37:48 d2f70382dc9a: Pulling fs layer 07:37:49 d2f70382dc9a: Verifying Checksum 07:37:49 d2f70382dc9a: Download complete 07:37:49 20b463706e9f: Pushed 07:37:49 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] isUnix [Pipeline] sh 07:37:49 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 07:37:49 d2f70382dc9a: Pull complete 07:37:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:37:49 Status: Downloaded newer image for alpine:3.12 07:37:49 ---> 9852663dfa18 07:37:49 Step 18/24 : EXPOSE 4000 07:37:49 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 07:37:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:37:49 20b463706e9f: Preparing 07:37:49 32f366d666a5: Preparing 07:37:49 32f366d666a5: Layer already exists 07:37:49 20b463706e9f: Layer already exists 07:37:50 ---> Running in b41923084f2e 07:37:50 latest: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] isUnix [Pipeline] sh 07:37:50 Removing intermediate container b41923084f2e 07:37:50 ---> 314dc92ebd70 07:37:50 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:37:50 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh 07:37:52 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.46 07:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:37:52 20b463706e9f: Preparing 07:37:52 32f366d666a5: Preparing 07:37:52 32f366d666a5: Layer already exists 07:37:52 20b463706e9f: Layer already exists 07:37:52 2.0.0-dev.46: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] isUnix [Pipeline] sh 07:37:52 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 07:37:52 ---> 8f3801a8fb8a 07:37:52 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:37:52 ---> Running in 2c8d0b8f691a [Pipeline] isUnix [Pipeline] sh 07:37:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 07:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:37:53 20b463706e9f: Preparing 07:37:53 32f366d666a5: Preparing 07:37:53 20b463706e9f: Layer already exists 07:37:53 32f366d666a5: Layer already exists 07:37:53 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] isUnix [Pipeline] sh 07:37:53 Removing intermediate container 2c8d0b8f691a 07:37:53 ---> 3fd2bf8ba940 07:37:53 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:37:53 ---> Running in 40129bcbe65b 07:37:53 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 07:37:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 07:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 07:37:53 20b463706e9f: Preparing 07:37:53 32f366d666a5: Preparing 07:37:53 32f366d666a5: Layer already exists 07:37:53 20b463706e9f: Layer already exists 07:37:53 master: digest: sha256:adc88a77520e9b9551a78a1f7b51ae7b13db34d299a78b253c8027e2c337b7b7 size: 740 [Pipeline] } 07:37:53 Removing intermediate container 40129bcbe65b 07:37:53 ---> 1d668cedba46 07:37:53 Step 22/24 : LABEL arch=arm64 07:37:53 ---> Running in f54d79f84c1c [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:37:53 ===================================================== [Pipeline] echo 07:37:53 taggedImages: 07:37:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 07:37:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 07:37:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.46 07:37:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 07:37:53 - 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 07:37:54 Removing intermediate container f54d79f84c1c 07:37:54 ---> 7dc65a2d9a1c 07:37:54 Step 23/24 : LABEL git_sha=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 07:37:54 ---> Running in 364472fde0cb 07:37:54 ---> job-cost.sh 07:37:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FIZN 07:37:54 Removing intermediate container 364472fde0cb 07:37:54 ---> f473d64569a4 07:37:54 Step 24/24 : LABEL version=2.0.0-dev.46 07:37:54 ---> Running in c89ac889e38b 07:37:55 Removing intermediate container c89ac889e38b 07:37:55 ---> a2f113f660a3 07:37:55 [Warning] One or more build-args [ARCH] were not consumed 07:37:55 Successfully built a2f113f660a3 07:37:55 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 07:37:55 provisioning config files... 07:37:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/105@tmp/config3686137770076425140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:37:56 ---> docker-login.sh 07:37:56 nexus3.edgexfoundry.org:10001 07:37:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:56 Configure a credential helper to remove this warning. See 07:37:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:56 07:37:56 Login Succeeded 07:37:56 nexus3.edgexfoundry.org:10002 07:37:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:56 Configure a credential helper to remove this warning. See 07:37:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:56 07:37:56 Login Succeeded 07:37:56 nexus3.edgexfoundry.org:10003 07:37:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:57 Configure a credential helper to remove this warning. See 07:37:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:57 07:37:57 Login Succeeded 07:37:57 nexus3.edgexfoundry.org:10004 07:37:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:57 Configure a credential helper to remove this warning. See 07:37:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:57 07:37:57 Login Succeeded 07:37:57 docker.io 07:37:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:37:58 Configure a credential helper to remove this warning. See 07:37:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:37:58 07:37:58 Login Succeeded 07:37:58 ---> docker-login.sh ends [Pipeline] } 07:37:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:37:58 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 07:37:58 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 07:37:58 latest 07:37:58 2.0.0-dev.46 07:37:58 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 07:37:58 master 07:37:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:37:59 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] isUnix [Pipeline] sh 07:37:59 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 07:37:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:37:59 72098805d518: Preparing 07:37:59 3fbe34a1663b: Preparing 07:37:59 3fbe34a1663b: Layer already exists 07:38:06 72098805d518: Pushed 07:38:06 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] isUnix [Pipeline] sh 07:38:06 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:38:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 07:38:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:38:06 72098805d518: Preparing 07:38:06 3fbe34a1663b: Preparing 07:38:06 72098805d518: Layer already exists 07:38:06 3fbe34a1663b: Layer already exists 07:38:07 latest: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] isUnix [Pipeline] sh 07:38:07 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh 07:38:07 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.46 07:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:38:07 72098805d518: Preparing 07:38:07 3fbe34a1663b: Preparing 07:38:07 72098805d518: Layer already exists 07:38:07 3fbe34a1663b: Layer already exists 07:38:08 2.0.0-dev.46: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] isUnix [Pipeline] sh 07:38:08 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh 07:38:08 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 07:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:38:08 72098805d518: Preparing 07:38:08 3fbe34a1663b: Preparing 07:38:09 3fbe34a1663b: Layer already exists 07:38:09 72098805d518: Layer already exists 07:38:09 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] isUnix [Pipeline] sh 07:38:09 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:38:09 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 07:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 07:38:09 72098805d518: Preparing 07:38:09 3fbe34a1663b: Preparing 07:38:10 3fbe34a1663b: Layer already exists 07:38:10 72098805d518: Layer already exists 07:38:10 master: digest: sha256:78a031fe9d306b569a429f955d4aa53cd112c0d29a46083f9b231de4ce600ecc size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:38:10 ===================================================== [Pipeline] echo 07:38:10 taggedImages: 07:38:10 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 07:38:10 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 07:38:10 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.46 07:38:10 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e2d6bfd55903d8e137d76ea1bc7b0b66c3639301-2.0.0-dev.46 07:38:10 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:38:10 ---> job-cost.sh 07:38:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xL9k 07:38:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:38:49 lf-activate-venv(): INFO: Adding /tmp/venv-FIZN/bin to PATH 07:38:49 INFO: No Stack... 07:38:49 INFO: Retrieving Pricing Info for: v1-standard-2 07:38:49 INFO: Archiving Costs [Pipeline] sh 07:38:49 + cat /w/workspace/edgex-ui-go/105/archives/cost.csv 07:38:49 + cut -d, -f6 [Pipeline] lock 07:38:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] 07:38:49 Resource [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] did not exist. Created. 07:38:49 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:38:49 + echo total: 0.029999999329447746 [Pipeline] stash 07:38:50 Stashed 1 file(s) [Pipeline] } 07:38:50 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:38:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:40:34 lf-activate-venv(): INFO: Adding /tmp/venv-xL9k/bin to PATH 07:40:34 INFO: No Stack... 07:40:34 INFO: Retrieving Pricing Info for: lf-standard-4 07:40:34 INFO: Archiving Costs [Pipeline] sh 07:40:34 + cat+ /w/workspace/edgex-ui-go/105/archives/cost.csv 07:40:34 cut -d, -f6 [Pipeline] lock 07:40:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] 07:40:35 Resource [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] did not exist. Created. 07:40:35 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:40:35 /w/workspace/edgex-ui-go/105@tmp/durable-ebea4a1d/script.sh: 1: /w/workspace/edgex-ui-go/105@tmp/durable-ebea4a1d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:40:35 + echo total: 0.20999999344348907 [Pipeline] stash 07:40:35 Warning: overwriting stash ‘stack-cost’ 07:40:35 Stashed 1 file(s) [Pipeline] } 07:40:35 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-105-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:40:36 provisioning config files... 07:40:36 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6270194461770854118tmp [Pipeline] { [Pipeline] sh 07:40:37 + set +x 07:40:37 + curl -s https://codecov.io/bash 07:40:37 + bash -s -- 07:40:37 07:40:37 _____ _ 07:40:37 / ____| | | 07:40:37 | | ___ __| | ___ ___ _____ __ 07:40:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:40:37 | |___| (_) | (_| | __/ (_| (_) \ V / 07:40:37 \_____\___/ \__,_|\___|\___\___/ \_/ 07:40:37 Bash-1.0.2 07:40:37 07:40:37 07:40:37 ==> git version 2.24.3 found 07:40:37 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 07:40:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:40:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:40:37 ==> Jenkins CI detected. 07:40:37 project root: . 07:40:37 --> token set from env 07:40:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:40:37 ==> Running gcov in . (disable via -X gcov) 07:40:37 ==> Python coveragepy not found 07:40:37 ==> Searching for coverage reports in: 07:40:37 + . 07:40:37 -> Found 1 reports 07:40:37 ==> Detecting git/mercurial file structure 07:40:37 ==> Reading reports 07:40:37 + ./coverage.out bytes=10 07:40:37 ==> Appending adjustments 07:40:37 https://docs.codecov.io/docs/fixing-reports 07:40:37 + Found adjustments 07:40:37 ==> Gzipping contents 07:40:37 4.0K /tmp/codecov.g4DTtI.gz 07:40:37 ==> Uploading reports 07:40:37 url: https://codecov.io 07:40:37 query: branch=master&commit=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:40:37 -> Pinging Codecov 07:40:37 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=e2d6bfd55903d8e137d76ea1bc7b0b66c3639301&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:40:38 -> Uploading to 07:40:38 https://storage.googleapis.com/codecov/v4/raw/2021-05-08/FB506323287CE973F263BFD2A0EB1F37/e2d6bfd55903d8e137d76ea1bc7b0b66c3639301/ec2327d4-62f6-46eb-9ada-09bea7b6fc0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210508T074037Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=67d702b56dac75601df8953683d6956d0df3f47348143191ef76ac030a4522aa 07:40:38 % Total % Received % Xferd Average Speed Time Time Time Current 07:40:38 Dload Upload Total Spent Left Speed 07:40:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6820 --:--:-- --:--:-- --:--:-- 6833 07:40:38 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] } 07:40:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:40:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:40:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:40:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:40:39 07:40:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 07:40:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:40:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:40:40 188c0c94c7c5: Pulling fs layer 07:40:40 0ef7d3d256c8: Pulling fs layer 07:40:40 de9db76c5a1d: Pulling fs layer 07:40:40 0eba1c9be4d2: Pulling fs layer 07:40:40 0d57e429df01: Pulling fs layer 07:40:40 4e4be7b47b0d: Pulling fs layer 07:40:40 e1f770b5df2f: Pulling fs layer 07:40:40 85a0685a4137: Pulling fs layer 07:40:40 0eba1c9be4d2: Waiting 07:40:40 0d57e429df01: Waiting 07:40:40 e1f770b5df2f: Waiting 07:40:40 85a0685a4137: Waiting 07:40:40 4e4be7b47b0d: Waiting 07:40:40 de9db76c5a1d: Verifying Checksum 07:40:40 de9db76c5a1d: Download complete 07:40:40 0ef7d3d256c8: Verifying Checksum 07:40:40 0ef7d3d256c8: Download complete 07:40:40 0d57e429df01: Verifying Checksum 07:40:40 0d57e429df01: Download complete 07:40:40 4e4be7b47b0d: Verifying Checksum 07:40:40 4e4be7b47b0d: Download complete 07:40:40 188c0c94c7c5: Verifying Checksum 07:40:40 188c0c94c7c5: Download complete 07:40:40 188c0c94c7c5: Pull complete 07:40:41 0ef7d3d256c8: Pull complete 07:40:41 de9db76c5a1d: Pull complete 07:40:41 e1f770b5df2f: Verifying Checksum 07:40:41 e1f770b5df2f: Download complete 07:40:45 85a0685a4137: Verifying Checksum 07:40:45 85a0685a4137: Download complete 07:40:45 0eba1c9be4d2: Verifying Checksum 07:40:45 0eba1c9be4d2: Download complete 07:40:50 0eba1c9be4d2: Pull complete 07:40:50 0d57e429df01: Pull complete 07:40:50 4e4be7b47b0d: Pull complete 07:40:53 e1f770b5df2f: Pull complete 07:41:01 85a0685a4137: Pull complete 07:41:01 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 07:41:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:41:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 07:41:01 prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container 07:41:01 $ 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 07:41:03 $ docker top bc7593abb5b8d92b9268d0cae3dcad41449b817b2350b164e3832a3d4ccbd1ef -eo pid,comm [Pipeline] { [Pipeline] echo 07:41:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 07:41:04 + set -o pipefail 07:41:04 + snyk monitor '--org=edgex-jenkins' 07:41:16 07:41:16 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 07:41:16 07:41:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/7bfb87f1-6983-43eb-a91a-942425bcc10e 07:41:16 07:41:16 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 07:41:16 07:41:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:41:16 07:41:16 [Pipeline] } 07:41:16 $ docker stop --time=1 bc7593abb5b8d92b9268d0cae3dcad41449b817b2350b164e3832a3d4ccbd1ef 07:41:19 $ docker rm -f bc7593abb5b8d92b9268d0cae3dcad41449b817b2350b164e3832a3d4ccbd1ef [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 07:41:20 + git log --format=format:%s -1 e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 [Pipeline] isUnix [Pipeline] sh 07:41:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:41:21 . [Pipeline] withDockerContainer 07:41:21 prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container 07:41:21 $ 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 07:41:22 $ docker top d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:41:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:41:22 [ssh-agent] Looking for ssh-agent implementation... 07:41:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:41:22 $ docker exec d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 ssh-agent 07:41:22 SSH_AUTH_SOCK=/tmp/ssh-wavdUo3I4hqZ/agent.11 07:41:22 SSH_AGENT_PID=16 07:41:22 Running ssh-add (command line suppressed) 07:41:23 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2736148226789941009.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2736148226789941009.key) 07:41:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:41:23 + git semver tag 07:41:23 # -> Open(): unable to determine branch for HEAD 07:41:23 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:41:23 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:41:23 # $SEMVER_REMOTE_NAME = origin 07:41:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:41:23 # $SEMVER_USER_NAME = edgex-jenkins 07:41:23 # $SEMVER_BRANCH = master 07:41:23 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 07:41:23 # e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 HEAD 07:41:23 # -> Force: false 07:41:23 # 101520937842b6a5addc963781529e6d23c1ecd3 refs/tags/v2.0.0-dev.46 [Pipeline] } 07:41:23 $ docker exec --env ******** --env ******** d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 ssh-agent -k 07:41:23 unset SSH_AUTH_SOCK; 07:41:23 unset SSH_AGENT_PID; 07:41:23 echo Agent pid 16 killed; 07:41:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:41:24 + git semver [Pipeline] } 07:41:24 $ docker stop --time=1 d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 07:41:25 $ docker rm -f d0853c5c3a129d902b6e1af01820c36cb018128dac8e7eb70db025707df30357 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:41:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:41:26 07:41:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:41:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:41:26 0.23.1-centos7: Pulling from edgex-lftools 07:41:26 ab5ef0e58194: Pulling fs layer 07:41:26 9712f1f96733: Pulling fs layer 07:41:26 63f879dbbcfc: Pulling fs layer 07:41:26 0d9ebad4ef96: Pulling fs layer 07:41:26 e9a5061849ea: Pulling fs layer 07:41:26 d747dcd14b5f: Pulling fs layer 07:41:26 2de7ff778b66: Pulling fs layer 07:41:26 0d9ebad4ef96: Waiting 07:41:26 d747dcd14b5f: Waiting 07:41:26 2de7ff778b66: Waiting 07:41:26 e9a5061849ea: Waiting 07:41:26 9712f1f96733: Verifying Checksum 07:41:26 9712f1f96733: Download complete 07:41:28 63f879dbbcfc: Verifying Checksum 07:41:28 63f879dbbcfc: Download complete 07:41:28 e9a5061849ea: Verifying Checksum 07:41:28 e9a5061849ea: Download complete 07:41:28 d747dcd14b5f: Verifying Checksum 07:41:28 d747dcd14b5f: Download complete 07:41:28 2de7ff778b66: Verifying Checksum 07:41:28 2de7ff778b66: Download complete 07:41:29 0d9ebad4ef96: Verifying Checksum 07:41:29 0d9ebad4ef96: Download complete 07:41:29 ab5ef0e58194: Verifying Checksum 07:41:29 ab5ef0e58194: Download complete 07:41:34 ab5ef0e58194: Pull complete 07:41:34 9712f1f96733: Pull complete 07:41:37 63f879dbbcfc: Pull complete 07:41:43 0d9ebad4ef96: Pull complete 07:41:45 e9a5061849ea: Pull complete 07:41:45 d747dcd14b5f: Pull complete 07:41:47 2de7ff778b66: Pull complete 07:41:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:41:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:41:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:41:48 prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container 07:41:48 $ 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 07:41:52 $ docker top 6ddb7fd1aa044d3f2b9e9b806ccc899d104076489579db6cfb2467ab8e2fa912 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:41:52 provisioning config files... 07:41:52 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6552387628669855631tmp 07:41:52 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7751979825152803239tmp 07:41:52 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2990615918540386649tmp [Pipeline] { [Pipeline] echo 07:41:52 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:41:52 ---> sigul-configuration.sh 07:41:52 gpg: directory `/root/.gnupg' created 07:41:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:41:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:41:52 gpg: keyring `/root/.gnupg/secring.gpg' created 07:41:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:41:52 gpg: CAST5 encrypted data 07:41:53 gpg: encrypted with 1 passphrase 07:41:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:41:53 + mkdir /home/jenkins 07:41:53 + mkdir /home/jenkins/sigul [Pipeline] sh 07:41:53 + 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 07:41:53 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:41:53 ---> sigul-install.sh 07:42:00 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:42:00 + git tag --list 07:42:00 0.1.1 07:42:00 v1.1.0 07:42:00 v1.2.0 07:42:00 v1.2.1 07:42:00 v1.3.0 07:42:00 v2.0.0-dev.1 07:42:00 v2.0.0-dev.10 07:42:00 v2.0.0-dev.11 07:42:00 v2.0.0-dev.12 07:42:00 v2.0.0-dev.13 07:42:00 v2.0.0-dev.14 07:42:00 v2.0.0-dev.15 07:42:00 v2.0.0-dev.16 07:42:00 v2.0.0-dev.17 07:42:00 v2.0.0-dev.18 07:42:00 v2.0.0-dev.19 07:42:00 v2.0.0-dev.2 07:42:00 v2.0.0-dev.20 07:42:00 v2.0.0-dev.21 07:42:00 v2.0.0-dev.22 07:42:00 v2.0.0-dev.23 07:42:00 v2.0.0-dev.24 07:42:00 v2.0.0-dev.25 07:42:00 v2.0.0-dev.26 07:42:00 v2.0.0-dev.27 07:42:00 v2.0.0-dev.28 07:42:00 v2.0.0-dev.29 07:42:00 v2.0.0-dev.3 07:42:00 v2.0.0-dev.30 07:42:00 v2.0.0-dev.31 07:42:00 v2.0.0-dev.32 07:42:00 v2.0.0-dev.33 07:42:00 v2.0.0-dev.34 07:42:00 v2.0.0-dev.35 07:42:00 v2.0.0-dev.36 07:42:00 v2.0.0-dev.37 07:42:00 v2.0.0-dev.38 07:42:00 v2.0.0-dev.39 07:42:00 v2.0.0-dev.4 07:42:00 v2.0.0-dev.40 07:42:00 v2.0.0-dev.41 07:42:00 v2.0.0-dev.42 07:42:00 v2.0.0-dev.43 07:42:00 v2.0.0-dev.44 07:42:00 v2.0.0-dev.45 07:42:00 v2.0.0-dev.46 07:42:00 v2.0.0-dev.5 07:42:00 v2.0.0-dev.6 07:42:00 v2.0.0-dev.7 07:42:00 v2.0.0-dev.8 07:42:00 v2.0.0-dev.9 [Pipeline] sh 07:42:01 + lftools sign git-tag v2.0.0-dev.46 07:42:02 Signing Git tag with Sigul... 07:42:02 Signing v2.0.0-dev.46 [Pipeline] echo 07:42:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:42:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:42:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:42:05 $ docker stop --time=1 6ddb7fd1aa044d3f2b9e9b806ccc899d104076489579db6cfb2467ab8e2fa912 07:42:06 $ docker rm -f 6ddb7fd1aa044d3f2b9e9b806ccc899d104076489579db6cfb2467ab8e2fa912 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:42:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:42:07 . [Pipeline] withDockerContainer 07:42:07 prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container 07:42:07 $ 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 07:42:08 $ docker top e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:42:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:42:08 [ssh-agent] Looking for ssh-agent implementation... 07:42:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:42:08 $ docker exec e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e ssh-agent 07:42:08 SSH_AUTH_SOCK=/tmp/ssh-0b3wLpyuGy6d/agent.11 07:42:08 SSH_AGENT_PID=16 07:42:08 Running ssh-add (command line suppressed) 07:42:08 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4868461539313903414.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4868461539313903414.key) 07:42:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:42:09 + git semver bump pre 07:42:09 # -> Open(): unable to determine branch for HEAD 07:42:09 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:42:09 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:42:09 # $SEMVER_REMOTE_NAME = origin 07:42:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:42:09 # $SEMVER_USER_NAME = edgex-jenkins 07:42:09 # $SEMVER_BRANCH = master 07:42:09 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 07:42:09 2.0.0-dev.47 [Pipeline] } 07:42:09 $ docker exec --env ******** --env ******** e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e ssh-agent -k 07:42:09 unset SSH_AUTH_SOCK; 07:42:09 unset SSH_AGENT_PID; 07:42:09 echo Agent pid 16 killed; 07:42:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:42:09 + git semver [Pipeline] } 07:42:09 $ docker stop --time=1 e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e 07:42:11 $ docker rm -f e901a30a088fb03c1164974b25cf976be27fee8712a2529f8b76d00d1960a68e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:42:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:42:11 . [Pipeline] withDockerContainer 07:42:11 prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container 07:42:11 $ 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 07:42:12 $ docker top 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:42:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:42:12 [ssh-agent] Looking for ssh-agent implementation... 07:42:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:42:13 $ docker exec 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 ssh-agent 07:42:13 SSH_AUTH_SOCK=/tmp/ssh-hZUeLQllW98P/agent.12 07:42:13 SSH_AGENT_PID=17 07:42:13 Running ssh-add (command line suppressed) 07:42:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2910238960077842372.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2910238960077842372.key) 07:42:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:42:13 + git semver push 07:42:13 # -> Open(): unable to determine branch for HEAD 07:42:13 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 07:42:13 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 07:42:13 # $SEMVER_REMOTE_NAME = origin 07:42:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:42:13 # $SEMVER_USER_NAME = edgex-jenkins 07:42:13 # $SEMVER_BRANCH = master 07:42:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 07:42:18 $ docker exec --env ******** --env ******** 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 ssh-agent -k 07:42:18 unset SSH_AUTH_SOCK; 07:42:18 unset SSH_AGENT_PID; 07:42:18 echo Agent pid 17 killed; 07:42:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:42:18 + git semver [Pipeline] } 07:42:18 $ docker stop --time=1 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 07:42:20 $ docker rm -f 71502b2ad8063154151fff2119b947988958f4ed24f4a47a9dd65634eba552c7 [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 07:42:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:42:21 ---> package-listing.sh 07:42:21 ++ tr '[:upper:]' '[:lower:]' 07:42:21 ++ facter osfamily 07:42:21 + OS_FAMILY=redhat 07:42:21 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 07:42:21 + START_PACKAGES=/tmp/packages_start.txt 07:42:21 + END_PACKAGES=/tmp/packages_end.txt 07:42:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:42:21 + PACKAGES=/tmp/packages_start.txt 07:42:21 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 07:42:21 + PACKAGES=/tmp/packages_end.txt 07:42:21 + case "${OS_FAMILY}" in 07:42:21 + rpm -qa 07:42:21 + sort 07:42:26 + '[' -f /tmp/packages_start.txt ']' 07:42:26 + '[' -f /tmp/packages_end.txt ']' 07:42:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:42:26 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 07:42:26 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 07:42:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 07:42:26 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 07:42:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:42:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:27 07:42:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:42:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:27 alpine: Pulling from edgex-lftools-log-publisher 07:42:27 df20fa9351a1: Pulling fs layer 07:42:27 36b3adc4ff6f: Pulling fs layer 07:42:27 8ad3a11d3b57: Pulling fs layer 07:42:27 46f8f816bc3b: Pulling fs layer 07:42:27 93b61091891f: Pulling fs layer 07:42:27 93b9cdb0e59b: Pulling fs layer 07:42:27 5e14af77c1be: Pulling fs layer 07:42:27 01666e4c0597: Pulling fs layer 07:42:27 aa168da1d23b: Pulling fs layer 07:42:27 46f8f816bc3b: Waiting 07:42:27 93b61091891f: Waiting 07:42:27 93b9cdb0e59b: Waiting 07:42:27 5e14af77c1be: Waiting 07:42:27 01666e4c0597: Waiting 07:42:27 aa168da1d23b: Waiting 07:42:27 36b3adc4ff6f: Verifying Checksum 07:42:27 36b3adc4ff6f: Download complete 07:42:27 46f8f816bc3b: Verifying Checksum 07:42:27 46f8f816bc3b: Download complete 07:42:27 df20fa9351a1: Verifying Checksum 07:42:27 df20fa9351a1: Download complete 07:42:27 93b9cdb0e59b: Verifying Checksum 07:42:27 93b9cdb0e59b: Download complete 07:42:28 5e14af77c1be: Verifying Checksum 07:42:28 5e14af77c1be: Download complete 07:42:28 01666e4c0597: Verifying Checksum 07:42:28 01666e4c0597: Download complete 07:42:28 93b61091891f: Verifying Checksum 07:42:28 93b61091891f: Download complete 07:42:28 8ad3a11d3b57: Verifying Checksum 07:42:28 8ad3a11d3b57: Download complete 07:42:28 df20fa9351a1: Pull complete 07:42:28 36b3adc4ff6f: Pull complete 07:42:30 aa168da1d23b: Verifying Checksum 07:42:30 aa168da1d23b: Download complete 07:42:30 8ad3a11d3b57: Pull complete 07:42:31 46f8f816bc3b: Pull complete 07:42:31 93b61091891f: Pull complete 07:42:31 93b9cdb0e59b: Pull complete 07:42:31 5e14af77c1be: Pull complete 07:42:31 01666e4c0597: Pull complete 07:42:39 aa168da1d23b: Pull complete 07:42:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:42:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:42:40 prd-centos7-docker-4c-2g-3720 does not seem to be running inside a container 07:42:40 $ 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 07:42:43 $ docker top 352f2484f62729c991ed22cf4b5378845a29006a26b90efbdee71166657f7421 -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:43 + touch /tmp/pre-build-complete [Pipeline] sh 07:42:43 + mkdir -p /var/log/sa [Pipeline] sh 07:42:44 + ls /var/log/sa-host 07:42:44 + sadf -c /var/log/sa-host/sa08 07:42:44 file_magic: OK 07:42:44 HZ: Using current value: 100 07:42:44 file_header: OK 07:42:44 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:42:44 Statistics: 07:42:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:42:44 File successfully converted to sysstat format version 12.2.1 07:42:44 + sadf -c /var/log/sa-host/sa23 07:42:44 file_magic: OK 07:42:44 HZ: Using current value: 100 07:42:44 file_header: OK 07:42:44 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:42:44 Statistics: 07:42:44 Hnuu...uuuununununu... 07:42:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:42:44 provisioning config files... 07:42:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5954524111435739865tmp [Pipeline] { [Pipeline] echo 07:42:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:42:44 ---> create-netrc.sh [Pipeline] } 07:42:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:42:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:42:45 ---> python-tools-install.sh [Pipeline] echo 07:42:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:42:45 ---> sudo-logs.sh 07:42:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:42:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:42:45 ---> job-cost.sh 07:42:45 lf-activate-venv: SKIPPING 07:42:45 DEBUG: total: 0.20999999344348907 07:42:45 INFO: Retrieving Stack Cost... 07:42:47 INFO: Retrieving Pricing Info for: v1-standard-2 07:42:47 INFO: Archiving Costs [Pipeline] echo 07:42:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:42:48 ---> logs-deploy.sh 07:42:48 lf-activate-venv: SKIPPING 07:42:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/105 07:42:48 INFO: archiving workspace using pattern(s): 07:42:50 Archives upload complete. 07:42:50 INFO: archiving logs to Nexus 07:42:51 ---> uname -a: 07:42:51 Linux prd-centos7-docker-4c-2g-3720.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:42:51 07:42:51 07:42:51 ---> lscpu: 07:42:51 Architecture: x86_64 07:42:51 CPU op-mode(s): 32-bit, 64-bit 07:42:51 Byte Order: Little Endian 07:42:51 Address sizes: 40 bits physical, 48 bits virtual 07:42:51 CPU(s): 4 07:42:51 On-line CPU(s) list: 0-3 07:42:51 Thread(s) per core: 1 07:42:51 Core(s) per socket: 1 07:42:51 Socket(s): 4 07:42:51 NUMA node(s): 1 07:42:51 Vendor ID: GenuineIntel 07:42:51 CPU family: 6 07:42:51 Model: 44 07:42:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:42:51 Stepping: 1 07:42:51 CPU MHz: 2933.442 07:42:51 BogoMIPS: 5866.88 07:42:51 Virtualization: VT-x 07:42:51 Hypervisor vendor: KVM 07:42:51 Virtualization type: full 07:42:51 L1d cache: 128 KiB 07:42:51 L1i cache: 128 KiB 07:42:51 L2 cache: 16 MiB 07:42:51 L3 cache: 64 MiB 07:42:51 NUMA node0 CPU(s): 0-3 07:42:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:42:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:42:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:42:51 Vulnerability Meltdown: Mitigation; PTI 07:42:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:42:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:42:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:42:51 Vulnerability Srbds: Not affected 07:42:51 Vulnerability Tsx async abort: Not affected 07:42:51 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 07:42:51 07:42:51 07:42:51 ---> nproc: 07:42:51 4 07:42:51 07:42:51 07:42:51 ---> df -h: 07:42:51 Filesystem Size Used Available Use% Mounted on 07:42:51 overlay 50.0G 8.6G 41.4G 17% / 07:42:51 tmpfs 64.0M 0 64.0M 0% /dev 07:42:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:42:51 shm 64.0M 0 64.0M 0% /dev/shm 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 07:42:51 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 07:42:51 07:42:51 07:42:51 ---> free -m: 07:42:51 total used free shared buff/cache available 07:42:51 Mem: 1837 829 151 0 856 943 07:42:51 Swap: 1023 3 1020 07:42:51 07:42:51 07:42:51 ---> ip addr: 07:42:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:42:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:42:51 inet 127.0.0.1/8 scope host lo 07:42:51 valid_lft forever preferred_lft forever 07:42:51 inet6 ::1/128 scope host 07:42:51 valid_lft forever preferred_lft forever 07:42:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:42:51 link/ether fa:16:3e:05:17:6d brd ff:ff:ff:ff:ff:ff 07:42:51 inet 10.30.122.119/23 brd 10.30.123.255 scope global dynamic eth0 07:42:51 valid_lft 85703sec preferred_lft 85703sec 07:42:51 inet6 fe80::f816:3eff:fe05:176d/64 scope link 07:42:51 valid_lft forever preferred_lft forever 07:42:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:42:51 link/ether 02:42:cf:69:34:3f brd ff:ff:ff:ff:ff:ff 07:42:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:42:51 valid_lft forever preferred_lft forever 07:42:51 inet6 fe80::42:cfff:fe69:343f/64 scope link 07:42:51 valid_lft forever preferred_lft forever 07:42:51 07:42:51 07:42:51 ---> sar -b -r -n DEV: 07:42:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/08/21 _x86_64_ (4 CPU) 07:42:51 07:42:51 07:31:02 LINUX RESTART (4 CPU) 07:42:51 07:42:51 07:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:42:51 07:33:01 8.07 1.37 6.71 0.00 69.39 745.28 0.00 07:42:51 07:34:01 0.67 0.00 0.67 0.00 0.00 10.94 0.00 07:42:51 07:35:01 0.33 0.00 0.33 0.00 0.00 5.56 0.00 07:42:51 07:36:01 0.37 0.00 0.37 0.00 0.00 5.61 0.00 07:42:51 07:37:02 0.30 0.00 0.30 0.00 0.00 5.45 0.00 07:42:51 07:38:01 0.36 0.00 0.36 0.00 0.00 6.22 0.00 07:42:51 07:39:01 0.23 0.00 0.23 0.00 0.00 3.73 0.00 07:42:51 07:40:01 0.35 0.00 0.35 0.00 0.00 5.16 0.00 07:42:51 07:41:01 188.32 104.28 84.04 0.00 4365.19 30504.66 0.00 07:42:51 07:42:01 308.69 130.15 178.54 0.00 7867.82 40594.06 0.00 07:42:51 Average: 50.88 23.63 27.25 0.00 1233.06 7205.01 0.00 07:42:51 07:42:51 07:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:42:51 07:33:01 164964 0 607560 32.29 2620 1106400 1106716 37.77 422088 1094600 24 07:42:51 07:34:01 168420 0 604100 32.11 2620 1106404 1078876 36.82 421032 1092252 20 07:42:51 07:35:01 163704 0 608804 32.36 2620 1106416 1079032 36.83 437672 1080484 16 07:42:51 07:36:01 163564 0 608944 32.36 2620 1106416 1079008 36.82 442896 1075436 16 07:42:51 07:37:02 158928 0 613572 32.61 2620 1106424 1078996 36.82 449756 1073236 16 07:42:51 07:38:01 159636 0 612860 32.57 2620 1106428 1078936 36.82 452580 1070192 20 07:42:51 07:39:01 159816 0 612676 32.56 2620 1106432 1078876 36.82 452224 1070312 16 07:42:51 07:40:01 159816 0 612672 32.56 2620 1106436 1078876 36.82 452172 1070312 8 07:42:51 07:41:01 259704 0 676824 35.97 2596 942420 1079436 36.84 437312 935064 77904 07:42:51 07:42:01 111404 0 788036 41.88 1492 980612 1196160 40.82 661204 768548 16956 07:42:51 Average: 166996 0 634605 33.73 2505 1077439 1093491 37.32 462894 1033044 9500 07:42:51 07:42:51 07:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:42:51 07:33:01 eth0 62.56 68.54 175.52 10.01 0.00 0.00 0.00 0.00 07:42:51 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:33:01 docker0 58.83 45.70 4.86 160.88 0.00 0.00 0.00 0.00 07:42:51 07:34:01 eth0 0.47 0.08 0.04 0.04 0.00 0.00 0.00 0.00 07:42:51 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:35:01 eth0 1.60 0.68 0.59 0.40 0.00 0.00 0.00 0.00 07:42:51 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:36:01 eth0 1.62 0.43 0.40 0.21 0.00 0.00 0.00 0.00 07:42:51 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:37:02 eth0 0.68 0.43 0.40 0.27 0.00 0.00 0.00 0.00 07:42:51 07:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:38:01 eth0 0.17 0.15 0.12 0.01 0.00 0.00 0.00 0.00 07:42:51 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:39:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:42:51 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:42:51 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:41:01 eth0 428.52 378.00 4075.95 59.62 0.00 0.00 0.00 0.00 07:42:51 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:42:01 veth433529a 26.14 38.17 1.66 258.48 0.00 0.00 0.00 0.00 07:42:51 07:42:01 eth0 509.58 432.73 3865.52 49.48 0.00 0.00 0.00 0.00 07:42:51 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 07:42:01 docker0 91.71 106.79 6.73 630.71 0.00 0.00 0.00 0.00 07:42:51 Average: veth433529a 2.62 3.83 0.17 25.91 0.00 0.00 0.00 0.00 07:42:51 Average: eth0 100.77 88.32 813.69 12.03 0.00 0.00 0.00 0.00 07:42:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:51 Average: docker0 15.09 15.28 1.16 79.34 0.00 0.00 0.00 0.00 07:42:51 07:42:51 07:42:51 ---> sar -P ALL: 07:42:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/08/21 _x86_64_ (4 CPU) 07:42:51 07:42:51 07:31:02 LINUX RESTART (4 CPU) 07:42:51 07:42:51 07:32:01 CPU %user %nice %system %iowait %steal %idle 07:42:51 07:33:01 all 1.11 0.00 0.54 0.06 0.00 98.29 07:42:51 07:33:01 0 1.74 0.00 0.67 0.07 0.00 97.53 07:42:51 07:33:01 1 0.94 0.00 0.50 0.05 0.00 98.51 07:42:51 07:33:01 2 0.80 0.00 0.50 0.05 0.00 98.65 07:42:51 07:33:01 3 0.95 0.00 0.48 0.08 0.02 98.46 07:42:51 07:34:01 all 0.15 0.00 0.06 0.00 0.00 99.79 07:42:51 07:34:01 0 0.50 0.00 0.05 0.00 0.00 99.45 07:42:51 07:34:01 1 0.02 0.00 0.05 0.00 0.00 99.93 07:42:51 07:34:01 2 0.07 0.00 0.10 0.00 0.00 99.83 07:42:51 07:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:42:51 07:35:01 all 0.17 0.00 0.04 0.00 0.01 99.78 07:42:51 07:35:01 0 0.52 0.00 0.02 0.00 0.02 99.45 07:42:51 07:35:01 1 0.02 0.00 0.05 0.00 0.00 99.93 07:42:51 07:35:01 2 0.07 0.00 0.05 0.00 0.02 99.87 07:42:51 07:35:01 3 0.08 0.00 0.03 0.00 0.00 99.88 07:42:51 07:36:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:42:51 07:36:01 0 0.15 0.00 0.03 0.00 0.00 99.82 07:42:51 07:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 07:42:51 07:36:01 2 0.42 0.00 0.03 0.00 0.00 99.55 07:42:51 07:36:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:42:51 07:37:02 all 0.18 0.00 0.10 0.00 0.00 99.71 07:42:51 07:37:02 0 0.03 0.00 0.07 0.00 0.00 99.90 07:42:51 07:37:02 1 0.07 0.00 0.08 0.00 0.00 99.85 07:42:51 07:37:02 2 0.53 0.00 0.07 0.00 0.00 99.40 07:42:51 07:37:02 3 0.10 0.00 0.18 0.00 0.02 99.70 07:42:51 07:38:01 all 0.16 0.00 0.05 0.00 0.00 99.79 07:42:51 07:38:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:42:51 07:38:01 1 0.02 0.00 0.08 0.00 0.00 99.90 07:42:51 07:38:01 2 0.54 0.00 0.05 0.00 0.00 99.41 07:42:51 07:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:42:51 07:39:01 all 0.15 0.00 0.03 0.00 0.00 99.82 07:42:51 07:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:42:51 07:39:01 1 0.07 0.00 0.05 0.00 0.00 99.88 07:42:51 07:39:01 2 0.47 0.00 0.03 0.00 0.00 99.50 07:42:51 07:39:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:42:51 07:40:01 all 0.04 0.00 0.03 0.00 0.00 99.92 07:42:51 07:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:42:51 07:40:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:42:51 07:40:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:42:51 07:40:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:42:51 07:41:01 all 7.57 0.00 5.78 0.81 0.03 85.81 07:42:51 07:41:01 0 7.78 0.00 5.76 0.80 0.02 85.64 07:42:51 07:41:01 1 7.31 0.00 5.80 1.54 0.03 85.31 07:42:51 07:41:01 2 7.76 0.00 5.48 0.19 0.03 86.55 07:42:51 07:41:01 3 7.44 0.00 6.07 0.70 0.03 85.76 07:42:51 07:42:01 all 13.32 0.00 10.00 5.34 0.04 71.30 07:42:51 07:42:01 0 15.96 0.00 9.76 4.67 0.03 69.57 07:42:51 07:42:01 1 12.42 0.00 11.28 5.17 0.03 71.10 07:42:51 07:42:01 2 11.31 0.00 9.15 5.35 0.03 74.16 07:42:51 07:42:01 3 13.62 0.00 9.82 6.17 0.05 70.34 07:42:51 Average: all 2.26 0.00 1.64 0.61 0.01 95.49 07:42:51 Average: 0 2.62 0.00 1.61 0.54 0.01 95.23 07:42:51 Average: 1 2.06 0.00 1.77 0.66 0.01 95.50 07:42:51 Average: 2 2.17 0.00 1.52 0.55 0.01 95.75 07:42:51 Average: 3 2.20 0.00 1.65 0.68 0.01 95.46 07:42:51 07:42:51 07:42:51