Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 03d6e45996491a5582f07f1d234588528d2720b6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31014 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 03d6e45996491a5582f07f1d234588528d2720b6 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 Commit message: "feat: finished basic feature of subscription list component" > git rev-list --no-walk db70ee541918723d88120af90797eabe42092ea6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:43:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:43:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:43:54 ========================================================= 03:43:54 EdgeX Global Pipelines Version Info 03:43:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:43:56 ------------------- 03:43:56 stable info: 03:43:56 ------------------- 03:43:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:43:56 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:43:56 Message: update stable to v1.0.186 03:43:57 ------------------- 03:43:57 experimental info: 03:43:57 ------------------- 03:43:57 Commited By: **** collab-it+edgex@linuxfoundation.org 03:43:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:43:57 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:43:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:43:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:43:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:44:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:44:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:44:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] echo 03:44:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03d6e45 [Pipeline] echo 03:44:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:44:00 provisioning config files... 03:44:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8645413112094194315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:01 ---> docker-login.sh 03:44:01 nexus3.edgexfoundry.org:10001 03:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:01 Configure a credential helper to remove this warning. See 03:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:01 03:44:01 Login Succeeded 03:44:01 nexus3.edgexfoundry.org:10002 03:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:01 Configure a credential helper to remove this warning. See 03:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:01 03:44:01 Login Succeeded 03:44:01 nexus3.edgexfoundry.org:10003 03:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:01 Configure a credential helper to remove this warning. See 03:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:01 03:44:01 Login Succeeded 03:44:01 nexus3.edgexfoundry.org:10004 03:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:02 Configure a credential helper to remove this warning. See 03:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:02 03:44:02 Login Succeeded 03:44:02 docker.io 03:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:44:02 Configure a credential helper to remove this warning. See 03:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:44:02 03:44:02 Login Succeeded 03:44:02 ---> docker-login.sh ends [Pipeline] } 03:44:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:44:03 + git log --format=format:%s -1 03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] echo 03:44:03 GIT_COMMIT: 03d6e45996491a5582f07f1d234588528d2720b6, Commit Message: feat: finished basic feature of subscription list component [Pipeline] echo 03:44:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:44:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:44:04 03:44:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:44:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:44:04 latest: Pulling from edgex-devops/git-semver 03:44:04 31603596830f: Pulling fs layer 03:44:04 2a8b12db71e7: Pulling fs layer 03:44:04 6ca5941a6612: Pulling fs layer 03:44:04 ecc8261a40a4: Pulling fs layer 03:44:04 ecc8261a40a4: Waiting 03:44:04 2a8b12db71e7: Verifying Checksum 03:44:04 2a8b12db71e7: Download complete 03:44:04 31603596830f: Download complete 03:44:04 ecc8261a40a4: Verifying Checksum 03:44:04 ecc8261a40a4: Download complete 03:44:04 6ca5941a6612: Verifying Checksum 03:44:04 6ca5941a6612: Download complete 03:44:05 31603596830f: Pull complete 03:44:05 2a8b12db71e7: Pull complete 03:44:06 6ca5941a6612: Pull complete 03:44:06 ecc8261a40a4: Pull complete 03:44:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:44:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:44:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:44:06 prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container 03:44:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:44:09 $ docker top c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:44:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:44:09 [ssh-agent] Looking for ssh-agent implementation... 03:44:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:44:09 $ docker exec c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 ssh-agent 03:44:10 SSH_AUTH_SOCK=/tmp/ssh-X5Ne1QgZOpQL/agent.11 03:44:10 SSH_AGENT_PID=16 03:44:10 Running ssh-add (command line suppressed) 03:44:10 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7859182713856060971.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7859182713856060971.key) 03:44:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:44:10 + git tag --points-at HEAD [Pipeline] } 03:44:10 $ docker exec --env ******** --env ******** c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 ssh-agent -k 03:44:10 unset SSH_AUTH_SOCK; 03:44:10 unset SSH_AGENT_PID; 03:44:10 echo Agent pid 16 killed; 03:44:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:44:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:44:11 [ssh-agent] Looking for ssh-agent implementation... 03:44:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:44:11 $ docker exec c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 ssh-agent 03:44:11 SSH_AUTH_SOCK=/tmp/ssh-4Ti832MphIET/agent.46 03:44:11 SSH_AGENT_PID=51 03:44:11 Running ssh-add (command line suppressed) 03:44:11 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7853602396199344588.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7853602396199344588.key) 03:44:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:44:11 + git semver init 03:44:11 # -> Open(): unable to determine branch for HEAD 03:44:11 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:44:11 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:44:11 # $SEMVER_REMOTE_NAME = origin 03:44:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:44:11 # $SEMVER_USER_NAME = edgex-jenkins 03:44:11 # $SEMVER_BRANCH = master 03:44:11 # $SEMVER_TEMP = /tmp/semver-572994433 03:44:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 03:44:13 # '/tmp/semver-572994433' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 03:44:13 # -> Force: false 03:44:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 03:44:13 $ docker exec --env ******** --env ******** c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 ssh-agent -k 03:44:13 unset SSH_AUTH_SOCK; 03:44:13 unset SSH_AGENT_PID; 03:44:13 echo Agent pid 51 killed; 03:44:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:44:14 + git semver [Pipeline] } 03:44:14 $ docker stop --time=1 c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 03:44:15 $ docker rm -f c91476723bc827f99a6f395993d1ab35d358068b83de264261c36393e2e45063 [Pipeline] // withDockerContainer [Pipeline] sh 03:44:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:44:16 Stashed 1 file(s) [Pipeline] echo 03:44:16 [edgeXSemver]: initialized semver on version 2.0.0-dev.23 [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 03:44:31 Still waiting to schedule task 03:44:31 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31014’ 03:44:31 Still waiting to schedule task 03:44:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:46:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31015 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 03:46:11 Running in /w/workspace/edgex-ui-go/81 [Pipeline] { [Pipeline] checkout 03:46:17 using credential edgex-jenkins-ssh 03:46:17 Cloning the remote Git repository 03:46:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 03:46:17 > git init /w/workspace/edgex-ui-go/81 # timeout=10 03:46:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:46:17 > git --version # timeout=10 03:46:17 > git --version # 'git version 2.17.1' 03:46:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:46:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:46:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:46:19 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:19 Checking out Revision 03d6e45996491a5582f07f1d234588528d2720b6 (master) 03:46:19 > git config core.sparsecheckout # timeout=10 03:46:19 > git checkout -f 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 03:46:24 Commit message: "feat: finished basic feature of subscription list component" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:46:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:46:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:46:26 + sudo service docker restart 03:46:26 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:46:29 provisioning config files... 03:46:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/81@tmp/config2952534923621667877tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:46:29 ---> docker-login.sh 03:46:29 nexus3.edgexfoundry.org:10001 03:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:30 Configure a credential helper to remove this warning. See 03:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:30 03:46:30 Login Succeeded 03:46:30 nexus3.edgexfoundry.org:10002 03:46:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:31 Configure a credential helper to remove this warning. See 03:46:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:31 03:46:31 Login Succeeded 03:46:31 nexus3.edgexfoundry.org:10003 03:46:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:31 Configure a credential helper to remove this warning. See 03:46:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:31 03:46:31 Login Succeeded 03:46:31 nexus3.edgexfoundry.org:10004 03:46:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:31 Configure a credential helper to remove this warning. See 03:46:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:31 03:46:31 Login Succeeded 03:46:31 docker.io 03:46:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:46:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:46:32 Configure a credential helper to remove this warning. See 03:46:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:46:32 03:46:32 Login Succeeded 03:46:32 ---> docker-login.sh ends [Pipeline] } 03:46:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:46:34 ========================================================= 03:46:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:46:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:46:35 + 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 . 03:46:35 Sending build context to Docker daemon 17.28MB 03:46:35 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:46:35 Step 2/8 : FROM ${BASE} 03:46:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:46:35 5f621e34cdf4: Pulling fs layer 03:46:35 a4357932f1b6: Pulling fs layer 03:46:35 18c013af1878: Pulling fs layer 03:46:35 00ac8860ef70: Pulling fs layer 03:46:35 63d7cb157983: Pulling fs layer 03:46:35 b116817d02f9: Pulling fs layer 03:46:35 745a02a5169b: Pulling fs layer 03:46:35 63d7cb157983: Waiting 03:46:35 b116817d02f9: Waiting 03:46:35 745a02a5169b: Waiting 03:46:35 00ac8860ef70: Waiting 03:46:35 18c013af1878: Verifying Checksum 03:46:35 18c013af1878: Download complete 03:46:35 a4357932f1b6: Verifying Checksum 03:46:35 a4357932f1b6: Download complete 03:46:35 63d7cb157983: Download complete 03:46:35 b116817d02f9: Verifying Checksum 03:46:35 b116817d02f9: Download complete 03:46:35 5f621e34cdf4: Verifying Checksum 03:46:35 5f621e34cdf4: Download complete 03:46:36 5f621e34cdf4: Pull complete 03:46:37 a4357932f1b6: Pull complete 03:46:37 18c013af1878: Pull complete 03:46:38 745a02a5169b: Verifying Checksum 03:46:38 745a02a5169b: Download complete 03:46:39 00ac8860ef70: Verifying Checksum 03:46:39 00ac8860ef70: Download complete 03:46:49 00ac8860ef70: Pull complete 03:46:49 63d7cb157983: Pull complete 03:46:50 b116817d02f9: Pull complete 03:46:54 745a02a5169b: Pull complete 03:46:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:46:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:46:54 ---> b7e6874047d6 03:46:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:46:56 ---> Running in ed8fe9a2c297 03:46:57 Removing intermediate container ed8fe9a2c297 03:46:57 ---> 2bda688aab19 03:46:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:46:57 ---> Running in 902e2b85dbfd 03:46:59 Removing intermediate container 902e2b85dbfd 03:46:59 ---> a523bfcccc68 03:46:59 Step 5/8 : RUN apk add --no-cache make git 03:46:59 ---> Running in 93fc46171a2b 03:47:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:47:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:47:03 OK: 142 MiB in 39 packages 03:47:05 Removing intermediate container 93fc46171a2b 03:47:05 ---> bbe13bcedc28 03:47:05 Step 6/8 : WORKDIR /edgex-ui-go 03:47:05 ---> Running in 4453056b0a50 03:47:05 Removing intermediate container 4453056b0a50 03:47:05 ---> fbaaaa51d7bb 03:47:05 Step 7/8 : COPY . . 03:47:08 ---> f8953acfe0e5 03:47:08 Step 8/8 : RUN go mod download 03:47:08 ---> Running in 67c43d4df89d 03:47:13 Running on prd-centos7-docker-4c-2g-31016 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 03:47:13 Running in /w/workspace/edgex-ui-go/81 [Pipeline] { [Pipeline] checkout 03:47:16 using credential edgex-jenkins-ssh 03:47:16 Cloning the remote Git repository 03:47:16 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 03:47:16 > git init /w/workspace/edgex-ui-go/81 # timeout=10 03:47:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:47:16 > git --version # timeout=10 03:47:16 > git --version # 'git version 2.24.3' 03:47:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:47:17 Checking out Revision 03d6e45996491a5582f07f1d234588528d2720b6 (master) 03:47:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:47:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:47:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 03:47:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 03:47:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:47:17 > git config core.sparsecheckout # timeout=10 03:47:17 > git checkout -f 03d6e45996491a5582f07f1d234588528d2720b6 # timeout=10 03:47:21 Commit message: "feat: finished basic feature of subscription list component" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:47:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:47:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:47:23 + sudo service docker restart 03:47:23 + true 03:47:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:47:24 provisioning config files... 03:47:24 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/81@tmp/config4692298292430409246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:47:25 ---> docker-login.sh 03:47:25 nexus3.edgexfoundry.org:10001 03:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:25 Configure a credential helper to remove this warning. See 03:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:25 03:47:25 Login Succeeded 03:47:25 nexus3.edgexfoundry.org:10002 03:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:25 Configure a credential helper to remove this warning. See 03:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:25 03:47:25 Login Succeeded 03:47:25 nexus3.edgexfoundry.org:10003 03:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:26 Configure a credential helper to remove this warning. See 03:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:26 03:47:26 Login Succeeded 03:47:26 nexus3.edgexfoundry.org:10004 03:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:26 Configure a credential helper to remove this warning. See 03:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:26 03:47:26 Login Succeeded 03:47:26 docker.io 03:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:26 Configure a credential helper to remove this warning. See 03:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:26 03:47:26 Login Succeeded 03:47:26 ---> docker-login.sh ends [Pipeline] } 03:47:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:47:26 ========================================================= 03:47:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:47:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:47:27 + 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 . 03:47:27 Sending build context to Docker daemon 17.28MB 03:47:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:47:27 Step 2/8 : FROM ${BASE} 03:47:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:47:27 188c0c94c7c5: Pulling fs layer 03:47:27 0ef7d3d256c8: Pulling fs layer 03:47:27 de9db76c5a1d: Pulling fs layer 03:47:27 bca2f99d35d6: Pulling fs layer 03:47:27 93359f2a8cfa: Pulling fs layer 03:47:27 7c6f9722023f: Pulling fs layer 03:47:27 a35cf1a2eb13: Pulling fs layer 03:47:27 93359f2a8cfa: Waiting 03:47:27 7c6f9722023f: Waiting 03:47:27 a35cf1a2eb13: Waiting 03:47:27 bca2f99d35d6: Waiting 03:47:27 de9db76c5a1d: Verifying Checksum 03:47:27 de9db76c5a1d: Download complete 03:47:27 0ef7d3d256c8: Verifying Checksum 03:47:27 0ef7d3d256c8: Download complete 03:47:27 93359f2a8cfa: Verifying Checksum 03:47:27 93359f2a8cfa: Download complete 03:47:27 7c6f9722023f: Verifying Checksum 03:47:27 7c6f9722023f: Download complete 03:47:27 188c0c94c7c5: Verifying Checksum 03:47:27 188c0c94c7c5: Download complete 03:47:28 188c0c94c7c5: Pull complete 03:47:28 0ef7d3d256c8: Pull complete 03:47:28 de9db76c5a1d: Pull complete 03:47:29 a35cf1a2eb13: Verifying Checksum 03:47:29 a35cf1a2eb13: Download complete 03:47:29 bca2f99d35d6: Verifying Checksum 03:47:29 bca2f99d35d6: Download complete 03:47:35 bca2f99d35d6: Pull complete 03:47:35 93359f2a8cfa: Pull complete 03:47:35 7c6f9722023f: Pull complete 03:47:40 Removing intermediate container 67c43d4df89d 03:47:40 ---> 443170616145 03:47:40 Successfully built 443170616145 03:47:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:47:40 + docker inspect -f . ci-base-image-arm64 03:47:40 . [Pipeline] withDockerContainer 03:47:41 prd-ubuntu18.04-docker-arm64-4c-16g-31015 does not seem to be running inside a container 03:47:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/81 -v /w/workspace/edgex-ui-go/81:/w/workspace/edgex-ui-go/81:rw,z -v /w/workspace/edgex-ui-go/81@tmp:/w/workspace/edgex-ui-go/81@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 03:47:42 $ docker top c07cad61c6bba3463362b08d2991f5387d560410b4ea2968b9182b00b027dcad -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:43 + go version 03:47:43 go version go1.15.5 linux/arm64 [Pipeline] } 03:47:44 $ docker stop --time=1 c07cad61c6bba3463362b08d2991f5387d560410b4ea2968b9182b00b027dcad 03:47:45 a35cf1a2eb13: Pull complete 03:47:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:47:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:47:45 ---> a62c8e92a672 03:47:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:47:45 ---> Running in ee2d7d963035 03:47:45 Removing intermediate container ee2d7d963035 03:47:45 ---> 4375d3b0abfa 03:47:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:45 ---> Running in 035b398687e9 03:47:46 $ docker rm -f c07cad61c6bba3463362b08d2991f5387d560410b4ea2968b9182b00b027dcad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:47:47 + docker inspect -f . ci-base-image-arm64 03:47:47 . [Pipeline] withDockerContainer 03:47:47 prd-ubuntu18.04-docker-arm64-4c-16g-31015 does not seem to be running inside a container 03:47:47 Removing intermediate container 035b398687e9 03:47:47 ---> f9d23e394892 03:47:47 Step 5/8 : RUN apk add --no-cache make git 03:47:47 ---> Running in c366ee62c826 03:47:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/81 -v /w/workspace/edgex-ui-go/81:/w/workspace/edgex-ui-go/81:rw,z -v /w/workspace/edgex-ui-go/81@tmp:/w/workspace/edgex-ui-go/81@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 03:47:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:47:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:47:49 $ docker top 2207972e9e4c16543eeb27d3ed0bfc0deed3180f55458b0e5ce37beb05486996 -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:49 + make test 03:47:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:47:50 OK: 166 MiB in 39 packages 03:47:50 Removing intermediate container c366ee62c826 03:47:50 ---> 3b551e57ba8a 03:47:50 Step 6/8 : WORKDIR /edgex-ui-go 03:47:50 ---> Running in fd2c696c5e57 03:47:50 Removing intermediate container fd2c696c5e57 03:47:50 ---> 0acfe72ef2c3 03:47:50 Step 7/8 : COPY . . 03:47:51 ? github.com/edgexfoundry/edgex-ui-go [no test files] 03:47:52 ---> 2dfa85ac6236 03:47:52 Step 8/8 : RUN go mod download 03:47:52 ---> Running in 79839b5031ae 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 03:48:18 GO111MODULE=on go vet ./... 03:48:24 Removing intermediate container 79839b5031ae 03:48:24 ---> 8f3f7b8880d8 03:48:24 Successfully built 8f3f7b8880d8 03:48:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] } 03:48:25 $ docker stop --time=1 2207972e9e4c16543eeb27d3ed0bfc0deed3180f55458b0e5ce37beb05486996 03:48:25 + docker inspect -f . ci-base-image-x86_64 03:48:25 . 03:48:27 $ docker rm -f 2207972e9e4c16543eeb27d3ed0bfc0deed3180f55458b0e5ce37beb05486996 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 03:48:28 prd-centos7-docker-4c-2g-31016 does not seem to be running inside a container 03:48:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/81 -v /w/workspace/edgex-ui-go/81:/w/workspace/edgex-ui-go/81:rw,z -v /w/workspace/edgex-ui-go/81@tmp:/w/workspace/edgex-ui-go/81@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 03:48:28 $ docker top b9187dc2e69740ea05c523c67ef294710623104a02f72b997e0a214884d8a396 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 03:48:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:48:29 + go version 03:48:29 go version go1.15.5 linux/amd64 [Pipeline] } 03:48:29 $ docker stop --time=1 b9187dc2e69740ea05c523c67ef294710623104a02f72b997e0a214884d8a396 03:48:30 Stashed 1 file(s) 03:48:30 $ docker rm -f b9187dc2e69740ea05c523c67ef294710623104a02f72b997e0a214884d8a396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 03:48:33 + sudo chown -R jenkins:jenkins . 03:48:33 + docker inspect -f . ci-base-image-x86_64 03:48:33 . [Pipeline] withDockerContainer 03:48:33 prd-centos7-docker-4c-2g-31016 does not seem to be running inside a container 03:48:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/81 -v /w/workspace/edgex-ui-go/81:/w/workspace/edgex-ui-go/81:rw,z -v /w/workspace/edgex-ui-go/81@tmp:/w/workspace/edgex-ui-go/81@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 03:48:34 $ docker top 2fb256a3444415d32c528c4b909d58756643e4c42fc3855e91f31c474f572cd2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 03:48:35 + ls -al . 03:48:35 total 124 03:48:35 drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 03:47 . 03:48:35 drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 03:46 .. 03:48:35 drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 03:46 .git 03:48:35 drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 03:46 .github 03:48:35 -rw-rw-r-- 1 jenkins jenkins 153 Mar 23 03:46 .gitignore 03:48:35 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 23 03:46 CONTRIBUTING.md 03:48:35 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 23 03:46 Dockerfile 03:48:35 -rw-rw-r-- 1 jenkins jenkins 902 Mar 23 03:46 Dockerfile.build 03:48:35 -rw-rw-r-- 1 jenkins jenkins 652 Mar 23 03:46 Jenkinsfile 03:48:35 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 23 03:46 LICENSE 03:48:35 -rw-rw-r-- 1 jenkins jenkins 951 Mar 23 03:46 Makefile 03:48:35 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 23 03:46 README.md 03:48:35 -rw-rw-r-- 1 jenkins jenkins 12 Mar 23 03:44 VERSION 03:48:35 drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 03:46 assets 03:48:35 drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 03:46 bin 03:48:35 drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 03:46 cmd 03:48:35 -rw-r--r-- 1 jenkins jenkins 10 Mar 23 03:47 coverage.out 03:48:35 drwxrwxr-x 5 jenkins jenkins 4096 Mar 23 03:46 docs 03:48:35 -rw-rw-r-- 1 jenkins jenkins 1055 Mar 23 03:46 go.mod 03:48:35 -rw-r--r-- 1 jenkins jenkins 22216 Mar 23 03:47 go.sum 03:48:35 drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 03:46 internal 03:48:35 -rw-rw-r-- 1 jenkins jenkins 155 Mar 23 03:46 version.go 03:48:35 drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 03:46 web [Pipeline] isUnix [Pipeline] sh 03:48:35 + make test 03:48:35 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:48:35 + 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=03d6e45996491a5582f07f1d234588528d2720b6 --label arch=arm64 --label version=2.0.0-dev.23 . 03:48:36 Sending build context to Docker daemon 17.31MB 03:48:36 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:48:36 Step 2/24 : FROM ${BASE} AS builder 03:48:36 ---> 443170616145 03:48:36 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 03:48:36 ? github.com/edgexfoundry/edgex-ui-go [no test files] 03:48:36 ---> Running in 2c00b7ded004 03:48:37 Removing intermediate container 2c00b7ded004 03:48:37 ---> 85008264546c 03:48:37 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 03:48:37 ---> Running in 041fcb09ab03 03:48:37 Removing intermediate container 041fcb09ab03 03:48:37 ---> d4a508609398 03:48:37 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 03:48:37 ---> Running in 7571b129a4ab 03:48:38 Removing intermediate container 7571b129a4ab 03:48:38 ---> f58919ff71e7 03:48:38 Step 6/24 : LABEL Name=edgex-ui-go 03:48:38 ---> Running in 86fbf028e1ac 03:48:39 Removing intermediate container 86fbf028e1ac 03:48:39 ---> 4cb5610ef5df 03:48:39 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 03:48:39 ---> Running in 4dc4918b221e 03:48:39 Removing intermediate container 4dc4918b221e 03:48:39 ---> ddf87debd079 03:48:39 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:48:39 ---> Running in 780ff5d29d13 03:48:42 Removing intermediate container 780ff5d29d13 03:48:42 ---> 50c2a049b2fc 03:48:42 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:48:42 ---> Running in c0878aec5c24 03:48:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:48:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:48:45 OK: 142 MiB in 39 packages 03:48:46 Removing intermediate container c0878aec5c24 03:48:46 ---> baca79c30f60 03:48:46 Step 10/24 : ENV GO111MODULE=on 03:48:46 ---> Running in be663b4cdd9d 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 03:48:46 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 03:48:46 GO111MODULE=on go vet ./... 03:48:46 Removing intermediate container be663b4cdd9d 03:48:46 ---> f879e7ea5679 03:48:46 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 03:48:47 ---> Running in 8b808ae0d3dd 03:48:47 Removing intermediate container 8b808ae0d3dd 03:48:47 ---> 7b4c3be19775 03:48:47 Step 12/24 : COPY go.mod . [Pipeline] } 03:48:47 $ docker stop --time=1 2fb256a3444415d32c528c4b909d58756643e4c42fc3855e91f31c474f572cd2 03:48:48 ---> 544bba35eedb 03:48:48 Step 13/24 : COPY Makefile . 03:48:48 ---> 1213cd13504f 03:48:48 Step 14/24 : RUN make update 03:48:48 ---> Running in 4a5634d7835e 03:48:49 $ docker rm -f 2fb256a3444415d32c528c4b909d58756643e4c42fc3855e91f31c474f572cd2 [Pipeline] // withDockerContainer 03:48:49 CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] sh 03:48:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:48:50 Warning: overwriting stash ‘coverage-report’ 03:48:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:48:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:48:51 Removing intermediate container 4a5634d7835e 03:48:51 ---> b9d2d417c074 03:48:51 Step 15/24 : COPY . . 03:48:51 + ls -al . 03:48:51 total 92 03:48:51 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 23 03:48 . 03:48:51 drwxrwxr-x. 4 jenkins jenkins 30 Mar 23 03:47 .. 03:48:51 drwxrwxr-x. 3 jenkins jenkins 20 Mar 23 03:47 assets 03:48:51 drwxrwxr-x. 2 jenkins jenkins 35 Mar 23 03:47 bin 03:48:51 drwxrwxr-x. 3 jenkins jenkins 29 Mar 23 03:47 cmd 03:48:51 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 23 03:47 CONTRIBUTING.md 03:48:51 -rw-r--r--. 1 jenkins jenkins 10 Mar 23 03:48 coverage.out 03:48:51 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 23 03:47 Dockerfile 03:48:51 -rw-rw-r--. 1 jenkins jenkins 902 Mar 23 03:47 Dockerfile.build 03:48:51 drwxrwxr-x. 5 jenkins jenkins 104 Mar 23 03:47 docs 03:48:51 drwxrwxr-x. 8 jenkins jenkins 162 Mar 23 03:47 .git 03:48:51 drwxrwxr-x. 2 jenkins jenkins 103 Mar 23 03:47 .github 03:48:51 -rw-rw-r--. 1 jenkins jenkins 153 Mar 23 03:47 .gitignore 03:48:51 -rw-rw-r--. 1 jenkins jenkins 1055 Mar 23 03:47 go.mod 03:48:51 -rw-r--r--. 1 jenkins jenkins 22216 Mar 23 03:48 go.sum 03:48:51 drwxrwxr-x. 10 jenkins jenkins 139 Mar 23 03:47 internal 03:48:51 -rw-rw-r--. 1 jenkins jenkins 652 Mar 23 03:47 Jenkinsfile 03:48:51 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 23 03:47 LICENSE 03:48:51 -rw-rw-r--. 1 jenkins jenkins 951 Mar 23 03:47 Makefile 03:48:51 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 23 03:47 README.md 03:48:51 -rw-rw-r--. 1 jenkins jenkins 12 Mar 23 03:44 VERSION 03:48:51 -rw-rw-r--. 1 jenkins jenkins 155 Mar 23 03:47 version.go 03:48:51 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 23 03:47 web [Pipeline] isUnix [Pipeline] sh 03:48:51 + 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=03d6e45996491a5582f07f1d234588528d2720b6 --label arch=amd64 --label version=2.0.0-dev.23 . 03:48:52 Sending build context to Docker daemon 17.31MB 03:48:52 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:48:52 Step 2/24 : FROM ${BASE} AS builder 03:48:52 ---> 8f3f7b8880d8 03:48:52 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 03:48:52 ---> Running in c4a6747d703b 03:48:52 Removing intermediate container c4a6747d703b 03:48:52 ---> 494fa689e1f9 03:48:52 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 03:48:52 ---> Running in 6abd92b7e672 03:48:53 Removing intermediate container 6abd92b7e672 03:48:53 ---> cba80cc8668f 03:48:53 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 03:48:53 ---> Running in 246ba0750ec4 03:48:53 Removing intermediate container 246ba0750ec4 03:48:53 ---> 3bd69a003bfd 03:48:53 Step 6/24 : LABEL Name=edgex-ui-go 03:48:53 ---> Running in c33552ef3a7f 03:48:53 Removing intermediate container c33552ef3a7f 03:48:53 ---> 0403aa58a2c7 03:48:53 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 03:48:53 ---> Running in 49913f04f2ac 03:48:53 Removing intermediate container 49913f04f2ac 03:48:53 ---> 4ad2d8bb57f8 03:48:53 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:48:53 ---> Running in 893d1e73b00e 03:48:54 ---> 209c3abbe85d 03:48:54 Step 16/24 : RUN ${MAKE} 03:48:54 ---> Running in 9fd2212886b6 03:48:54 Removing intermediate container 893d1e73b00e 03:48:54 ---> 39af58ef5e98 03:48:54 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:48:54 ---> Running in 793b0f6f45fd 03:48:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.23" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 03:48:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:48:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:48:56 OK: 166 MiB in 39 packages 03:48:57 Removing intermediate container 793b0f6f45fd 03:48:57 ---> 44ed804c6e7d 03:48:57 Step 10/24 : ENV GO111MODULE=on 03:48:57 ---> Running in 5626f7b19435 03:48:57 Removing intermediate container 5626f7b19435 03:48:57 ---> 37f7c6901240 03:48:57 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 03:48:57 ---> Running in 35597c742178 03:48:57 Removing intermediate container 35597c742178 03:48:57 ---> eb745527781f 03:48:57 Step 12/24 : COPY go.mod . 03:48:57 ---> 4ca0881372b9 03:48:57 Step 13/24 : COPY Makefile . 03:48:58 ---> 00a14d7fe973 03:48:58 Step 14/24 : RUN make update 03:48:58 ---> Running in e5135950a2df 03:48:58 CGO_ENABLED=0 GO111MODULE=on go mod download 03:48:59 Removing intermediate container e5135950a2df 03:48:59 ---> 188dd4511e54 03:48:59 Step 15/24 : COPY . . 03:49:00 ---> d855eb48c6ad 03:49:00 Step 16/24 : RUN ${MAKE} 03:49:00 ---> Running in 97c9784452e4 03:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.23" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 03:49:09 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:49:12 Removing intermediate container 97c9784452e4 03:49:12 ---> 41568471e62c 03:49:12 Step 17/24 : FROM alpine:3.12 03:49:12 3.12: Pulling from library/alpine 03:49:13 f84cab65f19f: Pulling fs layer 03:49:13 f84cab65f19f: Download complete 03:49:13 f84cab65f19f: Pull complete 03:49:13 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:49:13 Status: Downloaded newer image for alpine:3.12 03:49:13 ---> 88dd2752d2ea 03:49:13 Step 18/24 : EXPOSE 4000 03:49:13 ---> Running in d7ab89be54f8 03:49:13 Removing intermediate container d7ab89be54f8 03:49:13 ---> 8960821aac0d 03:49:13 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 03:49:14 ---> a7f4bc292acb 03:49:14 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 03:49:14 ---> Running in ad06532174ab 03:49:15 Removing intermediate container ad06532174ab 03:49:15 ---> 164693cc3ddb 03:49:15 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 03:49:15 ---> Running in 5df671205cc1 03:49:15 Removing intermediate container 5df671205cc1 03:49:15 ---> 74f6f0aec83d 03:49:15 Step 22/24 : LABEL arch=amd64 03:49:15 ---> Running in c8944132c54e 03:49:15 Removing intermediate container c8944132c54e 03:49:15 ---> 07b0e2480757 03:49:15 Step 23/24 : LABEL git_sha=03d6e45996491a5582f07f1d234588528d2720b6 03:49:15 ---> Running in b6fee96be60c 03:49:15 Removing intermediate container b6fee96be60c 03:49:15 ---> 549157150242 03:49:15 Step 24/24 : LABEL version=2.0.0-dev.23 03:49:15 ---> Running in 9b9e9cac1915 03:49:15 Removing intermediate container 9b9e9cac1915 03:49:15 ---> 652305f85314 03:49:15 [Warning] One or more build-args [ARCH] were not consumed 03:49:15 Successfully built 652305f85314 03:49:15 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:49:16 provisioning config files... 03:49:16 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/81@tmp/config4503359020048740533tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:49:16 ---> docker-login.sh 03:49:16 nexus3.edgexfoundry.org:10001 03:49:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:16 Configure a credential helper to remove this warning. See 03:49:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:16 03:49:16 Login Succeeded 03:49:16 nexus3.edgexfoundry.org:10002 03:49:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:16 Configure a credential helper to remove this warning. See 03:49:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:16 03:49:16 Login Succeeded 03:49:16 nexus3.edgexfoundry.org:10003 03:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:17 Configure a credential helper to remove this warning. See 03:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:17 03:49:17 Login Succeeded 03:49:17 nexus3.edgexfoundry.org:10004 03:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:17 Configure a credential helper to remove this warning. See 03:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:17 03:49:17 Login Succeeded 03:49:17 docker.io 03:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:17 Configure a credential helper to remove this warning. See 03:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:17 03:49:17 Login Succeeded 03:49:17 ---> docker-login.sh ends [Pipeline] } 03:49:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:49:17 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 03:49:17 03d6e45996491a5582f07f1d234588528d2720b6 03:49:17 latest 03:49:17 2.0.0-dev.23 03:49:17 03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 03:49:17 master 03:49:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:49:18 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] isUnix [Pipeline] sh 03:49:18 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6 03:49:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:49:18 b448d5953314: Preparing 03:49:18 33e8713114f8: Preparing 03:49:18 33e8713114f8: Layer already exists 03:49:20 b448d5953314: Pushed 03:49:20 03d6e45996491a5582f07f1d234588528d2720b6: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] isUnix [Pipeline] sh 03:49:20 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 03:49:21 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 03:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:49:21 b448d5953314: Preparing 03:49:21 33e8713114f8: Preparing 03:49:21 33e8713114f8: Layer already exists 03:49:21 b448d5953314: Layer already exists 03:49:21 latest: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] isUnix [Pipeline] sh 03:49:21 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 03:49:21 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.23 03:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:49:21 b448d5953314: Preparing 03:49:21 33e8713114f8: Preparing 03:49:21 33e8713114f8: Layer already exists 03:49:21 b448d5953314: Layer already exists 03:49:21 2.0.0-dev.23: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] isUnix [Pipeline] sh 03:49:21 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:49:22 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 03:49:22 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 03:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:49:22 b448d5953314: Preparing 03:49:22 33e8713114f8: Preparing 03:49:22 33e8713114f8: Layer already exists 03:49:22 b448d5953314: Layer already exists 03:49:22 03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] isUnix [Pipeline] sh 03:49:22 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 03:49:22 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 03:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 03:49:22 b448d5953314: Preparing 03:49:22 33e8713114f8: Preparing 03:49:22 33e8713114f8: Layer already exists 03:49:22 b448d5953314: Layer already exists 03:49:22 master: digest: sha256:bb045a772bbed97eec6ff2abfe6307f8d8c03f8d63c16c4904b01da4c085e6cd size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:49:23 ===================================================== [Pipeline] echo 03:49:23 taggedImages: 03:49:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6 03:49:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 03:49:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.23 03:49:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 03:49:23 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:49:24 ---> job-cost.sh 03:49:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EjiP 03:49:26 Removing intermediate container 9fd2212886b6 03:49:26 ---> 2cd521915b7c 03:49:26 Step 17/24 : FROM alpine:3.12 03:49:26 3.12: Pulling from library/alpine 03:49:26 dce8679b510e: Pulling fs layer 03:49:26 dce8679b510e: Download complete 03:49:27 dce8679b510e: Pull complete 03:49:27 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:49:27 Status: Downloaded newer image for alpine:3.12 03:49:27 ---> d10569e2745f 03:49:27 Step 18/24 : EXPOSE 4000 03:49:27 ---> Running in 4893f6da9762 03:49:28 Removing intermediate container 4893f6da9762 03:49:28 ---> 07042e31d5f1 03:49:28 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 03:49:30 ---> 34088e3cd6ed 03:49:30 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 03:49:30 ---> Running in 40d1d5c99d13 03:49:30 Removing intermediate container 40d1d5c99d13 03:49:30 ---> da07d527f321 03:49:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 03:49:30 ---> Running in d6d7f2cbbe98 03:49:31 Removing intermediate container d6d7f2cbbe98 03:49:31 ---> c58dcbe548b8 03:49:31 Step 22/24 : LABEL arch=arm64 03:49:31 ---> Running in 2d211562a930 03:49:31 Removing intermediate container 2d211562a930 03:49:31 ---> e703fc5e4c58 03:49:31 Step 23/24 : LABEL git_sha=03d6e45996491a5582f07f1d234588528d2720b6 03:49:31 ---> Running in b96082f67dc2 03:49:32 Removing intermediate container b96082f67dc2 03:49:32 ---> d33767e4df4e 03:49:32 Step 24/24 : LABEL version=2.0.0-dev.23 03:49:32 ---> Running in c9a744dea209 03:49:32 Removing intermediate container c9a744dea209 03:49:33 ---> d0fde9cd944b 03:49:33 [Warning] One or more build-args [ARCH] were not consumed 03:49:33 Successfully built d0fde9cd944b 03:49:33 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 03:49:33 provisioning config files... 03:49:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/81@tmp/config4079845342802055428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:49:33 ---> docker-login.sh 03:49:33 nexus3.edgexfoundry.org:10001 03:49:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:34 Configure a credential helper to remove this warning. See 03:49:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:34 03:49:34 Login Succeeded 03:49:34 nexus3.edgexfoundry.org:10002 03:49:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:34 Configure a credential helper to remove this warning. See 03:49:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:34 03:49:34 Login Succeeded 03:49:34 nexus3.edgexfoundry.org:10003 03:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:35 Configure a credential helper to remove this warning. See 03:49:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:35 03:49:35 Login Succeeded 03:49:35 nexus3.edgexfoundry.org:10004 03:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:35 Configure a credential helper to remove this warning. See 03:49:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:35 03:49:35 Login Succeeded 03:49:35 docker.io 03:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:36 Configure a credential helper to remove this warning. See 03:49:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:36 03:49:36 Login Succeeded 03:49:36 ---> docker-login.sh ends [Pipeline] } 03:49:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:49:36 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 03:49:36 03d6e45996491a5582f07f1d234588528d2720b6 03:49:36 latest 03:49:36 2.0.0-dev.23 03:49:36 03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 03:49:36 master 03:49:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:49:37 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] isUnix [Pipeline] sh 03:49:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6 03:49:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:49:37 c624ec41f40a: Preparing 03:49:37 02a88cfff88f: Preparing 03:49:38 02a88cfff88f: Layer already exists 03:49:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:49:41 c624ec41f40a: Pushed 03:49:41 03d6e45996491a5582f07f1d234588528d2720b6: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] isUnix [Pipeline] sh 03:49:41 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:49:42 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 03:49:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:49:42 c624ec41f40a: Preparing 03:49:42 02a88cfff88f: Preparing 03:49:42 c624ec41f40a: Layer already exists 03:49:42 02a88cfff88f: Layer already exists 03:49:42 latest: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] isUnix [Pipeline] sh 03:49:42 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 03:49:43 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.23 03:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:49:43 c624ec41f40a: Preparing 03:49:43 02a88cfff88f: Preparing 03:49:43 c624ec41f40a: Layer already exists 03:49:43 02a88cfff88f: Layer already exists 03:49:43 2.0.0-dev.23: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] isUnix [Pipeline] sh 03:49:43 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 03:49:44 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 03:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:49:44 c624ec41f40a: Preparing 03:49:44 02a88cfff88f: Preparing 03:49:44 02a88cfff88f: Layer already exists 03:49:44 c624ec41f40a: Layer already exists 03:49:44 03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] isUnix [Pipeline] sh 03:49:44 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:49:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 03:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 03:49:45 c624ec41f40a: Preparing 03:49:45 02a88cfff88f: Preparing 03:49:45 c624ec41f40a: Layer already exists 03:49:45 02a88cfff88f: Layer already exists 03:49:45 master: digest: sha256:7b695340fd218318f4896390f53c134a40c5b8938f55fa02d5b379e241042e81 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:49:45 ===================================================== [Pipeline] echo 03:49:45 taggedImages: 03:49:45 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6 03:49:45 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 03:49:45 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.23 03:49:45 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:03d6e45996491a5582f07f1d234588528d2720b6-2.0.0-dev.23 03:49:45 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:49:46 ---> job-cost.sh 03:49:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QtdD 03:50:05 lf-activate-venv(): INFO: Adding /tmp/venv-EjiP/bin to PATH 03:50:05 INFO: No Stack... 03:50:05 INFO: Retrieving Pricing Info for: v1-standard-2 03:50:05 INFO: Archiving Costs [Pipeline] sh 03:50:06 + cat /w/workspace/edgex-ui-go/81/archives/cost.csv 03:50:06 + cut -d, -f6 [Pipeline] lock 03:50:06 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] 03:50:06 Resource [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] did not exist. Created. 03:50:06 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:50:06 + echo total: 0.029999999329447746 [Pipeline] stash 03:50:07 Stashed 1 file(s) [Pipeline] } 03:50:07 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:50:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:51:46 lf-activate-venv(): INFO: Adding /tmp/venv-QtdD/bin to PATH 03:51:46 INFO: No Stack... 03:51:47 INFO: Retrieving Pricing Info for: lf-standard-4 03:51:48 INFO: Archiving Costs [Pipeline] sh 03:51:48 + cat /w/workspace/edgex-ui-go/81/archives/cost.csv 03:51:48 + cut -d, -f6 [Pipeline] lock 03:51:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] 03:51:48 Resource [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] did not exist. Created. 03:51:48 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:51:49 /w/workspace/edgex-ui-go/81@tmp/durable-12b7198b/script.sh: 1: /w/workspace/edgex-ui-go/81@tmp/durable-12b7198b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:51:49 + echo total: 0.20999999344348907 [Pipeline] stash 03:51:49 Warning: overwriting stash ‘stack-cost’ 03:51:50 Stashed 1 file(s) [Pipeline] } 03:51:50 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-81-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:51:51 provisioning config files... 03:51:51 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4814700662930880878tmp [Pipeline] { [Pipeline] sh 03:51:51 + set +x 03:51:51 + curl -s https://codecov.io/bash 03:51:51 + bash -s -- 03:51:52 03:51:52 _____ _ 03:51:52 / ____| | | 03:51:52 | | ___ __| | ___ ___ _____ __ 03:51:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:51:52 | |___| (_) | (_| | __/ (_| (_) \ V / 03:51:52 \_____\___/ \__,_|\___|\___\___/ \_/ 03:51:52 Bash-20210309-2b87ace 03:51:52 03:51:52 03:51:52 ==> git version 2.24.3 found 03:51:52 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 03:51:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:51:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:51:52 ==> Jenkins CI detected. 03:51:52 project root: . 03:51:52 --> token set from env 03:51:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:51:52 ==> Running gcov in . (disable via -X gcov) 03:51:52 ==> Python coveragepy not found 03:51:52 ==> Searching for coverage reports in: 03:51:52 + . 03:51:52 -> Found 1 reports 03:51:52 ==> Detecting git/mercurial file structure 03:51:52 ==> Reading reports 03:51:52 + ./coverage.out bytes=10 03:51:52 ==> Appending adjustments 03:51:52 https://docs.codecov.io/docs/fixing-reports 03:51:52 + Found adjustments 03:51:52 ==> Gzipping contents 03:51:52 4.0K /tmp/codecov.0YmtXD.gz 03:51:52 ==> Uploading reports 03:51:52 url: https://codecov.io 03:51:52 query: branch=master&commit=03d6e45996491a5582f07f1d234588528d2720b6&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F81%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:51:52 -> Pinging Codecov 03:51:52 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=03d6e45996491a5582f07f1d234588528d2720b6&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F81%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:51:52 -> Uploading to 03:51:52 https://storage.googleapis.com/codecov/v4/raw/2021-03-23/FB506323287CE973F263BFD2A0EB1F37/03d6e45996491a5582f07f1d234588528d2720b6/adf40323-6725-4ff9-bce3-142bb311a465.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T035152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abc1ecb25ffa9a82ddeaf45ee960fedbc148082e22e6e63e5425e52026331723 03:51:52 % Total % Received % Xferd Average Speed Time Time Time Current 03:51:52 Dload Upload Total Spent Left Speed 03:51:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3318 0 0 100 3318 0 7645 --:--:-- --:--:-- --:--:-- 7662 03:51:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] } 03:51:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:51:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:51:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:51:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:51:54 03:51:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:51:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:51:54 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:51:54 188c0c94c7c5: Pulling fs layer 03:51:54 0ef7d3d256c8: Pulling fs layer 03:51:54 de9db76c5a1d: Pulling fs layer 03:51:54 0eba1c9be4d2: Pulling fs layer 03:51:54 0d57e429df01: Pulling fs layer 03:51:54 4e4be7b47b0d: Pulling fs layer 03:51:54 e1f770b5df2f: Pulling fs layer 03:51:54 85a0685a4137: Pulling fs layer 03:51:54 4e4be7b47b0d: Waiting 03:51:54 e1f770b5df2f: Waiting 03:51:54 85a0685a4137: Waiting 03:51:54 0eba1c9be4d2: Waiting 03:51:54 0d57e429df01: Waiting 03:51:54 de9db76c5a1d: Verifying Checksum 03:51:54 de9db76c5a1d: Download complete 03:51:54 0ef7d3d256c8: Verifying Checksum 03:51:54 0ef7d3d256c8: Download complete 03:51:54 0d57e429df01: Verifying Checksum 03:51:54 0d57e429df01: Download complete 03:51:54 188c0c94c7c5: Verifying Checksum 03:51:54 188c0c94c7c5: Download complete 03:51:54 4e4be7b47b0d: Verifying Checksum 03:51:54 4e4be7b47b0d: Download complete 03:51:55 188c0c94c7c5: Pull complete 03:51:55 0ef7d3d256c8: Pull complete 03:51:55 de9db76c5a1d: Pull complete 03:51:56 e1f770b5df2f: Verifying Checksum 03:51:56 e1f770b5df2f: Download complete 03:51:58 0eba1c9be4d2: Verifying Checksum 03:51:58 0eba1c9be4d2: Download complete 03:51:59 85a0685a4137: Verifying Checksum 03:51:59 85a0685a4137: Download complete 03:52:05 0eba1c9be4d2: Pull complete 03:52:05 0d57e429df01: Pull complete 03:52:05 4e4be7b47b0d: Pull complete 03:52:07 e1f770b5df2f: Pull complete 03:52:15 85a0685a4137: Pull complete 03:52:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:52:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:52:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:52:15 prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container 03:52:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:52:16 $ docker top 3d1e08ed31fca62e03b8f8e70dcd6e514c7a17112129fe74c962f2cc9d5d3d3c -eo pid,comm [Pipeline] { [Pipeline] echo 03:52:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:52:17 + set -o pipefail 03:52:17 + snyk monitor '--org=edgex-jenkins' 03:52:23 03:52:23 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 03:52:23 03:52:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/d72818dd-d65d-4842-a89e-6c2f90d285ad 03:52:23 03:52:23 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 03:52:23 03:52:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:52:23 03:52:24 [Pipeline] } 03:52:24 $ docker stop --time=1 3d1e08ed31fca62e03b8f8e70dcd6e514c7a17112129fe74c962f2cc9d5d3d3c 03:52:27 $ docker rm -f 3d1e08ed31fca62e03b8f8e70dcd6e514c7a17112129fe74c962f2cc9d5d3d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:52:28 + git log --format=format:%s -1 03d6e45996491a5582f07f1d234588528d2720b6 [Pipeline] isUnix [Pipeline] sh 03:52:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:52:29 . [Pipeline] withDockerContainer 03:52:29 prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container 03:52:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:52:30 $ docker top d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:52:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:52:30 [ssh-agent] Looking for ssh-agent implementation... 03:52:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:52:30 $ docker exec d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 ssh-agent 03:52:31 SSH_AUTH_SOCK=/tmp/ssh-2D4Nc0JBx0ZO/agent.12 03:52:31 SSH_AGENT_PID=17 03:52:31 Running ssh-add (command line suppressed) 03:52:31 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5040614748671917436.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5040614748671917436.key) 03:52:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:52:31 + git semver tag 03:52:31 # -> Open(): unable to determine branch for HEAD 03:52:31 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:52:31 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:52:31 # $SEMVER_REMOTE_NAME = origin 03:52:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:52:31 # $SEMVER_USER_NAME = edgex-jenkins 03:52:31 # $SEMVER_BRANCH = master 03:52:31 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 03:52:31 # 03d6e45996491a5582f07f1d234588528d2720b6 HEAD 03:52:31 # -> Force: false 03:52:31 # 00f595c504865651625356e3f56491b39fe8bd4b refs/tags/v2.0.0-dev.23 [Pipeline] } 03:52:31 $ docker exec --env ******** --env ******** d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 ssh-agent -k 03:52:31 unset SSH_AUTH_SOCK; 03:52:31 unset SSH_AGENT_PID; 03:52:31 echo Agent pid 17 killed; 03:52:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:52:32 + git semver [Pipeline] } 03:52:32 $ docker stop --time=1 d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 03:52:33 $ docker rm -f d38fe7c4c7149c67368bbd3dc3118bf75226691e3100bc2f47e600a8b69ffd63 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:52:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:52:34 03:52:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:52:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:52:34 0.23.1-centos7: Pulling from edgex-lftools 03:52:34 ab5ef0e58194: Pulling fs layer 03:52:34 9712f1f96733: Pulling fs layer 03:52:34 63f879dbbcfc: Pulling fs layer 03:52:34 0d9ebad4ef96: Pulling fs layer 03:52:34 e9a5061849ea: Pulling fs layer 03:52:34 d747dcd14b5f: Pulling fs layer 03:52:34 2de7ff778b66: Pulling fs layer 03:52:34 e9a5061849ea: Waiting 03:52:34 d747dcd14b5f: Waiting 03:52:34 2de7ff778b66: Waiting 03:52:34 0d9ebad4ef96: Waiting 03:52:34 9712f1f96733: Verifying Checksum 03:52:34 9712f1f96733: Download complete 03:52:36 63f879dbbcfc: Download complete 03:52:36 e9a5061849ea: Verifying Checksum 03:52:36 e9a5061849ea: Download complete 03:52:36 d747dcd14b5f: Verifying Checksum 03:52:36 d747dcd14b5f: Download complete 03:52:37 2de7ff778b66: Verifying Checksum 03:52:37 2de7ff778b66: Download complete 03:52:37 0d9ebad4ef96: Verifying Checksum 03:52:37 0d9ebad4ef96: Download complete 03:52:37 ab5ef0e58194: Verifying Checksum 03:52:37 ab5ef0e58194: Download complete 03:52:42 ab5ef0e58194: Pull complete 03:52:42 9712f1f96733: Pull complete 03:52:43 63f879dbbcfc: Pull complete 03:52:50 0d9ebad4ef96: Pull complete 03:52:54 e9a5061849ea: Pull complete 03:52:54 d747dcd14b5f: Pull complete 03:52:55 2de7ff778b66: Pull complete 03:52:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:52:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:52:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:52:55 prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container 03:52:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:52:59 $ docker top 582b063a41d20fdd2d4c09777361ab1f7615ad6ebc4a4b5e6f6566d7ca20993e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:52:59 provisioning config files... 03:52:59 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5510978976799738031tmp 03:52:59 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config822087865944602990tmp 03:52:59 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9051216139374621988tmp [Pipeline] { [Pipeline] echo 03:52:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:53:00 ---> sigul-configuration.sh 03:53:00 gpg: directory `/root/.gnupg' created 03:53:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:53:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:53:00 gpg: keyring `/root/.gnupg/secring.gpg' created 03:53:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:53:00 gpg: CAST5 encrypted data 03:53:00 gpg: encrypted with 1 passphrase 03:53:00 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:53:00 + mkdir /home/jenkins 03:53:00 + mkdir /home/jenkins/sigul [Pipeline] sh 03:53:00 + 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 03:53:00 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:53:01 ---> sigul-install.sh 03:53:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:53:11 + git tag --list 03:53:11 0.1.1 03:53:11 v1.1.0 03:53:11 v1.2.0 03:53:11 v1.2.1 03:53:11 v1.3.0 03:53:11 v2.0.0-dev.1 03:53:11 v2.0.0-dev.10 03:53:11 v2.0.0-dev.11 03:53:11 v2.0.0-dev.12 03:53:11 v2.0.0-dev.13 03:53:11 v2.0.0-dev.14 03:53:11 v2.0.0-dev.15 03:53:11 v2.0.0-dev.16 03:53:11 v2.0.0-dev.17 03:53:11 v2.0.0-dev.18 03:53:11 v2.0.0-dev.19 03:53:11 v2.0.0-dev.2 03:53:11 v2.0.0-dev.20 03:53:11 v2.0.0-dev.21 03:53:11 v2.0.0-dev.22 03:53:11 v2.0.0-dev.23 03:53:11 v2.0.0-dev.3 03:53:11 v2.0.0-dev.4 03:53:11 v2.0.0-dev.5 03:53:11 v2.0.0-dev.6 03:53:11 v2.0.0-dev.7 03:53:11 v2.0.0-dev.8 03:53:11 v2.0.0-dev.9 [Pipeline] sh 03:53:11 + lftools sign git-tag v2.0.0-dev.23 03:53:13 Signing Git tag with Sigul... 03:53:13 Signing v2.0.0-dev.23 [Pipeline] echo 03:53:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:53:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:53:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:53:15 $ docker stop --time=1 582b063a41d20fdd2d4c09777361ab1f7615ad6ebc4a4b5e6f6566d7ca20993e 03:53:17 $ docker rm -f 582b063a41d20fdd2d4c09777361ab1f7615ad6ebc4a4b5e6f6566d7ca20993e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:53:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:53:18 . [Pipeline] withDockerContainer 03:53:18 prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container 03:53:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:53:19 $ docker top f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:53:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:53:20 [ssh-agent] Looking for ssh-agent implementation... 03:53:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:53:20 $ docker exec f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae ssh-agent 03:53:20 SSH_AUTH_SOCK=/tmp/ssh-pOQRjMLZgAQI/agent.12 03:53:20 SSH_AGENT_PID=17 03:53:20 Running ssh-add (command line suppressed) 03:53:20 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_869772174350686541.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_869772174350686541.key) 03:53:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:53:21 + git semver bump pre 03:53:21 # -> Open(): unable to determine branch for HEAD 03:53:21 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:53:21 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:53:21 # $SEMVER_REMOTE_NAME = origin 03:53:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:53:21 # $SEMVER_USER_NAME = edgex-jenkins 03:53:21 # $SEMVER_BRANCH = master 03:53:21 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 03:53:21 2.0.0-dev.24 [Pipeline] } 03:53:21 $ docker exec --env ******** --env ******** f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae ssh-agent -k 03:53:21 unset SSH_AUTH_SOCK; 03:53:21 unset SSH_AGENT_PID; 03:53:21 echo Agent pid 17 killed; 03:53:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:53:21 + git semver [Pipeline] } 03:53:21 $ docker stop --time=1 f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae 03:53:23 $ docker rm -f f1eae2d693a11cb1f758f25c156853845a76f3c182c4515a7138c2c44214f6ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:53:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:53:23 . [Pipeline] withDockerContainer 03:53:23 prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container 03:53:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:53:24 $ docker top 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:53:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:53:24 [ssh-agent] Looking for ssh-agent implementation... 03:53:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:53:25 $ docker exec 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad ssh-agent 03:53:25 SSH_AUTH_SOCK=/tmp/ssh-UPjbtvFMsxRb/agent.11 03:53:25 SSH_AGENT_PID=16 03:53:25 Running ssh-add (command line suppressed) 03:53:25 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8123090785687905350.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8123090785687905350.key) 03:53:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:53:25 + git semver push 03:53:25 # -> Open(): unable to determine branch for HEAD 03:53:25 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 03:53:25 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 03:53:25 # $SEMVER_REMOTE_NAME = origin 03:53:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:53:25 # $SEMVER_USER_NAME = edgex-jenkins 03:53:25 # $SEMVER_BRANCH = master 03:53:25 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 03:53:29 $ docker exec --env ******** --env ******** 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad ssh-agent -k 03:53:30 unset SSH_AUTH_SOCK; 03:53:30 unset SSH_AGENT_PID; 03:53:30 echo Agent pid 16 killed; 03:53:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:53:30 + git semver [Pipeline] } 03:53:30 $ docker stop --time=1 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad 03:53:32 $ docker rm -f 200dd244ee77bf052c9b38b136a9cb951cac27c4ba5ae629dc5d9dbbcf76b2ad [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 03:53:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:53:34 ---> package-listing.sh 03:53:34 ++ facter osfamily 03:53:34 ++ tr '[:upper:]' '[:lower:]' 03:53:34 + OS_FAMILY=redhat 03:53:34 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 03:53:34 + START_PACKAGES=/tmp/packages_start.txt 03:53:34 + END_PACKAGES=/tmp/packages_end.txt 03:53:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:53:34 + PACKAGES=/tmp/packages_start.txt 03:53:34 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 03:53:34 + PACKAGES=/tmp/packages_end.txt 03:53:34 + case "${OS_FAMILY}" in 03:53:34 + rpm -qa 03:53:34 + sort 03:53:39 + '[' -f /tmp/packages_start.txt ']' 03:53:39 + '[' -f /tmp/packages_end.txt ']' 03:53:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:53:39 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 03:53:39 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 03:53:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 03:53:39 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 03:53:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:53:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:53:41 03:53:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:53:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:53:41 alpine: Pulling from edgex-lftools-log-publisher 03:53:41 df20fa9351a1: Pulling fs layer 03:53:41 36b3adc4ff6f: Pulling fs layer 03:53:41 8ad3a11d3b57: Pulling fs layer 03:53:41 46f8f816bc3b: Pulling fs layer 03:53:41 93b61091891f: Pulling fs layer 03:53:41 93b9cdb0e59b: Pulling fs layer 03:53:41 5e14af77c1be: Pulling fs layer 03:53:41 01666e4c0597: Pulling fs layer 03:53:41 aa168da1d23b: Pulling fs layer 03:53:41 46f8f816bc3b: Waiting 03:53:41 93b61091891f: Waiting 03:53:41 93b9cdb0e59b: Waiting 03:53:41 5e14af77c1be: Waiting 03:53:41 01666e4c0597: Waiting 03:53:41 aa168da1d23b: Waiting 03:53:41 36b3adc4ff6f: Download complete 03:53:41 46f8f816bc3b: Verifying Checksum 03:53:41 46f8f816bc3b: Download complete 03:53:41 df20fa9351a1: Download complete 03:53:41 93b9cdb0e59b: Verifying Checksum 03:53:41 93b9cdb0e59b: Download complete 03:53:41 93b61091891f: Verifying Checksum 03:53:41 93b61091891f: Download complete 03:53:41 5e14af77c1be: Verifying Checksum 03:53:41 5e14af77c1be: Download complete 03:53:41 01666e4c0597: Verifying Checksum 03:53:41 01666e4c0597: Download complete 03:53:42 8ad3a11d3b57: Verifying Checksum 03:53:42 8ad3a11d3b57: Download complete 03:53:42 df20fa9351a1: Pull complete 03:53:42 36b3adc4ff6f: Pull complete 03:53:42 8ad3a11d3b57: Pull complete 03:53:42 46f8f816bc3b: Pull complete 03:53:44 aa168da1d23b: Verifying Checksum 03:53:44 aa168da1d23b: Download complete 03:53:44 93b61091891f: Pull complete 03:53:44 93b9cdb0e59b: Pull complete 03:53:44 5e14af77c1be: Pull complete 03:53:44 01666e4c0597: Pull complete 03:53:51 aa168da1d23b: Pull complete 03:53:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:53:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:53:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:53:51 prd-centos7-docker-4c-2g-31014 does not seem to be running inside a container 03:53:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:53:54 $ docker top 30264c6f0fa5e0d9446f4155897f4c6d1ca376376be9ad79e6f82e5e6929e48a -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:55 + touch /tmp/pre-build-complete [Pipeline] sh 03:53:55 + mkdir -p /var/log/sa [Pipeline] sh 03:53:55 + ls /var/log/sa-host 03:53:55 + sadf -c /var/log/sa-host/sa23 03:53:55 file_magic: OK 03:53:55 HZ: Using current value: 100 03:53:55 file_header: OK 03:53:55 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 03:53:55 Statistics: 03:53:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:53:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:53:56 provisioning config files... 03:53:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6234446068009577234tmp [Pipeline] { [Pipeline] echo 03:53:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:53:56 ---> create-netrc.sh [Pipeline] } 03:53:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:53:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:53:57 ---> python-tools-install.sh [Pipeline] echo 03:53:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:53:57 ---> sudo-logs.sh 03:53:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:53:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:53:57 ---> job-cost.sh 03:53:57 lf-activate-venv: SKIPPING 03:53:57 DEBUG: total: 0.20999999344348907 03:53:57 INFO: Retrieving Stack Cost... 03:53:59 INFO: Retrieving Pricing Info for: v1-standard-2 03:53:59 INFO: Archiving Costs [Pipeline] echo 03:53:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:54:00 ---> logs-deploy.sh 03:54:00 lf-activate-venv: SKIPPING 03:54:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/81 03:54:00 INFO: archiving workspace using pattern(s): 03:54:02 Archives upload complete. 03:54:02 INFO: archiving logs to Nexus 03:54:03 ---> uname -a: 03:54:03 Linux prd-centos7-docker-4c-2g-31014.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:54:03 03:54:03 03:54:03 ---> lscpu: 03:54:03 Architecture: x86_64 03:54:03 CPU op-mode(s): 32-bit, 64-bit 03:54:03 Byte Order: Little Endian 03:54:03 Address sizes: 40 bits physical, 48 bits virtual 03:54:03 CPU(s): 4 03:54:03 On-line CPU(s) list: 0-3 03:54:03 Thread(s) per core: 1 03:54:03 Core(s) per socket: 1 03:54:03 Socket(s): 4 03:54:03 NUMA node(s): 1 03:54:03 Vendor ID: GenuineIntel 03:54:03 CPU family: 6 03:54:03 Model: 44 03:54:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:54:03 Stepping: 1 03:54:03 CPU MHz: 2933.436 03:54:03 BogoMIPS: 5866.87 03:54:03 Virtualization: VT-x 03:54:03 Hypervisor vendor: KVM 03:54:03 Virtualization type: full 03:54:03 L1d cache: 128 KiB 03:54:03 L1i cache: 128 KiB 03:54:03 L2 cache: 16 MiB 03:54:03 L3 cache: 64 MiB 03:54:03 NUMA node0 CPU(s): 0-3 03:54:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:54:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:54:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:54:03 Vulnerability Meltdown: Mitigation; PTI 03:54:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:54:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:54:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:54:03 Vulnerability Srbds: Not affected 03:54:03 Vulnerability Tsx async abort: Not affected 03:54:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:54:03 03:54:03 03:54:03 ---> nproc: 03:54:03 4 03:54:03 03:54:03 03:54:03 ---> df -h: 03:54:03 Filesystem Size Used Available Use% Mounted on 03:54:03 overlay 50.0G 8.6G 41.4G 17% / 03:54:03 tmpfs 64.0M 0 64.0M 0% /dev 03:54:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:54:03 shm 64.0M 0 64.0M 0% /dev/shm 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 03:54:03 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 03:54:03 03:54:03 03:54:03 ---> free -m: 03:54:03 total used free shared buff/cache available 03:54:03 Mem: 1837 831 141 0 863 941 03:54:03 Swap: 1023 4 1019 03:54:03 03:54:03 03:54:03 ---> ip addr: 03:54:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:54:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:54:03 inet 127.0.0.1/8 scope host lo 03:54:03 valid_lft forever preferred_lft forever 03:54:03 inet6 ::1/128 scope host 03:54:03 valid_lft forever preferred_lft forever 03:54:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:54:03 link/ether fa:16:3e:e6:9a:dc brd ff:ff:ff:ff:ff:ff 03:54:03 inet 10.30.123.2/23 brd 10.30.123.255 scope global dynamic eth0 03:54:03 valid_lft 85756sec preferred_lft 85756sec 03:54:03 inet6 fe80::f816:3eff:fee6:9adc/64 scope link 03:54:03 valid_lft forever preferred_lft forever 03:54:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:54:03 link/ether 02:42:54:17:75:5d brd ff:ff:ff:ff:ff:ff 03:54:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:54:03 valid_lft forever preferred_lft forever 03:54:03 inet6 fe80::42:54ff:fe17:755d/64 scope link 03:54:03 valid_lft forever preferred_lft forever 03:54:03 03:54:03 03:54:03 ---> sar -b -r -n DEV: 03:54:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 03:54:03 03:54:03 03:43:09 LINUX RESTART (4 CPU) 03:54:03 03:54:03 03:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:54:03 03:45:01 28.67 7.04 21.63 0.00 1824.10 3827.57 0.00 03:54:03 03:46:01 1.55 0.00 1.55 0.00 0.00 23.61 0.00 03:54:03 03:47:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 03:54:03 03:48:01 0.50 0.00 0.50 0.00 0.00 5.10 0.00 03:54:03 03:49:01 0.32 0.00 0.32 0.00 0.00 4.70 0.00 03:54:03 03:50:01 0.28 0.00 0.28 0.00 0.00 3.81 0.00 03:54:03 03:51:01 0.22 0.00 0.22 0.00 0.00 1.78 0.00 03:54:03 03:52:01 19.99 2.75 17.25 0.00 618.35 11129.03 0.00 03:54:03 03:53:01 460.12 234.46 225.66 0.00 11541.30 54411.43 0.00 03:54:03 Average: 56.97 27.19 29.77 0.00 1554.15 7723.72 0.00 03:54:03 03:54:03 03:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:54:03 03:45:01 149948 0 621788 33.05 2620 1107188 1127564 38.48 405040 1126700 20 03:54:03 03:46:01 158008 0 613720 32.62 2620 1107196 1077924 36.79 402236 1122484 20 03:54:03 03:47:01 155652 0 616072 32.74 2620 1107200 1078008 36.79 401440 1125828 8 03:54:03 03:48:01 156080 0 615644 32.72 2620 1107200 1078016 36.79 417344 1109488 8 03:54:03 03:49:01 155536 0 616180 32.75 2620 1107208 1078004 36.79 415624 1112120 16 03:54:03 03:50:01 155688 0 616024 32.74 2620 1107212 1077920 36.79 421480 1105972 12 03:54:03 03:51:01 155860 0 615848 32.73 2620 1107216 1077920 36.79 421500 1105972 8 03:54:03 03:52:01 70060 0 693124 36.84 2620 1115740 1513712 51.66 586712 1015544 89672 03:54:03 03:53:01 144504 0 773264 41.10 1564 962212 1240164 42.32 581036 827884 300 03:54:03 Average: 144593 0 642407 34.14 2503 1092041 1149915 39.24 450268 1072444 10007 03:54:03 03:54:03 03:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:54:03 03:45:01 eth0 99.17 90.78 454.61 31.40 0.00 0.00 0.00 0.00 03:54:03 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:45:01 docker0 34.21 27.15 3.32 113.31 0.00 0.00 0.00 0.00 03:54:03 03:46:01 eth0 1.67 0.78 1.02 0.05 0.00 0.00 0.00 0.00 03:54:03 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:47:01 eth0 1.15 0.47 0.43 0.21 0.00 0.00 0.00 0.00 03:54:03 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:48:01 eth0 0.47 0.28 0.27 0.20 0.00 0.00 0.00 0.00 03:54:03 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:49:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 03:54:03 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:50:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:54:03 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:54:03 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:52:01 eth0 407.16 355.70 4071.00 27.38 0.00 0.00 0.00 0.00 03:54:03 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:53:01 eth0 465.56 410.50 3455.61 97.98 0.00 0.00 0.00 0.00 03:54:03 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 03:53:01 veth2252e26 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 03:54:03 03:53:01 docker0 55.51 54.29 5.10 221.75 0.00 0.00 0.00 0.00 03:54:03 Average: eth0 108.47 95.48 888.14 17.46 0.00 0.00 0.00 0.00 03:54:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 Average: veth2252e26 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 03:54:03 Average: docker0 9.93 9.02 0.93 37.11 0.00 0.00 0.00 0.00 03:54:03 03:54:03 03:54:03 ---> sar -P ALL: 03:54:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 03:54:03 03:54:03 03:43:09 LINUX RESTART (4 CPU) 03:54:03 03:54:03 03:44:02 CPU %user %nice %system %iowait %steal %idle 03:54:03 03:45:01 all 2.83 0.00 1.79 0.58 0.08 94.72 03:54:03 03:45:01 0 2.77 0.00 2.08 0.43 0.07 94.66 03:54:03 03:45:01 1 2.54 0.00 2.05 1.50 0.07 93.85 03:54:03 03:45:01 2 3.16 0.00 1.76 0.09 0.09 94.92 03:54:03 03:45:01 3 2.87 0.00 1.26 0.31 0.09 95.48 03:54:03 03:46:01 all 0.18 0.00 0.05 0.00 0.00 99.77 03:54:03 03:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:54:03 03:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:54:03 03:46:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:54:03 03:46:01 3 0.57 0.00 0.07 0.00 0.00 99.37 03:54:03 03:47:01 all 0.17 0.00 0.09 0.00 0.01 99.73 03:54:03 03:47:01 0 0.03 0.00 0.12 0.00 0.02 99.83 03:54:03 03:47:01 1 0.12 0.00 0.08 0.00 0.00 99.80 03:54:03 03:47:01 2 0.07 0.00 0.07 0.00 0.00 99.87 03:54:03 03:47:01 3 0.47 0.00 0.08 0.00 0.02 99.43 03:54:03 03:48:01 all 0.16 0.00 0.05 0.00 0.00 99.79 03:54:03 03:48:01 0 0.02 0.00 0.07 0.00 0.00 99.92 03:54:03 03:48:01 1 0.05 0.00 0.05 0.00 0.02 99.88 03:54:03 03:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:54:03 03:48:01 3 0.50 0.00 0.03 0.00 0.00 99.47 03:54:03 03:49:01 all 0.16 0.00 0.03 0.00 0.00 99.80 03:54:03 03:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:54:03 03:49:01 1 0.37 0.00 0.05 0.00 0.00 99.58 03:54:03 03:49:01 2 0.07 0.00 0.05 0.00 0.02 99.87 03:54:03 03:49:01 3 0.20 0.00 0.00 0.00 0.00 99.80 03:54:03 03:50:01 all 0.14 0.00 0.04 0.00 0.00 99.82 03:54:03 03:50:01 0 0.00 0.00 0.07 0.00 0.00 99.93 03:54:03 03:50:01 1 0.52 0.00 0.05 0.00 0.00 99.43 03:54:03 03:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:54:03 03:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:54:03 03:51:01 all 0.17 0.00 0.03 0.00 0.00 99.80 03:54:03 03:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:54:03 03:51:01 1 0.55 0.00 0.03 0.00 0.00 99.42 03:54:03 03:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:54:03 03:51:01 3 0.07 0.00 0.03 0.00 0.00 99.90 03:54:03 03:52:01 all 2.90 0.00 1.81 0.09 0.03 95.18 03:54:03 03:52:01 0 2.95 0.00 2.04 0.15 0.02 94.84 03:54:03 03:52:01 1 3.30 0.00 1.58 0.02 0.03 95.07 03:54:03 03:52:01 2 2.82 0.00 1.96 0.02 0.03 95.17 03:54:03 03:52:01 3 2.52 0.00 1.65 0.17 0.03 95.63 03:54:03 03:53:01 all 16.07 0.00 11.72 5.89 0.30 66.01 03:54:03 03:53:01 0 14.94 0.00 11.13 4.61 0.30 69.02 03:54:03 03:53:01 1 16.72 0.00 11.18 7.50 0.33 64.26 03:54:03 03:53:01 2 16.89 0.00 12.08 6.97 0.24 63.82 03:54:03 03:53:01 3 15.74 0.00 12.48 4.46 0.35 66.97 03:54:03 Average: all 2.47 0.00 1.69 0.71 0.05 95.09 03:54:03 Average: 0 2.24 0.00 1.68 0.56 0.04 95.47 03:54:03 Average: 1 2.63 0.00 1.64 0.97 0.05 94.71 03:54:03 Average: 2 2.52 0.00 1.75 0.76 0.04 94.93 03:54:03 Average: 3 2.48 0.00 1.69 0.53 0.05 95.25 03:54:03 03:54:03 03:54:03