Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 739e19e16cfa887bfffe764182c1d6a58536cb65 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-27317’ is offline Running on prd-centos7-docker-4c-2g-27320 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 739e19e16cfa887bfffe764182c1d6a58536cb65 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 Commit message: "Merge pull request #289 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" > git rev-list --no-walk d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:40:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:40:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:40:02 ========================================================= 10:40:02 EdgeX Global Pipelines Version Info 10:40:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:40:04 ------------------- 10:40:04 stable info: 10:40:04 ------------------- 10:40:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:40:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:40:04 Message: update stable to v1.0.179 10:40:05 ------------------- 10:40:05 experimental info: 10:40:05 ------------------- 10:40:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:40:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:40:05 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:40:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:40:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:40:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:40:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:40:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:40:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:40:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:40:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:40:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:40:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:40:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:40:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:40:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] echo 10:40:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 739e19e [Pipeline] echo 10:40:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:40:08 provisioning config files... 10:40:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6522113104308341895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:40:08 ---> docker-login.sh 10:40:08 nexus3.edgexfoundry.org:10001 10:40:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:09 Configure a credential helper to remove this warning. See 10:40:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:09 10:40:09 Login Succeeded 10:40:09 nexus3.edgexfoundry.org:10002 10:40:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:09 Configure a credential helper to remove this warning. See 10:40:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:09 10:40:09 Login Succeeded 10:40:09 nexus3.edgexfoundry.org:10003 10:40:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:09 Configure a credential helper to remove this warning. See 10:40:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:09 10:40:09 Login Succeeded 10:40:09 nexus3.edgexfoundry.org:10004 10:40:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:09 Configure a credential helper to remove this warning. See 10:40:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:09 10:40:09 Login Succeeded 10:40:09 docker.io 10:40:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:10 Configure a credential helper to remove this warning. See 10:40:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:10 10:40:10 Login Succeeded 10:40:10 ---> docker-login.sh ends [Pipeline] } 10:40:10 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 10:40:11 + git log --format=format:%s -1 739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] echo 10:40:11 GIT_COMMIT: 739e19e16cfa887bfffe764182c1d6a58536cb65, Commit Message: Merge pull request #289 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0 [Pipeline] echo 10:40:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:40:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:40:11 10:40:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:40:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:40:12 latest: Pulling from edgex-devops/git-semver 10:40:12 31603596830f: Pulling fs layer 10:40:12 2a8b12db71e7: Pulling fs layer 10:40:12 6ca5941a6612: Pulling fs layer 10:40:12 ecc8261a40a4: Pulling fs layer 10:40:12 ecc8261a40a4: Waiting 10:40:12 2a8b12db71e7: Verifying Checksum 10:40:12 2a8b12db71e7: Download complete 10:40:12 31603596830f: Verifying Checksum 10:40:12 31603596830f: Download complete 10:40:12 ecc8261a40a4: Verifying Checksum 10:40:12 ecc8261a40a4: Download complete 10:40:12 6ca5941a6612: Verifying Checksum 10:40:12 6ca5941a6612: Download complete 10:40:12 31603596830f: Pull complete 10:40:12 2a8b12db71e7: Pull complete 10:40:13 6ca5941a6612: Pull complete 10:40:13 ecc8261a40a4: Pull complete 10:40:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:40:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:40:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:40:14 prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container 10:40:14 $ 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 10:40:16 $ docker top c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:40:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:40:16 [ssh-agent] Looking for ssh-agent implementation... 10:40:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:40:16 $ docker exec c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e ssh-agent 10:40:16 SSH_AUTH_SOCK=/tmp/ssh-RVtMKys8iO71/agent.12 10:40:16 SSH_AGENT_PID=18 10:40:16 Running ssh-add (command line suppressed) 10:40:16 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2047848760488899748.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2047848760488899748.key) 10:40:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:40:17 + git tag --points-at HEAD [Pipeline] } 10:40:17 $ docker exec --env ******** --env ******** c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e ssh-agent -k 10:40:17 unset SSH_AUTH_SOCK; 10:40:17 unset SSH_AGENT_PID; 10:40:17 echo Agent pid 18 killed; 10:40:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:40:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:40:17 [ssh-agent] Looking for ssh-agent implementation... 10:40:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:40:17 $ docker exec c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e ssh-agent 10:40:17 SSH_AUTH_SOCK=/tmp/ssh-2VioAzmdGf3t/agent.47 10:40:17 SSH_AGENT_PID=53 10:40:17 Running ssh-add (command line suppressed) 10:40:18 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8710489002755155096.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8710489002755155096.key) 10:40:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:40:18 + git semver init 10:40:18 # -> Open(): unable to determine branch for HEAD 10:40:18 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:40:18 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:40:18 # $SEMVER_REMOTE_NAME = origin 10:40:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:40:18 # $SEMVER_USER_NAME = edgex-jenkins 10:40:18 # $SEMVER_BRANCH = master 10:40:18 # $SEMVER_TEMP = /tmp/semver-597218772 10:40:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:40:19 # '/tmp/semver-597218772' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 10:40:19 # -> Force: false 10:40:19 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:40:19 $ docker exec --env ******** --env ******** c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e ssh-agent -k 10:40:19 unset SSH_AUTH_SOCK; 10:40:19 unset SSH_AGENT_PID; 10:40:19 echo Agent pid 53 killed; 10:40:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:40:20 + git semver [Pipeline] } 10:40:20 $ docker stop --time=1 c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e 10:40:21 $ docker rm -f c29bd73aa69df814bfa3b361e5160052d8266a4bf6bd01699dc2be3fe8c5940e [Pipeline] // withDockerContainer [Pipeline] sh 10:40:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:40:22 Stashed 1 file(s) [Pipeline] echo 10:40:22 [edgeXSemver]: initialized semver on version 2.0.0-dev.13 [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 10:40:38 Still waiting to schedule task 10:40:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:40:38 Still waiting to schedule task 10:40:38 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 10:42:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27321 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:42:28 Running in /w/workspace/edgex-ui-go/71 [Pipeline] { [Pipeline] checkout 10:42:33 using credential edgex-jenkins-ssh 10:42:33 Cloning the remote Git repository 10:42:33 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:42:33 > git init /w/workspace/edgex-ui-go/71 # timeout=10 10:42:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:42:33 > git --version # timeout=10 10:42:33 > git --version # 'git version 2.17.1' 10:42:33 using GIT_SSH to set credentials SSH Credentials for GitHub 10:42:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:42:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:42:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:42:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:42:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:42:35 using GIT_SSH to set credentials SSH Credentials for GitHub 10:42:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:42:36 Checking out Revision 739e19e16cfa887bfffe764182c1d6a58536cb65 (master) 10:42:37 Running on prd-centos7-docker-4c-2g-27323 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:42:37 Running in /w/workspace/edgex-ui-go/71 10:42:36 > git config core.sparsecheckout # timeout=10 10:42:36 > git checkout -f 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 [Pipeline] { [Pipeline] checkout 10:42:39 using credential edgex-jenkins-ssh 10:42:39 Cloning the remote Git repository 10:42:40 Commit message: "Merge pull request #289 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" 10:42:39 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:42:39 > git init /w/workspace/edgex-ui-go/71 # timeout=10 10:42:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:42:39 > git --version # timeout=10 10:42:39 > git --version # 'git version 2.24.3' 10:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 10:42:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:42:41 Checking out Revision 739e19e16cfa887bfffe764182c1d6a58536cb65 (master) 10:42:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:42:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:42:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:42:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:42:40 using GIT_SSH to set credentials SSH Credentials for GitHub 10:42:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:42:41 > git config core.sparsecheckout # timeout=10 10:42:41 > git checkout -f 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 10:42:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:42:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:42:43 + true 10:42:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:42:45 provisioning config files... 10:42:45 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/71@tmp/config6588635006355890373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:42:45 Commit message: "Merge pull request #289 from edgexfoundry/dependabot/go_modules/github.com/gorilla/mux-1.8.0" 10:42:45 ---> docker-login.sh 10:42:45 nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:42:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:42:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:46 Configure a credential helper to remove this warning. See 10:42:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:46 10:42:46 Login Succeeded 10:42:46 nexus3.edgexfoundry.org:10002 10:42:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:42:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:47 + sudo service docker restart 10:42:47 + true 10:42:47 Redirecting to /bin/systemctl restart docker.service 10:42:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:47 Configure a credential helper to remove this warning. See 10:42:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:47 10:42:47 Login Succeeded 10:42:47 nexus3.edgexfoundry.org:10003 10:42:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:47 Configure a credential helper to remove this warning. See 10:42:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:47 10:42:47 Login Succeeded 10:42:47 nexus3.edgexfoundry.org:10004 10:42:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:42:48 provisioning config files... 10:42:48 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/71@tmp/config2461332798684083774tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:42:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:48 Configure a credential helper to remove this warning. See 10:42:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:48 10:42:48 Login Succeeded 10:42:48 docker.io 10:42:48 ---> docker-login.sh 10:42:48 nexus3.edgexfoundry.org:10001 10:42:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:49 Configure a credential helper to remove this warning. See 10:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:49 10:42:49 Login Succeeded 10:42:49 nexus3.edgexfoundry.org:10002 10:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:49 Configure a credential helper to remove this warning. See 10:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:49 10:42:49 Login Succeeded 10:42:49 ---> docker-login.sh ends [Pipeline] } 10:42:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 10:42:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:49 Configure a credential helper to remove this warning. See 10:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:49 10:42:49 Login Succeeded 10:42:49 nexus3.edgexfoundry.org:10003 10:42:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] unstash 10:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:49 Configure a credential helper to remove this warning. See 10:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:49 10:42:49 Login Succeeded 10:42:49 nexus3.edgexfoundry.org:10004 10:42:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:49 Configure a credential helper to remove this warning. See 10:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:49 10:42:49 Login Succeeded 10:42:49 docker.io [Pipeline] echo 10:42:49 ========================================================= 10:42:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:42:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:42:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:50 Configure a credential helper to remove this warning. See 10:42:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:50 10:42:50 Login Succeeded 10:42:50 ---> docker-login.sh ends [Pipeline] } 10:42:50 Deleting 1 temporary files 10:42:50 + 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 . [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:42:50 ========================================================= 10:42:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:42:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:42:50 Sending build context to Docker daemon 17.08MB 10:42:50 + 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 . 10:42:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:42:51 Step 2/8 : FROM ${BASE} 10:42:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:42:51 5f621e34cdf4: Pulling fs layer 10:42:51 a4357932f1b6: Pulling fs layer 10:42:51 18c013af1878: Pulling fs layer 10:42:51 00ac8860ef70: Pulling fs layer 10:42:51 63d7cb157983: Pulling fs layer 10:42:51 b116817d02f9: Pulling fs layer 10:42:51 745a02a5169b: Pulling fs layer 10:42:51 63d7cb157983: Waiting 10:42:51 b116817d02f9: Waiting 10:42:51 00ac8860ef70: Waiting 10:42:51 745a02a5169b: Waiting 10:42:51 a4357932f1b6: Verifying Checksum 10:42:51 a4357932f1b6: Download complete 10:42:51 18c013af1878: Verifying Checksum 10:42:51 18c013af1878: Download complete 10:42:51 63d7cb157983: Verifying Checksum 10:42:51 63d7cb157983: Download complete 10:42:51 5f621e34cdf4: Verifying Checksum 10:42:51 5f621e34cdf4: Download complete 10:42:51 b116817d02f9: Verifying Checksum 10:42:51 b116817d02f9: Download complete 10:42:51 Sending build context to Docker daemon 17.08MB 10:42:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:42:51 Step 2/8 : FROM ${BASE} 10:42:51 5f621e34cdf4: Pull complete 10:42:52 a4357932f1b6: Pull complete 10:42:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:42:52 188c0c94c7c5: Pulling fs layer 10:42:52 0ef7d3d256c8: Pulling fs layer 10:42:52 de9db76c5a1d: Pulling fs layer 10:42:52 bca2f99d35d6: Pulling fs layer 10:42:52 93359f2a8cfa: Pulling fs layer 10:42:52 7c6f9722023f: Pulling fs layer 10:42:52 a35cf1a2eb13: Pulling fs layer 10:42:52 7c6f9722023f: Waiting 10:42:52 bca2f99d35d6: Waiting 10:42:52 93359f2a8cfa: Waiting 10:42:52 de9db76c5a1d: Verifying Checksum 10:42:52 de9db76c5a1d: Download complete 10:42:52 0ef7d3d256c8: Verifying Checksum 10:42:52 0ef7d3d256c8: Download complete 10:42:52 93359f2a8cfa: Verifying Checksum 10:42:52 93359f2a8cfa: Download complete 10:42:52 7c6f9722023f: Verifying Checksum 10:42:52 7c6f9722023f: Download complete 10:42:52 188c0c94c7c5: Verifying Checksum 10:42:52 188c0c94c7c5: Download complete 10:42:53 18c013af1878: Pull complete 10:42:53 188c0c94c7c5: Pull complete 10:42:53 0ef7d3d256c8: Pull complete 10:42:53 de9db76c5a1d: Pull complete 10:42:55 745a02a5169b: Verifying Checksum 10:42:55 745a02a5169b: Download complete 10:42:56 a35cf1a2eb13: Verifying Checksum 10:42:56 a35cf1a2eb13: Download complete 10:42:56 bca2f99d35d6: Verifying Checksum 10:42:56 bca2f99d35d6: Download complete 10:42:57 00ac8860ef70: Verifying Checksum 10:42:57 00ac8860ef70: Download complete 10:43:03 bca2f99d35d6: Pull complete 10:43:03 93359f2a8cfa: Pull complete 10:43:03 7c6f9722023f: Pull complete 10:43:07 00ac8860ef70: Pull complete 10:43:07 63d7cb157983: Pull complete 10:43:07 b116817d02f9: Pull complete 10:43:11 a35cf1a2eb13: Pull complete 10:43:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:43:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:43:11 ---> a62c8e92a672 10:43:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:43:11 745a02a5169b: Pull complete 10:43:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:43:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:43:11 ---> b7e6874047d6 10:43:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:43:11 ---> Running in a2a0abdcef53 10:43:12 Removing intermediate container a2a0abdcef53 10:43:12 ---> 56405142a793 10:43:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:12 ---> Running in 91e18563f2c8 10:43:13 Removing intermediate container 91e18563f2c8 10:43:13 ---> 8ed0ca2ce54d 10:43:13 Step 5/8 : RUN apk add --no-cache make git 10:43:13 ---> Running in d7f1dd9c4613 10:43:14 ---> Running in 61a2b8964d62 10:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:43:14 Removing intermediate container 61a2b8964d62 10:43:14 ---> 9b786e387222 10:43:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:14 ---> Running in 41c30f43d46f 10:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:43:15 OK: 166 MiB in 39 packages 10:43:15 Removing intermediate container d7f1dd9c4613 10:43:15 ---> a07bca44c8fe 10:43:15 Step 6/8 : WORKDIR /edgex-ui-go 10:43:16 ---> Running in 3d1fbd7f7141 10:43:16 Removing intermediate container 3d1fbd7f7141 10:43:16 ---> fc7ec4c9ba56 10:43:16 Step 7/8 : COPY . . 10:43:17 Removing intermediate container 41c30f43d46f 10:43:17 ---> 5ae28b2177d8 10:43:17 Step 5/8 : RUN apk add --no-cache make git 10:43:17 ---> Running in d9294ae61860 10:43:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:43:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:43:19 ---> 80dc2cc802a5 10:43:19 Step 8/8 : RUN go mod download 10:43:19 ---> Running in ee1428fc2187 10:43:19 OK: 142 MiB in 39 packages 10:43:20 Removing intermediate container d9294ae61860 10:43:20 ---> 8c1c56e68ad6 10:43:20 Step 6/8 : WORKDIR /edgex-ui-go 10:43:21 ---> Running in e52e26794ed6 10:43:21 Removing intermediate container e52e26794ed6 10:43:21 ---> a5c78047f491 10:43:21 Step 7/8 : COPY . . 10:43:23 ---> b727340bc776 10:43:23 Step 8/8 : RUN go mod download 10:43:24 ---> Running in a1999fe2679c 10:43:41 Removing intermediate container ee1428fc2187 10:43:41 ---> f2212f9669b4 10:43:41 Successfully built f2212f9669b4 10:43:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:43:41 + docker inspect -f . ci-base-image-x86_64 10:43:41 . [Pipeline] withDockerContainer 10:43:41 prd-centos7-docker-4c-2g-27323 does not seem to be running inside a container 10:43:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/71 -v /w/workspace/edgex-ui-go/71:/w/workspace/edgex-ui-go/71:rw,z -v /w/workspace/edgex-ui-go/71@tmp:/w/workspace/edgex-ui-go/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:43:42 $ docker top 117512fb98cecf0760e2fdd68855e3b7c47fcedcbccd1e1bb9b28a3a4b9c0255 -eo pid,comm [Pipeline] { [Pipeline] sh 10:43:43 + go version 10:43:43 go version go1.15.5 linux/amd64 [Pipeline] } 10:43:43 $ docker stop --time=1 117512fb98cecf0760e2fdd68855e3b7c47fcedcbccd1e1bb9b28a3a4b9c0255 10:43:44 $ docker rm -f 117512fb98cecf0760e2fdd68855e3b7c47fcedcbccd1e1bb9b28a3a4b9c0255 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:43:45 + docker inspect -f . ci-base-image-x86_64 10:43:45 . [Pipeline] withDockerContainer 10:43:45 prd-centos7-docker-4c-2g-27323 does not seem to be running inside a container 10:43:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/71 -v /w/workspace/edgex-ui-go/71:/w/workspace/edgex-ui-go/71:rw,z -v /w/workspace/edgex-ui-go/71@tmp:/w/workspace/edgex-ui-go/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:43:46 $ docker top 077ca6565e20cda87cb4cbb1a645ef5f0d02c02de2c7c055e89c5ddfe9270aba -eo pid,comm [Pipeline] { [Pipeline] sh 10:43:46 + make test 10:43:46 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:43:47 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:43:50 Removing intermediate container a1999fe2679c 10:43:50 ---> 36185e502f5c 10:43:50 Successfully built 36185e502f5c 10:43:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:43:51 + docker inspect -f . ci-base-image-arm64 10:43:51 . [Pipeline] withDockerContainer 10:43:51 prd-ubuntu18.04-docker-arm64-4c-16g-27321 does not seem to be running inside a container 10:43:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/71 -v /w/workspace/edgex-ui-go/71:/w/workspace/edgex-ui-go/71:rw,z -v /w/workspace/edgex-ui-go/71@tmp:/w/workspace/edgex-ui-go/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:43:53 $ docker top 534e3a33aff6b366d896ab88a5b8806f85deb08fe1d34ee70b690cc37260eaf9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:43:54 + go version 10:43:54 go version go1.15.5 linux/arm64 [Pipeline] } 10:43:54 $ docker stop --time=1 534e3a33aff6b366d896ab88a5b8806f85deb08fe1d34ee70b690cc37260eaf9 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:43:56 GO111MODULE=on go vet ./... 10:43:56 $ docker rm -f 534e3a33aff6b366d896ab88a5b8806f85deb08fe1d34ee70b690cc37260eaf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] } 10:43:57 $ docker stop --time=1 077ca6565e20cda87cb4cbb1a645ef5f0d02c02de2c7c055e89c5ddfe9270aba 10:43:57 + docker inspect -f . ci-base-image-arm64 10:43:57 . 10:43:59 $ docker rm -f 077ca6565e20cda87cb4cbb1a645ef5f0d02c02de2c7c055e89c5ddfe9270aba [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withDockerContainer 10:43:59 prd-ubuntu18.04-docker-arm64-4c-16g-27321 does not seem to be running inside a container 10:43:59 + sudo chown -R jenkins:jenkins . 10:43:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/71 -v /w/workspace/edgex-ui-go/71:/w/workspace/edgex-ui-go/71:rw,z -v /w/workspace/edgex-ui-go/71@tmp:/w/workspace/edgex-ui-go/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:44:01 $ docker top 289c3abf318bfd79ded1eeece0b5693918db51cf903616aa73e6f96bfe2177b0 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 10:44:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 10:44:02 + make test 10:44:02 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] sh 10:44:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:44:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:44:03 + ls -al . 10:44:03 total 92 10:44:03 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 10:43 . 10:44:03 drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 10:42 .. 10:44:03 drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 10:42 assets 10:44:03 drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 10:42 bin 10:44:03 drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 10:42 cmd 10:44:03 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 10:42 CONTRIBUTING.md 10:44:03 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 10:43 coverage.out 10:44:03 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 10:42 Dockerfile 10:44:03 -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 10:42 Dockerfile.build 10:44:03 drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 10:42 docs 10:44:03 drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 10:42 .git 10:44:03 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 10:42 .github 10:44:03 -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 10:42 .gitignore 10:44:03 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 10:42 go.mod 10:44:03 -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 10:43 go.sum 10:44:03 drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 10:42 internal 10:44:03 -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 10:42 Jenkinsfile 10:44:03 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 10:42 LICENSE 10:44:03 -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 10:42 Makefile 10:44:03 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 10:42 README.md 10:44:03 -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 10:40 VERSION 10:44:03 -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 10:42 version.go 10:44:03 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 10:42 web [Pipeline] isUnix [Pipeline] sh 10:44:04 + 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=739e19e16cfa887bfffe764182c1d6a58536cb65 --label arch=amd64 --label version=2.0.0-dev.13 . 10:44:04 Sending build context to Docker daemon 17.1MB 10:44:04 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:44:04 Step 2/24 : FROM ${BASE} AS builder 10:44:04 ---> f2212f9669b4 10:44:04 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:44:04 ---> Running in 355d05c72152 10:44:05 Removing intermediate container 355d05c72152 10:44:05 ---> 66aaf8092531 10:44:05 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:44:05 ---> Running in f05075df862e 10:44:05 Removing intermediate container f05075df862e 10:44:05 ---> a2c9239ec39b 10:44:05 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:44:05 ---> Running in 20be9097aa9c 10:44:05 Removing intermediate container 20be9097aa9c 10:44:05 ---> 9b5db7d5c480 10:44:05 Step 6/24 : LABEL Name=edgex-ui-go 10:44:05 ---> Running in 8cd1f71708e9 10:44:06 Removing intermediate container 8cd1f71708e9 10:44:06 ---> 94b92677adcd 10:44:06 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:44:06 ---> Running in d275667d0725 10:44:06 Removing intermediate container d275667d0725 10:44:06 ---> a0a59d07b60a 10:44:06 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:44:06 ---> Running in 206731c4ca26 10:44:07 Removing intermediate container 206731c4ca26 10:44:07 ---> 98111501d6d6 10:44:07 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:44:07 ---> Running in f51f39d55ed6 10:44:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:44:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:44:09 OK: 166 MiB in 39 packages 10:44:09 Removing intermediate container f51f39d55ed6 10:44:09 ---> f9870314fa98 10:44:09 Step 10/24 : ENV GO111MODULE=on 10:44:09 ---> Running in 4b5d9e398fbd 10:44:09 Removing intermediate container 4b5d9e398fbd 10:44:09 ---> 7085eb4f0e20 10:44:09 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:44:09 ---> Running in 9888f938edd3 10:44:10 Removing intermediate container 9888f938edd3 10:44:10 ---> 369dc05e8b2a 10:44:10 Step 12/24 : COPY go.mod . 10:44:10 ---> 05f6c1166ce6 10:44:10 Step 13/24 : COPY Makefile . 10:44:10 ---> 5ca7ac8bf676 10:44:10 Step 14/24 : RUN make update 10:44:10 ---> Running in 0c95fec0ad4d 10:44:11 CGO_ENABLED=0 GO111MODULE=on go mod download 10:44:11 Removing intermediate container 0c95fec0ad4d 10:44:11 ---> 9362a3a6c693 10:44:11 Step 15/24 : COPY . . 10:44:13 ---> 5f7a0c27939a 10:44:13 Step 16/24 : RUN ${MAKE} 10:44:13 ---> Running in 502ed03b5080 10:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.13" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:44:22 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:44:25 Removing intermediate container 502ed03b5080 10:44:25 ---> 3e83faefd667 10:44:25 Step 17/24 : FROM alpine:3.12 10:44:25 3.12: Pulling from library/alpine 10:44:25 801bfaa63ef2: Pulling fs layer 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:44:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:44:25 GO111MODULE=on go vet ./... 10:44:25 801bfaa63ef2: Verifying Checksum 10:44:25 801bfaa63ef2: Download complete 10:44:26 801bfaa63ef2: Pull complete 10:44:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:44:26 Status: Downloaded newer image for alpine:3.12 10:44:26 ---> 389fef711851 10:44:26 Step 18/24 : EXPOSE 4000 10:44:26 ---> Running in a361ac64a608 10:44:26 Removing intermediate container a361ac64a608 10:44:26 ---> d2ee49257bb0 10:44:26 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 10:44:27 ---> 795dc3ae9a2a 10:44:27 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:44:27 ---> Running in 9c2ec0ab4bd6 10:44:27 Removing intermediate container 9c2ec0ab4bd6 10:44:27 ---> 91d270f03fab 10:44:27 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:44:27 ---> Running in f618cefc0dea 10:44:27 Removing intermediate container f618cefc0dea 10:44:27 ---> 1ebd464be8ec 10:44:27 Step 22/24 : LABEL arch=amd64 10:44:27 ---> Running in 4d63175e4b87 10:44:27 Removing intermediate container 4d63175e4b87 10:44:27 ---> 9c634211896d 10:44:27 Step 23/24 : LABEL git_sha=739e19e16cfa887bfffe764182c1d6a58536cb65 10:44:28 ---> Running in a00b72cc182a 10:44:28 Removing intermediate container a00b72cc182a 10:44:28 ---> 965b9f533df1 10:44:28 Step 24/24 : LABEL version=2.0.0-dev.13 10:44:28 ---> Running in 6dc7fc992000 10:44:29 Removing intermediate container 6dc7fc992000 10:44:29 ---> ac7d76f6800a 10:44:29 [Warning] One or more build-args [ARCH] were not consumed 10:44:29 Successfully built ac7d76f6800a 10:44:29 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:44:29 provisioning config files... 10:44:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/71@tmp/config8429439247920184434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:44:29 ---> docker-login.sh 10:44:29 nexus3.edgexfoundry.org:10001 10:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:30 Configure a credential helper to remove this warning. See 10:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:30 10:44:30 Login Succeeded 10:44:30 nexus3.edgexfoundry.org:10002 10:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:30 Configure a credential helper to remove this warning. See 10:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:30 10:44:30 Login Succeeded 10:44:30 nexus3.edgexfoundry.org:10003 10:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:30 Configure a credential helper to remove this warning. See 10:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:30 10:44:30 Login Succeeded 10:44:30 nexus3.edgexfoundry.org:10004 10:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:30 Configure a credential helper to remove this warning. See 10:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:30 10:44:30 Login Succeeded 10:44:30 docker.io 10:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:30 Configure a credential helper to remove this warning. See 10:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:30 10:44:30 Login Succeeded 10:44:30 ---> docker-login.sh ends [Pipeline] } 10:44:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:44:31 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 10:44:31 739e19e16cfa887bfffe764182c1d6a58536cb65 10:44:31 latest 10:44:31 2.0.0-dev.13 10:44:31 739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 10:44:31 master 10:44:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] } 10:44:31 $ docker stop --time=1 289c3abf318bfd79ded1eeece0b5693918db51cf903616aa73e6f96bfe2177b0 10:44:33 $ docker rm -f 289c3abf318bfd79ded1eeece0b5693918db51cf903616aa73e6f96bfe2177b0 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 10:44:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:44:34 Warning: overwriting stash ‘coverage-report’ 10:44:34 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] isUnix [Pipeline] sh 10:44:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65 10:44:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:44:34 abd609819c3f: Preparing 10:44:34 777b2c648970: Preparing 10:44:34 777b2c648970: Layer already exists 10:44:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:44:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:44:35 abd609819c3f: Pushed 10:44:36 + ls -al . 10:44:36 total 124 10:44:36 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 10:44 . 10:44:36 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 10:42 .. 10:44:36 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 10:42 .git 10:44:36 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 10:42 .github 10:44:36 -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 10:42 .gitignore 10:44:36 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 10:42 CONTRIBUTING.md 10:44:36 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 10:42 Dockerfile 10:44:36 -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 10:42 Dockerfile.build 10:44:36 -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 10:42 Jenkinsfile 10:44:36 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 10:42 LICENSE 10:44:36 -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 10:42 Makefile 10:44:36 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 10:42 README.md 10:44:36 -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 10:40 VERSION 10:44:36 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 10:42 assets 10:44:36 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 10:42 bin 10:44:36 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 10:42 cmd 10:44:36 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 10:44 coverage.out 10:44:36 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 10:42 docs 10:44:36 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 10:42 go.mod 10:44:36 -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 10:44 go.sum 10:44:36 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 10:42 internal 10:44:36 -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 10:42 version.go 10:44:36 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 10:42 web [Pipeline] isUnix [Pipeline] sh 10:44:36 739e19e16cfa887bfffe764182c1d6a58536cb65: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] isUnix [Pipeline] sh 10:44:36 + 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=739e19e16cfa887bfffe764182c1d6a58536cb65 --label arch=arm64 --label version=2.0.0-dev.13 . 10:44:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 10:44:36 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 10:44:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:44:36 abd609819c3f: Preparing 10:44:36 777b2c648970: Preparing 10:44:36 abd609819c3f: Layer already exists 10:44:36 777b2c648970: Layer already exists 10:44:36 latest: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] isUnix [Pipeline] sh 10:44:37 Sending build context to Docker daemon 17.1MB 10:44:37 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 10:44:37 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:44:37 Step 2/24 : FROM ${BASE} AS builder 10:44:37 ---> 36185e502f5c 10:44:37 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:44:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.13 10:44:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:44:37 abd609819c3f: Preparing 10:44:37 777b2c648970: Preparing 10:44:37 777b2c648970: Layer already exists 10:44:37 abd609819c3f: Layer already exists 10:44:37 2.0.0-dev.13: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] isUnix [Pipeline] sh 10:44:37 ---> Running in 769bc07de902 10:44:37 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 10:44:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 10:44:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:44:38 abd609819c3f: Preparing 10:44:38 777b2c648970: Preparing 10:44:38 abd609819c3f: Layer already exists 10:44:38 777b2c648970: Layer already exists 10:44:38 739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] isUnix [Pipeline] sh 10:44:38 Removing intermediate container 769bc07de902 10:44:38 ---> 695410b1eec6 10:44:38 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:44:38 ---> Running in d044c23f62cb 10:44:38 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 10:44:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 10:44:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:44:38 abd609819c3f: Preparing 10:44:38 777b2c648970: Preparing 10:44:38 abd609819c3f: Layer already exists 10:44:38 777b2c648970: Layer already exists 10:44:38 master: digest: sha256:7d8b86fddfe322b89b5e081cbf0047a73c80b9915286429fc562b76521703fff size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 10:44:38 Removing intermediate container d044c23f62cb 10:44:38 ---> f664cc1c2d80 10:44:38 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:44:38 ---> Running in 72f4341e227b [Pipeline] // withEnv [Pipeline] echo 10:44:38 ===================================================== [Pipeline] echo 10:44:38 taggedImages: 10:44:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65 10:44:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 10:44:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.13 10:44:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 10:44:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 10:44:39 Removing intermediate container 72f4341e227b 10:44:39 ---> 5ea347956432 10:44:39 Step 6/24 : LABEL Name=edgex-ui-go 10:44:39 ---> Running in d3d68fc3138b [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:44:40 Removing intermediate container d3d68fc3138b 10:44:40 ---> 3c7d7e06d1c3 10:44:40 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:44:40 ---> Running in 6098d073dabf 10:44:40 Removing intermediate container 6098d073dabf 10:44:40 ---> 497891cb680d 10:44:40 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:44:40 ---> Running in 094ba5dbab65 10:44:43 Removing intermediate container 094ba5dbab65 10:44:43 ---> cd7f25997dc1 10:44:43 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:44:43 ---> Running in 9ab9f36844cf 10:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:44:45 OK: 142 MiB in 39 packages 10:44:46 Removing intermediate container 9ab9f36844cf 10:44:46 ---> e207f1251181 10:44:46 Step 10/24 : ENV GO111MODULE=on 10:44:47 ---> Running in d8d064be9d10 10:44:47 Removing intermediate container d8d064be9d10 10:44:47 ---> 41ec944aebe4 10:44:47 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:44:47 ---> Running in 27753208755c 10:44:48 Removing intermediate container 27753208755c 10:44:48 ---> 8fc47bafeeb9 10:44:48 Step 12/24 : COPY go.mod . 10:44:48 ---> be66b658a09e 10:44:48 Step 13/24 : COPY Makefile . 10:44:49 ---> 99bddffa92af 10:44:49 Step 14/24 : RUN make update 10:44:49 ---> Running in b80912638eb7 10:44:50 CGO_ENABLED=0 GO111MODULE=on go mod download 10:44:52 Removing intermediate container b80912638eb7 10:44:52 ---> fbe6036ffca9 10:44:52 Step 15/24 : COPY . . 10:44:54 ---> b09b65a1b1fa 10:44:54 Step 16/24 : RUN ${MAKE} 10:44:54 ---> Running in f2841a9d52de 10:44:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.13" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:45:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:45:22 Removing intermediate container f2841a9d52de 10:45:22 ---> e102fc339006 10:45:22 Step 17/24 : FROM alpine:3.12 10:45:22 3.12: Pulling from library/alpine 10:45:23 159e5727ea61: Pulling fs layer 10:45:23 159e5727ea61: Verifying Checksum 10:45:23 159e5727ea61: Download complete 10:45:24 159e5727ea61: Pull complete 10:45:24 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:45:24 Status: Downloaded newer image for alpine:3.12 10:45:24 ---> afeebe901d6b 10:45:24 Step 18/24 : EXPOSE 4000 10:45:24 ---> Running in 34d08a42cf0f 10:45:24 Removing intermediate container 34d08a42cf0f 10:45:24 ---> f7d6824bbf37 10:45:24 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 10:45:26 ---> 7cacdd524a4e 10:45:26 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:45:26 ---> Running in ec8dfa457ed9 10:45:27 Removing intermediate container ec8dfa457ed9 10:45:27 ---> cf9934b8ac86 10:45:27 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:45:27 ---> Running in 7b36cce65aee 10:45:27 Removing intermediate container 7b36cce65aee 10:45:27 ---> f45e87dba1a4 10:45:27 Step 22/24 : LABEL arch=arm64 10:45:27 ---> Running in 45b11b3237fe 10:45:28 Removing intermediate container 45b11b3237fe 10:45:28 ---> 789cdea59f45 10:45:28 Step 23/24 : LABEL git_sha=739e19e16cfa887bfffe764182c1d6a58536cb65 10:45:28 ---> Running in c23c7db55e06 10:45:28 Removing intermediate container c23c7db55e06 10:45:28 ---> ef1bc700dc6f 10:45:28 Step 24/24 : LABEL version=2.0.0-dev.13 10:45:28 ---> Running in 0bd76b78935b 10:45:29 Removing intermediate container 0bd76b78935b 10:45:29 ---> 0a6c80ebdfa1 10:45:29 [Warning] One or more build-args [ARCH] were not consumed 10:45:29 Successfully built 0a6c80ebdfa1 10:45:29 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 10:45:29 provisioning config files... 10:45:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/71@tmp/config6426364187865291177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:45:30 ---> docker-login.sh 10:45:30 nexus3.edgexfoundry.org:10001 10:45:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:30 Configure a credential helper to remove this warning. See 10:45:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:30 10:45:30 Login Succeeded 10:45:30 nexus3.edgexfoundry.org:10002 10:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:31 Configure a credential helper to remove this warning. See 10:45:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:31 10:45:31 Login Succeeded 10:45:31 nexus3.edgexfoundry.org:10003 10:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:32 Configure a credential helper to remove this warning. See 10:45:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:32 10:45:32 Login Succeeded 10:45:32 nexus3.edgexfoundry.org:10004 10:45:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:32 Configure a credential helper to remove this warning. See 10:45:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:32 10:45:32 Login Succeeded 10:45:32 docker.io 10:45:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:33 Configure a credential helper to remove this warning. See 10:45:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:33 10:45:33 Login Succeeded 10:45:33 ---> docker-login.sh ends [Pipeline] } 10:45:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:45:33 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 10:45:33 739e19e16cfa887bfffe764182c1d6a58536cb65 10:45:33 latest 10:45:33 2.0.0-dev.13 10:45:33 739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 10:45:33 master 10:45:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:45:34 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] isUnix [Pipeline] sh 10:45:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65 10:45:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:45:34 b6cc1896f1fd: Preparing 10:45:34 379067d0cb53: Preparing 10:45:34 379067d0cb53: Layer already exists 10:45:38 b6cc1896f1fd: Pushed 10:45:38 739e19e16cfa887bfffe764182c1d6a58536cb65: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] isUnix [Pipeline] sh 10:45:38 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:45:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:45:38 b6cc1896f1fd: Preparing 10:45:38 379067d0cb53: Preparing 10:45:38 379067d0cb53: Layer already exists 10:45:38 b6cc1896f1fd: Layer already exists 10:45:39 latest: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] isUnix [Pipeline] sh 10:45:39 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 10:45:39 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.13 10:45:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:45:39 b6cc1896f1fd: Preparing 10:45:39 379067d0cb53: Preparing 10:45:39 379067d0cb53: Layer already exists 10:45:39 b6cc1896f1fd: Layer already exists 10:45:40 2.0.0-dev.13: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] isUnix [Pipeline] sh 10:45:40 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 10:45:40 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 10:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:45:40 b6cc1896f1fd: Preparing 10:45:40 379067d0cb53: Preparing 10:45:41 b6cc1896f1fd: Layer already exists 10:45:41 379067d0cb53: Layer already exists 10:45:41 739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] isUnix [Pipeline] sh 10:45:41 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:45:41 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 10:45:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:45:41 b6cc1896f1fd: Preparing 10:45:41 379067d0cb53: Preparing 10:45:41 379067d0cb53: Layer already exists 10:45:41 b6cc1896f1fd: Layer already exists 10:45:42 master: digest: sha256:491baed14a6690a5c0a4ac12f6ee886913f298b03dac702e84aaf2f98174c98b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:45:42 ===================================================== [Pipeline] echo 10:45:42 taggedImages: 10:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65 10:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.13 10:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:739e19e16cfa887bfffe764182c1d6a58536cb65-2.0.0-dev.13 10:45:42 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:45:43 provisioning config files... 10:45:43 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1238508463940464684tmp [Pipeline] { [Pipeline] sh 10:45:43 + set +x 10:45:43 + curl -s https://codecov.io/bash 10:45:43 + bash -s -- 10:45:44 10:45:44 _____ _ 10:45:44 / ____| | | 10:45:44 | | ___ __| | ___ ___ _____ __ 10:45:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:45:44 | |___| (_) | (_| | __/ (_| (_) \ V / 10:45:44 \_____\___/ \__,_|\___|\___\___/ \_/ 10:45:44 Bash-20210129-7c25fce 10:45:44 10:45:44 10:45:44 ==> git version 2.24.3 found 10:45:44 ==> 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 10:45:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:45:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:45:44 ==> Jenkins CI detected. 10:45:44 project root: . 10:45:44 --> token set from env 10:45:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:45:44 ==> Running gcov in . (disable via -X gcov) 10:45:44 ==> Python coveragepy not found 10:45:44 ==> Searching for coverage reports in: 10:45:44 + . 10:45:44 -> Found 1 reports 10:45:44 ==> Detecting git/mercurial file structure 10:45:44 ==> Reading reports 10:45:44 + ./coverage.out bytes=10 10:45:44 ==> Appending adjustments 10:45:44 https://docs.codecov.io/docs/fixing-reports 10:45:44 + Found adjustments 10:45:44 ==> Gzipping contents 10:45:44 4.0K /tmp/codecov.sENuFS.gz 10:45:44 ==> Uploading reports 10:45:44 url: https://codecov.io 10:45:44 query: branch=master&commit=739e19e16cfa887bfffe764182c1d6a58536cb65&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:45:44 -> Pinging Codecov 10:45:44 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=739e19e16cfa887bfffe764182c1d6a58536cb65&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:45:44 -> Uploading to 10:45:44 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/739e19e16cfa887bfffe764182c1d6a58536cb65/dd82b190-35ab-4ce3-bb1a-cea307661376.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T104544Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21e766154a65f3b90dde9bf1a7bf3ab825ea4e22d8fd7dffb725fdd136396f15 10:45:44 % Total % Received % Xferd Average Speed Time Time Time Current 10:45:44 Dload Upload Total Spent Left Speed 10:45:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 6074 --:--:-- --:--:-- --:--:-- 6080 10:45:45 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] } 10:45:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:45:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:45:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:45:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:45:46 10:45:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:45:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:45:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:45:47 188c0c94c7c5: Pulling fs layer 10:45:47 0ef7d3d256c8: Pulling fs layer 10:45:47 de9db76c5a1d: Pulling fs layer 10:45:47 0eba1c9be4d2: Pulling fs layer 10:45:47 0d57e429df01: Pulling fs layer 10:45:47 4e4be7b47b0d: Pulling fs layer 10:45:47 e1f770b5df2f: Pulling fs layer 10:45:47 85a0685a4137: Pulling fs layer 10:45:47 0d57e429df01: Waiting 10:45:47 4e4be7b47b0d: Waiting 10:45:47 e1f770b5df2f: Waiting 10:45:47 85a0685a4137: Waiting 10:45:47 0eba1c9be4d2: Waiting 10:45:47 de9db76c5a1d: Verifying Checksum 10:45:47 de9db76c5a1d: Download complete 10:45:47 0ef7d3d256c8: Verifying Checksum 10:45:47 0ef7d3d256c8: Download complete 10:45:47 0d57e429df01: Verifying Checksum 10:45:47 0d57e429df01: Download complete 10:45:47 188c0c94c7c5: Verifying Checksum 10:45:47 4e4be7b47b0d: Verifying Checksum 10:45:47 4e4be7b47b0d: Download complete 10:45:47 188c0c94c7c5: Pull complete 10:45:47 0ef7d3d256c8: Pull complete 10:45:47 de9db76c5a1d: Pull complete 10:45:48 e1f770b5df2f: Verifying Checksum 10:45:48 e1f770b5df2f: Download complete 10:45:50 0eba1c9be4d2: Download complete 10:45:50 85a0685a4137: Verifying Checksum 10:45:50 85a0685a4137: Download complete 10:45:56 0eba1c9be4d2: Pull complete 10:45:56 0d57e429df01: Pull complete 10:45:56 4e4be7b47b0d: Pull complete 10:45:58 e1f770b5df2f: Pull complete 10:46:06 85a0685a4137: Pull complete 10:46:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:46:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:46:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:46:06 prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container 10:46:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:46:07 $ docker top 5a57d584350deb84445841a102e12f70b39b90022f29e7b8b451264f09903db0 -eo pid,comm [Pipeline] { [Pipeline] echo 10:46:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:46:08 + set -o pipefail 10:46:08 + snyk monitor '--org=edgex-jenkins' 10:46:15 10:46:15 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 10:46:15 10:46:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/37968342-85f6-4436-9da0-0b3de6423e49 10:46:15 10:46:15 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:46:15 10:46:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:46:15 10:46:15 10:46:15 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 10:46:15 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:46:15 $ docker stop --time=1 5a57d584350deb84445841a102e12f70b39b90022f29e7b8b451264f09903db0 10:46:17 $ docker rm -f 5a57d584350deb84445841a102e12f70b39b90022f29e7b8b451264f09903db0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 10:46:19 + git log --format=format:%s -1 739e19e16cfa887bfffe764182c1d6a58536cb65 [Pipeline] isUnix [Pipeline] sh 10:46:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:46:19 . [Pipeline] withDockerContainer 10:46:19 prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container 10:46:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:46:20 $ docker top 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:46:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:46:20 [ssh-agent] Looking for ssh-agent implementation... 10:46:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:46:21 $ docker exec 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf ssh-agent 10:46:21 SSH_AUTH_SOCK=/tmp/ssh-7A1DnRoQlMUo/agent.11 10:46:21 SSH_AGENT_PID=16 10:46:21 Running ssh-add (command line suppressed) 10:46:21 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8372151581587314862.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8372151581587314862.key) 10:46:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:46:21 + git semver tag 10:46:21 # -> Open(): unable to determine branch for HEAD 10:46:21 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:46:21 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:46:21 # $SEMVER_REMOTE_NAME = origin 10:46:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:46:21 # $SEMVER_USER_NAME = edgex-jenkins 10:46:21 # $SEMVER_BRANCH = master 10:46:21 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:46:21 # 739e19e16cfa887bfffe764182c1d6a58536cb65 HEAD 10:46:21 # -> Force: false 10:46:21 # 34cd4fa78c2de6f74118aba4329a9035da95faf0 refs/tags/v2.0.0-dev.13 [Pipeline] } 10:46:21 $ docker exec --env ******** --env ******** 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf ssh-agent -k 10:46:21 unset SSH_AUTH_SOCK; 10:46:21 unset SSH_AGENT_PID; 10:46:21 echo Agent pid 16 killed; 10:46:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:46:22 + git semver [Pipeline] } 10:46:22 $ docker stop --time=1 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf 10:46:23 $ docker rm -f 261dd240f93ab0662ea85c2acf397edf538559e73e09a2760fca687ecf3528cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:46:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:46:24 10:46:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:46:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:46:24 0.23.1-centos7: Pulling from edgex-lftools 10:46:24 ab5ef0e58194: Pulling fs layer 10:46:24 9712f1f96733: Pulling fs layer 10:46:24 63f879dbbcfc: Pulling fs layer 10:46:24 0d9ebad4ef96: Pulling fs layer 10:46:24 e9a5061849ea: Pulling fs layer 10:46:24 d747dcd14b5f: Pulling fs layer 10:46:24 2de7ff778b66: Pulling fs layer 10:46:24 0d9ebad4ef96: Waiting 10:46:24 e9a5061849ea: Waiting 10:46:24 2de7ff778b66: Waiting 10:46:24 d747dcd14b5f: Waiting 10:46:24 9712f1f96733: Verifying Checksum 10:46:24 9712f1f96733: Download complete 10:46:26 63f879dbbcfc: Verifying Checksum 10:46:26 63f879dbbcfc: Download complete 10:46:26 e9a5061849ea: Verifying Checksum 10:46:26 e9a5061849ea: Download complete 10:46:26 d747dcd14b5f: Verifying Checksum 10:46:26 d747dcd14b5f: Download complete 10:46:27 0d9ebad4ef96: Verifying Checksum 10:46:27 0d9ebad4ef96: Download complete 10:46:27 2de7ff778b66: Verifying Checksum 10:46:27 2de7ff778b66: Download complete 10:46:27 ab5ef0e58194: Verifying Checksum 10:46:27 ab5ef0e58194: Download complete 10:46:32 ab5ef0e58194: Pull complete 10:46:32 9712f1f96733: Pull complete 10:46:35 63f879dbbcfc: Pull complete 10:46:41 0d9ebad4ef96: Pull complete 10:46:43 e9a5061849ea: Pull complete 10:46:43 d747dcd14b5f: Pull complete 10:46:45 2de7ff778b66: Pull complete 10:46:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:46:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:46:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:46:46 prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container 10:46:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:46:50 $ docker top f0b0936ccf838a6eaa4281d76df0f30fc71d0225bff00eddcf65be298e6a50eb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:46:50 provisioning config files... 10:46:50 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8376993802869565546tmp 10:46:50 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3452911138245110167tmp 10:46:50 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config73659354032470966tmp [Pipeline] { [Pipeline] echo 10:46:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:46:50 ---> sigul-configuration.sh 10:46:50 gpg: directory `/root/.gnupg' created 10:46:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:46:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:46:50 gpg: keyring `/root/.gnupg/secring.gpg' created 10:46:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:46:50 gpg: CAST5 encrypted data 10:46:51 gpg: encrypted with 1 passphrase 10:46:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:46:51 + mkdir /home/jenkins 10:46:51 + mkdir /home/jenkins/sigul [Pipeline] sh 10:46:51 + 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 10:46:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:46:52 ---> sigul-install.sh 10:46:57 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:46:57 + git tag --list 10:46:57 0.1.1 10:46:57 v1.1.0 10:46:57 v1.2.0 10:46:57 v1.2.1 10:46:57 v1.3.0 10:46:57 v2.0.0-dev.1 10:46:57 v2.0.0-dev.10 10:46:57 v2.0.0-dev.11 10:46:57 v2.0.0-dev.12 10:46:57 v2.0.0-dev.13 10:46:57 v2.0.0-dev.2 10:46:57 v2.0.0-dev.3 10:46:57 v2.0.0-dev.4 10:46:57 v2.0.0-dev.5 10:46:57 v2.0.0-dev.6 10:46:57 v2.0.0-dev.7 10:46:57 v2.0.0-dev.8 10:46:57 v2.0.0-dev.9 [Pipeline] sh 10:46:57 + lftools sign git-tag v2.0.0-dev.13 10:46:59 Signing Git tag with Sigul... 10:46:59 Signing v2.0.0-dev.13 [Pipeline] echo 10:47:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:47:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:47:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:47:01 $ docker stop --time=1 f0b0936ccf838a6eaa4281d76df0f30fc71d0225bff00eddcf65be298e6a50eb 10:47:03 $ docker rm -f f0b0936ccf838a6eaa4281d76df0f30fc71d0225bff00eddcf65be298e6a50eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:47:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:47:04 . [Pipeline] withDockerContainer 10:47:04 prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container 10:47:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:47:05 $ docker top 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:47:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:47:05 [ssh-agent] Looking for ssh-agent implementation... 10:47:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:47:05 $ docker exec 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 ssh-agent 10:47:05 SSH_AUTH_SOCK=/tmp/ssh-geIphnic6Mg0/agent.11 10:47:05 SSH_AGENT_PID=16 10:47:05 Running ssh-add (command line suppressed) 10:47:05 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_93208029981200635.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_93208029981200635.key) 10:47:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:47:06 + git semver bump pre 10:47:06 # -> Open(): unable to determine branch for HEAD 10:47:06 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:47:06 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:47:06 # $SEMVER_REMOTE_NAME = origin 10:47:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:47:06 # $SEMVER_USER_NAME = edgex-jenkins 10:47:06 # $SEMVER_BRANCH = master 10:47:06 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:47:06 2.0.0-dev.14 [Pipeline] } 10:47:06 $ docker exec --env ******** --env ******** 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 ssh-agent -k 10:47:06 unset SSH_AUTH_SOCK; 10:47:06 unset SSH_AGENT_PID; 10:47:06 echo Agent pid 16 killed; 10:47:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:47:07 + git semver [Pipeline] } 10:47:07 $ docker stop --time=1 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 10:47:08 $ docker rm -f 4171596c41fc5874628667b1e1f5911185b092853288115af55c59d32a5a8b75 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:47:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:47:09 . [Pipeline] withDockerContainer 10:47:09 prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container 10:47:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:47:10 $ docker top be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:47:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:47:10 [ssh-agent] Looking for ssh-agent implementation... 10:47:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:47:10 $ docker exec be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 ssh-agent 10:47:10 SSH_AUTH_SOCK=/tmp/ssh-gS6xqM9agc8b/agent.11 10:47:10 SSH_AGENT_PID=16 10:47:10 Running ssh-add (command line suppressed) 10:47:10 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9047158285164656251.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_9047158285164656251.key) 10:47:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:47:11 + git semver push 10:47:11 # -> Open(): unable to determine branch for HEAD 10:47:11 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:47:11 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:47:11 # $SEMVER_REMOTE_NAME = origin 10:47:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:47:11 # $SEMVER_USER_NAME = edgex-jenkins 10:47:11 # $SEMVER_BRANCH = master 10:47:11 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:47:16 $ docker exec --env ******** --env ******** be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 ssh-agent -k 10:47:16 unset SSH_AUTH_SOCK; 10:47:16 unset SSH_AGENT_PID; 10:47:16 echo Agent pid 16 killed; 10:47:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:47:17 + git semver [Pipeline] } 10:47:17 $ docker stop --time=1 be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 10:47:18 $ docker rm -f be0fd7a8dd72701d88b2afeaa399e13644121a43154338d9a2e41bd9352ef965 [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 10:47:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:47:21 ---> package-listing.sh 10:47:21 ++ facter osfamily 10:47:21 ++ tr '[:upper:]' '[:lower:]' 10:47:21 + OS_FAMILY=redhat 10:47:21 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 10:47:21 + START_PACKAGES=/tmp/packages_start.txt 10:47:21 + END_PACKAGES=/tmp/packages_end.txt 10:47:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:47:21 + PACKAGES=/tmp/packages_start.txt 10:47:21 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:47:21 + PACKAGES=/tmp/packages_end.txt 10:47:21 + case "${OS_FAMILY}" in 10:47:21 + rpm -qa 10:47:21 + sort 10:47:26 + '[' -f /tmp/packages_start.txt ']' 10:47:26 + '[' -f /tmp/packages_end.txt ']' 10:47:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:47:26 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:47:26 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 10:47:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 10:47:26 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:47:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:47:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:47:27 10:47:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:47:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:47:27 alpine: Pulling from edgex-lftools-log-publisher 10:47:27 df20fa9351a1: Pulling fs layer 10:47:27 36b3adc4ff6f: Pulling fs layer 10:47:27 8ad3a11d3b57: Pulling fs layer 10:47:27 46f8f816bc3b: Pulling fs layer 10:47:27 93b61091891f: Pulling fs layer 10:47:27 93b9cdb0e59b: Pulling fs layer 10:47:27 5e14af77c1be: Pulling fs layer 10:47:27 01666e4c0597: Pulling fs layer 10:47:27 aa168da1d23b: Pulling fs layer 10:47:27 46f8f816bc3b: Waiting 10:47:27 93b9cdb0e59b: Waiting 10:47:27 01666e4c0597: Waiting 10:47:27 aa168da1d23b: Waiting 10:47:27 5e14af77c1be: Waiting 10:47:27 36b3adc4ff6f: Verifying Checksum 10:47:27 36b3adc4ff6f: Download complete 10:47:27 46f8f816bc3b: Verifying Checksum 10:47:27 46f8f816bc3b: Download complete 10:47:27 df20fa9351a1: Download complete 10:47:27 93b9cdb0e59b: Verifying Checksum 10:47:27 93b9cdb0e59b: Download complete 10:47:27 93b61091891f: Verifying Checksum 10:47:27 93b61091891f: Download complete 10:47:27 5e14af77c1be: Verifying Checksum 10:47:27 5e14af77c1be: Download complete 10:47:27 01666e4c0597: Verifying Checksum 10:47:27 01666e4c0597: Download complete 10:47:27 8ad3a11d3b57: Verifying Checksum 10:47:27 8ad3a11d3b57: Download complete 10:47:28 df20fa9351a1: Pull complete 10:47:28 36b3adc4ff6f: Pull complete 10:47:29 aa168da1d23b: Verifying Checksum 10:47:29 aa168da1d23b: Download complete 10:47:29 8ad3a11d3b57: Pull complete 10:47:29 46f8f816bc3b: Pull complete 10:47:30 93b61091891f: Pull complete 10:47:30 93b9cdb0e59b: Pull complete 10:47:30 5e14af77c1be: Pull complete 10:47:30 01666e4c0597: Pull complete 10:47:38 aa168da1d23b: Pull complete 10:47:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:47:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:47:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:47:39 prd-centos7-docker-4c-2g-27320 does not seem to be running inside a container 10:47:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:47:41 $ docker top 565163918a36d48da4ea16101f862c40a34ced7b8b7774a5df9b6b429a122eb0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:47:42 + touch /tmp/pre-build-complete [Pipeline] sh 10:47:42 + mkdir -p /var/log/sa [Pipeline] sh 10:47:42 + ls /var/log/sa-host 10:47:42 + sadf -c /var/log/sa-host/sa23 10:47:42 file_magic: OK 10:47:42 HZ: Using current value: 100 10:47:42 file_header: OK 10:47:42 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 10:47:42 Statistics: 10:47:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:47:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:47:43 provisioning config files... 10:47:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config858034058115303830tmp [Pipeline] { [Pipeline] echo 10:47:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:47:43 ---> create-netrc.sh [Pipeline] } 10:47:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:47:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:47:43 ---> python-tools-install.sh [Pipeline] echo 10:47:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:47:44 ---> sudo-logs.sh 10:47:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:47:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:47:44 ---> job-cost.sh 10:47:44 lf-activate-venv: SKIPPING 10:47:44 INFO: No Stack... 10:47:46 INFO: Retrieving Pricing Info for: v1-standard-2 10:47:46 INFO: Archiving Costs [Pipeline] echo 10:47:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:47:46 ---> logs-deploy.sh 10:47:46 lf-activate-venv: SKIPPING 10:47:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/71 10:47:46 INFO: archiving workspace using pattern(s): 10:47:48 Archives upload complete. 10:47:48 INFO: archiving logs to Nexus 10:47:49 ---> uname -a: 10:47:49 Linux prd-centos7-docker-4c-2g-27320.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:47:49 10:47:49 10:47:49 ---> lscpu: 10:47:49 Architecture: x86_64 10:47:49 CPU op-mode(s): 32-bit, 64-bit 10:47:49 Byte Order: Little Endian 10:47:49 Address sizes: 40 bits physical, 48 bits virtual 10:47:49 CPU(s): 4 10:47:49 On-line CPU(s) list: 0-3 10:47:49 Thread(s) per core: 1 10:47:49 Core(s) per socket: 1 10:47:49 Socket(s): 4 10:47:49 NUMA node(s): 1 10:47:49 Vendor ID: GenuineIntel 10:47:49 CPU family: 6 10:47:49 Model: 44 10:47:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:47:49 Stepping: 1 10:47:49 CPU MHz: 2933.442 10:47:49 BogoMIPS: 5866.88 10:47:49 Virtualization: VT-x 10:47:49 Hypervisor vendor: KVM 10:47:49 Virtualization type: full 10:47:49 L1d cache: 128 KiB 10:47:49 L1i cache: 128 KiB 10:47:49 L2 cache: 16 MiB 10:47:49 L3 cache: 64 MiB 10:47:49 NUMA node0 CPU(s): 0-3 10:47:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:47:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:47:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:47:49 Vulnerability Meltdown: Mitigation; PTI 10:47:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:47:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:47:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:47:49 Vulnerability Srbds: Not affected 10:47:49 Vulnerability Tsx async abort: Not affected 10:47:49 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 10:47:49 10:47:49 10:47:49 ---> nproc: 10:47:49 4 10:47:49 10:47:49 10:47:49 ---> df -h: 10:47:49 Filesystem Size Used Available Use% Mounted on 10:47:49 overlay 50.0G 8.6G 41.4G 17% / 10:47:49 tmpfs 64.0M 0 64.0M 0% /dev 10:47:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:47:49 shm 64.0M 0 64.0M 0% /dev/shm 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 10:47:49 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 10:47:49 10:47:49 10:47:49 ---> free -m: 10:47:49 total used free shared buff/cache available 10:47:49 Mem: 1837 839 144 0 852 933 10:47:49 Swap: 1023 3 1020 10:47:49 10:47:49 10:47:49 ---> ip addr: 10:47:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:47:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:47:49 inet 127.0.0.1/8 scope host lo 10:47:49 valid_lft forever preferred_lft forever 10:47:49 inet6 ::1/128 scope host 10:47:49 valid_lft forever preferred_lft forever 10:47:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:47:49 link/ether fa:16:3e:e0:2b:28 brd ff:ff:ff:ff:ff:ff 10:47:49 inet 10.30.123.44/23 brd 10.30.123.255 scope global dynamic eth0 10:47:49 valid_lft 85902sec preferred_lft 85902sec 10:47:49 inet6 fe80::f816:3eff:fee0:2b28/64 scope link 10:47:49 valid_lft forever preferred_lft forever 10:47:49 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:47:49 link/ether 02:42:21:37:48:db brd ff:ff:ff:ff:ff:ff 10:47:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:47:49 valid_lft forever preferred_lft forever 10:47:49 inet6 fe80::42:21ff:fe37:48db/64 scope link 10:47:49 valid_lft forever preferred_lft forever 10:47:49 10:47:49 10:47:49 ---> sar -b -r -n DEV: 10:47:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 10:47:49 10:47:49 10:39:20 LINUX RESTART (4 CPU) 10:47:49 10:47:49 10:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:47:49 10:41:01 33.75 13.05 20.70 0.00 4605.39 3729.05 0.00 10:47:49 10:42:01 1.77 0.00 1.77 0.00 0.00 32.26 0.00 10:47:49 10:43:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 10:47:49 10:44:02 0.23 0.00 0.23 0.00 0.00 2.83 0.00 10:47:49 10:45:01 0.24 0.00 0.24 0.00 0.00 3.46 0.00 10:47:49 10:46:01 118.50 58.66 59.83 0.00 2640.52 23076.99 0.00 10:47:49 10:47:01 369.93 187.57 182.36 0.00 10355.27 42321.93 0.00 10:47:49 Average: 75.18 37.15 38.03 0.00 2521.56 9909.82 0.00 10:47:49 10:47:49 10:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:47:49 10:41:01 145604 0 632292 33.60 2620 1101028 1114468 38.03 423008 1113312 20 10:47:49 10:42:01 148760 0 629128 33.44 2620 1101036 1079192 36.83 423992 1110020 8 10:47:49 10:43:01 148796 0 629088 33.43 2620 1101040 1079252 36.83 430044 1104304 8 10:47:49 10:44:02 148916 0 628964 33.43 2620 1101044 1079060 36.83 430616 1103792 12 10:47:49 10:45:01 145548 0 632328 33.61 2620 1101048 1079192 36.83 449384 1088428 20 10:47:49 10:46:01 82960 0 757176 40.24 2620 1038788 1506576 51.42 543840 1004088 93460 10:47:49 10:47:01 124544 0 813632 43.24 1492 941876 1402604 47.87 677888 737728 78156 10:47:49 Average: 135018 0 674658 35.86 2459 1069409 1191478 40.66 482682 1037382 24526 10:47:49 10:47:49 10:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:47:49 10:41:01 eth0 193.77 159.02 565.19 40.98 0.00 0.00 0.00 0.00 10:47:49 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:41:01 docker0 45.74 32.15 3.82 113.32 0.00 0.00 0.00 0.00 10:47:49 10:42:01 eth0 5.36 2.05 3.48 0.28 0.00 0.00 0.00 0.00 10:47:49 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:43:01 eth0 1.55 0.87 0.82 0.59 0.00 0.00 0.00 0.00 10:47:49 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:44:02 eth0 0.58 0.08 0.04 0.04 0.00 0.00 0.00 0.00 10:47:49 10:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:45:01 eth0 1.20 0.46 0.46 0.24 0.00 0.00 0.00 0.00 10:47:49 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:46:01 eth0 428.27 373.26 4075.81 30.25 0.00 0.00 0.00 0.00 10:47:49 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:47:01 vethc860379 22.31 33.41 1.50 217.28 0.00 0.00 0.00 0.00 10:47:49 10:47:01 eth0 511.93 444.41 3566.51 101.54 0.00 0.00 0.00 0.00 10:47:49 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 10:47:01 docker0 65.52 74.51 5.37 324.48 0.00 0.00 0.00 0.00 10:47:49 Average: vethc860379 3.20 4.79 0.22 31.14 0.00 0.00 0.00 0.00 10:47:49 Average: eth0 163.69 140.41 1176.45 24.92 0.00 0.00 0.00 0.00 10:47:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:47:49 Average: docker0 15.94 15.28 1.32 62.72 0.00 0.00 0.00 0.00 10:47:49 10:47:49 10:47:49 ---> sar -P ALL: 10:47:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 10:47:49 10:47:49 10:39:20 LINUX RESTART (4 CPU) 10:47:49 10:47:49 10:40:01 CPU %user %nice %system %iowait %steal %idle 10:47:49 10:41:01 all 3.61 0.00 1.96 0.56 0.01 93.85 10:47:49 10:41:01 0 3.83 0.00 1.81 0.29 0.02 94.05 10:47:49 10:41:01 1 3.37 0.00 2.25 1.36 0.02 93.01 10:47:49 10:41:01 2 3.72 0.00 2.01 0.47 0.00 93.80 10:47:49 10:41:01 3 3.54 0.00 1.78 0.13 0.02 94.53 10:47:49 10:42:01 all 0.19 0.00 0.03 0.00 0.00 99.78 10:47:49 10:42:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:47:49 10:42:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:47:49 10:42:01 2 0.53 0.00 0.03 0.00 0.00 99.43 10:47:49 10:42:01 3 0.10 0.00 0.05 0.00 0.00 99.85 10:47:49 10:43:01 all 0.11 0.00 0.06 0.00 0.01 99.82 10:47:49 10:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:47:49 10:43:01 1 0.23 0.00 0.07 0.00 0.00 99.70 10:47:49 10:43:01 2 0.08 0.00 0.07 0.00 0.02 99.83 10:47:49 10:43:01 3 0.08 0.00 0.08 0.00 0.00 99.83 10:47:49 10:44:02 all 0.15 0.00 0.04 0.00 0.00 99.81 10:47:49 10:44:02 0 0.00 0.00 0.03 0.00 0.00 99.97 10:47:49 10:44:02 1 0.52 0.00 0.03 0.00 0.00 99.45 10:47:49 10:44:02 2 0.05 0.00 0.03 0.00 0.00 99.92 10:47:49 10:44:02 3 0.03 0.00 0.05 0.00 0.00 99.92 10:47:49 10:45:01 all 0.17 0.00 0.06 0.00 0.00 99.77 10:47:49 10:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:47:49 10:45:01 1 0.29 0.00 0.15 0.00 0.00 99.56 10:47:49 10:45:01 2 0.20 0.00 0.03 0.00 0.00 99.76 10:47:49 10:45:01 3 0.14 0.00 0.03 0.00 0.00 99.83 10:47:49 10:46:01 all 5.95 0.00 3.58 0.71 0.04 89.71 10:47:49 10:46:01 0 5.72 0.00 4.35 0.68 0.02 89.23 10:47:49 10:46:01 1 5.88 0.00 3.34 0.32 0.07 90.39 10:47:49 10:46:01 2 6.25 0.00 3.48 1.35 0.05 88.87 10:47:49 10:46:01 3 5.97 0.00 3.17 0.51 0.03 90.33 10:47:49 10:47:01 all 14.03 0.00 9.28 5.74 0.09 70.87 10:47:49 10:47:01 0 12.84 0.00 10.38 5.46 0.10 71.21 10:47:49 10:47:01 1 14.04 0.00 8.63 6.00 0.10 71.22 10:47:49 10:47:01 2 16.82 0.00 10.07 5.61 0.09 67.42 10:47:49 10:47:01 3 12.40 0.00 8.04 5.86 0.07 73.63 10:47:49 Average: all 3.42 0.00 2.12 0.99 0.02 93.45 10:47:49 Average: 0 3.18 0.00 2.35 0.90 0.02 93.55 10:47:49 Average: 1 3.45 0.00 2.05 1.09 0.03 93.38 10:47:49 Average: 2 3.91 0.00 2.22 1.05 0.02 92.80 10:47:49 Average: 3 3.15 0.00 1.87 0.91 0.02 94.06 10:47:49 10:47:49 10:47:49