Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3155 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 04b0f6bd99ac4c41b775e35a853e223317861906 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:30:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:30:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:30:26 ========================================================= 02:30:26 EdgeX Global Pipelines Version Info 02:30:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:30:29 ------------------- 02:30:29 stable info: 02:30:29 ------------------- 02:30:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:30:29 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 02:30:29 Message: update stable to v1.0.191 02:30:30 ------------------- 02:30:30 experimental info: 02:30:30 ------------------- 02:30:30 Commited By: **** collab-it+edgex@linuxfoundation.org 02:30:30 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 02:30:30 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 02:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10d7390 [Pipeline] echo 02:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:30:31 provisioning config files... 02:30:31 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config709931559523414808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:30:32 ---> docker-login.sh 02:30:32 nexus3.edgexfoundry.org:10001 02:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:32 Configure a credential helper to remove this warning. See 02:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:32 02:30:32 Login Succeeded 02:30:32 nexus3.edgexfoundry.org:10002 02:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:33 Configure a credential helper to remove this warning. See 02:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:33 02:30:33 Login Succeeded 02:30:33 nexus3.edgexfoundry.org:10003 02:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:33 Configure a credential helper to remove this warning. See 02:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:33 02:30:33 Login Succeeded 02:30:33 nexus3.edgexfoundry.org:10004 02:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:34 Configure a credential helper to remove this warning. See 02:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:34 02:30:34 Login Succeeded 02:30:34 docker.io 02:30:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:30:34 Configure a credential helper to remove this warning. See 02:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:30:34 02:30:34 Login Succeeded 02:30:34 ---> docker-login.sh ends [Pipeline] } 02:30:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:30:35 + git log --format=format:%s -1 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] echo 02:30:35 GIT_COMMIT: 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 02:30:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:30:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:36 02:30:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:30:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:37 latest: Pulling from edgex-devops/git-semver 02:30:37 31603596830f: Pulling fs layer 02:30:37 54011a49482f: Pulling fs layer 02:30:37 a6820b24f6d8: Pulling fs layer 02:30:37 f581987b2513: Pulling fs layer 02:30:37 f581987b2513: Waiting 02:30:37 54011a49482f: Verifying Checksum 02:30:37 54011a49482f: Download complete 02:30:37 31603596830f: Download complete 02:30:37 f581987b2513: Verifying Checksum 02:30:37 f581987b2513: Download complete 02:30:37 a6820b24f6d8: Verifying Checksum 02:30:37 a6820b24f6d8: Download complete 02:30:38 31603596830f: Pull complete 02:30:38 54011a49482f: Pull complete 02:30:40 a6820b24f6d8: Pull complete 02:30:40 f581987b2513: Pull complete 02:30:40 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 02:30:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:30:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:30:41 prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container 02:30:41 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:30:44 $ docker top b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:30:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:44 [ssh-agent] Looking for ssh-agent implementation... 02:30:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:45 $ docker exec b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 ssh-agent 02:30:45 SSH_AUTH_SOCK=/tmp/ssh-QhlY1jma3xF6/agent.11 02:30:45 SSH_AGENT_PID=16 02:30:45 Running ssh-add (command line suppressed) 02:30:45 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2612479116717151921.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2612479116717151921.key) 02:30:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:30:46 + git tag --points-at HEAD [Pipeline] } 02:30:47 $ docker exec --env ******** --env ******** b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 ssh-agent -k 02:30:47 unset SSH_AUTH_SOCK; 02:30:47 unset SSH_AGENT_PID; 02:30:47 echo Agent pid 16 killed; 02:30:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:30:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:30:47 [ssh-agent] Looking for ssh-agent implementation... 02:30:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:30:48 $ docker exec b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 ssh-agent 02:30:48 SSH_AUTH_SOCK=/tmp/ssh-tQTh4WUZHnua/agent.45 02:30:48 SSH_AGENT_PID=50 02:30:48 Running ssh-add (command line suppressed) 02:30:48 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1775638559572794552.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1775638559572794552.key) 02:30:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:30:49 + git semver init 02:30:49 # -> Open(): unable to determine branch for HEAD 02:30:49 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 02:30:49 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 02:30:49 # $SEMVER_REMOTE_NAME = origin 02:30:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:30:49 # $SEMVER_USER_NAME = edgex-jenkins 02:30:49 # $SEMVER_BRANCH = master 02:30:49 # $SEMVER_TEMP = /tmp/semver-081339300 02:30:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:30:51 # '/tmp/semver-081339300' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 02:30:51 # -> Force: false 02:30:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 02:30:52 $ docker exec --env ******** --env ******** b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 ssh-agent -k 02:30:52 unset SSH_AUTH_SOCK; 02:30:52 unset SSH_AGENT_PID; 02:30:52 echo Agent pid 50 killed; 02:30:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:30:53 + git semver [Pipeline] } 02:30:53 $ docker stop --time=1 b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 02:30:55 $ docker rm -f b8da9bfe764040c4c9b16b942c10995af1119d17cb97cee9b88ee9a6692b8684 [Pipeline] // withDockerContainer [Pipeline] sh 02:30:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:30:57 Stashed 1 file(s) [Pipeline] echo 02:30:57 [edgeXSemver]: initialized semver on version 2.0.0-dev.44 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:31:12 Still waiting to schedule task 02:31:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:31:12 Still waiting to schedule task 02:31:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 02:32:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3158 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 02:32:59 Running in /w/workspace/edgex-ui-go/103 [Pipeline] { [Pipeline] checkout 02:33:06 using credential edgex-jenkins-ssh 02:33:06 Cloning the remote Git repository 02:33:06 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:33:06 > git init /w/workspace/edgex-ui-go/103 # timeout=10 02:33:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:33:06 > git --version # timeout=10 02:33:07 > git --version # 'git version 2.17.1' 02:33:07 using GIT_SSH to set credentials SSH Credentials for GitHub 02:33:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:33:09 Checking out Revision 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 (master) 02:33:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:33:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:33:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:33:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:33:09 using GIT_SSH to set credentials SSH Credentials for GitHub 02:33:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:33:09 > git config core.sparsecheckout # timeout=10 02:33:09 > git checkout -f 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 02:33:12 Running on prd-centos7-docker-4c-2g-3159 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 02:33:12 Running in /w/workspace/edgex-ui-go/103 [Pipeline] { [Pipeline] checkout 02:33:14 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:33:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:33:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:33:17 + + true 02:33:17 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:33:19 provisioning config files... 02:33:19 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/103@tmp/config4731288788787702077tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:33:20 ---> docker-login.sh 02:33:20 nexus3.edgexfoundry.org:10001 02:33:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:21 Configure a credential helper to remove this warning. See 02:33:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:21 02:33:21 Login Succeeded 02:33:21 nexus3.edgexfoundry.org:10002 02:33:21 using credential edgex-jenkins-ssh 02:33:21 Cloning the remote Git repository 02:33:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:21 Configure a credential helper to remove this warning. See 02:33:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:21 02:33:21 Login Succeeded 02:33:21 nexus3.edgexfoundry.org:10003 02:33:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:21 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:33:21 > git init /w/workspace/edgex-ui-go/103 # timeout=10 02:33:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:33:21 > git --version # timeout=10 02:33:21 > git --version # 'git version 2.24.3' 02:33:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:33:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:33:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:22 Configure a credential helper to remove this warning. See 02:33:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:22 02:33:22 Login Succeeded 02:33:22 nexus3.edgexfoundry.org:10004 02:33:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:22 Configure a credential helper to remove this warning. See 02:33:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:22 02:33:22 Login Succeeded 02:33:22 docker.io 02:33:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:23 Configure a credential helper to remove this warning. See 02:33:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:23 02:33:23 Login Succeeded 02:33:23 ---> docker-login.sh ends [Pipeline] } 02:33:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:33:23 ========================================================= 02:33:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 02:33:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:33:24 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 02:33:24 Checking out Revision 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 (master) 02:33:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:33:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:33:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:33:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:33:23 using GIT_SSH to set credentials SSH Credentials for GitHub 02:33:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:33:24 > git config core.sparsecheckout # timeout=10 02:33:24 > git checkout -f 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 # timeout=10 02:33:25 Sending build context to Docker daemon 34.87MB 02:33:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:33:25 Step 2/8 : FROM ${BASE} 02:33:25 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:33:25 595b0fe564bb: Pulling fs layer 02:33:25 7186ed65a4f7: Pulling fs layer 02:33:25 316046926c0a: Pulling fs layer 02:33:25 4ebd0625c992: Pulling fs layer 02:33:25 207e8628e3a3: Pulling fs layer 02:33:25 c791037a9be2: Pulling fs layer 02:33:25 ffd874e62e21: Pulling fs layer 02:33:25 207e8628e3a3: Waiting 02:33:25 4ebd0625c992: Waiting 02:33:25 c791037a9be2: Waiting 02:33:25 ffd874e62e21: Waiting 02:33:25 316046926c0a: Verifying Checksum 02:33:25 316046926c0a: Download complete 02:33:25 7186ed65a4f7: Verifying Checksum 02:33:25 207e8628e3a3: Download complete 02:33:25 c791037a9be2: Verifying Checksum 02:33:25 c791037a9be2: Download complete 02:33:25 595b0fe564bb: Verifying Checksum 02:33:25 595b0fe564bb: Download complete 02:33:26 595b0fe564bb: Pull complete 02:33:26 7186ed65a4f7: Pull complete 02:33:27 316046926c0a: Pull complete 02:33:29 ffd874e62e21: Verifying Checksum 02:33:29 ffd874e62e21: Download complete 02:33:30 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:33:31 4ebd0625c992: Verifying Checksum 02:33:31 4ebd0625c992: Download complete 02:33:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:33:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:33:33 + sudo service docker restart 02:33:33 + true 02:33:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:33:36 provisioning config files... 02:33:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/103@tmp/config5988413049829367125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:33:37 ---> docker-login.sh 02:33:37 nexus3.edgexfoundry.org:10001 02:33:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:38 Configure a credential helper to remove this warning. See 02:33:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:38 02:33:38 Login Succeeded 02:33:38 nexus3.edgexfoundry.org:10002 02:33:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:38 Configure a credential helper to remove this warning. See 02:33:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:38 02:33:38 Login Succeeded 02:33:38 nexus3.edgexfoundry.org:10003 02:33:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:39 Configure a credential helper to remove this warning. See 02:33:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:39 02:33:39 Login Succeeded 02:33:39 nexus3.edgexfoundry.org:10004 02:33:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:39 Configure a credential helper to remove this warning. See 02:33:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:39 02:33:39 Login Succeeded 02:33:39 docker.io 02:33:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:40 Configure a credential helper to remove this warning. See 02:33:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:40 02:33:40 Login Succeeded 02:33:40 ---> docker-login.sh ends [Pipeline] } 02:33:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:33:41 ========================================================= 02:33:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 02:33:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:33:41 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 02:33:42 4ebd0625c992: Pull complete 02:33:42 207e8628e3a3: Pull complete 02:33:42 c791037a9be2: Pull complete 02:33:42 Sending build context to Docker daemon 34.87MB 02:33:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:33:42 Step 2/8 : FROM ${BASE} 02:33:42 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 02:33:42 540db60ca938: Pulling fs layer 02:33:42 adcc1eea9eea: Pulling fs layer 02:33:42 4c4ab2625f07: Pulling fs layer 02:33:42 0510c868ecb4: Pulling fs layer 02:33:42 afea3b2eda06: Pulling fs layer 02:33:42 7809a108b3ef: Pulling fs layer 02:33:42 f706445af74f: Pulling fs layer 02:33:42 0510c868ecb4: Waiting 02:33:42 afea3b2eda06: Waiting 02:33:42 7809a108b3ef: Waiting 02:33:42 f706445af74f: Waiting 02:33:42 4c4ab2625f07: Verifying Checksum 02:33:42 4c4ab2625f07: Download complete 02:33:42 adcc1eea9eea: Verifying Checksum 02:33:42 adcc1eea9eea: Download complete 02:33:42 afea3b2eda06: Verifying Checksum 02:33:42 afea3b2eda06: Download complete 02:33:43 7809a108b3ef: Verifying Checksum 02:33:43 7809a108b3ef: Download complete 02:33:43 540db60ca938: Verifying Checksum 02:33:43 540db60ca938: Download complete 02:33:44 540db60ca938: Pull complete 02:33:44 adcc1eea9eea: Pull complete 02:33:45 4c4ab2625f07: Pull complete 02:33:46 ffd874e62e21: Pull complete 02:33:46 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 02:33:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 02:33:46 ---> cfc18b08335c 02:33:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:33:49 ---> Running in aa86227d6e11 02:33:49 Removing intermediate container aa86227d6e11 02:33:49 ---> 3cc02be178fc 02:33:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:33:49 ---> Running in af1692ac7e4d 02:33:49 f706445af74f: Verifying Checksum 02:33:49 f706445af74f: Download complete 02:33:51 0510c868ecb4: Verifying Checksum 02:33:51 0510c868ecb4: Download complete 02:33:51 Removing intermediate container af1692ac7e4d 02:33:51 ---> 2c6876153fbd 02:33:51 Step 5/8 : RUN apk add --no-cache make git 02:33:51 ---> Running in 8412257ce5a9 02:33:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:33:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:33:55 OK: 138 MiB in 40 packages 02:33:57 Removing intermediate container 8412257ce5a9 02:33:57 ---> d85ada25b7d6 02:33:57 Step 6/8 : WORKDIR /edgex-ui-go 02:33:57 ---> Running in 2e18490af8ed 02:33:57 Removing intermediate container 2e18490af8ed 02:33:57 ---> b65dfe4b255a 02:33:57 Step 7/8 : COPY . . 02:34:01 ---> ae672aef1a3b 02:34:01 Step 8/8 : RUN go mod download 02:34:01 ---> Running in 3bad57f3f0f5 02:34:07 0510c868ecb4: Pull complete 02:34:07 afea3b2eda06: Pull complete 02:34:07 7809a108b3ef: Pull complete 02:34:14 f706445af74f: Pull complete 02:34:14 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 02:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 02:34:14 ---> b068be0155e3 02:34:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:34:14 ---> Running in bcc2fe573bc3 02:34:14 Removing intermediate container bcc2fe573bc3 02:34:14 ---> 980cba7cd6d3 02:34:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:34:15 ---> Running in 06e485f187a3 02:34:18 Removing intermediate container 06e485f187a3 02:34:18 ---> 69c04ec5c6cb 02:34:18 Step 5/8 : RUN apk add --no-cache make git 02:34:18 ---> Running in c75378c1494b 02:34:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:34:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:34:20 OK: 149 MiB in 40 packages 02:34:21 Removing intermediate container c75378c1494b 02:34:21 ---> b22a2719a133 02:34:21 Step 6/8 : WORKDIR /edgex-ui-go 02:34:21 ---> Running in 8f6bd17c32af 02:34:21 Removing intermediate container 8f6bd17c32af 02:34:21 ---> 476d6dc5fed8 02:34:21 Step 7/8 : COPY . . 02:34:26 ---> 203323d0cc87 02:34:26 Step 8/8 : RUN go mod download 02:34:26 ---> Running in d092e5a05741 02:34:34 Removing intermediate container 3bad57f3f0f5 02:34:34 ---> 9c3a28e92192 02:34:34 Successfully built 9c3a28e92192 02:34:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:34:34 + docker inspect -f . ci-base-image-arm64 02:34:34 . [Pipeline] withDockerContainer 02:34:34 prd-ubuntu18.04-docker-arm64-4c-16g-3158 does not seem to be running inside a container 02:34:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/103 -v /w/workspace/edgex-ui-go/103:/w/workspace/edgex-ui-go/103:rw,z -v /w/workspace/edgex-ui-go/103@tmp:/w/workspace/edgex-ui-go/103@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 02:34:36 $ docker top 811647ccb93ac693965a471f09c04473552fd8e4ce7c6c31c320a8f1cfa6004c -eo pid,comm [Pipeline] { [Pipeline] sh 02:34:37 + go version 02:34:37 go version go1.16.3 linux/arm64 [Pipeline] } 02:34:37 $ docker stop --time=1 811647ccb93ac693965a471f09c04473552fd8e4ce7c6c31c320a8f1cfa6004c 02:34:39 $ docker rm -f 811647ccb93ac693965a471f09c04473552fd8e4ce7c6c31c320a8f1cfa6004c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:34:39 + docker inspect -f . ci-base-image-arm64 02:34:39 . [Pipeline] withDockerContainer 02:34:40 prd-ubuntu18.04-docker-arm64-4c-16g-3158 does not seem to be running inside a container 02:34:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/103 -v /w/workspace/edgex-ui-go/103:/w/workspace/edgex-ui-go/103:rw,z -v /w/workspace/edgex-ui-go/103@tmp:/w/workspace/edgex-ui-go/103@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 02:34:41 $ docker top 31dcb5ac4715d6b0f5752d3712991e84fb7df599d8ff1544f4c5438c732cd676 -eo pid,comm [Pipeline] { [Pipeline] sh 02:34:42 + go mod tidy [Pipeline] sh 02:34:44 + make test 02:34:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:34:45 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:35:14 Removing intermediate container d092e5a05741 02:35:14 ---> 8253f967b8b5 02:35:14 Successfully built 8253f967b8b5 02:35:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:35:14 + docker inspect -f . ci-base-image-x86_64 02:35:14 . [Pipeline] withDockerContainer 02:35:15 prd-centos7-docker-4c-2g-3159 does not seem to be running inside a container 02:35:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/103 -v /w/workspace/edgex-ui-go/103:/w/workspace/edgex-ui-go/103:rw,z -v /w/workspace/edgex-ui-go/103@tmp:/w/workspace/edgex-ui-go/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:35:17 $ docker top 7715b2fbf7277163adf4a5aa739e54f8923f7dfc920c3dc3cc28ccbb321c2482 -eo pid,comm [Pipeline] { [Pipeline] sh 02:35:18 + go version 02:35:18 go version go1.16.3 linux/amd64 [Pipeline] } 02:35:18 $ docker stop --time=1 7715b2fbf7277163adf4a5aa739e54f8923f7dfc920c3dc3cc28ccbb321c2482 02:35:20 $ docker rm -f 7715b2fbf7277163adf4a5aa739e54f8923f7dfc920c3dc3cc28ccbb321c2482 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:35:20 + docker inspect -f . ci-base-image-x86_64 02:35:20 . [Pipeline] withDockerContainer 02:35:21 prd-centos7-docker-4c-2g-3159 does not seem to be running inside a container 02:35:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/103 -v /w/workspace/edgex-ui-go/103:/w/workspace/edgex-ui-go/103:rw,z -v /w/workspace/edgex-ui-go/103@tmp:/w/workspace/edgex-ui-go/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:35:22 $ docker top e43fc65f49d55dc4448ed655818735f73e8c04f3451c500bc6136129508e4f46 -eo pid,comm [Pipeline] { [Pipeline] sh 02:35:24 + go mod tidy 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:35:24 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:35:24 GO111MODULE=on go vet ./... [Pipeline] sh 02:35:27 + make test 02:35:27 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:35:29 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } 02:35:43 $ docker stop --time=1 31dcb5ac4715d6b0f5752d3712991e84fb7df599d8ff1544f4c5438c732cd676 02:35:45 $ docker rm -f 31dcb5ac4715d6b0f5752d3712991e84fb7df599d8ff1544f4c5438c732cd676 [Pipeline] // withDockerContainer [Pipeline] sh 02:35:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:35:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:35:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:35:48 + ls -al . 02:35:48 total 124 02:35:48 drwxrwxr-x 10 jenkins jenkins 4096 May 6 02:34 . 02:35:48 drwxrwxr-x 4 jenkins jenkins 4096 May 6 02:33 .. 02:35:48 drwxrwxr-x 8 jenkins jenkins 4096 May 6 02:33 .git 02:35:48 drwxrwxr-x 2 jenkins jenkins 4096 May 6 02:33 .github 02:35:48 -rw-rw-r-- 1 jenkins jenkins 162 May 6 02:33 .gitignore 02:35:48 -rw-rw-r-- 1 jenkins jenkins 3959 May 6 02:33 CONTRIBUTING.md 02:35:48 -rw-rw-r-- 1 jenkins jenkins 1508 May 6 02:33 Dockerfile 02:35:48 -rw-rw-r-- 1 jenkins jenkins 902 May 6 02:33 Dockerfile.build 02:35:48 -rw-rw-r-- 1 jenkins jenkins 652 May 6 02:33 Jenkinsfile 02:35:48 -rw-rw-r-- 1 jenkins jenkins 11357 May 6 02:33 LICENSE 02:35:48 -rw-rw-r-- 1 jenkins jenkins 951 May 6 02:33 Makefile 02:35:48 -rw-rw-r-- 1 jenkins jenkins 6012 May 6 02:33 README.md 02:35:48 -rw-rw-r-- 1 jenkins jenkins 12 May 6 02:30 VERSION 02:35:48 drwxrwxr-x 3 jenkins jenkins 4096 May 6 02:33 assets 02:35:48 drwxrwxr-x 2 jenkins jenkins 4096 May 6 02:33 bin 02:35:48 drwxrwxr-x 3 jenkins jenkins 4096 May 6 02:33 cmd 02:35:48 -rw-r--r-- 1 jenkins jenkins 10 May 6 02:34 coverage.out 02:35:48 drwxrwxr-x 5 jenkins jenkins 4096 May 6 02:33 docs 02:35:48 -rw-rw-r-- 1 jenkins jenkins 987 May 6 02:33 go.mod 02:35:48 -rw-r--r-- 1 jenkins jenkins 24424 May 6 02:34 go.sum 02:35:48 drwxrwxr-x 10 jenkins jenkins 4096 May 6 02:33 internal 02:35:48 -rw-rw-r-- 1 jenkins jenkins 155 May 6 02:33 version.go 02:35:48 drwxrwxr-x 4 jenkins jenkins 4096 May 6 02:33 web [Pipeline] isUnix [Pipeline] sh 02:35:48 + 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=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 --label arch=arm64 --label version=2.0.0-dev.44 . 02:35:49 Sending build context to Docker daemon 34.9MB 02:35:49 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:35:49 Step 2/24 : FROM ${BASE} AS builder 02:35:49 ---> 9c3a28e92192 02:35:49 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:35:50 ---> Running in 6c37f5722d4e 02:35:50 Removing intermediate container 6c37f5722d4e 02:35:50 ---> 4f9129417b17 02:35:50 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:35:50 ---> Running in efd6aeb72203 02:35:51 Removing intermediate container efd6aeb72203 02:35:51 ---> de6e20700695 02:35:51 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:35:51 ---> Running in 0473a7a5b472 02:35:51 Removing intermediate container 0473a7a5b472 02:35:51 ---> 690ad28daa28 02:35:51 Step 6/24 : LABEL Name=edgex-ui-go 02:35:51 ---> Running in 1b41ffabe8b0 02:35:52 Removing intermediate container 1b41ffabe8b0 02:35:52 ---> e855ed61f7d5 02:35:52 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:35:52 ---> Running in e024907a6f51 02:35:52 Removing intermediate container e024907a6f51 02:35:52 ---> 619fda90cd3b 02:35:52 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:35:53 ---> Running in 6ea14e5cb972 02:35:55 Removing intermediate container 6ea14e5cb972 02:35:55 ---> 257a0312026d 02:35:55 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:35:55 ---> Running in 05c7d1c8fbc0 02:35:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:35:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:35:58 OK: 138 MiB in 40 packages 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:35:58 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:35:58 GO111MODULE=on go vet ./... 02:35:59 Removing intermediate container 05c7d1c8fbc0 02:35:59 ---> 4eeacca3d464 02:35:59 Step 10/24 : ENV GO111MODULE=on 02:35:59 ---> Running in bf51718d62fc 02:36:00 Removing intermediate container bf51718d62fc 02:36:00 ---> 287d81e19d3b 02:36:00 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:36:00 ---> Running in 48fc4bc0a30c 02:36:00 Removing intermediate container 48fc4bc0a30c 02:36:00 ---> 9dba45ca55a3 02:36:00 Step 12/24 : COPY go.mod . 02:36:01 ---> 8478a66da0b4 02:36:01 Step 13/24 : COPY Makefile . 02:36:02 ---> 874ac14258fd 02:36:02 Step 14/24 : RUN make update 02:36:02 ---> Running in 6429ae4d674a 02:36:03 CGO_ENABLED=0 GO111MODULE=on go mod download 02:36:04 Removing intermediate container 6429ae4d674a 02:36:04 ---> 1864f452f283 02:36:04 Step 15/24 : COPY . . 02:36:08 ---> 4949aff6d73c 02:36:08 Step 16/24 : RUN ${MAKE} 02:36:08 ---> Running in 7061819e166d 02:36:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.44" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] } 02:36:11 $ docker stop --time=1 e43fc65f49d55dc4448ed655818735f73e8c04f3451c500bc6136129508e4f46 02:36:13 $ docker rm -f e43fc65f49d55dc4448ed655818735f73e8c04f3451c500bc6136129508e4f46 [Pipeline] // withDockerContainer [Pipeline] sh 02:36:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:36:14 Warning: overwriting stash ‘coverage-report’ 02:36:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:36:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:36:15 + ls -al . 02:36:15 total 92 02:36:15 drwxrwxr-x. 10 jenkins jenkins 4096 May 6 02:35 . 02:36:15 drwxrwxr-x. 4 jenkins jenkins 32 May 6 02:33 .. 02:36:15 drwxrwxr-x. 3 jenkins jenkins 20 May 6 02:33 assets 02:36:15 drwxrwxr-x. 2 jenkins jenkins 35 May 6 02:33 bin 02:36:15 drwxrwxr-x. 3 jenkins jenkins 29 May 6 02:33 cmd 02:36:15 -rw-rw-r--. 1 jenkins jenkins 3959 May 6 02:33 CONTRIBUTING.md 02:36:15 -rw-r--r--. 1 jenkins jenkins 10 May 6 02:35 coverage.out 02:36:15 -rw-rw-r--. 1 jenkins jenkins 1508 May 6 02:33 Dockerfile 02:36:15 -rw-rw-r--. 1 jenkins jenkins 902 May 6 02:33 Dockerfile.build 02:36:15 drwxrwxr-x. 5 jenkins jenkins 104 May 6 02:33 docs 02:36:15 drwxrwxr-x. 8 jenkins jenkins 162 May 6 02:33 .git 02:36:15 drwxrwxr-x. 2 jenkins jenkins 103 May 6 02:33 .github 02:36:15 -rw-rw-r--. 1 jenkins jenkins 162 May 6 02:33 .gitignore 02:36:15 -rw-rw-r--. 1 jenkins jenkins 987 May 6 02:33 go.mod 02:36:15 -rw-r--r--. 1 jenkins jenkins 24424 May 6 02:35 go.sum 02:36:15 drwxrwxr-x. 10 jenkins jenkins 139 May 6 02:33 internal 02:36:15 -rw-rw-r--. 1 jenkins jenkins 652 May 6 02:33 Jenkinsfile 02:36:15 -rw-rw-r--. 1 jenkins jenkins 11357 May 6 02:33 LICENSE 02:36:15 -rw-rw-r--. 1 jenkins jenkins 951 May 6 02:33 Makefile 02:36:15 -rw-rw-r--. 1 jenkins jenkins 6012 May 6 02:33 README.md 02:36:15 -rw-rw-r--. 1 jenkins jenkins 12 May 6 02:30 VERSION 02:36:15 -rw-rw-r--. 1 jenkins jenkins 155 May 6 02:33 version.go 02:36:15 drwxrwxr-x. 4 jenkins jenkins 4096 May 6 02:33 web [Pipeline] isUnix [Pipeline] sh 02:36:16 + 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=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 --label arch=amd64 --label version=2.0.0-dev.44 . 02:36:17 Sending build context to Docker daemon 34.9MB 02:36:17 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:36:17 Step 2/24 : FROM ${BASE} AS builder 02:36:17 ---> 8253f967b8b5 02:36:17 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:36:18 ---> Running in ff9f6231fc54 02:36:18 Removing intermediate container ff9f6231fc54 02:36:18 ---> 646d163be319 02:36:18 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:36:18 ---> Running in 465b66c2c266 02:36:19 Removing intermediate container 465b66c2c266 02:36:19 ---> ebc4b72b59cb 02:36:19 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:36:19 ---> Running in a8e3775176e1 02:36:19 Removing intermediate container a8e3775176e1 02:36:19 ---> 45aeb6d9fff0 02:36:19 Step 6/24 : LABEL Name=edgex-ui-go 02:36:19 ---> Running in 8c7ffb8aa5b8 02:36:20 Removing intermediate container 8c7ffb8aa5b8 02:36:20 ---> ac6210e09aa4 02:36:20 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:36:20 ---> Running in 6b8aa95c6cec 02:36:20 Removing intermediate container 6b8aa95c6cec 02:36:20 ---> f176008a3b29 02:36:20 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:36:20 ---> Running in acfc2e56c49d 02:36:22 Removing intermediate container acfc2e56c49d 02:36:22 ---> 2414c04ff270 02:36:22 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:36:22 ---> Running in cb4ecee0b388 02:36:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:36:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:36:25 OK: 149 MiB in 40 packages 02:36:26 Removing intermediate container cb4ecee0b388 02:36:26 ---> a032f141b46b 02:36:26 Step 10/24 : ENV GO111MODULE=on 02:36:26 ---> Running in 6f0c6e5d34c2 02:36:27 Removing intermediate container 6f0c6e5d34c2 02:36:27 ---> 7c04540a2ae6 02:36:27 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:36:27 ---> Running in df51aacc1e81 02:36:27 Removing intermediate container df51aacc1e81 02:36:27 ---> 417ea2f6f61e 02:36:27 Step 12/24 : COPY go.mod . 02:36:28 ---> e4fc71c208f4 02:36:28 Step 13/24 : COPY Makefile . 02:36:28 ---> 2233547d7700 02:36:28 Step 14/24 : RUN make update 02:36:28 ---> Running in f69e956c403c 02:36:29 CGO_ENABLED=0 GO111MODULE=on go mod download 02:36:31 Removing intermediate container f69e956c403c 02:36:31 ---> 1cf50153be3b 02:36:31 Step 15/24 : COPY . . 02:36:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:36:36 ---> c62f6c74ca5f 02:36:36 Step 16/24 : RUN ${MAKE} 02:36:36 ---> Running in f1582507fae9 02:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.44" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:36:41 Removing intermediate container 7061819e166d 02:36:41 ---> ca2f330e54b1 02:36:41 Step 17/24 : FROM alpine:3.12 02:36:41 3.12: Pulling from library/alpine 02:36:41 d2f70382dc9a: Pulling fs layer 02:36:41 d2f70382dc9a: Verifying Checksum 02:36:41 d2f70382dc9a: Download complete 02:36:41 d2f70382dc9a: Pull complete 02:36:41 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:36:41 Status: Downloaded newer image for alpine:3.12 02:36:41 ---> 9852663dfa18 02:36:41 Step 18/24 : EXPOSE 4000 02:36:42 ---> Running in 5d5bbabe151b 02:36:42 Removing intermediate container 5d5bbabe151b 02:36:42 ---> 399474c8e741 02:36:42 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:36:45 ---> 860732faa104 02:36:45 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:36:45 ---> Running in 98d0a49d2150 02:36:45 Removing intermediate container 98d0a49d2150 02:36:45 ---> 432fdb7254f4 02:36:45 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:36:45 ---> Running in 5a46a62c9ac5 02:36:46 Removing intermediate container 5a46a62c9ac5 02:36:46 ---> 11b76d1867d9 02:36:46 Step 22/24 : LABEL arch=arm64 02:36:46 ---> Running in c5e72b1e02b6 02:36:46 Removing intermediate container c5e72b1e02b6 02:36:46 ---> 07cd93351799 02:36:46 Step 23/24 : LABEL git_sha=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 02:36:46 ---> Running in 5119b306dc57 02:36:47 Removing intermediate container 5119b306dc57 02:36:47 ---> 1fecdccfb523 02:36:47 Step 24/24 : LABEL version=2.0.0-dev.44 02:36:47 ---> Running in e0c89150bb90 02:36:47 Removing intermediate container e0c89150bb90 02:36:47 ---> 4837986522cd 02:36:47 [Warning] One or more build-args [ARCH] were not consumed 02:36:48 Successfully built 4837986522cd 02:36:48 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 02:36:48 provisioning config files... 02:36:48 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/103@tmp/config8779233311190845742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:36:48 ---> docker-login.sh 02:36:48 nexus3.edgexfoundry.org:10001 02:36:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:48 Configure a credential helper to remove this warning. See 02:36:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:48 02:36:48 Login Succeeded 02:36:48 nexus3.edgexfoundry.org:10002 02:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:49 Configure a credential helper to remove this warning. See 02:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:49 02:36:49 Login Succeeded 02:36:49 nexus3.edgexfoundry.org:10003 02:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:50 Configure a credential helper to remove this warning. See 02:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:50 02:36:50 Login Succeeded 02:36:50 nexus3.edgexfoundry.org:10004 02:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:50 Configure a credential helper to remove this warning. See 02:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:50 02:36:50 Login Succeeded 02:36:50 docker.io 02:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:51 Configure a credential helper to remove this warning. See 02:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:51 02:36:51 Login Succeeded 02:36:51 ---> docker-login.sh ends [Pipeline] } 02:36:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:51 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 02:36:51 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 02:36:51 latest 02:36:51 2.0.0-dev.44 02:36:51 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 02:36:51 master 02:36:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:36:52 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] isUnix [Pipeline] sh 02:36:52 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 02:36:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:36:52 f25d9d1c7455: Preparing 02:36:52 3fbe34a1663b: Preparing 02:36:52 3fbe34a1663b: Layer already exists 02:36:59 f25d9d1c7455: Pushed 02:36:59 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] isUnix [Pipeline] sh 02:36:59 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:36:59 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 02:36:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:36:59 f25d9d1c7455: Preparing 02:36:59 3fbe34a1663b: Preparing 02:36:59 3fbe34a1663b: Layer already exists 02:36:59 f25d9d1c7455: Layer already exists 02:37:00 latest: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] isUnix [Pipeline] sh 02:37:00 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh 02:37:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:37:00 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.44 02:37:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:37:00 f25d9d1c7455: Preparing 02:37:00 3fbe34a1663b: Preparing 02:37:00 f25d9d1c7455: Layer already exists 02:37:00 3fbe34a1663b: Layer already exists 02:37:00 2.0.0-dev.44: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] isUnix [Pipeline] sh 02:37:01 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh 02:37:01 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 02:37:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:37:01 f25d9d1c7455: Preparing 02:37:01 3fbe34a1663b: Preparing 02:37:01 f25d9d1c7455: Layer already exists 02:37:01 3fbe34a1663b: Layer already exists 02:37:01 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] isUnix [Pipeline] sh 02:37:02 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:37:02 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 02:37:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:37:02 f25d9d1c7455: Preparing 02:37:02 3fbe34a1663b: Preparing 02:37:02 3fbe34a1663b: Layer already exists 02:37:02 f25d9d1c7455: Layer already exists 02:37:02 master: digest: sha256:b0b0f902c98390cb7df6c896a5502a37ebf752dde1d4d4ad31cef58f1f221204 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:02 ===================================================== [Pipeline] echo 02:37:02 taggedImages: 02:37:02 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 02:37:02 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 02:37:02 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.44 02:37:02 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 02:37:02 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:37:03 ---> job-cost.sh 02:37:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FzbM 02:37:04 Removing intermediate container f1582507fae9 02:37:04 ---> c7c340a7dfd4 02:37:04 Step 17/24 : FROM alpine:3.12 02:37:04 3.12: Pulling from library/alpine 02:37:04 339de151aab4: Pulling fs layer 02:37:05 339de151aab4: Download complete 02:37:05 339de151aab4: Pull complete 02:37:05 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:37:05 Status: Downloaded newer image for alpine:3.12 02:37:05 ---> 13621d1b12d4 02:37:05 Step 18/24 : EXPOSE 4000 02:37:05 ---> Running in a5293c6d853b 02:37:06 Removing intermediate container a5293c6d853b 02:37:06 ---> cd58a698273d 02:37:06 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:37:08 ---> 81175e31a494 02:37:08 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:37:08 ---> Running in e117fe314e4a 02:37:08 Removing intermediate container e117fe314e4a 02:37:08 ---> a2d2aba67af0 02:37:08 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:37:08 ---> Running in 39b869ae59fe 02:37:08 Removing intermediate container 39b869ae59fe 02:37:08 ---> 4f9def7e36c9 02:37:08 Step 22/24 : LABEL arch=amd64 02:37:08 ---> Running in 8e68fd904a29 02:37:09 Removing intermediate container 8e68fd904a29 02:37:09 ---> 8111bf0385ad 02:37:09 Step 23/24 : LABEL git_sha=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 02:37:09 ---> Running in 5572ae54c909 02:37:09 Removing intermediate container 5572ae54c909 02:37:09 ---> 1e43dc3a19d5 02:37:09 Step 24/24 : LABEL version=2.0.0-dev.44 02:37:09 ---> Running in 644966e68139 02:37:10 Removing intermediate container 644966e68139 02:37:10 ---> 84f0830f6dbd 02:37:10 [Warning] One or more build-args [ARCH] were not consumed 02:37:10 Successfully built 84f0830f6dbd 02:37:10 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:37:10 provisioning config files... 02:37:10 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/103@tmp/config26333782516176308tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:37:11 ---> docker-login.sh 02:37:11 nexus3.edgexfoundry.org:10001 02:37:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:37:11 Configure a credential helper to remove this warning. See 02:37:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:37:11 02:37:11 Login Succeeded 02:37:11 nexus3.edgexfoundry.org:10002 02:37:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:37:11 Configure a credential helper to remove this warning. See 02:37:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:37:11 02:37:11 Login Succeeded 02:37:11 nexus3.edgexfoundry.org:10003 02:37:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:37:12 Configure a credential helper to remove this warning. See 02:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:37:12 02:37:12 Login Succeeded 02:37:12 nexus3.edgexfoundry.org:10004 02:37:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:37:12 Configure a credential helper to remove this warning. See 02:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:37:12 02:37:12 Login Succeeded 02:37:12 docker.io 02:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:37:13 Configure a credential helper to remove this warning. See 02:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:37:13 02:37:13 Login Succeeded 02:37:13 ---> docker-login.sh ends [Pipeline] } 02:37:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:13 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 02:37:13 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 02:37:13 latest 02:37:13 2.0.0-dev.44 02:37:13 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 02:37:13 master 02:37:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:37:13 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] isUnix [Pipeline] sh 02:37:14 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 02:37:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:37:14 2578333bc18c: Preparing 02:37:14 32f366d666a5: Preparing 02:37:14 32f366d666a5: Layer already exists 02:37:18 2578333bc18c: Pushed 02:37:18 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] isUnix [Pipeline] sh 02:37:18 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 02:37:18 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 02:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:37:18 2578333bc18c: Preparing 02:37:18 32f366d666a5: Preparing 02:37:18 32f366d666a5: Layer already exists 02:37:18 2578333bc18c: Layer already exists 02:37:19 latest: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] isUnix [Pipeline] sh 02:37:19 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh 02:37:19 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.44 02:37:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:37:19 2578333bc18c: Preparing 02:37:19 32f366d666a5: Preparing 02:37:19 32f366d666a5: Layer already exists 02:37:19 2578333bc18c: Layer already exists 02:37:19 2.0.0-dev.44: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] isUnix [Pipeline] sh 02:37:20 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 [Pipeline] isUnix [Pipeline] sh 02:37:20 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 02:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:37:20 2578333bc18c: Preparing 02:37:20 32f366d666a5: Preparing 02:37:20 32f366d666a5: Layer already exists 02:37:20 2578333bc18c: Layer already exists 02:37:20 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] isUnix [Pipeline] sh 02:37:20 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 02:37:21 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 02:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:37:21 2578333bc18c: Preparing 02:37:21 32f366d666a5: Preparing 02:37:21 32f366d666a5: Layer already exists 02:37:21 2578333bc18c: Layer already exists 02:37:21 master: digest: sha256:2f446cfff153b47973c699b3bd3e5f1e8e828c1dccc5ef5ee132ab445fbc46d7 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:21 ===================================================== [Pipeline] echo 02:37:21 taggedImages: 02:37:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 02:37:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 02:37:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.44 02:37:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:10d7390ce45a15767e5b1cced40f2a34d6fe3ae1-2.0.0-dev.44 02:37:21 - 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 02:37:22 ---> job-cost.sh 02:37:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Wms8 02:37:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:37:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:38:28 lf-activate-venv(): INFO: Adding /tmp/venv-Wms8/bin to PATH 02:38:28 INFO: No Stack... 02:38:28 INFO: Retrieving Pricing Info for: v1-standard-2 02:38:28 INFO: Archiving Costs [Pipeline] sh 02:38:29 + cat /w/workspace/edgex-ui-go/103/archives/cost.csv 02:38:29 + cut -d, -f6 [Pipeline] lock 02:38:29 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] 02:38:29 Resource [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] did not exist. Created. 02:38:29 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:38:29 + echo total: 0.029999999329447746 [Pipeline] stash 02:38:30 Stashed 1 file(s) [Pipeline] } 02:38:30 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:39:04 lf-activate-venv(): INFO: Adding /tmp/venv-FzbM/bin to PATH 02:39:04 INFO: No Stack... 02:39:05 INFO: Retrieving Pricing Info for: lf-standard-4 02:39:05 INFO: Archiving Costs [Pipeline] sh 02:39:06 + cut -d, -f6 02:39:06 + cat /w/workspace/edgex-ui-go/103/archives/cost.csv [Pipeline] lock 02:39:06 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] 02:39:06 Resource [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] did not exist. Created. 02:39:06 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:39:06 /w/workspace/edgex-ui-go/103@tmp/durable-84bbeab4/script.sh: 1: /w/workspace/edgex-ui-go/103@tmp/durable-84bbeab4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:39:06 + echo total: 0.20999999344348907 [Pipeline] stash 02:39:06 Warning: overwriting stash ‘stack-cost’ 02:39:07 Stashed 1 file(s) [Pipeline] } 02:39:07 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-103-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:39:07 provisioning config files... 02:39:07 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1512750965913706689tmp [Pipeline] { [Pipeline] sh 02:39:08 + set +x 02:39:08 + curl -s https://codecov.io/bash 02:39:08 + bash -s -- 02:39:08 02:39:08 _____ _ 02:39:08 / ____| | | 02:39:08 | | ___ __| | ___ ___ _____ __ 02:39:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:39:08 | |___| (_) | (_| | __/ (_| (_) \ V / 02:39:08 \_____\___/ \__,_|\___|\___\___/ \_/ 02:39:08 Bash-1.0.2 02:39:08 02:39:08 02:39:08 ==> git version 2.24.3 found 02:39:08 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:39:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:39:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:39:08 ==> Jenkins CI detected. 02:39:08 project root: . 02:39:08 --> token set from env 02:39:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:39:08 ==> Running gcov in . (disable via -X gcov) 02:39:08 ==> Python coveragepy not found 02:39:08 ==> Searching for coverage reports in: 02:39:08 + . 02:39:08 -> Found 1 reports 02:39:08 ==> Detecting git/mercurial file structure 02:39:08 ==> Reading reports 02:39:08 + ./coverage.out bytes=10 02:39:08 ==> Appending adjustments 02:39:08 https://docs.codecov.io/docs/fixing-reports 02:39:09 + Found adjustments 02:39:09 ==> Gzipping contents 02:39:09 4.0K /tmp/codecov.EjTKIW.gz 02:39:09 ==> Uploading reports 02:39:09 url: https://codecov.io 02:39:09 query: branch=master&commit=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:39:09 -> Pinging Codecov 02:39:09 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=10d7390ce45a15767e5b1cced40f2a34d6fe3ae1&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:39:09 -> Uploading to 02:39:09 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/FB506323287CE973F263BFD2A0EB1F37/10d7390ce45a15767e5b1cced40f2a34d6fe3ae1/097e1bb4-ede0-43c3-be7e-60513c42c3c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T023909Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=71f28cc18f1f98a69355295a1c55460643817846582f1f238f70e565d241b183 02:39:09 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:09 Dload Upload Total Spent Left Speed 02:39:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 5424 --:--:-- --:--:-- --:--:-- 5419 100 3902 0 0 100 3902 0 5422 --:--:-- --:--:-- --:--:-- 5419 02:39:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] } 02:39:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:39:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:39:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:39:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:39:11 02:39:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 02:39:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:39:12 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:39:12 188c0c94c7c5: Pulling fs layer 02:39:12 0ef7d3d256c8: Pulling fs layer 02:39:12 de9db76c5a1d: Pulling fs layer 02:39:12 0eba1c9be4d2: Pulling fs layer 02:39:12 0d57e429df01: Pulling fs layer 02:39:12 4e4be7b47b0d: Pulling fs layer 02:39:12 e1f770b5df2f: Pulling fs layer 02:39:12 85a0685a4137: Pulling fs layer 02:39:12 0eba1c9be4d2: Waiting 02:39:12 0d57e429df01: Waiting 02:39:12 e1f770b5df2f: Waiting 02:39:12 85a0685a4137: Waiting 02:39:12 4e4be7b47b0d: Waiting 02:39:12 de9db76c5a1d: Verifying Checksum 02:39:12 de9db76c5a1d: Download complete 02:39:12 0ef7d3d256c8: Verifying Checksum 02:39:12 0ef7d3d256c8: Download complete 02:39:12 0d57e429df01: Verifying Checksum 02:39:12 0d57e429df01: Download complete 02:39:12 4e4be7b47b0d: Verifying Checksum 02:39:12 4e4be7b47b0d: Download complete 02:39:12 188c0c94c7c5: Download complete 02:39:13 188c0c94c7c5: Pull complete 02:39:13 0ef7d3d256c8: Pull complete 02:39:14 de9db76c5a1d: Pull complete 02:39:15 e1f770b5df2f: Verifying Checksum 02:39:15 e1f770b5df2f: Download complete 02:39:22 0eba1c9be4d2: Verifying Checksum 02:39:22 0eba1c9be4d2: Download complete 02:39:22 85a0685a4137: Verifying Checksum 02:39:22 85a0685a4137: Download complete 02:39:35 0eba1c9be4d2: Pull complete 02:39:35 0d57e429df01: Pull complete 02:39:35 4e4be7b47b0d: Pull complete 02:39:36 e1f770b5df2f: Pull complete 02:39:51 85a0685a4137: Pull complete 02:39:51 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 02:39:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:39:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 02:39:51 prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container 02:39:52 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:39:54 $ docker top 9cc8e27c44d7ee0b96d3a107c98895fc5dd2717be9b281be62afb911e75a1746 -eo pid,comm [Pipeline] { [Pipeline] echo 02:39:54 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 02:39:55 + set -o pipefail 02:39:55 + snyk monitor '--org=edgex-jenkins' 02:40:22 02:40:22 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 02:40:22 02:40:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/ea0451f3-9c30-4668-8808-e63c6f9fc40d 02:40:22 02:40:22 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 02:40:22 02:40:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:40:22 02:40:22 [Pipeline] } 02:40:22 $ docker stop --time=1 9cc8e27c44d7ee0b96d3a107c98895fc5dd2717be9b281be62afb911e75a1746 02:40:26 $ docker rm -f 9cc8e27c44d7ee0b96d3a107c98895fc5dd2717be9b281be62afb911e75a1746 [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 02:40:29 + git log --format=format:%s -1 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 [Pipeline] isUnix [Pipeline] sh 02:40:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:29 . [Pipeline] withDockerContainer 02:40:30 prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container 02:40:30 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:40:32 $ docker top 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:32 [ssh-agent] Looking for ssh-agent implementation... 02:40:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:32 $ docker exec 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 ssh-agent 02:40:32 SSH_AUTH_SOCK=/tmp/ssh-SZSK87vchZy2/agent.12 02:40:32 SSH_AGENT_PID=17 02:40:32 Running ssh-add (command line suppressed) 02:40:33 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_681722311956960891.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_681722311956960891.key) 02:40:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:33 + git semver tag 02:40:33 # -> Open(): unable to determine branch for HEAD 02:40:33 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 02:40:33 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 02:40:33 # $SEMVER_REMOTE_NAME = origin 02:40:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:40:33 # $SEMVER_USER_NAME = edgex-jenkins 02:40:33 # $SEMVER_BRANCH = master 02:40:33 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 02:40:33 # 10d7390ce45a15767e5b1cced40f2a34d6fe3ae1 HEAD 02:40:33 # -> Force: false 02:40:33 # d154c2db02614a509d009f6a250df8c2416c2b8e refs/tags/v2.0.0-dev.44 [Pipeline] } 02:40:33 $ docker exec --env ******** --env ******** 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 ssh-agent -k 02:40:34 unset SSH_AUTH_SOCK; 02:40:34 unset SSH_AGENT_PID; 02:40:34 echo Agent pid 17 killed; 02:40:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:34 + git semver [Pipeline] } 02:40:34 $ docker stop --time=1 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 02:40:36 $ docker rm -f 382a331484c69ec2938fcb6cf88cb0fc608c3855904495e6b4dbe536502b02e9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 02:40:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:40:37 02:40:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 02:40:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:40:37 0.23.1-centos7: Pulling from edgex-lftools 02:40:37 ab5ef0e58194: Pulling fs layer 02:40:37 9712f1f96733: Pulling fs layer 02:40:37 63f879dbbcfc: Pulling fs layer 02:40:37 0d9ebad4ef96: Pulling fs layer 02:40:37 e9a5061849ea: Pulling fs layer 02:40:37 d747dcd14b5f: Pulling fs layer 02:40:37 2de7ff778b66: Pulling fs layer 02:40:37 e9a5061849ea: Waiting 02:40:37 0d9ebad4ef96: Waiting 02:40:37 d747dcd14b5f: Waiting 02:40:37 2de7ff778b66: Waiting 02:40:37 9712f1f96733: Verifying Checksum 02:40:37 9712f1f96733: Download complete 02:40:41 63f879dbbcfc: Verifying Checksum 02:40:41 63f879dbbcfc: Download complete 02:40:41 e9a5061849ea: Verifying Checksum 02:40:41 e9a5061849ea: Download complete 02:40:41 d747dcd14b5f: Verifying Checksum 02:40:41 d747dcd14b5f: Download complete 02:40:42 2de7ff778b66: Verifying Checksum 02:40:42 2de7ff778b66: Download complete 02:40:42 0d9ebad4ef96: Verifying Checksum 02:40:42 0d9ebad4ef96: Download complete 02:40:42 ab5ef0e58194: Download complete 02:40:52 ab5ef0e58194: Pull complete 02:40:52 9712f1f96733: Pull complete 02:40:55 63f879dbbcfc: Pull complete 02:41:08 0d9ebad4ef96: Pull complete 02:41:09 e9a5061849ea: Pull complete 02:41:10 d747dcd14b5f: Pull complete 02:41:15 2de7ff778b66: Pull complete 02:41:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:41:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:41:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 02:41:15 prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container 02:41:16 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:41:19 $ docker top b43e83a7a97b1f8dac2d9d4181ab595c150d4d8bcd3a8059881d20413874f2d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:41:20 provisioning config files... 02:41:20 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config983150342993472504tmp 02:41:20 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7651544841691617997tmp 02:41:20 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9139108404337395747tmp [Pipeline] { [Pipeline] echo 02:41:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:41:20 ---> sigul-configuration.sh 02:41:21 gpg: directory `/root/.gnupg' created 02:41:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:41:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:41:21 gpg: keyring `/root/.gnupg/secring.gpg' created 02:41:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:41:21 gpg: CAST5 encrypted data 02:41:21 gpg: encrypted with 1 passphrase 02:41:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:41:21 + mkdir /home/jenkins 02:41:21 + mkdir /home/jenkins/sigul [Pipeline] sh 02:41:22 + 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 02:41:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:41:23 ---> sigul-install.sh 02:41:33 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 02:41:34 + git tag --list 02:41:34 0.1.1 02:41:34 v1.1.0 02:41:34 v1.2.0 02:41:34 v1.2.1 02:41:34 v1.3.0 02:41:34 v2.0.0-dev.1 02:41:34 v2.0.0-dev.10 02:41:34 v2.0.0-dev.11 02:41:34 v2.0.0-dev.12 02:41:34 v2.0.0-dev.13 02:41:34 v2.0.0-dev.14 02:41:34 v2.0.0-dev.15 02:41:34 v2.0.0-dev.16 02:41:34 v2.0.0-dev.17 02:41:34 v2.0.0-dev.18 02:41:34 v2.0.0-dev.19 02:41:34 v2.0.0-dev.2 02:41:34 v2.0.0-dev.20 02:41:34 v2.0.0-dev.21 02:41:34 v2.0.0-dev.22 02:41:34 v2.0.0-dev.23 02:41:34 v2.0.0-dev.24 02:41:34 v2.0.0-dev.25 02:41:34 v2.0.0-dev.26 02:41:34 v2.0.0-dev.27 02:41:34 v2.0.0-dev.28 02:41:34 v2.0.0-dev.29 02:41:34 v2.0.0-dev.3 02:41:34 v2.0.0-dev.30 02:41:34 v2.0.0-dev.31 02:41:34 v2.0.0-dev.32 02:41:34 v2.0.0-dev.33 02:41:34 v2.0.0-dev.34 02:41:34 v2.0.0-dev.35 02:41:34 v2.0.0-dev.36 02:41:34 v2.0.0-dev.37 02:41:34 v2.0.0-dev.38 02:41:34 v2.0.0-dev.39 02:41:34 v2.0.0-dev.4 02:41:34 v2.0.0-dev.40 02:41:34 v2.0.0-dev.41 02:41:34 v2.0.0-dev.42 02:41:34 v2.0.0-dev.43 02:41:34 v2.0.0-dev.44 02:41:34 v2.0.0-dev.5 02:41:34 v2.0.0-dev.6 02:41:34 v2.0.0-dev.7 02:41:34 v2.0.0-dev.8 02:41:34 v2.0.0-dev.9 [Pipeline] sh 02:41:35 + lftools sign git-tag v2.0.0-dev.44 02:41:37 Signing Git tag with Sigul... 02:41:37 Signing v2.0.0-dev.44 [Pipeline] echo 02:41:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:41:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:41:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:41:41 $ docker stop --time=1 b43e83a7a97b1f8dac2d9d4181ab595c150d4d8bcd3a8059881d20413874f2d0 02:41:43 $ docker rm -f b43e83a7a97b1f8dac2d9d4181ab595c150d4d8bcd3a8059881d20413874f2d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 02:41:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:44 . [Pipeline] withDockerContainer 02:41:44 prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container 02:41:44 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:45 $ docker top af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:46 [ssh-agent] Looking for ssh-agent implementation... 02:41:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:46 $ docker exec af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 ssh-agent 02:41:47 SSH_AUTH_SOCK=/tmp/ssh-SP2ZKUbmpOzj/agent.12 02:41:47 SSH_AGENT_PID=17 02:41:47 Running ssh-add (command line suppressed) 02:41:47 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8625264156582889873.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8625264156582889873.key) 02:41:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:48 + git semver bump pre 02:41:48 # -> Open(): unable to determine branch for HEAD 02:41:48 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 02:41:48 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 02:41:48 # $SEMVER_REMOTE_NAME = origin 02:41:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:48 # $SEMVER_USER_NAME = edgex-jenkins 02:41:48 # $SEMVER_BRANCH = master 02:41:48 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 02:41:48 2.0.0-dev.45 [Pipeline] } 02:41:48 $ docker exec --env ******** --env ******** af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 ssh-agent -k 02:41:48 unset SSH_AUTH_SOCK; 02:41:48 unset SSH_AGENT_PID; 02:41:48 echo Agent pid 17 killed; 02:41:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:49 + git semver [Pipeline] } 02:41:49 $ docker stop --time=1 af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 02:41:51 $ docker rm -f af4fc6cd9ac61637be3b6dd9c0cd68a8306be67b9d3a509385770652abed78a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 02:41:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:52 . [Pipeline] withDockerContainer 02:41:52 prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container 02:41:52 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:54 $ docker top 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:55 [ssh-agent] Looking for ssh-agent implementation... 02:41:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:55 $ docker exec 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c ssh-agent 02:41:56 SSH_AUTH_SOCK=/tmp/ssh-qnXH13FZyd5S/agent.11 02:41:56 SSH_AGENT_PID=16 02:41:56 Running ssh-add (command line suppressed) 02:41:56 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8093194876711833935.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8093194876711833935.key) 02:41:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:57 + git semver push 02:41:57 # -> Open(): unable to determine branch for HEAD 02:41:57 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 02:41:57 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 02:41:57 # $SEMVER_REMOTE_NAME = origin 02:41:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:57 # $SEMVER_USER_NAME = edgex-jenkins 02:41:57 # $SEMVER_BRANCH = master 02:41:57 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 02:42:02 $ docker exec --env ******** --env ******** 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c ssh-agent -k 02:42:03 unset SSH_AUTH_SOCK; 02:42:03 unset SSH_AGENT_PID; 02:42:03 echo Agent pid 16 killed; 02:42:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:04 + git semver [Pipeline] } 02:42:04 $ docker stop --time=1 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c 02:42:06 $ docker rm -f 911b872f467f29926b856c3d6dd1fae3a45d7f58a8b1eded42eb2dc1bba8401c [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 02:42:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:42:08 ---> package-listing.sh 02:42:08 ++ tr '[:upper:]' '[:lower:]' 02:42:08 ++ facter osfamily 02:42:09 + OS_FAMILY=redhat 02:42:09 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 02:42:09 + START_PACKAGES=/tmp/packages_start.txt 02:42:09 + END_PACKAGES=/tmp/packages_end.txt 02:42:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:42:09 + PACKAGES=/tmp/packages_start.txt 02:42:09 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 02:42:09 + PACKAGES=/tmp/packages_end.txt 02:42:09 + case "${OS_FAMILY}" in 02:42:09 + rpm -qa 02:42:09 + sort 02:42:15 + '[' -f /tmp/packages_start.txt ']' 02:42:15 + '[' -f /tmp/packages_end.txt ']' 02:42:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:42:15 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 02:42:15 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 02:42:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 02:42:15 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 02:42:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:42:16 02:42:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:42:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:42:17 alpine: Pulling from edgex-lftools-log-publisher 02:42:17 df20fa9351a1: Pulling fs layer 02:42:17 36b3adc4ff6f: Pulling fs layer 02:42:17 8ad3a11d3b57: Pulling fs layer 02:42:17 46f8f816bc3b: Pulling fs layer 02:42:17 93b61091891f: Pulling fs layer 02:42:17 93b9cdb0e59b: Pulling fs layer 02:42:17 5e14af77c1be: Pulling fs layer 02:42:17 01666e4c0597: Pulling fs layer 02:42:17 aa168da1d23b: Pulling fs layer 02:42:17 93b9cdb0e59b: Waiting 02:42:17 5e14af77c1be: Waiting 02:42:17 01666e4c0597: Waiting 02:42:17 aa168da1d23b: Waiting 02:42:17 46f8f816bc3b: Waiting 02:42:17 93b61091891f: Waiting 02:42:17 36b3adc4ff6f: Verifying Checksum 02:42:17 36b3adc4ff6f: Download complete 02:42:17 46f8f816bc3b: Verifying Checksum 02:42:17 46f8f816bc3b: Download complete 02:42:17 df20fa9351a1: Verifying Checksum 02:42:17 df20fa9351a1: Download complete 02:42:17 93b9cdb0e59b: Verifying Checksum 02:42:17 93b9cdb0e59b: Download complete 02:42:18 5e14af77c1be: Download complete 02:42:18 01666e4c0597: Verifying Checksum 02:42:18 01666e4c0597: Download complete 02:42:18 93b61091891f: Verifying Checksum 02:42:18 93b61091891f: Download complete 02:42:18 df20fa9351a1: Pull complete 02:42:18 8ad3a11d3b57: Verifying Checksum 02:42:18 8ad3a11d3b57: Download complete 02:42:19 36b3adc4ff6f: Pull complete 02:42:23 8ad3a11d3b57: Pull complete 02:42:23 46f8f816bc3b: Pull complete 02:42:24 93b61091891f: Pull complete 02:42:25 93b9cdb0e59b: Pull complete 02:42:25 5e14af77c1be: Pull complete 02:42:26 01666e4c0597: Pull complete 02:42:27 aa168da1d23b: Verifying Checksum 02:42:27 aa168da1d23b: Download complete 02:42:46 aa168da1d23b: Pull complete 02:42:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:42:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:42:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:42:47 prd-centos7-docker-4c-2g-3155 does not seem to be running inside a container 02:42:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:42:50 $ docker top a1c8dddffd850b2a2d33015bacc9a2752ec9eb5e29c0caa0ac71237df4fbaba9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:42:51 + touch /tmp/pre-build-complete [Pipeline] sh 02:42:51 + mkdir -p /var/log/sa [Pipeline] sh 02:42:52 + ls /var/log/sa-host 02:42:52 + sadf -c /var/log/sa-host/sa06 02:42:52 file_magic: OK 02:42:52 HZ: Using current value: 100 02:42:52 file_header: OK 02:42:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:42:52 Statistics: 02:42:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:42:52 File successfully converted to sysstat format version 12.2.1 02:42:52 + sadf -c /var/log/sa-host/sa23 02:42:52 file_magic: OK 02:42:52 HZ: Using current value: 100 02:42:52 file_header: OK 02:42:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:42:52 Statistics: 02:42:52 Hnuu...uuuununununu... 02:42:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:42:52 provisioning config files... 02:42:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4733131411126295356tmp [Pipeline] { [Pipeline] echo 02:42:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:42:53 ---> create-netrc.sh [Pipeline] } 02:42:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:42:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:42:54 ---> python-tools-install.sh [Pipeline] echo 02:42:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:42:55 ---> sudo-logs.sh 02:42:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:42:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:42:56 ---> job-cost.sh 02:42:56 lf-activate-venv: SKIPPING 02:42:56 DEBUG: total: 0.20999999344348907 02:42:56 INFO: Retrieving Stack Cost... 02:42:57 INFO: Retrieving Pricing Info for: v1-standard-2 02:42:57 INFO: Archiving Costs [Pipeline] echo 02:42:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:42:58 ---> logs-deploy.sh 02:42:58 lf-activate-venv: SKIPPING 02:42:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/103 02:42:58 INFO: archiving workspace using pattern(s): 02:43:01 Archives upload complete. 02:43:01 INFO: archiving logs to Nexus 02:43:03 ---> uname -a: 02:43:03 Linux prd-centos7-docker-4c-2g-3155.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:43:03 02:43:03 02:43:03 ---> lscpu: 02:43:03 Architecture: x86_64 02:43:03 CPU op-mode(s): 32-bit, 64-bit 02:43:03 Byte Order: Little Endian 02:43:03 Address sizes: 40 bits physical, 48 bits virtual 02:43:03 CPU(s): 4 02:43:03 On-line CPU(s) list: 0-3 02:43:03 Thread(s) per core: 1 02:43:03 Core(s) per socket: 1 02:43:03 Socket(s): 4 02:43:03 NUMA node(s): 1 02:43:03 Vendor ID: GenuineIntel 02:43:03 CPU family: 6 02:43:03 Model: 44 02:43:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:43:03 Stepping: 1 02:43:03 CPU MHz: 2933.438 02:43:03 BogoMIPS: 5866.87 02:43:03 Virtualization: VT-x 02:43:03 Hypervisor vendor: KVM 02:43:03 Virtualization type: full 02:43:03 L1d cache: 128 KiB 02:43:03 L1i cache: 128 KiB 02:43:03 L2 cache: 16 MiB 02:43:03 L3 cache: 64 MiB 02:43:03 NUMA node0 CPU(s): 0-3 02:43:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:43:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:43:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:43:03 Vulnerability Meltdown: Mitigation; PTI 02:43:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:43:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:43:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:43:03 Vulnerability Srbds: Not affected 02:43:03 Vulnerability Tsx async abort: Not affected 02:43:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:43:03 02:43:03 02:43:03 ---> nproc: 02:43:03 4 02:43:03 02:43:03 02:43:03 ---> df -h: 02:43:03 Filesystem Size Used Available Use% Mounted on 02:43:03 overlay 50.0G 8.6G 41.4G 17% / 02:43:03 tmpfs 64.0M 0 64.0M 0% /dev 02:43:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:43:03 shm 64.0M 0 64.0M 0% /dev/shm 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 02:43:03 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 02:43:03 02:43:03 02:43:03 ---> free -m: 02:43:03 total used free shared buff/cache available 02:43:03 Mem: 1837 780 157 0 898 992 02:43:03 Swap: 1023 2 1021 02:43:03 02:43:03 02:43:03 ---> ip addr: 02:43:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:43:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:43:03 inet 127.0.0.1/8 scope host lo 02:43:03 valid_lft forever preferred_lft forever 02:43:03 inet6 ::1/128 scope host 02:43:03 valid_lft forever preferred_lft forever 02:43:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:43:03 link/ether fa:16:3e:e7:ec:de brd ff:ff:ff:ff:ff:ff 02:43:03 inet 10.30.123.158/23 brd 10.30.123.255 scope global dynamic eth0 02:43:03 valid_lft 85580sec preferred_lft 85580sec 02:43:03 inet6 fe80::f816:3eff:fee7:ecde/64 scope link 02:43:03 valid_lft forever preferred_lft forever 02:43:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:43:03 link/ether 02:42:30:da:8e:34 brd ff:ff:ff:ff:ff:ff 02:43:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:43:03 valid_lft forever preferred_lft forever 02:43:03 inet6 fe80::42:30ff:feda:8e34/64 scope link 02:43:03 valid_lft forever preferred_lft forever 02:43:03 02:43:03 02:43:03 ---> sar -b -r -n DEV: 02:43:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 02:43:03 02:43:03 02:29:08 LINUX RESTART (4 CPU) 02:43:03 02:43:03 02:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:43:03 02:31:01 60.02 18.54 41.48 0.00 5176.13 5402.71 0.00 02:43:03 02:32:01 3.65 0.00 3.65 0.00 0.00 123.52 0.00 02:43:03 02:33:01 0.40 0.00 0.40 0.00 0.00 6.02 0.00 02:43:03 02:34:01 0.25 0.00 0.25 0.00 0.00 3.41 0.00 02:43:03 02:35:01 0.17 0.00 0.17 0.00 0.00 2.33 0.00 02:43:03 02:36:02 0.37 0.00 0.37 0.00 0.00 4.69 0.00 02:43:03 02:37:01 0.24 0.00 0.24 0.00 0.00 2.88 0.00 02:43:03 02:38:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 02:43:03 02:39:01 0.27 0.00 0.27 0.00 0.00 2.58 0.00 02:43:03 02:40:01 252.92 148.41 104.52 0.00 6624.45 33330.37 0.00 02:43:03 02:41:01 152.93 45.87 107.06 0.00 2167.93 23995.03 0.00 02:43:03 02:42:01 142.83 55.66 87.17 0.00 3700.15 14726.53 0.00 02:43:03 Average: 51.31 22.43 28.88 0.00 1475.69 6482.39 0.00 02:43:03 02:43:03 02:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:43:03 02:31:01 166940 0 586344 31.16 2620 1125640 1107516 37.80 422444 1090568 132 02:43:03 02:32:01 170880 0 582432 30.96 2620 1125612 1082172 36.93 431792 1077748 12 02:43:03 02:33:01 176968 0 576340 30.63 2620 1125616 1032612 35.24 429320 1075404 8 02:43:03 02:34:01 173604 0 579704 30.81 2620 1125616 1032900 35.25 439112 1069032 8 02:43:03 02:35:01 173060 0 580240 30.84 2620 1125624 1032960 35.25 442056 1066656 12 02:43:03 02:36:02 173832 0 579464 30.80 2620 1125628 1032840 35.25 465156 1042800 8 02:43:03 02:37:01 175364 0 577928 30.72 2620 1125632 1032612 35.24 463892 1042800 8 02:43:03 02:38:01 174952 0 578336 30.74 2620 1125636 1032612 35.24 463896 1042800 8 02:43:03 02:39:01 175512 0 577768 30.71 2620 1125644 1032612 35.24 464028 1042800 8 02:43:03 02:40:01 95448 0 723940 38.48 2620 1059536 1365668 46.61 526448 1002016 472 02:43:03 02:41:01 64332 0 740096 39.33 2596 1074520 1518636 51.83 620556 915476 100080 02:43:03 02:42:01 238936 0 736304 39.13 1636 904668 1318508 45.00 538092 772376 48 02:43:03 Average: 163319 0 618241 32.86 2536 1097448 1135137 38.74 475566 1020040 8400 02:43:03 02:43:03 02:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:43:03 02:31:01 eth0 234.15 204.06 1196.29 91.47 0.00 0.00 0.00 0.00 02:43:03 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:31:01 docker0 21.33 21.98 2.93 158.37 0.00 0.00 0.00 0.00 02:43:03 02:32:01 eth0 1.40 0.67 1.17 0.06 0.00 0.00 0.00 0.00 02:43:03 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:33:01 eth0 0.83 0.07 0.08 0.01 0.00 0.00 0.00 0.00 02:43:03 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:34:01 eth0 2.08 0.92 0.92 0.62 0.00 0.00 0.00 0.00 02:43:03 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:35:01 eth0 0.53 0.42 0.34 0.24 0.00 0.00 0.00 0.00 02:43:03 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:36:02 eth0 0.18 0.13 0.07 0.04 0.00 0.00 0.00 0.00 02:43:03 02:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:37:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:43:03 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:43:03 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:43:03 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:40:01 veth3d27f0e 9.50 11.43 1.08 9.42 0.00 0.00 0.00 0.00 02:43:03 02:40:01 eth0 418.37 335.45 4086.78 66.47 0.00 0.00 0.00 0.00 02:43:03 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:40:01 docker0 9.50 11.31 0.95 9.41 0.00 0.00 0.00 0.00 02:43:03 02:41:01 eth0 403.80 336.29 3565.30 34.50 0.00 0.00 0.00 0.00 02:43:03 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:41:01 docker0 52.42 59.76 4.24 362.35 0.00 0.00 0.00 0.00 02:43:03 02:42:01 veth777d526 1.73 1.33 0.36 0.39 0.00 0.00 0.00 0.00 02:43:03 02:42:01 eth0 110.47 79.86 315.65 78.19 0.00 0.00 0.00 0.00 02:43:03 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 02:42:01 docker0 30.25 51.99 1.92 259.57 0.00 0.00 0.00 0.00 02:43:03 Average: veth777d526 0.14 0.11 0.03 0.03 0.00 0.00 0.00 0.00 02:43:03 Average: eth0 97.90 80.02 765.69 22.68 0.00 0.00 0.00 0.00 02:43:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:43:03 Average: docker0 9.48 12.11 0.84 65.95 0.00 0.00 0.00 0.00 02:43:03 02:43:03 02:43:03 ---> sar -P ALL: 02:43:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 02:43:03 02:43:03 02:29:08 LINUX RESTART (4 CPU) 02:43:03 02:43:03 02:30:01 CPU %user %nice %system %iowait %steal %idle 02:43:03 02:31:01 all 10.95 0.00 4.60 1.27 17.02 66.16 02:43:03 02:31:01 0 12.94 0.00 5.15 0.61 17.20 64.09 02:43:03 02:31:01 1 10.69 0.00 4.30 0.86 16.95 67.20 02:43:03 02:31:01 2 8.76 0.00 5.07 2.91 17.54 65.72 02:43:03 02:31:01 3 11.47 0.00 3.88 0.65 16.37 67.63 02:43:03 02:32:01 all 0.11 0.00 0.09 0.00 0.84 98.96 02:43:03 02:32:01 0 0.25 0.00 0.08 0.00 1.07 98.59 02:43:03 02:32:01 1 0.05 0.00 0.10 0.00 0.51 99.34 02:43:03 02:32:01 2 0.12 0.00 0.08 0.00 1.43 98.37 02:43:03 02:32:01 3 0.03 0.00 0.08 0.00 0.32 99.57 02:43:03 02:33:01 all 0.08 0.00 0.05 0.00 1.09 98.78 02:43:03 02:33:01 0 0.02 0.00 0.03 0.00 0.66 99.29 02:43:03 02:33:01 1 0.12 0.00 0.05 0.00 1.25 98.58 02:43:03 02:33:01 2 0.15 0.00 0.07 0.00 2.05 97.74 02:43:03 02:33:01 3 0.03 0.00 0.07 0.00 0.38 99.52 02:43:03 02:34:01 all 0.09 0.00 0.05 0.00 0.94 98.92 02:43:03 02:34:01 0 0.02 0.00 0.03 0.00 0.40 99.55 02:43:03 02:34:01 1 0.25 0.00 0.05 0.00 1.56 98.14 02:43:03 02:34:01 2 0.07 0.00 0.07 0.00 1.55 98.32 02:43:03 02:34:01 3 0.02 0.00 0.05 0.00 0.25 99.68 02:43:03 02:35:01 all 0.07 0.00 0.10 0.00 1.40 98.42 02:43:03 02:35:01 0 0.08 0.00 0.08 0.00 0.63 99.20 02:43:03 02:35:01 1 0.13 0.00 0.21 0.00 1.76 97.90 02:43:03 02:35:01 2 0.02 0.00 0.08 0.00 1.17 98.73 02:43:03 02:35:01 3 0.05 0.00 0.03 0.00 2.05 97.87 02:43:03 02:36:02 all 0.06 0.00 0.23 0.00 2.21 97.50 02:43:03 02:36:02 0 0.13 0.00 0.25 0.00 2.07 97.56 02:43:03 02:36:02 1 0.02 0.00 0.31 0.00 2.34 97.33 02:43:03 02:36:02 2 0.05 0.00 0.24 0.00 2.51 97.20 02:43:03 02:36:02 3 0.05 0.00 0.13 0.00 1.92 97.90 02:43:03 02:37:01 all 0.04 0.00 0.03 0.00 1.29 98.63 02:43:03 02:37:01 0 0.03 0.00 0.03 0.00 0.54 99.39 02:43:03 02:37:01 1 0.02 0.00 0.03 0.00 1.50 98.45 02:43:03 02:37:01 2 0.10 0.00 0.02 0.00 1.57 98.31 02:43:03 02:37:01 3 0.02 0.00 0.05 0.00 1.54 98.40 02:43:03 02:38:01 all 0.08 0.00 0.02 0.00 0.84 99.06 02:43:03 02:38:01 0 0.02 0.00 0.00 0.00 0.20 99.78 02:43:03 02:38:01 1 0.18 0.00 0.03 0.00 1.43 98.35 02:43:03 02:38:01 2 0.12 0.00 0.05 0.00 1.38 98.45 02:43:03 02:38:01 3 0.00 0.00 0.02 0.00 0.32 99.67 02:43:03 02:39:01 all 0.08 0.00 0.02 0.00 0.87 99.03 02:43:03 02:39:01 0 0.02 0.00 0.02 0.00 1.12 98.84 02:43:03 02:39:01 1 0.12 0.00 0.02 0.00 0.60 99.27 02:43:03 02:39:01 2 0.03 0.00 0.03 0.00 1.32 98.62 02:43:03 02:39:01 3 0.15 0.00 0.02 0.00 0.45 99.39 02:43:03 02:40:01 all 4.61 0.00 4.31 1.06 26.47 63.55 02:43:03 02:40:01 0 4.88 0.00 4.86 0.70 28.42 61.14 02:43:03 02:40:01 1 3.81 0.00 3.92 0.88 25.74 65.64 02:43:03 02:40:01 2 4.99 0.00 4.15 1.86 26.17 62.82 02:43:03 02:40:01 3 4.75 0.00 4.31 0.78 25.57 64.59 02:43:03 02:41:01 all 5.12 0.00 5.13 2.80 19.96 66.99 02:43:03 02:41:01 0 4.79 0.00 5.94 2.85 21.07 65.35 02:43:03 02:41:01 1 5.25 0.00 4.46 1.77 19.53 69.00 02:43:03 02:41:01 2 5.53 0.00 5.65 2.67 19.66 66.49 02:43:03 02:41:01 3 4.91 0.00 4.49 3.92 19.57 67.11 02:43:03 02:43:03 02:41:01 CPU %user %nice %system %iowait %steal %idle 02:43:03 02:42:01 all 5.63 0.00 5.97 2.24 18.92 67.24 02:43:03 02:42:01 0 5.86 0.00 6.54 1.13 18.40 68.07 02:43:03 02:42:01 1 4.97 0.00 5.18 2.24 18.93 68.68 02:43:03 02:42:01 2 6.97 0.00 5.62 4.05 19.32 64.04 02:43:03 02:42:01 3 4.73 0.00 6.57 1.54 19.01 68.15 02:43:03 Average: all 2.28 0.00 1.75 0.62 7.78 87.56 02:43:03 Average: 0 2.45 0.00 1.95 0.45 7.78 87.38 02:43:03 Average: 1 2.17 0.00 1.59 0.49 7.84 87.91 02:43:03 Average: 2 2.28 0.00 1.79 0.97 8.09 86.87 02:43:03 Average: 3 2.22 0.00 1.68 0.59 7.43 88.09 02:43:03 02:43:03 02:43:03