Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-11941’ is offline Running on prd-centos7-docker-4c-2g-11944 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 Commit message: "fix the date bug" > git rev-list --no-walk 178e9abb726bc5c11d6eeab2f0e20b1eed984902 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:23:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:23:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:23:49 ========================================================= 13:23:49 EdgeX Global Pipelines Version Info 13:23:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:23:51 ------------------- 13:23:51 stable info: 13:23:51 ------------------- 13:23:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:23:51 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 13:23:51 Message: update stable to v1.0.162 13:23:52 ------------------- 13:23:52 experimental info: 13:23:52 ------------------- 13:23:52 Commited By: **** collab-it+edgex@linuxfoundation.org 13:23:52 Commit SHA: 385afd1d63b7490d49b292b4c1950ab3fd942460 13:23:52 Message: update experimental to v1.0.163 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 13:23:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 13:23:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 13:23:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:23:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 13:23:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:23:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c8f18d [Pipeline] echo 13:23:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:23:56 provisioning config files... 13:23:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8285018589639258387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:23:56 ---> docker-login.sh 13:23:56 nexus3.edgexfoundry.org:10001 13:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:56 Configure a credential helper to remove this warning. See 13:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:56 13:23:56 Login Succeeded 13:23:56 nexus3.edgexfoundry.org:10002 13:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:56 Configure a credential helper to remove this warning. See 13:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:56 13:23:56 Login Succeeded 13:23:56 nexus3.edgexfoundry.org:10003 13:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:57 Configure a credential helper to remove this warning. See 13:23:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:57 13:23:57 Login Succeeded 13:23:57 nexus3.edgexfoundry.org:10004 13:23:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:57 Configure a credential helper to remove this warning. See 13:23:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:57 13:23:57 Login Succeeded 13:23:57 docker.io 13:23:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:57 Configure a credential helper to remove this warning. See 13:23:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:57 13:23:57 Login Succeeded 13:23:57 ---> docker-login.sh ends [Pipeline] } 13:23:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:23:58 + git log --format=format:%s -1 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] echo 13:23:58 GIT_COMMIT: 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f, Commit Message: fix the date bug [Pipeline] echo 13:23:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:23:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:23:59 13:23:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:24:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:24:00 latest: Pulling from edgex-devops/git-semver 13:24:00 31603596830f: Pulling fs layer 13:24:00 2a8b12db71e7: Pulling fs layer 13:24:00 6ca5941a6612: Pulling fs layer 13:24:00 ecc8261a40a4: Pulling fs layer 13:24:00 ecc8261a40a4: Waiting 13:24:00 2a8b12db71e7: Verifying Checksum 13:24:00 2a8b12db71e7: Download complete 13:24:00 31603596830f: Verifying Checksum 13:24:00 31603596830f: Download complete 13:24:00 ecc8261a40a4: Verifying Checksum 13:24:00 ecc8261a40a4: Download complete 13:24:00 6ca5941a6612: Verifying Checksum 13:24:00 6ca5941a6612: Download complete 13:24:00 31603596830f: Pull complete 13:24:00 2a8b12db71e7: Pull complete 13:24:01 6ca5941a6612: Pull complete 13:24:01 ecc8261a40a4: Pull complete 13:24:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:24:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:24:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:24:01 prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container 13:24:01 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:24:03 $ docker top 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:24:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:24:03 [ssh-agent] Looking for ssh-agent implementation... 13:24:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:24:04 $ docker exec 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a ssh-agent 13:24:04 SSH_AUTH_SOCK=/tmp/ssh-VKmOy1Psskiv/agent.11 13:24:04 SSH_AGENT_PID=17 13:24:04 Running ssh-add (command line suppressed) 13:24:04 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7387174936894538636.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7387174936894538636.key) 13:24:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:24:04 + git tag --points-at HEAD [Pipeline] } 13:24:04 $ docker exec --env ******** --env ******** 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a ssh-agent -k 13:24:05 unset SSH_AUTH_SOCK; 13:24:05 unset SSH_AGENT_PID; 13:24:05 echo Agent pid 17 killed; 13:24:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:24:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:24:05 [ssh-agent] Looking for ssh-agent implementation... 13:24:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:24:05 $ docker exec 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a ssh-agent 13:24:05 SSH_AUTH_SOCK=/tmp/ssh-tF1XlKQWUGMY/agent.45 13:24:05 SSH_AGENT_PID=50 13:24:05 Running ssh-add (command line suppressed) 13:24:05 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6962928364032469282.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6962928364032469282.key) 13:24:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:24:06 + git semver init 13:24:06 # -> Open(): unable to determine branch for HEAD 13:24:06 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 13:24:06 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 13:24:06 # $SEMVER_REMOTE_NAME = origin 13:24:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:24:06 # $SEMVER_USER_NAME = edgex-jenkins 13:24:06 # $SEMVER_BRANCH = master 13:24:06 # $SEMVER_TEMP = /tmp/semver-202077896 13:24:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 13:24:06 # '/tmp/semver-202077896' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 13:24:06 # -> Force: false 13:24:06 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 13:24:06 $ docker exec --env ******** --env ******** 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a ssh-agent -k 13:24:07 unset SSH_AUTH_SOCK; 13:24:07 unset SSH_AGENT_PID; 13:24:07 echo Agent pid 50 killed; 13:24:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:24:07 + git semver [Pipeline] } 13:24:07 $ docker stop --time=1 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a 13:24:09 $ docker rm -f 4105a793c48673a53cae2c6ca93396356f504e242479a07e1b13925d4a90d99a [Pipeline] // withDockerContainer [Pipeline] sh 13:24:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:24:09 Stashed 1 file(s) [Pipeline] echo 13:24:09 [edgeXSemver]: initialized semver on version 1.2.2-dev.12 [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 13:24:25 Still waiting to schedule task 13:24:25 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11944’ 13:24:25 Still waiting to schedule task 13:24:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:26:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11945 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 13:26:12 Running in /w/workspace/edgex-ui-go/55 [Pipeline] { [Pipeline] checkout 13:26:17 using credential edgex-jenkins-ssh 13:26:17 Cloning the remote Git repository 13:26:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 13:26:17 > git init /w/workspace/edgex-ui-go/55 # timeout=10 13:26:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:26:17 > git --version # timeout=10 13:26:17 > git --version # 'git version 2.17.1' 13:26:17 using GIT_SSH to set credentials SSH Credentials for GitHub 13:26:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:26:19 Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (master) 13:26:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:26:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:26:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:26:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:26:19 using GIT_SSH to set credentials SSH Credentials for GitHub 13:26:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:26:19 > git config core.sparsecheckout # timeout=10 13:26:19 > git checkout -f 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 13:26:24 Commit message: "fix the date bug" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:26:25 provisioning config files... 13:26:25 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/55@tmp/config5960655589051273700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:26:26 ---> docker-login.sh 13:26:26 nexus3.edgexfoundry.org:10001 13:26:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:26:27 Configure a credential helper to remove this warning. See 13:26:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:26:27 13:26:27 Login Succeeded 13:26:27 nexus3.edgexfoundry.org:10002 13:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:26:27 Configure a credential helper to remove this warning. See 13:26:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:26:27 13:26:27 Login Succeeded 13:26:27 nexus3.edgexfoundry.org:10003 13:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:26:28 Configure a credential helper to remove this warning. See 13:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:26:28 13:26:28 Login Succeeded 13:26:28 nexus3.edgexfoundry.org:10004 13:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:26:29 Configure a credential helper to remove this warning. See 13:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:26:29 13:26:29 Login Succeeded 13:26:29 docker.io 13:26:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:26:29 Configure a credential helper to remove this warning. See 13:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:26:29 13:26:29 Login Succeeded 13:26:29 ---> docker-login.sh ends [Pipeline] } 13:26:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:26:30 ========================================================= 13:26:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:26:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:26:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 13:26:31 Sending build context to Docker daemon 15.61MB 13:26:31 Step 1/8 : ARG BASE=golang:1.15-alpine 13:26:31 Step 2/8 : FROM ${BASE} 13:26:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:26:31 b538f80385f9: Pulling fs layer 13:26:31 74f711af9a0d: Pulling fs layer 13:26:31 99f96fe45779: Pulling fs layer 13:26:31 8529a6b9a6be: Pulling fs layer 13:26:31 45590311c82a: Pulling fs layer 13:26:31 69ca0ff8b7b3: Pulling fs layer 13:26:31 209524e5b208: Pulling fs layer 13:26:31 8529a6b9a6be: Waiting 13:26:31 45590311c82a: Waiting 13:26:31 69ca0ff8b7b3: Waiting 13:26:31 209524e5b208: Waiting 13:26:31 99f96fe45779: Verifying Checksum 13:26:31 99f96fe45779: Download complete 13:26:31 74f711af9a0d: Verifying Checksum 13:26:31 74f711af9a0d: Download complete 13:26:31 45590311c82a: Verifying Checksum 13:26:31 45590311c82a: Download complete 13:26:32 69ca0ff8b7b3: Download complete 13:26:32 b538f80385f9: Verifying Checksum 13:26:32 b538f80385f9: Download complete 13:26:33 b538f80385f9: Pull complete 13:26:33 74f711af9a0d: Pull complete 13:26:33 99f96fe45779: Pull complete 13:26:34 209524e5b208: Verifying Checksum 13:26:34 209524e5b208: Download complete 13:26:36 8529a6b9a6be: Verifying Checksum 13:26:36 8529a6b9a6be: Download complete 13:26:46 8529a6b9a6be: Pull complete 13:26:46 45590311c82a: Pull complete 13:26:46 69ca0ff8b7b3: Pull complete 13:26:51 209524e5b208: Pull complete 13:26:51 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 13:26:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:26:51 ---> 5bddaf1c2fca 13:26:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:26:52 Running on prd-centos7-docker-4c-2g-11946 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 13:26:52 Running in /w/workspace/edgex-ui-go/55 [Pipeline] { [Pipeline] checkout 13:26:53 ---> Running in c4e56ab26cec 13:26:53 Removing intermediate container c4e56ab26cec 13:26:53 ---> 1a03a85140ea 13:26:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:26:53 ---> Running in 8fc5566834f0 13:26:55 using credential edgex-jenkins-ssh 13:26:55 Cloning the remote Git repository 13:26:55 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 13:26:55 > git init /w/workspace/edgex-ui-go/55 # timeout=10 13:26:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:26:55 > git --version # timeout=10 13:26:55 > git --version # 'git version 2.16.5' 13:26:55 using GIT_SSH to set credentials SSH Credentials for GitHub 13:26:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:26:56 Removing intermediate container 8fc5566834f0 13:26:56 ---> 8afae5fb41c2 13:26:56 Step 5/8 : RUN apk add --no-cache make git 13:26:56 ---> Running in b5117d416a2e 13:26:57 Checking out Revision 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f (master) 13:26:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:26:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:26:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:26:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:26:56 using GIT_SSH to set credentials SSH Credentials for GitHub 13:26:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:26:57 > git config core.sparsecheckout # timeout=10 13:26:57 > git checkout -f 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f # timeout=10 13:26:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:26:59 OK: 142 MiB in 39 packages 13:27:00 Removing intermediate container b5117d416a2e 13:27:00 ---> 13869b628d78 13:27:00 Step 6/8 : WORKDIR /edgex-ui-go 13:27:00 ---> Running in 2e864b855dc4 13:27:00 Removing intermediate container 2e864b855dc4 13:27:00 ---> 10895afed5c6 13:27:00 Step 7/8 : COPY . . 13:27:00 Commit message: "fix the date bug" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:27:01 provisioning config files... 13:27:01 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/55@tmp/config7627865683882893414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:27:02 ---> docker-login.sh 13:27:02 nexus3.edgexfoundry.org:10001 13:27:02 ---> 1156ea51c641 13:27:02 Step 8/8 : RUN go mod download 13:27:02 ---> Running in 687f981652ad 13:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:27:02 Configure a credential helper to remove this warning. See 13:27:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:27:02 13:27:02 Login Succeeded 13:27:02 nexus3.edgexfoundry.org:10002 13:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:27:03 Configure a credential helper to remove this warning. See 13:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:27:03 13:27:03 Login Succeeded 13:27:03 nexus3.edgexfoundry.org:10003 13:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:27:03 Configure a credential helper to remove this warning. See 13:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:27:03 13:27:03 Login Succeeded 13:27:03 nexus3.edgexfoundry.org:10004 13:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:27:03 Configure a credential helper to remove this warning. See 13:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:27:03 13:27:03 Login Succeeded 13:27:03 docker.io 13:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:27:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:27:04 Configure a credential helper to remove this warning. See 13:27:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:27:04 13:27:04 Login Succeeded 13:27:04 ---> docker-login.sh ends [Pipeline] } 13:27:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:27:04 ========================================================= 13:27:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:27:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:27:04 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 13:27:05 Sending build context to Docker daemon 15.61MB 13:27:05 Step 1/8 : ARG BASE=golang:1.15-alpine 13:27:05 Step 2/8 : FROM ${BASE} 13:27:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:27:05 df20fa9351a1: Pulling fs layer 13:27:05 ed8968b2872e: Pulling fs layer 13:27:05 a92cc7c5fd73: Pulling fs layer 13:27:05 e871e8e8d7a9: Pulling fs layer 13:27:05 e73272ec9a57: Pulling fs layer 13:27:05 1e910a182e73: Pulling fs layer 13:27:05 4e634b169226: Pulling fs layer 13:27:05 e871e8e8d7a9: Waiting 13:27:05 1e910a182e73: Waiting 13:27:05 e73272ec9a57: Waiting 13:27:05 a92cc7c5fd73: Verifying Checksum 13:27:05 a92cc7c5fd73: Download complete 13:27:05 ed8968b2872e: Download complete 13:27:05 e73272ec9a57: Verifying Checksum 13:27:05 e73272ec9a57: Download complete 13:27:05 df20fa9351a1: Verifying Checksum 13:27:05 df20fa9351a1: Download complete 13:27:05 1e910a182e73: Download complete 13:27:05 df20fa9351a1: Pull complete 13:27:05 ed8968b2872e: Pull complete 13:27:05 a92cc7c5fd73: Pull complete 13:27:07 4e634b169226: Verifying Checksum 13:27:07 4e634b169226: Download complete 13:27:08 e871e8e8d7a9: Download complete 13:27:13 e871e8e8d7a9: Pull complete 13:27:13 e73272ec9a57: Pull complete 13:27:13 1e910a182e73: Pull complete 13:27:20 4e634b169226: Pull complete 13:27:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 13:27:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:27:20 ---> f7629b54cfaa 13:27:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:27:20 ---> Running in 6d220c9c083f 13:27:20 Removing intermediate container 6d220c9c083f 13:27:20 ---> ad0c8512a5e7 13:27:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:27:20 ---> Running in 600a963240e4 13:27:22 Removing intermediate container 600a963240e4 13:27:22 ---> 663f1d2fbf81 13:27:22 Step 5/8 : RUN apk add --no-cache make git 13:27:22 ---> Running in cbe8f4dcbc61 13:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:27:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:27:23 OK: 166 MiB in 39 packages 13:27:24 Removing intermediate container cbe8f4dcbc61 13:27:24 ---> 744a942e9fb3 13:27:24 Step 6/8 : WORKDIR /edgex-ui-go 13:27:24 ---> Running in e1105d17e241 13:27:24 Removing intermediate container e1105d17e241 13:27:24 ---> cc36abaf0bf4 13:27:24 Step 7/8 : COPY . . 13:27:26 ---> 643d0f2ed171 13:27:26 Step 8/8 : RUN go mod download 13:27:26 ---> Running in 806c161ae213 13:27:29 Removing intermediate container 687f981652ad 13:27:29 ---> 6ee807d1c41f 13:27:29 Successfully built 6ee807d1c41f 13:27:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:27:29 + docker inspect -f . ci-base-image-arm64 13:27:29 . [Pipeline] withDockerContainer 13:27:30 prd-ubuntu18.04-docker-arm64-4c-16g-11945 does not seem to be running inside a container 13:27:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/55 -v /w/workspace/edgex-ui-go/55:/w/workspace/edgex-ui-go/55:rw,z -v /w/workspace/edgex-ui-go/55@tmp:/w/workspace/edgex-ui-go/55@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 13:27:32 $ docker top 43323069d9ef42cc7b659b99f884fd12f59c176a58be5b50f6c6834f6f75540e -eo pid,comm [Pipeline] { [Pipeline] sh 13:27:33 + go version 13:27:33 go version go1.15.2 linux/arm64 [Pipeline] } 13:27:33 $ docker stop --time=1 43323069d9ef42cc7b659b99f884fd12f59c176a58be5b50f6c6834f6f75540e 13:27:35 $ docker rm -f 43323069d9ef42cc7b659b99f884fd12f59c176a58be5b50f6c6834f6f75540e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:27:36 + docker inspect -f . ci-base-image-arm64 13:27:36 . [Pipeline] withDockerContainer 13:27:36 prd-ubuntu18.04-docker-arm64-4c-16g-11945 does not seem to be running inside a container 13:27:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/55 -v /w/workspace/edgex-ui-go/55:/w/workspace/edgex-ui-go/55:rw,z -v /w/workspace/edgex-ui-go/55@tmp:/w/workspace/edgex-ui-go/55@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 13:27:38 $ docker top 3bec204fa7ed10cd079ba80b23488be0eb2db589e3f4c1a220fed75ad1654d94 -eo pid,comm [Pipeline] { [Pipeline] sh 13:27:40 + make test 13:27:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:27:41 ? github.com/edgexfoundry/edgex-ui-go [no test files] 13:27:48 Removing intermediate container 806c161ae213 13:27:48 ---> d3968c4a02b0 13:27:48 Successfully built d3968c4a02b0 13:27:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:27:48 + docker inspect -f . ci-base-image-x86_64 13:27:48 . [Pipeline] withDockerContainer 13:27:48 prd-centos7-docker-4c-2g-11946 does not seem to be running inside a container 13:27:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/55 -v /w/workspace/edgex-ui-go/55:/w/workspace/edgex-ui-go/55:rw,z -v /w/workspace/edgex-ui-go/55@tmp:/w/workspace/edgex-ui-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:27:49 $ docker top f19f94e64ca87c90a3e6097129f015766d2c611105234f03d36d3484f2925ba2 -eo pid,comm [Pipeline] { [Pipeline] sh 13:27:49 + go version 13:27:49 go version go1.15.2 linux/amd64 [Pipeline] } 13:27:50 $ docker stop --time=1 f19f94e64ca87c90a3e6097129f015766d2c611105234f03d36d3484f2925ba2 13:27:51 $ docker rm -f f19f94e64ca87c90a3e6097129f015766d2c611105234f03d36d3484f2925ba2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:27:52 + docker inspect -f . ci-base-image-x86_64 13:27:52 . [Pipeline] withDockerContainer 13:27:52 prd-centos7-docker-4c-2g-11946 does not seem to be running inside a container 13:27:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/55 -v /w/workspace/edgex-ui-go/55:/w/workspace/edgex-ui-go/55:rw,z -v /w/workspace/edgex-ui-go/55@tmp:/w/workspace/edgex-ui-go/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:27:53 $ docker top 317e3cafc894851d1c58af94ce486d5b299ab683579dea3ab1a64fd46d3ef018 -eo pid,comm [Pipeline] { [Pipeline] sh 13:27:53 + make test 13:27:53 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:27:54 ? github.com/edgexfoundry/edgex-ui-go [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 13:28:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 13:28:01 GO111MODULE=on go vet ./... [Pipeline] } 13:28:03 $ docker stop --time=1 317e3cafc894851d1c58af94ce486d5b299ab683579dea3ab1a64fd46d3ef018 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 13:28:03 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 13:28:03 GO111MODULE=on go vet ./... 13:28:05 $ docker rm -f 317e3cafc894851d1c58af94ce486d5b299ab683579dea3ab1a64fd46d3ef018 [Pipeline] // withDockerContainer [Pipeline] sh 13:28:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:28:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:28:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] } 13:28:09 $ docker stop --time=1 3bec204fa7ed10cd079ba80b23488be0eb2db589e3f4c1a220fed75ad1654d94 13:28:09 + ls -al . 13:28:09 total 84 13:28:09 drwxrwxr-x. 9 jenkins jenkins 4096 Nov 12 13:27 . 13:28:09 drwxrwxr-x. 4 jenkins jenkins 30 Nov 12 13:26 .. 13:28:09 drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 13:26 assets 13:28:09 drwxrwxr-x. 2 jenkins jenkins 35 Nov 12 13:26 bin 13:28:09 drwxrwxr-x. 3 jenkins jenkins 29 Nov 12 13:26 cmd 13:28:09 -rw-rw-r--. 1 jenkins jenkins 3959 Nov 12 13:26 CONTRIBUTING.md 13:28:09 -rw-r--r--. 1 jenkins jenkins 10 Nov 12 13:27 coverage.out 13:28:09 -rw-rw-r--. 1 jenkins jenkins 913 Nov 12 13:26 Dockerfile 13:28:09 -rw-rw-r--. 1 jenkins jenkins 898 Nov 12 13:26 Dockerfile.build 13:28:09 drwxrwxr-x. 5 jenkins jenkins 104 Nov 12 13:26 docs 13:28:09 drwxrwxr-x. 8 jenkins jenkins 162 Nov 12 13:27 .git 13:28:09 drwxrwxr-x. 2 jenkins jenkins 81 Nov 12 13:26 .github 13:28:09 -rw-rw-r--. 1 jenkins jenkins 136 Nov 12 13:26 .gitignore 13:28:09 -rw-rw-r--. 1 jenkins jenkins 1019 Nov 12 13:26 go.mod 13:28:09 -rw-r--r--. 1 jenkins jenkins 20718 Nov 12 13:27 go.sum 13:28:09 drwxrwxr-x. 10 jenkins jenkins 139 Nov 12 13:26 internal 13:28:09 -rw-rw-r--. 1 jenkins jenkins 652 Nov 12 13:26 Jenkinsfile 13:28:09 -rw-rw-r--. 1 jenkins jenkins 11357 Nov 12 13:26 LICENSE 13:28:09 -rw-rw-r--. 1 jenkins jenkins 951 Nov 12 13:26 Makefile 13:28:09 -rw-rw-r--. 1 jenkins jenkins 3545 Nov 12 13:26 README.md 13:28:09 -rw-rw-r--. 1 jenkins jenkins 12 Nov 12 13:24 VERSION 13:28:09 -rw-rw-r--. 1 jenkins jenkins 155 Nov 12 13:26 version.go 13:28:11 $ docker rm -f 3bec204fa7ed10cd079ba80b23488be0eb2db589e3f4c1a220fed75ad1654d94 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 13:28:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:28:12 Warning: overwriting stash ‘coverage-report’ 13:28:12 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --label arch=amd64 --label version=1.2.2-dev.12 . 13:28:12 Sending build context to Docker daemon 15.63MB 13:28:12 Step 1/24 : ARG BASE=golang:1.15-alpine 13:28:12 Step 2/24 : FROM ${BASE} AS builder 13:28:12 ---> d3968c4a02b0 13:28:12 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 13:28:12 ---> Running in c0e3b75c47a2 13:28:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 13:28:13 Removing intermediate container c0e3b75c47a2 13:28:13 ---> 51ef88073108 13:28:13 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 13:28:13 ---> Running in 6405492c4013 13:28:13 Removing intermediate container 6405492c4013 13:28:13 ---> e86af496bd1e 13:28:13 Step 5/24 : ARG ALPINE_PKG_EXTRA="" [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:28:13 ---> Running in 750f9d50109d 13:28:13 Removing intermediate container 750f9d50109d 13:28:13 ---> 8bd50841d8af 13:28:13 Step 6/24 : LABEL Name=edgex-ui-go 13:28:13 ---> Running in 67a796f268ff 13:28:13 Removing intermediate container 67a796f268ff 13:28:13 ---> 6a0fb9d2a98f 13:28:13 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 13:28:13 ---> Running in a9ed6f8e0af1 13:28:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:28:13 Removing intermediate container a9ed6f8e0af1 13:28:13 ---> 506d0fdaa2fe 13:28:13 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:28:13 ---> Running in 00edeb9e8bc5 13:28:14 + ls -al . 13:28:14 total 116 13:28:14 drwxrwxr-x 9 jenkins jenkins 4096 Nov 12 13:27 . 13:28:14 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 13:26 .. 13:28:14 drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 13:26 .git 13:28:14 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 13:26 .github 13:28:14 -rw-rw-r-- 1 jenkins jenkins 136 Nov 12 13:26 .gitignore 13:28:14 -rw-rw-r-- 1 jenkins jenkins 3959 Nov 12 13:26 CONTRIBUTING.md 13:28:14 -rw-rw-r-- 1 jenkins jenkins 913 Nov 12 13:26 Dockerfile 13:28:14 -rw-rw-r-- 1 jenkins jenkins 898 Nov 12 13:26 Dockerfile.build 13:28:14 -rw-rw-r-- 1 jenkins jenkins 652 Nov 12 13:26 Jenkinsfile 13:28:14 -rw-rw-r-- 1 jenkins jenkins 11357 Nov 12 13:26 LICENSE 13:28:14 -rw-rw-r-- 1 jenkins jenkins 951 Nov 12 13:26 Makefile 13:28:14 -rw-rw-r-- 1 jenkins jenkins 3545 Nov 12 13:26 README.md 13:28:14 -rw-rw-r-- 1 jenkins jenkins 12 Nov 12 13:24 VERSION 13:28:14 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 13:26 assets 13:28:14 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 13:26 bin 13:28:14 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 13:26 cmd 13:28:14 -rw-r--r-- 1 jenkins jenkins 10 Nov 12 13:27 coverage.out 13:28:14 drwxrwxr-x 5 jenkins jenkins 4096 Nov 12 13:26 docs 13:28:14 -rw-rw-r-- 1 jenkins jenkins 1019 Nov 12 13:26 go.mod 13:28:14 -rw-r--r-- 1 jenkins jenkins 20718 Nov 12 13:27 go.sum 13:28:14 drwxrwxr-x 10 jenkins jenkins 4096 Nov 12 13:26 internal 13:28:14 -rw-rw-r-- 1 jenkins jenkins 155 Nov 12 13:26 version.go [Pipeline] isUnix [Pipeline] sh 13:28:14 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --label arch=arm64 --label version=1.2.2-dev.12 . 13:28:14 Removing intermediate container 00edeb9e8bc5 13:28:14 ---> 145c6cf46274 13:28:14 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:28:14 ---> Running in b823f428c21e 13:28:15 Sending build context to Docker daemon 15.63MB 13:28:15 Step 1/24 : ARG BASE=golang:1.15-alpine 13:28:15 Step 2/24 : FROM ${BASE} AS builder 13:28:15 ---> 6ee807d1c41f 13:28:15 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 13:28:15 ---> Running in 14a3fdd9809d 13:28:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:28:15 Removing intermediate container 14a3fdd9809d 13:28:15 ---> 9b46982bd4c1 13:28:15 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 13:28:15 ---> Running in 8e1fb5b0cea0 13:28:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:28:16 Removing intermediate container 8e1fb5b0cea0 13:28:16 ---> 6bb5b500e08b 13:28:16 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 13:28:16 ---> Running in 6eb3073dea52 13:28:16 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:28:16 v3.12.1-27-g467487adbb [http://nl.alpinelinux.org/alpine/v3.12/community] 13:28:16 OK: 12752 distinct packages available 13:28:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:28:16 Removing intermediate container 6eb3073dea52 13:28:16 ---> a76cc32750d6 13:28:16 Step 6/24 : LABEL Name=edgex-ui-go 13:28:17 ---> Running in 467b6fc5abce 13:28:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:28:17 Removing intermediate container 467b6fc5abce 13:28:17 ---> da1493130410 13:28:17 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 13:28:17 ---> Running in 5ac9219d52af 13:28:17 OK: 166 MiB in 39 packages 13:28:18 Removing intermediate container b823f428c21e 13:28:18 ---> fae7801507d3 13:28:18 Step 10/24 : ENV GO111MODULE=on 13:28:18 ---> Running in 3f86d09bd187 13:28:18 Removing intermediate container 3f86d09bd187 13:28:18 ---> 93517a58b822 13:28:18 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 13:28:18 ---> Running in c3d7ac7e4229 13:28:18 Removing intermediate container 5ac9219d52af 13:28:18 ---> 68d25f12d117 13:28:18 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:28:18 ---> Running in e849b3bd846f 13:28:18 Removing intermediate container c3d7ac7e4229 13:28:18 ---> 609d8f1f9046 13:28:18 Step 12/24 : COPY go.mod . 13:28:18 ---> 5f80b0b9719e 13:28:18 Step 13/24 : COPY Makefile . 13:28:19 ---> dacc98d06412 13:28:19 Step 14/24 : RUN make update 13:28:19 ---> Running in 386be68fcfd3 13:28:19 CGO_ENABLED=0 GO111MODULE=on go mod download 13:28:19 Removing intermediate container 386be68fcfd3 13:28:19 ---> 4acc44b2cfb7 13:28:19 Step 15/24 : COPY . . 13:28:20 Removing intermediate container e849b3bd846f 13:28:20 ---> b0e697927dd2 13:28:20 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:28:20 ---> Running in c62f19ff13f2 13:28:21 ---> 06a282e2f5e1 13:28:21 Step 16/24 : RUN ${MAKE} 13:28:21 ---> Running in 5cc32b18bfcc 13:28:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.12" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 13:28:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:28:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:28:23 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:28:23 v3.12.1-26-gb7585c84cc [http://nl.alpinelinux.org/alpine/v3.12/community] 13:28:23 OK: 12623 distinct packages available 13:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:28:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:28:25 OK: 142 MiB in 39 packages 13:28:26 Removing intermediate container c62f19ff13f2 13:28:26 ---> 8a6260efed1d 13:28:26 Step 10/24 : ENV GO111MODULE=on 13:28:26 ---> Running in 4778a844a386 13:28:27 Removing intermediate container 4778a844a386 13:28:27 ---> 691079239111 13:28:27 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 13:28:27 ---> Running in 0acf18dd0542 13:28:27 Removing intermediate container 0acf18dd0542 13:28:27 ---> 6140163ff3d7 13:28:27 Step 12/24 : COPY go.mod . 13:28:28 ---> 1f0f1a1a2dd9 13:28:28 Step 13/24 : COPY Makefile . 13:28:28 ---> 52f4316487e2 13:28:28 Step 14/24 : RUN make update 13:28:29 ---> Running in e2478a936eaa 13:28:29 CGO_ENABLED=0 GO111MODULE=on go build ./... 13:28:30 CGO_ENABLED=0 GO111MODULE=on go mod download 13:28:31 Removing intermediate container 5cc32b18bfcc 13:28:31 ---> 478a62f25cac 13:28:31 Step 17/24 : FROM alpine 13:28:32 latest: Pulling from library/alpine 13:28:32 Removing intermediate container e2478a936eaa 13:28:32 ---> 6cfa75ad417f 13:28:32 Step 15/24 : COPY . . 13:28:32 188c0c94c7c5: Pulling fs layer 13:28:32 188c0c94c7c5: Verifying Checksum 13:28:32 188c0c94c7c5: Download complete 13:28:32 188c0c94c7c5: Pull complete 13:28:32 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 13:28:32 Status: Downloaded newer image for alpine:latest 13:28:32 ---> d6e46aa2470d 13:28:32 Step 18/24 : EXPOSE 4000 13:28:32 ---> Running in e4a89c5c02ad 13:28:33 Removing intermediate container e4a89c5c02ad 13:28:33 ---> fda16dad3410 13:28:33 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 13:28:33 ---> 8fff81b2da64 13:28:33 Step 16/24 : RUN ${MAKE} 13:28:33 ---> Running in d8c0f13c32d5 13:28:34 ---> 3db23dacd8e4 13:28:34 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 13:28:34 ---> Running in 0ea03a43f80e 13:28:34 Removing intermediate container 0ea03a43f80e 13:28:34 ---> c65f8a366c58 13:28:34 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 13:28:34 ---> Running in 44ec9f0fea6e 13:28:34 Removing intermediate container 44ec9f0fea6e 13:28:34 ---> 1be1c323102e 13:28:34 Step 22/24 : LABEL arch=amd64 13:28:34 ---> Running in 4eba9334a2e7 13:28:34 Removing intermediate container 4eba9334a2e7 13:28:34 ---> 7a3ba0f24d5e 13:28:34 Step 23/24 : LABEL git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 13:28:34 ---> Running in 659ee6a37784 13:28:34 Removing intermediate container 659ee6a37784 13:28:34 ---> 051931ce27ff 13:28:34 Step 24/24 : LABEL version=1.2.2-dev.12 13:28:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.12" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 13:28:35 ---> Running in ee7d45d07c7d 13:28:35 Removing intermediate container ee7d45d07c7d 13:28:35 ---> 75198416021a 13:28:35 [Warning] One or more build-args [ARCH] were not consumed 13:28:35 Successfully built 75198416021a 13:28:35 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:28:35 provisioning config files... 13:28:35 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/55@tmp/config2546919218159154826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:28:35 ---> docker-login.sh 13:28:35 nexus3.edgexfoundry.org:10001 13:28:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:28:36 Configure a credential helper to remove this warning. See 13:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:28:36 13:28:36 Login Succeeded 13:28:36 nexus3.edgexfoundry.org:10002 13:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:28:36 Configure a credential helper to remove this warning. See 13:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:28:36 13:28:36 Login Succeeded 13:28:36 nexus3.edgexfoundry.org:10003 13:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:28:36 Configure a credential helper to remove this warning. See 13:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:28:36 13:28:36 Login Succeeded 13:28:36 nexus3.edgexfoundry.org:10004 13:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:28:36 Configure a credential helper to remove this warning. See 13:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:28:36 13:28:36 Login Succeeded 13:28:36 docker.io 13:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:28:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:28:37 Configure a credential helper to remove this warning. See 13:28:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:28:37 13:28:37 Login Succeeded 13:28:37 ---> docker-login.sh ends [Pipeline] } 13:28:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:28:37 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 13:28:37 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 13:28:37 latest 13:28:37 1.2.2-dev.12 13:28:37 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 13:28:37 master 13:28:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:28:37 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh 13:28:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 13:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 13:28:38 abf67a954686: Preparing 13:28:38 ace0eda3e3be: Preparing 13:28:38 ace0eda3e3be: Layer already exists 13:28:40 abf67a954686: Pushed 13:28:40 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] isUnix [Pipeline] sh 13:28:40 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 13:28:40 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 13:28:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 13:28:40 abf67a954686: Preparing 13:28:40 ace0eda3e3be: Preparing 13:28:40 ace0eda3e3be: Layer already exists 13:28:40 abf67a954686: Layer already exists 13:28:40 latest: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] isUnix [Pipeline] sh 13:28:41 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh 13:28:41 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.12 13:28:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 13:28:41 abf67a954686: Preparing 13:28:41 ace0eda3e3be: Preparing 13:28:41 abf67a954686: Layer already exists 13:28:41 ace0eda3e3be: Layer already exists 13:28:41 1.2.2-dev.12: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] isUnix [Pipeline] sh 13:28:41 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh 13:28:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 13:28:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 13:28:42 abf67a954686: Preparing 13:28:42 ace0eda3e3be: Preparing 13:28:42 abf67a954686: Layer already exists 13:28:42 ace0eda3e3be: Layer already exists 13:28:42 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] isUnix [Pipeline] sh 13:28:42 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 13:28:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 13:28:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 13:28:42 abf67a954686: Preparing 13:28:42 ace0eda3e3be: Preparing 13:28:42 abf67a954686: Layer already exists 13:28:42 ace0eda3e3be: Layer already exists 13:28:42 master: digest: sha256:558b58549ae079e9a2e828f6c35d5bffce7fbae9c7681b45577daf3cf7b1284c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:28:42 ===================================================== [Pipeline] echo 13:28:42 taggedImages: 13:28:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 13:28:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 13:28:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.12 13:28:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 13:28:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:28:57 CGO_ENABLED=0 GO111MODULE=on go build ./... 13:29:02 Removing intermediate container d8c0f13c32d5 13:29:02 ---> fa0b088f3fe7 13:29:02 Step 17/24 : FROM alpine 13:29:02 latest: Pulling from library/alpine 13:29:02 5f621e34cdf4: Pulling fs layer 13:29:02 5f621e34cdf4: Verifying Checksum 13:29:02 5f621e34cdf4: Download complete 13:29:03 5f621e34cdf4: Pull complete 13:29:03 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 13:29:03 Status: Downloaded newer image for alpine:latest 13:29:03 ---> 2e77e061c27f 13:29:03 Step 18/24 : EXPOSE 4000 13:29:03 ---> Running in 513958cd30e1 13:29:03 Removing intermediate container 513958cd30e1 13:29:03 ---> bf8398440c7a 13:29:03 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 13:29:05 ---> 9b73e8649738 13:29:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 13:29:05 ---> Running in c033416e3003 13:29:06 Removing intermediate container c033416e3003 13:29:06 ---> a336467fc0cf 13:29:06 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 13:29:06 ---> Running in 0aec5f44c3ca 13:29:06 Removing intermediate container 0aec5f44c3ca 13:29:06 ---> a17fcb3a2494 13:29:06 Step 22/24 : LABEL arch=arm64 13:29:06 ---> Running in f08f2c22f703 13:29:07 Removing intermediate container f08f2c22f703 13:29:07 ---> f2b9d2d0ea00 13:29:07 Step 23/24 : LABEL git_sha=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 13:29:07 ---> Running in cef75c5759f0 13:29:08 Removing intermediate container cef75c5759f0 13:29:08 ---> 061ec1085f11 13:29:08 Step 24/24 : LABEL version=1.2.2-dev.12 13:29:08 ---> Running in 8111208a978c 13:29:08 Removing intermediate container 8111208a978c 13:29:08 ---> a3b3cf178005 13:29:08 [Warning] One or more build-args [ARCH] were not consumed 13:29:08 Successfully built a3b3cf178005 13:29:08 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:29:09 provisioning config files... 13:29:09 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/55@tmp/config1933097348040629364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:29:09 ---> docker-login.sh 13:29:09 nexus3.edgexfoundry.org:10001 13:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:09 Configure a credential helper to remove this warning. See 13:29:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:09 13:29:09 Login Succeeded 13:29:09 nexus3.edgexfoundry.org:10002 13:29:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:10 Configure a credential helper to remove this warning. See 13:29:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:10 13:29:10 Login Succeeded 13:29:10 nexus3.edgexfoundry.org:10003 13:29:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:10 Configure a credential helper to remove this warning. See 13:29:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:10 13:29:10 Login Succeeded 13:29:10 nexus3.edgexfoundry.org:10004 13:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:11 Configure a credential helper to remove this warning. See 13:29:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:11 13:29:11 Login Succeeded 13:29:11 docker.io 13:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:11 Configure a credential helper to remove this warning. See 13:29:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:11 13:29:11 Login Succeeded 13:29:12 ---> docker-login.sh ends [Pipeline] } 13:29:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:29:12 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 13:29:12 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 13:29:12 latest 13:29:12 1.2.2-dev.12 13:29:12 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 13:29:12 master 13:29:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:29:13 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh 13:29:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 13:29:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 13:29:13 ac3ebe91410b: Preparing 13:29:13 cd3761cfa1d9: Preparing 13:29:13 cd3761cfa1d9: Layer already exists 13:29:17 ac3ebe91410b: Pushed 13:29:17 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] isUnix [Pipeline] sh 13:29:17 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:29:17 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 13:29:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 13:29:17 ac3ebe91410b: Preparing 13:29:17 cd3761cfa1d9: Preparing 13:29:17 cd3761cfa1d9: Layer already exists 13:29:17 ac3ebe91410b: Layer already exists 13:29:18 latest: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] isUnix [Pipeline] sh 13:29:18 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh 13:29:18 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.12 13:29:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 13:29:18 ac3ebe91410b: Preparing 13:29:18 cd3761cfa1d9: Preparing 13:29:18 cd3761cfa1d9: Layer already exists 13:29:18 ac3ebe91410b: Layer already exists 13:29:19 1.2.2-dev.12: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] isUnix [Pipeline] sh 13:29:19 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh 13:29:19 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 13:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 13:29:19 ac3ebe91410b: Preparing 13:29:19 cd3761cfa1d9: Preparing 13:29:19 cd3761cfa1d9: Layer already exists 13:29:19 ac3ebe91410b: Layer already exists 13:29:20 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] isUnix [Pipeline] sh 13:29:20 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 13:29:20 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 13:29:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 13:29:20 ac3ebe91410b: Preparing 13:29:20 cd3761cfa1d9: Preparing 13:29:20 cd3761cfa1d9: Layer already exists 13:29:20 ac3ebe91410b: Layer already exists 13:29:21 master: digest: sha256:b39b69aaa502f4ccc67c10dbaf8a646f57e245da6f34df04e33bb196f8b2cd38 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:29:21 ===================================================== [Pipeline] echo 13:29:21 taggedImages: 13:29:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f 13:29:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 13:29:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.12 13:29:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f-1.2.2-dev.12 13:29:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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 13:29:23 provisioning config files... 13:29:23 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2765503892782001559tmp [Pipeline] { [Pipeline] sh 13:29:23 + set +x 13:29:23 + curl -s https://codecov.io/bash 13:29:23 + bash -s -- 13:29:23 13:29:23 _____ _ 13:29:23 / ____| | | 13:29:23 | | ___ __| | ___ ___ _____ __ 13:29:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:29:23 | |___| (_) | (_| | __/ (_| (_) \ V / 13:29:23 \_____\___/ \__,_|\___|\___\___/ \_/ 13:29:23 Bash-20201106-81372f2 13:29:23 13:29:23 13:29:23 ==> Jenkins CI detected. 13:29:23 project root: . 13:29:23 --> token set from env 13:29:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:29:23 ==> Running gcov in . (disable via -X gcov) 13:29:23 ==> Python coveragepy not found 13:29:23 ==> Searching for coverage reports in: 13:29:23 + . 13:29:23 -> Found 1 reports 13:29:23 ==> Detecting git/mercurial file structure 13:29:23 ==> Reading reports 13:29:23 + ./coverage.out bytes=10 13:29:23 ==> Appending adjustments 13:29:23 https://docs.codecov.io/docs/fixing-reports 13:29:23 + Found adjustments 13:29:23 ==> Gzipping contents 13:29:23 ==> Uploading reports 13:29:23 url: https://codecov.io 13:29:23 query: branch=master&commit=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F55%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:29:23 -> Pinging Codecov 13:29:23 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F55%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:29:24 -> Uploading to 13:29:24 https://storage.googleapis.com/codecov/v4/raw/2020-11-12/FB506323287CE973F263BFD2A0EB1F37/1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f/81690f4a-5c7e-4f3a-80b0-37937bfd8d20.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T132924Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4d549ce88268d3ee44e533919bf4af6985eabaab238e067376839427ff8fdd98 13:29:24 % Total % Received % Xferd Average Speed Time Time Time Current 13:29:24 Dload Upload Total Spent Left Speed 13:29:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1791 0 0 100 1791 0 4972 --:--:-- --:--:-- --:--:-- 4975 13:29:24 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] } 13:29:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:29:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:29:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:29:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:29:26 13:29:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 13:29:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:29:26 1.410.4: Pulling from edgex-devops/edgex-snyk-go 13:29:26 188c0c94c7c5: Pulling fs layer 13:29:26 0ef7d3d256c8: Pulling fs layer 13:29:26 de9db76c5a1d: Pulling fs layer 13:29:26 0eba1c9be4d2: Pulling fs layer 13:29:26 0d57e429df01: Pulling fs layer 13:29:26 4e4be7b47b0d: Pulling fs layer 13:29:26 e1f770b5df2f: Pulling fs layer 13:29:26 85a0685a4137: Pulling fs layer 13:29:26 0d57e429df01: Waiting 13:29:26 4e4be7b47b0d: Waiting 13:29:26 e1f770b5df2f: Waiting 13:29:26 85a0685a4137: Waiting 13:29:26 0eba1c9be4d2: Waiting 13:29:26 de9db76c5a1d: Verifying Checksum 13:29:26 de9db76c5a1d: Download complete 13:29:26 0ef7d3d256c8: Download complete 13:29:26 0d57e429df01: Download complete 13:29:26 188c0c94c7c5: Verifying Checksum 13:29:26 188c0c94c7c5: Download complete 13:29:26 4e4be7b47b0d: Verifying Checksum 13:29:26 4e4be7b47b0d: Download complete 13:29:26 188c0c94c7c5: Pull complete 13:29:27 0ef7d3d256c8: Pull complete 13:29:27 de9db76c5a1d: Pull complete 13:29:28 e1f770b5df2f: Verifying Checksum 13:29:28 e1f770b5df2f: Download complete 13:29:30 0eba1c9be4d2: Verifying Checksum 13:29:30 0eba1c9be4d2: Download complete 13:29:30 85a0685a4137: Verifying Checksum 13:29:30 85a0685a4137: Download complete 13:29:34 0eba1c9be4d2: Pull complete 13:29:34 0d57e429df01: Pull complete 13:29:34 4e4be7b47b0d: Pull complete 13:29:40 e1f770b5df2f: Pull complete 13:29:46 85a0685a4137: Pull complete 13:29:46 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 13:29:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:29:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 13:29:47 prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container 13:29:47 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 13:29:47 $ docker top 2ffc4857666da68339e1ec2d6d7ffe1a2fa4af58bb558ccfacb783f13a04f756 -eo pid,comm [Pipeline] { [Pipeline] echo 13:29:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 13:29:48 + set -o pipefail 13:29:48 + snyk monitor '--org=edgex-jenkins' 13:30:06 13:30:06 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 13:30:06 13:30:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/2f105e1f-ea71-4f06-918e-acd88b34e6ba 13:30:06 13:30:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:30:06 13:30:06 [Pipeline] } 13:30:06 $ docker stop --time=1 2ffc4857666da68339e1ec2d6d7ffe1a2fa4af58bb558ccfacb783f13a04f756 13:30:08 $ docker rm -f 2ffc4857666da68339e1ec2d6d7ffe1a2fa4af58bb558ccfacb783f13a04f756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 13:30:09 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f, dockerFile=Dockerfile [Pipeline] echo 13:30:09 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 13:30:09 + set -o pipefail 13:30:09 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 13:30:09 + tee .snyk 13:30:10 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 13:30:10 version: v1.14.1 13:30:10 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 13:30:10 # ignore: 13:30:10 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 13:30:10 # - '*': 13:30:10 # reason: does not apply # justification for ignoring 13:30:10 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 13:30:10 # patch: {} [Pipeline] withCredentials 13:30:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:30:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:30:10 . [Pipeline] withDockerContainer 13:30:10 prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container 13:30:10 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 13:30:11 $ docker top 3585c232df09090d3c69676f2b064fbcb2769b92404d5d3156494977d955d9c7 -eo pid,comm [Pipeline] { [Pipeline] sh 13:30:12 + rm -f snykReport.html [Pipeline] echo 13:30:12 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 13:30:12 + set -o pipefail 13:30:12 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 13:30:12 + snyk-to-html -o snykReport.html 13:30:18 Vulnerability snapshot saved at snykReport.html [Pipeline] } 13:30:18 $ docker stop --time=1 3585c232df09090d3c69676f2b064fbcb2769b92404d5d3156494977d955d9c7 13:30:20 $ docker rm -f 3585c232df09090d3c69676f2b064fbcb2769b92404d5d3156494977d955d9c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 13:30:22 + git log --format=format:%s -1 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f [Pipeline] isUnix [Pipeline] sh 13:30:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:30:22 . [Pipeline] withDockerContainer 13:30:22 prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container 13:30:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:30:23 $ docker top acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:30:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:30:23 [ssh-agent] Looking for ssh-agent implementation... 13:30:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:30:23 $ docker exec acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 ssh-agent 13:30:23 SSH_AUTH_SOCK=/tmp/ssh-gWGtCVca9TsA/agent.11 13:30:23 SSH_AGENT_PID=16 13:30:23 Running ssh-add (command line suppressed) 13:30:23 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1904749483917126457.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1904749483917126457.key) 13:30:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:30:24 + git semver tag 13:30:24 # -> Open(): unable to determine branch for HEAD 13:30:24 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 13:30:24 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 13:30:24 # $SEMVER_REMOTE_NAME = origin 13:30:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:30:24 # $SEMVER_USER_NAME = edgex-jenkins 13:30:24 # $SEMVER_BRANCH = master 13:30:24 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 13:30:24 # 1c8f18dbebab056e0d6bb0e3f9d74cf3b5ecfa7f HEAD 13:30:24 # -> Force: false 13:30:24 # 9554a721d5a34edd445a6d96aaf25ba772933abf refs/tags/v1.2.2-dev.12 [Pipeline] } 13:30:24 $ docker exec --env ******** --env ******** acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 ssh-agent -k 13:30:24 unset SSH_AUTH_SOCK; 13:30:24 unset SSH_AGENT_PID; 13:30:24 echo Agent pid 16 killed; 13:30:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:30:24 + git semver [Pipeline] } 13:30:24 $ docker stop --time=1 acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 13:30:26 $ docker rm -f acf7891dd9ee34c7fbe051ac9d37ff17e2fbb5beac2399ca28e7c7396f6369c7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 13:30:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:30:27 13:30:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 13:30:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:30:27 0.23.1-centos7: Pulling from edgex-lftools 13:30:27 ab5ef0e58194: Pulling fs layer 13:30:27 9712f1f96733: Pulling fs layer 13:30:27 63f879dbbcfc: Pulling fs layer 13:30:27 0d9ebad4ef96: Pulling fs layer 13:30:27 e9a5061849ea: Pulling fs layer 13:30:27 d747dcd14b5f: Pulling fs layer 13:30:27 2de7ff778b66: Pulling fs layer 13:30:27 0d9ebad4ef96: Waiting 13:30:27 e9a5061849ea: Waiting 13:30:27 d747dcd14b5f: Waiting 13:30:27 2de7ff778b66: Waiting 13:30:27 9712f1f96733: Verifying Checksum 13:30:27 9712f1f96733: Download complete 13:30:29 63f879dbbcfc: Verifying Checksum 13:30:29 63f879dbbcfc: Download complete 13:30:29 e9a5061849ea: Verifying Checksum 13:30:29 e9a5061849ea: Download complete 13:30:29 d747dcd14b5f: Verifying Checksum 13:30:29 d747dcd14b5f: Download complete 13:30:29 2de7ff778b66: Verifying Checksum 13:30:29 2de7ff778b66: Download complete 13:30:29 0d9ebad4ef96: Verifying Checksum 13:30:29 0d9ebad4ef96: Download complete 13:30:30 ab5ef0e58194: Verifying Checksum 13:30:30 ab5ef0e58194: Download complete 13:30:33 ab5ef0e58194: Pull complete 13:30:33 9712f1f96733: Pull complete 13:30:36 63f879dbbcfc: Pull complete 13:30:42 0d9ebad4ef96: Pull complete 13:30:46 e9a5061849ea: Pull complete 13:30:46 d747dcd14b5f: Pull complete 13:30:47 2de7ff778b66: Pull complete 13:30:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:30:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 13:30:47 prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container 13:30:47 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 13:30:51 $ docker top fb76a28fbef98284a5e401f51b18e71862cc2c07a2bb886131332691e139f7c8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:30:51 provisioning config files... 13:30:51 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5972966856517632590tmp 13:30:51 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1172320226171064499tmp 13:30:51 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7825089432478565465tmp [Pipeline] { [Pipeline] echo 13:30:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:30:51 ---> sigul-configuration.sh 13:30:51 gpg: directory `/root/.gnupg' created 13:30:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:30:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:30:51 gpg: keyring `/root/.gnupg/secring.gpg' created 13:30:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:30:51 gpg: CAST5 encrypted data 13:30:52 gpg: encrypted with 1 passphrase 13:30:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:30:52 + mkdir /home/jenkins 13:30:52 + mkdir /home/jenkins/sigul [Pipeline] sh 13:30:52 + 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 13:30:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:30:53 ---> sigul-install.sh 13:30:57 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 13:30:57 + git tag --list 13:30:57 0.1.1 13:30:57 v1.1.0 13:30:57 v1.2.0 13:30:57 v1.2.1 13:30:57 v1.2.2-dev.1 13:30:57 v1.2.2-dev.10 13:30:57 v1.2.2-dev.11 13:30:57 v1.2.2-dev.12 13:30:57 v1.2.2-dev.2 13:30:57 v1.2.2-dev.3 13:30:57 v1.2.2-dev.4 13:30:57 v1.2.2-dev.5 13:30:57 v1.2.2-dev.6 13:30:57 v1.2.2-dev.7 13:30:57 v1.2.2-dev.8 13:30:57 v1.2.2-dev.9 [Pipeline] sh 13:30:57 + lftools sign git-tag v1.2.2-dev.12 13:30:58 Signing Git tag with Sigul... 13:30:58 Signing v1.2.2-dev.12 [Pipeline] echo 13:31:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:31:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:31:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:31:00 $ docker stop --time=1 fb76a28fbef98284a5e401f51b18e71862cc2c07a2bb886131332691e139f7c8 13:31:02 $ docker rm -f fb76a28fbef98284a5e401f51b18e71862cc2c07a2bb886131332691e139f7c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 13:31:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:31:03 . [Pipeline] withDockerContainer 13:31:03 prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container 13:31:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:31:03 $ docker top 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:31:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:31:04 [ssh-agent] Looking for ssh-agent implementation... 13:31:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:31:04 $ docker exec 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 ssh-agent 13:31:04 SSH_AUTH_SOCK=/tmp/ssh-e1APPh92bfAE/agent.12 13:31:04 SSH_AGENT_PID=18 13:31:04 Running ssh-add (command line suppressed) 13:31:04 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2527668097386548375.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2527668097386548375.key) 13:31:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:31:05 + git semver bump pre 13:31:05 # -> Open(): unable to determine branch for HEAD 13:31:05 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 13:31:05 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 13:31:05 # $SEMVER_REMOTE_NAME = origin 13:31:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:31:05 # $SEMVER_USER_NAME = edgex-jenkins 13:31:05 # $SEMVER_BRANCH = master 13:31:05 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 13:31:05 1.2.2-dev.13 [Pipeline] } 13:31:05 $ docker exec --env ******** --env ******** 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 ssh-agent -k 13:31:05 unset SSH_AUTH_SOCK; 13:31:05 unset SSH_AGENT_PID; 13:31:05 echo Agent pid 18 killed; 13:31:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:31:05 + git semver [Pipeline] } 13:31:05 $ docker stop --time=1 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 13:31:07 $ docker rm -f 2fdaed139dac00a6120887659cc0dd1a893d5ff57ccfef33596d8da0856aa851 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 13:31:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:31:07 . [Pipeline] withDockerContainer 13:31:07 prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container 13:31:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:31:08 $ docker top 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:31:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:31:09 [ssh-agent] Looking for ssh-agent implementation... 13:31:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:31:09 $ docker exec 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 ssh-agent 13:31:10 SSH_AUTH_SOCK=/tmp/ssh-vNaaAzaHVq6l/agent.12 13:31:10 SSH_AGENT_PID=18 13:31:10 Running ssh-add (command line suppressed) 13:31:10 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1727497292946921631.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1727497292946921631.key) 13:31:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:31:10 + git semver push 13:31:10 # -> Open(): unable to determine branch for HEAD 13:31:10 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 13:31:10 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 13:31:10 # $SEMVER_REMOTE_NAME = origin 13:31:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:31:10 # $SEMVER_USER_NAME = edgex-jenkins 13:31:10 # $SEMVER_BRANCH = master 13:31:10 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 13:31:17 $ docker exec --env ******** --env ******** 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 ssh-agent -k 13:31:17 unset SSH_AUTH_SOCK; 13:31:17 unset SSH_AGENT_PID; 13:31:17 echo Agent pid 18 killed; 13:31:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:31:17 + git semver [Pipeline] } 13:31:17 $ docker stop --time=1 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 13:31:19 $ docker rm -f 908c820f126497814ba6137b5d7e7803cea4864d57a72e0daf9fd6ea7b867701 [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 13:31:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:31:21 ---> package-listing.sh 13:31:21 ++ facter osfamily 13:31:21 ++ tr '[:upper:]' '[:lower:]' 13:31:21 + OS_FAMILY=redhat 13:31:21 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 13:31:21 + START_PACKAGES=/tmp/packages_start.txt 13:31:21 + END_PACKAGES=/tmp/packages_end.txt 13:31:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:31:21 + PACKAGES=/tmp/packages_start.txt 13:31:21 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 13:31:21 + PACKAGES=/tmp/packages_end.txt 13:31:21 + case "${OS_FAMILY}" in 13:31:21 + rpm -qa 13:31:21 + sort 13:31:25 + '[' -f /tmp/packages_start.txt ']' 13:31:25 + '[' -f /tmp/packages_end.txt ']' 13:31:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:31:25 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 13:31:25 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 13:31:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 13:31:25 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 13:31:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:31:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:31:26 13:31:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:31:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:31:26 alpine: Pulling from edgex-lftools-log-publisher 13:31:26 df20fa9351a1: Pulling fs layer 13:31:26 36b3adc4ff6f: Pulling fs layer 13:31:26 8ad3a11d3b57: Pulling fs layer 13:31:26 46f8f816bc3b: Pulling fs layer 13:31:26 93b61091891f: Pulling fs layer 13:31:26 93b9cdb0e59b: Pulling fs layer 13:31:26 5e14af77c1be: Pulling fs layer 13:31:26 01666e4c0597: Pulling fs layer 13:31:26 aa168da1d23b: Pulling fs layer 13:31:26 93b9cdb0e59b: Waiting 13:31:26 5e14af77c1be: Waiting 13:31:26 46f8f816bc3b: Waiting 13:31:26 01666e4c0597: Waiting 13:31:26 aa168da1d23b: Waiting 13:31:26 93b61091891f: Waiting 13:31:26 36b3adc4ff6f: Download complete 13:31:26 46f8f816bc3b: Verifying Checksum 13:31:26 46f8f816bc3b: Download complete 13:31:27 df20fa9351a1: Verifying Checksum 13:31:27 df20fa9351a1: Download complete 13:31:27 93b9cdb0e59b: Verifying Checksum 13:31:27 93b9cdb0e59b: Download complete 13:31:27 93b61091891f: Download complete 13:31:27 5e14af77c1be: Verifying Checksum 13:31:27 5e14af77c1be: Download complete 13:31:27 01666e4c0597: Verifying Checksum 13:31:27 01666e4c0597: Download complete 13:31:27 8ad3a11d3b57: Verifying Checksum 13:31:27 8ad3a11d3b57: Download complete 13:31:27 df20fa9351a1: Pull complete 13:31:27 36b3adc4ff6f: Pull complete 13:31:28 8ad3a11d3b57: Pull complete 13:31:29 46f8f816bc3b: Pull complete 13:31:29 aa168da1d23b: Verifying Checksum 13:31:29 93b61091891f: Pull complete 13:31:29 93b9cdb0e59b: Pull complete 13:31:29 5e14af77c1be: Pull complete 13:31:30 01666e4c0597: Pull complete 13:31:36 aa168da1d23b: Pull complete 13:31:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:31:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:31:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:31:36 prd-centos7-docker-4c-2g-11944 does not seem to be running inside a container 13:31:36 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:31:39 $ docker top 232bfbe0c7b1bf3c2e425d0d5241011684c3641ba68576232de7558bb738e180 -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:39 + touch /tmp/pre-build-complete [Pipeline] sh 13:31:40 + mkdir -p /var/log/sa [Pipeline] sh 13:31:40 + ls /var/log/sa-host 13:31:40 + sadf -c /var/log/sa-host/sa05 13:31:40 file_magic: OK 13:31:40 HZ: Using current value: 100 13:31:40 file_header: OK 13:31:40 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 13:31:40 Statistics: 13:31:40 Hnuu...uuuununununu...Hnuu...uuuununununu... 13:31:40 File successfully converted to sysstat format version 12.2.1 13:31:40 + sadf -c /var/log/sa-host/sa12 13:31:40 file_magic: OK 13:31:40 HZ: Using current value: 100 13:31:40 file_header: OK 13:31:40 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 13:31:40 Statistics: 13:31:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:31:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:31:41 provisioning config files... 13:31:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config81783286731455707tmp [Pipeline] { [Pipeline] echo 13:31:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:31:41 ---> create-netrc.sh [Pipeline] } 13:31:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:31:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:31:41 ---> python-tools-install.sh [Pipeline] echo 13:31:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:31:42 ---> sudo-logs.sh 13:31:42 Archiving 'sudo' log.. [Pipeline] echo 13:31:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:31:42 ---> job-cost.sh 13:31:42 lf-activate-venv: SKIPPING 13:31:42 INFO: No Stack... 13:31:43 INFO: Retrieving Pricing Info for: v1-standard-2 13:31:44 INFO: Archiving Costs [Pipeline] echo 13:31:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:31:44 ---> logs-deploy.sh 13:31:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/55 13:31:44 INFO: archiving workspace using pattern(s): 13:31:46 Archives upload complete. 13:31:46 INFO: archiving logs to Nexus 13:31:47 ---> uname -a: 13:31:47 Linux prd-centos7-docker-4c-2g-11944.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 13:31:47 13:31:47 13:31:47 ---> lscpu: 13:31:47 Architecture: x86_64 13:31:47 CPU op-mode(s): 32-bit, 64-bit 13:31:47 Byte Order: Little Endian 13:31:47 Address sizes: 40 bits physical, 48 bits virtual 13:31:47 CPU(s): 4 13:31:47 On-line CPU(s) list: 0-3 13:31:47 Thread(s) per core: 1 13:31:47 Core(s) per socket: 1 13:31:47 Socket(s): 4 13:31:47 NUMA node(s): 1 13:31:47 Vendor ID: GenuineIntel 13:31:47 CPU family: 6 13:31:47 Model: 44 13:31:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:31:47 Stepping: 1 13:31:47 CPU MHz: 2933.442 13:31:47 BogoMIPS: 5866.88 13:31:47 Virtualization: VT-x 13:31:47 Hypervisor vendor: KVM 13:31:47 Virtualization type: full 13:31:47 L1d cache: 128 KiB 13:31:47 L1i cache: 128 KiB 13:31:47 L2 cache: 16 MiB 13:31:47 L3 cache: 64 MiB 13:31:47 NUMA node0 CPU(s): 0-3 13:31:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:31:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:31:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:31:47 Vulnerability Meltdown: Mitigation; PTI 13:31:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:31:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:31:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:31:47 Vulnerability Tsx async abort: Not affected 13:31:47 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 13:31:47 13:31:47 13:31:47 ---> nproc: 13:31:47 4 13:31:47 13:31:47 13:31:47 ---> df -h: 13:31:47 Filesystem Size Used Available Use% Mounted on 13:31:47 overlay 50.0G 8.5G 41.5G 17% / 13:31:47 tmpfs 64.0M 0 64.0M 0% /dev 13:31:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:31:47 shm 64.0M 0 64.0M 0% /dev/shm 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 13:31:47 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 13:31:47 13:31:47 13:31:47 ---> free -m: 13:31:47 total used free shared buff/cache available 13:31:47 Mem: 1837 810 134 0 892 972 13:31:47 Swap: 1023 3 1020 13:31:47 13:31:47 13:31:47 ---> ip addr: 13:31:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:31:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:31:47 inet 127.0.0.1/8 scope host lo 13:31:47 valid_lft forever preferred_lft forever 13:31:47 inet6 ::1/128 scope host 13:31:47 valid_lft forever preferred_lft forever 13:31:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:31:47 link/ether fa:16:3e:55:5c:4e brd ff:ff:ff:ff:ff:ff 13:31:47 inet 10.30.122.35/23 brd 10.30.123.255 scope global dynamic eth0 13:31:47 valid_lft 85889sec preferred_lft 85889sec 13:31:47 inet6 fe80::f816:3eff:fe55:5c4e/64 scope link 13:31:47 valid_lft forever preferred_lft forever 13:31:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:31:47 link/ether 02:42:c4:5f:5a:ed brd ff:ff:ff:ff:ff:ff 13:31:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:31:47 valid_lft forever preferred_lft forever 13:31:47 inet6 fe80::42:c4ff:fe5f:5aed/64 scope link 13:31:47 valid_lft forever preferred_lft forever 13:31:47 13:31:47 13:31:47 ---> sar -b -r -n DEV: 13:31:47 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) 13:31:47 13:31:47 13:23:00 LINUX RESTART (4 CPU) 13:31:47 13:31:47 13:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:31:47 13:25:01 21.94 4.96 16.98 0.00 1021.91 3022.94 0.00 13:31:47 13:26:01 0.35 0.00 0.35 0.00 0.00 5.68 0.00 13:31:47 13:27:01 0.20 0.00 0.20 0.00 0.00 2.17 0.00 13:31:47 13:28:01 0.35 0.00 0.35 0.00 0.00 5.51 0.00 13:31:47 13:29:01 0.27 0.00 0.27 0.00 0.00 4.25 0.00 13:31:47 13:30:01 269.76 159.41 110.36 0.00 7892.64 33681.15 0.00 13:31:47 13:31:01 245.57 98.17 147.40 0.00 6102.90 31804.28 0.00 13:31:47 Average: 76.95 37.52 39.43 0.00 2146.19 9793.62 0.00 13:31:47 13:31:47 13:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:31:47 13:25:01 177488 0 559004 29.71 2620 1142444 1107928 37.81 405580 1138336 20 13:31:47 13:26:01 181920 0 554560 29.47 2620 1142456 1079824 36.85 406204 1134340 16 13:31:47 13:27:01 181488 0 554988 29.50 2620 1142460 1079920 36.86 406908 1134340 16 13:31:47 13:28:01 180912 0 555560 29.53 2620 1142464 1079740 36.85 407844 1133856 20 13:31:47 13:29:01 180000 0 556468 29.57 2620 1142468 1079824 36.85 410448 1131708 8 13:31:47 13:30:01 102840 0 697096 37.05 2596 1079024 1266056 43.21 549708 1000996 22820 13:31:47 13:31:01 117168 0 788824 41.92 1600 973964 1428684 48.76 679636 770084 44408 13:31:47 Average: 160259 0 609500 32.39 2471 1109326 1160282 39.60 466618 1063380 9615 13:31:47 13:31:47 13:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:31:47 13:25:01 eth0 52.53 50.42 130.10 15.86 0.00 0.00 0.00 0.00 13:31:47 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:25:01 docker0 33.00 28.42 3.16 106.13 0.00 0.00 0.00 0.00 13:31:47 13:26:01 eth0 3.98 1.98 3.06 0.13 0.00 0.00 0.00 0.00 13:31:47 13:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:27:01 eth0 1.47 0.62 0.59 0.40 0.00 0.00 0.00 0.00 13:31:47 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:28:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:31:47 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:29:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 13:31:47 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:30:01 eth0 480.09 427.29 4187.77 39.10 0.00 0.00 0.00 0.00 13:31:47 13:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:30:01 vethe7857e5 38.34 41.89 4.26 101.42 0.00 0.00 0.00 0.00 13:31:47 13:30:01 docker0 38.34 41.76 3.73 101.41 0.00 0.00 0.00 0.00 13:31:47 13:31:01 veth6b67212 25.97 28.69 1.79 134.01 0.00 0.00 0.00 0.00 13:31:47 13:31:01 eth0 470.67 410.87 3494.76 79.18 0.00 0.00 0.00 0.00 13:31:47 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 13:31:01 docker0 26.71 29.32 1.56 134.24 0.00 0.00 0.00 0.00 13:31:47 Average: veth6b67212 3.71 4.10 0.26 19.16 0.00 0.00 0.00 0.00 13:31:47 Average: eth0 144.22 127.41 1117.10 19.26 0.00 0.00 0.00 0.00 13:31:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:31:47 Average: docker0 14.01 14.22 1.21 48.84 0.00 0.00 0.00 0.00 13:31:47 13:31:47 13:31:47 ---> sar -P ALL: 13:31:47 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) 13:31:47 13:31:47 13:23:00 LINUX RESTART (4 CPU) 13:31:47 13:31:47 13:24:01 CPU %user %nice %system %iowait %steal %idle 13:31:47 13:25:01 all 1.53 0.00 0.81 0.47 0.01 97.17 13:31:47 13:25:01 0 1.94 0.00 1.14 0.43 0.02 96.48 13:31:47 13:25:01 1 1.24 0.00 0.67 0.53 0.02 97.54 13:31:47 13:25:01 2 1.49 0.00 0.79 0.84 0.00 96.89 13:31:47 13:25:01 3 1.47 0.00 0.67 0.08 0.02 97.76 13:31:47 13:26:01 all 0.18 0.00 0.04 0.00 0.00 99.78 13:31:47 13:26:01 0 0.53 0.00 0.07 0.00 0.00 99.40 13:31:47 13:26:01 1 0.03 0.00 0.05 0.00 0.00 99.92 13:31:47 13:26:01 2 0.08 0.00 0.02 0.00 0.00 99.90 13:31:47 13:26:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:31:47 13:27:01 all 0.05 0.00 0.03 0.00 0.00 99.92 13:31:47 13:27:01 0 0.07 0.00 0.05 0.00 0.00 99.88 13:31:47 13:27:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:31:47 13:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:31:47 13:27:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:31:47 13:28:01 all 0.03 0.00 0.03 0.00 0.00 99.95 13:31:47 13:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:31:47 13:28:01 1 0.02 0.00 0.03 0.00 0.00 99.95 13:31:47 13:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:31:47 13:28:01 3 0.05 0.00 0.05 0.00 0.00 99.90 13:31:47 13:29:01 all 0.14 0.00 0.07 0.00 0.00 99.79 13:31:47 13:29:01 0 0.45 0.00 0.07 0.00 0.00 99.48 13:31:47 13:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:31:47 13:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:31:47 13:29:01 3 0.03 0.00 0.18 0.00 0.00 99.78 13:31:47 13:30:01 all 8.27 0.00 4.23 2.39 0.05 85.06 13:31:47 13:30:01 0 7.57 0.00 4.46 2.68 0.05 85.24 13:31:47 13:30:01 1 8.87 0.00 4.45 2.74 0.03 83.90 13:31:47 13:30:01 2 8.87 0.00 4.30 3.22 0.07 83.54 13:31:47 13:30:01 3 7.77 0.00 3.72 0.90 0.03 87.58 13:31:47 13:31:01 all 11.17 0.00 6.82 3.75 0.04 78.21 13:31:47 13:31:01 0 11.57 0.00 7.32 4.05 0.03 77.02 13:31:47 13:31:01 1 10.29 0.00 6.93 6.22 0.03 76.52 13:31:47 13:31:01 2 12.50 0.00 6.02 1.48 0.05 79.96 13:31:47 13:31:01 3 10.32 0.00 7.02 3.25 0.05 79.36 13:31:47 Average: all 3.02 0.00 1.70 0.93 0.01 94.33 13:31:47 Average: 0 3.13 0.00 1.85 1.01 0.01 93.99 13:31:47 Average: 1 2.90 0.00 1.72 1.34 0.01 94.02 13:31:47 Average: 2 3.25 0.00 1.58 0.78 0.02 94.37 13:31:47 Average: 3 2.79 0.00 1.65 0.60 0.01 94.95 13:31:47 13:31:47 13:31:47