Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d55611448001badf3f86a355cc3eabf57582dc86 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27294 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d55611448001badf3f86a355cc3eabf57582dc86 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.2" > git rev-list --no-walk e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:24:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:24:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:24:11 ========================================================= 08:24:11 EdgeX Global Pipelines Version Info 08:24:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:24:12 ------------------- 08:24:12 stable info: 08:24:12 ------------------- 08:24:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:24:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:24:12 Message: update stable to v1.0.179 08:24:13 ------------------- 08:24:13 experimental info: 08:24:13 ------------------- 08:24:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:24:13 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:24:13 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:24:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:24:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:24:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:24:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:24:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] echo 08:24:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d556114 [Pipeline] echo 08:24:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:24:17 provisioning config files... 08:24:17 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6525689325000139192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:24:17 ---> docker-login.sh 08:24:17 nexus3.edgexfoundry.org:10001 08:24:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:18 Configure a credential helper to remove this warning. See 08:24:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:18 08:24:18 Login Succeeded 08:24:18 nexus3.edgexfoundry.org:10002 08:24:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:18 Configure a credential helper to remove this warning. See 08:24:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:18 08:24:18 Login Succeeded 08:24:18 nexus3.edgexfoundry.org:10003 08:24:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:18 Configure a credential helper to remove this warning. See 08:24:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:18 08:24:18 Login Succeeded 08:24:18 nexus3.edgexfoundry.org:10004 08:24:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:18 Configure a credential helper to remove this warning. See 08:24:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:18 08:24:18 Login Succeeded 08:24:18 docker.io 08:24:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:19 Configure a credential helper to remove this warning. See 08:24:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:19 08:24:19 Login Succeeded 08:24:19 ---> docker-login.sh ends [Pipeline] } 08:24:19 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 08:24:19 + git log --format=format:%s -1 d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] echo 08:24:20 GIT_COMMIT: d55611448001badf3f86a355cc3eabf57582dc86, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.2 [Pipeline] echo 08:24:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:24:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:24:21 08:24:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:24:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:24:21 latest: Pulling from edgex-devops/git-semver 08:24:21 31603596830f: Pulling fs layer 08:24:21 2a8b12db71e7: Pulling fs layer 08:24:21 6ca5941a6612: Pulling fs layer 08:24:21 ecc8261a40a4: Pulling fs layer 08:24:21 ecc8261a40a4: Waiting 08:24:21 2a8b12db71e7: Verifying Checksum 08:24:21 2a8b12db71e7: Download complete 08:24:21 31603596830f: Verifying Checksum 08:24:21 31603596830f: Download complete 08:24:21 ecc8261a40a4: Verifying Checksum 08:24:21 ecc8261a40a4: Download complete 08:24:21 6ca5941a6612: Verifying Checksum 08:24:21 6ca5941a6612: Download complete 08:24:21 31603596830f: Pull complete 08:24:21 2a8b12db71e7: Pull complete 08:24:22 6ca5941a6612: Pull complete 08:24:22 ecc8261a40a4: Pull complete 08:24:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:24:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:24:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:24:22 prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container 08:24:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:24:25 $ docker top 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:24:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:24:25 [ssh-agent] Looking for ssh-agent implementation... 08:24:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:24:25 $ docker exec 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 ssh-agent 08:24:25 SSH_AUTH_SOCK=/tmp/ssh-cHziu4InoYRR/agent.12 08:24:25 SSH_AGENT_PID=18 08:24:25 Running ssh-add (command line suppressed) 08:24:26 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7040187009420083014.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7040187009420083014.key) 08:24:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:24:26 + git tag --points-at HEAD [Pipeline] } 08:24:26 $ docker exec --env ******** --env ******** 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 ssh-agent -k 08:24:26 unset SSH_AUTH_SOCK; 08:24:26 unset SSH_AGENT_PID; 08:24:26 echo Agent pid 18 killed; 08:24:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:24:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:24:26 [ssh-agent] Looking for ssh-agent implementation... 08:24:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:24:26 $ docker exec 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 ssh-agent 08:24:27 SSH_AUTH_SOCK=/tmp/ssh-TOYumaEXPEmz/agent.46 08:24:27 SSH_AGENT_PID=51 08:24:27 Running ssh-add (command line suppressed) 08:24:27 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2220453008976110686.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2220453008976110686.key) 08:24:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:24:27 + git semver init 08:24:27 # -> Open(): unable to determine branch for HEAD 08:24:27 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 08:24:27 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 08:24:27 # $SEMVER_REMOTE_NAME = origin 08:24:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:24:27 # $SEMVER_USER_NAME = edgex-jenkins 08:24:27 # $SEMVER_BRANCH = master 08:24:27 # $SEMVER_TEMP = /tmp/semver-459170872 08:24:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 08:24:28 # '/tmp/semver-459170872' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 08:24:28 # -> Force: false 08:24:28 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 08:24:28 $ docker exec --env ******** --env ******** 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 ssh-agent -k 08:24:28 unset SSH_AUTH_SOCK; 08:24:28 unset SSH_AGENT_PID; 08:24:28 echo Agent pid 51 killed; 08:24:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:24:29 + git semver [Pipeline] } 08:24:29 $ docker stop --time=1 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 08:24:30 $ docker rm -f 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 [Pipeline] // withDockerContainer [Pipeline] sh 08:24:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:24:31 Stashed 1 file(s) [Pipeline] echo 08:24:31 [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [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 08:24:46 Still waiting to schedule task 08:24:46 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27294’ 08:24:46 Still waiting to schedule task 08:24:46 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 08:26:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27295 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 08:26:42 Running in /w/workspace/edgex-ui-go/69 [Pipeline] { [Pipeline] checkout 08:26:47 using credential edgex-jenkins-ssh 08:26:47 Running on prd-centos7-docker-4c-2g-27297 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { 08:26:47 Cloning the remote Git repository [Pipeline] ws 08:26:47 Running in /w/workspace/edgex-ui-go/69 [Pipeline] { [Pipeline] checkout 08:26:47 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:26:47 > git init /w/workspace/edgex-ui-go/69 # timeout=10 08:26:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:26:47 > git --version # timeout=10 08:26:47 > git --version # 'git version 2.17.1' 08:26:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:26:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:26:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:26:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:26:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:26:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:26:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:26:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:26:49 Checking out Revision d55611448001badf3f86a355cc3eabf57582dc86 (master) 08:26:50 using credential edgex-jenkins-ssh 08:26:50 Cloning the remote Git repository 08:26:50 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:26:50 > git init /w/workspace/edgex-ui-go/69 # timeout=10 08:26:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:26:50 > git --version # timeout=10 08:26:50 > git --version # 'git version 2.24.3' 08:26:50 using GIT_SSH to set credentials SSH Credentials for GitHub 08:26:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:26:49 > git config core.sparsecheckout # timeout=10 08:26:49 > git checkout -f d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 08:26:51 Checking out Revision d55611448001badf3f86a355cc3eabf57582dc86 (master) 08:26:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:26:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:26:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:26:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:26:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:26:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:26:51 > git config core.sparsecheckout # timeout=10 08:26:51 > git checkout -f d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 08:26:54 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:26:55 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.2" 08:26:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:26:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:26:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:26:56 + sudo service docker restart 08:26:56 + true 08:26:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:26:57 + sudo service docker restart 08:26:57 + true 08:26:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:26:58 provisioning config files... 08:26:58 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/69@tmp/config6186500203430091084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:26:58 ---> docker-login.sh 08:26:58 nexus3.edgexfoundry.org:10001 08:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:59 Configure a credential helper to remove this warning. See 08:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:59 08:26:59 Login Succeeded 08:26:59 nexus3.edgexfoundry.org:10002 08:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:59 Configure a credential helper to remove this warning. See 08:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:59 08:26:59 Login Succeeded 08:26:59 nexus3.edgexfoundry.org:10003 08:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:26:59 provisioning config files... 08:26:59 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/69@tmp/config762207302176980405tmp 08:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:59 Configure a credential helper to remove this warning. See 08:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:59 08:26:59 Login Succeeded 08:26:59 nexus3.edgexfoundry.org:10004 08:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:59 Configure a credential helper to remove this warning. See 08:26:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:59 08:26:59 Login Succeeded 08:26:59 docker.io [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:00 ---> docker-login.sh 08:27:00 nexus3.edgexfoundry.org:10001 08:27:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:00 Configure a credential helper to remove this warning. See 08:27:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:00 08:27:00 Login Succeeded 08:27:00 ---> docker-login.sh ends [Pipeline] } 08:27:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:27:00 ========================================================= 08:27:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:27:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:00 + 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 . 08:27:01 Sending build context to Docker daemon 16.77MB 08:27:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:27:01 Step 2/8 : FROM ${BASE} 08:27:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:27:01 188c0c94c7c5: Pulling fs layer 08:27:01 0ef7d3d256c8: Pulling fs layer 08:27:01 de9db76c5a1d: Pulling fs layer 08:27:01 bca2f99d35d6: Pulling fs layer 08:27:01 93359f2a8cfa: Pulling fs layer 08:27:01 7c6f9722023f: Pulling fs layer 08:27:01 a35cf1a2eb13: Pulling fs layer 08:27:01 bca2f99d35d6: Waiting 08:27:01 93359f2a8cfa: Waiting 08:27:01 a35cf1a2eb13: Waiting 08:27:01 7c6f9722023f: Waiting 08:27:01 0ef7d3d256c8: Download complete 08:27:01 93359f2a8cfa: Verifying Checksum 08:27:01 93359f2a8cfa: Download complete 08:27:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:01 Configure a credential helper to remove this warning. See 08:27:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:01 08:27:01 Login Succeeded 08:27:01 nexus3.edgexfoundry.org:10002 08:27:01 7c6f9722023f: Verifying Checksum 08:27:01 7c6f9722023f: Download complete 08:27:01 188c0c94c7c5: Verifying Checksum 08:27:01 188c0c94c7c5: Download complete 08:27:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:01 188c0c94c7c5: Pull complete 08:27:02 0ef7d3d256c8: Pull complete 08:27:02 de9db76c5a1d: Pull complete 08:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:02 Configure a credential helper to remove this warning. See 08:27:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:02 08:27:02 Login Succeeded 08:27:02 nexus3.edgexfoundry.org:10003 08:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:02 Configure a credential helper to remove this warning. See 08:27:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:02 08:27:02 Login Succeeded 08:27:02 nexus3.edgexfoundry.org:10004 08:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:03 Configure a credential helper to remove this warning. See 08:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:03 08:27:03 Login Succeeded 08:27:03 docker.io 08:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:04 a35cf1a2eb13: Verifying Checksum 08:27:04 a35cf1a2eb13: Download complete 08:27:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:04 Configure a credential helper to remove this warning. See 08:27:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:04 08:27:04 Login Succeeded 08:27:04 ---> docker-login.sh ends [Pipeline] } 08:27:04 Deleting 1 temporary files 08:27:04 bca2f99d35d6: Verifying Checksum 08:27:04 bca2f99d35d6: Download complete [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:27:04 ========================================================= 08:27:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:27:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:27:05 + 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 . 08:27:05 Sending build context to Docker daemon 16.77MB 08:27:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:27:05 Step 2/8 : FROM ${BASE} 08:27:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:27:05 5f621e34cdf4: Pulling fs layer 08:27:05 a4357932f1b6: Pulling fs layer 08:27:05 18c013af1878: Pulling fs layer 08:27:05 00ac8860ef70: Pulling fs layer 08:27:05 63d7cb157983: Pulling fs layer 08:27:05 b116817d02f9: Pulling fs layer 08:27:05 745a02a5169b: Pulling fs layer 08:27:05 00ac8860ef70: Waiting 08:27:05 63d7cb157983: Waiting 08:27:05 b116817d02f9: Waiting 08:27:05 745a02a5169b: Waiting 08:27:05 18c013af1878: Download complete 08:27:05 a4357932f1b6: Verifying Checksum 08:27:05 a4357932f1b6: Download complete 08:27:05 63d7cb157983: Verifying Checksum 08:27:05 63d7cb157983: Download complete 08:27:05 5f621e34cdf4: Verifying Checksum 08:27:05 5f621e34cdf4: Download complete 08:27:05 b116817d02f9: Verifying Checksum 08:27:05 b116817d02f9: Download complete 08:27:06 5f621e34cdf4: Pull complete 08:27:07 a4357932f1b6: Pull complete 08:27:07 18c013af1878: Pull complete 08:27:08 745a02a5169b: Verifying Checksum 08:27:10 00ac8860ef70: Verifying Checksum 08:27:10 00ac8860ef70: Download complete 08:27:10 bca2f99d35d6: Pull complete 08:27:10 93359f2a8cfa: Pull complete 08:27:10 7c6f9722023f: Pull complete 08:27:15 a35cf1a2eb13: Pull complete 08:27:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:27:15 ---> a62c8e92a672 08:27:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:27:15 ---> Running in 34c77f944c3e 08:27:15 Removing intermediate container 34c77f944c3e 08:27:15 ---> 8bced91538db 08:27:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:15 ---> Running in 23677899dd16 08:27:16 Removing intermediate container 23677899dd16 08:27:16 ---> ff427b233c51 08:27:16 Step 5/8 : RUN apk add --no-cache make git 08:27:16 ---> Running in 333ce674f251 08:27:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:27:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:27:18 OK: 166 MiB in 39 packages 08:27:18 Removing intermediate container 333ce674f251 08:27:18 ---> bdb8eeac10ff 08:27:18 Step 6/8 : WORKDIR /edgex-ui-go 08:27:19 ---> Running in f2011df68e4a 08:27:19 Removing intermediate container f2011df68e4a 08:27:19 ---> 0ceb538f3d1b 08:27:19 Step 7/8 : COPY . . 08:27:20 00ac8860ef70: Pull complete 08:27:21 63d7cb157983: Pull complete 08:27:21 ---> afa6138dab6d 08:27:21 Step 8/8 : RUN go mod download 08:27:21 ---> Running in a7d5629816ce 08:27:21 b116817d02f9: Pull complete 08:27:25 745a02a5169b: Pull complete 08:27:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:27:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:27:25 ---> b7e6874047d6 08:27:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:27:27 ---> Running in 6747fa44745f 08:27:28 Removing intermediate container 6747fa44745f 08:27:28 ---> 576e828a6414 08:27:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:28 ---> Running in b2a6e31a77a9 08:27:30 Removing intermediate container b2a6e31a77a9 08:27:30 ---> 448bb3055e20 08:27:30 Step 5/8 : RUN apk add --no-cache make git 08:27:30 ---> Running in 9441307cfe19 08:27:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:33 OK: 142 MiB in 39 packages 08:27:34 Removing intermediate container 9441307cfe19 08:27:34 ---> 348fcde66006 08:27:34 Step 6/8 : WORKDIR /edgex-ui-go 08:27:34 ---> Running in f64c960c7063 08:27:35 Removing intermediate container f64c960c7063 08:27:35 ---> 404714a91050 08:27:35 Step 7/8 : COPY . . 08:27:37 ---> 13237ea3f24c 08:27:37 Step 8/8 : RUN go mod download 08:27:37 ---> Running in 89c398bbd3d1 08:27:43 Removing intermediate container a7d5629816ce 08:27:43 ---> 6ba906f53d7f 08:27:43 Successfully built 6ba906f53d7f 08:27:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:27:43 + docker inspect -f . ci-base-image-x86_64 08:27:43 . [Pipeline] withDockerContainer 08:27:43 prd-centos7-docker-4c-2g-27297 does not seem to be running inside a container 08:27:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/69 -v /w/workspace/edgex-ui-go/69:/w/workspace/edgex-ui-go/69:rw,z -v /w/workspace/edgex-ui-go/69@tmp:/w/workspace/edgex-ui-go/69@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 ******** ci-base-image-x86_64 cat 08:27:44 $ docker top c2107090d9620d9cd0d21cfc3e745ba82a96d95464f24a60ea52c02248d89bb2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:27:45 + go version 08:27:45 go version go1.15.5 linux/amd64 [Pipeline] } 08:27:45 $ docker stop --time=1 c2107090d9620d9cd0d21cfc3e745ba82a96d95464f24a60ea52c02248d89bb2 08:27:46 $ docker rm -f c2107090d9620d9cd0d21cfc3e745ba82a96d95464f24a60ea52c02248d89bb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:27:47 + docker inspect -f . ci-base-image-x86_64 08:27:47 . [Pipeline] withDockerContainer 08:27:47 prd-centos7-docker-4c-2g-27297 does not seem to be running inside a container 08:27:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/69 -v /w/workspace/edgex-ui-go/69:/w/workspace/edgex-ui-go/69:rw,z -v /w/workspace/edgex-ui-go/69@tmp:/w/workspace/edgex-ui-go/69@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 ******** ci-base-image-x86_64 cat 08:27:48 $ docker top d3511dc70aa26a572fc13b4dd83e361dce3bacfc9c8485e7969b7a626326a827 -eo pid,comm [Pipeline] { [Pipeline] sh 08:27:48 + make test 08:27:48 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:27:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:27:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:27:57 GO111MODULE=on go vet ./... [Pipeline] } 08:27:58 $ docker stop --time=1 d3511dc70aa26a572fc13b4dd83e361dce3bacfc9c8485e7969b7a626326a827 08:28:01 $ docker rm -f d3511dc70aa26a572fc13b4dd83e361dce3bacfc9c8485e7969b7a626326a827 [Pipeline] // withDockerContainer [Pipeline] sh 08:28:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:28:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 08:28:04 Removing intermediate container 89c398bbd3d1 08:28:04 ---> b172e59de434 08:28:04 Successfully built b172e59de434 08:28:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 08:28:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:28:04 + docker inspect -f . ci-base-image-arm64 08:28:04 . [Pipeline] withDockerContainer 08:28:05 + ls -al . 08:28:05 total 92 08:28:05 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 08:27 . 08:28:05 drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 08:26 .. 08:28:05 drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 08:26 assets 08:28:05 drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 08:26 bin 08:28:05 drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 08:26 cmd 08:28:05 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 08:26 CONTRIBUTING.md 08:28:05 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 08:27 coverage.out 08:28:05 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 08:26 Dockerfile 08:28:05 -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 08:26 Dockerfile.build 08:28:05 drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 08:26 docs 08:28:05 drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 08:26 .git 08:28:05 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 08:26 .github 08:28:05 -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 08:26 .gitignore 08:28:05 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 08:26 go.mod 08:28:05 -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 08:27 go.sum 08:28:05 drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 08:26 internal 08:28:05 -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 08:26 Jenkinsfile 08:28:05 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 08:26 LICENSE 08:28:05 -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 08:26 Makefile 08:28:05 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 08:26 README.md 08:28:05 -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 08:24 VERSION 08:28:05 -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 08:26 version.go 08:28:05 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 08:26 web 08:28:05 prd-ubuntu18.04-docker-arm64-4c-16g-27295 does not seem to be running inside a container 08:28:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/69 -v /w/workspace/edgex-ui-go/69:/w/workspace/edgex-ui-go/69:rw,z -v /w/workspace/edgex-ui-go/69@tmp:/w/workspace/edgex-ui-go/69@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 08:28:06 $ docker top 09c3efe6840fef8a9a2262cd502cc741b148b48d478b12007ee7f18dee8d114f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 08:28:07 + 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=d55611448001badf3f86a355cc3eabf57582dc86 --label arch=amd64 --label version=2.0.0-dev.11 . 08:28:07 + go version 08:28:07 go version go1.15.5 linux/arm64 [Pipeline] } 08:28:07 $ docker stop --time=1 09c3efe6840fef8a9a2262cd502cc741b148b48d478b12007ee7f18dee8d114f 08:28:07 Sending build context to Docker daemon 16.8MB 08:28:07 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:28:07 Step 2/24 : FROM ${BASE} AS builder 08:28:07 ---> 6ba906f53d7f 08:28:07 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:28:08 ---> Running in b65f61808e5a 08:28:08 Removing intermediate container b65f61808e5a 08:28:08 ---> 6d5961de206e 08:28:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:28:08 ---> Running in 9c89a8ddd370 08:28:09 Removing intermediate container 9c89a8ddd370 08:28:09 ---> c3887ad2e121 08:28:09 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:28:09 ---> Running in 907e56dde731 08:28:09 Removing intermediate container 907e56dde731 08:28:09 ---> b726f761dbec 08:28:09 Step 6/24 : LABEL Name=edgex-ui-go 08:28:09 ---> Running in 48e1ca93c9f5 08:28:09 Removing intermediate container 48e1ca93c9f5 08:28:09 ---> 3db14de70125 08:28:09 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:28:09 ---> Running in d4969c372ab4 08:28:09 Removing intermediate container d4969c372ab4 08:28:09 ---> 31cfdf39b34a 08:28:09 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:09 ---> Running in ce1fcc459b8d 08:28:09 $ docker rm -f 09c3efe6840fef8a9a2262cd502cc741b148b48d478b12007ee7f18dee8d114f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:28:10 + docker inspect -f . ci-base-image-arm64 08:28:10 . [Pipeline] withDockerContainer 08:28:11 prd-ubuntu18.04-docker-arm64-4c-16g-27295 does not seem to be running inside a container 08:28:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/69 -v /w/workspace/edgex-ui-go/69:/w/workspace/edgex-ui-go/69:rw,z -v /w/workspace/edgex-ui-go/69@tmp:/w/workspace/edgex-ui-go/69@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 08:28:11 Removing intermediate container ce1fcc459b8d 08:28:11 ---> 4c212a2bd0d6 08:28:11 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:28:11 ---> Running in 74f079929b7a 08:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:28:12 $ docker top 741eaa26d23afe7e9d2e660d4e3d4724bce70bd64b976923324e21c7a0a9ceae -eo pid,comm 08:28:12 OK: 166 MiB in 39 packages [Pipeline] { [Pipeline] sh 08:28:13 Removing intermediate container 74f079929b7a 08:28:13 ---> a04db8fa3bfc 08:28:13 Step 10/24 : ENV GO111MODULE=on 08:28:13 ---> Running in a455dad0b5ad 08:28:13 + make test 08:28:13 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:28:13 Removing intermediate container a455dad0b5ad 08:28:13 ---> 7e5ad01e86cb 08:28:13 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:28:13 ---> Running in 272814b35b63 08:28:14 Removing intermediate container 272814b35b63 08:28:14 ---> ff42627310e6 08:28:14 Step 12/24 : COPY go.mod . 08:28:14 ---> 5327408740bc 08:28:14 Step 13/24 : COPY Makefile . 08:28:14 ---> 80d23dd5276e 08:28:14 Step 14/24 : RUN make update 08:28:14 ---> Running in c365a0d35f9c 08:28:14 CGO_ENABLED=0 GO111MODULE=on go mod download 08:28:15 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:28:15 Removing intermediate container c365a0d35f9c 08:28:15 ---> a8714a47d7eb 08:28:15 Step 15/24 : COPY . . 08:28:17 ---> 0cbbe989f743 08:28:17 Step 16/24 : RUN ${MAKE} 08:28:17 ---> Running in d30fb69118e0 08:28:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.11" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 08:28:26 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:28:27 Removing intermediate container d30fb69118e0 08:28:27 ---> bcba99959bb0 08:28:27 Step 17/24 : FROM alpine:3.12 08:28:28 3.12: Pulling from library/alpine 08:28:28 801bfaa63ef2: Pulling fs layer 08:28:28 801bfaa63ef2: Verifying Checksum 08:28:28 801bfaa63ef2: Download complete 08:28:29 801bfaa63ef2: Pull complete 08:28:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:28:29 Status: Downloaded newer image for alpine:3.12 08:28:29 ---> 389fef711851 08:28:29 Step 18/24 : EXPOSE 4000 08:28:29 ---> Running in 857c5d4f3e2c 08:28:29 Removing intermediate container 857c5d4f3e2c 08:28:29 ---> 6ca8cb093e6e 08:28:29 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:28:30 ---> c0bccabccac4 08:28:30 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:28:30 ---> Running in b21970c9b43c 08:28:30 Removing intermediate container b21970c9b43c 08:28:30 ---> ebce2c529225 08:28:30 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:28:30 ---> Running in b89ecc5e9082 08:28:30 Removing intermediate container b89ecc5e9082 08:28:30 ---> d4fa2b60c2be 08:28:30 Step 22/24 : LABEL arch=amd64 08:28:30 ---> Running in 137ce6a7e249 08:28:30 Removing intermediate container 137ce6a7e249 08:28:30 ---> 3985db3e0e69 08:28:30 Step 23/24 : LABEL git_sha=d55611448001badf3f86a355cc3eabf57582dc86 08:28:30 ---> Running in 5d5f79737dc5 08:28:31 Removing intermediate container 5d5f79737dc5 08:28:31 ---> 03b53ce57454 08:28:31 Step 24/24 : LABEL version=2.0.0-dev.11 08:28:31 ---> Running in edc1619c9a08 08:28:31 Removing intermediate container edc1619c9a08 08:28:31 ---> caa69e334574 08:28:31 [Warning] One or more build-args [ARCH] were not consumed 08:28:31 Successfully built caa69e334574 08:28:31 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:28:31 provisioning config files... 08:28:31 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/69@tmp/config6852952887838903592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:28:32 ---> docker-login.sh 08:28:32 nexus3.edgexfoundry.org:10001 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:32 Configure a credential helper to remove this warning. See 08:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:32 08:28:32 Login Succeeded 08:28:32 nexus3.edgexfoundry.org:10002 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:32 Configure a credential helper to remove this warning. See 08:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:32 08:28:32 Login Succeeded 08:28:32 nexus3.edgexfoundry.org:10003 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:32 Configure a credential helper to remove this warning. See 08:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:32 08:28:32 Login Succeeded 08:28:32 nexus3.edgexfoundry.org:10004 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:32 Configure a credential helper to remove this warning. See 08:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:32 08:28:32 Login Succeeded 08:28:32 docker.io 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:33 Configure a credential helper to remove this warning. See 08:28:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:33 08:28:33 Login Succeeded 08:28:33 ---> docker-login.sh ends [Pipeline] } 08:28:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:28:33 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 08:28:33 d55611448001badf3f86a355cc3eabf57582dc86 08:28:33 latest 08:28:33 2.0.0-dev.11 08:28:33 d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 08:28:33 master 08:28:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:28:33 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] isUnix [Pipeline] sh 08:28:34 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86 08:28:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:28:34 aa3304107a75: Preparing 08:28:34 777b2c648970: Preparing 08:28:34 777b2c648970: Layer already exists 08:28:35 aa3304107a75: Pushed 08:28:35 d55611448001badf3f86a355cc3eabf57582dc86: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] isUnix [Pipeline] sh 08:28:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 08:28:36 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 08:28:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:28:36 aa3304107a75: Preparing 08:28:36 777b2c648970: Preparing 08:28:36 aa3304107a75: Layer already exists 08:28:36 777b2c648970: Layer already exists 08:28:36 latest: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] isUnix [Pipeline] sh 08:28:36 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh 08:28:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.11 08:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:28:37 aa3304107a75: Preparing 08:28:37 777b2c648970: Preparing 08:28:37 aa3304107a75: Layer already exists 08:28:37 777b2c648970: Layer already exists 08:28:37 2.0.0-dev.11: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] isUnix [Pipeline] sh 08:28:37 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:28:37 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:28:37 GO111MODULE=on go vet ./... 08:28:37 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 08:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:28:37 aa3304107a75: Preparing 08:28:37 777b2c648970: Preparing 08:28:37 777b2c648970: Layer already exists 08:28:37 aa3304107a75: Layer already exists 08:28:37 d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] isUnix [Pipeline] sh 08:28:38 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 08:28:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 08:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 08:28:38 aa3304107a75: Preparing 08:28:38 777b2c648970: Preparing 08:28:38 777b2c648970: Layer already exists 08:28:38 aa3304107a75: Layer already exists 08:28:38 master: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:28:38 ===================================================== [Pipeline] echo 08:28:38 taggedImages: 08:28:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86 08:28:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 08:28:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.11 08:28:38 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 08:28: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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } 08:28:42 $ docker stop --time=1 741eaa26d23afe7e9d2e660d4e3d4724bce70bd64b976923324e21c7a0a9ceae 08:28:45 $ docker rm -f 741eaa26d23afe7e9d2e660d4e3d4724bce70bd64b976923324e21c7a0a9ceae [Pipeline] // withDockerContainer [Pipeline] sh 08:28:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:28:45 Warning: overwriting stash ‘coverage-report’ 08:28:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:28:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:28:47 + ls -al . 08:28:47 total 124 08:28:47 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 08:28 . 08:28:47 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:26 .. 08:28:47 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 08:26 .git 08:28:47 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:26 .github 08:28:47 -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 08:26 .gitignore 08:28:47 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 08:26 CONTRIBUTING.md 08:28:47 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 08:26 Dockerfile 08:28:47 -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 08:26 Dockerfile.build 08:28:47 -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 08:26 Jenkinsfile 08:28:47 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 08:26 LICENSE 08:28:47 -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 08:26 Makefile 08:28:47 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 08:26 README.md 08:28:47 -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 08:24 VERSION 08:28:47 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 08:26 assets 08:28:47 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:26 bin 08:28:47 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 08:26 cmd 08:28:47 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 08:28 coverage.out 08:28:47 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 08:26 docs 08:28:47 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 08:26 go.mod 08:28:47 -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 08:28 go.sum 08:28:47 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 08:26 internal 08:28:47 -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 08:26 version.go 08:28:47 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:26 web [Pipeline] isUnix [Pipeline] sh 08:28:48 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d55611448001badf3f86a355cc3eabf57582dc86 --label arch=arm64 --label version=2.0.0-dev.11 . 08:28:48 Sending build context to Docker daemon 16.79MB 08:28:48 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:28:48 Step 2/24 : FROM ${BASE} AS builder 08:28:48 ---> b172e59de434 08:28:48 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:28:49 ---> Running in ee354bb8f51a 08:28:49 Removing intermediate container ee354bb8f51a 08:28:49 ---> fb2755e555cf 08:28:49 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:28:50 ---> Running in 0fc98b329962 08:28:50 Removing intermediate container 0fc98b329962 08:28:50 ---> fc25e2721fd4 08:28:50 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:28:50 ---> Running in bf38bcd11d29 08:28:50 Removing intermediate container bf38bcd11d29 08:28:50 ---> 8d956a064788 08:28:50 Step 6/24 : LABEL Name=edgex-ui-go 08:28:51 ---> Running in e650e902a126 08:28:51 Removing intermediate container e650e902a126 08:28:51 ---> 3b409f9bf661 08:28:51 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:28:51 ---> Running in b8606a818e46 08:28:52 Removing intermediate container b8606a818e46 08:28:52 ---> f28fb93b5f7e 08:28:52 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:52 ---> Running in fdbb582d1704 08:28:54 Removing intermediate container fdbb582d1704 08:28:54 ---> cece10617136 08:28:54 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:28:54 ---> Running in 8ebc2534cbf0 08:28:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:28:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:28:57 OK: 142 MiB in 39 packages 08:28:58 Removing intermediate container 8ebc2534cbf0 08:28:58 ---> e36bcc2f11f5 08:28:58 Step 10/24 : ENV GO111MODULE=on 08:28:58 ---> Running in 6067d3fddc7b 08:28:58 Removing intermediate container 6067d3fddc7b 08:28:58 ---> 5a750db10fd4 08:28:58 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:28:59 ---> Running in ad34af9af28a 08:28:59 Removing intermediate container ad34af9af28a 08:28:59 ---> 875e84933d67 08:28:59 Step 12/24 : COPY go.mod . 08:29:00 ---> 0226c95cbf44 08:29:00 Step 13/24 : COPY Makefile . 08:29:00 ---> 97b703f6c82f 08:29:00 Step 14/24 : RUN make update 08:29:01 ---> Running in 8d1bc446d1db 08:29:02 CGO_ENABLED=0 GO111MODULE=on go mod download 08:29:03 Removing intermediate container 8d1bc446d1db 08:29:03 ---> 001c52e02bab 08:29:03 Step 15/24 : COPY . . 08:29:05 ---> 1830546dcc20 08:29:05 Step 16/24 : RUN ${MAKE} 08:29:05 ---> Running in 9dbae63ad331 08:29:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.11" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 08:29:29 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:29:34 Removing intermediate container 9dbae63ad331 08:29:34 ---> 3a1f56c1b159 08:29:34 Step 17/24 : FROM alpine:3.12 08:29:34 3.12: Pulling from library/alpine 08:29:34 159e5727ea61: Pulling fs layer 08:29:34 159e5727ea61: Verifying Checksum 08:29:34 159e5727ea61: Download complete 08:29:35 159e5727ea61: Pull complete 08:29:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:29:35 Status: Downloaded newer image for alpine:3.12 08:29:35 ---> afeebe901d6b 08:29:35 Step 18/24 : EXPOSE 4000 08:29:35 ---> Running in 0e4d144e773e 08:29:36 Removing intermediate container 0e4d144e773e 08:29:36 ---> 13293d12a8fb 08:29:36 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 08:29:38 ---> 1ac4cace59c3 08:29:38 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:29:38 ---> Running in 59b56d7ef513 08:29:38 Removing intermediate container 59b56d7ef513 08:29:38 ---> b1ec5f35dbd0 08:29:38 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:29:38 ---> Running in 671f2e5e6908 08:29:38 Removing intermediate container 671f2e5e6908 08:29:38 ---> 6b96732ed54f 08:29:38 Step 22/24 : LABEL arch=arm64 08:29:39 ---> Running in 4e1a36775d5f 08:29:39 Removing intermediate container 4e1a36775d5f 08:29:39 ---> 56afb4eb82b3 08:29:39 Step 23/24 : LABEL git_sha=d55611448001badf3f86a355cc3eabf57582dc86 08:29:39 ---> Running in 85e59d7169f5 08:29:40 Removing intermediate container 85e59d7169f5 08:29:40 ---> b1ffddec05f6 08:29:40 Step 24/24 : LABEL version=2.0.0-dev.11 08:29:40 ---> Running in 357b64a20958 08:29:40 Removing intermediate container 357b64a20958 08:29:40 ---> afa2978d185c 08:29:40 [Warning] One or more build-args [ARCH] were not consumed 08:29:40 Successfully built afa2978d185c 08:29:40 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 08:29:41 provisioning config files... 08:29:41 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/69@tmp/config6367778413697557994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:29:41 ---> docker-login.sh 08:29:41 nexus3.edgexfoundry.org:10001 08:29:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:42 Configure a credential helper to remove this warning. See 08:29:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:42 08:29:42 Login Succeeded 08:29:42 nexus3.edgexfoundry.org:10002 08:29:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:42 Configure a credential helper to remove this warning. See 08:29:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:42 08:29:42 Login Succeeded 08:29:42 nexus3.edgexfoundry.org:10003 08:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:43 Configure a credential helper to remove this warning. See 08:29:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:43 08:29:43 Login Succeeded 08:29:43 nexus3.edgexfoundry.org:10004 08:29:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:44 Configure a credential helper to remove this warning. See 08:29:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:44 08:29:44 Login Succeeded 08:29:44 docker.io 08:29:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:44 Configure a credential helper to remove this warning. See 08:29:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:44 08:29:44 Login Succeeded 08:29:44 ---> docker-login.sh ends [Pipeline] } 08:29:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:45 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 08:29:45 d55611448001badf3f86a355cc3eabf57582dc86 08:29:45 latest 08:29:45 2.0.0-dev.11 08:29:45 d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 08:29:45 master 08:29:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:45 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] isUnix [Pipeline] sh 08:29:45 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86 08:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:29:45 e59714991979: Preparing 08:29:45 379067d0cb53: Preparing 08:29:46 379067d0cb53: Layer already exists 08:29:49 e59714991979: Pushed 08:29:49 d55611448001badf3f86a355cc3eabf57582dc86: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] isUnix [Pipeline] sh 08:29:50 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:29:50 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 08:29:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:29:50 e59714991979: Preparing 08:29:50 379067d0cb53: Preparing 08:29:50 e59714991979: Layer already exists 08:29:50 379067d0cb53: Layer already exists 08:29:50 latest: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] isUnix [Pipeline] sh 08:29:51 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh 08:29:51 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.11 08:29:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:29:51 e59714991979: Preparing 08:29:51 379067d0cb53: Preparing 08:29:51 e59714991979: Layer already exists 08:29:51 379067d0cb53: Layer already exists 08:29:51 2.0.0-dev.11: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] isUnix [Pipeline] sh 08:29:52 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh 08:29:52 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 08:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:29:52 e59714991979: Preparing 08:29:52 379067d0cb53: Preparing 08:29:52 e59714991979: Layer already exists 08:29:52 379067d0cb53: Layer already exists 08:29:52 d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] isUnix [Pipeline] sh 08:29:53 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 08:29:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 08:29:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 08:29:53 e59714991979: Preparing 08:29:53 379067d0cb53: Preparing 08:29:53 379067d0cb53: Layer already exists 08:29:53 e59714991979: Layer already exists 08:29:53 master: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:29:53 ===================================================== [Pipeline] echo 08:29:53 taggedImages: 08:29:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86 08:29:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 08:29:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.11 08:29:53 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 08:29:53 - 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 08:29:55 provisioning config files... 08:29:55 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6943043831871661795tmp [Pipeline] { [Pipeline] sh 08:29:55 + set +x 08:29:55 + curl -s https://codecov.io/bash 08:29:55 + bash -s -- 08:29:55 08:29:55 _____ _ 08:29:55 / ____| | | 08:29:55 | | ___ __| | ___ ___ _____ __ 08:29:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:29:55 | |___| (_) | (_| | __/ (_| (_) \ V / 08:29:55 \_____\___/ \__,_|\___|\___\___/ \_/ 08:29:55 Bash-20210129-7c25fce 08:29:55 08:29:55 08:29:55 ==> git version 2.24.3 found 08:29:55 ==> 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 08:29:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:29:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:29:55 ==> Jenkins CI detected. 08:29:55 project root: . 08:29:55 --> token set from env 08:29:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:29:55 ==> Running gcov in . (disable via -X gcov) 08:29:55 ==> Python coveragepy not found 08:29:55 ==> Searching for coverage reports in: 08:29:55 + . 08:29:55 -> Found 1 reports 08:29:55 ==> Detecting git/mercurial file structure 08:29:55 ==> Reading reports 08:29:55 + ./coverage.out bytes=10 08:29:55 ==> Appending adjustments 08:29:55 https://docs.codecov.io/docs/fixing-reports 08:29:56 + Found adjustments 08:29:56 ==> Gzipping contents 08:29:56 4.0K /tmp/codecov.LNJeMy.gz 08:29:56 ==> Uploading reports 08:29:56 url: https://codecov.io 08:29:56 query: branch=master&commit=d55611448001badf3f86a355cc3eabf57582dc86&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F69%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:29:56 -> Pinging Codecov 08:29:56 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=d55611448001badf3f86a355cc3eabf57582dc86&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F69%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:29:56 -> Uploading to 08:29:56 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/d55611448001badf3f86a355cc3eabf57582dc86/ea21a87b-5815-4043-8f84-29949165008b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T082956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8b15a186e2215ac86fac56edacf5609013f301dffdc5ceff41f9fcde54d12cc1 08:29:56 % Total % Received % Xferd Average Speed Time Time Time Current 08:29:56 Dload Upload Total Spent Left Speed 08:29:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 6263 --:--:-- --:--:-- --:--:-- 6266 08:29:56 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] } 08:29:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:29:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:29:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:29:58 08:29:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:29:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:29:58 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:29:58 188c0c94c7c5: Pulling fs layer 08:29:58 0ef7d3d256c8: Pulling fs layer 08:29:58 de9db76c5a1d: Pulling fs layer 08:29:58 0eba1c9be4d2: Pulling fs layer 08:29:58 0d57e429df01: Pulling fs layer 08:29:58 4e4be7b47b0d: Pulling fs layer 08:29:58 e1f770b5df2f: Pulling fs layer 08:29:58 85a0685a4137: Pulling fs layer 08:29:58 0d57e429df01: Waiting 08:29:58 4e4be7b47b0d: Waiting 08:29:58 e1f770b5df2f: Waiting 08:29:58 85a0685a4137: Waiting 08:29:58 0eba1c9be4d2: Waiting 08:29:58 de9db76c5a1d: Verifying Checksum 08:29:58 de9db76c5a1d: Download complete 08:29:58 0ef7d3d256c8: Verifying Checksum 08:29:58 0ef7d3d256c8: Download complete 08:29:58 0d57e429df01: Verifying Checksum 08:29:58 0d57e429df01: Download complete 08:29:58 188c0c94c7c5: Download complete 08:29:58 4e4be7b47b0d: Verifying Checksum 08:29:58 4e4be7b47b0d: Download complete 08:29:58 188c0c94c7c5: Pull complete 08:29:59 0ef7d3d256c8: Pull complete 08:29:59 de9db76c5a1d: Pull complete 08:29:59 e1f770b5df2f: Verifying Checksum 08:29:59 e1f770b5df2f: Download complete 08:30:01 0eba1c9be4d2: Verifying Checksum 08:30:01 0eba1c9be4d2: Download complete 08:30:01 85a0685a4137: Verifying Checksum 08:30:01 85a0685a4137: Download complete 08:30:07 0eba1c9be4d2: Pull complete 08:30:07 0d57e429df01: Pull complete 08:30:07 4e4be7b47b0d: Pull complete 08:30:10 e1f770b5df2f: Pull complete 08:30:16 85a0685a4137: Pull complete 08:30:16 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:30:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:30:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:30:16 prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container 08:30:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:30:17 $ docker top 89fb16dc0cc384ea18a2480f9809a2afdf5fb4161d4678cc96fe13ea37ebaad7 -eo pid,comm [Pipeline] { [Pipeline] echo 08:30:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:30:18 + set -o pipefail 08:30:18 + snyk monitor '--org=edgex-jenkins' 08:30:44 08:30:44 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 08:30:44 08:30:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/589ec54c-8ba6-4e0a-a70b-187c6146add9 08:30:44 08:30:44 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 08:30:44 08:30:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:30:44 08:30:44 08:30:44 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 08:30:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:30:44 $ docker stop --time=1 89fb16dc0cc384ea18a2480f9809a2afdf5fb4161d4678cc96fe13ea37ebaad7 08:30:46 $ docker rm -f 89fb16dc0cc384ea18a2480f9809a2afdf5fb4161d4678cc96fe13ea37ebaad7 [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 08:30:48 + git log --format=format:%s -1 d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] isUnix [Pipeline] sh 08:30:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:48 . [Pipeline] withDockerContainer 08:30:49 prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container 08:30:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:30:49 $ docker top fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:30:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:50 [ssh-agent] Looking for ssh-agent implementation... 08:30:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:50 $ docker exec fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 ssh-agent 08:30:50 SSH_AUTH_SOCK=/tmp/ssh-nbVDHNf2gCXx/agent.11 08:30:50 SSH_AGENT_PID=17 08:30:50 Running ssh-add (command line suppressed) 08:30:50 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3778112638956879932.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3778112638956879932.key) 08:30:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:51 + git semver tag 08:30:51 # -> Open(): unable to determine branch for HEAD 08:30:51 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 08:30:51 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 08:30:51 # $SEMVER_REMOTE_NAME = origin 08:30:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:30:51 # $SEMVER_USER_NAME = edgex-jenkins 08:30:51 # $SEMVER_BRANCH = master 08:30:51 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 08:30:51 # d55611448001badf3f86a355cc3eabf57582dc86 HEAD 08:30:51 # -> Force: false 08:30:51 # 31c35af3ab598989fe306b875967ac2778042ada refs/tags/v2.0.0-dev.11 [Pipeline] } 08:30:51 $ docker exec --env ******** --env ******** fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 ssh-agent -k 08:30:51 unset SSH_AUTH_SOCK; 08:30:51 unset SSH_AGENT_PID; 08:30:51 echo Agent pid 17 killed; 08:30:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:51 + git semver [Pipeline] } 08:30:51 $ docker stop --time=1 fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 08:30:53 $ docker rm -f fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:30:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:30:53 08:30:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:30:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:30:54 0.23.1-centos7: Pulling from edgex-lftools 08:30:54 ab5ef0e58194: Pulling fs layer 08:30:54 9712f1f96733: Pulling fs layer 08:30:54 63f879dbbcfc: Pulling fs layer 08:30:54 0d9ebad4ef96: Pulling fs layer 08:30:54 e9a5061849ea: Pulling fs layer 08:30:54 d747dcd14b5f: Pulling fs layer 08:30:54 2de7ff778b66: Pulling fs layer 08:30:54 0d9ebad4ef96: Waiting 08:30:54 d747dcd14b5f: Waiting 08:30:54 2de7ff778b66: Waiting 08:30:54 e9a5061849ea: Waiting 08:30:54 9712f1f96733: Verifying Checksum 08:30:54 9712f1f96733: Download complete 08:30:55 63f879dbbcfc: Download complete 08:30:55 e9a5061849ea: Verifying Checksum 08:30:55 e9a5061849ea: Download complete 08:30:55 d747dcd14b5f: Download complete 08:30:56 2de7ff778b66: Verifying Checksum 08:30:56 2de7ff778b66: Download complete 08:30:56 0d9ebad4ef96: Verifying Checksum 08:30:56 0d9ebad4ef96: Download complete 08:30:56 ab5ef0e58194: Verifying Checksum 08:30:56 ab5ef0e58194: Download complete 08:31:00 ab5ef0e58194: Pull complete 08:31:00 9712f1f96733: Pull complete 08:31:02 63f879dbbcfc: Pull complete 08:31:09 0d9ebad4ef96: Pull complete 08:31:10 e9a5061849ea: Pull complete 08:31:10 d747dcd14b5f: Pull complete 08:31:14 2de7ff778b66: Pull complete 08:31:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:31:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:31:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:31:14 prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container 08:31:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:31:17 $ docker top 0a15dce9e6284f85116b7cb5d9ba015c7243461138c13979f1682fb3e34e3f4e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:31:18 provisioning config files... 08:31:18 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4708353232460399005tmp 08:31:18 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7162308124766900033tmp 08:31:18 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4726831430536551883tmp [Pipeline] { [Pipeline] echo 08:31:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:31:18 ---> sigul-configuration.sh 08:31:18 gpg: directory `/root/.gnupg' created 08:31:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:31:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:31:18 gpg: keyring `/root/.gnupg/secring.gpg' created 08:31:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:31:18 gpg: CAST5 encrypted data 08:31:18 gpg: encrypted with 1 passphrase 08:31:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:31:19 + mkdir /home/jenkins 08:31:19 + mkdir /home/jenkins/sigul [Pipeline] sh 08:31:19 + 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 08:31:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:31:19 ---> sigul-install.sh 08:31:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:31:25 + git tag --list 08:31:25 0.1.1 08:31:25 v1.1.0 08:31:25 v1.2.0 08:31:25 v1.2.1 08:31:25 v1.3.0 08:31:25 v2.0.0-dev.1 08:31:25 v2.0.0-dev.10 08:31:25 v2.0.0-dev.11 08:31:25 v2.0.0-dev.2 08:31:25 v2.0.0-dev.3 08:31:25 v2.0.0-dev.4 08:31:25 v2.0.0-dev.5 08:31:25 v2.0.0-dev.6 08:31:25 v2.0.0-dev.7 08:31:25 v2.0.0-dev.8 08:31:25 v2.0.0-dev.9 [Pipeline] sh 08:31:25 + lftools sign git-tag v2.0.0-dev.11 08:31:27 Signing Git tag with Sigul... 08:31:27 Signing v2.0.0-dev.11 [Pipeline] echo 08:32:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:32:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:32:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:32:35 $ docker stop --time=1 0a15dce9e6284f85116b7cb5d9ba015c7243461138c13979f1682fb3e34e3f4e 08:32:36 $ docker rm -f 0a15dce9e6284f85116b7cb5d9ba015c7243461138c13979f1682fb3e34e3f4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:32:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:37 . [Pipeline] withDockerContainer 08:32:37 prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container 08:32:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:32:38 $ docker top 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:32:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:32:38 [ssh-agent] Looking for ssh-agent implementation... 08:32:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:32:38 $ docker exec 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 ssh-agent 08:32:38 SSH_AUTH_SOCK=/tmp/ssh-II1f3LvFnVUC/agent.13 08:32:38 SSH_AGENT_PID=19 08:32:38 Running ssh-add (command line suppressed) 08:32:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1219913861487180161.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1219913861487180161.key) 08:32:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:32:39 + git semver bump pre 08:32:39 # -> Open(): unable to determine branch for HEAD 08:32:39 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 08:32:39 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 08:32:39 # $SEMVER_REMOTE_NAME = origin 08:32:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:32:39 # $SEMVER_USER_NAME = edgex-jenkins 08:32:39 # $SEMVER_BRANCH = master 08:32:39 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 08:32:39 2.0.0-dev.12 [Pipeline] } 08:32:39 $ docker exec --env ******** --env ******** 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 ssh-agent -k 08:32:39 unset SSH_AUTH_SOCK; 08:32:39 unset SSH_AGENT_PID; 08:32:39 echo Agent pid 19 killed; 08:32:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:32:40 + git semver [Pipeline] } 08:32:40 $ docker stop --time=1 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 08:32:41 $ docker rm -f 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:32:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:42 . [Pipeline] withDockerContainer 08:32:42 prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container 08:32:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:32:42 $ docker top a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:32:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:32:43 [ssh-agent] Looking for ssh-agent implementation... 08:32:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:32:43 $ docker exec a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 ssh-agent 08:32:43 SSH_AUTH_SOCK=/tmp/ssh-cviomvSPAK3O/agent.12 08:32:43 SSH_AGENT_PID=17 08:32:43 Running ssh-add (command line suppressed) 08:32:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4764117062906130385.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4764117062906130385.key) 08:32:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:32:43 + git semver push 08:32:43 # -> Open(): unable to determine branch for HEAD 08:32:43 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 08:32:43 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 08:32:43 # $SEMVER_REMOTE_NAME = origin 08:32:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:32:43 # $SEMVER_USER_NAME = edgex-jenkins 08:32:43 # $SEMVER_BRANCH = master 08:32:43 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 08:32:50 $ docker exec --env ******** --env ******** a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 ssh-agent -k 08:32:50 unset SSH_AUTH_SOCK; 08:32:50 unset SSH_AGENT_PID; 08:32:50 echo Agent pid 17 killed; 08:32:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:32:51 + git semver [Pipeline] } 08:32:51 $ docker stop --time=1 a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 08:32:52 $ docker rm -f a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 [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 08:32:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:32:54 ---> package-listing.sh 08:32:54 ++ facter osfamily 08:32:54 ++ tr '[:upper:]' '[:lower:]' 08:32:54 + OS_FAMILY=redhat 08:32:54 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 08:32:54 + START_PACKAGES=/tmp/packages_start.txt 08:32:54 + END_PACKAGES=/tmp/packages_end.txt 08:32:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:32:54 + PACKAGES=/tmp/packages_start.txt 08:32:54 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 08:32:54 + PACKAGES=/tmp/packages_end.txt 08:32:54 + case "${OS_FAMILY}" in 08:32:54 + rpm -qa 08:32:54 + sort 08:32:59 + '[' -f /tmp/packages_start.txt ']' 08:32:59 + '[' -f /tmp/packages_end.txt ']' 08:32:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:32:59 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 08:32:59 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 08:32:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 08:32:59 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 08:33:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:33:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:33:00 08:33:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:33:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:33:00 alpine: Pulling from edgex-lftools-log-publisher 08:33:00 df20fa9351a1: Pulling fs layer 08:33:00 36b3adc4ff6f: Pulling fs layer 08:33:00 8ad3a11d3b57: Pulling fs layer 08:33:00 46f8f816bc3b: Pulling fs layer 08:33:00 93b61091891f: Pulling fs layer 08:33:00 93b9cdb0e59b: Pulling fs layer 08:33:00 5e14af77c1be: Pulling fs layer 08:33:00 01666e4c0597: Pulling fs layer 08:33:00 aa168da1d23b: Pulling fs layer 08:33:00 93b9cdb0e59b: Waiting 08:33:00 5e14af77c1be: Waiting 08:33:00 01666e4c0597: Waiting 08:33:00 aa168da1d23b: Waiting 08:33:00 46f8f816bc3b: Waiting 08:33:00 93b61091891f: Waiting 08:33:00 36b3adc4ff6f: Verifying Checksum 08:33:00 36b3adc4ff6f: Download complete 08:33:00 46f8f816bc3b: Verifying Checksum 08:33:00 46f8f816bc3b: Download complete 08:33:01 df20fa9351a1: Verifying Checksum 08:33:01 df20fa9351a1: Download complete 08:33:01 93b9cdb0e59b: Verifying Checksum 08:33:01 93b9cdb0e59b: Download complete 08:33:01 93b61091891f: Download complete 08:33:01 5e14af77c1be: Verifying Checksum 08:33:01 5e14af77c1be: Download complete 08:33:01 01666e4c0597: Verifying Checksum 08:33:01 01666e4c0597: Download complete 08:33:01 df20fa9351a1: Pull complete 08:33:01 36b3adc4ff6f: Pull complete 08:33:01 8ad3a11d3b57: Verifying Checksum 08:33:01 8ad3a11d3b57: Download complete 08:33:02 8ad3a11d3b57: Pull complete 08:33:03 aa168da1d23b: Verifying Checksum 08:33:03 aa168da1d23b: Download complete 08:33:03 46f8f816bc3b: Pull complete 08:33:03 93b61091891f: Pull complete 08:33:04 93b9cdb0e59b: Pull complete 08:33:04 5e14af77c1be: Pull complete 08:33:04 01666e4c0597: Pull complete 08:33:12 aa168da1d23b: Pull complete 08:33:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:33:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:33:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:33:12 prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container 08:33:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:33:15 $ docker top 17e1150d36bb655644dfca544b01030467cb38dc18aa4e7ad8ee68838136f305 -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:15 + touch /tmp/pre-build-complete [Pipeline] sh 08:33:15 + mkdir -p /var/log/sa [Pipeline] sh 08:33:16 + ls /var/log/sa-host 08:33:16 + sadf -c /var/log/sa-host/sa23 08:33:16 file_magic: OK 08:33:16 HZ: Using current value: 100 08:33:16 file_header: OK 08:33:16 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 08:33:16 Statistics: 08:33:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:33:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:33:16 provisioning config files... 08:33:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6971200542038146357tmp [Pipeline] { [Pipeline] echo 08:33:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:33:16 ---> create-netrc.sh [Pipeline] } 08:33:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:33:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:33:17 ---> python-tools-install.sh [Pipeline] echo 08:33:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:33:17 ---> sudo-logs.sh 08:33:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:33:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:33:17 ---> job-cost.sh 08:33:17 lf-activate-venv: SKIPPING 08:33:17 INFO: No Stack... 08:33:18 INFO: Retrieving Pricing Info for: v1-standard-2 08:33:19 INFO: Archiving Costs [Pipeline] echo 08:33:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:33:19 ---> logs-deploy.sh 08:33:19 lf-activate-venv: SKIPPING 08:33:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/69 08:33:19 INFO: archiving workspace using pattern(s): 08:33:21 Archives upload complete. 08:33:21 INFO: archiving logs to Nexus 08:33:22 ---> uname -a: 08:33:22 Linux prd-centos7-docker-4c-2g-27294.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:33:22 08:33:22 08:33:22 ---> lscpu: 08:33:22 Architecture: x86_64 08:33:22 CPU op-mode(s): 32-bit, 64-bit 08:33:22 Byte Order: Little Endian 08:33:22 Address sizes: 40 bits physical, 48 bits virtual 08:33:22 CPU(s): 4 08:33:22 On-line CPU(s) list: 0-3 08:33:22 Thread(s) per core: 1 08:33:22 Core(s) per socket: 1 08:33:22 Socket(s): 4 08:33:22 NUMA node(s): 1 08:33:22 Vendor ID: GenuineIntel 08:33:22 CPU family: 6 08:33:22 Model: 44 08:33:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:33:22 Stepping: 1 08:33:22 CPU MHz: 2933.436 08:33:22 BogoMIPS: 5866.87 08:33:22 Virtualization: VT-x 08:33:22 Hypervisor vendor: KVM 08:33:22 Virtualization type: full 08:33:22 L1d cache: 128 KiB 08:33:22 L1i cache: 128 KiB 08:33:22 L2 cache: 16 MiB 08:33:22 L3 cache: 64 MiB 08:33:22 NUMA node0 CPU(s): 0-3 08:33:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:33:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:33:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:33:22 Vulnerability Meltdown: Mitigation; PTI 08:33:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:33:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:33:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:33:22 Vulnerability Srbds: Not affected 08:33:22 Vulnerability Tsx async abort: Not affected 08:33:22 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 08:33:22 08:33:22 08:33:22 ---> nproc: 08:33:22 4 08:33:22 08:33:22 08:33:22 ---> df -h: 08:33:22 Filesystem Size Used Available Use% Mounted on 08:33:22 overlay 50.0G 8.6G 41.4G 17% / 08:33:22 tmpfs 64.0M 0 64.0M 0% /dev 08:33:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:33:22 shm 64.0M 0 64.0M 0% /dev/shm 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 08:33:22 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 08:33:22 08:33:22 08:33:22 ---> free -m: 08:33:22 total used free shared buff/cache available 08:33:22 Mem: 1837 813 147 0 876 959 08:33:22 Swap: 1023 2 1021 08:33:22 08:33:22 08:33:22 ---> ip addr: 08:33:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:33:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:33:22 inet 127.0.0.1/8 scope host lo 08:33:22 valid_lft forever preferred_lft forever 08:33:22 inet6 ::1/128 scope host 08:33:22 valid_lft forever preferred_lft forever 08:33:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:33:22 link/ether fa:16:3e:dc:4b:4f brd ff:ff:ff:ff:ff:ff 08:33:22 inet 10.30.123.178/23 brd 10.30.123.255 scope global dynamic eth0 08:33:22 valid_lft 85819sec preferred_lft 85819sec 08:33:22 inet6 fe80::f816:3eff:fedc:4b4f/64 scope link 08:33:22 valid_lft forever preferred_lft forever 08:33:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:33:22 link/ether 02:42:c9:e2:d4:f3 brd ff:ff:ff:ff:ff:ff 08:33:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:33:22 valid_lft forever preferred_lft forever 08:33:22 inet6 fe80::42:c9ff:fee2:d4f3/64 scope link 08:33:22 valid_lft forever preferred_lft forever 08:33:22 08:33:22 08:33:22 ---> sar -b -r -n DEV: 08:33:22 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) 08:33:22 08:33:22 08:23:30 LINUX RESTART (4 CPU) 08:33:22 08:33:22 08:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:33:22 08:25:01 54.36 15.72 38.64 0.00 4803.46 4063.15 0.00 08:33:22 08:26:01 2.08 0.00 2.08 0.00 0.00 41.71 0.00 08:33:22 08:27:01 0.27 0.00 0.27 0.00 0.00 2.58 0.00 08:33:22 08:28:01 0.25 0.00 0.25 0.00 0.00 2.66 0.00 08:33:22 08:29:01 0.20 0.00 0.20 0.00 0.00 2.90 0.00 08:33:22 08:30:01 10.21 0.68 9.53 0.00 260.99 3960.19 0.00 08:33:22 08:31:01 332.04 181.61 150.43 0.00 8574.22 42923.90 0.00 08:33:22 08:32:01 157.89 61.37 96.52 0.00 3765.25 20904.43 0.00 08:33:22 08:33:01 74.22 61.11 13.11 0.00 4776.83 234.08 0.00 08:33:22 Average: 70.24 35.65 34.59 0.00 2466.40 8024.81 0.00 08:33:22 08:33:22 08:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:33:22 08:25:01 152756 0 609060 32.37 2620 1117108 1103420 37.66 382224 1147560 132 08:33:22 08:26:01 155748 0 606064 32.21 2620 1117112 1078448 36.81 383532 1143508 20 08:33:22 08:27:01 154144 0 607660 32.30 2620 1117120 1078424 36.80 389628 1139460 12 08:33:22 08:28:01 152460 0 609284 32.38 2620 1117180 1078548 36.81 391620 1138968 36 08:33:22 08:29:01 152752 0 609044 32.37 2620 1117128 1078500 36.81 402512 1127728 12 08:33:22 08:30:01 65348 0 683272 36.31 2620 1130304 1513864 51.67 500564 1109488 28720 08:33:22 08:31:01 74104 0 768924 40.87 2596 1035920 1508036 51.47 633464 894080 43876 08:33:22 08:32:01 83256 0 836864 44.48 1492 959932 1273560 43.46 693000 764144 12 08:33:22 08:33:01 74848 0 814492 43.29 1492 990712 1518828 51.84 640740 832424 60688 08:33:22 Average: 118380 0 682740 36.29 2367 1078057 1247959 42.59 490809 1033040 14834 08:33:22 08:33:22 08:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:33:22 08:25:01 eth0 490.41 349.80 1004.83 87.58 0.00 0.00 0.00 0.00 08:33:22 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:25:01 docker0 44.39 35.35 3.73 111.38 0.00 0.00 0.00 0.00 08:33:22 08:26:01 eth0 3.66 1.83 2.09 0.31 0.00 0.00 0.00 0.00 08:33:22 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:27:01 eth0 1.60 0.58 0.59 0.36 0.00 0.00 0.00 0.00 08:33:22 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:28:01 eth0 1.58 0.35 0.37 0.20 0.00 0.00 0.00 0.00 08:33:22 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:29:01 eth0 1.98 0.40 0.46 0.27 0.00 0.00 0.00 0.00 08:33:22 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:30:01 eth0 412.44 353.75 3935.63 26.65 0.00 0.00 0.00 0.00 08:33:22 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:31:01 eth0 463.24 404.57 3449.98 83.87 0.00 0.00 0.00 0.00 08:33:22 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:31:01 docker0 39.77 43.57 3.74 102.95 0.00 0.00 0.00 0.00 08:33:22 08:32:01 veth6f646c6 30.08 37.43 2.09 217.66 0.00 0.00 0.00 0.00 08:33:22 08:32:01 eth0 68.94 47.95 246.82 13.74 0.00 0.00 0.00 0.00 08:33:22 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:32:01 docker0 30.08 37.30 1.68 217.65 0.00 0.00 0.00 0.00 08:33:22 08:33:01 eth0 139.76 116.76 879.72 63.16 0.00 0.00 0.00 0.00 08:33:22 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 08:33:01 docker0 2.21 1.66 0.35 0.38 0.00 0.00 0.00 0.00 08:33:22 Average: eth0 176.07 141.88 1058.81 30.70 0.00 0.00 0.00 0.00 08:33:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:33:22 Average: docker0 12.95 13.11 1.06 48.06 0.00 0.00 0.00 0.00 08:33:22 08:33:22 08:33:22 ---> sar -P ALL: 08:33:22 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) 08:33:22 08:33:22 08:23:30 LINUX RESTART (4 CPU) 08:33:22 08:33:22 08:24:01 CPU %user %nice %system %iowait %steal %idle 08:33:22 08:25:01 all 7.32 0.00 2.35 1.30 0.05 88.98 08:33:22 08:25:01 0 6.33 0.00 3.11 1.06 0.05 89.45 08:33:22 08:25:01 1 9.43 0.00 2.19 0.27 0.05 88.06 08:33:22 08:25:01 2 5.79 0.00 2.08 0.57 0.07 91.50 08:33:22 08:25:01 3 7.74 0.00 2.03 3.29 0.03 86.90 08:33:22 08:26:01 all 0.15 0.00 0.05 0.00 0.00 99.80 08:33:22 08:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:33:22 08:26:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:33:22 08:26:01 2 0.43 0.00 0.07 0.00 0.00 99.50 08:33:22 08:26:01 3 0.10 0.00 0.05 0.00 0.02 99.83 08:33:22 08:27:01 all 0.15 0.00 0.02 0.00 0.01 99.82 08:33:22 08:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:33:22 08:27:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:33:22 08:27:01 2 0.48 0.00 0.00 0.00 0.02 99.50 08:33:22 08:27:01 3 0.07 0.00 0.05 0.00 0.02 99.87 08:33:22 08:28:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:33:22 08:28:01 0 0.07 0.00 0.02 0.00 0.00 99.92 08:33:22 08:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:33:22 08:28:01 2 0.48 0.00 0.03 0.00 0.00 99.48 08:33:22 08:28:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:33:22 08:29:01 all 0.09 0.00 0.04 0.00 0.01 99.86 08:33:22 08:29:01 0 0.23 0.00 0.05 0.00 0.02 99.70 08:33:22 08:29:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:33:22 08:29:01 2 0.02 0.00 0.05 0.00 0.00 99.93 08:33:22 08:29:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:33:22 08:30:01 all 1.42 0.00 0.86 0.13 0.01 97.58 08:33:22 08:30:01 0 1.78 0.00 1.24 0.05 0.00 96.92 08:33:22 08:30:01 1 1.30 0.00 0.70 0.25 0.02 97.73 08:33:22 08:30:01 2 1.39 0.00 0.75 0.20 0.02 97.65 08:33:22 08:30:01 3 1.20 0.00 0.74 0.02 0.02 98.03 08:33:22 08:31:01 all 11.49 0.00 6.43 2.92 0.12 79.05 08:33:22 08:31:01 0 11.46 0.00 6.57 2.62 0.10 79.26 08:33:22 08:31:01 1 10.94 0.00 6.25 2.82 0.14 79.85 08:33:22 08:31:01 2 12.43 0.00 6.58 1.60 0.12 79.28 08:33:22 08:31:01 3 11.13 0.00 6.30 4.63 0.14 77.80 08:33:22 08:32:01 all 5.91 0.00 3.47 2.40 0.08 88.15 08:33:22 08:32:01 0 4.86 0.00 3.01 3.04 0.05 89.04 08:33:22 08:32:01 1 6.96 0.00 3.28 2.14 0.10 87.52 08:33:22 08:32:01 2 5.40 0.00 4.07 2.07 0.08 88.37 08:33:22 08:32:01 3 6.41 0.00 3.52 2.34 0.08 87.65 08:33:22 08:33:01 all 2.73 0.00 1.78 1.42 0.03 94.05 08:33:22 08:33:01 0 2.24 0.00 1.81 0.37 0.05 95.53 08:33:22 08:33:01 1 3.42 0.00 1.79 2.72 0.02 92.05 08:33:22 08:33:01 2 2.50 0.00 1.66 0.89 0.02 94.94 08:33:22 08:33:01 3 2.75 0.00 1.88 1.69 0.02 93.66 08:33:22 Average: all 3.24 0.00 1.66 0.90 0.04 94.16 08:33:22 Average: 0 2.98 0.00 1.75 0.79 0.03 94.46 08:33:22 Average: 1 3.56 0.00 1.58 0.90 0.04 93.92 08:33:22 Average: 2 3.19 0.00 1.69 0.59 0.04 94.50 08:33:22 Average: 3 3.25 0.00 1.62 1.32 0.04 93.77 08:33:22 08:33:22 08:33:22