Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c34a5b00355d78dd87fd6b647778846c32b4b87a 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4688 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision c34a5b00355d78dd87fd6b647778846c32b4b87a (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c34a5b00355d78dd87fd6b647778846c32b4b87a # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" > git rev-list --no-walk 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:31:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:31:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:31:25 ========================================================= 12:31:25 EdgeX Global Pipelines Version Info 12:31:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:31:27 ------------------- 12:31:27 stable info: 12:31:27 ------------------- 12:31:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:31:27 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 12:31:27 Message: update stable to v1.0.192 12:31:28 ------------------- 12:31:28 experimental info: 12:31:28 ------------------- 12:31:28 Commited By: **** collab-it+edgex@linuxfoundation.org 12:31:28 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 12:31:28 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c34a5b0 [Pipeline] echo 12:31:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:31:29 provisioning config files... 12:31:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7071400598700783867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:31:29 ---> docker-login.sh 12:31:29 nexus3.edgexfoundry.org:10001 12:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:30 Configure a credential helper to remove this warning. See 12:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:30 12:31:30 Login Succeeded 12:31:30 nexus3.edgexfoundry.org:10002 12:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:30 Configure a credential helper to remove this warning. See 12:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:30 12:31:30 Login Succeeded 12:31:30 nexus3.edgexfoundry.org:10003 12:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:30 Configure a credential helper to remove this warning. See 12:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:30 12:31:30 Login Succeeded 12:31:30 nexus3.edgexfoundry.org:10004 12:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:30 Configure a credential helper to remove this warning. See 12:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:30 12:31:30 Login Succeeded 12:31:30 docker.io 12:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:31:31 Configure a credential helper to remove this warning. See 12:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:31:31 12:31:31 Login Succeeded 12:31:31 ---> docker-login.sh ends [Pipeline] } 12:31:31 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 12:31:31 + git log --format=format:%s -1 c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] echo 12:31:31 GIT_COMMIT: c34a5b00355d78dd87fd6b647778846c32b4b87a, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1 [Pipeline] echo 12:31:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:31:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:31:32 12:31:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:31:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:31:33 latest: Pulling from edgex-devops/git-semver 12:31:33 31603596830f: Pulling fs layer 12:31:33 54011a49482f: Pulling fs layer 12:31:33 a6820b24f6d8: Pulling fs layer 12:31:33 f581987b2513: Pulling fs layer 12:31:33 f581987b2513: Waiting 12:31:33 54011a49482f: Verifying Checksum 12:31:33 54011a49482f: Download complete 12:31:33 31603596830f: Verifying Checksum 12:31:33 31603596830f: Download complete 12:31:33 f581987b2513: Download complete 12:31:33 a6820b24f6d8: Verifying Checksum 12:31:33 a6820b24f6d8: Download complete 12:31:33 31603596830f: Pull complete 12:31:33 54011a49482f: Pull complete 12:31:34 a6820b24f6d8: Pull complete 12:31:34 f581987b2513: Pull complete 12:31:34 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 12:31:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:31:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:31:34 prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container 12:31:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:31:37 $ docker top 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:31:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:31:37 [ssh-agent] Looking for ssh-agent implementation... 12:31:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:31:37 $ docker exec 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 ssh-agent 12:31:37 SSH_AUTH_SOCK=/tmp/ssh-uCGwZnHhSY5C/agent.12 12:31:37 SSH_AGENT_PID=18 12:31:37 Running ssh-add (command line suppressed) 12:31:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8185892661955024376.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8185892661955024376.key) 12:31:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:31:38 + git tag --points-at HEAD [Pipeline] } 12:31:38 $ docker exec --env ******** --env ******** 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 ssh-agent -k 12:31:38 unset SSH_AUTH_SOCK; 12:31:38 unset SSH_AGENT_PID; 12:31:38 echo Agent pid 18 killed; 12:31:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:31:38 [ssh-agent] Looking for ssh-agent implementation... 12:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:31:38 $ docker exec 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 ssh-agent 12:31:38 SSH_AUTH_SOCK=/tmp/ssh-pzhRuvB1D4LV/agent.47 12:31:38 SSH_AGENT_PID=53 12:31:38 Running ssh-add (command line suppressed) 12:31:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7912403558916786954.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7912403558916786954.key) 12:31:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:31:39 + git semver init 12:31:39 # -> Open(): unable to determine branch for HEAD 12:31:39 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:31:39 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:31:39 # $SEMVER_REMOTE_NAME = origin 12:31:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:31:39 # $SEMVER_USER_NAME = edgex-jenkins 12:31:39 # $SEMVER_BRANCH = master 12:31:39 # $SEMVER_TEMP = /tmp/semver-138694776 12:31:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 12:31:41 # '/tmp/semver-138694776' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 12:31:41 # -> Force: false 12:31:41 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 12:31:41 $ docker exec --env ******** --env ******** 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 ssh-agent -k 12:31:41 unset SSH_AUTH_SOCK; 12:31:41 unset SSH_AGENT_PID; 12:31:41 echo Agent pid 53 killed; 12:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:31:41 + git semver [Pipeline] } 12:31:41 $ docker stop --time=1 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 12:31:43 $ docker rm -f 74f69152efb1046b09408afaf954e865cd0494793f1566198d37581ac1d2b119 [Pipeline] // withDockerContainer [Pipeline] sh 12:31:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:31:44 Stashed 1 file(s) [Pipeline] echo 12:31:44 [edgeXSemver]: initialized semver on version 2.0.0-dev.50 [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 12:31:59 Still waiting to schedule task 12:31:59 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4688’ 12:31:59 Still waiting to schedule task 12:31:59 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 12:33:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4689 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 12:33:50 Running in /w/workspace/edgex-ui-go/110 [Pipeline] { [Pipeline] checkout 12:33:56 using credential edgex-jenkins-ssh 12:33:56 Cloning the remote Git repository 12:33:56 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 12:33:56 > git init /w/workspace/edgex-ui-go/110 # timeout=10 12:33:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:33:57 > git --version # timeout=10 12:33:57 > git --version # 'git version 2.17.1' 12:33:57 using GIT_SSH to set credentials SSH Credentials for GitHub 12:33:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:33:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:33:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:33:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:33:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:33:59 using GIT_SSH to set credentials SSH Credentials for GitHub 12:33:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:33:59 Checking out Revision c34a5b00355d78dd87fd6b647778846c32b4b87a (master) 12:33:59 > git config core.sparsecheckout # timeout=10 12:33:59 > git checkout -f c34a5b00355d78dd87fd6b647778846c32b4b87a # timeout=10 12:34:04 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:34:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:34:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:34:06 + sudo service docker restart 12:34:06 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:34:09 provisioning config files... 12:34:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/110@tmp/config507533494603182873tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:34:10 ---> docker-login.sh 12:34:10 nexus3.edgexfoundry.org:10001 12:34:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:11 Configure a credential helper to remove this warning. See 12:34:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:11 12:34:11 Login Succeeded 12:34:11 nexus3.edgexfoundry.org:10002 12:34:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:11 Configure a credential helper to remove this warning. See 12:34:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:11 12:34:11 Login Succeeded 12:34:11 nexus3.edgexfoundry.org:10003 12:34:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:12 Configure a credential helper to remove this warning. See 12:34:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:12 12:34:12 Login Succeeded 12:34:12 nexus3.edgexfoundry.org:10004 12:34:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:12 Configure a credential helper to remove this warning. See 12:34:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:12 12:34:12 Login Succeeded 12:34:12 docker.io 12:34:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:34:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:34:13 Configure a credential helper to remove this warning. See 12:34:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:34:13 12:34:13 Login Succeeded 12:34:13 ---> docker-login.sh ends [Pipeline] } 12:34:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:34:13 ========================================================= 12:34:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 12:34:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:34:14 + 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 . 12:34:15 Sending build context to Docker daemon 34.92MB 12:34:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:34:15 Step 2/8 : FROM ${BASE} 12:34:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:34:15 595b0fe564bb: Pulling fs layer 12:34:15 7186ed65a4f7: Pulling fs layer 12:34:15 316046926c0a: Pulling fs layer 12:34:15 4ebd0625c992: Pulling fs layer 12:34:15 207e8628e3a3: Pulling fs layer 12:34:15 c791037a9be2: Pulling fs layer 12:34:15 ffd874e62e21: Pulling fs layer 12:34:15 207e8628e3a3: Waiting 12:34:15 4ebd0625c992: Waiting 12:34:15 ffd874e62e21: Waiting 12:34:15 316046926c0a: Verifying Checksum 12:34:15 316046926c0a: Download complete 12:34:15 7186ed65a4f7: Download complete 12:34:15 207e8628e3a3: Verifying Checksum 12:34:15 207e8628e3a3: Download complete 12:34:15 c791037a9be2: Verifying Checksum 12:34:15 c791037a9be2: Download complete 12:34:15 595b0fe564bb: Verifying Checksum 12:34:15 595b0fe564bb: Download complete 12:34:15 595b0fe564bb: Pull complete 12:34:16 7186ed65a4f7: Pull complete 12:34:17 316046926c0a: Pull complete 12:34:17 ffd874e62e21: Download complete 12:34:18 4ebd0625c992: Verifying Checksum 12:34:18 4ebd0625c992: Download complete 12:34:28 4ebd0625c992: Pull complete 12:34:29 207e8628e3a3: Pull complete 12:34:29 c791037a9be2: Pull complete 12:34:33 ffd874e62e21: Pull complete 12:34:33 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 12:34:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 12:34:33 ---> cfc18b08335c 12:34:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:34:36 ---> Running in 881ad5afd482 12:34:36 Removing intermediate container 881ad5afd482 12:34:36 ---> d4e15d7c640e 12:34:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:34:37 ---> Running in 61c4e5fd6db6 12:34:39 Removing intermediate container 61c4e5fd6db6 12:34:39 ---> ecf46b545da7 12:34:39 Step 5/8 : RUN apk add --no-cache make git 12:34:39 ---> Running in 2b98871bc36a 12:34:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 12:34:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 12:34:42 OK: 138 MiB in 40 packages 12:34:43 Removing intermediate container 2b98871bc36a 12:34:43 ---> 783a2b7f8688 12:34:43 Step 6/8 : WORKDIR /edgex-ui-go 12:34:43 ---> Running in 4c6b4be1dcb1 12:34:44 Removing intermediate container 4c6b4be1dcb1 12:34:44 ---> 0706b8be8e93 12:34:44 Step 7/8 : COPY . . 12:34:46 ---> d7de9be96e4e 12:34:46 Step 8/8 : RUN go mod download 12:34:46 ---> Running in 591103bdac96 12:34:53 Running on prd-centos7-docker-4c-2g-4690 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 12:34:53 Running in /w/workspace/edgex-ui-go/110 [Pipeline] { [Pipeline] checkout 12:35:00 using credential edgex-jenkins-ssh 12:35:00 Cloning the remote Git repository 12:35:00 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 12:35:00 > git init /w/workspace/edgex-ui-go/110 # timeout=10 12:35:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:35:00 > git --version # timeout=10 12:35:00 > git --version # 'git version 2.24.3' 12:35:00 using GIT_SSH to set credentials SSH Credentials for GitHub 12:35:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:35:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:35:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:35:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:35:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:35:02 using GIT_SSH to set credentials SSH Credentials for GitHub 12:35:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 12:35:05 Checking out Revision c34a5b00355d78dd87fd6b647778846c32b4b87a (master) 12:35:05 > git config core.sparsecheckout # timeout=10 12:35:05 > git checkout -f c34a5b00355d78dd87fd6b647778846c32b4b87a # timeout=10 12:35:09 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:35:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:35:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:35:11 + sudo service docker restart 12:35:11 + true 12:35:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:35:13 provisioning config files... 12:35:13 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/110@tmp/config351905781752079165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:35:14 ---> docker-login.sh 12:35:14 nexus3.edgexfoundry.org:10001 12:35:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:14 Configure a credential helper to remove this warning. See 12:35:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:14 12:35:14 Login Succeeded 12:35:14 nexus3.edgexfoundry.org:10002 12:35:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:14 Configure a credential helper to remove this warning. See 12:35:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:14 12:35:14 Login Succeeded 12:35:14 nexus3.edgexfoundry.org:10003 12:35:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:14 Configure a credential helper to remove this warning. See 12:35:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:14 12:35:14 Login Succeeded 12:35:14 nexus3.edgexfoundry.org:10004 12:35:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:15 Configure a credential helper to remove this warning. See 12:35:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:15 12:35:15 Login Succeeded 12:35:15 docker.io 12:35:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:15 Configure a credential helper to remove this warning. See 12:35:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:15 12:35:15 Login Succeeded 12:35:15 ---> docker-login.sh ends [Pipeline] } 12:35:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:35:15 ========================================================= 12:35:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 12:35:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:35:15 + 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 . 12:35:16 Sending build context to Docker daemon 34.92MB 12:35:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:35:16 Step 2/8 : FROM ${BASE} 12:35:16 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 12:35:16 540db60ca938: Pulling fs layer 12:35:16 adcc1eea9eea: Pulling fs layer 12:35:16 4c4ab2625f07: Pulling fs layer 12:35:16 0510c868ecb4: Pulling fs layer 12:35:16 afea3b2eda06: Pulling fs layer 12:35:16 7809a108b3ef: Pulling fs layer 12:35:16 f706445af74f: Pulling fs layer 12:35:16 0510c868ecb4: Waiting 12:35:16 afea3b2eda06: Waiting 12:35:16 7809a108b3ef: Waiting 12:35:16 f706445af74f: Waiting 12:35:16 4c4ab2625f07: Verifying Checksum 12:35:16 4c4ab2625f07: Download complete 12:35:16 adcc1eea9eea: Verifying Checksum 12:35:16 adcc1eea9eea: Download complete 12:35:16 afea3b2eda06: Verifying Checksum 12:35:16 afea3b2eda06: Download complete 12:35:16 540db60ca938: Verifying Checksum 12:35:16 7809a108b3ef: Verifying Checksum 12:35:16 7809a108b3ef: Download complete 12:35:17 540db60ca938: Pull complete 12:35:17 adcc1eea9eea: Pull complete 12:35:17 4c4ab2625f07: Pull complete 12:35:18 f706445af74f: Verifying Checksum 12:35:18 f706445af74f: Download complete 12:35:19 Removing intermediate container 591103bdac96 12:35:19 ---> 0cb806007809 12:35:19 Successfully built 0cb806007809 12:35:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:35:19 0510c868ecb4: Verifying Checksum 12:35:19 0510c868ecb4: Download complete 12:35:19 + docker inspect -f . ci-base-image-arm64 12:35:19 . [Pipeline] withDockerContainer 12:35:19 prd-ubuntu18.04-docker-arm64-4c-16g-4689 does not seem to be running inside a container 12:35:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/110 -v /w/workspace/edgex-ui-go/110:/w/workspace/edgex-ui-go/110:rw,z -v /w/workspace/edgex-ui-go/110@tmp:/w/workspace/edgex-ui-go/110@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 12:35:21 $ docker top 01c4ed37736ee25b819dfa91f1a31a699e55df853a23ff942be96099e9eb7c57 -eo pid,comm [Pipeline] { [Pipeline] sh 12:35:22 + go version 12:35:22 go version go1.16.3 linux/arm64 [Pipeline] } 12:35:22 $ docker stop --time=1 01c4ed37736ee25b819dfa91f1a31a699e55df853a23ff942be96099e9eb7c57 12:35:24 $ docker rm -f 01c4ed37736ee25b819dfa91f1a31a699e55df853a23ff942be96099e9eb7c57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:35:25 + docker inspect -f . ci-base-image-arm64 12:35:25 . [Pipeline] withDockerContainer 12:35:25 prd-ubuntu18.04-docker-arm64-4c-16g-4689 does not seem to be running inside a container 12:35:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/110 -v /w/workspace/edgex-ui-go/110:/w/workspace/edgex-ui-go/110:rw,z -v /w/workspace/edgex-ui-go/110@tmp:/w/workspace/edgex-ui-go/110@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 12:35:26 0510c868ecb4: Pull complete 12:35:26 afea3b2eda06: Pull complete 12:35:26 7809a108b3ef: Pull complete 12:35:26 $ docker top 9b1ea99e6029e31818172a37c00fa43f6489afad59185b6390e58a3b4c572384 -eo pid,comm [Pipeline] { [Pipeline] sh 12:35:27 + go mod tidy [Pipeline] sh 12:35:29 + make test 12:35:29 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:35:31 ? github.com/edgexfoundry/edgex-ui-go [no test files] 12:35:32 f706445af74f: Pull complete 12:35:32 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 12:35:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 12:35:32 ---> b068be0155e3 12:35:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:35:34 ---> Running in 9b3ea48f9b7b 12:35:34 Removing intermediate container 9b3ea48f9b7b 12:35:34 ---> a832a2704f94 12:35:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:35:34 ---> Running in 0d47cd519adf 12:35:36 Removing intermediate container 0d47cd519adf 12:35:36 ---> 51069a7cd898 12:35:36 Step 5/8 : RUN apk add --no-cache make git 12:35:36 ---> Running in 9875d2284f56 12:35:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 12:35:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 12:35:38 OK: 149 MiB in 40 packages 12:35:39 Removing intermediate container 9875d2284f56 12:35:39 ---> 20ba119f4add 12:35:39 Step 6/8 : WORKDIR /edgex-ui-go 12:35:39 ---> Running in 8298551ae859 12:35:39 Removing intermediate container 8298551ae859 12:35:39 ---> b6401f7f8ab7 12:35:39 Step 7/8 : COPY . . 12:35:43 ---> dc71e1675838 12:35:43 Step 8/8 : RUN go mod download 12:35:43 ---> Running in d9c43f3ad7e7 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:36:10 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:36:10 GO111MODULE=on go vet ./... 12:36:16 Removing intermediate container d9c43f3ad7e7 12:36:16 ---> ae5b6b2df65b 12:36:16 Successfully built ae5b6b2df65b 12:36:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:36:16 + docker inspect -f . ci-base-image-x86_64 12:36:16 . [Pipeline] withDockerContainer 12:36:16 prd-centos7-docker-4c-2g-4690 does not seem to be running inside a container 12:36:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/110 -v /w/workspace/edgex-ui-go/110:/w/workspace/edgex-ui-go/110:rw,z -v /w/workspace/edgex-ui-go/110@tmp:/w/workspace/edgex-ui-go/110@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 12:36:17 $ docker top 808a1d2e67bf28e226edc356b4bf38d3f09df415553a8a7ceebbb93fce9065ff -eo pid,comm [Pipeline] { [Pipeline] sh 12:36:18 + go version 12:36:18 go version go1.16.3 linux/amd64 [Pipeline] } 12:36:18 $ docker stop --time=1 808a1d2e67bf28e226edc356b4bf38d3f09df415553a8a7ceebbb93fce9065ff 12:36:19 $ docker rm -f 808a1d2e67bf28e226edc356b4bf38d3f09df415553a8a7ceebbb93fce9065ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:36:19 + docker inspect -f . ci-base-image-x86_64 12:36:19 . [Pipeline] withDockerContainer 12:36:20 prd-centos7-docker-4c-2g-4690 does not seem to be running inside a container 12:36:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/110 -v /w/workspace/edgex-ui-go/110:/w/workspace/edgex-ui-go/110:rw,z -v /w/workspace/edgex-ui-go/110@tmp:/w/workspace/edgex-ui-go/110@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 12:36:21 $ docker top 883f956d6bf2a5062dc529a6979f06d7d550eb1e9b202ba0cf27987e3dd08acb -eo pid,comm [Pipeline] { [Pipeline] sh 12:36:21 + go mod tidy [Pipeline] sh 12:36:23 + make test 12:36:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:36:24 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } 12:36:29 $ docker stop --time=1 9b1ea99e6029e31818172a37c00fa43f6489afad59185b6390e58a3b4c572384 12:36:31 $ docker rm -f 9b1ea99e6029e31818172a37c00fa43f6489afad59185b6390e58a3b4c572384 [Pipeline] // withDockerContainer [Pipeline] sh 12:36:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:36:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:36:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:36:36 + ls -al . 12:36:36 total 124 12:36:36 drwxrwxr-x 10 jenkins jenkins 4096 May 12 12:35 . 12:36:36 drwxrwxr-x 4 jenkins jenkins 4096 May 12 12:33 .. 12:36:36 drwxrwxr-x 8 jenkins jenkins 4096 May 12 12:34 .git 12:36:36 drwxrwxr-x 2 jenkins jenkins 4096 May 12 12:33 .github 12:36:36 -rw-rw-r-- 1 jenkins jenkins 162 May 12 12:33 .gitignore 12:36:36 -rw-rw-r-- 1 jenkins jenkins 3959 May 12 12:33 CONTRIBUTING.md 12:36:36 -rw-rw-r-- 1 jenkins jenkins 1508 May 12 12:33 Dockerfile 12:36:36 -rw-rw-r-- 1 jenkins jenkins 902 May 12 12:33 Dockerfile.build 12:36:36 -rw-rw-r-- 1 jenkins jenkins 652 May 12 12:33 Jenkinsfile 12:36:36 -rw-rw-r-- 1 jenkins jenkins 11357 May 12 12:33 LICENSE 12:36:36 -rw-rw-r-- 1 jenkins jenkins 941 May 12 12:33 Makefile 12:36:36 -rw-rw-r-- 1 jenkins jenkins 6012 May 12 12:33 README.md 12:36:36 -rw-rw-r-- 1 jenkins jenkins 12 May 12 12:31 VERSION 12:36:36 drwxrwxr-x 3 jenkins jenkins 4096 May 12 12:33 assets 12:36:36 drwxrwxr-x 2 jenkins jenkins 4096 May 12 12:33 bin 12:36:36 drwxrwxr-x 3 jenkins jenkins 4096 May 12 12:33 cmd 12:36:36 -rw-r--r-- 1 jenkins jenkins 10 May 12 12:35 coverage.out 12:36:36 drwxrwxr-x 5 jenkins jenkins 4096 May 12 12:34 docs 12:36:36 -rw-rw-r-- 1 jenkins jenkins 987 May 12 12:34 go.mod 12:36:36 -rw-r--r-- 1 jenkins jenkins 24424 May 12 12:35 go.sum 12:36:36 drwxrwxr-x 10 jenkins jenkins 4096 May 12 12:34 internal 12:36:36 -rw-rw-r-- 1 jenkins jenkins 155 May 12 12:34 version.go 12:36:36 drwxrwxr-x 4 jenkins jenkins 4096 May 12 12:34 web [Pipeline] isUnix [Pipeline] sh 12:36:36 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c34a5b00355d78dd87fd6b647778846c32b4b87a --label arch=arm64 --label version=2.0.0-dev.50 . 12:36:37 Sending build context to Docker daemon 34.94MB 12:36:37 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 12:36:37 Step 2/24 : FROM ${BASE} AS builder 12:36:37 ---> 0cb806007809 12:36:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:36:38 ---> Running in de0ad76d6222 12:36:38 Removing intermediate container de0ad76d6222 12:36:38 ---> ecf3e21da7ec 12:36:38 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:36:38 ---> Running in 1e74e708ce5e 12:36:39 Removing intermediate container 1e74e708ce5e 12:36:39 ---> d6eb69a33a7d 12:36:39 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:36:39 ---> Running in 020bcc8e36c3 12:36:39 Removing intermediate container 020bcc8e36c3 12:36:39 ---> 3bc928473c2f 12:36:39 Step 6/24 : LABEL Name=edgex-ui-go 12:36:39 ---> Running in dafdcce38d6f 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:36:40 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:36:40 GO111MODULE=on go vet ./... 12:36:40 Removing intermediate container dafdcce38d6f 12:36:40 ---> 39969dfe86da 12:36:40 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:36:40 ---> Running in 212b6f792033 12:36:40 Removing intermediate container 212b6f792033 12:36:40 ---> e60ff1526144 12:36:40 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:40 ---> Running in d5d7decad3f8 12:36:42 Removing intermediate container d5d7decad3f8 12:36:42 ---> d0b2cfa7cda0 12:36:42 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:36:43 ---> Running in a4a2631efbd8 12:36:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 12:36:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] } 12:36:45 $ docker stop --time=1 883f956d6bf2a5062dc529a6979f06d7d550eb1e9b202ba0cf27987e3dd08acb 12:36:45 OK: 138 MiB in 40 packages 12:36:47 Removing intermediate container a4a2631efbd8 12:36:47 ---> bab690380a4f 12:36:47 Step 10/24 : ENV GO111MODULE=on 12:36:47 ---> Running in a32a124de750 12:36:47 Removing intermediate container a32a124de750 12:36:47 ---> e4f736602d69 12:36:47 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:36:47 ---> Running in 2f3003236d78 12:36:48 Removing intermediate container 2f3003236d78 12:36:48 ---> 42dcc7117700 12:36:48 Step 12/24 : COPY go.mod . 12:36:48 $ docker rm -f 883f956d6bf2a5062dc529a6979f06d7d550eb1e9b202ba0cf27987e3dd08acb [Pipeline] // withDockerContainer [Pipeline] sh 12:36:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:36:48 Warning: overwriting stash ‘coverage-report’ 12:36:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 12:36:49 ---> 47b963191d10 12:36:49 Step 13/24 : COPY Makefile . [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:36:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:36:49 ---> ea6f66ccd110 12:36:49 Step 14/24 : RUN make update 12:36:49 ---> Running in f708fecc5ec7 12:36:49 + ls -al . 12:36:49 total 92 12:36:49 drwxrwxr-x. 10 jenkins jenkins 4096 May 12 12:36 . 12:36:49 drwxrwxr-x. 4 jenkins jenkins 32 May 12 12:35 .. 12:36:49 drwxrwxr-x. 3 jenkins jenkins 20 May 12 12:35 assets 12:36:49 drwxrwxr-x. 2 jenkins jenkins 35 May 12 12:35 bin 12:36:49 drwxrwxr-x. 3 jenkins jenkins 29 May 12 12:35 cmd 12:36:49 -rw-rw-r--. 1 jenkins jenkins 3959 May 12 12:35 CONTRIBUTING.md 12:36:49 -rw-r--r--. 1 jenkins jenkins 10 May 12 12:36 coverage.out 12:36:49 -rw-rw-r--. 1 jenkins jenkins 1508 May 12 12:35 Dockerfile 12:36:49 -rw-rw-r--. 1 jenkins jenkins 902 May 12 12:35 Dockerfile.build 12:36:49 drwxrwxr-x. 5 jenkins jenkins 104 May 12 12:35 docs 12:36:49 drwxrwxr-x. 8 jenkins jenkins 162 May 12 12:35 .git 12:36:49 drwxrwxr-x. 2 jenkins jenkins 103 May 12 12:35 .github 12:36:49 -rw-rw-r--. 1 jenkins jenkins 162 May 12 12:35 .gitignore 12:36:49 -rw-rw-r--. 1 jenkins jenkins 987 May 12 12:35 go.mod 12:36:49 -rw-r--r--. 1 jenkins jenkins 24424 May 12 12:36 go.sum 12:36:49 drwxrwxr-x. 10 jenkins jenkins 139 May 12 12:35 internal 12:36:49 -rw-rw-r--. 1 jenkins jenkins 652 May 12 12:35 Jenkinsfile 12:36:49 -rw-rw-r--. 1 jenkins jenkins 11357 May 12 12:35 LICENSE 12:36:49 -rw-rw-r--. 1 jenkins jenkins 941 May 12 12:35 Makefile 12:36:49 -rw-rw-r--. 1 jenkins jenkins 6012 May 12 12:35 README.md 12:36:49 -rw-rw-r--. 1 jenkins jenkins 12 May 12 12:31 VERSION 12:36:49 -rw-rw-r--. 1 jenkins jenkins 155 May 12 12:35 version.go 12:36:49 drwxrwxr-x. 4 jenkins jenkins 4096 May 12 12:35 web [Pipeline] isUnix [Pipeline] sh 12:36:50 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=c34a5b00355d78dd87fd6b647778846c32b4b87a --label arch=amd64 --label version=2.0.0-dev.50 . 12:36:50 Sending build context to Docker daemon 34.94MB 12:36:50 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 12:36:50 Step 2/24 : FROM ${BASE} AS builder 12:36:50 ---> ae5b6b2df65b 12:36:50 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:36:51 CGO_ENABLED=0 GO111MODULE=on go mod download 12:36:51 ---> Running in 2a21bd3f1716 12:36:51 Removing intermediate container 2a21bd3f1716 12:36:51 ---> 89efeac03485 12:36:51 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:36:51 ---> Running in 7b216e510441 12:36:51 Removing intermediate container 7b216e510441 12:36:51 ---> 05bcccfdf4b1 12:36:51 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:36:51 ---> Running in 8224e6d1c7c6 12:36:51 Removing intermediate container 8224e6d1c7c6 12:36:51 ---> 7bb57912a88c 12:36:51 Step 6/24 : LABEL Name=edgex-ui-go 12:36:51 ---> Running in ac16bb1491f9 12:36:52 Removing intermediate container ac16bb1491f9 12:36:52 ---> 6181e1f31c30 12:36:52 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:36:52 ---> Running in 156e6a6b9a54 12:36:52 Removing intermediate container f708fecc5ec7 12:36:52 ---> 1016e2ef1c1a 12:36:52 Step 15/24 : COPY . . 12:36:52 Removing intermediate container 156e6a6b9a54 12:36:52 ---> b0bed1d0a822 12:36:52 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:52 ---> Running in d6c2ca828b0b 12:36:53 Removing intermediate container d6c2ca828b0b 12:36:53 ---> 165d4fb875ac 12:36:53 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:36:53 ---> Running in 40deab2949e0 12:36:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 12:36:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 12:36:55 OK: 149 MiB in 40 packages 12:36:55 ---> 5970061d7e6a 12:36:55 Step 16/24 : RUN ${MAKE} 12:36:55 ---> Running in 338c15b8a6f9 12:36:55 Removing intermediate container 40deab2949e0 12:36:55 ---> edcdaa1965d3 12:36:55 Step 10/24 : ENV GO111MODULE=on 12:36:56 ---> Running in b5f8565eed1e 12:36:56 Removing intermediate container b5f8565eed1e 12:36:56 ---> 3a4d89a95b11 12:36:56 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.50" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 12:36:56 ---> Running in 130b6a7131ad 12:36:56 Removing intermediate container 130b6a7131ad 12:36:56 ---> 9835b6ebc3e8 12:36:56 Step 12/24 : COPY go.mod . 12:36:56 ---> 84f5fef1e163 12:36:56 Step 13/24 : COPY Makefile . 12:36:57 ---> 76aa2d7ebbae 12:36:57 Step 14/24 : RUN make update 12:36:57 ---> Running in d5841abfa54b 12:36:57 CGO_ENABLED=0 GO111MODULE=on go mod download 12:36:58 Removing intermediate container d5841abfa54b 12:36:58 ---> 129d6b4b4a49 12:36:58 Step 15/24 : COPY . . 12:37:02 ---> 4d2e8787f910 12:37:02 Step 16/24 : RUN ${MAKE} 12:37:02 ---> Running in d973b622c4d7 12:37:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.50" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 12:37:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:37:22 Removing intermediate container d973b622c4d7 12:37:22 ---> e26cf1c42609 12:37:22 Step 17/24 : FROM alpine:3.12 12:37:22 3.12: Pulling from library/alpine 12:37:22 339de151aab4: Pulling fs layer 12:37:22 339de151aab4: Verifying Checksum 12:37:22 339de151aab4: Download complete 12:37:22 339de151aab4: Pull complete 12:37:22 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 12:37:22 Status: Downloaded newer image for alpine:3.12 12:37:22 ---> 13621d1b12d4 12:37:22 Step 18/24 : EXPOSE 4000 12:37:22 ---> Running in 889018a24179 12:37:22 Removing intermediate container 889018a24179 12:37:22 ---> b8849b93e0f7 12:37:22 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 12:37:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:37:24 ---> f674592401f6 12:37:24 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:37:24 ---> Running in 178aa975a267 12:37:24 Removing intermediate container 178aa975a267 12:37:24 ---> 006e0bbcf743 12:37:24 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:37:24 ---> Running in e7881354b89a 12:37:25 Removing intermediate container e7881354b89a 12:37:25 ---> b47d6f43f234 12:37:25 Step 22/24 : LABEL arch=amd64 12:37:25 ---> Running in b624ee3a527b 12:37:25 Removing intermediate container b624ee3a527b 12:37:25 ---> b301dcf53bc8 12:37:25 Step 23/24 : LABEL git_sha=c34a5b00355d78dd87fd6b647778846c32b4b87a 12:37:25 ---> Running in 82138684f273 12:37:25 Removing intermediate container 82138684f273 12:37:25 ---> f73e43d8621d 12:37:25 Step 24/24 : LABEL version=2.0.0-dev.50 12:37:25 ---> Running in 89bbbadd7744 12:37:25 Removing intermediate container 89bbbadd7744 12:37:25 ---> 6e377961e9ea 12:37:25 [Warning] One or more build-args [ARCH] were not consumed 12:37:26 Successfully built 6e377961e9ea 12:37:26 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:37:26 provisioning config files... 12:37:26 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/110@tmp/config1190225015508631757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:37:26 ---> docker-login.sh 12:37:26 nexus3.edgexfoundry.org:10001 12:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:26 Configure a credential helper to remove this warning. See 12:37:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:26 12:37:26 Login Succeeded 12:37:26 nexus3.edgexfoundry.org:10002 12:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:27 Configure a credential helper to remove this warning. See 12:37:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:27 12:37:27 Login Succeeded 12:37:27 nexus3.edgexfoundry.org:10003 12:37:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:27 Configure a credential helper to remove this warning. See 12:37:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:27 12:37:27 Login Succeeded 12:37:27 nexus3.edgexfoundry.org:10004 12:37:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:27 Configure a credential helper to remove this warning. See 12:37:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:27 12:37:27 Login Succeeded 12:37:27 docker.io 12:37:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:27 Configure a credential helper to remove this warning. See 12:37:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:27 12:37:27 Login Succeeded 12:37:27 ---> docker-login.sh ends [Pipeline] } 12:37:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:28 [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: 12:37:28 c34a5b00355d78dd87fd6b647778846c32b4b87a 12:37:28 latest 12:37:28 2.0.0-dev.50 12:37:28 c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 12:37:28 master 12:37:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:28 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] isUnix [Pipeline] sh 12:37:28 Removing intermediate container 338c15b8a6f9 12:37:28 ---> fb70f3600470 12:37:28 Step 17/24 : FROM alpine:3.12 12:37:28 3.12: Pulling from library/alpine 12:37:28 d2f70382dc9a: Pulling fs layer 12:37:28 d2f70382dc9a: Verifying Checksum 12:37:28 d2f70382dc9a: Download complete 12:37:28 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a 12:37:28 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 12:37:28 471ce619c0aa: Preparing 12:37:28 32f366d666a5: Preparing 12:37:28 32f366d666a5: Layer already exists 12:37:28 d2f70382dc9a: Pull complete 12:37:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 12:37:29 Status: Downloaded newer image for alpine:3.12 12:37:29 ---> 9852663dfa18 12:37:29 Step 18/24 : EXPOSE 4000 12:37:29 ---> Running in 2441c90595b3 12:37:29 Removing intermediate container 2441c90595b3 12:37:29 ---> 5d8f58163907 12:37:29 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 12:37:31 471ce619c0aa: Pushed 12:37:31 c34a5b00355d78dd87fd6b647778846c32b4b87a: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] isUnix [Pipeline] sh 12:37:31 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh 12:37:31 ---> 2aab46c0dc9b 12:37:31 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:37:31 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest 12:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 12:37:31 471ce619c0aa: Preparing 12:37:31 32f366d666a5: Preparing 12:37:31 32f366d666a5: Layer already exists 12:37:31 471ce619c0aa: Layer already exists 12:37:31 latest: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] isUnix [Pipeline] sh 12:37:32 ---> Running in a49e186fdcd3 12:37:32 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh 12:37:32 Removing intermediate container a49e186fdcd3 12:37:32 ---> d6d9f782f942 12:37:32 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:37:32 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.50 12:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 12:37:32 471ce619c0aa: Preparing 12:37:32 32f366d666a5: Preparing 12:37:32 32f366d666a5: Layer already exists 12:37:32 471ce619c0aa: Layer already exists 12:37:32 2.0.0-dev.50: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] isUnix [Pipeline] sh 12:37:32 ---> Running in 4553d27a74e1 12:37:32 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh 12:37:32 Removing intermediate container 4553d27a74e1 12:37:32 ---> e0e6da6a60b0 12:37:32 Step 22/24 : LABEL arch=arm64 12:37:33 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 12:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 12:37:33 471ce619c0aa: Preparing 12:37:33 32f366d666a5: Preparing 12:37:33 471ce619c0aa: Layer already exists 12:37:33 32f366d666a5: Layer already exists 12:37:33 c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] isUnix [Pipeline] sh 12:37:33 ---> Running in bdeffd7007da 12:37:33 Removing intermediate container bdeffd7007da 12:37:33 ---> 6f860b6e854a 12:37:33 Step 23/24 : LABEL git_sha=c34a5b00355d78dd87fd6b647778846c32b4b87a 12:37:33 + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:master [Pipeline] isUnix [Pipeline] sh 12:37:33 ---> Running in caa2e46d3dc1 12:37:33 + docker push nexus3.edgexfoundry.org:10004/edgex-ui:master 12:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] 12:37:33 471ce619c0aa: Preparing 12:37:33 32f366d666a5: Preparing 12:37:33 32f366d666a5: Layer already exists 12:37:33 471ce619c0aa: Layer already exists 12:37:33 master: digest: sha256:f1e523a3649f495304b1e101991d41bfa6014fe1bbc57618667d2abcfd990f0f size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:33 ===================================================== [Pipeline] echo 12:37:33 taggedImages: 12:37:33 - nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a 12:37:33 - nexus3.edgexfoundry.org:10004/edgex-ui:latest 12:37:33 - nexus3.edgexfoundry.org:10004/edgex-ui:2.0.0-dev.50 12:37:33 - nexus3.edgexfoundry.org:10004/edgex-ui:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 12:37:33 - nexus3.edgexfoundry.org:10004/edgex-ui:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage 12:37:33 Removing intermediate container caa2e46d3dc1 12:37:33 ---> 6a9c0e7e4f4f 12:37:33 Step 24/24 : LABEL version=2.0.0-dev.50 [Pipeline] libraryResource [Pipeline] sh 12:37:34 ---> Running in cd6fe05b7411 12:37:34 ---> job-cost.sh 12:37:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KMYl 12:37:34 Removing intermediate container cd6fe05b7411 12:37:34 ---> 50090c1a1658 12:37:34 [Warning] One or more build-args [ARCH] were not consumed 12:37:34 Successfully built 50090c1a1658 12:37:34 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:37:35 provisioning config files... 12:37:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/110@tmp/config945642820342118602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:37:35 ---> docker-login.sh 12:37:35 nexus3.edgexfoundry.org:10001 12:37:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:35 Configure a credential helper to remove this warning. See 12:37:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:35 12:37:35 Login Succeeded 12:37:35 nexus3.edgexfoundry.org:10002 12:37:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:36 Configure a credential helper to remove this warning. See 12:37:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:36 12:37:36 Login Succeeded 12:37:36 nexus3.edgexfoundry.org:10003 12:37:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:36 Configure a credential helper to remove this warning. See 12:37:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:36 12:37:36 Login Succeeded 12:37:36 nexus3.edgexfoundry.org:10004 12:37:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:37 Configure a credential helper to remove this warning. See 12:37:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:37 12:37:37 Login Succeeded 12:37:37 docker.io 12:37:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:37:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:37:37 Configure a credential helper to remove this warning. See 12:37:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:37:37 12:37:37 Login Succeeded 12:37:37 ---> docker-login.sh ends [Pipeline] } 12:37:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:38 [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: 12:37:38 c34a5b00355d78dd87fd6b647778846c32b4b87a 12:37:38 latest 12:37:38 2.0.0-dev.50 12:37:38 c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 12:37:38 master 12:37:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:37:38 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] isUnix [Pipeline] sh 12:37:38 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a 12:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 12:37:38 64daa05108a4: Preparing 12:37:38 3fbe34a1663b: Preparing 12:37:39 3fbe34a1663b: Layer already exists 12:37:45 64daa05108a4: Pushed 12:37:45 c34a5b00355d78dd87fd6b647778846c32b4b87a: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] isUnix [Pipeline] sh 12:37:46 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:37:46 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 12:37:46 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 12:37:46 64daa05108a4: Preparing 12:37:46 3fbe34a1663b: Preparing 12:37:46 64daa05108a4: Layer already exists 12:37:46 3fbe34a1663b: Layer already exists 12:37:46 latest: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] isUnix [Pipeline] sh 12:37:47 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh 12:37:47 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.50 12:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 12:37:47 64daa05108a4: Preparing 12:37:47 3fbe34a1663b: Preparing 12:37:47 3fbe34a1663b: Layer already exists 12:37:47 64daa05108a4: Layer already exists 12:37:47 2.0.0-dev.50: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] isUnix [Pipeline] sh 12:37:47 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh 12:37:48 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 12:37:48 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 12:37:48 64daa05108a4: Preparing 12:37:48 3fbe34a1663b: Preparing 12:37:48 64daa05108a4: Layer already exists 12:37:48 3fbe34a1663b: Layer already exists 12:37:48 c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] isUnix [Pipeline] sh 12:37:48 + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [Pipeline] isUnix [Pipeline] sh 12:37:49 + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master 12:37:49 The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] 12:37:49 64daa05108a4: Preparing 12:37:49 3fbe34a1663b: Preparing 12:37:49 64daa05108a4: Layer already exists 12:37:49 3fbe34a1663b: Layer already exists 12:37:49 master: digest: sha256:0e7617cf09654b48db0fde518d262df62744884a2b60de4b3e0156e61218c779 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:37:49 ===================================================== [Pipeline] echo 12:37:49 taggedImages: 12:37:49 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a 12:37:49 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest 12:37:49 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.0.0-dev.50 12:37:49 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:c34a5b00355d78dd87fd6b647778846c32b4b87a-2.0.0-dev.50 12:37:49 - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:37:50 ---> job-cost.sh 12:37:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uqxG 12:37:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:38:25 lf-activate-venv(): INFO: Adding /tmp/venv-KMYl/bin to PATH 12:38:25 INFO: No Stack... 12:38:25 INFO: Retrieving Pricing Info for: v1-standard-2 12:38:25 INFO: Archiving Costs [Pipeline] sh 12:38:25 + cat /w/workspace/edgex-ui-go/110/archives/cost.csv 12:38:25 + cut -d, -f6 [Pipeline] lock 12:38:25 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] 12:38:25 Resource [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] did not exist. Created. 12:38:25 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:38:25 + echo total: 0.029999999329447746 [Pipeline] stash 12:38:26 Stashed 1 file(s) [Pipeline] } 12:38:26 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:38:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:39:50 lf-activate-venv(): INFO: Adding /tmp/venv-uqxG/bin to PATH 12:39:50 INFO: No Stack... 12:39:50 INFO: Retrieving Pricing Info for: lf-standard-4 12:39:50 INFO: Archiving Costs [Pipeline] sh 12:39:51 + cat /w/workspace/edgex-ui-go/110/archives/cost.csv 12:39:51 + cut -d, -f6 [Pipeline] lock 12:39:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] 12:39:51 Resource [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] did not exist. Created. 12:39:51 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-110-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:39:51 /w/workspace/edgex-ui-go/110@tmp/durable-e9e472d6/script.sh: 1: /w/workspace/edgex-ui-go/110@tmp/durable-e9e472d6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 12:39:51 + echo total: 0.20999999344348907 [Pipeline] stash 12:39:52 Warning: overwriting stash ‘stack-cost’ 12:39:52 Stashed 1 file(s) [Pipeline] } 12:39:52 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-110-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 12:39:52 provisioning config files... 12:39:52 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6328836954629272124tmp [Pipeline] { [Pipeline] sh 12:39:53 + set +x 12:39:53 + curl -s https://codecov.io/bash 12:39:53 + bash -s -- 12:39:53 12:39:53 _____ _ 12:39:53 / ____| | | 12:39:53 | | ___ __| | ___ ___ _____ __ 12:39:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:39:53 | |___| (_) | (_| | __/ (_| (_) \ V / 12:39:53 \_____\___/ \__,_|\___|\___\___/ \_/ 12:39:53 Bash-1.0.2 12:39:53 12:39:53 12:39:53 ==> git version 2.24.3 found 12:39:53 ==> 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 12:39:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:39:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:39:53 ==> Jenkins CI detected. 12:39:53 project root: . 12:39:53 --> token set from env 12:39:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:39:53 ==> Running gcov in . (disable via -X gcov) 12:39:53 ==> Python coveragepy not found 12:39:53 ==> Searching for coverage reports in: 12:39:53 + . 12:39:53 -> Found 1 reports 12:39:53 ==> Detecting git/mercurial file structure 12:39:53 ==> Reading reports 12:39:53 + ./coverage.out bytes=10 12:39:53 ==> Appending adjustments 12:39:53 https://docs.codecov.io/docs/fixing-reports 12:39:53 + Found adjustments 12:39:53 ==> Gzipping contents 12:39:53 4.0K /tmp/codecov.HQ8TLq.gz 12:39:53 ==> Uploading reports 12:39:53 url: https://codecov.io 12:39:53 query: branch=master&commit=c34a5b00355d78dd87fd6b647778846c32b4b87a&build=110&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F110%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:39:53 -> Pinging Codecov 12:39:53 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=c34a5b00355d78dd87fd6b647778846c32b4b87a&build=110&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F110%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:39:54 -> Uploading to 12:39:54 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/FB506323287CE973F263BFD2A0EB1F37/c34a5b00355d78dd87fd6b647778846c32b4b87a/2f0db0a1-8976-4bc3-a0de-3eba269544a9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T123954Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=14b65f1dcdbd682f6cfcdfcc93e77c580923e8a63d811f5d2f2947870d05d793 12:39:54 % Total % Received % Xferd Average Speed Time Time Time Current 12:39:54 Dload Upload Total Spent Left Speed 12:39:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 10020 --:--:-- --:--:-- --:--:-- 10005 100 3902 0 0 100 3902 0 10016 --:--:-- --:--:-- --:--:-- 10005 12:39:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] } 12:39:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:39:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:39:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:39:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:39:56 12:39:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 12:39:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:39:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 12:39:56 188c0c94c7c5: Pulling fs layer 12:39:56 0ef7d3d256c8: Pulling fs layer 12:39:56 de9db76c5a1d: Pulling fs layer 12:39:56 0eba1c9be4d2: Pulling fs layer 12:39:56 0d57e429df01: Pulling fs layer 12:39:56 4e4be7b47b0d: Pulling fs layer 12:39:56 e1f770b5df2f: Pulling fs layer 12:39:56 85a0685a4137: Pulling fs layer 12:39:56 0d57e429df01: Waiting 12:39:56 4e4be7b47b0d: Waiting 12:39:56 e1f770b5df2f: Waiting 12:39:56 85a0685a4137: Waiting 12:39:56 0eba1c9be4d2: Waiting 12:39:56 de9db76c5a1d: Verifying Checksum 12:39:56 de9db76c5a1d: Download complete 12:39:56 0ef7d3d256c8: Download complete 12:39:56 0d57e429df01: Verifying Checksum 12:39:56 0d57e429df01: Download complete 12:39:56 4e4be7b47b0d: Verifying Checksum 12:39:56 4e4be7b47b0d: Download complete 12:39:56 188c0c94c7c5: Verifying Checksum 12:39:56 188c0c94c7c5: Download complete 12:39:57 188c0c94c7c5: Pull complete 12:39:57 0ef7d3d256c8: Pull complete 12:39:57 de9db76c5a1d: Pull complete 12:39:58 e1f770b5df2f: Verifying Checksum 12:39:58 e1f770b5df2f: Download complete 12:40:00 0eba1c9be4d2: Verifying Checksum 12:40:00 0eba1c9be4d2: Download complete 12:40:00 85a0685a4137: Verifying Checksum 12:40:00 85a0685a4137: Download complete 12:40:06 0eba1c9be4d2: Pull complete 12:40:06 0d57e429df01: Pull complete 12:40:06 4e4be7b47b0d: Pull complete 12:40:09 e1f770b5df2f: Pull complete 12:40:15 85a0685a4137: Pull complete 12:40:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 12:40:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:40:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 12:40:16 prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container 12:40:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 12:40:17 $ docker top a9cdaca8d4cd2d94783a4bb7859910c07d9db0aae41dc48b16d2a0a7bce17bdb -eo pid,comm [Pipeline] { [Pipeline] echo 12:40:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 12:40:17 + set -o pipefail 12:40:17 + snyk monitor '--org=edgex-jenkins' 12:40:25 12:40:25 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 12:40:25 12:40:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/886308a3-d16e-4a00-8449-b6a5f6e0ff3c 12:40:25 12:40:25 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 12:40:25 12:40:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:40:25 12:40:25 [Pipeline] } 12:40:25 $ docker stop --time=1 a9cdaca8d4cd2d94783a4bb7859910c07d9db0aae41dc48b16d2a0a7bce17bdb 12:40:28 $ docker rm -f a9cdaca8d4cd2d94783a4bb7859910c07d9db0aae41dc48b16d2a0a7bce17bdb [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 12:40:29 + git log --format=format:%s -1 c34a5b00355d78dd87fd6b647778846c32b4b87a [Pipeline] isUnix [Pipeline] sh 12:40:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:40:30 . [Pipeline] withDockerContainer 12:40:30 prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container 12: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:40:31 $ docker top 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:40:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:40:31 [ssh-agent] Looking for ssh-agent implementation... 12:40:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:40:31 $ docker exec 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a ssh-agent 12:40:31 SSH_AUTH_SOCK=/tmp/ssh-bTcf4axgVGjg/agent.11 12:40:31 SSH_AGENT_PID=16 12:40:31 Running ssh-add (command line suppressed) 12:40:31 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6261767189658288137.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6261767189658288137.key) 12:40:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:40:32 + git semver tag 12:40:32 # -> Open(): unable to determine branch for HEAD 12:40:32 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:40:32 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:40:32 # $SEMVER_REMOTE_NAME = origin 12:40:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:40:32 # $SEMVER_USER_NAME = edgex-jenkins 12:40:32 # $SEMVER_BRANCH = master 12:40:32 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 12:40:32 # c34a5b00355d78dd87fd6b647778846c32b4b87a HEAD 12:40:32 # -> Force: false 12:40:32 # 31d700091c6173859d73431b787b7458e7e7664d refs/tags/v2.0.0-dev.50 [Pipeline] } 12:40:32 $ docker exec --env ******** --env ******** 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a ssh-agent -k 12:40:32 unset SSH_AUTH_SOCK; 12:40:32 unset SSH_AGENT_PID; 12:40:32 echo Agent pid 16 killed; 12:40:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:40:32 + git semver [Pipeline] } 12:40:32 $ docker stop --time=1 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a 12:40:34 $ docker rm -f 69c4b5abc3d96cdc95a1aa10c995dc12f7ee14e71637e0440b8b5281b0924e2a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 12:40:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:40:34 12:40:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 12:40:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:40:35 0.23.1-centos7: Pulling from edgex-lftools 12:40:35 ab5ef0e58194: Pulling fs layer 12:40:35 9712f1f96733: Pulling fs layer 12:40:35 63f879dbbcfc: Pulling fs layer 12:40:35 0d9ebad4ef96: Pulling fs layer 12:40:35 e9a5061849ea: Pulling fs layer 12:40:35 d747dcd14b5f: Pulling fs layer 12:40:35 2de7ff778b66: Pulling fs layer 12:40:35 e9a5061849ea: Waiting 12:40:35 2de7ff778b66: Waiting 12:40:35 d747dcd14b5f: Waiting 12:40:35 0d9ebad4ef96: Waiting 12:40:35 9712f1f96733: Verifying Checksum 12:40:35 9712f1f96733: Download complete 12:40:37 63f879dbbcfc: Download complete 12:40:37 e9a5061849ea: Verifying Checksum 12:40:37 e9a5061849ea: Download complete 12:40:37 d747dcd14b5f: Verifying Checksum 12:40:37 d747dcd14b5f: Download complete 12:40:37 2de7ff778b66: Verifying Checksum 12:40:37 2de7ff778b66: Download complete 12:40:37 0d9ebad4ef96: Verifying Checksum 12:40:37 0d9ebad4ef96: Download complete 12:40:37 ab5ef0e58194: Verifying Checksum 12:40:37 ab5ef0e58194: Download complete 12:40:42 ab5ef0e58194: Pull complete 12:40:42 9712f1f96733: Pull complete 12:40:45 63f879dbbcfc: Pull complete 12:40:51 0d9ebad4ef96: Pull complete 12:40:53 e9a5061849ea: Pull complete 12:40:53 d747dcd14b5f: Pull complete 12:40:56 2de7ff778b66: Pull complete 12:40:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:40:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:40:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 12:40:56 prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container 12:40:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 12:41:00 $ docker top 8fce6a30bd993de500f799db9480f7792f8851f343ede2edfd4d3f83b617e26c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:41:00 provisioning config files... 12:41:00 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2731270968218528559tmp 12:41:00 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3511473820422318363tmp 12:41:00 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4061823836476644583tmp [Pipeline] { [Pipeline] echo 12:41:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:41:01 ---> sigul-configuration.sh 12:41:01 gpg: directory `/root/.gnupg' created 12:41:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:41:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:41:01 gpg: keyring `/root/.gnupg/secring.gpg' created 12:41:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:41:01 gpg: CAST5 encrypted data 12:41:01 gpg: encrypted with 1 passphrase 12:41:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:41:01 + mkdir /home/jenkins 12:41:01 + mkdir /home/jenkins/sigul [Pipeline] sh 12:41:02 + 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 12:41:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:41:02 ---> sigul-install.sh 12:41:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 12:41:10 + git tag --list 12:41:10 0.1.1 12:41:10 v1.1.0 12:41:10 v1.2.0 12:41:10 v1.2.1 12:41:10 v1.3.0 12:41:10 v2.0.0-dev.1 12:41:10 v2.0.0-dev.10 12:41:10 v2.0.0-dev.11 12:41:10 v2.0.0-dev.12 12:41:10 v2.0.0-dev.13 12:41:10 v2.0.0-dev.14 12:41:10 v2.0.0-dev.15 12:41:10 v2.0.0-dev.16 12:41:10 v2.0.0-dev.17 12:41:10 v2.0.0-dev.18 12:41:10 v2.0.0-dev.19 12:41:10 v2.0.0-dev.2 12:41:10 v2.0.0-dev.20 12:41:10 v2.0.0-dev.21 12:41:10 v2.0.0-dev.22 12:41:10 v2.0.0-dev.23 12:41:10 v2.0.0-dev.24 12:41:10 v2.0.0-dev.25 12:41:10 v2.0.0-dev.26 12:41:10 v2.0.0-dev.27 12:41:10 v2.0.0-dev.28 12:41:10 v2.0.0-dev.29 12:41:10 v2.0.0-dev.3 12:41:10 v2.0.0-dev.30 12:41:10 v2.0.0-dev.31 12:41:10 v2.0.0-dev.32 12:41:10 v2.0.0-dev.33 12:41:10 v2.0.0-dev.34 12:41:10 v2.0.0-dev.35 12:41:10 v2.0.0-dev.36 12:41:10 v2.0.0-dev.37 12:41:10 v2.0.0-dev.38 12:41:10 v2.0.0-dev.39 12:41:10 v2.0.0-dev.4 12:41:10 v2.0.0-dev.40 12:41:10 v2.0.0-dev.41 12:41:10 v2.0.0-dev.42 12:41:10 v2.0.0-dev.43 12:41:10 v2.0.0-dev.44 12:41:10 v2.0.0-dev.45 12:41:10 v2.0.0-dev.46 12:41:10 v2.0.0-dev.47 12:41:10 v2.0.0-dev.48 12:41:10 v2.0.0-dev.49 12:41:10 v2.0.0-dev.5 12:41:10 v2.0.0-dev.50 12:41:10 v2.0.0-dev.6 12:41:10 v2.0.0-dev.7 12:41:10 v2.0.0-dev.8 12:41:10 v2.0.0-dev.9 [Pipeline] sh 12:41:11 + lftools sign git-tag v2.0.0-dev.50 12:41:12 Signing Git tag with Sigul... 12:41:12 Signing v2.0.0-dev.50 [Pipeline] echo 12:41:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:41:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:41:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:41:14 $ docker stop --time=1 8fce6a30bd993de500f799db9480f7792f8851f343ede2edfd4d3f83b617e26c 12:41:16 $ docker rm -f 8fce6a30bd993de500f799db9480f7792f8851f343ede2edfd4d3f83b617e26c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 12:41:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:41:17 . [Pipeline] withDockerContainer 12:41:17 prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container 12:41:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:41:17 $ docker top a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:41:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:41:18 [ssh-agent] Looking for ssh-agent implementation... 12:41:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:41:18 $ docker exec a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 ssh-agent 12:41:18 SSH_AUTH_SOCK=/tmp/ssh-cnjnomKLtSK5/agent.11 12:41:18 SSH_AGENT_PID=17 12:41:18 Running ssh-add (command line suppressed) 12:41:18 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4284977559207390832.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4284977559207390832.key) 12:41:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:41:19 + git semver bump pre 12:41:19 # -> Open(): unable to determine branch for HEAD 12:41:19 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:41:19 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:41:19 # $SEMVER_REMOTE_NAME = origin 12:41:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:41:19 # $SEMVER_USER_NAME = edgex-jenkins 12:41:19 # $SEMVER_BRANCH = master 12:41:19 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 12:41:19 2.0.0-dev.51 [Pipeline] } 12:41:19 $ docker exec --env ******** --env ******** a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 ssh-agent -k 12:41:19 unset SSH_AUTH_SOCK; 12:41:19 unset SSH_AGENT_PID; 12:41:19 echo Agent pid 17 killed; 12:41:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:41:19 + git semver [Pipeline] } 12:41:19 $ docker stop --time=1 a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 12:41:20 $ docker rm -f a000aabd4a2278567d9225b884d02841f82d89f916772798431d29ed6b656558 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 12:41:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:41:21 . [Pipeline] withDockerContainer 12:41:21 prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container 12:41:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:41:22 $ docker top bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:41:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:41:22 [ssh-agent] Looking for ssh-agent implementation... 12:41:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:41:22 $ docker exec bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d ssh-agent 12:41:22 SSH_AUTH_SOCK=/tmp/ssh-Wd9MzZDqx0BL/agent.11 12:41:22 SSH_AGENT_PID=16 12:41:22 Running ssh-add (command line suppressed) 12:41:22 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5699883976231415277.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5699883976231415277.key) 12:41:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:41:23 + git semver push 12:41:23 # -> Open(): unable to determine branch for HEAD 12:41:23 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 12:41:23 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 12:41:23 # $SEMVER_REMOTE_NAME = origin 12:41:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:41:23 # $SEMVER_USER_NAME = edgex-jenkins 12:41:23 # $SEMVER_BRANCH = master 12:41:23 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 12:41:28 $ docker exec --env ******** --env ******** bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d ssh-agent -k 12:41:28 unset SSH_AUTH_SOCK; 12:41:28 unset SSH_AGENT_PID; 12:41:28 echo Agent pid 16 killed; 12:41:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:41:29 + git semver [Pipeline] } 12:41:29 $ docker stop --time=1 bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d 12:41:30 $ docker rm -f bb3d76109ca940ad1f274dbcafa689fcce11f9b2bd8853daa3900dcb211b0f9d [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 12:41:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:41:32 ---> package-listing.sh 12:41:32 ++ facter osfamily 12:41:32 ++ tr '[:upper:]' '[:lower:]' 12:41:32 + OS_FAMILY=redhat 12:41:32 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 12:41:32 + START_PACKAGES=/tmp/packages_start.txt 12:41:32 + END_PACKAGES=/tmp/packages_end.txt 12:41:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:41:32 + PACKAGES=/tmp/packages_start.txt 12:41:32 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 12:41:32 + PACKAGES=/tmp/packages_end.txt 12:41:32 + case "${OS_FAMILY}" in 12:41:32 + rpm -qa 12:41:32 + sort 12:41:37 + '[' -f /tmp/packages_start.txt ']' 12:41:37 + '[' -f /tmp/packages_end.txt ']' 12:41:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:41:37 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 12:41:37 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 12:41:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 12:41:37 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 12:41:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:41:38 12:41:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:41:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:41:38 alpine: Pulling from edgex-lftools-log-publisher 12:41:38 df20fa9351a1: Pulling fs layer 12:41:38 36b3adc4ff6f: Pulling fs layer 12:41:38 8ad3a11d3b57: Pulling fs layer 12:41:38 46f8f816bc3b: Pulling fs layer 12:41:38 93b61091891f: Pulling fs layer 12:41:38 93b9cdb0e59b: Pulling fs layer 12:41:38 46f8f816bc3b: Waiting 12:41:38 93b61091891f: Waiting 12:41:38 5e14af77c1be: Pulling fs layer 12:41:38 01666e4c0597: Pulling fs layer 12:41:38 aa168da1d23b: Pulling fs layer 12:41:38 93b9cdb0e59b: Waiting 12:41:38 5e14af77c1be: Waiting 12:41:38 aa168da1d23b: Waiting 12:41:38 01666e4c0597: Waiting 12:41:38 36b3adc4ff6f: Verifying Checksum 12:41:38 36b3adc4ff6f: Download complete 12:41:38 46f8f816bc3b: Download complete 12:41:38 df20fa9351a1: Verifying Checksum 12:41:38 df20fa9351a1: Download complete 12:41:38 93b9cdb0e59b: Verifying Checksum 12:41:38 93b9cdb0e59b: Download complete 12:41:38 5e14af77c1be: Verifying Checksum 12:41:38 5e14af77c1be: Download complete 12:41:38 01666e4c0597: Verifying Checksum 12:41:38 01666e4c0597: Download complete 12:41:38 93b61091891f: Verifying Checksum 12:41:38 93b61091891f: Download complete 12:41:38 8ad3a11d3b57: Verifying Checksum 12:41:38 8ad3a11d3b57: Download complete 12:41:39 df20fa9351a1: Pull complete 12:41:39 36b3adc4ff6f: Pull complete 12:41:40 aa168da1d23b: Verifying Checksum 12:41:40 aa168da1d23b: Download complete 12:41:41 8ad3a11d3b57: Pull complete 12:41:41 46f8f816bc3b: Pull complete 12:41:41 93b61091891f: Pull complete 12:41:41 93b9cdb0e59b: Pull complete 12:41:41 5e14af77c1be: Pull complete 12:41:41 01666e4c0597: Pull complete 12:41:50 aa168da1d23b: Pull complete 12:41:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:41:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:41:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:41:50 prd-centos7-docker-4c-2g-4688 does not seem to be running inside a container 12:41:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:41:53 $ docker top fe8fa3be2f012535bce141844190adfadc545f50a1bb412efe41a3949262bdc5 -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:53 + touch /tmp/pre-build-complete [Pipeline] sh 12:41:53 + mkdir -p /var/log/sa [Pipeline] sh 12:41:54 + ls /var/log/sa-host 12:41:54 + sadf -c /var/log/sa-host/sa12 12:41:54 file_magic: OK 12:41:54 HZ: Using current value: 100 12:41:54 file_header: OK 12:41:54 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 12:41:54 Statistics: 12:41:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:41:54 File successfully converted to sysstat format version 12.2.1 12:41:54 + sadf -c /var/log/sa-host/sa23 12:41:54 file_magic: OK 12:41:54 HZ: Using current value: 100 12:41:54 file_header: OK 12:41:54 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 12:41:54 Statistics: 12:41:54 Hnuu...uuuununununu... 12:41:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:41:54 provisioning config files... 12:41:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9102738803403846145tmp [Pipeline] { [Pipeline] echo 12:41:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:41:55 ---> create-netrc.sh [Pipeline] } 12:41:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:41:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:41:55 ---> python-tools-install.sh [Pipeline] echo 12:41:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:41:55 ---> sudo-logs.sh 12:41:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:41:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:41:56 ---> job-cost.sh 12:41:56 lf-activate-venv: SKIPPING 12:41:56 DEBUG: total: 0.20999999344348907 12:41:56 INFO: Retrieving Stack Cost... 12:41:57 INFO: Retrieving Pricing Info for: v1-standard-2 12:41:58 INFO: Archiving Costs [Pipeline] echo 12:41:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:41:58 ---> logs-deploy.sh 12:41:58 lf-activate-venv: SKIPPING 12:41:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/110 12:41:58 INFO: archiving workspace using pattern(s): 12:42:00 Archives upload complete. 12:42:00 INFO: archiving logs to Nexus 12:42:01 ---> uname -a: 12:42:01 Linux prd-centos7-docker-4c-2g-4688.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:42:01 12:42:01 12:42:01 ---> lscpu: 12:42:01 Architecture: x86_64 12:42:01 CPU op-mode(s): 32-bit, 64-bit 12:42:01 Byte Order: Little Endian 12:42:01 Address sizes: 40 bits physical, 48 bits virtual 12:42:01 CPU(s): 4 12:42:01 On-line CPU(s) list: 0-3 12:42:01 Thread(s) per core: 1 12:42:01 Core(s) per socket: 1 12:42:01 Socket(s): 4 12:42:01 NUMA node(s): 1 12:42:01 Vendor ID: GenuineIntel 12:42:01 CPU family: 6 12:42:01 Model: 44 12:42:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:42:01 Stepping: 1 12:42:01 CPU MHz: 2933.438 12:42:01 BogoMIPS: 5866.87 12:42:01 Virtualization: VT-x 12:42:01 Hypervisor vendor: KVM 12:42:01 Virtualization type: full 12:42:01 L1d cache: 128 KiB 12:42:01 L1i cache: 128 KiB 12:42:01 L2 cache: 16 MiB 12:42:01 L3 cache: 64 MiB 12:42:01 NUMA node0 CPU(s): 0-3 12:42:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:42:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:42:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:42:01 Vulnerability Meltdown: Mitigation; PTI 12:42:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:42:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:42:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:42:01 Vulnerability Srbds: Not affected 12:42:01 Vulnerability Tsx async abort: Not affected 12:42:01 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 12:42:01 12:42:01 12:42:01 ---> nproc: 12:42:01 4 12:42:01 12:42:01 12:42:01 ---> df -h: 12:42:01 Filesystem Size Used Available Use% Mounted on 12:42:01 overlay 50.0G 8.6G 41.4G 17% / 12:42:01 tmpfs 64.0M 0 64.0M 0% /dev 12:42:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:42:01 shm 64.0M 0 64.0M 0% /dev/shm 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 12:42:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 12:42:01 12:42:01 12:42:01 ---> free -m: 12:42:01 total used free shared buff/cache available 12:42:01 Mem: 1837 824 136 0 876 949 12:42:01 Swap: 1023 2 1021 12:42:01 12:42:01 12:42:01 ---> ip addr: 12:42:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:42:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:42:01 inet 127.0.0.1/8 scope host lo 12:42:01 valid_lft forever preferred_lft forever 12:42:01 inet6 ::1/128 scope host 12:42:01 valid_lft forever preferred_lft forever 12:42:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:42:01 link/ether fa:16:3e:01:ca:46 brd ff:ff:ff:ff:ff:ff 12:42:01 inet 10.30.122.175/23 brd 10.30.123.255 scope global dynamic eth0 12:42:01 valid_lft 85731sec preferred_lft 85731sec 12:42:01 inet6 fe80::f816:3eff:fe01:ca46/64 scope link 12:42:01 valid_lft forever preferred_lft forever 12:42:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:42:01 link/ether 02:42:cb:ca:ce:4e brd ff:ff:ff:ff:ff:ff 12:42:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:42:01 valid_lft forever preferred_lft forever 12:42:01 inet6 fe80::42:cbff:feca:ce4e/64 scope link 12:42:01 valid_lft forever preferred_lft forever 12:42:01 12:42:01 12:42:01 ---> sar -b -r -n DEV: 12:42:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 12:42:01 12:42:01 12:30:40 LINUX RESTART (4 CPU) 12:42:01 12:42:01 12:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:42:01 12:32:01 144.70 54.25 90.45 0.00 8267.73 41004.78 0.00 12:42:01 12:33:01 2.45 0.00 2.45 0.00 0.00 54.26 0.00 12:42:01 12:34:01 0.43 0.00 0.43 0.00 0.00 6.46 0.00 12:42:01 12:35:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 12:42:01 12:36:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 12:42:01 12:37:01 0.35 0.00 0.35 0.00 0.00 4.88 0.00 12:42:01 12:38:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 12:42:01 12:39:01 0.72 0.00 0.72 0.00 0.00 8.11 0.00 12:42:01 12:40:01 16.35 0.48 15.86 0.00 214.42 9732.99 0.00 12:42:01 12:41:01 465.60 230.19 235.40 0.00 11244.32 57374.70 0.00 12:42:01 Average: 63.17 28.51 34.66 0.00 1974.00 10826.37 0.00 12:42:01 12:42:01 12:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:42:01 12:32:01 158856 0 609344 32.39 2620 1110724 1094416 37.35 444028 1077228 128 12:42:01 12:33:01 164500 0 603764 32.09 2620 1110660 1071368 36.56 441444 1074944 16 12:42:01 12:34:01 160972 0 607288 32.28 2620 1110664 1071524 36.57 457568 1062408 20 12:42:01 12:35:01 161296 0 606964 32.26 2620 1110664 1071500 36.57 457424 1062408 16 12:42:01 12:36:01 160652 0 607600 32.29 2620 1110672 1071368 36.56 468632 1051676 12 12:42:01 12:37:01 160372 0 607876 32.31 2620 1110676 1071452 36.57 469196 1051676 8 12:42:01 12:38:01 161104 0 607140 32.27 2620 1110680 1071368 36.56 468772 1051676 8 12:42:01 12:39:01 160876 0 607364 32.28 2620 1110684 1071368 36.56 468668 1051676 8 12:42:01 12:40:01 76428 0 698248 37.11 2620 1104248 1518048 51.81 547588 1045604 7116 12:42:01 12:41:01 156580 0 768420 40.84 1592 954952 1232500 42.06 555208 841664 96 12:42:01 Average: 152164 0 632401 33.61 2517 1094462 1134491 38.72 477853 1037096 743 12:42:01 12:42:01 12:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:42:01 12:32:01 eth0 703.18 492.39 1403.51 96.69 0.00 0.00 0.00 0.00 12:42:01 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:32:01 docker0 48.38 42.45 4.46 160.84 0.00 0.00 0.00 0.00 12:42:01 12:33:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:42:01 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:34:01 eth0 4.06 1.98 3.28 0.31 0.00 0.00 0.00 0.00 12:42:01 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:35:01 eth0 0.97 0.40 0.32 0.17 0.00 0.00 0.00 0.00 12:42:01 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:36:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 12:42:01 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:37:01 eth0 0.35 0.30 0.17 0.08 0.00 0.00 0.00 0.00 12:42:01 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:38:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:42:01 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:39:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:42:01 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:40:01 eth0 399.12 349.03 4069.79 54.80 0.00 0.00 0.00 0.00 12:42:01 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:41:01 veth614a305 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 12:42:01 12:41:01 eth0 455.10 405.22 3605.74 47.82 0.00 0.00 0.00 0.00 12:42:01 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 12:41:01 docker0 67.13 69.71 5.70 374.24 0.00 0.00 0.00 0.00 12:42:01 Average: veth614a305 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 Average: eth0 156.46 125.03 908.73 20.00 0.00 0.00 0.00 0.00 12:42:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:01 Average: docker0 11.56 11.22 1.02 53.55 0.00 0.00 0.00 0.00 12:42:01 12:42:01 12:42:01 ---> sar -P ALL: 12:42:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 12:42:01 12:42:01 12:30:40 LINUX RESTART (4 CPU) 12:42:01 12:42:01 12:31:01 CPU %user %nice %system %iowait %steal %idle 12:42:01 12:32:01 all 14.03 0.00 7.90 5.62 0.08 72.37 12:42:01 12:32:01 0 14.01 0.00 9.31 4.14 0.10 72.44 12:42:01 12:32:01 1 14.04 0.00 8.14 6.07 0.07 71.68 12:42:01 12:32:01 2 13.26 0.00 6.95 5.88 0.08 73.83 12:42:01 12:32:01 3 14.81 0.00 7.20 6.37 0.07 71.55 12:42:01 12:33:01 all 0.16 0.00 0.07 0.00 0.00 99.77 12:42:01 12:33:01 0 0.08 0.00 0.08 0.00 0.00 99.83 12:42:01 12:33:01 1 0.38 0.00 0.03 0.00 0.00 99.58 12:42:01 12:33:01 2 0.13 0.00 0.08 0.00 0.00 99.78 12:42:01 12:33:01 3 0.05 0.00 0.07 0.00 0.00 99.88 12:42:01 12:34:01 all 0.22 0.00 0.08 0.00 0.00 99.70 12:42:01 12:34:01 0 0.05 0.00 0.07 0.00 0.02 99.87 12:42:01 12:34:01 1 0.15 0.00 0.12 0.00 0.00 99.73 12:42:01 12:34:01 2 0.58 0.00 0.05 0.00 0.00 99.37 12:42:01 12:34:01 3 0.08 0.00 0.10 0.00 0.00 99.82 12:42:01 12:35:01 all 0.17 0.00 0.04 0.00 0.00 99.80 12:42:01 12:35:01 0 0.08 0.00 0.05 0.00 0.00 99.87 12:42:01 12:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 12:42:01 12:35:01 2 0.53 0.00 0.03 0.00 0.00 99.43 12:42:01 12:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:42:01 12:36:01 all 0.16 0.00 0.06 0.00 0.00 99.78 12:42:01 12:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 12:42:01 12:36:01 1 0.03 0.00 0.08 0.00 0.00 99.88 12:42:01 12:36:01 2 0.53 0.00 0.02 0.00 0.00 99.45 12:42:01 12:36:01 3 0.03 0.00 0.10 0.00 0.00 99.87 12:42:01 12:37:01 all 0.16 0.00 0.04 0.00 0.00 99.80 12:42:01 12:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:42:01 12:37:01 1 0.05 0.00 0.05 0.00 0.00 99.90 12:42:01 12:37:01 2 0.52 0.00 0.02 0.00 0.00 99.47 12:42:01 12:37:01 3 0.03 0.00 0.07 0.00 0.00 99.90 12:42:01 12:38:01 all 0.16 0.00 0.03 0.00 0.00 99.80 12:42:01 12:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:42:01 12:38:01 1 0.05 0.00 0.05 0.00 0.00 99.90 12:42:01 12:38:01 2 0.52 0.00 0.03 0.00 0.00 99.45 12:42:01 12:38:01 3 0.03 0.00 0.03 0.00 0.02 99.92 12:42:01 12:39:01 all 0.16 0.00 0.03 0.00 0.00 99.80 12:42:01 12:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:42:01 12:39:01 1 0.05 0.00 0.05 0.00 0.00 99.90 12:42:01 12:39:01 2 0.55 0.00 0.05 0.00 0.02 99.38 12:42:01 12:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:42:01 12:40:01 all 2.60 0.00 1.83 0.02 0.03 95.53 12:42:01 12:40:01 0 2.89 0.00 2.41 0.00 0.02 94.68 12:42:01 12:40:01 1 2.49 0.00 1.47 0.00 0.05 95.98 12:42:01 12:40:01 2 3.01 0.00 1.86 0.02 0.02 95.10 12:42:01 12:40:01 3 1.99 0.00 1.57 0.05 0.02 96.37 12:42:01 12:41:01 all 16.21 0.00 11.71 6.04 0.16 65.87 12:42:01 12:41:01 0 15.99 0.00 12.73 5.20 0.16 65.93 12:42:01 12:41:01 1 16.49 0.00 11.41 5.36 0.16 66.59 12:42:01 12:41:01 2 16.56 0.00 11.51 6.31 0.19 65.43 12:42:01 12:41:01 3 15.82 0.00 11.21 7.30 0.14 65.54 12:42:01 Average: all 3.33 0.00 2.13 1.14 0.03 93.36 12:42:01 Average: 0 3.25 0.00 2.42 0.91 0.03 93.38 12:42:01 Average: 1 3.31 0.00 2.10 1.12 0.03 93.44 12:42:01 Average: 2 3.56 0.00 2.02 1.20 0.03 93.20 12:42:01 Average: 3 3.21 0.00 1.99 1.34 0.02 93.44 12:42:01 12:42:01 12:42:01