Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-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: device-virtual-go-settings PROJECT: device-virtual-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-device-virtual-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21953 in /w/workspace/foundry_device-virtual-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/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 Commit message: "Merge pull request #167 from iain-anderson/commit-lint" > git rev-list --no-walk 14ab43fad92bd248aba56f332b2aaf744f255a41 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:16:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:16:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:16:17 ========================================================= 15:16:17 EdgeX Global Pipelines Version Info 15:16:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:16:21 ------------------- 15:16:21 stable info: 15:16:21 ------------------- 15:16:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:16:21 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:16:21 Message: update stable to v1.0.179 15:16:22 ------------------- 15:16:22 experimental info: 15:16:22 ------------------- 15:16:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:16:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:16:22 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:16:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 15:16:23 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 15:16:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:16:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:16:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:16:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:16:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:16:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:16:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:16:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] echo 15:16:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bdf1cd5 [Pipeline] echo 15:16:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:16:26 provisioning config files... 15:16:26 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7902644703669821447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:16:27 ---> docker-login.sh 15:16:27 nexus3.edgexfoundry.org:10001 15:16:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:28 Configure a credential helper to remove this warning. See 15:16:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:28 15:16:28 Login Succeeded 15:16:28 nexus3.edgexfoundry.org:10002 15:16:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:28 Configure a credential helper to remove this warning. See 15:16:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:28 15:16:28 Login Succeeded 15:16:28 nexus3.edgexfoundry.org:10003 15:16:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:28 Configure a credential helper to remove this warning. See 15:16:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:28 15:16:28 Login Succeeded 15:16:28 nexus3.edgexfoundry.org:10004 15:16:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:29 Configure a credential helper to remove this warning. See 15:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:29 15:16:29 Login Succeeded 15:16:29 docker.io 15:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:29 Configure a credential helper to remove this warning. See 15:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:29 15:16:29 Login Succeeded 15:16:29 ---> docker-login.sh ends [Pipeline] } 15:16:29 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 15:16:30 + git log --format=format:%s -1 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] echo 15:16:30 GIT_COMMIT: bdf1cd5a2d4a5f1f1834e794e258934dca5f302b, Commit Message: Merge pull request #167 from iain-anderson/commit-lint [Pipeline] echo 15:16:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:16:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:32 15:16:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:16:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:32 latest: Pulling from edgex-devops/git-semver 15:16:32 31603596830f: Pulling fs layer 15:16:32 2a8b12db71e7: Pulling fs layer 15:16:32 6ca5941a6612: Pulling fs layer 15:16:32 ecc8261a40a4: Pulling fs layer 15:16:32 ecc8261a40a4: Waiting 15:16:32 2a8b12db71e7: Verifying Checksum 15:16:32 2a8b12db71e7: Download complete 15:16:32 31603596830f: Download complete 15:16:33 ecc8261a40a4: Verifying Checksum 15:16:33 6ca5941a6612: Verifying Checksum 15:16:33 6ca5941a6612: Download complete 15:16:34 31603596830f: Pull complete 15:16:34 2a8b12db71e7: Pull complete 15:16:36 6ca5941a6612: Pull complete 15:16:37 ecc8261a40a4: Pull complete 15:16:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:16:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:16:37 prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container 15:16:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 15:16:41 $ docker top d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:16:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:16:41 [ssh-agent] Looking for ssh-agent implementation... 15:16:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:16:42 $ docker exec d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 ssh-agent 15:16:43 SSH_AUTH_SOCK=/tmp/ssh-alKpemHgjDoF/agent.11 15:16:43 SSH_AGENT_PID=16 15:16:43 Running ssh-add (command line suppressed) 15:16:43 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5654388156492910738.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5654388156492910738.key) 15:16:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:16:44 + git tag --points-at HEAD [Pipeline] } 15:16:44 $ docker exec --env ******** --env ******** d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 ssh-agent -k 15:16:45 unset SSH_AUTH_SOCK; 15:16:45 unset SSH_AGENT_PID; 15:16:45 echo Agent pid 16 killed; 15:16:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:16:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:16:45 [ssh-agent] Looking for ssh-agent implementation... 15:16:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:16:46 $ docker exec d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 ssh-agent 15:16:47 SSH_AUTH_SOCK=/tmp/ssh-iWU1ZlK0ZGhs/agent.44 15:16:47 SSH_AGENT_PID=49 15:16:47 Running ssh-add (command line suppressed) 15:16:47 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7030567734034017798.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7030567734034017798.key) 15:16:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:16:49 + git semver init 15:16:49 # -> Open(): unable to determine branch for HEAD 15:16:49 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 15:16:49 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 15:16:49 # $SEMVER_REMOTE_NAME = origin 15:16:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:16:49 # $SEMVER_USER_NAME = edgex-jenkins 15:16:49 # $SEMVER_BRANCH = master 15:16:49 # $SEMVER_TEMP = /tmp/semver-280871505 15:16:49 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 15:16:50 # '/tmp/semver-280871505' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 15:16:50 # -> Force: false 15:16:50 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 15:16:50 $ docker exec --env ******** --env ******** d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 ssh-agent -k 15:16:50 unset SSH_AUTH_SOCK; 15:16:50 unset SSH_AGENT_PID; 15:16:50 echo Agent pid 49 killed; 15:16:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:16:51 + git semver [Pipeline] } 15:16:51 $ docker stop --time=1 d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 15:16:53 $ docker rm -f d6ff549033c60e850872240e75590667af6ba59a8d9c6c6ab3669824d5a507b2 [Pipeline] // withDockerContainer [Pipeline] sh 15:16:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:16:55 Stashed 1 file(s) [Pipeline] echo 15:16:55 [edgeXSemver]: initialized semver on version 1.3.1-dev.5 [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 15:17:11 Still waiting to schedule task 15:17:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:17:11 Still waiting to schedule task 15:17:11 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:19:25 Running on prd-centos7-docker-4c-2g-21956 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 15:19:25 Running in /w/workspace/device-virtual-go/38 [Pipeline] { [Pipeline] checkout 15:19:32 using credential edgex-jenkins-ssh 15:19:32 Cloning the remote Git repository 15:19:32 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 15:19:32 > git init /w/workspace/device-virtual-go/38 # timeout=10 15:19:32 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:19:32 > git --version # timeout=10 15:19:32 > git --version # 'git version 2.24.3' 15:19:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:19:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:19:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:19:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:19:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:19:33 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:19:33 using GIT_SSH to set credentials SSH Credentials for GitHub 15:19:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:19:34 Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) 15:19:34 > git config core.sparsecheckout # timeout=10 15:19:34 > git checkout -f bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 15:19:38 Commit message: "Merge pull request #167 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:19:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:19:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:19:41 + true 15:19:41 + sudo service docker restart 15:19:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:19:43 provisioning config files... 15:19:43 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/38@tmp/config2240442234647491073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:19:43 ---> docker-login.sh 15:19:43 nexus3.edgexfoundry.org:10001 15:19:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:44 Configure a credential helper to remove this warning. See 15:19:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:44 15:19:44 Login Succeeded 15:19:44 nexus3.edgexfoundry.org:10002 15:19:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:45 Configure a credential helper to remove this warning. See 15:19:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:45 15:19:45 Login Succeeded 15:19:45 nexus3.edgexfoundry.org:10003 15:19:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:45 Configure a credential helper to remove this warning. See 15:19:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:45 15:19:45 Login Succeeded 15:19:45 nexus3.edgexfoundry.org:10004 15:19:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:46 Configure a credential helper to remove this warning. See 15:19:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:46 15:19:46 Login Succeeded 15:19:46 docker.io 15:19:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:19:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:19:46 Configure a credential helper to remove this warning. See 15:19:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:19:46 15:19:46 Login Succeeded 15:19:46 ---> docker-login.sh ends [Pipeline] } 15:19:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:19:47 ========================================================= 15:19:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:19:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:19:47 + 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 . 15:19:48 Sending build context to Docker daemon 462.8kB 15:19:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:19:48 Step 2/8 : FROM ${BASE} 15:19:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:19:48 188c0c94c7c5: Pulling fs layer 15:19:48 0ef7d3d256c8: Pulling fs layer 15:19:48 de9db76c5a1d: Pulling fs layer 15:19:48 bca2f99d35d6: Pulling fs layer 15:19:48 93359f2a8cfa: Pulling fs layer 15:19:48 7c6f9722023f: Pulling fs layer 15:19:48 a35cf1a2eb13: Pulling fs layer 15:19:48 bca2f99d35d6: Waiting 15:19:48 93359f2a8cfa: Waiting 15:19:48 7c6f9722023f: Waiting 15:19:48 a35cf1a2eb13: Waiting 15:19:48 de9db76c5a1d: Verifying Checksum 15:19:48 de9db76c5a1d: Download complete 15:19:48 0ef7d3d256c8: Verifying Checksum 15:19:48 0ef7d3d256c8: Download complete 15:19:48 93359f2a8cfa: Download complete 15:19:48 7c6f9722023f: Verifying Checksum 15:19:48 7c6f9722023f: Download complete 15:19:48 188c0c94c7c5: Verifying Checksum 15:19:48 188c0c94c7c5: Download complete 15:19:48 188c0c94c7c5: Pull complete 15:19:49 0ef7d3d256c8: Pull complete 15:19:49 de9db76c5a1d: Pull complete 15:19:52 a35cf1a2eb13: Verifying Checksum 15:19:52 a35cf1a2eb13: Download complete 15:19:55 bca2f99d35d6: Verifying Checksum 15:19:55 bca2f99d35d6: Download complete 15:20:10 bca2f99d35d6: Pull complete 15:20:10 93359f2a8cfa: Pull complete 15:20:10 7c6f9722023f: Pull complete 15:20:15 a35cf1a2eb13: Pull complete 15:20:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:20:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:20:15 ---> a62c8e92a672 15:20:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 15:20:15 ---> Running in c0d9860edfc6 15:20:16 Removing intermediate container c0d9860edfc6 15:20:16 ---> f839c9c6dd98 15:20:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:16 ---> Running in 7083dfc08183 15:20:18 Removing intermediate container 7083dfc08183 15:20:18 ---> 5a26fcb69aba 15:20:18 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 15:20:18 ---> Running in 8e8ee4d62099 15:20:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:20:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:20:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21957 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { 15:20:20 (1/14) Installing libmagic (5.38-r0) [Pipeline] ws 15:20:20 Running in /w/workspace/device-virtual-go/38 [Pipeline] { [Pipeline] checkout 15:20:20 (2/14) Installing file (5.38-r0) 15:20:20 (3/14) Installing libc-dev (0.7.2-r3) 15:20:20 (4/14) Installing g++ (9.3.0-r2) 15:20:24 (5/14) Installing fortify-headers (1.1-r0) 15:20:24 (6/14) Installing patch (2.7.6-r6) 15:20:24 (7/14) Installing build-base (0.5-r2) 15:20:24 (8/14) Installing openssh-keygen (8.3_p1-r1) 15:20:24 (9/14) Installing libedit (20191231.3.1-r0) 15:20:25 using credential edgex-jenkins-ssh 15:20:25 (10/14) Installing openssh-client (8.3_p1-r1) 15:20:25 Cloning the remote Git repository 15:20:25 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 15:20:25 (12/14) Installing openssh-server-common (8.3_p1-r1) 15:20:25 (13/14) Installing openssh-server (8.3_p1-r1) 15:20:25 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 15:20:25 > git init /w/workspace/device-virtual-go/38 # timeout=10 15:20:25 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:20:25 > git --version # timeout=10 15:20:25 > git --version # 'git version 2.17.1' 15:20:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:20:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:20:25 (14/14) Installing openssh (8.3_p1-r1) 15:20:25 Executing busybox-1.31.1-r19.trigger 15:20:25 OK: 237 MiB in 53 packages 15:20:26 Checking out Revision bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (master) 15:20:26 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:20:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:20:26 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:20:26 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:20:26 using GIT_SSH to set credentials SSH Credentials for GitHub 15:20:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:20:26 > git config core.sparsecheckout # timeout=10 15:20:26 > git checkout -f bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 15:20:30 Removing intermediate container 8e8ee4d62099 15:20:30 ---> 12e80a695817 15:20:30 Step 6/8 : WORKDIR /device-virtual-go 15:20:30 ---> Running in 5476d7829517 15:20:30 Removing intermediate container 5476d7829517 15:20:30 ---> bad2914fd407 15:20:30 Step 7/8 : COPY . . 15:20:30 ---> 9c5c3fb60f78 15:20:30 Step 8/8 : RUN go mod download 15:20:31 ---> Running in fd69b17401ba 15:20:31 Commit message: "Merge pull request #167 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:20:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:20:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:20:33 + true 15:20:33 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:20:35 provisioning config files... 15:20:35 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/38@tmp/config8576365193958744939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:20:36 ---> docker-login.sh 15:20:36 nexus3.edgexfoundry.org:10001 15:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:37 Configure a credential helper to remove this warning. See 15:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:37 15:20:37 Login Succeeded 15:20:37 nexus3.edgexfoundry.org:10002 15:20:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:37 Configure a credential helper to remove this warning. See 15:20:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:37 15:20:37 Login Succeeded 15:20:37 nexus3.edgexfoundry.org:10003 15:20:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:38 Configure a credential helper to remove this warning. See 15:20:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:38 15:20:38 Login Succeeded 15:20:38 nexus3.edgexfoundry.org:10004 15:20:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:38 Configure a credential helper to remove this warning. See 15:20:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:38 15:20:38 Login Succeeded 15:20:38 docker.io 15:20:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:39 Configure a credential helper to remove this warning. See 15:20:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:39 15:20:39 Login Succeeded 15:20:39 ---> docker-login.sh ends [Pipeline] } 15:20:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:20:40 ========================================================= 15:20:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:20:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:20:40 + 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 . 15:20:41 Sending build context to Docker daemon 461.8kB 15:20:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:20:41 Step 2/8 : FROM ${BASE} 15:20:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:20:41 5f621e34cdf4: Pulling fs layer 15:20:41 a4357932f1b6: Pulling fs layer 15:20:41 18c013af1878: Pulling fs layer 15:20:41 00ac8860ef70: Pulling fs layer 15:20:41 63d7cb157983: Pulling fs layer 15:20:41 b116817d02f9: Pulling fs layer 15:20:41 745a02a5169b: Pulling fs layer 15:20:41 b116817d02f9: Waiting 15:20:41 00ac8860ef70: Waiting 15:20:41 63d7cb157983: Waiting 15:20:41 745a02a5169b: Waiting 15:20:41 18c013af1878: Verifying Checksum 15:20:41 18c013af1878: Download complete 15:20:41 a4357932f1b6: Download complete 15:20:41 63d7cb157983: Verifying Checksum 15:20:41 63d7cb157983: Download complete 15:20:41 b116817d02f9: Verifying Checksum 15:20:41 b116817d02f9: Download complete 15:20:41 5f621e34cdf4: Verifying Checksum 15:20:41 5f621e34cdf4: Download complete 15:20:41 5f621e34cdf4: Pull complete 15:20:42 a4357932f1b6: Pull complete 15:20:43 18c013af1878: Pull complete 15:20:43 745a02a5169b: Download complete 15:20:45 00ac8860ef70: Verifying Checksum 15:20:45 00ac8860ef70: Download complete 15:20:55 00ac8860ef70: Pull complete 15:20:55 63d7cb157983: Pull complete 15:20:55 b116817d02f9: Pull complete 15:20:58 Removing intermediate container fd69b17401ba 15:20:58 ---> 7fa49c306fc0 15:20:58 Successfully built 7fa49c306fc0 15:20:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:20:58 + docker inspect -f . ci-base-image-x86_64 15:20:59 745a02a5169b: Pull complete 15:20:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:20:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:20:59 ---> b7e6874047d6 15:20:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 15:20:59 . [Pipeline] withDockerContainer 15:20:59 prd-centos7-docker-4c-2g-21956 does not seem to be running inside a container 15:21:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/38 -v /w/workspace/device-virtual-go/38:/w/workspace/device-virtual-go/38:rw,z -v /w/workspace/device-virtual-go/38@tmp:/w/workspace/device-virtual-go/38@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 15:21:01 $ docker top ed58c485812e2272b602172c0a0546dd3f6234ed2d458960c912022d0160f010 -eo pid,comm [Pipeline] { 15:21:01 ---> Running in 4a596f5d7123 [Pipeline] sh 15:21:02 + go version 15:21:02 Removing intermediate container 4a596f5d7123 15:21:02 ---> 5efd1aa5cfd6 15:21:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:21:02 ---> Running in 5197114ad908 15:21:02 go version go1.15.5 linux/amd64 [Pipeline] } 15:21:02 $ docker stop --time=1 ed58c485812e2272b602172c0a0546dd3f6234ed2d458960c912022d0160f010 15:21:04 $ docker rm -f ed58c485812e2272b602172c0a0546dd3f6234ed2d458960c912022d0160f010 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:21:05 Removing intermediate container 5197114ad908 15:21:05 ---> 417d97f90095 15:21:05 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 15:21:05 ---> Running in 2cb1685d0cc2 15:21:05 + docker inspect -f . ci-base-image-x86_64 15:21:05 . [Pipeline] withDockerContainer 15:21:05 prd-centos7-docker-4c-2g-21956 does not seem to be running inside a container 15:21:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/38 -v /w/workspace/device-virtual-go/38:/w/workspace/device-virtual-go/38:rw,z -v /w/workspace/device-virtual-go/38@tmp:/w/workspace/device-virtual-go/38@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 15:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:21:06 $ docker top 78e70430552c9cec53a3475a30fed4f2e7384342b06584cab87e35ed40eadcc9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:07 (1/14) Installing libmagic (5.38-r0) 15:21:07 (2/14) Installing file (5.38-r0) 15:21:07 (3/14) Installing libc-dev (0.7.2-r3) 15:21:07 + make test 15:21:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 15:21:07 (4/14) Installing g++ (9.3.0-r2) 15:21:09 ? github.com/edgexfoundry/device-virtual-go [no test files] 15:21:13 (5/14) Installing fortify-headers (1.1-r0) 15:21:13 (6/14) Installing patch (2.7.6-r6) 15:21:13 (7/14) Installing build-base (0.5-r2) 15:21:13 (8/14) Installing openssh-keygen (8.3_p1-r1) 15:21:13 (9/14) Installing libedit (20191231.3.1-r0) 15:21:13 (10/14) Installing openssh-client (8.3_p1-r1) 15:21:13 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 15:21:13 (12/14) Installing openssh-server-common (8.3_p1-r1) 15:21:13 (13/14) Installing openssh-server (8.3_p1-r1) 15:21:13 (14/14) Installing openssh (8.3_p1-r1) 15:21:13 Executing busybox-1.31.1-r19.trigger 15:21:13 OK: 221 MiB in 53 packages 15:21:18 Removing intermediate container 2cb1685d0cc2 15:21:18 ---> 97808aecd8b4 15:21:18 Step 6/8 : WORKDIR /device-virtual-go 15:21:18 ---> Running in 274f8dc42545 15:21:18 Removing intermediate container 274f8dc42545 15:21:18 ---> 9280883e980f 15:21:18 Step 7/8 : COPY . . 15:21:19 ---> c91e2559702e 15:21:19 Step 8/8 : RUN go mod download 15:21:19 ---> Running in 9cbeec646e8c 15:21:42 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 15:21:42 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.897s coverage: 64.4% of statements 15:21:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:21:46 Removing intermediate container 9cbeec646e8c 15:21:46 ---> 0d08a94c03d5 15:21:46 Successfully built 0d08a94c03d5 15:21:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:21:46 + docker inspect -f . ci-base-image-arm64 15:21:46 . [Pipeline] withDockerContainer 15:21:46 prd-ubuntu18.04-docker-arm64-4c-16g-21957 does not seem to be running inside a container 15:21:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/38 -v /w/workspace/device-virtual-go/38:/w/workspace/device-virtual-go/38:rw,z -v /w/workspace/device-virtual-go/38@tmp:/w/workspace/device-virtual-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:21:47 gofmt -l . 15:21:47 [ "`gofmt -l .`" = "" ] 15:21:47 ./bin/test-attribution-txt.sh 15:21:48 $ docker top df14890cf9171e791556f23dc0c61628cee5487decd62a20529fb8c29dcbe3d0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:49 + go version 15:21:49 go version go1.15.5 linux/arm64 [Pipeline] } 15:21:49 $ docker stop --time=1 df14890cf9171e791556f23dc0c61628cee5487decd62a20529fb8c29dcbe3d0 15:21:49 ./bin/test-go-mod-tidy.sh 15:21:51 $ docker rm -f df14890cf9171e791556f23dc0c61628cee5487decd62a20529fb8c29dcbe3d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 15:21:51 $ docker stop --time=1 78e70430552c9cec53a3475a30fed4f2e7384342b06584cab87e35ed40eadcc9 15:21:54 $ docker rm -f 78e70430552c9cec53a3475a30fed4f2e7384342b06584cab87e35ed40eadcc9 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:21:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:21:55 + docker inspect -f . ci-base-image-arm64 15:21:55 . [Pipeline] withDockerContainer 15:21:55 prd-ubuntu18.04-docker-arm64-4c-16g-21957 does not seem to be running inside a container 15:21:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/38 -v /w/workspace/device-virtual-go/38:/w/workspace/device-virtual-go/38:rw,z -v /w/workspace/device-virtual-go/38@tmp:/w/workspace/device-virtual-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:21:56 Stashed 1 file(s) 15:21:57 $ docker top 5c4a8d7710c9b0677a0fbb7cd92030340c34d894fb2d6d3f92dc55796fd3c4ba -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 15:21:58 + make test 15:21:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] sh 15:21:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:21:59 + ls -al . 15:21:59 total 124 15:21:59 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 21 15:21 . 15:21:59 drwxrwxr-x. 4 jenkins jenkins 30 Jan 21 15:19 .. 15:21:59 -rw-rw-r--. 1 jenkins jenkins 6713 Jan 21 15:19 Attribution.txt 15:21:59 drwxrwxr-x. 2 jenkins jenkins 64 Jan 21 15:19 bin 15:21:59 drwxrwxr-x. 3 jenkins jenkins 32 Jan 21 15:19 cmd 15:21:59 -rw-r--r--. 1 jenkins jenkins 47242 Jan 21 15:21 coverage.out 15:21:59 -rw-rw-r--. 1 jenkins jenkins 1851 Jan 21 15:19 Dockerfile 15:21:59 -rw-rw-r--. 1 jenkins jenkins 961 Jan 21 15:19 Dockerfile.build 15:21:59 drwxrwxr-x. 8 jenkins jenkins 162 Jan 21 15:19 .git 15:21:59 drwxrwxr-x. 2 jenkins jenkins 103 Jan 21 15:19 .github 15:21:59 -rw-rw-r--. 1 jenkins jenkins 258 Jan 21 15:19 .gitignore 15:21:59 -rw-r--r--. 1 jenkins jenkins 856 Jan 21 15:21 go.mod 15:21:59 -rw-r--r--. 1 jenkins jenkins 16346 Jan 21 15:21 go.sum 15:21:59 drwxrwxr-x. 3 jenkins jenkins 20 Jan 21 15:19 internal 15:21:59 -rw-rw-r--. 1 jenkins jenkins 660 Jan 21 15:19 Jenkinsfile 15:21:59 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 21 15:19 LICENSE 15:21:59 -rw-rw-r--. 1 jenkins jenkins 873 Jan 21 15:19 Makefile 15:21:59 -rw-rw-r--. 1 jenkins jenkins 918 Jan 21 15:19 README.md 15:21:59 -rw-rw-r--. 1 jenkins jenkins 11 Jan 21 15:16 VERSION 15:21:59 -rw-rw-r--. 1 jenkins jenkins 235 Jan 21 15:19 version.go [Pipeline] isUnix [Pipeline] sh 15:21:59 ? github.com/edgexfoundry/device-virtual-go [no test files] 15:21:59 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b --label arch=amd64 --label version=1.3.1-dev.5 . 15:22:00 Sending build context to Docker daemon 527.9kB 15:22:00 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 15:22:00 Step 2/22 : FROM ${BASE} AS builder 15:22:00 ---> 7fa49c306fc0 15:22:00 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 15:22:00 ---> Running in eddba52e5290 15:22:00 Removing intermediate container eddba52e5290 15:22:00 ---> 6aca5b673e37 15:22:00 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 15:22:00 ---> Running in b3d83374104d 15:22:00 Removing intermediate container b3d83374104d 15:22:00 ---> 97169a9917e6 15:22:00 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 15:22:00 ---> Running in adeded5fc2f5 15:22:01 Removing intermediate container adeded5fc2f5 15:22:01 ---> 247c66b7e6da 15:22:01 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:01 ---> Running in af1f9b4a07ba 15:22:03 Removing intermediate container af1f9b4a07ba 15:22:03 ---> 45eb1cd56368 15:22:03 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:22:03 ---> Running in e39fd33aa296 15:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:06 OK: 237 MiB in 53 packages 15:22:07 Removing intermediate container e39fd33aa296 15:22:07 ---> 01ca05a358ce 15:22:07 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 15:22:07 ---> Running in cc421fdf6eb6 15:22:07 Removing intermediate container cc421fdf6eb6 15:22:07 ---> 150a47a5ff11 15:22:07 Step 9/22 : COPY . . 15:22:08 ---> d348495b7218 15:22:08 Step 10/22 : ARG MAKE='make build' 15:22:08 ---> Running in d12f39e1c901 15:22:08 Removing intermediate container d12f39e1c901 15:22:08 ---> 1e055b9d9ab9 15:22:08 Step 11/22 : RUN $MAKE 15:22:08 ---> Running in bae94ceeb415 15:22:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.5" -o cmd/device-virtual ./cmd 15:22:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:22:37 Removing intermediate container bae94ceeb415 15:22:37 ---> 7b67450f662f 15:22:37 Step 12/22 : FROM alpine:3.12 15:22:38 3.12: Pulling from library/alpine 15:22:38 801bfaa63ef2: Pulling fs layer 15:22:38 801bfaa63ef2: Download complete 15:22:39 801bfaa63ef2: Pull complete 15:22:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:22:39 Status: Downloaded newer image for alpine:3.12 15:22:39 ---> 389fef711851 15:22:39 Step 13/22 : ENV APP_PORT=49990 15:22:39 ---> Running in 9cc1e9f4449b 15:22:39 Removing intermediate container 9cc1e9f4449b 15:22:39 ---> 8acbd89384ed 15:22:39 Step 14/22 : EXPOSE $APP_PORT 15:22:39 ---> Running in 78090019a96f 15:22:40 Removing intermediate container 78090019a96f 15:22:40 ---> ffbd944a1f84 15:22:40 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 15:22:41 ---> 4afdb3240abb 15:22:41 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 15:22:41 ---> c2c659d0caa6 15:22:41 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 15:22:42 ---> ee36fd6e3aca 15:22:42 Step 18/22 : ENTRYPOINT ["/device-virtual"] 15:22:42 ---> Running in cca4eb56c8bd 15:22:42 Removing intermediate container cca4eb56c8bd 15:22:42 ---> cb113d9a29dc 15:22:42 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:22:42 ---> Running in a04e964e70bc 15:22:43 Removing intermediate container a04e964e70bc 15:22:43 ---> e4fd1e631a2f 15:22:43 Step 20/22 : LABEL arch=amd64 15:22:43 ---> Running in b79e989d6fa3 15:22:43 Removing intermediate container b79e989d6fa3 15:22:43 ---> 317135d21970 15:22:43 Step 21/22 : LABEL git_sha=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 15:22:43 ---> Running in 2e35420ec4a8 15:22:44 Removing intermediate container 2e35420ec4a8 15:22:44 ---> 43cfabcd9194 15:22:44 Step 22/22 : LABEL version=1.3.1-dev.5 15:22:44 ---> Running in 6e7fddada867 15:22:45 Removing intermediate container 6e7fddada867 15:22:45 ---> 5703ecab3460 15:22:45 [Warning] One or more build-args [ARCH] were not consumed 15:22:45 Successfully built 5703ecab3460 15:22:45 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:22:45 provisioning config files... 15:22:45 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/38@tmp/config3862853505032797365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:22:46 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 15:22:46 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.458s coverage: 64.4% of statements 15:22:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:22:46 ---> docker-login.sh 15:22:46 nexus3.edgexfoundry.org:10001 15:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:47 Configure a credential helper to remove this warning. See 15:22:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:47 15:22:47 Login Succeeded 15:22:47 nexus3.edgexfoundry.org:10002 15:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:48 Configure a credential helper to remove this warning. See 15:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:48 15:22:48 Login Succeeded 15:22:48 nexus3.edgexfoundry.org:10003 15:22:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:48 Configure a credential helper to remove this warning. See 15:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:48 15:22:48 Login Succeeded 15:22:49 nexus3.edgexfoundry.org:10004 15:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:49 Configure a credential helper to remove this warning. See 15:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:49 15:22:49 Login Succeeded 15:22:49 docker.io 15:22:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:50 Configure a credential helper to remove this warning. See 15:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:50 15:22:50 Login Succeeded 15:22:50 ---> docker-login.sh ends [Pipeline] } 15:22:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:50 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 15:22:50 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 15:22:50 latest 15:22:50 1.3.1-dev.5 15:22:50 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 15:22:50 master 15:22:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:22:51 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh 15:22:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 15:22:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 15:22:51 a648a543a501: Preparing 15:22:51 7aa5de8b38d2: Preparing 15:22:51 df1cb1e5412b: Preparing 15:22:51 777b2c648970: Preparing 15:22:52 777b2c648970: Layer already exists 15:22:52 7aa5de8b38d2: Pushed 15:22:52 a648a543a501: Pushed 15:22:53 gofmt -l . 15:22:53 [ "`gofmt -l .`" = "" ] 15:22:53 ./bin/test-attribution-txt.sh 15:22:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 15:22:54 $ docker stop --time=1 5c4a8d7710c9b0677a0fbb7cd92030340c34d894fb2d6d3f92dc55796fd3c4ba 15:22:54 df1cb1e5412b: Pushed 15:22:54 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 15:22:56 $ docker rm -f 5c4a8d7710c9b0677a0fbb7cd92030340c34d894fb2d6d3f92dc55796fd3c4ba [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 15:22:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:22:57 Warning: overwriting stash ‘coverage-report’ 15:22:57 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 15:22:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 15:22:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 15:22:57 a648a543a501: Preparing 15:22:57 7aa5de8b38d2: Preparing 15:22:57 df1cb1e5412b: Preparing 15:22:57 777b2c648970: Preparing 15:22:58 Stashed 1 file(s) [Pipeline] } 15:22:58 7aa5de8b38d2: Layer already exists 15:22:58 a648a543a501: Layer already exists 15:22:58 df1cb1e5412b: Layer already exists 15:22:58 777b2c648970: Layer already exists 15:22:58 latest: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 15:22:58 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 15:22:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:22:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.5 15:22:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 15:22:59 a648a543a501: Preparing 15:22:59 7aa5de8b38d2: Preparing 15:22:59 df1cb1e5412b: Preparing 15:22:59 777b2c648970: Preparing 15:22:59 df1cb1e5412b: Layer already exists 15:22:59 777b2c648970: Layer already exists 15:22:59 7aa5de8b38d2: Layer already exists 15:22:59 a648a543a501: Layer already exists 15:22:59 1.3.1-dev.5: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 15:22:59 + ls -al . 15:22:59 total 148 15:22:59 drwxrwxr-x 7 jenkins jenkins 4096 Jan 21 15:22 . 15:22:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 21 15:20 .. 15:22:59 drwxrwxr-x 8 jenkins jenkins 4096 Jan 21 15:20 .git 15:22:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 15:20 .github 15:22:59 -rw-rw-r-- 1 jenkins jenkins 258 Jan 21 15:20 .gitignore 15:22:59 -rw-rw-r-- 1 jenkins jenkins 6713 Jan 21 15:20 Attribution.txt 15:22:59 -rw-rw-r-- 1 jenkins jenkins 1851 Jan 21 15:20 Dockerfile 15:22:59 -rw-rw-r-- 1 jenkins jenkins 961 Jan 21 15:20 Dockerfile.build 15:22:59 -rw-rw-r-- 1 jenkins jenkins 660 Jan 21 15:20 Jenkinsfile 15:22:59 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 21 15:20 LICENSE 15:22:59 -rw-rw-r-- 1 jenkins jenkins 873 Jan 21 15:20 Makefile 15:22:59 -rw-rw-r-- 1 jenkins jenkins 918 Jan 21 15:20 README.md 15:22:59 -rw-rw-r-- 1 jenkins jenkins 11 Jan 21 15:16 VERSION 15:22:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 21 15:20 bin 15:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 15:20 cmd 15:22:59 -rw-r--r-- 1 jenkins jenkins 47242 Jan 21 15:22 coverage.out 15:22:59 -rw-r--r-- 1 jenkins jenkins 856 Jan 21 15:22 go.mod 15:22:59 -rw-r--r-- 1 jenkins jenkins 16346 Jan 21 15:22 go.sum 15:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jan 21 15:20 internal 15:22:59 -rw-rw-r-- 1 jenkins jenkins 235 Jan 21 15:20 version.go [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 15:22:59 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 15:22:59 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b --label arch=arm64 --label version=1.3.1-dev.5 . 15:23:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 15:23:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 15:23:00 a648a543a501: Preparing 15:23:00 7aa5de8b38d2: Preparing 15:23:00 df1cb1e5412b: Preparing 15:23:00 777b2c648970: Preparing 15:23:00 a648a543a501: Layer already exists 15:23:00 7aa5de8b38d2: Layer already exists 15:23:00 df1cb1e5412b: Layer already exists 15:23:00 777b2c648970: Layer already exists 15:23:00 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 [Pipeline] isUnix [Pipeline] sh 15:23:00 Sending build context to Docker daemon 526.8kB 15:23:00 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 15:23:00 Step 2/22 : FROM ${BASE} AS builder 15:23:00 ---> 0d08a94c03d5 15:23:00 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 15:23:00 ---> Running in 5d1d6f9e3775 15:23:00 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 15:23:00 Removing intermediate container 5d1d6f9e3775 15:23:00 ---> 5a13e96d2a37 15:23:00 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 15:23:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 15:23:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 15:23:00 a648a543a501: Preparing 15:23:00 7aa5de8b38d2: Preparing 15:23:00 df1cb1e5412b: Preparing 15:23:00 777b2c648970: Preparing 15:23:00 a648a543a501: Layer already exists 15:23:00 777b2c648970: Layer already exists 15:23:00 df1cb1e5412b: Layer already exists 15:23:00 7aa5de8b38d2: Layer already exists 15:23:00 ---> Running in 8b6955cc0e19 15:23:01 master: digest: sha256:ffb13e6d4d4847faa5842baa6512bc5c30b2228a3c121e150ece94880b28cb1a size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry 15:23:01 Removing intermediate container 8b6955cc0e19 15:23:01 ---> 1d092398e28c 15:23:01 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:01 ===================================================== [Pipeline] echo 15:23:01 taggedImages: 15:23:01 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 15:23:01 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 15:23:01 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.5 15:23:01 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 15:23:01 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } 15:23:01 ---> Running in 4fea7f1a72b9 [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 15:23:02 Removing intermediate container 4fea7f1a72b9 15:23:02 ---> 0bd78992579c 15:23:02 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:23:02 ---> Running in 00210369891c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:23:04 Removing intermediate container 00210369891c 15:23:04 ---> 2851f455fcc6 15:23:04 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:23:04 ---> Running in d30d5c626832 15:23:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:23:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:23:07 OK: 221 MiB in 53 packages 15:23:08 Removing intermediate container d30d5c626832 15:23:08 ---> 29e1bd9dd517 15:23:08 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 15:23:08 ---> Running in 93369dbac1ff 15:23:08 Removing intermediate container 93369dbac1ff 15:23:08 ---> 1f98e180f671 15:23:08 Step 9/22 : COPY . . 15:23:09 ---> 769482d8738c 15:23:09 Step 10/22 : ARG MAKE='make build' 15:23:09 ---> Running in 2f87c250ba6e 15:23:10 Removing intermediate container 2f87c250ba6e 15:23:10 ---> 390b273ac2c1 15:23:10 Step 11/22 : RUN $MAKE 15:23:10 ---> Running in 504e17fd694c 15:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.5" -o cmd/device-virtual ./cmd 15:23:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:23:52 Removing intermediate container 504e17fd694c 15:23:52 ---> a17d755f04a1 15:23:52 Step 12/22 : FROM alpine:3.12 15:23:52 3.12: Pulling from library/alpine 15:23:52 159e5727ea61: Pulling fs layer 15:23:53 159e5727ea61: Download complete 15:23:53 159e5727ea61: Pull complete 15:23:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:23:53 Status: Downloaded newer image for alpine:3.12 15:23:53 ---> afeebe901d6b 15:23:53 Step 13/22 : ENV APP_PORT=49990 15:23:54 ---> Running in 5f95863bb4eb 15:23:54 Removing intermediate container 5f95863bb4eb 15:23:54 ---> e92d15bdbc10 15:23:54 Step 14/22 : EXPOSE $APP_PORT 15:23:54 ---> Running in b3fa0a4cc0df 15:23:54 Removing intermediate container b3fa0a4cc0df 15:23:54 ---> 632e2afa3192 15:23:54 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 15:23:56 ---> a4282fd44c8a 15:23:56 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 15:23:57 ---> 7fb445daacb4 15:23:57 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 15:23:57 ---> 86f9bdb0461e 15:23:57 Step 18/22 : ENTRYPOINT ["/device-virtual"] 15:23:57 ---> Running in e9dcdb093a48 15:23:58 Removing intermediate container e9dcdb093a48 15:23:58 ---> b08a45cd449f 15:23:58 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:23:58 ---> Running in 5a370ca1c39c 15:23:59 Removing intermediate container 5a370ca1c39c 15:23:59 ---> 288be9380e9e 15:23:59 Step 20/22 : LABEL arch=arm64 15:23:59 ---> Running in d520449c2bdc 15:23:59 Removing intermediate container d520449c2bdc 15:23:59 ---> c5b4125e6746 15:23:59 Step 21/22 : LABEL git_sha=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 15:23:59 ---> Running in 88eab44c7b33 15:24:00 Removing intermediate container 88eab44c7b33 15:24:00 ---> 120864aec61d 15:24:00 Step 22/22 : LABEL version=1.3.1-dev.5 15:24:00 ---> Running in 7a3e89a7fe06 15:24:00 Removing intermediate container 7a3e89a7fe06 15:24:00 ---> 8223f2a27232 15:24:00 [Warning] One or more build-args [ARCH] were not consumed 15:24:00 Successfully built 8223f2a27232 15:24:00 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:24:01 provisioning config files... 15:24:01 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/38@tmp/config4706082151512856068tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:24:01 ---> docker-login.sh 15:24:01 nexus3.edgexfoundry.org:10001 15:24:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:24:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:24:02 Configure a credential helper to remove this warning. See 15:24:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:24:02 15:24:02 Login Succeeded 15:24:02 nexus3.edgexfoundry.org:10002 15:24:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:24:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:24:02 Configure a credential helper to remove this warning. See 15:24:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:24:02 15:24:02 Login Succeeded 15:24:02 nexus3.edgexfoundry.org:10003 15:24:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:24:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:24:03 Configure a credential helper to remove this warning. See 15:24:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:24:03 15:24:03 Login Succeeded 15:24:03 nexus3.edgexfoundry.org:10004 15:24:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:24:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:24:04 Configure a credential helper to remove this warning. See 15:24:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:24:04 15:24:04 Login Succeeded 15:24:04 docker.io 15:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:24:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:24:04 Configure a credential helper to remove this warning. See 15:24:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:24:04 15:24:04 Login Succeeded 15:24:04 ---> docker-login.sh ends [Pipeline] } 15:24:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:05 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 15:24:05 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 15:24:05 latest 15:24:05 1.3.1-dev.5 15:24:05 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 15:24:05 master 15:24:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:24:05 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh 15:24:06 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 15:24:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 15:24:06 29c65c0f2179: Preparing 15:24:06 25f638ef75c1: Preparing 15:24:06 a6d6dae8a009: Preparing 15:24:06 379067d0cb53: Preparing 15:24:06 379067d0cb53: Layer already exists 15:24:06 25f638ef75c1: Pushed 15:24:06 29c65c0f2179: Pushed 15:24:09 a6d6dae8a009: Pushed 15:24:09 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] isUnix [Pipeline] sh 15:24:10 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:24:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 15:24:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 15:24:10 29c65c0f2179: Preparing 15:24:10 25f638ef75c1: Preparing 15:24:10 a6d6dae8a009: Preparing 15:24:10 379067d0cb53: Preparing 15:24:10 a6d6dae8a009: Layer already exists 15:24:10 25f638ef75c1: Layer already exists 15:24:10 29c65c0f2179: Layer already exists 15:24:10 379067d0cb53: Layer already exists 15:24:10 latest: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] isUnix [Pipeline] sh 15:24:10 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 15:24:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.5 15:24:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 15:24:11 29c65c0f2179: Preparing 15:24:11 25f638ef75c1: Preparing 15:24:11 a6d6dae8a009: Preparing 15:24:11 379067d0cb53: Preparing 15:24:11 29c65c0f2179: Layer already exists 15:24:11 379067d0cb53: Layer already exists 15:24:11 25f638ef75c1: Layer already exists 15:24:11 a6d6dae8a009: Layer already exists 15:24:11 1.3.1-dev.5: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] isUnix [Pipeline] sh 15:24:11 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 15:24:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 15:24:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 15:24:12 29c65c0f2179: Preparing 15:24:12 25f638ef75c1: Preparing 15:24:12 a6d6dae8a009: Preparing 15:24:12 379067d0cb53: Preparing 15:24:12 379067d0cb53: Layer already exists 15:24:12 a6d6dae8a009: Layer already exists 15:24:12 25f638ef75c1: Layer already exists 15:24:12 29c65c0f2179: Layer already exists 15:24:12 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] isUnix [Pipeline] sh 15:24:12 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:24:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 15:24:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 15:24:13 29c65c0f2179: Preparing 15:24:13 25f638ef75c1: Preparing 15:24:13 a6d6dae8a009: Preparing 15:24:13 379067d0cb53: Preparing 15:24:13 379067d0cb53: Layer already exists 15:24:13 a6d6dae8a009: Layer already exists 15:24:13 29c65c0f2179: Layer already exists 15:24:13 25f638ef75c1: Layer already exists 15:24:13 master: digest: sha256:ec9e087e126b2427b5d82397709ca47077d0ef10b4931d35666d056ec5d07358 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:13 ===================================================== [Pipeline] echo 15:24:13 taggedImages: 15:24:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b 15:24:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 15:24:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.5 15:24:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:bdf1cd5a2d4a5f1f1834e794e258934dca5f302b-1.3.1-dev.5 15:24:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-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 15:24:15 provisioning config files... 15:24:15 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1886730537710627755tmp [Pipeline] { [Pipeline] sh 15:24:15 + set +x 15:24:15 + curl -s https://codecov.io/bash 15:24:15 + bash -s -- 15:24:16 15:24:16 _____ _ 15:24:16 / ____| | | 15:24:16 | | ___ __| | ___ ___ _____ __ 15:24:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:24:16 | |___| (_) | (_| | __/ (_| (_) \ V / 15:24:16 \_____\___/ \__,_|\___|\___\___/ \_/ 15:24:16 Bash-20210115-cec3c92 15:24:16 15:24:16 15:24:16 ==> git version 2.24.3 found 15:24: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 15:24:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:24:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:24:16 ==> Jenkins CI detected. 15:24:16 project root: . 15:24:16 --> token set from env 15:24:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:24:16 ==> Running gcov in . (disable via -X gcov) 15:24:16 ==> Python coveragepy not found 15:24:16 ==> Searching for coverage reports in: 15:24:16 + . 15:24:16 -> Found 1 reports 15:24:16 ==> Detecting git/mercurial file structure 15:24:16 ==> Reading reports 15:24:16 + ./coverage.out bytes=47242 15:24:16 ==> Appending adjustments 15:24:16 https://docs.codecov.io/docs/fixing-reports 15:24:16 + Found adjustments 15:24:16 ==> Gzipping contents 15:24:16 8.0K /tmp/codecov.36GJUo.gz 15:24:16 ==> Uploading reports 15:24:16 url: https://codecov.io 15:24:16 query: branch=master&commit=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:24:16 -> Pinging Codecov 15:24:16 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=bdf1cd5a2d4a5f1f1834e794e258934dca5f302b&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:24:17 -> Uploading to 15:24:17 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/5E52B4B073DB2E39498172D8E973AA87/bdf1cd5a2d4a5f1f1834e794e258934dca5f302b/133b3244-664a-4ca4-9c6b-c4936f5bf2d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T152417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d621de3d1192bac216aa05685fd99c164b95a47d82775a2d519753e6feb9d9db 15:24:17 % Total % Received % Xferd Average Speed Time Time Time Current 15:24:17 Dload Upload Total Spent Left Speed 15:24:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5817 0 0 100 5817 0 10817 --:--:-- --:--:-- --:--:-- 10832 15:24:17 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] } 15:24:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:24:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:24:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:24:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:18 15:24:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:24:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:19 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:24:19 188c0c94c7c5: Pulling fs layer 15:24:19 0ef7d3d256c8: Pulling fs layer 15:24:19 de9db76c5a1d: Pulling fs layer 15:24:19 0eba1c9be4d2: Pulling fs layer 15:24:19 0d57e429df01: Pulling fs layer 15:24:19 4e4be7b47b0d: Pulling fs layer 15:24:19 e1f770b5df2f: Pulling fs layer 15:24:19 85a0685a4137: Pulling fs layer 15:24:19 0d57e429df01: Waiting 15:24:19 4e4be7b47b0d: Waiting 15:24:19 0eba1c9be4d2: Waiting 15:24:19 e1f770b5df2f: Waiting 15:24:19 85a0685a4137: Waiting 15:24:19 de9db76c5a1d: Download complete 15:24:19 0ef7d3d256c8: Verifying Checksum 15:24:19 0ef7d3d256c8: Download complete 15:24:19 0d57e429df01: Verifying Checksum 15:24:19 0d57e429df01: Download complete 15:24:19 4e4be7b47b0d: Verifying Checksum 15:24:19 4e4be7b47b0d: Download complete 15:24:20 188c0c94c7c5: Verifying Checksum 15:24:20 188c0c94c7c5: Download complete 15:24:20 188c0c94c7c5: Pull complete 15:24:21 0ef7d3d256c8: Pull complete 15:24:21 de9db76c5a1d: Pull complete 15:24:22 e1f770b5df2f: Verifying Checksum 15:24:22 e1f770b5df2f: Download complete 15:24:28 0eba1c9be4d2: Verifying Checksum 15:24:28 0eba1c9be4d2: Download complete 15:24:28 85a0685a4137: Verifying Checksum 15:24:28 85a0685a4137: Download complete 15:24:39 0eba1c9be4d2: Pull complete 15:24:39 0d57e429df01: Pull complete 15:24:39 4e4be7b47b0d: Pull complete 15:24:42 e1f770b5df2f: Pull complete 15:24:54 85a0685a4137: Pull complete 15:24:54 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:24:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:24:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:24:55 prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container 15:24:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 15:24:57 $ docker top 8683aea05b6a530bf9314ebf9b8dde1e76bf2c7f9a614c0c096f6650fefc00d0 -eo pid,comm [Pipeline] { [Pipeline] echo 15:24:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:24:57 + set -o pipefail 15:24:57 + snyk monitor '--org=edgex-jenkins' 15:25:24 15:25:24 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 15:25:24 15:25:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/1fb12990-8f47-4533-85a7-813ff6c57c2d 15:25:24 15:25:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:25:24 15:25:24 [Pipeline] } 15:25:24 $ docker stop --time=1 8683aea05b6a530bf9314ebf9b8dde1e76bf2c7f9a614c0c096f6650fefc00d0 15:25:27 $ docker rm -f 8683aea05b6a530bf9314ebf9b8dde1e76bf2c7f9a614c0c096f6650fefc00d0 [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 15:25:30 + git log --format=format:%s -1 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b [Pipeline] isUnix [Pipeline] sh 15:25:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:25:30 . [Pipeline] withDockerContainer 15:25:30 prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container 15:25:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 15:25:31 $ docker top 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:32 [ssh-agent] Looking for ssh-agent implementation... 15:25:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:33 $ docker exec 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 ssh-agent 15:25:33 SSH_AUTH_SOCK=/tmp/ssh-VwUFf6B8FzqN/agent.12 15:25:33 SSH_AGENT_PID=17 15:25:33 Running ssh-add (command line suppressed) 15:25:33 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8940080044073234833.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8940080044073234833.key) 15:25:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:34 + git semver tag 15:25:34 # -> Open(): unable to determine branch for HEAD 15:25:34 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 15:25:34 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 15:25:34 # $SEMVER_REMOTE_NAME = origin 15:25:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:25:34 # $SEMVER_USER_NAME = edgex-jenkins 15:25:34 # $SEMVER_BRANCH = master 15:25:34 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 15:25:34 # bdf1cd5a2d4a5f1f1834e794e258934dca5f302b HEAD 15:25:34 # -> Force: false 15:25:34 # 0213242101719ca9447857b567372231e433b13d refs/tags/v1.3.1-dev.5 [Pipeline] } 15:25:34 $ docker exec --env ******** --env ******** 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 ssh-agent -k 15:25:34 unset SSH_AUTH_SOCK; 15:25:34 unset SSH_AGENT_PID; 15:25:34 echo Agent pid 17 killed; 15:25:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:35 + git semver [Pipeline] } 15:25:35 $ docker stop --time=1 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 15:25:37 $ docker rm -f 51e6e82cc8a89a1dcc898351ae9bd0276a53bec8705a50e861d27e0e47801963 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:25:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:38 15:25:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:25:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:38 0.23.1-centos7: Pulling from edgex-lftools 15:25:38 ab5ef0e58194: Pulling fs layer 15:25:38 9712f1f96733: Pulling fs layer 15:25:38 63f879dbbcfc: Pulling fs layer 15:25:38 0d9ebad4ef96: Pulling fs layer 15:25:38 e9a5061849ea: Pulling fs layer 15:25:38 d747dcd14b5f: Pulling fs layer 15:25:38 2de7ff778b66: Pulling fs layer 15:25:38 0d9ebad4ef96: Waiting 15:25:38 e9a5061849ea: Waiting 15:25:38 d747dcd14b5f: Waiting 15:25:38 2de7ff778b66: Waiting 15:25:38 9712f1f96733: Verifying Checksum 15:25:38 9712f1f96733: Download complete 15:25:44 63f879dbbcfc: Verifying Checksum 15:25:44 63f879dbbcfc: Download complete 15:25:44 e9a5061849ea: Verifying Checksum 15:25:44 e9a5061849ea: Download complete 15:25:44 d747dcd14b5f: Verifying Checksum 15:25:44 d747dcd14b5f: Download complete 15:25:44 0d9ebad4ef96: Verifying Checksum 15:25:44 0d9ebad4ef96: Download complete 15:25:44 2de7ff778b66: Verifying Checksum 15:25:44 2de7ff778b66: Download complete 15:25:45 ab5ef0e58194: Verifying Checksum 15:25:45 ab5ef0e58194: Download complete 15:25:55 ab5ef0e58194: Pull complete 15:25:55 9712f1f96733: Pull complete 15:25:57 63f879dbbcfc: Pull complete 15:26:12 0d9ebad4ef96: Pull complete 15:26:12 e9a5061849ea: Pull complete 15:26:12 d747dcd14b5f: Pull complete 15:26:16 2de7ff778b66: Pull complete 15:26:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:26:16 prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container 15:26:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 15:26:20 $ docker top bdcbaa166140b6f1e2f4574211ccd0b7266146cd9f7164f9660eeccf81094aca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:26:21 provisioning config files... 15:26:21 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5906149440166022686tmp 15:26:21 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1065092235793366176tmp 15:26:21 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3512974091168277742tmp [Pipeline] { [Pipeline] echo 15:26:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:26:21 ---> sigul-configuration.sh 15:26:21 gpg: directory `/root/.gnupg' created 15:26:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:26:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:26:21 gpg: keyring `/root/.gnupg/secring.gpg' created 15:26:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:26:21 gpg: CAST5 encrypted data 15:26:21 gpg: encrypted with 1 passphrase 15:26:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:26:22 + mkdir /home/jenkins 15:26:22 + mkdir /home/jenkins/sigul [Pipeline] sh 15:26:24 + 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 15:26:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:26:24 ---> sigul-install.sh 15:26:33 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:26:34 + git tag --list 15:26:34 v1.0.0 15:26:34 v1.1.0 15:26:34 v1.1.1 15:26:34 v1.2.1 15:26:34 v1.2.2 15:26:34 v1.2.3 15:26:34 v1.3.0 15:26:34 v1.3.1-dev.1 15:26:34 v1.3.1-dev.2 15:26:34 v1.3.1-dev.3 15:26:34 v1.3.1-dev.4 15:26:34 v1.3.1-dev.5 [Pipeline] sh 15:26:34 + lftools sign git-tag v1.3.1-dev.5 15:26:36 Signing Git tag with Sigul... 15:26:36 Signing v1.3.1-dev.5 [Pipeline] echo 15:26:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:26:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:26:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:26:38 $ docker stop --time=1 bdcbaa166140b6f1e2f4574211ccd0b7266146cd9f7164f9660eeccf81094aca 15:26:40 $ docker rm -f bdcbaa166140b6f1e2f4574211ccd0b7266146cd9f7164f9660eeccf81094aca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:26:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:41 . [Pipeline] withDockerContainer 15:26:42 prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container 15:26:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 15:26:43 $ docker top 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:43 [ssh-agent] Looking for ssh-agent implementation... 15:26:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:44 $ docker exec 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 ssh-agent 15:26:45 SSH_AUTH_SOCK=/tmp/ssh-WpLkTYqlmiZV/agent.12 15:26:45 SSH_AGENT_PID=18 15:26:45 Running ssh-add (command line suppressed) 15:26:45 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6152939126720263414.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6152939126720263414.key) 15:26:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:45 + git semver bump pre 15:26:46 # -> Open(): unable to determine branch for HEAD 15:26:46 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 15:26:46 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 15:26:46 # $SEMVER_REMOTE_NAME = origin 15:26:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:46 # $SEMVER_USER_NAME = edgex-jenkins 15:26:46 # $SEMVER_BRANCH = master 15:26:46 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 15:26:46 1.3.1-dev.6 [Pipeline] } 15:26:46 $ docker exec --env ******** --env ******** 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 ssh-agent -k 15:26:46 unset SSH_AUTH_SOCK; 15:26:46 unset SSH_AGENT_PID; 15:26:46 echo Agent pid 18 killed; 15:26:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:47 + git semver [Pipeline] } 15:26:47 $ docker stop --time=1 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 15:26:49 $ docker rm -f 0465b1e3e034c3de6d55cc1401ea59960c33f717e6a13310716c4f39283dee10 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:26:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:50 . [Pipeline] withDockerContainer 15:26:51 prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container 15:26:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 15:26:53 $ docker top 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:53 [ssh-agent] Looking for ssh-agent implementation... 15:26:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:54 $ docker exec 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee ssh-agent 15:26:55 SSH_AUTH_SOCK=/tmp/ssh-mTCTzo4c22fK/agent.11 15:26:55 SSH_AGENT_PID=16 15:26:55 Running ssh-add (command line suppressed) 15:26:55 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2060055367905936996.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2060055367905936996.key) 15:26:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:56 + git semver push 15:26:57 # -> Open(): unable to determine branch for HEAD 15:26:57 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 15:26:57 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 15:26:57 # $SEMVER_REMOTE_NAME = origin 15:26:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:57 # $SEMVER_USER_NAME = edgex-jenkins 15:26:57 # $SEMVER_BRANCH = master 15:26:57 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 15:27:04 $ docker exec --env ******** --env ******** 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee ssh-agent -k 15:27:04 unset SSH_AUTH_SOCK; 15:27:04 unset SSH_AGENT_PID; 15:27:04 echo Agent pid 16 killed; 15:27:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:27:05 + git semver [Pipeline] } 15:27:05 $ docker stop --time=1 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee 15:27:06 $ docker rm -f 93479005f582ad8c39ccb61fa8accd21e34335e5705cccad0b7ea6ed1a7b31ee [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 15:27:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:27:09 ---> package-listing.sh 15:27:09 ++ facter osfamily 15:27:09 ++ tr '[:upper:]' '[:lower:]' 15:27:09 + OS_FAMILY=redhat 15:27:09 + workspace=/w/workspace/foundry_device-virtual-go_master 15:27:09 + START_PACKAGES=/tmp/packages_start.txt 15:27:09 + END_PACKAGES=/tmp/packages_end.txt 15:27:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:27:09 + PACKAGES=/tmp/packages_start.txt 15:27:09 + '[' /w/workspace/foundry_device-virtual-go_master ']' 15:27:09 + PACKAGES=/tmp/packages_end.txt 15:27:09 + case "${OS_FAMILY}" in 15:27:09 + rpm -qa 15:27:09 + sort 15:27:14 + '[' -f /tmp/packages_start.txt ']' 15:27:14 + '[' -f /tmp/packages_end.txt ']' 15:27:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:27:14 + '[' /w/workspace/foundry_device-virtual-go_master ']' 15:27:14 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 15:27:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 15:27:14 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/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:27:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:27:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:27:16 15:27:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:27:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:27:16 alpine: Pulling from edgex-lftools-log-publisher 15:27:16 df20fa9351a1: Pulling fs layer 15:27:16 36b3adc4ff6f: Pulling fs layer 15:27:16 8ad3a11d3b57: Pulling fs layer 15:27:16 46f8f816bc3b: Pulling fs layer 15:27:16 93b61091891f: Pulling fs layer 15:27:16 93b9cdb0e59b: Pulling fs layer 15:27:16 5e14af77c1be: Pulling fs layer 15:27:16 01666e4c0597: Pulling fs layer 15:27:16 aa168da1d23b: Pulling fs layer 15:27:16 46f8f816bc3b: Waiting 15:27:16 93b61091891f: Waiting 15:27:16 93b9cdb0e59b: Waiting 15:27:16 5e14af77c1be: Waiting 15:27:16 01666e4c0597: Waiting 15:27:16 aa168da1d23b: Waiting 15:27:16 36b3adc4ff6f: Verifying Checksum 15:27:16 36b3adc4ff6f: Download complete 15:27:16 46f8f816bc3b: Verifying Checksum 15:27:16 46f8f816bc3b: Download complete 15:27:17 df20fa9351a1: Verifying Checksum 15:27:17 df20fa9351a1: Download complete 15:27:17 93b61091891f: Verifying Checksum 15:27:17 93b61091891f: Download complete 15:27:17 93b9cdb0e59b: Verifying Checksum 15:27:17 93b9cdb0e59b: Download complete 15:27:17 5e14af77c1be: Verifying Checksum 15:27:17 5e14af77c1be: Download complete 15:27:17 01666e4c0597: Verifying Checksum 15:27:17 01666e4c0597: Download complete 15:27:18 8ad3a11d3b57: Verifying Checksum 15:27:18 8ad3a11d3b57: Download complete 15:27:18 df20fa9351a1: Pull complete 15:27:18 36b3adc4ff6f: Pull complete 15:27:21 8ad3a11d3b57: Pull complete 15:27:21 46f8f816bc3b: Pull complete 15:27:22 93b61091891f: Pull complete 15:27:23 93b9cdb0e59b: Pull complete 15:27:23 aa168da1d23b: Verifying Checksum 15:27:23 aa168da1d23b: Download complete 15:27:23 5e14af77c1be: Pull complete 15:27:24 01666e4c0597: Pull complete 15:27:36 aa168da1d23b: Pull complete 15:27:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:27:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:27:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:27:36 prd-centos7-docker-4c-2g-21953 does not seem to be running inside a container 15:27:36 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-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/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 15:27:40 $ docker top eb060457ac8e832fd1b1e76fa62a53af2426119c16e580a3f0bed9d01bfb94f2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:40 + touch /tmp/pre-build-complete [Pipeline] sh 15:27:41 + mkdir -p /var/log/sa [Pipeline] sh 15:27:41 + ls /var/log/sa-host 15:27:41 + sadf -c /var/log/sa-host/sa21 15:27:41 file_magic: OK 15:27:41 HZ: Using current value: 100 15:27:41 file_header: OK 15:27:41 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 15:27:41 Statistics: 15:27:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:27:41 File successfully converted to sysstat format version 12.2.1 15:27:41 + sadf -c /var/log/sa-host/sa23 15:27:41 file_magic: OK 15:27:41 HZ: Using current value: 100 15:27:41 file_header: OK 15:27:41 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 15:27:41 Statistics: 15:27:41 Hnuu...uuuununununu... 15:27:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:27:41 provisioning config files... 15:27:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8845468652427464588tmp [Pipeline] { [Pipeline] echo 15:27:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:27:42 ---> create-netrc.sh [Pipeline] } 15:27:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:27:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:27:43 ---> python-tools-install.sh [Pipeline] echo 15:27:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:27:43 ---> sudo-logs.sh 15:27:43 Archiving 'sudo' log.. [Pipeline] echo 15:27:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:27:44 ---> job-cost.sh 15:27:44 lf-activate-venv: SKIPPING 15:27:44 INFO: No Stack... 15:27:45 INFO: Retrieving Pricing Info for: v1-standard-2 15:27:46 INFO: Archiving Costs [Pipeline] echo 15:27:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:27:47 ---> logs-deploy.sh 15:27:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/38 15:27:47 INFO: archiving workspace using pattern(s): 15:27:49 Archives upload complete. 15:27:50 INFO: archiving logs to Nexus 15:27:51 ---> uname -a: 15:27:51 Linux prd-centos7-docker-4c-2g-21953.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:27:51 15:27:51 15:27:51 ---> lscpu: 15:27:51 Architecture: x86_64 15:27:51 CPU op-mode(s): 32-bit, 64-bit 15:27:51 Byte Order: Little Endian 15:27:51 Address sizes: 40 bits physical, 48 bits virtual 15:27:51 CPU(s): 4 15:27:51 On-line CPU(s) list: 0-3 15:27:51 Thread(s) per core: 1 15:27:51 Core(s) per socket: 1 15:27:51 Socket(s): 4 15:27:51 NUMA node(s): 1 15:27:51 Vendor ID: GenuineIntel 15:27:51 CPU family: 6 15:27:51 Model: 44 15:27:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:27:51 Stepping: 1 15:27:51 CPU MHz: 2933.438 15:27:51 BogoMIPS: 5866.87 15:27:51 Virtualization: VT-x 15:27:51 Hypervisor vendor: KVM 15:27:51 Virtualization type: full 15:27:51 L1d cache: 128 KiB 15:27:51 L1i cache: 128 KiB 15:27:51 L2 cache: 16 MiB 15:27:51 L3 cache: 64 MiB 15:27:51 NUMA node0 CPU(s): 0-3 15:27:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:27:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:27:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:27:51 Vulnerability Meltdown: Mitigation; PTI 15:27:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:27:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:27:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:27:51 Vulnerability Srbds: Not affected 15:27:51 Vulnerability Tsx async abort: Not affected 15:27:51 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 15:27:51 15:27:51 15:27:51 ---> nproc: 15:27:51 4 15:27:51 15:27:51 15:27:52 ---> df -h: 15:27:52 Filesystem Size Used Available Use% Mounted on 15:27:52 overlay 50.0G 8.5G 41.4G 17% / 15:27:52 tmpfs 64.0M 0 64.0M 0% /dev 15:27:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:27:52 shm 64.0M 0 64.0M 0% /dev/shm 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:27:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:27:52 15:27:52 15:27:52 ---> free -m: 15:27:52 total used free shared buff/cache available 15:27:52 Mem: 1837 832 166 0 838 939 15:27:52 Swap: 1023 3 1020 15:27:52 15:27:52 15:27:52 ---> ip addr: 15:27:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:27:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:27:52 inet 127.0.0.1/8 scope host lo 15:27:52 valid_lft forever preferred_lft forever 15:27:52 inet6 ::1/128 scope host 15:27:52 valid_lft forever preferred_lft forever 15:27:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:27:52 link/ether fa:16:3e:82:cc:eb brd ff:ff:ff:ff:ff:ff 15:27:52 inet 10.30.122.235/23 brd 10.30.123.255 scope global dynamic eth0 15:27:52 valid_lft 85636sec preferred_lft 85636sec 15:27:52 inet6 fe80::f816:3eff:fe82:cceb/64 scope link 15:27:52 valid_lft forever preferred_lft forever 15:27:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:27:52 link/ether 02:42:00:ae:17:74 brd ff:ff:ff:ff:ff:ff 15:27:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:27:52 valid_lft forever preferred_lft forever 15:27:52 inet6 fe80::42:ff:feae:1774/64 scope link 15:27:52 valid_lft forever preferred_lft forever 15:27:52 15:27:52 15:27:52 ---> sar -b -r -n DEV: 15:27:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 15:27:52 15:27:52 15:14:53 LINUX RESTART (4 CPU) 15:27:52 15:27:52 15:16:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:27:52 15:17:01 55.57 15.88 39.69 0.00 4981.97 4158.75 0.00 15:27:52 15:18:02 2.38 0.00 2.38 0.00 0.00 50.27 0.00 15:27:52 15:19:01 0.37 0.00 0.37 0.00 0.00 4.96 0.00 15:27:52 15:20:01 0.32 0.00 0.32 0.00 0.00 3.82 0.00 15:27:52 15:21:01 0.28 0.00 0.28 0.00 0.00 3.94 0.00 15:27:52 15:22:01 0.20 0.00 0.20 0.00 0.00 2.18 0.00 15:27:52 15:23:01 0.30 0.00 0.30 0.00 0.00 3.35 0.00 15:27:52 15:24:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 15:27:52 15:25:02 256.15 144.91 111.24 0.00 6856.54 33268.28 0.00 15:27:52 15:26:01 143.30 50.19 93.11 0.00 2461.21 21712.77 0.00 15:27:52 15:27:01 174.78 68.54 106.24 0.00 3894.59 14644.52 0.00 15:27:52 Average: 57.64 25.45 32.19 0.00 1651.46 6712.19 0.00 15:27:52 15:27:52 15:16:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:27:52 15:17:01 175784 0 596316 31.69 2620 1106824 1156536 39.47 415444 1090584 128 15:27:52 15:18:02 176380 0 595712 31.66 2620 1106832 1156164 39.46 431988 1073912 12 15:27:52 15:19:01 180436 0 591652 31.45 2620 1106836 1125156 38.40 428480 1074020 8 15:27:52 15:20:01 184572 0 587512 31.22 2620 1106840 1066524 36.40 437016 1062040 8 15:27:52 15:21:01 184112 0 587968 31.25 2620 1106844 1066620 36.40 437716 1062040 8 15:27:52 15:22:01 184024 0 587992 31.25 2620 1106908 1066600 36.40 437360 1062852 28 15:27:52 15:23:01 184744 0 587328 31.22 2620 1106852 1066492 36.40 436820 1062836 8 15:27:52 15:24:01 185468 0 586600 31.18 2620 1106856 1066408 36.39 436236 1062836 8 15:27:52 15:25:02 105800 0 725984 38.58 2620 1047140 1329000 45.36 517864 1006640 140 15:27:52 15:26:01 75224 0 774064 41.14 2596 1029660 1569228 53.56 635204 899860 88816 15:27:52 15:27:01 233356 0 783328 41.63 1496 863364 1369548 46.74 584948 726664 52 15:27:52 Average: 169991 0 636769 33.84 2516 1072269 1185298 40.45 472643 1016753 8111 15:27:52 15:27:52 15:16:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:27:52 15:17:01 eth0 154.27 130.80 656.26 66.43 0.00 0.00 0.00 0.00 15:27:52 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:17:01 docker0 2.00 1.47 0.35 3.57 0.00 0.00 0.00 0.00 15:27:52 15:18:02 eth0 1.25 0.70 1.39 0.05 0.00 0.00 0.00 0.00 15:27:52 15:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:19:01 eth0 1.08 0.34 0.32 0.20 0.00 0.00 0.00 0.00 15:27:52 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:20:01 eth0 1.63 0.33 0.37 0.20 0.00 0.00 0.00 0.00 15:27:52 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:21:01 eth0 1.63 0.65 0.66 0.46 0.00 0.00 0.00 0.00 15:27:52 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:22:01 eth0 0.67 0.50 0.36 0.21 0.00 0.00 0.00 0.00 15:27:52 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:23:01 eth0 0.28 0.18 0.30 0.01 0.00 0.00 0.00 0.00 15:27:52 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:24:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 15:27:52 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:25:02 veth5f20813 3.09 2.96 0.37 2.63 0.00 0.00 0.00 0.00 15:27:52 15:25:02 eth0 424.46 355.72 4079.78 33.82 0.00 0.00 0.00 0.00 15:27:52 15:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:25:02 docker0 3.09 2.86 0.33 2.62 0.00 0.00 0.00 0.00 15:27:52 15:26:01 eth0 413.39 344.86 3459.90 85.15 0.00 0.00 0.00 0.00 15:27:52 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:26:01 docker0 36.18 38.93 3.20 202.25 0.00 0.00 0.00 0.00 15:27:52 15:27:01 vethff7c6ea 1.64 1.26 0.26 0.21 0.00 0.00 0.00 0.00 15:27:52 15:27:01 eth0 93.99 70.59 259.22 64.05 0.00 0.00 0.00 0.00 15:27:52 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 15:27:01 docker0 21.01 39.74 1.34 201.90 0.00 0.00 0.00 0.00 15:27:52 Average: vethff7c6ea 0.15 0.12 0.02 0.02 0.00 0.00 0.00 0.00 15:27:52 Average: eth0 99.01 81.96 766.85 22.67 0.00 0.00 0.00 0.00 15:27:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:27:52 Average: docker0 5.64 7.53 0.47 37.21 0.00 0.00 0.00 0.00 15:27:52 15:27:52 15:27:52 ---> sar -P ALL: 15:27:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 15:27:52 15:27:52 15:14:53 LINUX RESTART (4 CPU) 15:27:52 15:27:52 15:16:02 CPU %user %nice %system %iowait %steal %idle 15:27:52 15:17:01 all 4.48 0.00 3.30 1.14 22.37 68.70 15:27:52 15:17:01 0 4.05 0.00 3.25 1.26 25.51 65.94 15:27:52 15:17:01 1 5.65 0.00 3.32 1.05 21.22 68.76 15:27:52 15:17:01 2 4.44 0.00 3.22 0.60 21.37 70.36 15:27:52 15:17:01 3 3.80 0.00 3.40 1.66 21.26 69.87 15:27:52 15:18:02 all 0.10 0.00 0.05 0.02 0.65 99.18 15:27:52 15:18:02 0 0.03 0.00 0.05 0.00 0.48 99.44 15:27:52 15:18:02 1 0.27 0.00 0.07 0.07 0.58 99.02 15:27:52 15:18:02 2 0.08 0.00 0.07 0.00 0.94 98.91 15:27:52 15:18:02 3 0.03 0.00 0.02 0.00 0.60 99.35 15:27:52 15:19:01 all 0.08 0.00 0.23 0.00 1.79 97.90 15:27:52 15:19:01 0 0.05 0.00 0.18 0.00 1.56 98.21 15:27:52 15:19:01 1 0.02 0.00 0.07 0.00 1.64 98.28 15:27:52 15:19:01 2 0.10 0.00 0.10 0.00 2.70 97.10 15:27:52 15:19:01 3 0.15 0.00 0.56 0.00 1.26 98.03 15:27:52 15:20:01 all 0.07 0.00 0.07 0.00 1.04 98.81 15:27:52 15:20:01 0 0.10 0.00 0.08 0.00 0.91 98.91 15:27:52 15:20:01 1 0.07 0.00 0.10 0.00 1.71 98.13 15:27:52 15:20:01 2 0.12 0.00 0.08 0.00 0.81 98.99 15:27:52 15:20:01 3 0.00 0.00 0.03 0.00 0.74 99.22 15:27:52 15:21:01 all 0.09 0.00 0.11 0.00 0.92 98.88 15:27:52 15:21:01 0 0.02 0.00 0.03 0.00 0.61 99.34 15:27:52 15:21:01 1 0.02 0.00 0.25 0.00 0.73 99.01 15:27:52 15:21:01 2 0.28 0.00 0.07 0.00 1.82 97.83 15:27:52 15:21:01 3 0.03 0.00 0.10 0.00 0.50 99.37 15:27:52 15:22:01 all 0.09 0.00 0.10 0.00 0.98 98.83 15:27:52 15:22:01 0 0.03 0.00 0.03 0.00 0.50 99.44 15:27:52 15:22:01 1 0.12 0.00 0.08 0.00 0.50 99.30 15:27:52 15:22:01 2 0.16 0.00 0.25 0.00 1.58 98.00 15:27:52 15:22:01 3 0.03 0.00 0.03 0.00 1.33 98.60 15:27:52 15:23:01 all 0.05 0.00 0.03 0.00 0.78 99.13 15:27:52 15:23:01 0 0.00 0.00 0.02 0.00 0.37 99.62 15:27:52 15:23:01 1 0.03 0.00 0.03 0.00 1.14 98.80 15:27:52 15:23:01 2 0.15 0.00 0.03 0.00 1.32 98.50 15:27:52 15:23:01 3 0.03 0.00 0.03 0.00 0.30 99.63 15:27:52 15:24:01 all 0.09 0.00 0.02 0.00 0.46 99.44 15:27:52 15:24:01 0 0.02 0.00 0.00 0.00 0.12 99.87 15:27:52 15:24:01 1 0.12 0.00 0.03 0.00 0.78 99.07 15:27:52 15:24:01 2 0.20 0.00 0.03 0.00 0.60 99.17 15:27:52 15:24:01 3 0.02 0.00 0.02 0.00 0.33 99.63 15:27:52 15:25:02 all 5.30 0.00 4.94 1.26 16.26 72.24 15:27:52 15:25:02 0 4.95 0.00 5.03 0.64 16.83 72.55 15:27:52 15:25:02 1 5.11 0.00 4.99 1.74 16.00 72.17 15:27:52 15:25:02 2 5.92 0.00 5.10 1.43 15.93 71.62 15:27:52 15:25:02 3 5.25 0.00 4.63 1.22 16.29 72.62 15:27:52 15:26:01 all 4.83 0.00 4.64 1.52 16.66 72.35 15:27:52 15:26:01 0 4.99 0.00 4.98 1.11 17.24 71.67 15:27:52 15:26:01 1 5.12 0.00 4.13 1.87 16.62 72.26 15:27:52 15:26:01 2 4.98 0.00 5.26 1.92 17.20 70.65 15:27:52 15:26:01 3 4.22 0.00 4.19 1.17 15.61 74.81 15:27:52 15:27:01 all 5.22 0.00 6.68 1.65 18.93 67.52 15:27:52 15:27:01 0 4.24 0.00 6.13 1.29 19.79 68.56 15:27:52 15:27:01 1 3.82 0.00 7.32 1.14 18.49 69.24 15:27:52 15:27:01 2 8.43 0.00 5.92 3.10 18.87 63.68 15:27:52 15:27:01 3 4.45 0.00 7.37 1.08 18.55 68.56 15:27:52 15:27:52 Average: CPU %user %nice %system %iowait %steal %idle 15:27:52 Average: all 1.88 0.00 1.86 0.51 7.47 88.28 15:27:52 Average: 0 1.71 0.00 1.83 0.40 7.84 88.22 15:27:52 Average: 1 1.87 0.00 1.88 0.54 7.33 88.37 15:27:52 Average: 2 2.28 0.00 1.84 0.65 7.63 87.60 15:27:52 Average: 3 1.66 0.00 1.88 0.47 7.08 88.91 15:27:52 15:27:52 15:27:52