Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 969908695d9457bace8f724c7874c2a817cac062 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4520 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 Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 Commit message: "Merge pull request #199 from lenny-intel/secure-bus" > git rev-list --no-walk 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:16:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:16:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:16:53 ========================================================= 17:16:53 EdgeX Global Pipelines Version Info 17:16:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:16:55 ------------------- 17:16:55 stable info: 17:16:55 ------------------- 17:16:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:16:55 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:16:55 Message: update stable to v1.0.192 17:16:55 ------------------- 17:16:55 experimental info: 17:16:55 ------------------- 17:16:55 Commited By: **** collab-it+edgex@linuxfoundation.org 17:16:55 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:16:55 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:16:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] echo 17:16:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9699086 [Pipeline] echo 17:16:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:16:57 provisioning config files... 17:16:57 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6878502708946169835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:16:57 ---> docker-login.sh 17:16:57 nexus3.edgexfoundry.org:10001 17:16:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:58 Configure a credential helper to remove this warning. See 17:16:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:58 17:16:58 Login Succeeded 17:16:58 nexus3.edgexfoundry.org:10002 17:16:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:58 Configure a credential helper to remove this warning. See 17:16:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:58 17:16:58 Login Succeeded 17:16:58 nexus3.edgexfoundry.org:10003 17:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:59 Configure a credential helper to remove this warning. See 17:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:59 17:16:59 Login Succeeded 17:16:59 nexus3.edgexfoundry.org:10004 17:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:59 Configure a credential helper to remove this warning. See 17:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:59 17:16:59 Login Succeeded 17:16:59 docker.io 17:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:59 Configure a credential helper to remove this warning. See 17:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:59 17:16:59 Login Succeeded 17:16:59 ---> docker-login.sh ends [Pipeline] } 17:16:59 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 17:17:00 + git log --format=format:%s -1 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] echo 17:17:00 GIT_COMMIT: 969908695d9457bace8f724c7874c2a817cac062, Commit Message: Merge pull request #199 from lenny-intel/secure-bus [Pipeline] echo 17:17:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:17:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:00 17:17:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:17:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:01 latest: Pulling from edgex-devops/git-semver 17:17:01 31603596830f: Pulling fs layer 17:17:01 54011a49482f: Pulling fs layer 17:17:01 a6820b24f6d8: Pulling fs layer 17:17:01 f581987b2513: Pulling fs layer 17:17:01 f581987b2513: Waiting 17:17:01 54011a49482f: Verifying Checksum 17:17:01 54011a49482f: Download complete 17:17:01 31603596830f: Verifying Checksum 17:17:01 31603596830f: Download complete 17:17:01 f581987b2513: Verifying Checksum 17:17:01 f581987b2513: Download complete 17:17:01 a6820b24f6d8: Verifying Checksum 17:17:01 a6820b24f6d8: Download complete 17:17:02 31603596830f: Pull complete 17:17:02 54011a49482f: Pull complete 17:17:03 a6820b24f6d8: Pull complete 17:17:04 f581987b2513: Pull complete 17:17:04 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:17:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:17:04 prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container 17:17:04 $ 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 17:17:06 $ docker top 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:17:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:17:06 [ssh-agent] Looking for ssh-agent implementation... 17:17:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:17:07 $ docker exec 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d ssh-agent 17:17:07 SSH_AUTH_SOCK=/tmp/ssh-7bneMmirU5wr/agent.11 17:17:07 SSH_AGENT_PID=17 17:17:07 Running ssh-add (command line suppressed) 17:17:07 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6973470841449263986.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6973470841449263986.key) 17:17:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:17:07 + git tag --points-at HEAD [Pipeline] } 17:17:07 $ docker exec --env ******** --env ******** 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d ssh-agent -k 17:17:08 unset SSH_AUTH_SOCK; 17:17:08 unset SSH_AGENT_PID; 17:17:08 echo Agent pid 17 killed; 17:17:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:17:08 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.3.2-dev.13' [Pipeline] sshagent 17:17:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:17:08 [ssh-agent] Looking for ssh-agent implementation... 17:17:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:17:08 $ docker exec 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d ssh-agent 17:17:08 SSH_AUTH_SOCK=/tmp/ssh-cWavY4Zw1L3Y/agent.46 17:17:08 SSH_AGENT_PID=51 17:17:08 Running ssh-add (command line suppressed) 17:17:09 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_729274355864354104.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_729274355864354104.key) 17:17:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:17:09 + git semver init 17:17:09 # -> Open(): unable to determine branch for HEAD 17:17:09 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 17:17:09 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 17:17:09 # $SEMVER_REMOTE_NAME = origin 17:17:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:17:09 # $SEMVER_USER_NAME = edgex-jenkins 17:17:09 # $SEMVER_BRANCH = master 17:17:09 # $SEMVER_TEMP = /tmp/semver-370785587 17:17:09 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 17:17:10 # '/tmp/semver-370785587' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 17:17:10 # -> Force: false 17:17:10 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 17:17:10 $ docker exec --env ******** --env ******** 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d ssh-agent -k 17:17:11 unset SSH_AUTH_SOCK; 17:17:11 unset SSH_AGENT_PID; 17:17:11 echo Agent pid 51 killed; 17:17:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:17:11 + git semver [Pipeline] } 17:17:11 $ docker stop --time=1 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d 17:17:12 $ docker rm -f 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d [Pipeline] // withDockerContainer [Pipeline] sh 17:17:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:17:13 Stashed 1 file(s) [Pipeline] echo 17:17:13 [edgeXSemver]: initialized semver on version 1.3.2-dev.14 [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 17:17:29 Still waiting to schedule task 17:17:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:17:29 Still waiting to schedule task 17:17:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:19:40 Running on prd-centos7-docker-4c-2g-4523 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 17:19:40 Running in /w/workspace/device-virtual-go/53 [Pipeline] { [Pipeline] checkout 17:19:43 using credential edgex-jenkins-ssh 17:19:43 Cloning the remote Git repository 17:19:43 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 17:19:43 > git init /w/workspace/device-virtual-go/53 # timeout=10 17:19:43 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:19:43 > git --version # timeout=10 17:19:43 > git --version # 'git version 2.24.3' 17:19:43 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:44 Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) 17:19:44 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:19:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:44 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:19:44 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:19:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:19:44 > git config core.sparsecheckout # timeout=10 17:19:44 > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 17:19:48 Commit message: "Merge pull request #199 from lenny-intel/secure-bus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:19:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:19:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:19:50 + true 17:19:50 + sudo service docker restart 17:19:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:19:51 provisioning config files... 17:19:51 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/53@tmp/config4777495933516133118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:19:51 ---> docker-login.sh 17:19:51 nexus3.edgexfoundry.org:10001 17:19:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:52 Configure a credential helper to remove this warning. See 17:19:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:52 17:19:52 Login Succeeded 17:19:52 nexus3.edgexfoundry.org:10002 17:19:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:52 Configure a credential helper to remove this warning. See 17:19:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:52 17:19:52 Login Succeeded 17:19:52 nexus3.edgexfoundry.org:10003 17:19:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:52 Configure a credential helper to remove this warning. See 17:19:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:52 17:19:52 Login Succeeded 17:19:52 nexus3.edgexfoundry.org:10004 17:19:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:52 Configure a credential helper to remove this warning. See 17:19:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:52 17:19:52 Login Succeeded 17:19:52 docker.io 17:19:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:52 Configure a credential helper to remove this warning. See 17:19:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:52 17:19:52 Login Succeeded 17:19:52 ---> docker-login.sh ends [Pipeline] } 17:19:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:19:53 ========================================================= 17:19:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:19:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:19:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 17:19:53 Sending build context to Docker daemon 8.57MB 17:19:53 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:19:53 Step 2/8 : FROM ${BASE} 17:19:53 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:19:53 540db60ca938: Pulling fs layer 17:19:53 adcc1eea9eea: Pulling fs layer 17:19:53 4c4ab2625f07: Pulling fs layer 17:19:53 0510c868ecb4: Pulling fs layer 17:19:53 afea3b2eda06: Pulling fs layer 17:19:53 7809a108b3ef: Pulling fs layer 17:19:53 f706445af74f: Pulling fs layer 17:19:53 afea3b2eda06: Waiting 17:19:53 7809a108b3ef: Waiting 17:19:53 f706445af74f: Waiting 17:19:53 0510c868ecb4: Waiting 17:19:53 4c4ab2625f07: Verifying Checksum 17:19:53 4c4ab2625f07: Download complete 17:19:53 adcc1eea9eea: Verifying Checksum 17:19:53 adcc1eea9eea: Download complete 17:19:53 afea3b2eda06: Verifying Checksum 17:19:53 afea3b2eda06: Download complete 17:19:53 7809a108b3ef: Verifying Checksum 17:19:53 7809a108b3ef: Download complete 17:19:53 540db60ca938: Verifying Checksum 17:19:53 540db60ca938: Download complete 17:19:53 540db60ca938: Pull complete 17:19:54 adcc1eea9eea: Pull complete 17:19:54 4c4ab2625f07: Pull complete 17:19:55 f706445af74f: Verifying Checksum 17:19:55 f706445af74f: Download complete 17:19:56 0510c868ecb4: Verifying Checksum 17:19:56 0510c868ecb4: Download complete 17:20:01 0510c868ecb4: Pull complete 17:20:01 afea3b2eda06: Pull complete 17:20:01 7809a108b3ef: Pull complete 17:20:07 f706445af74f: Pull complete 17:20:07 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 17:20:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:20:07 ---> b068be0155e3 17:20:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 17:20:07 ---> Running in a7041672fadc 17:20:07 Removing intermediate container a7041672fadc 17:20:07 ---> 0901aaec11c9 17:20:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:07 ---> Running in 9e33acb20ef0 17:20:08 Removing intermediate container 9e33acb20ef0 17:20:08 ---> 09fed61df4cc 17:20:08 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 17:20:08 ---> Running in d0000d69a895 17:20:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:20:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:20:10 (1/13) Installing libc-dev (0.7.2-r3) 17:20:10 (2/13) Installing libsodium (1.0.18-r0) 17:20:10 (3/13) Installing pkgconf (1.7.3-r0) 17:20:10 (4/13) Installing libsodium-dev (1.0.18-r0) 17:20:10 (5/13) Installing openssh-keygen (8.4_p1-r3) 17:20:10 (6/13) Installing libedit (20191231.3.1-r1) 17:20:10 (7/13) Installing openssh-client (8.4_p1-r3) 17:20:11 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 17:20:11 (9/13) Installing openssh-server-common (8.4_p1-r3) 17:20:11 (10/13) Installing openssh-server (8.4_p1-r3) 17:20:11 (11/13) Installing openssh (8.4_p1-r3) 17:20:11 (12/13) Installing libzmq (4.3.3-r1) 17:20:11 (13/13) Installing zeromq-dev (4.3.3-r1) 17:20:11 Executing busybox-1.32.1-r6.trigger 17:20:11 OK: 156 MiB in 53 packages 17:20:12 Removing intermediate container d0000d69a895 17:20:12 ---> 2a1a6c872ccb 17:20:12 Step 6/8 : WORKDIR /device-virtual-go 17:20:12 ---> Running in caf23d4fca5e 17:20:12 Removing intermediate container caf23d4fca5e 17:20:12 ---> e8914dc843b8 17:20:12 Step 7/8 : COPY . . 17:20:13 ---> 62243559ed53 17:20:13 Step 8/8 : RUN go mod download 17:20:13 ---> Running in 45300320716b 17:20:40 Removing intermediate container 45300320716b 17:20:40 ---> 875673244c77 17:20:40 Successfully built 875673244c77 17:20:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:20:40 + docker inspect -f . ci-base-image-x86_64 17:20:40 . [Pipeline] withDockerContainer 17:20:40 prd-centos7-docker-4c-2g-4523 does not seem to be running inside a container 17:20:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/53 -v /w/workspace/device-virtual-go/53:/w/workspace/device-virtual-go/53:rw,z -v /w/workspace/device-virtual-go/53@tmp:/w/workspace/device-virtual-go/53@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 17:20:41 $ docker top f850d97b5a7b3c10439cde52870d28e8d97956cd6ddd65f55b60ac46cea5ddc3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:20:42 + go version 17:20:42 go version go1.16.3 linux/amd64 [Pipeline] } 17:20:42 $ docker stop --time=1 f850d97b5a7b3c10439cde52870d28e8d97956cd6ddd65f55b60ac46cea5ddc3 17:20:43 $ docker rm -f f850d97b5a7b3c10439cde52870d28e8d97956cd6ddd65f55b60ac46cea5ddc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:20:44 + docker inspect -f . ci-base-image-x86_64 17:20:44 . [Pipeline] withDockerContainer 17:20:44 prd-centos7-docker-4c-2g-4523 does not seem to be running inside a container 17:20:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/53 -v /w/workspace/device-virtual-go/53:/w/workspace/device-virtual-go/53:rw,z -v /w/workspace/device-virtual-go/53@tmp:/w/workspace/device-virtual-go/53@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 17:20:45 $ docker top d9db989f6ddef48fea1f8a793009f3f8596baf7e26eafe2490577d80f7f9ee0d -eo pid,comm [Pipeline] { [Pipeline] sh 17:20:45 + go mod tidy [Pipeline] sh 17:20:46 + make test 17:20:46 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:20:47 ? github.com/edgexfoundry/device-virtual-go [no test files] 17:21:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4524 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 17:21:00 Running in /w/workspace/device-virtual-go/53 [Pipeline] { [Pipeline] checkout 17:21:06 using credential edgex-jenkins-ssh 17:21:06 Cloning the remote Git repository 17:21:06 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 17:21:06 > git init /w/workspace/device-virtual-go/53 # timeout=10 17:21:07 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:21:07 > git --version # timeout=10 17:21:07 > git --version # 'git version 2.17.1' 17:21:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:21:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:21:09 Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) 17:21:08 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:21:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:21:08 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:21:09 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:21:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:21:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:21:09 > git config core.sparsecheckout # timeout=10 17:21:09 > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 17:21:10 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 17:21:11 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.528s coverage: 63.8% of statements 17:21:11 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:21:14 Commit message: "Merge pull request #199 from lenny-intel/secure-bus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:21:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:21:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:21:16 + + sudo service docker restarttrue 17:21:16 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:21:19 provisioning config files... 17:21:19 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/53@tmp/config4510270900143429607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:21:19 ---> docker-login.sh 17:21:19 nexus3.edgexfoundry.org:10001 17:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:20 Configure a credential helper to remove this warning. See 17:21:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:20 17:21:20 Login Succeeded 17:21:20 nexus3.edgexfoundry.org:10002 17:21:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:21 Configure a credential helper to remove this warning. See 17:21:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:21 17:21:21 Login Succeeded 17:21:21 nexus3.edgexfoundry.org:10003 17:21:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:21 gofmt -l . 17:21:21 [ "`gofmt -l .`" = "" ] 17:21:21 ./bin/test-attribution-txt.sh 17:21:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:21 Configure a credential helper to remove this warning. See 17:21:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:21 17:21:21 Login Succeeded 17:21:21 nexus3.edgexfoundry.org:10004 17:21:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:22 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:21:22 $ docker stop --time=1 d9db989f6ddef48fea1f8a793009f3f8596baf7e26eafe2490577d80f7f9ee0d 17:21:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:22 Configure a credential helper to remove this warning. See 17:21:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:22 17:21:22 Login Succeeded 17:21:22 docker.io 17:21:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:23 Configure a credential helper to remove this warning. See 17:21:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:23 17:21:23 Login Succeeded 17:21:23 ---> docker-login.sh ends 17:21:24 $ docker rm -f d9db989f6ddef48fea1f8a793009f3f8596baf7e26eafe2490577d80f7f9ee0d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 17:21:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:21:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo 17:21:25 ========================================================= 17:21:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:21:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:21:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 17:21:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 17:21:25 Sending build context to Docker daemon 8.569MB 17:21:26 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:21:26 Step 2/8 : FROM ${BASE} 17:21:26 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:21:26 595b0fe564bb: Pulling fs layer 17:21:26 7186ed65a4f7: Pulling fs layer 17:21:26 316046926c0a: Pulling fs layer 17:21:26 4ebd0625c992: Pulling fs layer 17:21:26 207e8628e3a3: Pulling fs layer 17:21:26 c791037a9be2: Pulling fs layer 17:21:26 ffd874e62e21: Pulling fs layer 17:21:26 4ebd0625c992: Waiting 17:21:26 207e8628e3a3: Waiting 17:21:26 c791037a9be2: Waiting 17:21:26 ffd874e62e21: Waiting 17:21:26 316046926c0a: Verifying Checksum 17:21:26 316046926c0a: Download complete 17:21:26 7186ed65a4f7: Verifying Checksum 17:21:26 7186ed65a4f7: Download complete 17:21:26 207e8628e3a3: Verifying Checksum 17:21:26 207e8628e3a3: Download complete 17:21:26 595b0fe564bb: Verifying Checksum 17:21:26 595b0fe564bb: Download complete 17:21:26 c791037a9be2: Verifying Checksum 17:21:26 c791037a9be2: Download complete [Pipeline] sh 17:21:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:21:26 + ls -al . 17:21:26 total 132 17:21:26 drwxrwxr-x. 7 jenkins jenkins 4096 May 11 17:21 . 17:21:26 drwxrwxr-x. 4 jenkins jenkins 30 May 11 17:19 .. 17:21:26 -rw-rw-r--. 1 jenkins jenkins 8153 May 11 17:19 Attribution.txt 17:21:26 drwxrwxr-x. 2 jenkins jenkins 64 May 11 17:19 bin 17:21:26 drwxrwxr-x. 3 jenkins jenkins 32 May 11 17:19 cmd 17:21:26 -rw-r--r--. 1 jenkins jenkins 47247 May 11 17:21 coverage.out 17:21:26 -rw-rw-r--. 1 jenkins jenkins 1905 May 11 17:19 Dockerfile 17:21:26 -rw-rw-r--. 1 jenkins jenkins 998 May 11 17:19 Dockerfile.build 17:21:26 drwxrwxr-x. 8 jenkins jenkins 162 May 11 17:19 .git 17:21:26 drwxrwxr-x. 2 jenkins jenkins 103 May 11 17:19 .github 17:21:26 -rw-rw-r--. 1 jenkins jenkins 277 May 11 17:19 .gitignore 17:21:26 -rw-r--r--. 1 jenkins jenkins 809 May 11 17:21 go.mod 17:21:26 -rw-r--r--. 1 jenkins jenkins 23532 May 11 17:20 go.sum 17:21:26 drwxrwxr-x. 3 jenkins jenkins 20 May 11 17:19 internal 17:21:26 -rw-rw-r--. 1 jenkins jenkins 660 May 11 17:19 Jenkinsfile 17:21:26 -rw-rw-r--. 1 jenkins jenkins 11340 May 11 17:19 LICENSE 17:21:26 -rw-rw-r--. 1 jenkins jenkins 901 May 11 17:19 Makefile 17:21:26 -rw-rw-r--. 1 jenkins jenkins 2745 May 11 17:19 README.md 17:21:26 -rw-rw-r--. 1 jenkins jenkins 12 May 11 17:17 VERSION 17:21:26 -rw-rw-r--. 1 jenkins jenkins 235 May 11 17:19 version.go [Pipeline] isUnix [Pipeline] sh 17:21:27 595b0fe564bb: Pull complete 17:21:27 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=969908695d9457bace8f724c7874c2a817cac062 --label arch=amd64 --label version=1.3.2-dev.14 . 17:21:27 Sending build context to Docker daemon 8.643MB 17:21:27 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 17:21:27 Step 2/25 : FROM ${BASE} AS builder 17:21:27 ---> 875673244c77 17:21:27 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 17:21:27 7186ed65a4f7: Pull complete 17:21:27 ---> Running in e224d19bdf8a 17:21:27 Removing intermediate container e224d19bdf8a 17:21:27 ---> 8ac3098fe19b 17:21:27 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 17:21:27 ffd874e62e21: Verifying Checksum 17:21:27 ffd874e62e21: Download complete 17:21:27 316046926c0a: Pull complete 17:21:28 ---> Running in b47e458327ec 17:21:28 Removing intermediate container b47e458327ec 17:21:28 ---> 459ea0472500 17:21:28 Step 5/25 : WORKDIR /device-virtual-go 17:21:28 ---> Running in 14e56de6f005 17:21:28 Removing intermediate container 14e56de6f005 17:21:28 ---> 70b61abfb77f 17:21:28 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:28 ---> Running in 03e44ead635a 17:21:29 4ebd0625c992: Verifying Checksum 17:21:29 4ebd0625c992: Download complete 17:21:29 Removing intermediate container 03e44ead635a 17:21:29 ---> 96d0323fade1 17:21:29 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:21:29 ---> Running in e670c6b65b3e 17:21:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:21:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:21:31 OK: 156 MiB in 53 packages 17:21:32 Removing intermediate container e670c6b65b3e 17:21:32 ---> 20040dec230d 17:21:32 Step 8/25 : COPY . . 17:21:32 ---> 76016b225946 17:21:32 Step 9/25 : RUN go mod download 17:21:32 ---> Running in c789ffbe8653 17:21:33 Removing intermediate container c789ffbe8653 17:21:33 ---> 68df825604d7 17:21:33 Step 10/25 : ARG MAKE='make build' 17:21:33 ---> Running in db5c9af30b25 17:21:33 Removing intermediate container db5c9af30b25 17:21:33 ---> 05b8d9438c59 17:21:33 Step 11/25 : RUN $MAKE 17:21:33 ---> Running in 647cab2feed4 17:21:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.14" -o cmd/device-virtual ./cmd 17:21:39 4ebd0625c992: Pull complete 17:21:39 207e8628e3a3: Pull complete 17:21:40 c791037a9be2: Pull complete 17:21:44 ffd874e62e21: Pull complete 17:21:44 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 17:21:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:21:44 ---> cfc18b08335c 17:21:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 17:21:47 ---> Running in 03d121dc9059 17:21:47 Removing intermediate container 03d121dc9059 17:21:47 ---> 84ca5eef8fac 17:21:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:47 ---> Running in 8e75443d38bf 17:21:49 Removing intermediate container 8e75443d38bf 17:21:49 ---> 58b97bbf714c 17:21:49 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 17:21:49 ---> Running in 00f96367d36a 17:21:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:21:52 (1/13) Installing libc-dev (0.7.2-r3) 17:21:52 CGO_ENABLED=1 GO111MODULE=on go build ./... 17:21:52 (2/13) Installing libsodium (1.0.18-r0) 17:21:52 (3/13) Installing pkgconf (1.7.3-r0) 17:21:52 (4/13) Installing libsodium-dev (1.0.18-r0) 17:21:53 (5/13) Installing openssh-keygen (8.4_p1-r3) 17:21:53 (6/13) Installing libedit (20191231.3.1-r1) 17:21:53 (7/13) Installing openssh-client (8.4_p1-r3) 17:21:53 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 17:21:53 (9/13) Installing openssh-server-common (8.4_p1-r3) 17:21:53 (10/13) Installing openssh-server (8.4_p1-r3) 17:21:53 (11/13) Installing openssh (8.4_p1-r3) 17:21:53 (12/13) Installing libzmq (4.3.3-r1) 17:21:53 (13/13) Installing zeromq-dev (4.3.3-r1) 17:21:54 Executing busybox-1.32.1-r6.trigger 17:21:54 OK: 145 MiB in 53 packages 17:21:55 Removing intermediate container 00f96367d36a 17:21:55 ---> 902ac8df9617 17:21:55 Step 6/8 : WORKDIR /device-virtual-go 17:21:55 ---> Running in 141150b65ed5 17:21:56 Removing intermediate container 141150b65ed5 17:21:56 ---> fe060b88f6e1 17:21:56 Step 7/8 : COPY . . 17:21:56 Removing intermediate container 647cab2feed4 17:21:56 ---> 90eff8e42c58 17:21:56 Step 12/25 : FROM alpine:3.12 17:21:57 3.12: Pulling from library/alpine 17:21:57 339de151aab4: Pulling fs layer 17:21:57 339de151aab4: Verifying Checksum 17:21:57 339de151aab4: Download complete 17:21:57 ---> 792f6079549d 17:21:57 Step 8/8 : RUN go mod download 17:21:57 ---> Running in c34c272645e3 17:21:57 339de151aab4: Pull complete 17:21:57 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:21:57 Status: Downloaded newer image for alpine:3.12 17:21:57 ---> 13621d1b12d4 17:21:57 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 17:21:57 ---> Running in 377129a56943 17:21:57 Removing intermediate container 377129a56943 17:21:57 ---> d1b027c911d5 17:21:57 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:57 ---> Running in dcc9ff2bee45 17:21:59 Removing intermediate container dcc9ff2bee45 17:21:59 ---> 9c8a8136660c 17:21:59 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 17:21:59 ---> Running in 9d7b82a37a83 17:21:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:22:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:22:00 (1/6) Installing dumb-init (1.2.2-r1) 17:22:00 (2/6) Installing libgcc (9.3.0-r2) 17:22:01 (3/6) Installing libsodium (1.0.18-r0) 17:22:01 (4/6) Installing libstdc++ (9.3.0-r2) 17:22:02 (5/6) Installing libzmq (4.3.3-r0) 17:22:02 (6/6) Installing zeromq (4.3.3-r0) 17:22:02 Executing busybox-1.31.1-r20.trigger 17:22:02 OK: 8 MiB in 20 packages 17:22:02 Removing intermediate container 9d7b82a37a83 17:22:02 ---> c5bfea6bed5a 17:22:02 Step 16/25 : WORKDIR / 17:22:02 ---> Running in f78ad76dd7c7 17:22:02 Removing intermediate container f78ad76dd7c7 17:22:02 ---> bd3fac06cff2 17:22:02 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 17:22:03 ---> 8be8e4165c35 17:22:03 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 17:22:03 ---> c5455bb96ab9 17:22:03 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 17:22:04 ---> 76c5ce265b34 17:22:04 Step 20/25 : EXPOSE 49990 17:22:04 ---> Running in 595dfb71f137 17:22:04 Removing intermediate container 595dfb71f137 17:22:04 ---> 327c30b977d5 17:22:04 Step 21/25 : ENTRYPOINT ["/device-virtual"] 17:22:04 ---> Running in a55c22e7e3ff 17:22:04 Removing intermediate container a55c22e7e3ff 17:22:04 ---> a3e2cc09aa7a 17:22:04 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:22:04 ---> Running in 62e583c69b09 17:22:04 Removing intermediate container 62e583c69b09 17:22:04 ---> 5a4fce635377 17:22:04 Step 23/25 : LABEL arch=amd64 17:22:05 ---> Running in 846fe8646ae1 17:22:05 Removing intermediate container 846fe8646ae1 17:22:05 ---> 40521af04a5f 17:22:05 Step 24/25 : LABEL git_sha=969908695d9457bace8f724c7874c2a817cac062 17:22:05 ---> Running in 880970dbf058 17:22:05 Removing intermediate container 880970dbf058 17:22:05 ---> 211f63f9d324 17:22:05 Step 25/25 : LABEL version=1.3.2-dev.14 17:22:05 ---> Running in 1db78addc93f 17:22:05 Removing intermediate container 1db78addc93f 17:22:05 ---> e6a44b60a876 17:22:05 [Warning] One or more build-args [ARCH] were not consumed 17:22:05 Successfully built e6a44b60a876 17:22:05 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:22:05 provisioning config files... 17:22:06 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/53@tmp/config7229082989492119757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:06 ---> docker-login.sh 17:22:06 nexus3.edgexfoundry.org:10001 17:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:06 Configure a credential helper to remove this warning. See 17:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:06 17:22:06 Login Succeeded 17:22:06 nexus3.edgexfoundry.org:10002 17:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:06 Configure a credential helper to remove this warning. See 17:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:06 17:22:06 Login Succeeded 17:22:06 nexus3.edgexfoundry.org:10003 17:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:06 Configure a credential helper to remove this warning. See 17:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:06 17:22:06 Login Succeeded 17:22:06 nexus3.edgexfoundry.org:10004 17:22:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:07 Configure a credential helper to remove this warning. See 17:22:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:07 17:22:07 Login Succeeded 17:22:07 docker.io 17:22:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:07 Configure a credential helper to remove this warning. See 17:22:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:07 17:22:07 Login Succeeded 17:22:07 ---> docker-login.sh ends [Pipeline] } 17:22:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:22:07 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 17:22:07 969908695d9457bace8f724c7874c2a817cac062 17:22:07 latest 17:22:07 1.3.2-dev.14 17:22:07 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 17:22:07 master 17:22:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:08 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh 17:22:08 + docker push nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062 17:22:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 17:22:08 c4c04a45b6bb: Preparing 17:22:08 90b440273868: Preparing 17:22:08 693e454ea9d3: Preparing 17:22:08 ffea65fcb478: Preparing 17:22:08 d06e41237a71: Preparing 17:22:08 32f366d666a5: Preparing 17:22:08 32f366d666a5: Waiting 17:22:08 d06e41237a71: Pushed 17:22:08 90b440273868: Pushed 17:22:08 693e454ea9d3: Pushed 17:22:08 32f366d666a5: Layer already exists 17:22:08 ffea65fcb478: Pushed 17:22:10 c4c04a45b6bb: Pushed 17:22:10 969908695d9457bace8f724c7874c2a817cac062: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] isUnix [Pipeline] sh 17:22:10 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] isUnix [Pipeline] sh 17:22:10 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 17:22:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 17:22:10 c4c04a45b6bb: Preparing 17:22:10 90b440273868: Preparing 17:22:10 693e454ea9d3: Preparing 17:22:10 ffea65fcb478: Preparing 17:22:10 d06e41237a71: Preparing 17:22:10 32f366d666a5: Preparing 17:22:10 32f366d666a5: Waiting 17:22:10 d06e41237a71: Layer already exists 17:22:10 c4c04a45b6bb: Layer already exists 17:22:10 ffea65fcb478: Layer already exists 17:22:10 693e454ea9d3: Layer already exists 17:22:10 90b440273868: Layer already exists 17:22:10 32f366d666a5: Layer already exists 17:22:10 latest: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] isUnix [Pipeline] sh 17:22:11 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh 17:22:11 + docker push nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 17:22:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 17:22:11 c4c04a45b6bb: Preparing 17:22:11 90b440273868: Preparing 17:22:11 693e454ea9d3: Preparing 17:22:11 ffea65fcb478: Preparing 17:22:11 d06e41237a71: Preparing 17:22:11 32f366d666a5: Preparing 17:22:11 32f366d666a5: Waiting 17:22:11 90b440273868: Layer already exists 17:22:11 ffea65fcb478: Layer already exists 17:22:11 693e454ea9d3: Layer already exists 17:22:11 d06e41237a71: Layer already exists 17:22:11 c4c04a45b6bb: Layer already exists 17:22:11 32f366d666a5: Layer already exists 17:22:11 1.3.2-dev.14: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] isUnix [Pipeline] sh 17:22:11 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh 17:22:12 + docker push nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 17:22:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 17:22:12 c4c04a45b6bb: Preparing 17:22:12 90b440273868: Preparing 17:22:12 693e454ea9d3: Preparing 17:22:12 ffea65fcb478: Preparing 17:22:12 d06e41237a71: Preparing 17:22:12 32f366d666a5: Preparing 17:22:12 32f366d666a5: Waiting 17:22:12 d06e41237a71: Layer already exists 17:22:12 90b440273868: Layer already exists 17:22:12 c4c04a45b6bb: Layer already exists 17:22:12 ffea65fcb478: Layer already exists 17:22:12 693e454ea9d3: Layer already exists 17:22:12 32f366d666a5: Layer already exists 17:22:12 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] isUnix [Pipeline] sh 17:22:12 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:master [Pipeline] isUnix [Pipeline] sh 17:22:12 + docker push nexus3.edgexfoundry.org:10004/device-virtual:master 17:22:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 17:22:12 c4c04a45b6bb: Preparing 17:22:12 90b440273868: Preparing 17:22:12 693e454ea9d3: Preparing 17:22:12 ffea65fcb478: Preparing 17:22:12 d06e41237a71: Preparing 17:22:12 32f366d666a5: Preparing 17:22:12 32f366d666a5: Waiting 17:22:12 693e454ea9d3: Layer already exists 17:22:12 c4c04a45b6bb: Layer already exists 17:22:12 ffea65fcb478: Layer already exists 17:22:12 90b440273868: Layer already exists 17:22:12 d06e41237a71: Layer already exists 17:22:12 32f366d666a5: Layer already exists 17:22:12 master: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:22:12 ===================================================== [Pipeline] echo 17:22:12 taggedImages: 17:22:12 - nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062 17:22:12 - nexus3.edgexfoundry.org:10004/device-virtual:latest 17:22:12 - nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 17:22:12 - nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 17:22:12 - nexus3.edgexfoundry.org:10004/device-virtual:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:22:13 ---> job-cost.sh 17:22:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5Wn2 17:22:24 Removing intermediate container c34c272645e3 17:22:24 ---> 2b1b459680c3 17:22:24 Successfully built 2b1b459680c3 17:22:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:22:24 + docker inspect -f . ci-base-image-arm64 17:22:24 . [Pipeline] withDockerContainer 17:22:25 prd-ubuntu18.04-docker-arm64-4c-16g-4524 does not seem to be running inside a container 17:22:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/53 -v /w/workspace/device-virtual-go/53:/w/workspace/device-virtual-go/53:rw,z -v /w/workspace/device-virtual-go/53@tmp:/w/workspace/device-virtual-go/53@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 17:22:26 $ docker top 526fcca20c65dc2e7df847f64e224f82bda93065aebc9ea0e01e2a4e9c142b07 -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:27 + go version 17:22:27 go version go1.16.3 linux/arm64 [Pipeline] } 17:22:27 $ docker stop --time=1 526fcca20c65dc2e7df847f64e224f82bda93065aebc9ea0e01e2a4e9c142b07 17:22:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:22:29 $ docker rm -f 526fcca20c65dc2e7df847f64e224f82bda93065aebc9ea0e01e2a4e9c142b07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:29 + docker inspect -f . ci-base-image-arm64 17:22:29 . [Pipeline] withDockerContainer 17:22:30 prd-ubuntu18.04-docker-arm64-4c-16g-4524 does not seem to be running inside a container 17:22:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/53 -v /w/workspace/device-virtual-go/53:/w/workspace/device-virtual-go/53:rw,z -v /w/workspace/device-virtual-go/53@tmp:/w/workspace/device-virtual-go/53@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 17:22:31 $ docker top 22579b494138dfe5ec473c936b3e1d0d1c607981de078bec67952cfaa2409cc4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:32 + go mod tidy [Pipeline] sh 17:22:33 + make test 17:22:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:22:34 ? github.com/edgexfoundry/device-virtual-go [no test files] 17:22:55 lf-activate-venv(): INFO: Adding /tmp/venv-5Wn2/bin to PATH 17:22:55 INFO: No Stack... 17:22:55 INFO: Retrieving Pricing Info for: v1-standard-2 17:22:56 INFO: Archiving Costs [Pipeline] sh 17:22:56 + cat /w/workspace/device-virtual-go/53/archives/cost.csv 17:22:56 + cut -d, -f6 [Pipeline] lock 17:22:56 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] 17:22:56 Resource [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] did not exist. Created. 17:22:56 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:22:57 + echo total: 0.029999999329447746 [Pipeline] stash 17:22:57 Stashed 1 file(s) [Pipeline] } 17:22:57 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:23:43 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 17:23:43 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.650s coverage: 63.8% of statements 17:23:43 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:24:09 gofmt -l . 17:24:09 [ "`gofmt -l .`" = "" ] 17:24:09 ./bin/test-attribution-txt.sh 17:24:09 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:24:09 $ docker stop --time=1 22579b494138dfe5ec473c936b3e1d0d1c607981de078bec67952cfaa2409cc4 17:24:11 $ docker rm -f 22579b494138dfe5ec473c936b3e1d0d1c607981de078bec67952cfaa2409cc4 [Pipeline] // withDockerContainer [Pipeline] sh 17:24:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:12 Warning: overwriting stash ‘coverage-report’ 17:24:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:24:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:24:14 + ls -al . 17:24:14 total 156 17:24:14 drwxrwxr-x 7 jenkins jenkins 4096 May 11 17:24 . 17:24:14 drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:21 .. 17:24:14 drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:21 .git 17:24:14 drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:21 .github 17:24:14 -rw-rw-r-- 1 jenkins jenkins 277 May 11 17:21 .gitignore 17:24:14 -rw-rw-r-- 1 jenkins jenkins 8153 May 11 17:21 Attribution.txt 17:24:14 -rw-rw-r-- 1 jenkins jenkins 1905 May 11 17:21 Dockerfile 17:24:14 -rw-rw-r-- 1 jenkins jenkins 998 May 11 17:21 Dockerfile.build 17:24:14 -rw-rw-r-- 1 jenkins jenkins 660 May 11 17:21 Jenkinsfile 17:24:14 -rw-rw-r-- 1 jenkins jenkins 11340 May 11 17:21 LICENSE 17:24:14 -rw-rw-r-- 1 jenkins jenkins 901 May 11 17:21 Makefile 17:24:14 -rw-rw-r-- 1 jenkins jenkins 2745 May 11 17:21 README.md 17:24:14 -rw-rw-r-- 1 jenkins jenkins 12 May 11 17:17 VERSION 17:24:14 drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:21 bin 17:24:14 drwxrwxr-x 3 jenkins jenkins 4096 May 11 17:21 cmd 17:24:14 -rw-r--r-- 1 jenkins jenkins 47247 May 11 17:23 coverage.out 17:24:14 -rw-r--r-- 1 jenkins jenkins 809 May 11 17:24 go.mod 17:24:14 -rw-r--r-- 1 jenkins jenkins 23532 May 11 17:22 go.sum 17:24:14 drwxrwxr-x 3 jenkins jenkins 4096 May 11 17:21 internal 17:24:14 -rw-rw-r-- 1 jenkins jenkins 235 May 11 17:21 version.go [Pipeline] isUnix [Pipeline] sh 17:24:14 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=969908695d9457bace8f724c7874c2a817cac062 --label arch=arm64 --label version=1.3.2-dev.14 . 17:24:15 Sending build context to Docker daemon 8.642MB 17:24:15 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 17:24:15 Step 2/25 : FROM ${BASE} AS builder 17:24:15 ---> 2b1b459680c3 17:24:15 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 17:24:15 ---> Running in d8b0aaa1d251 17:24:16 Removing intermediate container d8b0aaa1d251 17:24:16 ---> 8452341ddb44 17:24:16 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 17:24:16 ---> Running in 3d966ccc14c0 17:24:17 Removing intermediate container 3d966ccc14c0 17:24:17 ---> 930aeb5d5f48 17:24:17 Step 5/25 : WORKDIR /device-virtual-go 17:24:17 ---> Running in 506df5eb66fa 17:24:17 Removing intermediate container 506df5eb66fa 17:24:17 ---> 523d1cb38aa6 17:24:17 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:17 ---> Running in ce728b7da8a0 17:24:19 Removing intermediate container ce728b7da8a0 17:24:19 ---> 9790147ac33c 17:24:19 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:24:19 ---> Running in fe9735b2fc6e 17:24:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:24:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:24:22 OK: 145 MiB in 53 packages 17:24:23 Removing intermediate container fe9735b2fc6e 17:24:23 ---> ca6c74006a06 17:24:23 Step 8/25 : COPY . . 17:24:25 ---> b034e245fd6c 17:24:25 Step 9/25 : RUN go mod download 17:24:25 ---> Running in c76abc310268 17:24:27 Removing intermediate container c76abc310268 17:24:27 ---> 7c2497f92d25 17:24:27 Step 10/25 : ARG MAKE='make build' 17:24:27 ---> Running in 1cc2bb004f91 17:24:28 Removing intermediate container 1cc2bb004f91 17:24:28 ---> 2aa2a9b13a68 17:24:28 Step 11/25 : RUN $MAKE 17:24:28 ---> Running in 01586fc5583a 17:24:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.14" -o cmd/device-virtual ./cmd 17:25:16 CGO_ENABLED=1 GO111MODULE=on go build ./... 17:25:26 Removing intermediate container 01586fc5583a 17:25:26 ---> 7fee7364b670 17:25:26 Step 12/25 : FROM alpine:3.12 17:25:26 3.12: Pulling from library/alpine 17:25:26 d2f70382dc9a: Pulling fs layer 17:25:26 d2f70382dc9a: Verifying Checksum 17:25:26 d2f70382dc9a: Download complete 17:25:27 d2f70382dc9a: Pull complete 17:25:27 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:25:27 Status: Downloaded newer image for alpine:3.12 17:25:27 ---> 9852663dfa18 17:25:27 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 17:25:27 ---> Running in bee7f7b8fe30 17:25:27 Removing intermediate container bee7f7b8fe30 17:25:27 ---> 5da5a02395cd 17:25:27 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:28 ---> Running in f43b25fbddf9 17:25:30 Removing intermediate container f43b25fbddf9 17:25:30 ---> a1c9904bea20 17:25:30 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 17:25:30 ---> Running in 37e020a19de6 17:25:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:25:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:25:32 (1/6) Installing dumb-init (1.2.2-r1) 17:25:32 (2/6) Installing libgcc (9.3.0-r2) 17:25:33 (3/6) Installing libsodium (1.0.18-r0) 17:25:33 (4/6) Installing libstdc++ (9.3.0-r2) 17:25:33 (5/6) Installing libzmq (4.3.3-r0) 17:25:33 (6/6) Installing zeromq (4.3.3-r0) 17:25:33 Executing busybox-1.31.1-r20.trigger 17:25:33 OK: 8 MiB in 20 packages 17:25:35 Removing intermediate container 37e020a19de6 17:25:35 ---> ee1a21b91567 17:25:35 Step 16/25 : WORKDIR / 17:25:35 ---> Running in f392c89e429b 17:25:35 Removing intermediate container f392c89e429b 17:25:35 ---> d8b4b0e8df31 17:25:35 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 17:25:36 ---> ac307a7a207a 17:25:36 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 17:25:36 ---> bc81a7fdda69 17:25:36 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 17:25:38 ---> 5fd1a569dfad 17:25:38 Step 20/25 : EXPOSE 49990 17:25:38 ---> Running in d15ecc5c9dbb 17:25:38 Removing intermediate container d15ecc5c9dbb 17:25:38 ---> 6f28a49e0908 17:25:38 Step 21/25 : ENTRYPOINT ["/device-virtual"] 17:25:39 ---> Running in 41ce896262bb 17:25:39 Removing intermediate container 41ce896262bb 17:25:39 ---> 955ee03989e2 17:25:39 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:39 ---> Running in 0541c40db64a 17:25:40 Removing intermediate container 0541c40db64a 17:25:40 ---> f946f9b84577 17:25:40 Step 23/25 : LABEL arch=arm64 17:25:40 ---> Running in 2982e8d45a87 17:25:40 Removing intermediate container 2982e8d45a87 17:25:40 ---> 02ea5d1f57d5 17:25:40 Step 24/25 : LABEL git_sha=969908695d9457bace8f724c7874c2a817cac062 17:25:40 ---> Running in 5467ce4c6a60 17:25:41 Removing intermediate container 5467ce4c6a60 17:25:41 ---> 039d695b0f9b 17:25:41 Step 25/25 : LABEL version=1.3.2-dev.14 17:25:41 ---> Running in 42f7456c89ee 17:25:42 Removing intermediate container 42f7456c89ee 17:25:42 ---> cc8c5970a5ec 17:25:42 [Warning] One or more build-args [ARCH] were not consumed 17:25:42 Successfully built cc8c5970a5ec 17:25:42 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:25:42 provisioning config files... 17:25:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/53@tmp/config3663889022036798049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:25:42 ---> docker-login.sh 17:25:42 nexus3.edgexfoundry.org:10001 17:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:43 Configure a credential helper to remove this warning. See 17:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:43 17:25:43 Login Succeeded 17:25:43 nexus3.edgexfoundry.org:10002 17:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:43 Configure a credential helper to remove this warning. See 17:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:43 17:25:43 Login Succeeded 17:25:43 nexus3.edgexfoundry.org:10003 17:25:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:44 Configure a credential helper to remove this warning. See 17:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:44 17:25:44 Login Succeeded 17:25:44 nexus3.edgexfoundry.org:10004 17:25:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:44 Configure a credential helper to remove this warning. See 17:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:44 17:25:44 Login Succeeded 17:25:44 docker.io 17:25:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:45 Configure a credential helper to remove this warning. See 17:25:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:45 17:25:45 Login Succeeded 17:25:45 ---> docker-login.sh ends [Pipeline] } 17:25:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:25:45 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 17:25:45 969908695d9457bace8f724c7874c2a817cac062 17:25:45 latest 17:25:45 1.3.2-dev.14 17:25:45 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 17:25:45 master 17:25:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:25:46 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh 17:25:46 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062 17:25:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 17:25:46 02d84ac387b4: Preparing 17:25:46 d9598841e9a4: Preparing 17:25:46 ede437039827: Preparing 17:25:46 064469c12a3f: Preparing 17:25:46 f1456a3ac249: Preparing 17:25:46 3fbe34a1663b: Preparing 17:25:46 3fbe34a1663b: Waiting 17:25:46 ede437039827: Pushed 17:25:47 f1456a3ac249: Pushed 17:25:47 d9598841e9a4: Pushed 17:25:47 3fbe34a1663b: Layer already exists 17:25:47 064469c12a3f: Pushed 17:25:50 02d84ac387b4: Pushed 17:25:50 969908695d9457bace8f724c7874c2a817cac062: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] isUnix [Pipeline] sh 17:25:50 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:25:51 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 17:25:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 17:25:51 02d84ac387b4: Preparing 17:25:51 d9598841e9a4: Preparing 17:25:51 ede437039827: Preparing 17:25:51 064469c12a3f: Preparing 17:25:51 f1456a3ac249: Preparing 17:25:51 3fbe34a1663b: Preparing 17:25:51 3fbe34a1663b: Waiting 17:25:51 f1456a3ac249: Layer already exists 17:25:51 d9598841e9a4: Layer already exists 17:25:51 ede437039827: Layer already exists 17:25:51 02d84ac387b4: Layer already exists 17:25:51 064469c12a3f: Layer already exists 17:25:51 3fbe34a1663b: Layer already exists 17:25:51 latest: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] isUnix [Pipeline] sh 17:25:51 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh 17:25:52 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 17:25:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 17:25:52 02d84ac387b4: Preparing 17:25:52 d9598841e9a4: Preparing 17:25:52 ede437039827: Preparing 17:25:52 064469c12a3f: Preparing 17:25:52 f1456a3ac249: Preparing 17:25:52 3fbe34a1663b: Preparing 17:25:52 3fbe34a1663b: Waiting 17:25:52 064469c12a3f: Layer already exists 17:25:52 ede437039827: Layer already exists 17:25:52 f1456a3ac249: Layer already exists 17:25:52 d9598841e9a4: Layer already exists 17:25:52 02d84ac387b4: Layer already exists 17:25:52 3fbe34a1663b: Layer already exists 17:25:52 1.3.2-dev.14: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] isUnix [Pipeline] sh 17:25:52 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh 17:25:53 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 17:25:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 17:25:53 02d84ac387b4: Preparing 17:25:53 d9598841e9a4: Preparing 17:25:53 ede437039827: Preparing 17:25:53 064469c12a3f: Preparing 17:25:53 f1456a3ac249: Preparing 17:25:53 3fbe34a1663b: Preparing 17:25:53 3fbe34a1663b: Waiting 17:25:53 f1456a3ac249: Layer already exists 17:25:53 02d84ac387b4: Layer already exists 17:25:53 d9598841e9a4: Layer already exists 17:25:53 ede437039827: Layer already exists 17:25:53 064469c12a3f: Layer already exists 17:25:53 3fbe34a1663b: Layer already exists 17:25:53 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] isUnix [Pipeline] sh 17:25:53 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:master [Pipeline] isUnix [Pipeline] sh 17:25:54 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:master 17:25:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 17:25:54 02d84ac387b4: Preparing 17:25:54 d9598841e9a4: Preparing 17:25:54 ede437039827: Preparing 17:25:54 064469c12a3f: Preparing 17:25:54 f1456a3ac249: Preparing 17:25:54 3fbe34a1663b: Preparing 17:25:54 3fbe34a1663b: Waiting 17:25:54 d9598841e9a4: Layer already exists 17:25:54 064469c12a3f: Layer already exists 17:25:54 f1456a3ac249: Layer already exists 17:25:54 ede437039827: Layer already exists 17:25:54 02d84ac387b4: Layer already exists 17:25:54 3fbe34a1663b: Layer already exists 17:25:55 master: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:25:55 ===================================================== [Pipeline] echo 17:25:55 taggedImages: 17:25:55 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062 17:25:55 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 17:25:55 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 17:25:55 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 17:25:55 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:25:55 ---> job-cost.sh 17:25:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4rH6 17:26:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:28:19 lf-activate-venv(): INFO: Adding /tmp/venv-4rH6/bin to PATH 17:28:19 INFO: No Stack... 17:28:19 INFO: Retrieving Pricing Info for: lf-standard-4 17:28:19 INFO: Archiving Costs [Pipeline] sh 17:28:19 + + cat /w/workspace/device-virtual-go/53/archives/cost.csv 17:28:19 cut -d, -f6 [Pipeline] lock 17:28:19 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] 17:28:19 Resource [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] did not exist. Created. 17:28:19 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:28:20 /w/workspace/device-virtual-go/53@tmp/durable-837b5d37/script.sh: 1: /w/workspace/device-virtual-go/53@tmp/durable-837b5d37/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:28:20 + echo total: 0.20999999344348907 [Pipeline] stash 17:28:20 Warning: overwriting stash ‘stack-cost’ 17:28:20 Stashed 1 file(s) [Pipeline] } 17:28:20 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:28:21 provisioning config files... 17:28:21 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6832584614671458695tmp [Pipeline] { [Pipeline] sh 17:28:21 + set +x 17:28:21 + curl -s https://codecov.io/bash 17:28:21 + bash -s -- 17:28:22 17:28:22 _____ _ 17:28:22 / ____| | | 17:28:22 | | ___ __| | ___ ___ _____ __ 17:28:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:28:22 | |___| (_) | (_| | __/ (_| (_) \ V / 17:28:22 \_____\___/ \__,_|\___|\___\___/ \_/ 17:28:22 Bash-1.0.2 17:28:22 17:28:22 17:28:22 ==> git version 2.24.3 found 17:28:22 ==> 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 17:28:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:28:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:28:22 ==> Jenkins CI detected. 17:28:22 project root: . 17:28:22 --> token set from env 17:28:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:28:22 ==> Running gcov in . (disable via -X gcov) 17:28:22 ==> Python coveragepy not found 17:28:22 ==> Searching for coverage reports in: 17:28:22 + . 17:28:22 -> Found 1 reports 17:28:22 ==> Detecting git/mercurial file structure 17:28:22 ==> Reading reports 17:28:22 + ./coverage.out bytes=47247 17:28:22 ==> Appending adjustments 17:28:22 https://docs.codecov.io/docs/fixing-reports 17:28:22 + Found adjustments 17:28:22 ==> Gzipping contents 17:28:22 8.0K /tmp/codecov.KlZ7Ho.gz 17:28:22 ==> Uploading reports 17:28:22 url: https://codecov.io 17:28:22 query: branch=master&commit=969908695d9457bace8f724c7874c2a817cac062&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F53%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:28:22 -> Pinging Codecov 17:28:22 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=969908695d9457bace8f724c7874c2a817cac062&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F53%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:28:23 -> Uploading to 17:28:23 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/5E52B4B073DB2E39498172D8E973AA87/969908695d9457bace8f724c7874c2a817cac062/78c7f3ab-2d96-4fa5-aa42-36d6234caac4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T172823Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45d8327b2dbf1cf90bbd87c64979ca2f2af38b51ce858fca045d7777b8822e79 17:28:23 % Total % Received % Xferd Average Speed Time Time Time Current 17:28:23 Dload Upload Total Spent Left Speed 17:28:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5742 0 0 100 5742 0 13472 --:--:-- --:--:-- --:--:-- 13510 17:28:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/969908695d9457bace8f724c7874c2a817cac062 [Pipeline] } 17:28:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:28:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:28:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:28:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:28:24 17:28:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:28:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:28:25 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:28:25 188c0c94c7c5: Pulling fs layer 17:28:25 0ef7d3d256c8: Pulling fs layer 17:28:25 de9db76c5a1d: Pulling fs layer 17:28:25 0eba1c9be4d2: Pulling fs layer 17:28:25 0d57e429df01: Pulling fs layer 17:28:25 4e4be7b47b0d: Pulling fs layer 17:28:25 e1f770b5df2f: Pulling fs layer 17:28:25 85a0685a4137: Pulling fs layer 17:28:25 0d57e429df01: Waiting 17:28:25 4e4be7b47b0d: Waiting 17:28:25 e1f770b5df2f: Waiting 17:28:25 85a0685a4137: Waiting 17:28:25 0eba1c9be4d2: Waiting 17:28:25 0ef7d3d256c8: Verifying Checksum 17:28:25 0ef7d3d256c8: Download complete 17:28:25 0d57e429df01: Download complete 17:28:26 4e4be7b47b0d: Verifying Checksum 17:28:26 4e4be7b47b0d: Download complete 17:28:26 188c0c94c7c5: Download complete 17:28:27 188c0c94c7c5: Pull complete 17:28:27 0ef7d3d256c8: Pull complete 17:28:27 de9db76c5a1d: Pull complete 17:28:28 e1f770b5df2f: Verifying Checksum 17:28:28 e1f770b5df2f: Download complete 17:28:31 0eba1c9be4d2: Verifying Checksum 17:28:31 0eba1c9be4d2: Download complete 17:28:31 85a0685a4137: Verifying Checksum 17:28:31 85a0685a4137: Download complete 17:28:38 0eba1c9be4d2: Pull complete 17:28:38 0d57e429df01: Pull complete 17:28:38 4e4be7b47b0d: Pull complete 17:28:39 e1f770b5df2f: Pull complete 17:28:48 85a0685a4137: Pull complete 17:28:48 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:28:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:28:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:28:48 prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container 17:28:48 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:28:49 $ docker top ee0558bf77aa3dc47be2f5ea8f292a5fafb82af886122fa4f085d81f65bab7ee -eo pid,comm [Pipeline] { [Pipeline] echo 17:28:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:28:50 + set -o pipefail 17:28:50 + snyk monitor '--org=edgex-jenkins' 17:29:02 17:29:02 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 17:29:02 17:29:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/19b37557-c5e5-4c2b-b18b-db9a23e4ca2e 17:29:02 17:29:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:29:02 17:29:02 [Pipeline] } 17:29:02 $ docker stop --time=1 ee0558bf77aa3dc47be2f5ea8f292a5fafb82af886122fa4f085d81f65bab7ee 17:29:05 $ docker rm -f ee0558bf77aa3dc47be2f5ea8f292a5fafb82af886122fa4f085d81f65bab7ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:29:07 + git log --format=format:%s -1 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh 17:29:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:07 . [Pipeline] withDockerContainer 17:29:07 prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container 17:29:07 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:29:08 $ docker top a5009c90d37ac19ef3ec7c987c38c2f43a475ea45bb29372a0eb700bf729e6c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:29:08 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.13' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:09 + git semver [Pipeline] } 17:29:09 $ docker stop --time=1 a5009c90d37ac19ef3ec7c987c38c2f43a475ea45bb29372a0eb700bf729e6c1 17:29:10 $ docker rm -f a5009c90d37ac19ef3ec7c987c38c2f43a475ea45bb29372a0eb700bf729e6c1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:29:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:29:11 17:29:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:29:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:29:11 0.23.1-centos7: Pulling from edgex-lftools 17:29:11 ab5ef0e58194: Pulling fs layer 17:29:11 9712f1f96733: Pulling fs layer 17:29:11 63f879dbbcfc: Pulling fs layer 17:29:11 0d9ebad4ef96: Pulling fs layer 17:29:11 e9a5061849ea: Pulling fs layer 17:29:11 d747dcd14b5f: Pulling fs layer 17:29:11 2de7ff778b66: Pulling fs layer 17:29:11 e9a5061849ea: Waiting 17:29:11 0d9ebad4ef96: Waiting 17:29:11 d747dcd14b5f: Waiting 17:29:11 2de7ff778b66: Waiting 17:29:11 9712f1f96733: Verifying Checksum 17:29:11 9712f1f96733: Download complete 17:29:13 63f879dbbcfc: Verifying Checksum 17:29:13 63f879dbbcfc: Download complete 17:29:14 e9a5061849ea: Download complete 17:29:14 d747dcd14b5f: Verifying Checksum 17:29:14 d747dcd14b5f: Download complete 17:29:14 2de7ff778b66: Verifying Checksum 17:29:14 2de7ff778b66: Download complete 17:29:15 0d9ebad4ef96: Verifying Checksum 17:29:15 0d9ebad4ef96: Download complete 17:29:15 ab5ef0e58194: Verifying Checksum 17:29:15 ab5ef0e58194: Download complete 17:29:22 ab5ef0e58194: Pull complete 17:29:22 9712f1f96733: Pull complete 17:29:25 63f879dbbcfc: Pull complete 17:29:35 0d9ebad4ef96: Pull complete 17:29:35 e9a5061849ea: Pull complete 17:29:35 d747dcd14b5f: Pull complete 17:29:39 2de7ff778b66: Pull complete 17:29:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:29:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:29:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:29:39 prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container 17:29:39 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:29:43 $ docker top 0608f7d38d791b311c23f00f963f4551c8602ffa2505056e097a47d9cbd216ca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:29:43 provisioning config files... 17:29:43 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5608751033291729396tmp 17:29:43 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config661536584376078881tmp 17:29:43 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6657168402352759014tmp [Pipeline] { [Pipeline] echo 17:29:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:29:44 ---> sigul-configuration.sh 17:29:44 gpg: directory `/root/.gnupg' created 17:29:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:29:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:29:44 gpg: keyring `/root/.gnupg/secring.gpg' created 17:29:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:29:44 gpg: CAST5 encrypted data 17:29:44 gpg: encrypted with 1 passphrase 17:29:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:29:44 + mkdir /home/jenkins 17:29:44 + mkdir /home/jenkins/sigul [Pipeline] sh 17:29:45 + 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 17:29:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:29:45 ---> sigul-install.sh 17:29:56 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:29:56 + git tag --list 17:29:56 v1.0.0 17:29:56 v1.1.0 17:29:56 v1.1.1 17:29:56 v1.2.1 17:29:56 v1.2.2 17:29:56 v1.2.3 17:29:56 v1.3.0 17:29:56 v1.3.1 17:29:56 v1.3.1-dev.1 17:29:56 v1.3.1-dev.2 17:29:56 v1.3.1-dev.3 17:29:56 v1.3.1-dev.4 17:29:56 v1.3.1-dev.5 17:29:56 v1.3.2-dev.1 17:29:56 v1.3.2-dev.10 17:29:56 v1.3.2-dev.11 17:29:56 v1.3.2-dev.12 17:29:56 v1.3.2-dev.13 17:29:56 v1.3.2-dev.2 17:29:56 v1.3.2-dev.3 17:29:56 v1.3.2-dev.4 17:29:56 v1.3.2-dev.5 17:29:56 v1.3.2-dev.6 17:29:56 v1.3.2-dev.7 17:29:56 v1.3.2-dev.8 17:29:56 v1.3.2-dev.9 [Pipeline] sh 17:29:57 + lftools sign git-tag v1.3.2-dev.14 17:29:59 Signing Git tag with Sigul... 17:29:59 Signing v1.3.2-dev.14 17:29:59 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v1.3.2-dev.14'], return code 1, stdout , stderr [Pipeline] echo 17:29:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:29:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:29:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:29:59 $ docker stop --time=1 0608f7d38d791b311c23f00f963f4551c8602ffa2505056e097a47d9cbd216ca 17:30:01 $ docker rm -f 0608f7d38d791b311c23f00f963f4551c8602ffa2505056e097a47d9cbd216ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:30:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:30:02 . [Pipeline] withDockerContainer 17:30:02 prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container 17:30:02 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:30:03 $ docker top 16ffa0428b04b6ffc25e639475e78914be244146b4b6ca8b13ff96df23cd4a44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:30:03 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.13' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:30:03 + git semver [Pipeline] } 17:30:03 $ docker stop --time=1 16ffa0428b04b6ffc25e639475e78914be244146b4b6ca8b13ff96df23cd4a44 17:30:05 $ docker rm -f 16ffa0428b04b6ffc25e639475e78914be244146b4b6ca8b13ff96df23cd4a44 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:30:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:30:05 . [Pipeline] withDockerContainer 17:30:05 prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container 17:30:05 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:30:06 $ docker top 6fbf1f4873c3ee60167607e989848b82a28ead600da3b9064e0fca9dd48af7fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:30:06 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.13' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:30:07 + git semver [Pipeline] } 17:30:07 $ docker stop --time=1 6fbf1f4873c3ee60167607e989848b82a28ead600da3b9064e0fca9dd48af7fd 17:30:08 $ docker rm -f 6fbf1f4873c3ee60167607e989848b82a28ead600da3b9064e0fca9dd48af7fd [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 17:30:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:30:10 ---> package-listing.sh 17:30:10 ++ facter osfamily 17:30:10 ++ tr '[:upper:]' '[:lower:]' 17:30:10 + OS_FAMILY=redhat 17:30:10 + workspace=/w/workspace/foundry_device-virtual-go_master 17:30:10 + START_PACKAGES=/tmp/packages_start.txt 17:30:10 + END_PACKAGES=/tmp/packages_end.txt 17:30:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:30:10 + PACKAGES=/tmp/packages_start.txt 17:30:10 + '[' /w/workspace/foundry_device-virtual-go_master ']' 17:30:10 + PACKAGES=/tmp/packages_end.txt 17:30:10 + case "${OS_FAMILY}" in 17:30:10 + rpm -qa 17:30:10 + sort 17:30:15 + '[' -f /tmp/packages_start.txt ']' 17:30:15 + '[' -f /tmp/packages_end.txt ']' 17:30:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:30:15 + '[' /w/workspace/foundry_device-virtual-go_master ']' 17:30:15 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 17:30:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 17:30:15 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 17:30:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:30:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:16 17:30:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:30:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:16 alpine: Pulling from edgex-lftools-log-publisher 17:30:16 df20fa9351a1: Pulling fs layer 17:30:16 36b3adc4ff6f: Pulling fs layer 17:30:16 8ad3a11d3b57: Pulling fs layer 17:30:16 46f8f816bc3b: Pulling fs layer 17:30:16 93b61091891f: Pulling fs layer 17:30:16 93b9cdb0e59b: Pulling fs layer 17:30:16 5e14af77c1be: Pulling fs layer 17:30:16 01666e4c0597: Pulling fs layer 17:30:16 aa168da1d23b: Pulling fs layer 17:30:16 46f8f816bc3b: Waiting 17:30:16 93b61091891f: Waiting 17:30:16 93b9cdb0e59b: Waiting 17:30:16 5e14af77c1be: Waiting 17:30:16 01666e4c0597: Waiting 17:30:16 aa168da1d23b: Waiting 17:30:16 36b3adc4ff6f: Verifying Checksum 17:30:16 36b3adc4ff6f: Download complete 17:30:16 46f8f816bc3b: Verifying Checksum 17:30:16 46f8f816bc3b: Download complete 17:30:16 df20fa9351a1: Verifying Checksum 17:30:16 df20fa9351a1: Download complete 17:30:17 93b9cdb0e59b: Verifying Checksum 17:30:17 93b9cdb0e59b: Download complete 17:30:17 5e14af77c1be: Verifying Checksum 17:30:17 5e14af77c1be: Download complete 17:30:17 01666e4c0597: Verifying Checksum 17:30:17 01666e4c0597: Download complete 17:30:17 93b61091891f: Verifying Checksum 17:30:17 93b61091891f: Download complete 17:30:17 8ad3a11d3b57: Verifying Checksum 17:30:17 8ad3a11d3b57: Download complete 17:30:17 df20fa9351a1: Pull complete 17:30:17 36b3adc4ff6f: Pull complete 17:30:19 8ad3a11d3b57: Pull complete 17:30:19 aa168da1d23b: Verifying Checksum 17:30:19 aa168da1d23b: Download complete 17:30:19 46f8f816bc3b: Pull complete 17:30:19 93b61091891f: Pull complete 17:30:19 93b9cdb0e59b: Pull complete 17:30:20 5e14af77c1be: Pull complete 17:30:20 01666e4c0597: Pull complete 17:30:28 aa168da1d23b: Pull complete 17:30:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:30:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:30:28 prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container 17:30:28 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:30:31 $ docker top adcfe321cbff42ec900f51c4c089f33fcc03f0671aaaade6e4823fabd98fee8e -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:32 + touch /tmp/pre-build-complete [Pipeline] sh 17:30:32 + mkdir -p /var/log/sa [Pipeline] sh 17:30:32 + ls /var/log/sa-host 17:30:32 + sadf -c /var/log/sa-host/sa11 17:30:32 file_magic: OK 17:30:32 HZ: Using current value: 100 17:30:32 file_header: OK 17:30:32 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 17:30:32 Statistics: 17:30:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:30:32 File successfully converted to sysstat format version 12.2.1 17:30:32 + sadf -c /var/log/sa-host/sa23 17:30:32 file_magic: OK 17:30:32 HZ: Using current value: 100 17:30:32 file_header: OK 17:30:32 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 17:30:32 Statistics: 17:30:32 Hnuu...uuuununununu... 17:30:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:30:33 provisioning config files... 17:30:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2391517740102865506tmp [Pipeline] { [Pipeline] echo 17:30:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:30:33 ---> create-netrc.sh [Pipeline] } 17:30:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:30:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:30:33 ---> python-tools-install.sh [Pipeline] echo 17:30:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:30:34 ---> sudo-logs.sh 17:30:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:30:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:30:34 ---> job-cost.sh 17:30:34 lf-activate-venv: SKIPPING 17:30:34 DEBUG: total: 0.20999999344348907 17:30:34 INFO: Retrieving Stack Cost... 17:30:35 INFO: Retrieving Pricing Info for: v1-standard-2 17:30:35 INFO: Archiving Costs [Pipeline] echo 17:30:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:30:35 ---> logs-deploy.sh 17:30:35 lf-activate-venv: SKIPPING 17:30:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/53 17:30:35 INFO: archiving workspace using pattern(s): 17:30:37 Archives upload complete. 17:30:37 INFO: archiving logs to Nexus 17:30:39 ---> uname -a: 17:30:39 Linux prd-centos7-docker-4c-2g-4520.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:30:39 17:30:39 17:30:39 ---> lscpu: 17:30:39 Architecture: x86_64 17:30:39 CPU op-mode(s): 32-bit, 64-bit 17:30:39 Byte Order: Little Endian 17:30:39 Address sizes: 40 bits physical, 48 bits virtual 17:30:39 CPU(s): 4 17:30:39 On-line CPU(s) list: 0-3 17:30:39 Thread(s) per core: 1 17:30:39 Core(s) per socket: 1 17:30:39 Socket(s): 4 17:30:39 NUMA node(s): 1 17:30:39 Vendor ID: GenuineIntel 17:30:39 CPU family: 6 17:30:39 Model: 44 17:30:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:30:39 Stepping: 1 17:30:39 CPU MHz: 2933.436 17:30:39 BogoMIPS: 5866.87 17:30:39 Virtualization: VT-x 17:30:39 Hypervisor vendor: KVM 17:30:39 Virtualization type: full 17:30:39 L1d cache: 128 KiB 17:30:39 L1i cache: 128 KiB 17:30:39 L2 cache: 16 MiB 17:30:39 L3 cache: 64 MiB 17:30:39 NUMA node0 CPU(s): 0-3 17:30:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:30:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:30:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:30:39 Vulnerability Meltdown: Mitigation; PTI 17:30:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:30:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:30:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:30:39 Vulnerability Srbds: Not affected 17:30:39 Vulnerability Tsx async abort: Not affected 17:30:39 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 17:30:39 17:30:39 17:30:39 ---> nproc: 17:30:39 4 17:30:39 17:30:39 17:30:39 ---> df -h: 17:30:39 Filesystem Size Used Available Use% Mounted on 17:30:39 overlay 50.0G 8.6G 41.4G 17% / 17:30:39 tmpfs 64.0M 0 64.0M 0% /dev 17:30:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:30:39 shm 64.0M 0 64.0M 0% /dev/shm 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 17:30:39 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 17:30:39 17:30:39 17:30:39 ---> free -m: 17:30:39 total used free shared buff/cache available 17:30:39 Mem: 1837 833 139 0 864 938 17:30:39 Swap: 1023 3 1020 17:30:39 17:30:39 17:30:39 ---> ip addr: 17:30:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:30:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:30:39 inet 127.0.0.1/8 scope host lo 17:30:39 valid_lft forever preferred_lft forever 17:30:39 inet6 ::1/128 scope host 17:30:39 valid_lft forever preferred_lft forever 17:30:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:30:39 link/ether fa:16:3e:d4:4f:33 brd ff:ff:ff:ff:ff:ff 17:30:39 inet 10.30.123.1/23 brd 10.30.123.255 scope global dynamic eth0 17:30:39 valid_lft 85526sec preferred_lft 85526sec 17:30:39 inet6 fe80::f816:3eff:fed4:4f33/64 scope link 17:30:39 valid_lft forever preferred_lft forever 17:30:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:30:39 link/ether 02:42:68:ca:4a:aa brd ff:ff:ff:ff:ff:ff 17:30:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:30:39 valid_lft forever preferred_lft forever 17:30:39 inet6 fe80::42:68ff:feca:4aaa/64 scope link 17:30:39 valid_lft forever preferred_lft forever 17:30:39 17:30:39 17:30:39 ---> sar -b -r -n DEV: 17:30:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 17:30:39 17:30:39 17:15:52 LINUX RESTART (4 CPU) 17:30:39 17:30:39 17:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:30:39 17:18:01 22.96 4.46 18.50 0.00 1223.62 2695.94 0.00 17:30:39 17:19:01 0.45 0.00 0.45 0.00 0.00 6.76 0.00 17:30:39 17:20:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 17:30:39 17:21:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 17:30:39 17:22:01 0.25 0.00 0.25 0.00 0.00 4.00 0.00 17:30:39 17:23:02 0.23 0.00 0.23 0.00 0.00 2.33 0.00 17:30:39 17:24:01 0.27 0.00 0.27 0.00 0.00 3.52 0.00 17:30:39 17:25:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 17:30:39 17:26:01 0.32 0.00 0.32 0.00 0.00 3.79 0.00 17:30:39 17:27:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 17:30:39 17:28:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 17:30:39 17:29:01 297.75 176.63 121.13 0.00 8272.17 35647.28 0.00 17:30:39 17:30:01 216.34 69.31 147.03 0.00 4098.49 36456.51 0.00 17:30:39 Average: 41.60 19.30 22.30 0.00 1047.68 5767.34 0.00 17:30:39 17:30:39 17:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:30:39 17:18:01 157756 0 607200 32.27 2620 1113968 1111556 37.94 422764 1102040 20 17:30:39 17:19:01 157876 0 607068 32.26 2620 1113980 1081732 36.92 436416 1088740 16 17:30:39 17:20:01 151980 0 612960 32.58 2620 1113984 1082120 36.93 437400 1093756 16 17:30:39 17:21:01 153048 0 611892 32.52 2620 1113984 1081796 36.92 441640 1089100 12 17:30:39 17:22:01 151876 0 613056 32.58 2620 1113992 1081988 36.93 442952 1088748 12 17:30:39 17:23:02 151272 0 613656 32.61 2620 1113996 1082000 36.93 443228 1088748 20 17:30:39 17:24:01 149756 0 615168 32.69 2620 1114000 1082240 36.94 445120 1088748 20 17:30:39 17:25:01 149932 0 614988 32.69 2620 1114004 1082148 36.93 444916 1088748 12 17:30:39 17:26:01 147896 0 617016 32.79 2620 1114012 1082268 36.94 446848 1088748 8 17:30:39 17:27:01 144908 0 620000 32.95 2620 1114016 1082368 36.94 452588 1085944 20 17:30:39 17:28:01 144556 0 620348 32.97 2620 1114020 1082332 36.94 452644 1085948 16 17:30:39 17:29:01 98460 0 778500 41.38 2596 1001988 1312828 44.80 575552 931292 79576 17:30:39 17:30:01 146512 0 775264 41.20 1492 958276 1145156 39.08 655716 744628 120 17:30:39 Average: 146602 0 639009 33.96 2531 1093402 1106964 37.78 469060 1051168 6144 17:30:39 17:30:39 17:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:30:39 17:18:01 eth0 72.30 62.85 301.11 13.65 0.00 0.00 0.00 0.00 17:30:39 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:18:01 docker0 37.38 31.94 3.37 137.92 0.00 0.00 0.00 0.00 17:30:39 17:19:01 eth0 1.38 0.10 0.12 0.04 0.00 0.00 0.00 0.00 17:30:39 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:20:01 eth0 2.36 0.90 1.04 0.62 0.00 0.00 0.00 0.00 17:30:39 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:21:01 eth0 0.50 0.10 0.04 0.01 0.00 0.00 0.00 0.00 17:30:39 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:22:01 eth0 1.65 0.65 0.72 0.46 0.00 0.00 0.00 0.00 17:30:39 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:23:02 eth0 1.57 0.28 0.37 0.20 0.00 0.00 0.00 0.00 17:30:39 17:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:24:01 eth0 2.00 0.51 0.64 0.40 0.00 0.00 0.00 0.00 17:30:39 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:25:01 eth0 2.06 0.25 0.40 0.20 0.00 0.00 0.00 0.00 17:30:39 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:26:01 eth0 2.85 0.65 0.70 0.40 0.00 0.00 0.00 0.00 17:30:39 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:27:01 eth0 2.63 0.93 1.02 0.53 0.00 0.00 0.00 0.00 17:30:39 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:28:01 eth0 2.76 0.45 0.47 0.30 0.00 0.00 0.00 0.00 17:30:39 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:29:01 vethef393df 62.82 67.21 6.22 401.71 0.00 0.00 0.00 0.00 17:30:39 17:29:01 eth0 542.64 474.20 4489.56 73.41 0.00 0.00 0.00 0.00 17:30:39 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:29:01 docker0 62.82 67.08 5.36 401.70 0.00 0.00 0.00 0.00 17:30:39 17:30:01 eth0 425.10 350.59 3485.62 102.60 0.00 0.00 0.00 0.00 17:30:39 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 17:30:01 docker0 28.50 39.99 1.55 258.87 0.00 0.00 0.00 0.00 17:30:39 Average: eth0 81.67 68.78 638.26 14.86 0.00 0.00 0.00 0.00 17:30:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:39 Average: docker0 9.92 10.71 0.79 61.54 0.00 0.00 0.00 0.00 17:30:39 17:30:39 17:30:39 ---> sar -P ALL: 17:30:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 17:30:39 17:30:39 17:15:52 LINUX RESTART (4 CPU) 17:30:39 17:30:39 17:17:01 CPU %user %nice %system %iowait %steal %idle 17:30:39 17:18:01 all 2.31 0.00 2.03 0.45 2.05 93.16 17:30:39 17:18:01 0 2.52 0.00 2.39 0.18 1.52 93.39 17:30:39 17:18:01 1 1.89 0.00 1.85 1.42 2.77 92.08 17:30:39 17:18:01 2 2.41 0.00 2.14 0.13 2.17 93.15 17:30:39 17:18:01 3 2.41 0.00 1.75 0.07 1.73 94.04 17:30:39 17:19:01 all 0.11 0.00 0.06 0.00 0.61 99.22 17:30:39 17:19:01 0 0.02 0.00 0.03 0.00 1.07 98.88 17:30:39 17:19:01 1 0.33 0.00 0.05 0.00 0.33 99.28 17:30:39 17:19:01 2 0.05 0.00 0.13 0.00 0.84 98.97 17:30:39 17:19:01 3 0.03 0.00 0.03 0.00 0.18 99.75 17:30:39 17:20:01 all 0.10 0.00 0.16 0.00 0.89 98.85 17:30:39 17:20:01 0 0.05 0.00 0.10 0.00 1.17 98.68 17:30:39 17:20:01 1 0.20 0.00 0.15 0.00 0.86 98.79 17:30:39 17:20:01 2 0.12 0.00 0.18 0.00 0.83 98.87 17:30:39 17:20:01 3 0.03 0.00 0.20 0.00 0.71 99.05 17:30:39 17:21:01 all 0.12 0.00 0.05 0.00 0.23 99.59 17:30:39 17:21:01 0 0.02 0.00 0.03 0.00 0.20 99.75 17:30:39 17:21:01 1 0.40 0.00 0.05 0.00 0.25 99.30 17:30:39 17:21:01 2 0.07 0.00 0.08 0.00 0.25 99.60 17:30:39 17:21:01 3 0.02 0.00 0.03 0.00 0.23 99.72 17:30:39 17:22:01 all 0.15 0.00 0.10 0.00 0.49 99.26 17:30:39 17:22:01 0 0.13 0.00 0.08 0.00 0.32 99.47 17:30:39 17:22:01 1 0.08 0.00 0.17 0.00 0.94 98.81 17:30:39 17:22:01 2 0.05 0.00 0.08 0.00 0.38 99.48 17:30:39 17:22:01 3 0.33 0.00 0.07 0.00 0.33 99.27 17:30:39 17:23:02 all 0.12 0.00 0.04 0.00 0.43 99.41 17:30:39 17:23:02 0 0.03 0.00 0.02 0.00 0.12 99.83 17:30:39 17:23:02 1 0.15 0.00 0.07 0.00 0.75 99.04 17:30:39 17:23:02 2 0.05 0.00 0.07 0.00 0.78 99.11 17:30:39 17:23:02 3 0.25 0.00 0.02 0.00 0.07 99.67 17:30:39 17:24:01 all 0.17 0.00 0.04 0.00 0.36 99.43 17:30:39 17:24:01 0 0.08 0.00 0.03 0.00 0.17 99.71 17:30:39 17:24:01 1 0.46 0.00 0.05 0.00 0.39 99.10 17:30:39 17:24:01 2 0.05 0.00 0.05 0.00 0.57 99.32 17:30:39 17:24:01 3 0.08 0.00 0.03 0.00 0.30 99.58 17:30:39 17:25:01 all 0.13 0.00 0.05 0.00 0.13 99.69 17:30:39 17:25:01 0 0.02 0.00 0.02 0.00 0.17 99.80 17:30:39 17:25:01 1 0.42 0.00 0.03 0.00 0.20 99.35 17:30:39 17:25:01 2 0.05 0.00 0.08 0.00 0.07 99.80 17:30:39 17:25:01 3 0.03 0.00 0.05 0.00 0.10 99.82 17:30:39 17:26:01 all 0.13 0.00 0.04 0.00 0.42 99.41 17:30:39 17:26:01 0 0.02 0.00 0.02 0.00 0.13 99.83 17:30:39 17:26:01 1 0.40 0.00 0.05 0.00 0.40 99.15 17:30:39 17:26:01 2 0.07 0.00 0.05 0.00 0.66 99.22 17:30:39 17:26:01 3 0.03 0.00 0.05 0.00 0.46 99.45 17:30:39 17:27:01 all 0.12 0.00 0.05 0.00 0.62 99.21 17:30:39 17:27:01 0 0.03 0.00 0.03 0.00 0.70 99.24 17:30:39 17:27:01 1 0.35 0.00 0.03 0.00 0.56 99.05 17:30:39 17:27:01 2 0.08 0.00 0.05 0.00 0.40 99.47 17:30:39 17:27:01 3 0.03 0.00 0.07 0.00 0.83 99.07 17:30:39 17:28:01 all 0.20 0.00 0.04 0.00 0.15 99.60 17:30:39 17:28:01 0 0.03 0.00 0.02 0.00 0.22 99.73 17:30:39 17:28:01 1 0.63 0.00 0.05 0.00 0.13 99.18 17:30:39 17:28:01 2 0.03 0.00 0.03 0.00 0.12 99.82 17:30:39 17:28:01 3 0.10 0.00 0.07 0.00 0.15 99.68 17:30:39 17:30:39 17:28:01 CPU %user %nice %system %iowait %steal %idle 17:30:39 17:29:01 all 11.54 0.00 8.19 4.07 2.72 73.48 17:30:39 17:29:01 0 11.86 0.00 8.54 5.22 2.58 71.80 17:30:39 17:29:01 1 11.72 0.00 8.30 3.52 2.75 73.72 17:30:39 17:29:01 2 11.43 0.00 8.11 4.20 2.77 73.48 17:30:39 17:29:01 3 11.14 0.00 7.82 3.37 2.77 74.89 17:30:39 17:30:01 all 11.86 0.00 9.76 2.82 8.58 66.99 17:30:39 17:30:01 0 11.74 0.00 11.21 3.74 8.19 65.11 17:30:39 17:30:01 1 11.02 0.00 7.30 0.99 9.22 71.48 17:30:39 17:30:01 2 16.34 0.00 10.96 3.93 8.48 60.28 17:30:39 17:30:01 3 8.42 0.00 9.64 2.70 8.39 70.85 17:30:39 Average: all 2.05 0.00 1.56 0.55 1.35 94.49 17:30:39 Average: 0 1.98 0.00 1.69 0.68 1.25 94.40 17:30:39 Average: 1 2.14 0.00 1.38 0.45 1.51 94.52 17:30:39 Average: 2 2.32 0.00 1.66 0.62 1.39 94.00 17:30:39 Average: 3 1.74 0.00 1.51 0.46 1.24 95.05 17:30:39 17:30:39 17:30:39