Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d897271f5bdcc8b47fe99642677f598acc1508a8 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-27313 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision d897271f5bdcc8b47fe99642677f598acc1508a8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 Commit message: "Update delete confirm alert message and code format" > git rev-list --no-walk d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:54:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:54:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:54:30 ========================================================= 09:54:30 EdgeX Global Pipelines Version Info 09:54:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:54:32 ------------------- 09:54:32 stable info: 09:54:32 ------------------- 09:54:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:54:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:54:32 Message: update stable to v1.0.179 09:54:33 ------------------- 09:54:33 experimental info: 09:54:33 ------------------- 09:54:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:54:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:54:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:54:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:54:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:54:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:54:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:54:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:54:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:54:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:54:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:54:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:54:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:54:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:54:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:54:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:54:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] echo 09:54:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d897271 [Pipeline] echo 09:54:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:54:36 provisioning config files... 09:54:36 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3002528994455047547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:54:37 ---> docker-login.sh 09:54:37 nexus3.edgexfoundry.org:10001 09:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:37 Configure a credential helper to remove this warning. See 09:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:37 09:54:37 Login Succeeded 09:54:37 nexus3.edgexfoundry.org:10002 09:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:37 Configure a credential helper to remove this warning. See 09:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:37 09:54:37 Login Succeeded 09:54:37 nexus3.edgexfoundry.org:10003 09:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:38 Configure a credential helper to remove this warning. See 09:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:38 09:54:38 Login Succeeded 09:54:38 nexus3.edgexfoundry.org:10004 09:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:38 Configure a credential helper to remove this warning. See 09:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:38 09:54:38 Login Succeeded 09:54:38 docker.io 09:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:38 Configure a credential helper to remove this warning. See 09:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:38 09:54:38 Login Succeeded 09:54:38 ---> docker-login.sh ends [Pipeline] } 09:54:38 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 09:54:39 + git log --format=format:%s -1 d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] echo 09:54:39 GIT_COMMIT: d897271f5bdcc8b47fe99642677f598acc1508a8, Commit Message: Update delete confirm alert message and code format [Pipeline] echo 09:54:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:54:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:54:40 09:54:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:54:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:54:40 latest: Pulling from edgex-devops/git-semver 09:54:40 31603596830f: Pulling fs layer 09:54:40 2a8b12db71e7: Pulling fs layer 09:54:40 6ca5941a6612: Pulling fs layer 09:54:40 ecc8261a40a4: Pulling fs layer 09:54:40 ecc8261a40a4: Waiting 09:54:40 2a8b12db71e7: Verifying Checksum 09:54:40 2a8b12db71e7: Download complete 09:54:40 31603596830f: Verifying Checksum 09:54:40 31603596830f: Download complete 09:54:40 ecc8261a40a4: Verifying Checksum 09:54:40 ecc8261a40a4: Download complete 09:54:40 6ca5941a6612: Verifying Checksum 09:54:40 6ca5941a6612: Download complete 09:54:40 31603596830f: Pull complete 09:54:40 2a8b12db71e7: Pull complete 09:54:41 6ca5941a6612: Pull complete 09:54:41 ecc8261a40a4: Pull complete 09:54:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:54:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:54:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:54:42 prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container 09:54: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:54:44 $ docker top 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:54:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:54:44 [ssh-agent] Looking for ssh-agent implementation... 09:54:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:54:45 $ docker exec 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 ssh-agent 09:54:45 SSH_AUTH_SOCK=/tmp/ssh-mbs2WD72wSnf/agent.11 09:54:45 SSH_AGENT_PID=16 09:54:45 Running ssh-add (command line suppressed) 09:54:45 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8026966151810112834.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8026966151810112834.key) 09:54:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:54:45 + git tag --points-at HEAD [Pipeline] } 09:54:45 $ docker exec --env ******** --env ******** 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 ssh-agent -k 09:54:45 unset SSH_AUTH_SOCK; 09:54:45 unset SSH_AGENT_PID; 09:54:45 echo Agent pid 16 killed; 09:54:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:54:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:54:46 [ssh-agent] Looking for ssh-agent implementation... 09:54:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:54:46 $ docker exec 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 ssh-agent 09:54:46 SSH_AUTH_SOCK=/tmp/ssh-PpJQ0O4pAZPS/agent.44 09:54:46 SSH_AGENT_PID=49 09:54:46 Running ssh-add (command line suppressed) 09:54:46 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2572965904794144517.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2572965904794144517.key) 09:54:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:54:46 + git semver init 09:54:46 # -> Open(): unable to determine branch for HEAD 09:54:46 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 09:54:46 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 09:54:46 # $SEMVER_REMOTE_NAME = origin 09:54:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:54:46 # $SEMVER_USER_NAME = edgex-jenkins 09:54:46 # $SEMVER_BRANCH = master 09:54:46 # $SEMVER_TEMP = /tmp/semver-873383612 09:54:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 09:54:48 # '/tmp/semver-873383612' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 09:54:48 # -> Force: false 09:54:48 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 09:54:48 $ docker exec --env ******** --env ******** 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 ssh-agent -k 09:54:48 unset SSH_AUTH_SOCK; 09:54:48 unset SSH_AGENT_PID; 09:54:48 echo Agent pid 49 killed; 09:54:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:54:49 + git semver [Pipeline] } 09:54:49 $ docker stop --time=1 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 09:54:50 $ docker rm -f 01d7f1dc92cf27728570a45f18fcf8c85f2131abd035554b0e43aa6d010c95f1 [Pipeline] // withDockerContainer [Pipeline] sh 09:54:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:54:51 Stashed 1 file(s) [Pipeline] echo 09:54:51 [edgeXSemver]: initialized semver on version 2.0.0-dev.12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 09:55:06 Still waiting to schedule task 09:55:06 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27313’ 09:55:06 Still waiting to schedule task 09:55:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 09:57:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27314 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 09:57:03 Running in /w/workspace/edgex-ui-go/70 [Pipeline] { [Pipeline] checkout 09:57:08 using credential edgex-jenkins-ssh 09:57:08 Cloning the remote Git repository 09:57:08 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:57:08 > git init /w/workspace/edgex-ui-go/70 # timeout=10 09:57:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:57:08 > git --version # timeout=10 09:57:08 > git --version # 'git version 2.17.1' 09:57:08 using GIT_SSH to set credentials SSH Credentials for GitHub 09:57:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:57:10 Checking out Revision d897271f5bdcc8b47fe99642677f598acc1508a8 (master) 09:57:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:57:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:57:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:57:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:57:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:57:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:57:10 > git config core.sparsecheckout # timeout=10 09:57:10 > git checkout -f d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 09:57:15 Commit message: "Update delete confirm alert message and code format" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:57:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:57:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:57:17 + true 09:57:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:57:20 provisioning config files... 09:57:20 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/70@tmp/config7348004985772587170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:57:21 ---> docker-login.sh 09:57:21 nexus3.edgexfoundry.org:10001 09:57:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:22 Configure a credential helper to remove this warning. See 09:57:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:22 09:57:22 Login Succeeded 09:57:22 nexus3.edgexfoundry.org:10002 09:57:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:23 Configure a credential helper to remove this warning. See 09:57:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:23 09:57:23 Login Succeeded 09:57:23 nexus3.edgexfoundry.org:10003 09:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:23 Configure a credential helper to remove this warning. See 09:57:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:23 09:57:23 Login Succeeded 09:57:23 nexus3.edgexfoundry.org:10004 09:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:24 Configure a credential helper to remove this warning. See 09:57:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:24 09:57:24 Login Succeeded 09:57:24 docker.io 09:57:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:25 Configure a credential helper to remove this warning. See 09:57:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:25 09:57:25 Login Succeeded 09:57:25 ---> docker-login.sh ends [Pipeline] } 09:57:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:57:25 ========================================================= 09:57:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:57:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:57:25 + 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 . 09:57:26 Sending build context to Docker daemon 17.08MB 09:57:26 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:57:26 Step 2/8 : FROM ${BASE} 09:57:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:57:26 5f621e34cdf4: Pulling fs layer 09:57:26 a4357932f1b6: Pulling fs layer 09:57:26 18c013af1878: Pulling fs layer 09:57:26 00ac8860ef70: Pulling fs layer 09:57:26 63d7cb157983: Pulling fs layer 09:57:26 b116817d02f9: Pulling fs layer 09:57:26 745a02a5169b: Pulling fs layer 09:57:26 00ac8860ef70: Waiting 09:57:26 63d7cb157983: Waiting 09:57:26 b116817d02f9: Waiting 09:57:26 745a02a5169b: Waiting 09:57:26 18c013af1878: Verifying Checksum 09:57:26 18c013af1878: Download complete 09:57:26 a4357932f1b6: Verifying Checksum 09:57:26 a4357932f1b6: Download complete 09:57:26 63d7cb157983: Download complete 09:57:26 b116817d02f9: Verifying Checksum 09:57:26 b116817d02f9: Download complete 09:57:27 5f621e34cdf4: Verifying Checksum 09:57:27 5f621e34cdf4: Download complete 09:57:27 5f621e34cdf4: Pull complete 09:57:28 a4357932f1b6: Pull complete 09:57:29 18c013af1878: Pull complete 09:57:29 745a02a5169b: Verifying Checksum 09:57:29 745a02a5169b: Download complete 09:57:30 00ac8860ef70: Verifying Checksum 09:57:30 00ac8860ef70: Download complete 09:57:37 Running on prd-centos7-docker-4c-2g-27315 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 09:57:37 Running in /w/workspace/edgex-ui-go/70 [Pipeline] { [Pipeline] checkout 09:57:39 using credential edgex-jenkins-ssh 09:57:39 Cloning the remote Git repository 09:57:39 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:57:39 > git init /w/workspace/edgex-ui-go/70 # timeout=10 09:57:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:57:40 > git --version # timeout=10 09:57:40 > git --version # 'git version 2.24.3' 09:57:40 using GIT_SSH to set credentials SSH Credentials for GitHub 09:57:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:57:41 00ac8860ef70: Pull complete 09:57:41 63d7cb157983: Pull complete 09:57:41 b116817d02f9: Pull complete 09:57:41 Checking out Revision d897271f5bdcc8b47fe99642677f598acc1508a8 (master) 09:57:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:57:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:57:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:57:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:57:41 using GIT_SSH to set credentials SSH Credentials for GitHub 09:57:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:57:41 > git config core.sparsecheckout # timeout=10 09:57:41 > git checkout -f d897271f5bdcc8b47fe99642677f598acc1508a8 # timeout=10 09:57:45 Commit message: "Update delete confirm alert message and code format" 09:57:45 745a02a5169b: Pull complete 09:57:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:57:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:57:45 ---> b7e6874047d6 09:57:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:57:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:57:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:57:47 + sudo service docker restart 09:57:47 + true 09:57:47 Redirecting to /bin/systemctl restart docker.service 09:57:48 ---> Running in 5fd0469516d1 09:57:48 Removing intermediate container 5fd0469516d1 09:57:48 ---> d1a2df3a6c8b 09:57:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:48 ---> Running in f3629e2c330e [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:57:49 provisioning config files... 09:57:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/70@tmp/config4391105422657176327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:57:50 ---> docker-login.sh 09:57:50 nexus3.edgexfoundry.org:10001 09:57:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:50 Configure a credential helper to remove this warning. See 09:57:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:50 09:57:50 Login Succeeded 09:57:50 nexus3.edgexfoundry.org:10002 09:57:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:50 Configure a credential helper to remove this warning. See 09:57:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:50 09:57:50 Login Succeeded 09:57:50 nexus3.edgexfoundry.org:10003 09:57:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:50 Configure a credential helper to remove this warning. See 09:57:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:50 09:57:50 Login Succeeded 09:57:50 nexus3.edgexfoundry.org:10004 09:57:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:50 Removing intermediate container f3629e2c330e 09:57:50 ---> 5d8332961f8e 09:57:50 Step 5/8 : RUN apk add --no-cache make git 09:57:50 ---> Running in 8a223d7eb6bf 09:57:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:51 Configure a credential helper to remove this warning. See 09:57:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:51 09:57:51 Login Succeeded 09:57:51 docker.io 09:57:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:51 Configure a credential helper to remove this warning. See 09:57:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:51 09:57:51 Login Succeeded 09:57:51 ---> docker-login.sh ends [Pipeline] } 09:57:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:57:51 ========================================================= 09:57:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:57:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:57:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:57:52 + 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 . 09:57:52 Sending build context to Docker daemon 17.08MB 09:57:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:57:52 Step 2/8 : FROM ${BASE} 09:57:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:57:52 188c0c94c7c5: Pulling fs layer 09:57:52 0ef7d3d256c8: Pulling fs layer 09:57:52 de9db76c5a1d: Pulling fs layer 09:57:52 bca2f99d35d6: Pulling fs layer 09:57:52 93359f2a8cfa: Pulling fs layer 09:57:52 7c6f9722023f: Pulling fs layer 09:57:52 a35cf1a2eb13: Pulling fs layer 09:57:52 bca2f99d35d6: Waiting 09:57:52 7c6f9722023f: Waiting 09:57:52 a35cf1a2eb13: Waiting 09:57:52 93359f2a8cfa: Waiting 09:57:52 de9db76c5a1d: Verifying Checksum 09:57:52 de9db76c5a1d: Download complete 09:57:52 0ef7d3d256c8: Verifying Checksum 09:57:52 0ef7d3d256c8: Download complete 09:57:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:57:52 93359f2a8cfa: Verifying Checksum 09:57:52 93359f2a8cfa: Download complete 09:57:52 7c6f9722023f: Verifying Checksum 09:57:52 7c6f9722023f: Download complete 09:57:52 188c0c94c7c5: Verifying Checksum 09:57:52 188c0c94c7c5: Download complete 09:57:52 188c0c94c7c5: Pull complete 09:57:53 0ef7d3d256c8: Pull complete 09:57:53 de9db76c5a1d: Pull complete 09:57:53 OK: 142 MiB in 39 packages 09:57:54 a35cf1a2eb13: Verifying Checksum 09:57:54 a35cf1a2eb13: Download complete 09:57:54 bca2f99d35d6: Verifying Checksum 09:57:54 bca2f99d35d6: Download complete 09:57:54 Removing intermediate container 8a223d7eb6bf 09:57:54 ---> 81d082c5fa2e 09:57:54 Step 6/8 : WORKDIR /edgex-ui-go 09:57:55 ---> Running in 02293c06480b 09:57:55 Removing intermediate container 02293c06480b 09:57:55 ---> 77c8d418997d 09:57:55 Step 7/8 : COPY . . 09:57:57 ---> d35bc89bd303 09:57:57 Step 8/8 : RUN go mod download 09:57:58 ---> Running in 33f70efb8cf5 09:58:00 bca2f99d35d6: Pull complete 09:58:00 93359f2a8cfa: Pull complete 09:58:00 7c6f9722023f: Pull complete 09:58:05 a35cf1a2eb13: Pull complete 09:58:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:58:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:58:05 ---> a62c8e92a672 09:58:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:58:05 ---> Running in bbd8df555942 09:58:05 Removing intermediate container bbd8df555942 09:58:05 ---> 74f5214c5ff1 09:58:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:05 ---> Running in 8ded42e41e46 09:58:06 Removing intermediate container 8ded42e41e46 09:58:06 ---> 85e342424249 09:58:06 Step 5/8 : RUN apk add --no-cache make git 09:58:06 ---> Running in 7552c720579d 09:58:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:58:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:58:08 OK: 166 MiB in 39 packages 09:58:09 Removing intermediate container 7552c720579d 09:58:09 ---> e001c48ea40d 09:58:09 Step 6/8 : WORKDIR /edgex-ui-go 09:58:09 ---> Running in cd92aa473e1f 09:58:09 Removing intermediate container cd92aa473e1f 09:58:09 ---> f14cde218191 09:58:09 Step 7/8 : COPY . . 09:58:11 ---> 48bb7d44390e 09:58:11 Step 8/8 : RUN go mod download 09:58:11 ---> Running in 61f44a4a678b 09:58:24 Removing intermediate container 33f70efb8cf5 09:58:24 ---> 8d66221064c4 09:58:24 Successfully built 8d66221064c4 09:58:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:58:25 + docker inspect -f . ci-base-image-arm64 09:58:25 . [Pipeline] withDockerContainer 09:58:25 prd-ubuntu18.04-docker-arm64-4c-16g-27314 does not seem to be running inside a container 09:58:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/70 -v /w/workspace/edgex-ui-go/70:/w/workspace/edgex-ui-go/70:rw,z -v /w/workspace/edgex-ui-go/70@tmp:/w/workspace/edgex-ui-go/70@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-arm64 cat 09:58:27 $ docker top faffe9b13ac51a556ca6cff66cbc964055f14eac894c2d837f225d9af0fddffe -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:28 + go version 09:58:28 go version go1.15.5 linux/arm64 [Pipeline] } 09:58:28 $ docker stop --time=1 faffe9b13ac51a556ca6cff66cbc964055f14eac894c2d837f225d9af0fddffe 09:58:30 $ docker rm -f faffe9b13ac51a556ca6cff66cbc964055f14eac894c2d837f225d9af0fddffe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:58:31 + docker inspect -f . ci-base-image-arm64 09:58:31 . [Pipeline] withDockerContainer 09:58:31 prd-ubuntu18.04-docker-arm64-4c-16g-27314 does not seem to be running inside a container 09:58:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/70 -v /w/workspace/edgex-ui-go/70:/w/workspace/edgex-ui-go/70:rw,z -v /w/workspace/edgex-ui-go/70@tmp:/w/workspace/edgex-ui-go/70@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-arm64 cat 09:58:32 $ docker top beceef25c6e9c2c9fa324d059ebb19175d05e9a34107fe79bfe66c33eb8f792e -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:33 + make test 09:58:33 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:58:35 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:58:38 Removing intermediate container 61f44a4a678b 09:58:38 ---> 8ba126a4dbb4 09:58:38 Successfully built 8ba126a4dbb4 09:58:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:58:38 + docker inspect -f . ci-base-image-x86_64 09:58:38 . [Pipeline] withDockerContainer 09:58:38 prd-centos7-docker-4c-2g-27315 does not seem to be running inside a container 09:58:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/70 -v /w/workspace/edgex-ui-go/70:/w/workspace/edgex-ui-go/70:rw,z -v /w/workspace/edgex-ui-go/70@tmp:/w/workspace/edgex-ui-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:58:39 $ docker top ef04f3fae534e510920ab21558254f430e12f79d1e64c3ed8fe6d862b34909e7 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:40 + go version 09:58:40 go version go1.15.5 linux/amd64 [Pipeline] } 09:58:40 $ docker stop --time=1 ef04f3fae534e510920ab21558254f430e12f79d1e64c3ed8fe6d862b34909e7 09:58:41 $ docker rm -f ef04f3fae534e510920ab21558254f430e12f79d1e64c3ed8fe6d862b34909e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:58:42 + docker inspect -f . ci-base-image-x86_64 09:58:42 . [Pipeline] withDockerContainer 09:58:42 prd-centos7-docker-4c-2g-27315 does not seem to be running inside a container 09:58:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/70 -v /w/workspace/edgex-ui-go/70:/w/workspace/edgex-ui-go/70:rw,z -v /w/workspace/edgex-ui-go/70@tmp:/w/workspace/edgex-ui-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:58:43 $ docker top 498e85d5389cf35fd33c3f69708190b6a60473768cf51ae759a0bbed9fabae79 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:44 + make test 09:58:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:58:44 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:58:53 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:58:53 GO111MODULE=on go vet ./... [Pipeline] } 09:58:53 $ docker stop --time=1 498e85d5389cf35fd33c3f69708190b6a60473768cf51ae759a0bbed9fabae79 09:58:55 $ docker rm -f 498e85d5389cf35fd33c3f69708190b6a60473768cf51ae759a0bbed9fabae79 [Pipeline] // withDockerContainer [Pipeline] sh 09:58:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:58:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:58:57 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:58:57 GO111MODULE=on go vet ./... [Pipeline] sh 09:58:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:58:59 + ls -al . 09:58:59 total 92 09:58:59 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 09:58 . 09:58:59 drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 09:57 .. 09:58:59 drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 09:57 assets 09:58:59 drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 09:57 bin 09:58:59 drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 09:57 cmd 09:58:59 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 09:57 CONTRIBUTING.md 09:58:59 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 09:58 coverage.out 09:58:59 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 09:57 Dockerfile 09:58:59 -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 09:57 Dockerfile.build 09:58:59 drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 09:57 docs 09:58:59 drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 09:57 .git 09:58:59 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 09:57 .github 09:58:59 -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 09:57 .gitignore 09:58:59 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 09:57 go.mod 09:58:59 -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 09:58 go.sum 09:58:59 drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 09:57 internal 09:58:59 -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 09:57 Jenkinsfile 09:58:59 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 09:57 LICENSE 09:58:59 -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 09:57 Makefile 09:58:59 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 09:57 README.md 09:58:59 -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 09:54 VERSION 09:58:59 -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 09:57 version.go 09:58:59 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 09:57 web [Pipeline] isUnix [Pipeline] sh 09:58:59 + 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=d897271f5bdcc8b47fe99642677f598acc1508a8 --label arch=amd64 --label version=2.0.0-dev.12 . 09:59:00 Sending build context to Docker daemon 17.1MB 09:59:00 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:59:00 Step 2/24 : FROM ${BASE} AS builder 09:59:00 ---> 8ba126a4dbb4 09:59:00 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:59:00 ---> Running in a7a53248bac5 09:59:01 Removing intermediate container a7a53248bac5 09:59:01 ---> 10124f451826 09:59:01 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:59:01 ---> Running in c09847c161f7 09:59:01 Removing intermediate container c09847c161f7 09:59:01 ---> 3ff3c13c16f1 09:59:01 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:59:01 ---> Running in 09abf0211b2a 09:59:01 Removing intermediate container 09abf0211b2a 09:59:01 ---> 7681e149e0f7 09:59:01 Step 6/24 : LABEL Name=edgex-ui-go 09:59:01 ---> Running in 200559397a52 09:59:01 Removing intermediate container 200559397a52 09:59:01 ---> 7ee03d550103 09:59:01 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:59:01 ---> Running in 97dbd0b2c15c 09:59:01 Removing intermediate container 97dbd0b2c15c 09:59:01 ---> e3a5377323a8 09:59:01 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:59:02 ---> Running in 089370182ab4 [Pipeline] } 09:59:03 $ docker stop --time=1 beceef25c6e9c2c9fa324d059ebb19175d05e9a34107fe79bfe66c33eb8f792e 09:59:03 Removing intermediate container 089370182ab4 09:59:03 ---> 60878dc73c94 09:59:03 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:59:03 ---> Running in fac141bf3869 09:59:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:59:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:59:04 OK: 166 MiB in 39 packages 09:59:05 $ docker rm -f beceef25c6e9c2c9fa324d059ebb19175d05e9a34107fe79bfe66c33eb8f792e 09:59:05 Removing intermediate container fac141bf3869 09:59:05 ---> 6fb060fea25e 09:59:05 Step 10/24 : ENV GO111MODULE=on 09:59:05 ---> Running in b21ccbde4e67 09:59:05 Removing intermediate container b21ccbde4e67 09:59:05 ---> b2f330265740 09:59:05 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:59:05 ---> Running in cb4e302a35a5 09:59:05 Removing intermediate container cb4e302a35a5 09:59:05 ---> 6cf6ac16a569 09:59:05 Step 12/24 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] sh 09:59:05 ---> af1c4fb6e1b3 09:59:05 Step 13/24 : COPY Makefile . 09:59:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:59:06 Warning: overwriting stash ‘coverage-report’ 09:59:06 ---> 222670c9a64d 09:59:06 Step 14/24 : RUN make update 09:59:06 ---> Running in 81ee98985546 09:59:06 CGO_ENABLED=0 GO111MODULE=on go mod download 09:59:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 09:59:07 Removing intermediate container 81ee98985546 09:59:07 ---> 42c66276084d 09:59:07 Step 15/24 : COPY . . [Pipeline] sh 09:59:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:59:08 + ls -al . 09:59:08 total 124 09:59:08 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:58 . 09:59:08 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 09:57 .. 09:59:08 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 09:57 .git 09:59:08 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 09:57 .github 09:59:08 -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 09:57 .gitignore 09:59:08 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 09:57 CONTRIBUTING.md 09:59:08 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 09:57 Dockerfile 09:59:08 -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 09:57 Dockerfile.build 09:59:08 -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 09:57 Jenkinsfile 09:59:08 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 09:57 LICENSE 09:59:08 -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 09:57 Makefile 09:59:08 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 09:57 README.md 09:59:08 -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 09:54 VERSION 09:59:08 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 09:57 assets 09:59:08 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 09:57 bin 09:59:08 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 09:57 cmd 09:59:08 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 09:58 coverage.out 09:59:08 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 09:57 docs 09:59:08 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 09:57 go.mod 09:59:08 -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 09:58 go.sum 09:59:08 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:57 internal 09:59:08 -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 09:57 version.go 09:59:08 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 09:57 web [Pipeline] isUnix [Pipeline] sh 09:59:08 + 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=d897271f5bdcc8b47fe99642677f598acc1508a8 --label arch=arm64 --label version=2.0.0-dev.12 . 09:59:09 Sending build context to Docker daemon 17.1MB 09:59:09 ---> be8475dd531e 09:59:09 Step 16/24 : RUN ${MAKE} 09:59:09 ---> Running in 76df217bac45 09:59:09 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:59:09 Step 2/24 : FROM ${BASE} AS builder 09:59:09 ---> 8d66221064c4 09:59:09 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:59:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.12" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:59:09 ---> Running in be98f2f4a16b 09:59:10 Removing intermediate container be98f2f4a16b 09:59:10 ---> abd547940833 09:59:10 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:59:10 ---> Running in e22160e8b01a 09:59:10 Removing intermediate container e22160e8b01a 09:59:10 ---> 75c09af00464 09:59:10 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:59:11 ---> Running in 14238e077b06 09:59:11 Removing intermediate container 14238e077b06 09:59:11 ---> 3ac41cac28b3 09:59:11 Step 6/24 : LABEL Name=edgex-ui-go 09:59:11 ---> Running in 9d96b7c38a75 09:59:12 Removing intermediate container 9d96b7c38a75 09:59:12 ---> 4db1165d1615 09:59:12 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:59:12 ---> Running in 6ca0989a6370 09:59:12 Removing intermediate container 6ca0989a6370 09:59:12 ---> 7c566acb96a6 09:59:12 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:59:12 ---> Running in d40ac48f7cc7 09:59:15 Removing intermediate container d40ac48f7cc7 09:59:15 ---> 266247978bcc 09:59:15 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:59:15 ---> Running in fc6aea96349a 09:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:59:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:59:17 OK: 142 MiB in 39 packages 09:59:19 Removing intermediate container fc6aea96349a 09:59:19 ---> dfa50253640b 09:59:19 Step 10/24 : ENV GO111MODULE=on 09:59:19 ---> Running in 7277de33689b 09:59:19 Removing intermediate container 76df217bac45 09:59:19 ---> 588eedc02fbf 09:59:19 Step 17/24 : FROM alpine:3.12 09:59:19 3.12: Pulling from library/alpine 09:59:19 801bfaa63ef2: Pulling fs layer 09:59:19 Removing intermediate container 7277de33689b 09:59:19 ---> 660ee50cfb80 09:59:19 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:59:19 ---> Running in 343391b844e0 09:59:20 801bfaa63ef2: Verifying Checksum 09:59:20 801bfaa63ef2: Download complete 09:59:20 801bfaa63ef2: Pull complete 09:59:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:59:20 Status: Downloaded newer image for alpine:3.12 09:59:20 ---> 389fef711851 09:59:20 Step 18/24 : EXPOSE 4000 09:59:20 ---> Running in 2a4124852dd5 09:59:20 Removing intermediate container 2a4124852dd5 09:59:20 ---> dd6a81faf34e 09:59:20 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 09:59:20 Removing intermediate container 343391b844e0 09:59:20 ---> 9d2ab446cfff 09:59:20 Step 12/24 : COPY go.mod . 09:59:21 ---> 9f48472d9a72 09:59:21 Step 13/24 : COPY Makefile . 09:59:21 ---> eedf9056f0c4 09:59:21 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:59:21 ---> Running in dfc075739b0f 09:59:21 Removing intermediate container dfc075739b0f 09:59:21 ---> 860caa82de97 09:59:21 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:59:21 ---> Running in 68adc88dc904 09:59:21 ---> d40824e89805 09:59:21 Step 14/24 : RUN make update 09:59:21 Removing intermediate container 68adc88dc904 09:59:21 ---> ea595bf648a6 09:59:21 Step 22/24 : LABEL arch=amd64 09:59:21 ---> Running in 9d56d1125a58 09:59:22 ---> Running in 81094a456b76 09:59:22 Removing intermediate container 9d56d1125a58 09:59:22 ---> dd506d794237 09:59:22 Step 23/24 : LABEL git_sha=d897271f5bdcc8b47fe99642677f598acc1508a8 09:59:22 ---> Running in 2b14e923b1aa 09:59:22 Removing intermediate container 2b14e923b1aa 09:59:22 ---> 0082fe5906b4 09:59:22 Step 24/24 : LABEL version=2.0.0-dev.12 09:59:22 ---> Running in d54e9ce2f186 09:59:22 Removing intermediate container d54e9ce2f186 09:59:22 ---> ac317b95f236 09:59:22 [Warning] One or more build-args [ARCH] were not consumed 09:59:22 Successfully built ac317b95f236 09:59:22 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { 09:59:23 CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:59:23 provisioning config files... 09:59:23 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/70@tmp/config37317197334209953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:23 ---> docker-login.sh 09:59:23 nexus3.edgexfoundry.org:10001 09:59:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:23 Configure a credential helper to remove this warning. See 09:59:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:23 09:59:23 Login Succeeded 09:59:23 nexus3.edgexfoundry.org:10002 09:59:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:23 Configure a credential helper to remove this warning. See 09:59:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:23 09:59:23 Login Succeeded 09:59:23 nexus3.edgexfoundry.org:10003 09:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:24 Configure a credential helper to remove this warning. See 09:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:24 09:59:24 Login Succeeded 09:59:24 nexus3.edgexfoundry.org:10004 09:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:24 Configure a credential helper to remove this warning. See 09:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:24 09:59:24 Login Succeeded 09:59:24 docker.io 09:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:24 Removing intermediate container 81094a456b76 09:59:24 ---> 06d19dcec958 09:59:24 Step 15/24 : COPY . . 09:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:24 Configure a credential helper to remove this warning. See 09:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:24 09:59:24 Login Succeeded 09:59:24 ---> docker-login.sh ends [Pipeline] } 09:59:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:24 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 09:59:24 d897271f5bdcc8b47fe99642677f598acc1508a8 09:59:24 latest 09:59:24 2.0.0-dev.12 09:59:24 d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 09:59:24 master 09:59:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:59:25 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] isUnix [Pipeline] sh 09:59:25 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8 09:59:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:59:25 88a83d16eab2: Preparing 09:59:25 777b2c648970: Preparing 09:59:25 777b2c648970: Layer already exists 09:59:27 88a83d16eab2: Pushed 09:59:27 ---> d07e16e25293 09:59:27 Step 16/24 : RUN ${MAKE} 09:59:27 ---> Running in a088dc7847aa 09:59:27 d897271f5bdcc8b47fe99642677f598acc1508a8: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] isUnix [Pipeline] sh 09:59:27 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 09:59:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.12" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 09:59:27 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 09:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:59:27 88a83d16eab2: Preparing 09:59:27 777b2c648970: Preparing 09:59:27 777b2c648970: Layer already exists 09:59:27 88a83d16eab2: Layer already exists 09:59:27 latest: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] isUnix [Pipeline] sh 09:59:28 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh 09:59:28 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.12 09:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:59:28 88a83d16eab2: Preparing 09:59:28 777b2c648970: Preparing 09:59:28 88a83d16eab2: Layer already exists 09:59:28 777b2c648970: Layer already exists 09:59:28 2.0.0-dev.12: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] isUnix [Pipeline] sh 09:59:28 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh 09:59:29 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 09:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:59:29 88a83d16eab2: Preparing 09:59:29 777b2c648970: Preparing 09:59:29 88a83d16eab2: Layer already exists 09:59:29 777b2c648970: Layer already exists 09:59:29 d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] isUnix [Pipeline] sh 09:59:29 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 09:59:29 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 09:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 09:59:29 88a83d16eab2: Preparing 09:59:29 777b2c648970: Preparing 09:59:29 777b2c648970: Layer already exists 09:59:29 88a83d16eab2: Layer already exists 09:59:29 master: digest: sha256:d06462f8c540bc78462acc204b1fb9f9812f6ba4733bf2ab8e5cbf5d74c40273 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:29 ===================================================== [Pipeline] echo 09:59:29 taggedImages: 09:59:29 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8 09:59:29 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 09:59:29 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.12 09:59:29 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 09:59:29 - 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] } 09:59:49 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:59:54 Removing intermediate container a088dc7847aa 09:59:54 ---> 73ca866cf47d 09:59:54 Step 17/24 : FROM alpine:3.12 09:59:54 3.12: Pulling from library/alpine 09:59:55 159e5727ea61: Pulling fs layer 09:59:55 159e5727ea61: Download complete 09:59:55 159e5727ea61: Pull complete 09:59:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:59:55 Status: Downloaded newer image for alpine:3.12 09:59:55 ---> afeebe901d6b 09:59:55 Step 18/24 : EXPOSE 4000 09:59:55 ---> Running in ae453c94bbb3 09:59:56 Removing intermediate container ae453c94bbb3 09:59:56 ---> 0f6a979b2756 09:59:56 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 09:59:58 ---> 6eaae6ef8ecf 09:59:58 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:59:58 ---> Running in 6d2fa9ea3da4 09:59:58 Removing intermediate container 6d2fa9ea3da4 09:59:58 ---> 9a027ab53403 09:59:58 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:59:58 ---> Running in 3c7dbd1676e4 09:59:59 Removing intermediate container 3c7dbd1676e4 09:59:59 ---> b7b8d13a6222 09:59:59 Step 22/24 : LABEL arch=arm64 09:59:59 ---> Running in 6ae2a4637a17 09:59:59 Removing intermediate container 6ae2a4637a17 09:59:59 ---> 5658f903a8a4 09:59:59 Step 23/24 : LABEL git_sha=d897271f5bdcc8b47fe99642677f598acc1508a8 09:59:59 ---> Running in 812d78c2497b 10:00:00 Removing intermediate container 812d78c2497b 10:00:00 ---> 1e9d3e867d6e 10:00:00 Step 24/24 : LABEL version=2.0.0-dev.12 10:00:00 ---> Running in b2bcd7339fa8 10:00:01 Removing intermediate container b2bcd7339fa8 10:00:01 ---> 44bc3c33aa99 10:00:01 [Warning] One or more build-args [ARCH] were not consumed 10:00:01 Successfully built 44bc3c33aa99 10:00:01 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:00:01 provisioning config files... 10:00:01 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/70@tmp/config3859970884014552293tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:02 ---> docker-login.sh 10:00:02 nexus3.edgexfoundry.org:10001 10:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:02 Configure a credential helper to remove this warning. See 10:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:02 10:00:02 Login Succeeded 10:00:02 nexus3.edgexfoundry.org:10002 10:00:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:03 Configure a credential helper to remove this warning. See 10:00:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:03 10:00:03 Login Succeeded 10:00:03 nexus3.edgexfoundry.org:10003 10:00:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:03 Configure a credential helper to remove this warning. See 10:00:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:03 10:00:03 Login Succeeded 10:00:03 nexus3.edgexfoundry.org:10004 10:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:04 Configure a credential helper to remove this warning. See 10:00:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:04 10:00:04 Login Succeeded 10:00:04 docker.io 10:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:05 Configure a credential helper to remove this warning. See 10:00:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:05 10:00:05 Login Succeeded 10:00:05 ---> docker-login.sh ends [Pipeline] } 10:00:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:00:05 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 10:00:05 d897271f5bdcc8b47fe99642677f598acc1508a8 10:00:05 latest 10:00:05 2.0.0-dev.12 10:00:05 d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 10:00:05 master 10:00:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:00:06 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] isUnix [Pipeline] sh 10:00:06 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8 10:00:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:00:06 ea2519f63cd4: Preparing 10:00:06 379067d0cb53: Preparing 10:00:06 379067d0cb53: Layer already exists 10:00:10 ea2519f63cd4: Pushed 10:00:10 d897271f5bdcc8b47fe99642677f598acc1508a8: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] isUnix [Pipeline] sh 10:00:11 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:00:11 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:00:11 ea2519f63cd4: Preparing 10:00:11 379067d0cb53: Preparing 10:00:11 ea2519f63cd4: Layer already exists 10:00:11 379067d0cb53: Layer already exists 10:00:11 latest: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] isUnix [Pipeline] sh 10:00:12 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh 10:00:12 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.12 10:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:00:12 ea2519f63cd4: Preparing 10:00:12 379067d0cb53: Preparing 10:00:12 379067d0cb53: Layer already exists 10:00:12 ea2519f63cd4: Layer already exists 10:00:12 2.0.0-dev.12: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] isUnix [Pipeline] sh 10:00:12 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh 10:00:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 10:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:00:13 ea2519f63cd4: Preparing 10:00:13 379067d0cb53: Preparing 10:00:13 379067d0cb53: Layer already exists 10:00:13 ea2519f63cd4: Layer already exists 10:00:13 d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] isUnix [Pipeline] sh 10:00:13 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:00:14 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 10:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:00:14 ea2519f63cd4: Preparing 10:00:14 379067d0cb53: Preparing 10:00:14 ea2519f63cd4: Layer already exists 10:00:14 379067d0cb53: Layer already exists 10:00:14 master: digest: sha256:322e23f60fa913506dafd81eaa2dbfedfbdbd86839d4e1b891d2d3c18f61c621 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:00:14 ===================================================== [Pipeline] echo 10:00:14 taggedImages: 10:00:14 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8 10:00:14 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:00:14 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.12 10:00:14 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d897271f5bdcc8b47fe99642677f598acc1508a8-2.0.0-dev.12 10:00:14 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:00:16 provisioning config files... 10:00:16 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1161974892083715304tmp [Pipeline] { [Pipeline] sh 10:00:16 + set +x 10:00:16 + bash -s -- 10:00:16 + curl -s https://codecov.io/bash 10:00:16 10:00:16 _____ _ 10:00:16 / ____| | | 10:00:16 | | ___ __| | ___ ___ _____ __ 10:00:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:00:16 | |___| (_) | (_| | __/ (_| (_) \ V / 10:00:16 \_____\___/ \__,_|\___|\___\___/ \_/ 10:00:16 Bash-20210129-7c25fce 10:00:16 10:00:16 10:00:16 ==> git version 2.24.3 found 10:00:16 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 10:00:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:00:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:00:16 ==> Jenkins CI detected. 10:00:16 project root: . 10:00:16 --> token set from env 10:00:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:00:16 ==> Running gcov in . (disable via -X gcov) 10:00:16 ==> Python coveragepy not found 10:00:16 ==> Searching for coverage reports in: 10:00:16 + . 10:00:16 -> Found 1 reports 10:00:16 ==> Detecting git/mercurial file structure 10:00:16 ==> Reading reports 10:00:16 + ./coverage.out bytes=10 10:00:16 ==> Appending adjustments 10:00:16 https://docs.codecov.io/docs/fixing-reports 10:00:17 + Found adjustments 10:00:17 ==> Gzipping contents 10:00:17 4.0K /tmp/codecov.XdNldX.gz 10:00:17 ==> Uploading reports 10:00:17 url: https://codecov.io 10:00:17 query: branch=master&commit=d897271f5bdcc8b47fe99642677f598acc1508a8&build=70&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F70%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:00:17 -> Pinging Codecov 10:00:17 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=d897271f5bdcc8b47fe99642677f598acc1508a8&build=70&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F70%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:00:17 -> Uploading to 10:00:17 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/d897271f5bdcc8b47fe99642677f598acc1508a8/303475ce-b932-471f-bfa2-de064a535567.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T100017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=22e377baf50426fc83690b6f49d710ce841ae7396d6c7028e223ae998f991bf6 10:00:17 % Total % Received % Xferd Average Speed Time Time Time Current 10:00:17 Dload Upload Total Spent Left Speed 10:00:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2651 0 0 100 2651 0 5807 --:--:-- --:--:-- --:--:-- 5813 10:00:18 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] } 10:00:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:00:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:00:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:00:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:00:19 10:00:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:00:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:00:19 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:00:19 188c0c94c7c5: Pulling fs layer 10:00:19 0ef7d3d256c8: Pulling fs layer 10:00:19 de9db76c5a1d: Pulling fs layer 10:00:19 0eba1c9be4d2: Pulling fs layer 10:00:19 0d57e429df01: Pulling fs layer 10:00:19 4e4be7b47b0d: Pulling fs layer 10:00:19 e1f770b5df2f: Pulling fs layer 10:00:19 85a0685a4137: Pulling fs layer 10:00:19 4e4be7b47b0d: Waiting 10:00:19 e1f770b5df2f: Waiting 10:00:19 85a0685a4137: Waiting 10:00:19 0eba1c9be4d2: Waiting 10:00:19 0d57e429df01: Waiting 10:00:19 de9db76c5a1d: Verifying Checksum 10:00:19 de9db76c5a1d: Download complete 10:00:19 0ef7d3d256c8: Download complete 10:00:19 0d57e429df01: Verifying Checksum 10:00:19 0d57e429df01: Download complete 10:00:19 188c0c94c7c5: Download complete 10:00:20 4e4be7b47b0d: Verifying Checksum 10:00:20 4e4be7b47b0d: Download complete 10:00:20 188c0c94c7c5: Pull complete 10:00:20 0ef7d3d256c8: Pull complete 10:00:20 de9db76c5a1d: Pull complete 10:00:21 e1f770b5df2f: Verifying Checksum 10:00:21 e1f770b5df2f: Download complete 10:00:23 0eba1c9be4d2: Verifying Checksum 10:00:23 0eba1c9be4d2: Download complete 10:00:23 85a0685a4137: Verifying Checksum 10:00:23 85a0685a4137: Download complete 10:00:27 0eba1c9be4d2: Pull complete 10:00:28 0d57e429df01: Pull complete 10:00:28 4e4be7b47b0d: Pull complete 10:00:30 e1f770b5df2f: Pull complete 10:00:38 85a0685a4137: Pull complete 10:00:38 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:00:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:00:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:00:38 prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container 10:00:38 $ 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 10:00:39 $ docker top 4d7896044fd5d338ccf9160466f7ea17961c1c96ebd9bbff10fc42509e5d13cb -eo pid,comm [Pipeline] { [Pipeline] echo 10:00:40 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:00:40 + set -o pipefail 10:00:40 + snyk monitor '--org=edgex-jenkins' 10:00:46 10:00:46 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 10:00:46 10:00:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9a64ca6a-8cf9-42cb-b680-6c517bf2f83d 10:00:46 10:00:46 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:00:46 10:00:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:00:46 10:00:46 10:00:46 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 10:00:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:00:47 $ docker stop --time=1 4d7896044fd5d338ccf9160466f7ea17961c1c96ebd9bbff10fc42509e5d13cb 10:00:49 $ docker rm -f 4d7896044fd5d338ccf9160466f7ea17961c1c96ebd9bbff10fc42509e5d13cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:00:50 + git log --format=format:%s -1 d897271f5bdcc8b47fe99642677f598acc1508a8 [Pipeline] isUnix [Pipeline] sh 10:00:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:51 . [Pipeline] withDockerContainer 10:00:51 prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container 10:00:51 $ 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 10:00:52 $ docker top b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:52 [ssh-agent] Looking for ssh-agent implementation... 10:00:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:52 $ docker exec b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de ssh-agent 10:00:52 SSH_AUTH_SOCK=/tmp/ssh-TN3IyU8x0y3C/agent.12 10:00:52 SSH_AGENT_PID=17 10:00:52 Running ssh-add (command line suppressed) 10:00:53 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_249012434301484849.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_249012434301484849.key) 10:00:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:53 + git semver tag 10:00:53 # -> Open(): unable to determine branch for HEAD 10:00:53 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:00:53 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:00:53 # $SEMVER_REMOTE_NAME = origin 10:00:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:00:53 # $SEMVER_USER_NAME = edgex-jenkins 10:00:53 # $SEMVER_BRANCH = master 10:00:53 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:00:53 # d897271f5bdcc8b47fe99642677f598acc1508a8 HEAD 10:00:53 # -> Force: false 10:00:53 # e6e7bc1ccd7536afd4f156970dbe44b3920aea61 refs/tags/v2.0.0-dev.12 [Pipeline] } 10:00:53 $ docker exec --env ******** --env ******** b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de ssh-agent -k 10:00:53 unset SSH_AUTH_SOCK; 10:00:53 unset SSH_AGENT_PID; 10:00:53 echo Agent pid 17 killed; 10:00:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:54 + git semver [Pipeline] } 10:00:54 $ docker stop --time=1 b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de 10:00:55 $ docker rm -f b9669e9259e0e9c12ebb315e6732c88fee741443fc95c4a63bcfcd6f0418c5de [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:00:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:00:56 10:00:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:00:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:00:56 0.23.1-centos7: Pulling from edgex-lftools 10:00:56 ab5ef0e58194: Pulling fs layer 10:00:56 9712f1f96733: Pulling fs layer 10:00:56 63f879dbbcfc: Pulling fs layer 10:00:56 0d9ebad4ef96: Pulling fs layer 10:00:56 e9a5061849ea: Pulling fs layer 10:00:56 d747dcd14b5f: Pulling fs layer 10:00:56 2de7ff778b66: Pulling fs layer 10:00:56 e9a5061849ea: Waiting 10:00:56 d747dcd14b5f: Waiting 10:00:56 2de7ff778b66: Waiting 10:00:56 0d9ebad4ef96: Waiting 10:00:56 9712f1f96733: Download complete 10:00:58 63f879dbbcfc: Verifying Checksum 10:00:58 63f879dbbcfc: Download complete 10:00:58 e9a5061849ea: Verifying Checksum 10:00:58 e9a5061849ea: Download complete 10:00:58 d747dcd14b5f: Verifying Checksum 10:00:58 d747dcd14b5f: Download complete 10:00:58 0d9ebad4ef96: Verifying Checksum 10:00:58 0d9ebad4ef96: Download complete 10:00:58 2de7ff778b66: Verifying Checksum 10:00:58 2de7ff778b66: Download complete 10:00:58 ab5ef0e58194: Verifying Checksum 10:00:58 ab5ef0e58194: Download complete 10:01:04 ab5ef0e58194: Pull complete 10:01:04 9712f1f96733: Pull complete 10:01:06 63f879dbbcfc: Pull complete 10:01:13 0d9ebad4ef96: Pull complete 10:01:14 e9a5061849ea: Pull complete 10:01:14 d747dcd14b5f: Pull complete 10:01:17 2de7ff778b66: Pull complete 10:01:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:01:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:01:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:01:17 prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container 10:01:17 $ 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 10:01:21 $ docker top d6f505de11c541817c23e0a9ab05d0e99b0a2518ef83b7befe559fe1c8646db9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:01:21 provisioning config files... 10:01:21 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1492227152117708040tmp 10:01:21 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7323522044478456414tmp 10:01:21 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5766157979757099910tmp [Pipeline] { [Pipeline] echo 10:01:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:01:22 ---> sigul-configuration.sh 10:01:22 gpg: directory `/root/.gnupg' created 10:01:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:01:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:01:22 gpg: keyring `/root/.gnupg/secring.gpg' created 10:01:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:01:22 gpg: CAST5 encrypted data 10:01:22 gpg: encrypted with 1 passphrase 10:01:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:01:22 + mkdir /home/jenkins 10:01:22 + mkdir /home/jenkins/sigul [Pipeline] sh 10:01:22 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 10:01:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:01:23 ---> sigul-install.sh 10:01:29 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:01:30 + git tag --list 10:01:30 0.1.1 10:01:30 v1.1.0 10:01:30 v1.2.0 10:01:30 v1.2.1 10:01:30 v1.3.0 10:01:30 v2.0.0-dev.1 10:01:30 v2.0.0-dev.10 10:01:30 v2.0.0-dev.11 10:01:30 v2.0.0-dev.12 10:01:30 v2.0.0-dev.2 10:01:30 v2.0.0-dev.3 10:01:30 v2.0.0-dev.4 10:01:30 v2.0.0-dev.5 10:01:30 v2.0.0-dev.6 10:01:30 v2.0.0-dev.7 10:01:30 v2.0.0-dev.8 10:01:30 v2.0.0-dev.9 [Pipeline] sh 10:01:30 + lftools sign git-tag v2.0.0-dev.12 10:01:31 Signing Git tag with Sigul... 10:01:31 Signing v2.0.0-dev.12 [Pipeline] echo 10:01:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:01:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:01:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:01:33 $ docker stop --time=1 d6f505de11c541817c23e0a9ab05d0e99b0a2518ef83b7befe559fe1c8646db9 10:01:35 $ docker rm -f d6f505de11c541817c23e0a9ab05d0e99b0a2518ef83b7befe559fe1c8646db9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:01:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:01:36 . [Pipeline] withDockerContainer 10:01:36 prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container 10:01:36 $ 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 10:01:37 $ docker top 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:01:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:01:37 [ssh-agent] Looking for ssh-agent implementation... 10:01:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:01:38 $ docker exec 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 ssh-agent 10:01:38 SSH_AUTH_SOCK=/tmp/ssh-rAykAvOaJmEC/agent.11 10:01:38 SSH_AGENT_PID=16 10:01:38 Running ssh-add (command line suppressed) 10:01:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3974941888770159763.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3974941888770159763.key) 10:01:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:01:38 + git semver bump pre 10:01:38 # -> Open(): unable to determine branch for HEAD 10:01:38 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:01:38 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:01:38 # $SEMVER_REMOTE_NAME = origin 10:01:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:01:38 # $SEMVER_USER_NAME = edgex-jenkins 10:01:38 # $SEMVER_BRANCH = master 10:01:38 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:01:38 2.0.0-dev.13 [Pipeline] } 10:01:38 $ docker exec --env ******** --env ******** 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 ssh-agent -k 10:01:38 unset SSH_AUTH_SOCK; 10:01:38 unset SSH_AGENT_PID; 10:01:38 echo Agent pid 16 killed; 10:01:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:01:39 + git semver [Pipeline] } 10:01:39 $ docker stop --time=1 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 10:01:40 $ docker rm -f 14ce6144e934fc8d321e4b8a67e072ae7afe578c5974db821229091ec40a4c77 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:01:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:01:41 . [Pipeline] withDockerContainer 10:01:41 prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container 10:01:41 $ 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 10:01:42 $ docker top 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:01:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:01:42 [ssh-agent] Looking for ssh-agent implementation... 10:01:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:01:42 $ docker exec 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 ssh-agent 10:01:42 SSH_AUTH_SOCK=/tmp/ssh-6B0t4vAvIWut/agent.13 10:01:42 SSH_AGENT_PID=19 10:01:42 Running ssh-add (command line suppressed) 10:01:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7915939464720377019.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7915939464720377019.key) 10:01:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:01:43 + git semver push 10:01:43 # -> Open(): unable to determine branch for HEAD 10:01:43 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:01:43 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:01:43 # $SEMVER_REMOTE_NAME = origin 10:01:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:01:43 # $SEMVER_USER_NAME = edgex-jenkins 10:01:43 # $SEMVER_BRANCH = master 10:01:43 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:01:50 $ docker exec --env ******** --env ******** 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 ssh-agent -k 10:01:50 unset SSH_AUTH_SOCK; 10:01:50 unset SSH_AGENT_PID; 10:01:50 echo Agent pid 19 killed; 10:01:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:01:50 + git semver [Pipeline] } 10:01:50 $ docker stop --time=1 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 10:01:52 $ docker rm -f 983ea77250500eaf4501243e313a505c4f70ecb75134ffdcba6f8b92a6f43421 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:01:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:01:54 ---> package-listing.sh 10:01:54 ++ facter osfamily 10:01:54 ++ tr '[:upper:]' '[:lower:]' 10:01:54 + OS_FAMILY=redhat 10:01:54 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 10:01:54 + START_PACKAGES=/tmp/packages_start.txt 10:01:54 + END_PACKAGES=/tmp/packages_end.txt 10:01:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:01:54 + PACKAGES=/tmp/packages_start.txt 10:01:54 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:01:54 + PACKAGES=/tmp/packages_end.txt 10:01:54 + case "${OS_FAMILY}" in 10:01:54 + rpm -qa 10:01:54 + sort 10:02:01 + '[' -f /tmp/packages_start.txt ']' 10:02:01 + '[' -f /tmp/packages_end.txt ']' 10:02:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:02:01 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:02:01 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 10:02:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 10:02:01 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:02:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:02:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:02:01 10:02:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:02:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:02:02 alpine: Pulling from edgex-lftools-log-publisher 10:02:02 df20fa9351a1: Pulling fs layer 10:02:02 36b3adc4ff6f: Pulling fs layer 10:02:02 8ad3a11d3b57: Pulling fs layer 10:02:02 46f8f816bc3b: Pulling fs layer 10:02:02 93b61091891f: Pulling fs layer 10:02:02 93b9cdb0e59b: Pulling fs layer 10:02:02 5e14af77c1be: Pulling fs layer 10:02:02 01666e4c0597: Pulling fs layer 10:02:02 aa168da1d23b: Pulling fs layer 10:02:02 46f8f816bc3b: Waiting 10:02:02 93b61091891f: Waiting 10:02:02 93b9cdb0e59b: Waiting 10:02:02 5e14af77c1be: Waiting 10:02:02 01666e4c0597: Waiting 10:02:02 aa168da1d23b: Waiting 10:02:02 36b3adc4ff6f: Verifying Checksum 10:02:02 36b3adc4ff6f: Download complete 10:02:02 46f8f816bc3b: Download complete 10:02:02 df20fa9351a1: Verifying Checksum 10:02:02 df20fa9351a1: Download complete 10:02:02 93b61091891f: Verifying Checksum 10:02:02 93b61091891f: Download complete 10:02:02 93b9cdb0e59b: Download complete 10:02:02 5e14af77c1be: Verifying Checksum 10:02:02 5e14af77c1be: Download complete 10:02:02 01666e4c0597: Download complete 10:02:02 8ad3a11d3b57: Download complete 10:02:02 df20fa9351a1: Pull complete 10:02:03 36b3adc4ff6f: Pull complete 10:02:04 8ad3a11d3b57: Pull complete 10:02:04 46f8f816bc3b: Pull complete 10:02:04 aa168da1d23b: Verifying Checksum 10:02:04 aa168da1d23b: Download complete 10:02:05 93b61091891f: Pull complete 10:02:05 93b9cdb0e59b: Pull complete 10:02:05 5e14af77c1be: Pull complete 10:02:05 01666e4c0597: Pull complete 10:02:12 aa168da1d23b: Pull complete 10:02:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:02:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:02:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:02:12 prd-centos7-docker-4c-2g-27313 does not seem to be running inside a container 10:02: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 10:02:15 $ docker top 277824fc2db40232bdfc1e0412e6c087235687b7bb01c1f2d0ba2c6bbdd31678 -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:16 + touch /tmp/pre-build-complete [Pipeline] sh 10:02:16 + mkdir -p /var/log/sa [Pipeline] sh 10:02:16 + ls /var/log/sa-host 10:02:16 + sadf -c /var/log/sa-host/sa23 10:02:16 file_magic: OK 10:02:16 HZ: Using current value: 100 10:02:16 file_header: OK 10:02: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 10:02:16 Statistics: 10:02:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:02:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:02:17 provisioning config files... 10:02:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9063788044737948391tmp [Pipeline] { [Pipeline] echo 10:02:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:02:17 ---> create-netrc.sh [Pipeline] } 10:02:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:02:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:02:18 ---> python-tools-install.sh [Pipeline] echo 10:02:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:02:18 ---> sudo-logs.sh 10:02:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:02:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:02:18 ---> job-cost.sh 10:02:18 lf-activate-venv: SKIPPING 10:02:18 INFO: No Stack... 10:02:19 INFO: Retrieving Pricing Info for: v1-standard-2 10:02:20 INFO: Archiving Costs [Pipeline] echo 10:02:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:02:20 ---> logs-deploy.sh 10:02:20 lf-activate-venv: SKIPPING 10:02:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/70 10:02:20 INFO: archiving workspace using pattern(s): 10:02:22 Archives upload complete. 10:02:22 INFO: archiving logs to Nexus 10:02:23 ---> uname -a: 10:02:23 Linux prd-centos7-docker-4c-2g-27313.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:02:23 10:02:23 10:02:23 ---> lscpu: 10:02:23 Architecture: x86_64 10:02:23 CPU op-mode(s): 32-bit, 64-bit 10:02:23 Byte Order: Little Endian 10:02:23 Address sizes: 40 bits physical, 48 bits virtual 10:02:23 CPU(s): 4 10:02:23 On-line CPU(s) list: 0-3 10:02:23 Thread(s) per core: 1 10:02:23 Core(s) per socket: 1 10:02:23 Socket(s): 4 10:02:23 NUMA node(s): 1 10:02:23 Vendor ID: GenuineIntel 10:02:23 CPU family: 6 10:02:23 Model: 44 10:02:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:02:23 Stepping: 1 10:02:23 CPU MHz: 2933.438 10:02:23 BogoMIPS: 5866.87 10:02:23 Virtualization: VT-x 10:02:23 Hypervisor vendor: KVM 10:02:23 Virtualization type: full 10:02:23 L1d cache: 128 KiB 10:02:23 L1i cache: 128 KiB 10:02:23 L2 cache: 16 MiB 10:02:23 L3 cache: 64 MiB 10:02:23 NUMA node0 CPU(s): 0-3 10:02:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:02:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:02:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:02:23 Vulnerability Meltdown: Mitigation; PTI 10:02:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:02:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:02:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:02:23 Vulnerability Srbds: Not affected 10:02:23 Vulnerability Tsx async abort: Not affected 10:02:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:02:23 10:02:23 10:02:23 ---> nproc: 10:02:23 4 10:02:23 10:02:23 10:02:23 ---> df -h: 10:02:23 Filesystem Size Used Available Use% Mounted on 10:02:23 overlay 50.0G 8.6G 41.4G 17% / 10:02:23 tmpfs 64.0M 0 64.0M 0% /dev 10:02:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:02:23 shm 64.0M 0 64.0M 0% /dev/shm 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 10:02:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 10:02:23 10:02:23 10:02:23 ---> free -m: 10:02:23 total used free shared buff/cache available 10:02:23 Mem: 1837 797 157 0 882 975 10:02:23 Swap: 1023 2 1021 10:02:23 10:02:23 10:02:23 ---> ip addr: 10:02:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:02:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:02:23 inet 127.0.0.1/8 scope host lo 10:02:23 valid_lft forever preferred_lft forever 10:02:23 inet6 ::1/128 scope host 10:02:23 valid_lft forever preferred_lft forever 10:02:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:02:23 link/ether fa:16:3e:ff:8c:0f brd ff:ff:ff:ff:ff:ff 10:02:23 inet 10.30.122.246/23 brd 10.30.123.255 scope global dynamic eth0 10:02:23 valid_lft 85897sec preferred_lft 85897sec 10:02:23 inet6 fe80::f816:3eff:feff:8c0f/64 scope link 10:02:23 valid_lft forever preferred_lft forever 10:02:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:02:23 link/ether 02:42:04:b9:e6:64 brd ff:ff:ff:ff:ff:ff 10:02:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:02:23 valid_lft forever preferred_lft forever 10:02:23 inet6 fe80::42:4ff:feb9:e664/64 scope link 10:02:23 valid_lft forever preferred_lft forever 10:02:23 10:02:23 10:02:23 ---> sar -b -r -n DEV: 10:02:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 10:02:23 10:02:23 09:53:47 LINUX RESTART (4 CPU) 10:02:23 10:02:23 09:55:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:02:23 09:56:01 2.61 0.00 2.61 0.00 0.00 56.75 0.00 10:02:23 09:57:01 0.47 0.00 0.47 0.00 0.00 6.31 0.00 10:02:23 09:58:01 0.28 0.00 0.28 0.00 0.00 4.03 0.00 10:02:23 09:59:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 10:02:23 10:00:01 0.27 0.00 0.27 0.00 0.00 4.50 0.00 10:02:23 10:01:01 310.36 175.82 134.55 0.00 8986.03 44371.66 0.00 10:02:23 10:02:01 238.37 122.00 116.37 0.00 8656.64 23587.15 0.00 10:02:23 Average: 79.19 42.68 36.51 0.00 2528.44 9750.41 0.00 10:02:23 10:02:23 09:55:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:02:23 09:56:01 169004 0 554016 29.44 2620 1155904 1066360 36.39 397604 1115104 12 10:02:23 09:57:01 168128 0 554888 29.49 2620 1155908 1060192 36.18 411948 1101628 8 10:02:23 09:58:01 167160 0 555848 29.54 2620 1155916 1060396 36.19 413248 1101628 8 10:02:23 09:59:01 167076 0 555932 29.55 2620 1155916 1060192 36.18 425296 1089672 8 10:02:23 10:00:01 167076 0 555924 29.55 2620 1155924 1060280 36.19 422336 1093136 8 10:02:23 10:01:01 76020 0 724116 38.49 2596 1078812 1499808 51.19 655068 896076 50904 10:02:23 10:02:01 127924 0 741172 39.39 1492 1010956 1104720 37.70 562056 858828 148 10:02:23 Average: 148913 0 605985 32.21 2455 1124191 1130278 38.57 469651 1036582 7299 10:02:23 10:02:23 09:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:02:23 09:56:01 eth0 2.95 1.41 2.43 0.11 0.00 0.00 0.00 0.00 10:02:23 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 09:57:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 10:02:23 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 09:58:01 eth0 1.33 0.75 0.64 0.38 0.00 0.00 0.00 0.00 10:02:23 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 09:59:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 10:02:23 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 10:00:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 10:02:23 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 10:01:01 eth0 858.90 747.21 7388.23 69.75 0.00 0.00 0.00 0.00 10:02:23 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 10:01:01 docker0 41.67 38.81 4.07 106.75 0.00 0.00 0.00 0.00 10:02:23 10:02:01 eth0 133.78 102.05 293.56 77.36 0.00 0.00 0.00 0.00 10:02:23 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 10:02:01 docker0 32.58 39.88 1.97 218.02 0.00 0.00 0.00 0.00 10:02:23 Average: eth0 143.04 122.08 1101.54 21.17 0.00 0.00 0.00 0.00 10:02:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:23 Average: docker0 10.64 11.28 0.87 46.54 0.00 0.00 0.00 0.00 10:02:23 10:02:23 10:02:23 ---> sar -P ALL: 10:02:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 10:02:23 10:02:23 09:53:47 LINUX RESTART (4 CPU) 10:02:23 10:02:23 09:55:02 CPU %user %nice %system %iowait %steal %idle 10:02:23 09:56:01 all 0.19 0.00 0.04 0.00 0.00 99.76 10:02:23 09:56:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:02:23 09:56:01 1 0.08 0.00 0.05 0.00 0.00 99.86 10:02:23 09:56:01 2 0.08 0.00 0.05 0.00 0.02 99.85 10:02:23 09:56:01 3 0.54 0.00 0.03 0.00 0.00 99.42 10:02:23 09:57:01 all 0.13 0.00 0.05 0.00 0.02 99.80 10:02:23 09:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:02:23 09:57:01 1 0.03 0.00 0.07 0.00 0.02 99.88 10:02:23 09:57:01 2 0.05 0.00 0.07 0.00 0.02 99.87 10:02:23 09:57:01 3 0.42 0.00 0.05 0.00 0.03 99.50 10:02:23 09:58:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:02:23 09:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:02:23 09:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:02:23 09:58:01 2 0.07 0.00 0.03 0.00 0.00 99.90 10:02:23 09:58:01 3 0.43 0.00 0.02 0.00 0.00 99.55 10:02:23 09:59:01 all 0.15 0.00 0.05 0.00 0.00 99.80 10:02:23 09:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:02:23 09:59:01 1 0.03 0.00 0.10 0.00 0.00 99.87 10:02:23 09:59:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:02:23 09:59:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:02:23 10:00:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:02:23 10:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:02:23 10:00:01 1 0.28 0.00 0.07 0.00 0.00 99.65 10:02:23 10:00:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:02:23 10:00:01 3 0.25 0.00 0.00 0.00 0.00 99.75 10:02:23 10:01:01 all 11.74 0.00 8.29 3.95 0.06 75.96 10:02:23 10:01:01 0 11.06 0.00 8.95 3.72 0.09 76.19 10:02:23 10:01:01 1 12.53 0.00 8.15 3.82 0.03 75.47 10:02:23 10:01:01 2 11.64 0.00 8.13 4.24 0.07 75.92 10:02:23 10:01:01 3 11.72 0.00 7.93 4.02 0.07 76.27 10:02:23 10:02:01 all 9.70 0.00 7.17 4.27 0.05 78.82 10:02:23 10:02:01 0 8.84 0.00 7.36 4.88 0.03 78.89 10:02:23 10:02:01 1 10.35 0.00 7.26 2.82 0.05 79.53 10:02:23 10:02:01 2 9.04 0.00 6.80 5.92 0.03 78.20 10:02:23 10:02:01 3 10.57 0.00 7.24 3.45 0.07 78.67 10:02:23 Average: all 3.13 0.00 2.21 1.16 0.02 93.48 10:02:23 Average: 0 2.82 0.00 2.32 1.21 0.02 93.63 10:02:23 Average: 1 3.30 0.00 2.22 0.94 0.01 93.53 10:02:23 Average: 2 2.96 0.00 2.14 1.44 0.02 93.44 10:02:23 Average: 3 3.45 0.00 2.15 1.05 0.02 93.32 10:02:23 10:02:23 10:02:23