Push event to branch master 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4436 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 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T14:30:49.190Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T14:30:49.309Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T14:30:49.341Z] ========================================================= [2021-05-11T14:30:49.341Z] EdgeX Global Pipelines Version Info [2021-05-11T14:30:49.341Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:30:51.643Z] ------------------- [2021-05-11T14:30:51.643Z] stable info: [2021-05-11T14:30:51.643Z] ------------------- [2021-05-11T14:30:51.643Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T14:30:51.643Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T14:30:51.643Z] Message: update stable to v1.0.191 [2021-05-11T14:30:52.617Z] ------------------- [2021-05-11T14:30:52.617Z] experimental info: [2021-05-11T14:30:52.617Z] ------------------- [2021-05-11T14:30:52.617Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T14:30:52.617Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T14:30:52.617Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T14:30:52.914Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-05-11T14:30:52.939Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-05-11T14:30:52.963Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T14:30:52.988Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T14:30:53.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T14:30:53.034Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T14:30:53.056Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T14:30:53.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T14:30:53.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T14:30:53.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T14:30:53.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T14:30:53.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-05-11T14:30:53.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T14:30:53.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T14:30:53.277Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T14:30:53.300Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T14:30:53.323Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T14:30:53.347Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T14:30:53.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T14:30:53.395Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T14:30:53.419Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T14:30:53.442Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T14:30:53.477Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T14:30:53.502Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T14:30:53.525Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T14:30:53.551Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T14:30:53.576Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T14:30:53.600Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T14:30:53.624Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T14:30:53.648Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] echo [2021-05-11T14:30:53.673Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9699086 [Pipeline] echo [2021-05-11T14:30:53.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T14:30:53.795Z] provisioning config files... [2021-05-11T14:30:53.883Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8762307104920116176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:30:54.356Z] ---> docker-login.sh [2021-05-11T14:30:54.356Z] nexus3.edgexfoundry.org:10001 [2021-05-11T14:30:54.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:30:55.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:30:55.205Z] Configure a credential helper to remove this warning. See [2021-05-11T14:30:55.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:30:55.205Z] [2021-05-11T14:30:55.205Z] Login Succeeded [2021-05-11T14:30:55.205Z] nexus3.edgexfoundry.org:10002 [2021-05-11T14:30:55.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:30:55.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:30:55.477Z] Configure a credential helper to remove this warning. See [2021-05-11T14:30:55.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:30:55.477Z] [2021-05-11T14:30:55.477Z] Login Succeeded [2021-05-11T14:30:55.477Z] nexus3.edgexfoundry.org:10003 [2021-05-11T14:30:55.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:30:55.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:30:55.762Z] Configure a credential helper to remove this warning. See [2021-05-11T14:30:55.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:30:55.762Z] [2021-05-11T14:30:55.762Z] Login Succeeded [2021-05-11T14:30:55.762Z] nexus3.edgexfoundry.org:10004 [2021-05-11T14:30:56.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:30:56.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:30:56.042Z] Configure a credential helper to remove this warning. See [2021-05-11T14:30:56.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:30:56.042Z] [2021-05-11T14:30:56.042Z] Login Succeeded [2021-05-11T14:30:56.042Z] docker.io [2021-05-11T14:30:56.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:30:56.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:30:56.579Z] Configure a credential helper to remove this warning. See [2021-05-11T14:30:56.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:30:56.579Z] [2021-05-11T14:30:56.579Z] Login Succeeded [2021-05-11T14:30:56.579Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T14:30:56.601Z] 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 [2021-05-11T14:30:57.111Z] + git log --format=format:%s -1 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] echo [2021-05-11T14:30:57.258Z] GIT_COMMIT: 969908695d9457bace8f724c7874c2a817cac062, Commit Message: Merge pull request #199 from lenny-intel/secure-bus [Pipeline] echo [2021-05-11T14:30:57.277Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:30:58.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:30:58.299Z] [2021-05-11T14:30:58.299Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:30:58.690Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:30:58.690Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T14:30:58.690Z] 31603596830f: Pulling fs layer [2021-05-11T14:30:58.690Z] 54011a49482f: Pulling fs layer [2021-05-11T14:30:58.690Z] a6820b24f6d8: Pulling fs layer [2021-05-11T14:30:58.690Z] f581987b2513: Pulling fs layer [2021-05-11T14:30:58.690Z] f581987b2513: Waiting [2021-05-11T14:30:58.690Z] 54011a49482f: Verifying Checksum [2021-05-11T14:30:58.690Z] 54011a49482f: Download complete [2021-05-11T14:30:58.977Z] 31603596830f: Verifying Checksum [2021-05-11T14:30:58.977Z] 31603596830f: Download complete [2021-05-11T14:30:59.257Z] f581987b2513: Verifying Checksum [2021-05-11T14:30:59.257Z] f581987b2513: Download complete [2021-05-11T14:30:59.257Z] a6820b24f6d8: Verifying Checksum [2021-05-11T14:30:59.257Z] a6820b24f6d8: Download complete [2021-05-11T14:30:59.526Z] 31603596830f: Pull complete [2021-05-11T14:30:59.809Z] 54011a49482f: Pull complete [2021-05-11T14:31:00.807Z] a6820b24f6d8: Pull complete [2021-05-11T14:31:01.407Z] f581987b2513: Pull complete [2021-05-11T14:31:01.407Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T14:31:01.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:31:01.407Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T14:31:01.555Z] prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container [2021-05-11T14:31:01.618Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T14:31:04.068Z] $ docker top 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T14:31:04.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T14:31:04.286Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T14:31:04.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T14:31:04.595Z] $ docker exec 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 ssh-agent [2021-05-11T14:31:04.772Z] SSH_AUTH_SOCK=/tmp/ssh-9HZ33sjPSuPr/agent.12 [2021-05-11T14:31:04.772Z] SSH_AGENT_PID=17 [2021-05-11T14:31:04.784Z] Running ssh-add (command line suppressed) [2021-05-11T14:31:04.925Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7597750473107575559.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7597750473107575559.key) [2021-05-11T14:31:04.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T14:31:05.306Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T14:31:05.357Z] $ docker exec --env ******** --env ******** 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 ssh-agent -k [2021-05-11T14:31:05.556Z] unset SSH_AUTH_SOCK; [2021-05-11T14:31:05.556Z] unset SSH_AGENT_PID; [2021-05-11T14:31:05.556Z] echo Agent pid 17 killed; [2021-05-11T14:31:05.628Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T14:31:05.677Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T14:31:05.677Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T14:31:05.896Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T14:31:05.904Z] $ docker exec 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 ssh-agent [2021-05-11T14:31:06.164Z] SSH_AUTH_SOCK=/tmp/ssh-3olMV4EofOiV/agent.47 [2021-05-11T14:31:06.164Z] SSH_AGENT_PID=52 [2021-05-11T14:31:06.173Z] Running ssh-add (command line suppressed) [2021-05-11T14:31:06.311Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2807321068866034549.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2807321068866034549.key) [2021-05-11T14:31:06.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T14:31:06.684Z] + git semver init [2021-05-11T14:31:06.684Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T14:31:06.684Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-11T14:31:06.684Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-11T14:31:06.684Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T14:31:06.684Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T14:31:06.684Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T14:31:06.684Z] # $SEMVER_BRANCH = master [2021-05-11T14:31:06.684Z] # $SEMVER_TEMP = /tmp/semver-659275864 [2021-05-11T14:31:06.684Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-05-11T14:31:07.665Z] # '/tmp/semver-659275864' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-05-11T14:31:07.665Z] # -> Force: false [2021-05-11T14:31:07.665Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-05-11T14:31:07.683Z] $ docker exec --env ******** --env ******** 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 ssh-agent -k [2021-05-11T14:31:07.847Z] unset SSH_AUTH_SOCK; [2021-05-11T14:31:07.848Z] unset SSH_AGENT_PID; [2021-05-11T14:31:07.848Z] echo Agent pid 52 killed; [2021-05-11T14:31:07.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T14:31:08.269Z] + git semver [Pipeline] } [2021-05-11T14:31:08.289Z] $ docker stop --time=1 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 [2021-05-11T14:31:09.801Z] $ docker rm -f 5abee14498fef04da5f3ec7e1c7347affe4977622f1d04b7ca330d73c3e4e8f4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T14:31:10.288Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T14:31:10.721Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T14:31:10.724Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.13 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-11T14:31:25.923Z] Still waiting to schedule task [2021-05-11T14:31:25.923Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4436’ [2021-05-11T14:31:25.926Z] Still waiting to schedule task [2021-05-11T14:31:25.926Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-11T14:33:14.205Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4437 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-05-11T14:33:14.228Z] Running in /w/workspace/device-virtual-go/52 [Pipeline] { [Pipeline] checkout [2021-05-11T14:33:19.991Z] using credential edgex-jenkins-ssh [2021-05-11T14:33:20.009Z] Cloning the remote Git repository [2021-05-11T14:33:20.072Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T14:33:20.171Z] > git init /w/workspace/device-virtual-go/52 # timeout=10 [2021-05-11T14:33:20.270Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T14:33:20.270Z] > git --version # timeout=10 [2021-05-11T14:33:20.284Z] > git --version # 'git version 2.17.1' [2021-05-11T14:33:20.285Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:33:20.344Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T14:33:22.566Z] Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) [2021-05-11T14:33:22.013Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-11T14:33:22.038Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T14:33:22.066Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-11T14:33:22.107Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T14:33:22.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:33:22.119Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T14:33:22.601Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T14:33:22.622Z] > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 [2021-05-11T14:33:26.855Z] 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 [2021-05-11T14:33:28.355Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T14:33:28.760Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T14:33:29.101Z] + sudo service docker restart [2021-05-11T14:33:29.101Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T14:33:31.762Z] provisioning config files... [2021-05-11T14:33:31.813Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/52@tmp/config7437135234340376316tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:33:32.215Z] ---> docker-login.sh [2021-05-11T14:33:32.215Z] nexus3.edgexfoundry.org:10001 [2021-05-11T14:33:33.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:33:33.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:33:33.470Z] Configure a credential helper to remove this warning. See [2021-05-11T14:33:33.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:33:33.470Z] [2021-05-11T14:33:33.470Z] Login Succeeded [2021-05-11T14:33:33.470Z] nexus3.edgexfoundry.org:10002 [2021-05-11T14:33:34.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:33:34.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:33:34.064Z] Configure a credential helper to remove this warning. See [2021-05-11T14:33:34.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:33:34.064Z] [2021-05-11T14:33:34.064Z] Login Succeeded [2021-05-11T14:33:34.064Z] nexus3.edgexfoundry.org:10003 [2021-05-11T14:33:34.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:33:34.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:33:34.608Z] Configure a credential helper to remove this warning. See [2021-05-11T14:33:34.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:33:34.608Z] [2021-05-11T14:33:34.608Z] Login Succeeded [2021-05-11T14:33:34.608Z] nexus3.edgexfoundry.org:10004 [2021-05-11T14:33:34.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:33:35.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:33:35.154Z] Configure a credential helper to remove this warning. See [2021-05-11T14:33:35.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:33:35.154Z] [2021-05-11T14:33:35.154Z] Login Succeeded [2021-05-11T14:33:35.154Z] docker.io [2021-05-11T14:33:35.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:33:35.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:33:35.700Z] Configure a credential helper to remove this warning. See [2021-05-11T14:33:35.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:33:35.700Z] [2021-05-11T14:33:35.700Z] Login Succeeded [2021-05-11T14:33:35.700Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T14:33:35.719Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T14:33:36.008Z] ========================================================= [2021-05-11T14:33:36.009Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T14:33:36.009Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:33:36.355Z] + 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 . [2021-05-11T14:33:36.640Z] Sending build context to Docker daemon 8.567MB [2021-05-11T14:33:36.640Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T14:33:36.640Z] Step 2/8 : FROM ${BASE} [2021-05-11T14:33:36.920Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T14:33:36.920Z] 595b0fe564bb: Pulling fs layer [2021-05-11T14:33:36.920Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T14:33:36.920Z] 316046926c0a: Pulling fs layer [2021-05-11T14:33:36.920Z] 4ebd0625c992: Pulling fs layer [2021-05-11T14:33:36.920Z] 207e8628e3a3: Pulling fs layer [2021-05-11T14:33:36.920Z] c791037a9be2: Pulling fs layer [2021-05-11T14:33:36.920Z] ffd874e62e21: Pulling fs layer [2021-05-11T14:33:36.920Z] 4ebd0625c992: Waiting [2021-05-11T14:33:36.920Z] 207e8628e3a3: Waiting [2021-05-11T14:33:36.920Z] ffd874e62e21: Waiting [2021-05-11T14:33:36.920Z] c791037a9be2: Waiting [2021-05-11T14:33:36.920Z] 316046926c0a: Verifying Checksum [2021-05-11T14:33:36.920Z] 316046926c0a: Download complete [2021-05-11T14:33:36.920Z] 7186ed65a4f7: Download complete [2021-05-11T14:33:36.920Z] 207e8628e3a3: Verifying Checksum [2021-05-11T14:33:36.920Z] 207e8628e3a3: Download complete [2021-05-11T14:33:36.920Z] c791037a9be2: Download complete [2021-05-11T14:33:36.920Z] 595b0fe564bb: Download complete [2021-05-11T14:33:37.909Z] 595b0fe564bb: Pull complete [2021-05-11T14:33:38.183Z] 7186ed65a4f7: Pull complete [2021-05-11T14:33:38.791Z] 316046926c0a: Pull complete [2021-05-11T14:33:39.792Z] ffd874e62e21: Verifying Checksum [2021-05-11T14:33:39.792Z] ffd874e62e21: Download complete [2021-05-11T14:33:40.420Z] 4ebd0625c992: Verifying Checksum [2021-05-11T14:33:40.420Z] 4ebd0625c992: Download complete [2021-05-11T14:33:50.575Z] 4ebd0625c992: Pull complete [2021-05-11T14:33:51.168Z] 207e8628e3a3: Pull complete [2021-05-11T14:33:51.443Z] c791037a9be2: Pull complete [2021-05-11T14:33:55.739Z] ffd874e62e21: Pull complete [2021-05-11T14:33:55.739Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T14:33:55.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T14:33:55.739Z] ---> cfc18b08335c [2021-05-11T14:33:55.739Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-11T14:33:58.368Z] ---> Running in 1c94fd08ddb4 [2021-05-11T14:33:58.368Z] Removing intermediate container 1c94fd08ddb4 [2021-05-11T14:33:58.368Z] ---> 4a1bad7f4de2 [2021-05-11T14:33:58.368Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T14:33:58.646Z] ---> Running in 2da4fb8f52cb [2021-05-11T14:33:59.096Z] Running on prd-centos7-docker-4c-2g-4439 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-05-11T14:33:59.123Z] Running in /w/workspace/device-virtual-go/52 [Pipeline] { [Pipeline] checkout [2021-05-11T14:34:01.276Z] Removing intermediate container 2da4fb8f52cb [2021-05-11T14:34:01.276Z] ---> db07ae605d05 [2021-05-11T14:34:01.276Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T14:34:01.276Z] ---> Running in dc16d0404be4 [2021-05-11T14:34:01.821Z] using credential edgex-jenkins-ssh [2021-05-11T14:34:01.836Z] Cloning the remote Git repository [2021-05-11T14:34:02.294Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T14:34:01.858Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T14:34:01.929Z] > git init /w/workspace/device-virtual-go/52 # timeout=10 [2021-05-11T14:34:01.986Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T14:34:01.987Z] > git --version # timeout=10 [2021-05-11T14:34:01.995Z] > git --version # 'git version 2.24.3' [2021-05-11T14:34:01.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:34:02.021Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T14:34:04.259Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T14:34:05.243Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-11T14:34:05.513Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-11T14:34:05.513Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-11T14:34:05.782Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-11T14:34:06.052Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T14:34:06.052Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-11T14:34:06.322Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-11T14:34:05.477Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-11T14:34:05.486Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T14:34:05.502Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-11T14:34:05.516Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T14:34:05.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T14:34:05.524Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T14:34:06.545Z] Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) [2021-05-11T14:34:07.294Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-11T14:34:07.564Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-11T14:34:07.564Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-11T14:34:06.554Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T14:34:06.560Z] > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 [2021-05-11T14:34:07.834Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-11T14:34:08.422Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-11T14:34:08.422Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-11T14:34:08.691Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T14:34:08.691Z] OK: 145 MiB in 53 packages [2021-05-11T14:34:10.123Z] Removing intermediate container dc16d0404be4 [2021-05-11T14:34:10.123Z] ---> ce7729bb936b [2021-05-11T14:34:10.123Z] Step 6/8 : WORKDIR /device-virtual-go [2021-05-11T14:34:10.180Z] Commit message: "Merge pull request #199 from lenny-intel/secure-bus" [2021-05-11T14:34:10.394Z] ---> Running in 367d4d2ef034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T14:34:10.987Z] Removing intermediate container 367d4d2ef034 [2021-05-11T14:34:10.987Z] ---> 369eb7a420eb [2021-05-11T14:34:10.987Z] Step 7/8 : COPY . . [2021-05-11T14:34:11.501Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T14:34:11.841Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T14:34:11.960Z] ---> eb91ef8f9832 [2021-05-11T14:34:11.960Z] Step 8/8 : RUN go mod download [2021-05-11T14:34:12.139Z] + sudo service docker restart [2021-05-11T14:34:12.139Z] + true [2021-05-11T14:34:12.139Z] Redirecting to /bin/systemctl restart docker.service [2021-05-11T14:34:12.229Z] ---> Running in 9c502a80ca51 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T14:34:13.131Z] provisioning config files... [2021-05-11T14:34:13.172Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/52@tmp/config806040133928718303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:34:13.517Z] ---> docker-login.sh [2021-05-11T14:34:13.517Z] nexus3.edgexfoundry.org:10001 [2021-05-11T14:34:13.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:34:14.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:34:14.041Z] Configure a credential helper to remove this warning. See [2021-05-11T14:34:14.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:34:14.041Z] [2021-05-11T14:34:14.041Z] Login Succeeded [2021-05-11T14:34:14.041Z] nexus3.edgexfoundry.org:10002 [2021-05-11T14:34:14.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:34:14.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:34:14.041Z] Configure a credential helper to remove this warning. See [2021-05-11T14:34:14.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:34:14.041Z] [2021-05-11T14:34:14.041Z] Login Succeeded [2021-05-11T14:34:14.041Z] nexus3.edgexfoundry.org:10003 [2021-05-11T14:34:14.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:34:14.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:34:14.306Z] Configure a credential helper to remove this warning. See [2021-05-11T14:34:14.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:34:14.306Z] [2021-05-11T14:34:14.306Z] Login Succeeded [2021-05-11T14:34:14.306Z] nexus3.edgexfoundry.org:10004 [2021-05-11T14:34:14.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:34:14.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:34:14.569Z] Configure a credential helper to remove this warning. See [2021-05-11T14:34:14.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:34:14.569Z] [2021-05-11T14:34:14.569Z] Login Succeeded [2021-05-11T14:34:14.569Z] docker.io [2021-05-11T14:34:14.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:34:14.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:34:14.833Z] Configure a credential helper to remove this warning. See [2021-05-11T14:34:14.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:34:14.833Z] [2021-05-11T14:34:14.833Z] Login Succeeded [2021-05-11T14:34:14.833Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T14:34:14.843Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T14:34:15.021Z] ========================================================= [2021-05-11T14:34:15.021Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T14:34:15.021Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:34:15.329Z] + 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 . [2021-05-11T14:34:15.591Z] Sending build context to Docker daemon 8.568MB [2021-05-11T14:34:15.591Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T14:34:15.591Z] Step 2/8 : FROM ${BASE} [2021-05-11T14:34:15.591Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T14:34:15.591Z] 540db60ca938: Pulling fs layer [2021-05-11T14:34:15.591Z] adcc1eea9eea: Pulling fs layer [2021-05-11T14:34:15.591Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T14:34:15.591Z] 0510c868ecb4: Pulling fs layer [2021-05-11T14:34:15.591Z] afea3b2eda06: Pulling fs layer [2021-05-11T14:34:15.591Z] 7809a108b3ef: Pulling fs layer [2021-05-11T14:34:15.591Z] f706445af74f: Pulling fs layer [2021-05-11T14:34:15.591Z] 0510c868ecb4: Waiting [2021-05-11T14:34:15.591Z] afea3b2eda06: Waiting [2021-05-11T14:34:15.591Z] 7809a108b3ef: Waiting [2021-05-11T14:34:15.591Z] f706445af74f: Waiting [2021-05-11T14:34:15.591Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T14:34:15.591Z] 4c4ab2625f07: Download complete [2021-05-11T14:34:15.591Z] adcc1eea9eea: Download complete [2021-05-11T14:34:15.591Z] afea3b2eda06: Verifying Checksum [2021-05-11T14:34:15.591Z] afea3b2eda06: Download complete [2021-05-11T14:34:15.591Z] 7809a108b3ef: Download complete [2021-05-11T14:34:15.854Z] 540db60ca938: Verifying Checksum [2021-05-11T14:34:15.854Z] 540db60ca938: Download complete [2021-05-11T14:34:16.117Z] 540db60ca938: Pull complete [2021-05-11T14:34:16.390Z] adcc1eea9eea: Pull complete [2021-05-11T14:34:16.390Z] 4c4ab2625f07: Pull complete [2021-05-11T14:34:16.968Z] f706445af74f: Verifying Checksum [2021-05-11T14:34:16.968Z] f706445af74f: Download complete [2021-05-11T14:34:17.916Z] 0510c868ecb4: Verifying Checksum [2021-05-11T14:34:17.916Z] 0510c868ecb4: Download complete [2021-05-11T14:34:23.271Z] 0510c868ecb4: Pull complete [2021-05-11T14:34:23.271Z] afea3b2eda06: Pull complete [2021-05-11T14:34:23.558Z] 7809a108b3ef: Pull complete [2021-05-11T14:34:27.831Z] f706445af74f: Pull complete [2021-05-11T14:34:27.831Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T14:34:27.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T14:34:27.831Z] ---> b068be0155e3 [2021-05-11T14:34:27.831Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-11T14:34:29.243Z] ---> Running in f00045ad6328 [2021-05-11T14:34:29.243Z] Removing intermediate container f00045ad6328 [2021-05-11T14:34:29.243Z] ---> d3faab424fca [2021-05-11T14:34:29.243Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T14:34:29.243Z] ---> Running in 692d75d457a7 [2021-05-11T14:34:30.646Z] Removing intermediate container 692d75d457a7 [2021-05-11T14:34:30.646Z] ---> 729831ec557b [2021-05-11T14:34:30.646Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T14:34:30.646Z] ---> Running in f39940dd1aca [2021-05-11T14:34:31.601Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T14:34:33.004Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T14:34:33.958Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-11T14:34:33.958Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-11T14:34:34.221Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-11T14:34:34.484Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-11T14:34:34.484Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T14:34:34.752Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-11T14:34:35.022Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-11T14:34:35.607Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-11T14:34:35.607Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-11T14:34:35.869Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-11T14:34:36.131Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-11T14:34:36.131Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-11T14:34:36.398Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-11T14:34:36.663Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T14:34:36.664Z] OK: 156 MiB in 53 packages [2021-05-11T14:34:37.626Z] Removing intermediate container f39940dd1aca [2021-05-11T14:34:37.626Z] ---> 3db68c4a9b12 [2021-05-11T14:34:37.626Z] Step 6/8 : WORKDIR /device-virtual-go [2021-05-11T14:34:37.626Z] ---> Running in 26d0f3fd7f60 [2021-05-11T14:34:37.889Z] Removing intermediate container 26d0f3fd7f60 [2021-05-11T14:34:37.889Z] ---> e7915558fb5e [2021-05-11T14:34:37.889Z] Step 7/8 : COPY . . [2021-05-11T14:34:38.466Z] ---> 2f6d6971a7eb [2021-05-11T14:34:38.466Z] Step 8/8 : RUN go mod download [2021-05-11T14:34:38.466Z] ---> Running in b04f5d4c283b [2021-05-11T14:34:44.574Z] Removing intermediate container 9c502a80ca51 [2021-05-11T14:34:44.574Z] ---> 5e36962b863f [2021-05-11T14:34:44.574Z] Successfully built 5e36962b863f [2021-05-11T14:34:44.574Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:34:44.912Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T14:34:44.913Z] . [Pipeline] withDockerContainer [2021-05-11T14:34:45.137Z] prd-ubuntu18.04-docker-arm64-4c-16g-4437 does not seem to be running inside a container [2021-05-11T14:34:45.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/52 -v /w/workspace/device-virtual-go/52:/w/workspace/device-virtual-go/52:rw,z -v /w/workspace/device-virtual-go/52@tmp:/w/workspace/device-virtual-go/52@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 ******** ci-base-image-arm64 cat [2021-05-11T14:34:46.701Z] $ docker top fe381eff8ff0b3d0c8f2b2dae2f15c8ed482b6a7b4da84451c3cbe7d0cca98e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T14:34:47.633Z] + go version [2021-05-11T14:34:47.633Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T14:34:47.665Z] $ docker stop --time=1 fe381eff8ff0b3d0c8f2b2dae2f15c8ed482b6a7b4da84451c3cbe7d0cca98e3 [2021-05-11T14:34:49.570Z] $ docker rm -f fe381eff8ff0b3d0c8f2b2dae2f15c8ed482b6a7b4da84451c3cbe7d0cca98e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:34:50.239Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T14:34:50.239Z] . [Pipeline] withDockerContainer [2021-05-11T14:34:50.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-4437 does not seem to be running inside a container [2021-05-11T14:34:50.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/52 -v /w/workspace/device-virtual-go/52:/w/workspace/device-virtual-go/52:rw,z -v /w/workspace/device-virtual-go/52@tmp:/w/workspace/device-virtual-go/52@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 ******** ci-base-image-arm64 cat [2021-05-11T14:34:52.079Z] $ docker top 87730784d271616dd7948dcd24e7bc271d6ded068b7839c0b3e4fff00a1b32d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T14:34:53.010Z] + go mod tidy [Pipeline] sh [2021-05-11T14:34:54.279Z] + make test [2021-05-11T14:34:54.279Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-11T14:34:55.721Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-05-11T14:35:05.113Z] Removing intermediate container b04f5d4c283b [2021-05-11T14:35:05.113Z] ---> 38b0a46e591e [2021-05-11T14:35:05.113Z] Successfully built 38b0a46e591e [2021-05-11T14:35:05.113Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:35:05.435Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T14:35:05.435Z] . [Pipeline] withDockerContainer [2021-05-11T14:35:05.555Z] prd-centos7-docker-4c-2g-4439 does not seem to be running inside a container [2021-05-11T14:35:05.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/52 -v /w/workspace/device-virtual-go/52:/w/workspace/device-virtual-go/52:rw,z -v /w/workspace/device-virtual-go/52@tmp:/w/workspace/device-virtual-go/52@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 ******** ci-base-image-x86_64 cat [2021-05-11T14:35:06.555Z] $ docker top 21a057f111569800fb151e7d68e91254e061369c8851b735e311b3c3c718c81c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T14:35:07.034Z] + go version [2021-05-11T14:35:07.034Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T14:35:07.050Z] $ docker stop --time=1 21a057f111569800fb151e7d68e91254e061369c8851b735e311b3c3c718c81c [2021-05-11T14:35:08.430Z] $ docker rm -f 21a057f111569800fb151e7d68e91254e061369c8851b735e311b3c3c718c81c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:35:08.941Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T14:35:08.941Z] . [Pipeline] withDockerContainer [2021-05-11T14:35:09.042Z] prd-centos7-docker-4c-2g-4439 does not seem to be running inside a container [2021-05-11T14:35:09.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/52 -v /w/workspace/device-virtual-go/52:/w/workspace/device-virtual-go/52:rw,z -v /w/workspace/device-virtual-go/52@tmp:/w/workspace/device-virtual-go/52@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 ******** ci-base-image-x86_64 cat [2021-05-11T14:35:09.710Z] $ docker top cf296cbb796eb7f65a082994d2f983fa042a8ffa058fc88b3be0afc2cdf730ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T14:35:10.124Z] + go mod tidy [Pipeline] sh [2021-05-11T14:35:11.458Z] + make test [2021-05-11T14:35:11.458Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-11T14:35:12.966Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-05-11T14:35:35.199Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-05-11T14:35:35.199Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.465s coverage: 63.8% of statements [2021-05-11T14:35:35.473Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T14:35:45.541Z] gofmt -l . [2021-05-11T14:35:45.541Z] [ "`gofmt -l .`" = "" ] [2021-05-11T14:35:45.541Z] ./bin/test-attribution-txt.sh [2021-05-11T14:35:46.118Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T14:35:46.401Z] $ docker stop --time=1 cf296cbb796eb7f65a082994d2f983fa042a8ffa058fc88b3be0afc2cdf730ad [2021-05-11T14:35:48.424Z] $ docker rm -f cf296cbb796eb7f65a082994d2f983fa042a8ffa058fc88b3be0afc2cdf730ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T14:35:48.969Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T14:35:49.380Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-11T14:35:51.818Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T14:35:52.125Z] + ls -al . [2021-05-11T14:35:52.125Z] total 132 [2021-05-11T14:35:52.125Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 11 14:35 . [2021-05-11T14:35:52.125Z] drwxrwxr-x. 4 jenkins jenkins 30 May 11 14:34 .. [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 8153 May 11 14:34 Attribution.txt [2021-05-11T14:35:52.125Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 14:34 bin [2021-05-11T14:35:52.125Z] drwxrwxr-x. 3 jenkins jenkins 32 May 11 14:34 cmd [2021-05-11T14:35:52.125Z] -rw-r--r--. 1 jenkins jenkins 47247 May 11 14:35 coverage.out [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 1905 May 11 14:34 Dockerfile [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 998 May 11 14:34 Dockerfile.build [2021-05-11T14:35:52.125Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 14:34 .git [2021-05-11T14:35:52.125Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 14:34 .github [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 277 May 11 14:34 .gitignore [2021-05-11T14:35:52.125Z] -rw-r--r--. 1 jenkins jenkins 809 May 11 14:35 go.mod [2021-05-11T14:35:52.125Z] -rw-r--r--. 1 jenkins jenkins 23532 May 11 14:35 go.sum [2021-05-11T14:35:52.125Z] drwxrwxr-x. 3 jenkins jenkins 20 May 11 14:34 internal [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 660 May 11 14:34 Jenkinsfile [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 11 14:34 LICENSE [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 901 May 11 14:34 Makefile [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 2745 May 11 14:34 README.md [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 14:31 VERSION [2021-05-11T14:35:52.125Z] -rw-rw-r--. 1 jenkins jenkins 235 May 11 14:34 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:35:52.436Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=969908695d9457bace8f724c7874c2a817cac062 --label arch=amd64 --label version=1.3.2-dev.13 . [2021-05-11T14:35:52.701Z] Sending build context to Docker daemon 8.64MB [2021-05-11T14:35:52.701Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T14:35:52.701Z] Step 2/25 : FROM ${BASE} AS builder [2021-05-11T14:35:52.701Z] ---> 38b0a46e591e [2021-05-11T14:35:52.701Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T14:35:52.966Z] ---> Running in 274b29ca45c3 [2021-05-11T14:35:53.542Z] Removing intermediate container 274b29ca45c3 [2021-05-11T14:35:53.542Z] ---> d3e3b6730b94 [2021-05-11T14:35:53.542Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T14:35:53.806Z] ---> Running in a70febba832b [2021-05-11T14:35:53.806Z] Removing intermediate container a70febba832b [2021-05-11T14:35:53.806Z] ---> 9a0b4885c4ae [2021-05-11T14:35:53.806Z] Step 5/25 : WORKDIR /device-virtual-go [2021-05-11T14:35:54.069Z] ---> Running in cce4101f555c [2021-05-11T14:35:54.069Z] Removing intermediate container cce4101f555c [2021-05-11T14:35:54.069Z] ---> c306b03fab1d [2021-05-11T14:35:54.069Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T14:35:54.333Z] ---> Running in 854bcde93b4d [2021-05-11T14:35:55.282Z] Removing intermediate container 854bcde93b4d [2021-05-11T14:35:55.283Z] ---> 72d91355350b [2021-05-11T14:35:55.283Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T14:35:55.283Z] ---> Running in 9eaf012986da [2021-05-11T14:35:55.863Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T14:35:57.255Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T14:35:58.647Z] OK: 156 MiB in 53 packages [2021-05-11T14:35:58.910Z] Removing intermediate container 9eaf012986da [2021-05-11T14:35:58.910Z] ---> 883dea27ba0d [2021-05-11T14:35:58.910Z] Step 8/25 : COPY . . [2021-05-11T14:35:59.494Z] ---> 67c888197708 [2021-05-11T14:35:59.494Z] Step 9/25 : RUN go mod download [2021-05-11T14:35:59.494Z] ---> Running in ec7ce1b2a0e9 [2021-05-11T14:36:00.897Z] Removing intermediate container ec7ce1b2a0e9 [2021-05-11T14:36:00.897Z] ---> c4c7d82f1f33 [2021-05-11T14:36:00.897Z] Step 10/25 : ARG MAKE='make build' [2021-05-11T14:36:00.897Z] ---> Running in b82ed6ac28c4 [2021-05-11T14:36:00.897Z] Removing intermediate container b82ed6ac28c4 [2021-05-11T14:36:00.897Z] ---> f6d7cda5307e [2021-05-11T14:36:00.897Z] Step 11/25 : RUN $MAKE [2021-05-11T14:36:00.897Z] ---> Running in cf2a6d0c2f8b [2021-05-11T14:36:01.475Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.13" -o cmd/device-virtual ./cmd [2021-05-11T14:36:04.005Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-05-11T14:36:04.005Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.969s coverage: 63.8% of statements [2021-05-11T14:36:04.005Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T14:36:19.815Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-11T14:36:23.144Z] Removing intermediate container cf2a6d0c2f8b [2021-05-11T14:36:23.144Z] ---> 8b316b619bfd [2021-05-11T14:36:23.144Z] Step 12/25 : FROM alpine:3.12 [2021-05-11T14:36:23.144Z] 3.12: Pulling from library/alpine [2021-05-11T14:36:23.144Z] 339de151aab4: Pulling fs layer [2021-05-11T14:36:23.407Z] 339de151aab4: Verifying Checksum [2021-05-11T14:36:23.407Z] 339de151aab4: Download complete [2021-05-11T14:36:23.407Z] 339de151aab4: Pull complete [2021-05-11T14:36:23.407Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T14:36:23.670Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T14:36:23.670Z] ---> 13621d1b12d4 [2021-05-11T14:36:23.670Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-05-11T14:36:23.670Z] ---> Running in f35c2ee510f4 [2021-05-11T14:36:23.933Z] Removing intermediate container f35c2ee510f4 [2021-05-11T14:36:23.933Z] ---> 5408b96eec44 [2021-05-11T14:36:23.933Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T14:36:23.933Z] ---> Running in 710c1e06e619 [2021-05-11T14:36:24.882Z] Removing intermediate container 710c1e06e619 [2021-05-11T14:36:24.882Z] ---> a89227258218 [2021-05-11T14:36:24.882Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T14:36:25.144Z] ---> Running in 12cc1047c3a3 [2021-05-11T14:36:25.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T14:36:26.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T14:36:27.614Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T14:36:27.614Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T14:36:27.876Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T14:36:28.137Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T14:36:29.529Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T14:36:29.529Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T14:36:29.793Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T14:36:29.793Z] OK: 8 MiB in 20 packages [2021-05-11T14:36:30.370Z] Removing intermediate container 12cc1047c3a3 [2021-05-11T14:36:30.371Z] ---> 6de5d4b95c59 [2021-05-11T14:36:30.371Z] Step 16/25 : WORKDIR / [2021-05-11T14:36:30.371Z] ---> Running in 162b9fd2719f [2021-05-11T14:36:30.633Z] Removing intermediate container 162b9fd2719f [2021-05-11T14:36:30.633Z] ---> 4319342a1147 [2021-05-11T14:36:30.633Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-05-11T14:36:30.824Z] gofmt -l . [2021-05-11T14:36:30.824Z] [ "`gofmt -l .`" = "" ] [2021-05-11T14:36:30.824Z] ./bin/test-attribution-txt.sh [2021-05-11T14:36:30.824Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T14:36:30.856Z] $ docker stop --time=1 87730784d271616dd7948dcd24e7bc271d6ded068b7839c0b3e4fff00a1b32d6 [2021-05-11T14:36:30.896Z] ---> 3e924c49e714 [2021-05-11T14:36:30.896Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-05-11T14:36:31.158Z] ---> 0305179a217f [2021-05-11T14:36:31.158Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-05-11T14:36:32.108Z] ---> 87919e114f9a [2021-05-11T14:36:32.108Z] Step 20/25 : EXPOSE 49990 [2021-05-11T14:36:32.108Z] ---> Running in ede8e475469b [2021-05-11T14:36:32.108Z] Removing intermediate container ede8e475469b [2021-05-11T14:36:32.108Z] ---> 182a322c4eef [2021-05-11T14:36:32.108Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-05-11T14:36:32.108Z] ---> Running in 99ef21909cd9 [2021-05-11T14:36:32.371Z] Removing intermediate container 99ef21909cd9 [2021-05-11T14:36:32.371Z] ---> 2fb07c367251 [2021-05-11T14:36:32.371Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T14:36:32.371Z] ---> Running in f8e504e440e3 [2021-05-11T14:36:32.634Z] Removing intermediate container f8e504e440e3 [2021-05-11T14:36:32.634Z] ---> e7b944d22837 [2021-05-11T14:36:32.634Z] Step 23/25 : LABEL arch=amd64 [2021-05-11T14:36:32.635Z] ---> Running in 6a0d152c223b [2021-05-11T14:36:32.884Z] $ docker rm -f 87730784d271616dd7948dcd24e7bc271d6ded068b7839c0b3e4fff00a1b32d6 [2021-05-11T14:36:32.898Z] Removing intermediate container 6a0d152c223b [2021-05-11T14:36:32.898Z] ---> b262868fc9f5 [2021-05-11T14:36:32.898Z] Step 24/25 : LABEL git_sha=969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T14:36:32.898Z] ---> Running in da921a10fecd [2021-05-11T14:36:33.162Z] Removing intermediate container da921a10fecd [2021-05-11T14:36:33.162Z] ---> ef6bb024b488 [2021-05-11T14:36:33.162Z] Step 25/25 : LABEL version=1.3.2-dev.13 [2021-05-11T14:36:33.162Z] ---> Running in 611ded618040 [2021-05-11T14:36:33.437Z] Removing intermediate container 611ded618040 [2021-05-11T14:36:33.437Z] ---> ea7cf96e2f4e [2021-05-11T14:36:33.437Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T14:36:33.437Z] Successfully built ea7cf96e2f4e [2021-05-11T14:36:33.437Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T14:36:33.672Z] provisioning config files... [2021-05-11T14:36:33.718Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/52@tmp/config3648744131773132207tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:36:33.814Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T14:36:33.857Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T14:36:34.102Z] ---> docker-login.sh [2021-05-11T14:36:34.102Z] nexus3.edgexfoundry.org:10001 [2021-05-11T14:36:34.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:36:34.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:36:34.366Z] Configure a credential helper to remove this warning. See [2021-05-11T14:36:34.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:36:34.366Z] [2021-05-11T14:36:34.366Z] Login Succeeded [2021-05-11T14:36:34.366Z] nexus3.edgexfoundry.org:10002 [2021-05-11T14:36:34.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:36:34.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:36:34.630Z] Configure a credential helper to remove this warning. See [2021-05-11T14:36:34.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:36:34.630Z] [2021-05-11T14:36:34.630Z] Login Succeeded [2021-05-11T14:36:34.630Z] nexus3.edgexfoundry.org:10003 [2021-05-11T14:36:34.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:36:34.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:36:34.630Z] Configure a credential helper to remove this warning. See [2021-05-11T14:36:34.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:36:34.630Z] [2021-05-11T14:36:34.630Z] Login Succeeded [2021-05-11T14:36:34.630Z] nexus3.edgexfoundry.org:10004 [2021-05-11T14:36:34.670Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T14:36:34.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:36:34.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:36:34.895Z] Configure a credential helper to remove this warning. See [2021-05-11T14:36:34.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:36:34.895Z] [2021-05-11T14:36:34.895Z] Login Succeeded [2021-05-11T14:36:34.895Z] docker.io [2021-05-11T14:36:35.104Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T14:36:35.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:36:35.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:36:35.422Z] Configure a credential helper to remove this warning. See [2021-05-11T14:36:35.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:36:35.422Z] [2021-05-11T14:36:35.422Z] Login Succeeded [2021-05-11T14:36:35.422Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T14:36:35.433Z] Deleting 1 temporary files [2021-05-11T14:36:35.437Z] + ls -al . [2021-05-11T14:36:35.437Z] total 156 [2021-05-11T14:36:35.437Z] drwxrwxr-x 7 jenkins jenkins 4096 May 11 14:36 . [2021-05-11T14:36:35.437Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 14:33 .. [2021-05-11T14:36:35.437Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 14:33 .git [2021-05-11T14:36:35.437Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:33 .github [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 277 May 11 14:33 .gitignore [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 8153 May 11 14:33 Attribution.txt [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 1905 May 11 14:33 Dockerfile [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 998 May 11 14:33 Dockerfile.build [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 660 May 11 14:33 Jenkinsfile [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 11 14:33 LICENSE [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 901 May 11 14:33 Makefile [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 2745 May 11 14:33 README.md [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 14:31 VERSION [2021-05-11T14:36:35.437Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 14:33 bin [2021-05-11T14:36:35.437Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 14:33 cmd [2021-05-11T14:36:35.437Z] -rw-r--r-- 1 jenkins jenkins 47247 May 11 14:35 coverage.out [2021-05-11T14:36:35.437Z] -rw-r--r-- 1 jenkins jenkins 809 May 11 14:36 go.mod [2021-05-11T14:36:35.437Z] -rw-r--r-- 1 jenkins jenkins 23532 May 11 14:34 go.sum [2021-05-11T14:36:35.437Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 14:33 internal [2021-05-11T14:36:35.437Z] -rw-rw-r-- 1 jenkins jenkins 235 May 11 14:33 version.go [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-05-11T14:36:35.581Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-05-11T14:36:35.581Z] 969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T14:36:35.581Z] latest [2021-05-11T14:36:35.581Z] 1.3.2-dev.13 [2021-05-11T14:36:35.581Z] 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [2021-05-11T14:36:35.581Z] master [2021-05-11T14:36:35.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:35.830Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=969908695d9457bace8f724c7874c2a817cac062 --label arch=arm64 --label version=1.3.2-dev.13 . [2021-05-11T14:36:35.940Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:36.105Z] Sending build context to Docker daemon 8.639MB [2021-05-11T14:36:36.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T14:36:36.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-11T14:36:36.246Z] 3b0e87c8ce2c: Preparing [2021-05-11T14:36:36.246Z] 1a47a343bf18: Preparing [2021-05-11T14:36:36.246Z] d28704cd9244: Preparing [2021-05-11T14:36:36.246Z] 13082e9f9565: Preparing [2021-05-11T14:36:36.246Z] 7f41c4101380: Preparing [2021-05-11T14:36:36.246Z] 32f366d666a5: Preparing [2021-05-11T14:36:36.246Z] 32f366d666a5: Waiting [2021-05-11T14:36:36.375Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T14:36:36.375Z] Step 2/25 : FROM ${BASE} AS builder [2021-05-11T14:36:36.375Z] ---> 5e36962b863f [2021-05-11T14:36:36.375Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T14:36:36.508Z] 7f41c4101380: Pushed [2021-05-11T14:36:36.509Z] d28704cd9244: Pushed [2021-05-11T14:36:36.509Z] 1a47a343bf18: Pushed [2021-05-11T14:36:36.509Z] 13082e9f9565: Pushed [2021-05-11T14:36:36.509Z] 32f366d666a5: Layer already exists [2021-05-11T14:36:36.645Z] ---> Running in 1b9a65bb68f9 [2021-05-11T14:36:36.916Z] Removing intermediate container 1b9a65bb68f9 [2021-05-11T14:36:36.916Z] ---> a19cea9e4356 [2021-05-11T14:36:36.916Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T14:36:37.188Z] ---> Running in 48ea2aec8e1c [2021-05-11T14:36:37.782Z] Removing intermediate container 48ea2aec8e1c [2021-05-11T14:36:37.782Z] ---> c9f8ae7646f6 [2021-05-11T14:36:37.782Z] Step 5/25 : WORKDIR /device-virtual-go [2021-05-11T14:36:37.782Z] ---> Running in a7f714445b03 [2021-05-11T14:36:37.899Z] 3b0e87c8ce2c: Pushed [2021-05-11T14:36:38.162Z] 969908695d9457bace8f724c7874c2a817cac062: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:38.376Z] Removing intermediate container a7f714445b03 [2021-05-11T14:36:38.376Z] ---> 111d58b2ee69 [2021-05-11T14:36:38.376Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T14:36:38.376Z] ---> Running in bbcdedf8d092 [2021-05-11T14:36:38.474Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:38.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-05-11T14:36:38.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-11T14:36:38.786Z] 3b0e87c8ce2c: Preparing [2021-05-11T14:36:38.786Z] 1a47a343bf18: Preparing [2021-05-11T14:36:38.786Z] d28704cd9244: Preparing [2021-05-11T14:36:38.786Z] 13082e9f9565: Preparing [2021-05-11T14:36:38.786Z] 7f41c4101380: Preparing [2021-05-11T14:36:38.786Z] 32f366d666a5: Preparing [2021-05-11T14:36:38.786Z] 32f366d666a5: Waiting [2021-05-11T14:36:38.786Z] 1a47a343bf18: Layer already exists [2021-05-11T14:36:38.786Z] 7f41c4101380: Layer already exists [2021-05-11T14:36:38.786Z] 3b0e87c8ce2c: Layer already exists [2021-05-11T14:36:38.786Z] d28704cd9244: Layer already exists [2021-05-11T14:36:38.786Z] 13082e9f9565: Layer already exists [2021-05-11T14:36:38.786Z] 32f366d666a5: Layer already exists [2021-05-11T14:36:38.786Z] latest: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:39.096Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:39.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.13 [2021-05-11T14:36:39.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-11T14:36:39.401Z] 3b0e87c8ce2c: Preparing [2021-05-11T14:36:39.401Z] 1a47a343bf18: Preparing [2021-05-11T14:36:39.401Z] d28704cd9244: Preparing [2021-05-11T14:36:39.401Z] 13082e9f9565: Preparing [2021-05-11T14:36:39.401Z] 7f41c4101380: Preparing [2021-05-11T14:36:39.401Z] 32f366d666a5: Preparing [2021-05-11T14:36:39.401Z] 32f366d666a5: Waiting [2021-05-11T14:36:39.401Z] 3b0e87c8ce2c: Layer already exists [2021-05-11T14:36:39.401Z] 7f41c4101380: Layer already exists [2021-05-11T14:36:39.401Z] 1a47a343bf18: Layer already exists [2021-05-11T14:36:39.401Z] d28704cd9244: Layer already exists [2021-05-11T14:36:39.401Z] 13082e9f9565: Layer already exists [2021-05-11T14:36:39.401Z] 32f366d666a5: Layer already exists [2021-05-11T14:36:39.401Z] 1.3.2-dev.13: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:39.711Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:40.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [2021-05-11T14:36:40.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-11T14:36:40.018Z] 3b0e87c8ce2c: Preparing [2021-05-11T14:36:40.018Z] 1a47a343bf18: Preparing [2021-05-11T14:36:40.018Z] d28704cd9244: Preparing [2021-05-11T14:36:40.018Z] 13082e9f9565: Preparing [2021-05-11T14:36:40.018Z] 7f41c4101380: Preparing [2021-05-11T14:36:40.018Z] 32f366d666a5: Preparing [2021-05-11T14:36:40.018Z] 32f366d666a5: Waiting [2021-05-11T14:36:40.018Z] 3b0e87c8ce2c: Layer already exists [2021-05-11T14:36:40.018Z] 13082e9f9565: Layer already exists [2021-05-11T14:36:40.018Z] 1a47a343bf18: Layer already exists [2021-05-11T14:36:40.018Z] d28704cd9244: Layer already exists [2021-05-11T14:36:40.018Z] 7f41c4101380: Layer already exists [2021-05-11T14:36:40.018Z] 32f366d666a5: Layer already exists [2021-05-11T14:36:40.018Z] 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:40.332Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:36:40.348Z] Removing intermediate container bbcdedf8d092 [2021-05-11T14:36:40.348Z] ---> 9a4b5bce574b [2021-05-11T14:36:40.348Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T14:36:40.620Z] ---> Running in 706cfd5d153a [2021-05-11T14:36:40.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-05-11T14:36:40.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-11T14:36:40.635Z] 3b0e87c8ce2c: Preparing [2021-05-11T14:36:40.635Z] 1a47a343bf18: Preparing [2021-05-11T14:36:40.635Z] d28704cd9244: Preparing [2021-05-11T14:36:40.635Z] 13082e9f9565: Preparing [2021-05-11T14:36:40.635Z] 7f41c4101380: Preparing [2021-05-11T14:36:40.635Z] 32f366d666a5: Preparing [2021-05-11T14:36:40.635Z] 32f366d666a5: Waiting [2021-05-11T14:36:40.635Z] 7f41c4101380: Layer already exists [2021-05-11T14:36:40.635Z] 3b0e87c8ce2c: Layer already exists [2021-05-11T14:36:40.635Z] 1a47a343bf18: Layer already exists [2021-05-11T14:36:40.635Z] d28704cd9244: Layer already exists [2021-05-11T14:36:40.635Z] 13082e9f9565: Layer already exists [2021-05-11T14:36:40.635Z] 32f366d666a5: Layer already exists [2021-05-11T14:36:40.635Z] master: digest: sha256:ddd2bb0aa60f9605fa3b5b66f7abf44440122f5300463d0c1febbf056b2fc75f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T14:36:40.695Z] ===================================================== [Pipeline] echo [2021-05-11T14:36:40.713Z] taggedImages: [2021-05-11T14:36:40.713Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T14:36:40.713Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-05-11T14:36:40.713Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.13 [2021-05-11T14:36:40.713Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [2021-05-11T14:36:40.713Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go: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 [2021-05-11T14:36:41.292Z] ---> job-cost.sh [2021-05-11T14:36:41.292Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yu91 [2021-05-11T14:36:41.598Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T14:36:43.579Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T14:36:44.553Z] OK: 145 MiB in 53 packages [2021-05-11T14:36:45.984Z] Removing intermediate container 706cfd5d153a [2021-05-11T14:36:45.984Z] ---> 7a76da78e99d [2021-05-11T14:36:45.984Z] Step 8/25 : COPY . . [2021-05-11T14:36:46.968Z] ---> 6bc44bb0e948 [2021-05-11T14:36:46.968Z] Step 9/25 : RUN go mod download [2021-05-11T14:36:47.247Z] ---> Running in 6fdd05867c14 [2021-05-11T14:36:49.884Z] Removing intermediate container 6fdd05867c14 [2021-05-11T14:36:49.884Z] ---> 23bbb587440e [2021-05-11T14:36:49.884Z] Step 10/25 : ARG MAKE='make build' [2021-05-11T14:36:49.884Z] ---> Running in ae019080e309 [2021-05-11T14:36:49.884Z] Removing intermediate container ae019080e309 [2021-05-11T14:36:49.884Z] ---> 1a51e828418e [2021-05-11T14:36:49.884Z] Step 11/25 : RUN $MAKE [2021-05-11T14:36:50.159Z] ---> Running in f3524d7a356a [2021-05-11T14:36:51.136Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.13" -o cmd/device-virtual ./cmd [2021-05-11T14:36:56.298Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T14:37:22.938Z] lf-activate-venv(): INFO: Adding /tmp/venv-Yu91/bin to PATH [2021-05-11T14:37:22.938Z] INFO: No Stack... [2021-05-11T14:37:23.886Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T14:37:24.461Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T14:37:24.785Z] + cat /w/workspace/device-virtual-go/52/archives/cost.csv [2021-05-11T14:37:24.785Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T14:37:24.868Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] [2021-05-11T14:37:24.877Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] did not exist. Created. [2021-05-11T14:37:24.877Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T14:37:25.212Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T14:37:25.331Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T14:37:25.346Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T14:37:47.743Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-11T14:37:51.172Z] Removing intermediate container f3524d7a356a [2021-05-11T14:37:51.172Z] ---> c5f63f59c322 [2021-05-11T14:37:51.172Z] Step 12/25 : FROM alpine:3.12 [2021-05-11T14:37:51.172Z] 3.12: Pulling from library/alpine [2021-05-11T14:37:51.172Z] d2f70382dc9a: Pulling fs layer [2021-05-11T14:37:51.449Z] d2f70382dc9a: Verifying Checksum [2021-05-11T14:37:51.449Z] d2f70382dc9a: Download complete [2021-05-11T14:37:52.045Z] d2f70382dc9a: Pull complete [2021-05-11T14:37:52.317Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T14:37:52.317Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T14:37:52.317Z] ---> 9852663dfa18 [2021-05-11T14:37:52.317Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-05-11T14:37:52.591Z] ---> Running in f267f6209ab8 [2021-05-11T14:37:53.184Z] Removing intermediate container f267f6209ab8 [2021-05-11T14:37:53.184Z] ---> 2a56dde28572 [2021-05-11T14:37:53.184Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T14:37:53.456Z] ---> Running in 54b7d6316d12 [2021-05-11T14:37:56.075Z] Removing intermediate container 54b7d6316d12 [2021-05-11T14:37:56.075Z] ---> 4bc70e1ed6b4 [2021-05-11T14:37:56.075Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T14:37:56.075Z] ---> Running in 6e8afea4364f [2021-05-11T14:37:57.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T14:37:58.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T14:37:59.444Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T14:37:59.715Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T14:37:59.987Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T14:37:59.987Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T14:38:00.583Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T14:38:00.859Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T14:38:00.859Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T14:38:00.859Z] OK: 8 MiB in 20 packages [2021-05-11T14:38:02.833Z] Removing intermediate container 6e8afea4364f [2021-05-11T14:38:02.833Z] ---> 4166748c545e [2021-05-11T14:38:02.833Z] Step 16/25 : WORKDIR / [2021-05-11T14:38:02.833Z] ---> Running in 0adeb58afc2b [2021-05-11T14:38:03.106Z] Removing intermediate container 0adeb58afc2b [2021-05-11T14:38:03.106Z] ---> 517dd86dbc6f [2021-05-11T14:38:03.106Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-05-11T14:38:05.787Z] ---> 13c2578e73c8 [2021-05-11T14:38:05.788Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-05-11T14:38:06.076Z] ---> 01c43e5f3e6c [2021-05-11T14:38:06.076Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-05-11T14:38:07.514Z] ---> 0d8f02afb759 [2021-05-11T14:38:07.514Z] Step 20/25 : EXPOSE 49990 [2021-05-11T14:38:07.789Z] ---> Running in 436d4cfc6294 [2021-05-11T14:38:08.064Z] Removing intermediate container 436d4cfc6294 [2021-05-11T14:38:08.064Z] ---> a31080089813 [2021-05-11T14:38:08.064Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-05-11T14:38:08.334Z] ---> Running in 86b5d38ab0f1 [2021-05-11T14:38:08.608Z] Removing intermediate container 86b5d38ab0f1 [2021-05-11T14:38:08.608Z] ---> fbc9592e7ab0 [2021-05-11T14:38:08.608Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T14:38:08.888Z] ---> Running in 1f5584552ba2 [2021-05-11T14:38:09.163Z] Removing intermediate container 1f5584552ba2 [2021-05-11T14:38:09.163Z] ---> b7422d7acbad [2021-05-11T14:38:09.163Z] Step 23/25 : LABEL arch=arm64 [2021-05-11T14:38:09.436Z] ---> Running in 03a6d56eaf27 [2021-05-11T14:38:09.711Z] Removing intermediate container 03a6d56eaf27 [2021-05-11T14:38:09.711Z] ---> c6fd56616f6f [2021-05-11T14:38:09.711Z] Step 24/25 : LABEL git_sha=969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T14:38:09.987Z] ---> Running in 316f466abc44 [2021-05-11T14:38:10.582Z] Removing intermediate container 316f466abc44 [2021-05-11T14:38:10.582Z] ---> 5b1d1f125ca5 [2021-05-11T14:38:10.582Z] Step 25/25 : LABEL version=1.3.2-dev.13 [2021-05-11T14:38:10.582Z] ---> Running in 6f2f52e66ee7 [2021-05-11T14:38:11.175Z] Removing intermediate container 6f2f52e66ee7 [2021-05-11T14:38:11.175Z] ---> c66fa92729ec [2021-05-11T14:38:11.175Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T14:38:11.175Z] Successfully built c66fa92729ec [2021-05-11T14:38:11.175Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T14:38:11.334Z] provisioning config files... [2021-05-11T14:38:11.392Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/52@tmp/config7943770350579555610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:38:11.761Z] ---> docker-login.sh [2021-05-11T14:38:11.761Z] nexus3.edgexfoundry.org:10001 [2021-05-11T14:38:12.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:38:12.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:38:12.037Z] Configure a credential helper to remove this warning. See [2021-05-11T14:38:12.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:38:12.037Z] [2021-05-11T14:38:12.037Z] Login Succeeded [2021-05-11T14:38:12.037Z] nexus3.edgexfoundry.org:10002 [2021-05-11T14:38:12.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:38:12.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:38:12.646Z] Configure a credential helper to remove this warning. See [2021-05-11T14:38:12.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:38:12.646Z] [2021-05-11T14:38:12.646Z] Login Succeeded [2021-05-11T14:38:12.646Z] nexus3.edgexfoundry.org:10003 [2021-05-11T14:38:13.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:38:13.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:38:13.245Z] Configure a credential helper to remove this warning. See [2021-05-11T14:38:13.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:38:13.245Z] [2021-05-11T14:38:13.245Z] Login Succeeded [2021-05-11T14:38:13.245Z] nexus3.edgexfoundry.org:10004 [2021-05-11T14:38:13.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:38:13.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:38:13.790Z] Configure a credential helper to remove this warning. See [2021-05-11T14:38:13.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:38:13.790Z] [2021-05-11T14:38:13.790Z] Login Succeeded [2021-05-11T14:38:13.790Z] docker.io [2021-05-11T14:38:14.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T14:38:14.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T14:38:14.651Z] Configure a credential helper to remove this warning. See [2021-05-11T14:38:14.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T14:38:14.651Z] [2021-05-11T14:38:14.651Z] Login Succeeded [2021-05-11T14:38:14.651Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T14:38:14.668Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T14:38:14.750Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-05-11T14:38:14.751Z] 969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T14:38:14.751Z] latest [2021-05-11T14:38:14.751Z] 1.3.2-dev.13 [2021-05-11T14:38:14.751Z] 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [2021-05-11T14:38:14.751Z] master [2021-05-11T14:38:14.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:15.146Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:15.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T14:38:15.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-11T14:38:15.488Z] 8982d1b0c4c9: Preparing [2021-05-11T14:38:15.488Z] 34bae36f9f3d: Preparing [2021-05-11T14:38:15.488Z] c98089c20097: Preparing [2021-05-11T14:38:15.488Z] f7ab073ead43: Preparing [2021-05-11T14:38:15.488Z] c0b7e075ed70: Preparing [2021-05-11T14:38:15.488Z] 3fbe34a1663b: Preparing [2021-05-11T14:38:15.488Z] 3fbe34a1663b: Waiting [2021-05-11T14:38:16.084Z] 34bae36f9f3d: Pushed [2021-05-11T14:38:16.084Z] c0b7e075ed70: Pushed [2021-05-11T14:38:16.084Z] c98089c20097: Pushed [2021-05-11T14:38:16.084Z] 3fbe34a1663b: Layer already exists [2021-05-11T14:38:16.355Z] f7ab073ead43: Pushed [2021-05-11T14:38:19.728Z] 8982d1b0c4c9: Pushed [2021-05-11T14:38:19.728Z] 969908695d9457bace8f724c7874c2a817cac062: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:20.070Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:20.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-05-11T14:38:20.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-11T14:38:20.405Z] 8982d1b0c4c9: Preparing [2021-05-11T14:38:20.405Z] 34bae36f9f3d: Preparing [2021-05-11T14:38:20.405Z] c98089c20097: Preparing [2021-05-11T14:38:20.405Z] f7ab073ead43: Preparing [2021-05-11T14:38:20.405Z] c0b7e075ed70: Preparing [2021-05-11T14:38:20.405Z] 3fbe34a1663b: Preparing [2021-05-11T14:38:20.405Z] 3fbe34a1663b: Waiting [2021-05-11T14:38:20.405Z] 8982d1b0c4c9: Layer already exists [2021-05-11T14:38:20.405Z] 34bae36f9f3d: Layer already exists [2021-05-11T14:38:20.405Z] f7ab073ead43: Layer already exists [2021-05-11T14:38:20.405Z] c0b7e075ed70: Layer already exists [2021-05-11T14:38:20.405Z] c98089c20097: Layer already exists [2021-05-11T14:38:20.405Z] 3fbe34a1663b: Layer already exists [2021-05-11T14:38:20.674Z] latest: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:21.016Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:21.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.13 [2021-05-11T14:38:21.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-11T14:38:21.357Z] 8982d1b0c4c9: Preparing [2021-05-11T14:38:21.357Z] 34bae36f9f3d: Preparing [2021-05-11T14:38:21.357Z] c98089c20097: Preparing [2021-05-11T14:38:21.357Z] f7ab073ead43: Preparing [2021-05-11T14:38:21.357Z] c0b7e075ed70: Preparing [2021-05-11T14:38:21.357Z] 3fbe34a1663b: Preparing [2021-05-11T14:38:21.357Z] 3fbe34a1663b: Waiting [2021-05-11T14:38:21.357Z] 34bae36f9f3d: Layer already exists [2021-05-11T14:38:21.357Z] c0b7e075ed70: Layer already exists [2021-05-11T14:38:21.357Z] f7ab073ead43: Layer already exists [2021-05-11T14:38:21.357Z] c98089c20097: Layer already exists [2021-05-11T14:38:21.357Z] 8982d1b0c4c9: Layer already exists [2021-05-11T14:38:21.357Z] 3fbe34a1663b: Layer already exists [2021-05-11T14:38:21.627Z] 1.3.2-dev.13: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:22.002Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:22.338Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [2021-05-11T14:38:22.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-11T14:38:22.338Z] 8982d1b0c4c9: Preparing [2021-05-11T14:38:22.338Z] 34bae36f9f3d: Preparing [2021-05-11T14:38:22.338Z] c98089c20097: Preparing [2021-05-11T14:38:22.338Z] f7ab073ead43: Preparing [2021-05-11T14:38:22.338Z] c0b7e075ed70: Preparing [2021-05-11T14:38:22.338Z] 3fbe34a1663b: Preparing [2021-05-11T14:38:22.338Z] 3fbe34a1663b: Waiting [2021-05-11T14:38:22.338Z] 8982d1b0c4c9: Layer already exists [2021-05-11T14:38:22.338Z] c98089c20097: Layer already exists [2021-05-11T14:38:22.338Z] f7ab073ead43: Layer already exists [2021-05-11T14:38:22.338Z] c0b7e075ed70: Layer already exists [2021-05-11T14:38:22.338Z] 34bae36f9f3d: Layer already exists [2021-05-11T14:38:22.338Z] 3fbe34a1663b: Layer already exists [2021-05-11T14:38:22.606Z] 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:22.947Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:38:23.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-05-11T14:38:23.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-11T14:38:23.282Z] 8982d1b0c4c9: Preparing [2021-05-11T14:38:23.282Z] 34bae36f9f3d: Preparing [2021-05-11T14:38:23.282Z] c98089c20097: Preparing [2021-05-11T14:38:23.282Z] f7ab073ead43: Preparing [2021-05-11T14:38:23.282Z] c0b7e075ed70: Preparing [2021-05-11T14:38:23.282Z] 3fbe34a1663b: Preparing [2021-05-11T14:38:23.282Z] 3fbe34a1663b: Waiting [2021-05-11T14:38:23.282Z] c98089c20097: Layer already exists [2021-05-11T14:38:23.282Z] c0b7e075ed70: Layer already exists [2021-05-11T14:38:23.282Z] f7ab073ead43: Layer already exists [2021-05-11T14:38:23.282Z] 34bae36f9f3d: Layer already exists [2021-05-11T14:38:23.282Z] 8982d1b0c4c9: Layer already exists [2021-05-11T14:38:23.282Z] 3fbe34a1663b: Layer already exists [2021-05-11T14:38:23.551Z] master: digest: sha256:25adfb3a7632cacdad598b47c93bf1f17a408263b7a31723a424c383eb72734b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T14:38:23.620Z] ===================================================== [Pipeline] echo [2021-05-11T14:38:23.638Z] taggedImages: [2021-05-11T14:38:23.638Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T14:38:23.638Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-05-11T14:38:23.638Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.13 [2021-05-11T14:38:23.638Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.13 [2021-05-11T14:38:23.638Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:38:24.017Z] ---> job-cost.sh [2021-05-11T14:38:24.017Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-E9BA [2021-05-11T14:39:11.038Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T14:41:02.837Z] lf-activate-venv(): INFO: Adding /tmp/venv-E9BA/bin to PATH [2021-05-11T14:41:02.837Z] INFO: No Stack... [2021-05-11T14:41:02.838Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T14:41:02.838Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T14:41:03.176Z] + + cat /w/workspace/device-virtual-go/52/archives/cost.csv [2021-05-11T14:41:03.176Z] cut -d, -f6 [Pipeline] lock [2021-05-11T14:41:03.299Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] [2021-05-11T14:41:03.308Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] did not exist. Created. [2021-05-11T14:41:03.308Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-52-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T14:41:03.675Z] /w/workspace/device-virtual-go/52@tmp/durable-66a33c89/script.sh: 1: /w/workspace/device-virtual-go/52@tmp/durable-66a33c89/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T14:41:04.018Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T14:41:04.042Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T14:41:04.191Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T14:41:04.214Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-52-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 [2021-05-11T14:41:04.805Z] provisioning config files... [2021-05-11T14:41:04.819Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6123848418636693564tmp [Pipeline] { [Pipeline] sh [2021-05-11T14:41:05.167Z] + set +x [2021-05-11T14:41:05.168Z] + curl -s https://codecov.io/bash [2021-05-11T14:41:05.168Z] + bash -s -- [2021-05-11T14:41:05.433Z] [2021-05-11T14:41:05.433Z] _____ _ [2021-05-11T14:41:05.433Z] / ____| | | [2021-05-11T14:41:05.433Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T14:41:05.433Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T14:41:05.433Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T14:41:05.433Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T14:41:05.433Z] Bash-1.0.2 [2021-05-11T14:41:05.433Z] [2021-05-11T14:41:05.433Z] [2021-05-11T14:41:05.433Z] ==> git version 2.24.3 found [2021-05-11T14:41:05.433Z] ==> 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 [2021-05-11T14:41:05.433Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T14:41:05.433Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T14:41:05.433Z] ==> Jenkins CI detected. [2021-05-11T14:41:05.433Z] project root: . [2021-05-11T14:41:05.433Z] --> token set from env [2021-05-11T14:41:05.433Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T14:41:05.433Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T14:41:05.433Z] ==> Python coveragepy not found [2021-05-11T14:41:05.433Z] ==> Searching for coverage reports in: [2021-05-11T14:41:05.433Z] + . [2021-05-11T14:41:05.433Z] -> Found 1 reports [2021-05-11T14:41:05.433Z] ==> Detecting git/mercurial file structure [2021-05-11T14:41:05.697Z] ==> Reading reports [2021-05-11T14:41:05.697Z] + ./coverage.out bytes=47247 [2021-05-11T14:41:05.697Z] ==> Appending adjustments [2021-05-11T14:41:05.697Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T14:41:05.697Z] + Found adjustments [2021-05-11T14:41:05.697Z] ==> Gzipping contents [2021-05-11T14:41:05.697Z] 8.0K /tmp/codecov.FlZdNn.gz [2021-05-11T14:41:05.697Z] ==> Uploading reports [2021-05-11T14:41:05.697Z] url: https://codecov.io [2021-05-11T14:41:05.697Z] query: branch=master&commit=969908695d9457bace8f724c7874c2a817cac062&build=52&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F52%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T14:41:05.697Z] -> Pinging Codecov [2021-05-11T14:41:05.698Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=969908695d9457bace8f724c7874c2a817cac062&build=52&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F52%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T14:41:06.286Z] -> Uploading to [2021-05-11T14:41:06.286Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/5E52B4B073DB2E39498172D8E973AA87/969908695d9457bace8f724c7874c2a817cac062/88675402-af94-41f4-820e-fed811de5e3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T144106Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a9732faacee7781d2cb44d0232ae435825728c61eaa387e76d61fb5dade9fbf1 [2021-05-11T14:41:06.286Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T14:41:06.286Z] Dload Upload Total Spent Left Speed [2021-05-11T14:41:06.815Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5791 0 0 100 5791 0 13940 --:--:-- --:--:-- --:--:-- 13920 [2021-05-11T14:41:06.815Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/969908695d9457bace8f724c7874c2a817cac062 [Pipeline] } [2021-05-11T14:41:06.826Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T14:41:07.558Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T14:41:07.588Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:41:07.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T14:41:07.903Z] [2021-05-11T14:41:07.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:41:08.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T14:41:08.350Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T14:41:08.350Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T14:41:08.350Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T14:41:08.350Z] de9db76c5a1d: Pulling fs layer [2021-05-11T14:41:08.350Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T14:41:08.350Z] 0d57e429df01: Pulling fs layer [2021-05-11T14:41:08.350Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T14:41:08.350Z] e1f770b5df2f: Pulling fs layer [2021-05-11T14:41:08.350Z] 85a0685a4137: Pulling fs layer [2021-05-11T14:41:08.350Z] 0d57e429df01: Waiting [2021-05-11T14:41:08.350Z] 4e4be7b47b0d: Waiting [2021-05-11T14:41:08.350Z] e1f770b5df2f: Waiting [2021-05-11T14:41:08.350Z] 85a0685a4137: Waiting [2021-05-11T14:41:08.350Z] 0eba1c9be4d2: Waiting [2021-05-11T14:41:08.350Z] de9db76c5a1d: Verifying Checksum [2021-05-11T14:41:08.350Z] de9db76c5a1d: Download complete [2021-05-11T14:41:08.350Z] 0ef7d3d256c8: Download complete [2021-05-11T14:41:08.350Z] 0d57e429df01: Verifying Checksum [2021-05-11T14:41:08.350Z] 0d57e429df01: Download complete [2021-05-11T14:41:08.350Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T14:41:08.350Z] 4e4be7b47b0d: Download complete [2021-05-11T14:41:08.350Z] 188c0c94c7c5: Verifying Checksum [2021-05-11T14:41:08.350Z] 188c0c94c7c5: Download complete [2021-05-11T14:41:08.958Z] 188c0c94c7c5: Pull complete [2021-05-11T14:41:09.226Z] 0ef7d3d256c8: Pull complete [2021-05-11T14:41:09.226Z] de9db76c5a1d: Pull complete [2021-05-11T14:41:09.809Z] e1f770b5df2f: Verifying Checksum [2021-05-11T14:41:09.809Z] e1f770b5df2f: Download complete [2021-05-11T14:41:12.396Z] 0eba1c9be4d2: Verifying Checksum [2021-05-11T14:41:12.396Z] 0eba1c9be4d2: Download complete [2021-05-11T14:41:12.396Z] 85a0685a4137: Verifying Checksum [2021-05-11T14:41:12.396Z] 85a0685a4137: Download complete [2021-05-11T14:41:17.753Z] 0eba1c9be4d2: Pull complete [2021-05-11T14:41:17.753Z] 0d57e429df01: Pull complete [2021-05-11T14:41:18.020Z] 4e4be7b47b0d: Pull complete [2021-05-11T14:41:19.427Z] e1f770b5df2f: Pull complete [2021-05-11T14:41:27.628Z] 85a0685a4137: Pull complete [2021-05-11T14:41:27.629Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T14:41:27.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T14:41:27.629Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T14:41:28.039Z] prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container [2021-05-11T14:41:28.105Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-11T14:41:29.747Z] $ docker top 0085b1b21baf72bd11347969406ed7919094864504b06d1f805c04ab31b69894 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T14:41:30.133Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T14:41:30.490Z] + set -o pipefail [2021-05-11T14:41:30.491Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T14:42:09.688Z] [2021-05-11T14:42:09.688Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-05-11T14:42:09.688Z] [2021-05-11T14:42:09.688Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/47deae4a-d2f1-4ccc-a7dc-81172bff77c5 [2021-05-11T14:42:09.688Z] [2021-05-11T14:42:09.688Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T14:42:09.688Z] [2021-05-11T14:42:09.688Z] [Pipeline] } [2021-05-11T14:42:09.753Z] $ docker stop --time=1 0085b1b21baf72bd11347969406ed7919094864504b06d1f805c04ab31b69894 [2021-05-11T14:42:12.026Z] $ docker rm -f 0085b1b21baf72bd11347969406ed7919094864504b06d1f805c04ab31b69894 [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 [2021-05-11T14:42:14.022Z] + git log --format=format:%s -1 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:42:14.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:42:14.727Z] . [Pipeline] withDockerContainer [2021-05-11T14:42:14.991Z] prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container [2021-05-11T14:42:15.104Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T14:42:16.639Z] $ docker top 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T14:42:17.012Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T14:42:17.012Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T14:42:17.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T14:42:17.417Z] $ docker exec 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 ssh-agent [2021-05-11T14:42:17.688Z] SSH_AUTH_SOCK=/tmp/ssh-uCylRdyQruGw/agent.12 [2021-05-11T14:42:17.688Z] SSH_AGENT_PID=18 [2021-05-11T14:42:17.703Z] Running ssh-add (command line suppressed) [2021-05-11T14:42:17.876Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1974831145217961981.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1974831145217961981.key) [2021-05-11T14:42:17.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T14:42:18.356Z] + git semver tag [2021-05-11T14:42:18.686Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T14:42:18.686Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-11T14:42:18.686Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-11T14:42:18.686Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T14:42:18.686Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T14:42:18.686Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T14:42:18.686Z] # $SEMVER_BRANCH = master [2021-05-11T14:42:18.686Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-05-11T14:42:18.686Z] # 969908695d9457bace8f724c7874c2a817cac062 HEAD [2021-05-11T14:42:18.686Z] # -> Force: false [2021-05-11T14:42:18.686Z] # 11509e6e3f5ab401490cda669aa707aa93ae8775 refs/tags/v1.3.2-dev.13 [Pipeline] } [2021-05-11T14:42:18.706Z] $ docker exec --env ******** --env ******** 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 ssh-agent -k [2021-05-11T14:42:19.083Z] unset SSH_AUTH_SOCK; [2021-05-11T14:42:19.083Z] unset SSH_AGENT_PID; [2021-05-11T14:42:19.084Z] echo Agent pid 18 killed; [2021-05-11T14:42:19.242Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T14:42:20.027Z] + git semver [Pipeline] } [2021-05-11T14:42:20.060Z] $ docker stop --time=1 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 [2021-05-11T14:42:21.788Z] $ docker rm -f 20584c566de07916e1629edc77afbe4eca55f64fd604810752f5528899a7c049 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:42:22.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T14:42:22.826Z] [2021-05-11T14:42:22.826Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:42:23.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T14:42:23.558Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T14:42:23.558Z] ab5ef0e58194: Pulling fs layer [2021-05-11T14:42:23.558Z] 9712f1f96733: Pulling fs layer [2021-05-11T14:42:23.558Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T14:42:23.558Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T14:42:23.558Z] e9a5061849ea: Pulling fs layer [2021-05-11T14:42:23.558Z] d747dcd14b5f: Pulling fs layer [2021-05-11T14:42:23.558Z] 2de7ff778b66: Pulling fs layer [2021-05-11T14:42:23.558Z] 0d9ebad4ef96: Waiting [2021-05-11T14:42:23.558Z] e9a5061849ea: Waiting [2021-05-11T14:42:23.558Z] d747dcd14b5f: Waiting [2021-05-11T14:42:23.558Z] 2de7ff778b66: Waiting [2021-05-11T14:42:23.558Z] 9712f1f96733: Verifying Checksum [2021-05-11T14:42:23.558Z] 9712f1f96733: Download complete [2021-05-11T14:42:25.575Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T14:42:25.575Z] 63f879dbbcfc: Download complete [2021-05-11T14:42:25.575Z] e9a5061849ea: Verifying Checksum [2021-05-11T14:42:25.575Z] e9a5061849ea: Download complete [2021-05-11T14:42:25.575Z] d747dcd14b5f: Download complete [2021-05-11T14:42:26.165Z] 2de7ff778b66: Verifying Checksum [2021-05-11T14:42:26.165Z] 2de7ff778b66: Download complete [2021-05-11T14:42:27.630Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T14:42:27.630Z] 0d9ebad4ef96: Download complete [2021-05-11T14:42:28.239Z] ab5ef0e58194: Verifying Checksum [2021-05-11T14:42:28.239Z] ab5ef0e58194: Download complete [2021-05-11T14:42:36.652Z] ab5ef0e58194: Pull complete [2021-05-11T14:42:36.652Z] 9712f1f96733: Pull complete [2021-05-11T14:42:39.288Z] 63f879dbbcfc: Pull complete [2021-05-11T14:42:49.436Z] 0d9ebad4ef96: Pull complete [2021-05-11T14:42:49.436Z] e9a5061849ea: Pull complete [2021-05-11T14:42:49.702Z] d747dcd14b5f: Pull complete [2021-05-11T14:42:52.282Z] 2de7ff778b66: Pull complete [2021-05-11T14:42:52.282Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T14:42:52.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T14:42:52.282Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T14:42:52.495Z] prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container [2021-05-11T14:42:52.552Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-11T14:42:56.661Z] $ docker top 3fd2e33e1d32d9d6a39b400c4ab0ed246e33b4a93a1f4c9a50c1677b72a8ff43 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T14:42:56.890Z] provisioning config files... [2021-05-11T14:42:56.908Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5856112330132609462tmp [2021-05-11T14:42:56.941Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config276076111207430710tmp [2021-05-11T14:42:56.957Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2340385916481563424tmp [Pipeline] { [Pipeline] echo [2021-05-11T14:42:56.982Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:42:57.642Z] ---> sigul-configuration.sh [2021-05-11T14:42:57.642Z] gpg: directory `/root/.gnupg' created [2021-05-11T14:42:57.642Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T14:42:57.642Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T14:42:57.642Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T14:42:57.642Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T14:42:57.642Z] gpg: CAST5 encrypted data [2021-05-11T14:42:57.642Z] gpg: encrypted with 1 passphrase [2021-05-11T14:42:57.642Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T14:42:58.024Z] + mkdir /home/jenkins [2021-05-11T14:42:58.024Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T14:42:58.419Z] + 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 [2021-05-11T14:42:58.434Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:42:58.777Z] ---> sigul-install.sh [2021-05-11T14:43:06.999Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T14:43:08.031Z] + git tag --list [2021-05-11T14:43:08.031Z] v1.0.0 [2021-05-11T14:43:08.031Z] v1.1.0 [2021-05-11T14:43:08.031Z] v1.1.1 [2021-05-11T14:43:08.031Z] v1.2.1 [2021-05-11T14:43:08.031Z] v1.2.2 [2021-05-11T14:43:08.031Z] v1.2.3 [2021-05-11T14:43:08.031Z] v1.3.0 [2021-05-11T14:43:08.031Z] v1.3.1 [2021-05-11T14:43:08.031Z] v1.3.1-dev.1 [2021-05-11T14:43:08.031Z] v1.3.1-dev.2 [2021-05-11T14:43:08.031Z] v1.3.1-dev.3 [2021-05-11T14:43:08.031Z] v1.3.1-dev.4 [2021-05-11T14:43:08.031Z] v1.3.1-dev.5 [2021-05-11T14:43:08.031Z] v1.3.2-dev.1 [2021-05-11T14:43:08.031Z] v1.3.2-dev.10 [2021-05-11T14:43:08.031Z] v1.3.2-dev.11 [2021-05-11T14:43:08.031Z] v1.3.2-dev.12 [2021-05-11T14:43:08.031Z] v1.3.2-dev.13 [2021-05-11T14:43:08.031Z] v1.3.2-dev.2 [2021-05-11T14:43:08.031Z] v1.3.2-dev.3 [2021-05-11T14:43:08.031Z] v1.3.2-dev.4 [2021-05-11T14:43:08.031Z] v1.3.2-dev.5 [2021-05-11T14:43:08.031Z] v1.3.2-dev.6 [2021-05-11T14:43:08.031Z] v1.3.2-dev.7 [2021-05-11T14:43:08.031Z] v1.3.2-dev.8 [2021-05-11T14:43:08.031Z] v1.3.2-dev.9 [Pipeline] sh [2021-05-11T14:43:08.850Z] + lftools sign git-tag v1.3.2-dev.13 [2021-05-11T14:43:10.845Z] Signing Git tag with Sigul... [2021-05-11T14:43:10.845Z] Signing v1.3.2-dev.13 [Pipeline] echo [2021-05-11T14:43:11.838Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:43:12.162Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T14:43:12.185Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T14:43:12.225Z] $ docker stop --time=1 3fd2e33e1d32d9d6a39b400c4ab0ed246e33b4a93a1f4c9a50c1677b72a8ff43 [2021-05-11T14:43:14.069Z] $ docker rm -f 3fd2e33e1d32d9d6a39b400c4ab0ed246e33b4a93a1f4c9a50c1677b72a8ff43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:43:14.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:43:14.770Z] . [Pipeline] withDockerContainer [2021-05-11T14:43:15.117Z] prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container [2021-05-11T14:43:15.203Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T14:43:16.439Z] $ docker top 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T14:43:16.895Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T14:43:16.895Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T14:43:17.376Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T14:43:17.385Z] $ docker exec 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a ssh-agent [2021-05-11T14:43:17.694Z] SSH_AUTH_SOCK=/tmp/ssh-PMvoV2V78lbq/agent.11 [2021-05-11T14:43:17.694Z] SSH_AGENT_PID=16 [2021-05-11T14:43:17.704Z] Running ssh-add (command line suppressed) [2021-05-11T14:43:18.047Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_857330846393615670.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_857330846393615670.key) [2021-05-11T14:43:18.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T14:43:18.515Z] + git semver bump pre [2021-05-11T14:43:18.516Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T14:43:18.516Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-11T14:43:18.516Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-11T14:43:18.516Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T14:43:18.516Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T14:43:18.516Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T14:43:18.516Z] # $SEMVER_BRANCH = master [2021-05-11T14:43:18.516Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-05-11T14:43:18.793Z] 1.3.2-dev.14 [Pipeline] } [2021-05-11T14:43:18.814Z] $ docker exec --env ******** --env ******** 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a ssh-agent -k [2021-05-11T14:43:19.261Z] unset SSH_AUTH_SOCK; [2021-05-11T14:43:19.267Z] unset SSH_AGENT_PID; [2021-05-11T14:43:19.267Z] echo Agent pid 16 killed; [2021-05-11T14:43:19.382Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T14:43:20.098Z] + git semver [Pipeline] } [2021-05-11T14:43:20.126Z] $ docker stop --time=1 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a [2021-05-11T14:43:22.030Z] $ docker rm -f 2cbe8441442afde694a622de8f90deb9810a32132ec7ef7214f3b56e9c01625a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:43:22.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T14:43:22.529Z] . [Pipeline] withDockerContainer [2021-05-11T14:43:22.702Z] prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container [2021-05-11T14:43:22.779Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T14:43:23.710Z] $ docker top 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T14:43:23.956Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T14:43:23.956Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T14:43:24.308Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T14:43:24.313Z] $ docker exec 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 ssh-agent [2021-05-11T14:43:24.660Z] SSH_AUTH_SOCK=/tmp/ssh-fHnPq7mqAp8H/agent.11 [2021-05-11T14:43:24.660Z] SSH_AGENT_PID=17 [2021-05-11T14:43:24.670Z] Running ssh-add (command line suppressed) [2021-05-11T14:43:24.876Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_120082954659734457.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_120082954659734457.key) [2021-05-11T14:43:24.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T14:43:25.280Z] + git semver push [2021-05-11T14:43:25.280Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T14:43:25.280Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-11T14:43:25.280Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-11T14:43:25.280Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T14:43:25.281Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T14:43:25.281Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T14:43:25.281Z] # $SEMVER_BRANCH = master [2021-05-11T14:43:25.281Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-05-11T14:43:30.613Z] $ docker exec --env ******** --env ******** 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 ssh-agent -k [2021-05-11T14:43:30.770Z] unset SSH_AUTH_SOCK; [2021-05-11T14:43:30.772Z] unset SSH_AGENT_PID; [2021-05-11T14:43:30.772Z] echo Agent pid 17 killed; [2021-05-11T14:43:30.833Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T14:43:31.174Z] + git semver [Pipeline] } [2021-05-11T14:43:31.192Z] $ docker stop --time=1 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 [2021-05-11T14:43:32.578Z] $ docker rm -f 90641bed6a3d9ce693ccdcfb190657b49cfe2fb4acb1ffce571914ba2c753f31 [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 [2021-05-11T14:43:33.583Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:43:34.166Z] ---> package-listing.sh [2021-05-11T14:43:34.166Z] ++ facter osfamily [2021-05-11T14:43:34.166Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T14:43:34.166Z] + OS_FAMILY=redhat [2021-05-11T14:43:34.166Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-05-11T14:43:34.166Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T14:43:34.166Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T14:43:34.166Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T14:43:34.166Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T14:43:34.166Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-05-11T14:43:34.166Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T14:43:34.166Z] + case "${OS_FAMILY}" in [2021-05-11T14:43:34.166Z] + rpm -qa [2021-05-11T14:43:34.166Z] + sort [2021-05-11T14:43:39.512Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T14:43:39.512Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T14:43:39.512Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T14:43:39.512Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-05-11T14:43:39.512Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-05-11T14:43:39.512Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo [2021-05-11T14:43:39.529Z] 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 [2021-05-11T14:43:39.863Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:43:40.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T14:43:40.490Z] [2021-05-11T14:43:40.490Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T14:43:40.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T14:43:40.827Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T14:43:40.827Z] df20fa9351a1: Pulling fs layer [2021-05-11T14:43:40.827Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T14:43:40.827Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T14:43:40.827Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T14:43:40.827Z] 93b61091891f: Pulling fs layer [2021-05-11T14:43:40.827Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T14:43:40.827Z] 5e14af77c1be: Pulling fs layer [2021-05-11T14:43:40.827Z] 01666e4c0597: Pulling fs layer [2021-05-11T14:43:40.827Z] aa168da1d23b: Pulling fs layer [2021-05-11T14:43:40.827Z] 93b9cdb0e59b: Waiting [2021-05-11T14:43:40.827Z] 5e14af77c1be: Waiting [2021-05-11T14:43:40.827Z] 01666e4c0597: Waiting [2021-05-11T14:43:40.827Z] aa168da1d23b: Waiting [2021-05-11T14:43:40.827Z] 46f8f816bc3b: Waiting [2021-05-11T14:43:40.827Z] 93b61091891f: Waiting [2021-05-11T14:43:40.827Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T14:43:40.827Z] 36b3adc4ff6f: Download complete [2021-05-11T14:43:40.827Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T14:43:40.827Z] 46f8f816bc3b: Download complete [2021-05-11T14:43:41.111Z] df20fa9351a1: Verifying Checksum [2021-05-11T14:43:41.111Z] df20fa9351a1: Download complete [2021-05-11T14:43:41.111Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T14:43:41.111Z] 93b9cdb0e59b: Download complete [2021-05-11T14:43:41.111Z] 93b61091891f: Download complete [2021-05-11T14:43:41.111Z] 5e14af77c1be: Verifying Checksum [2021-05-11T14:43:41.111Z] 5e14af77c1be: Download complete [2021-05-11T14:43:41.111Z] 01666e4c0597: Verifying Checksum [2021-05-11T14:43:41.111Z] 01666e4c0597: Download complete [2021-05-11T14:43:41.385Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T14:43:41.385Z] 8ad3a11d3b57: Download complete [2021-05-11T14:43:41.385Z] df20fa9351a1: Pull complete [2021-05-11T14:43:42.022Z] 36b3adc4ff6f: Pull complete [2021-05-11T14:43:43.484Z] 8ad3a11d3b57: Pull complete [2021-05-11T14:43:43.484Z] 46f8f816bc3b: Pull complete [2021-05-11T14:43:44.093Z] 93b61091891f: Pull complete [2021-05-11T14:43:44.679Z] 93b9cdb0e59b: Pull complete [2021-05-11T14:43:44.679Z] aa168da1d23b: Verifying Checksum [2021-05-11T14:43:44.679Z] aa168da1d23b: Download complete [2021-05-11T14:43:44.945Z] 5e14af77c1be: Pull complete [2021-05-11T14:43:45.221Z] 01666e4c0597: Pull complete [2021-05-11T14:43:53.807Z] aa168da1d23b: Pull complete [2021-05-11T14:43:53.807Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T14:43:53.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T14:43:53.807Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T14:43:54.050Z] prd-centos7-docker-4c-2g-4436 does not seem to be running inside a container [2021-05-11T14:43:54.129Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T14:43:57.752Z] $ docker top 68f6812f6211a6541b30b27f6ea2798f0042e25b7c2f7783aa4fcae677a0d34b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T14:43:58.303Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T14:43:58.622Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T14:43:58.945Z] + ls /var/log/sa-host [2021-05-11T14:43:58.946Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T14:43:58.946Z] file_magic: OK [2021-05-11T14:43:58.946Z] HZ: Using current value: 100 [2021-05-11T14:43:58.946Z] file_header: OK [2021-05-11T14:43:58.946Z] 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 [2021-05-11T14:43:58.946Z] Statistics: [2021-05-11T14:43:58.946Z] 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... [2021-05-11T14:43:58.946Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T14:43:58.946Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T14:43:58.946Z] file_magic: OK [2021-05-11T14:43:58.946Z] HZ: Using current value: 100 [2021-05-11T14:43:58.946Z] file_header: OK [2021-05-11T14:43:58.946Z] 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 [2021-05-11T14:43:58.946Z] Statistics: [2021-05-11T14:43:58.946Z] Hnuu...uuuununununu... [2021-05-11T14:43:58.946Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T14:43:59.548Z] provisioning config files... [2021-05-11T14:43:59.568Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7469978894783964938tmp [Pipeline] { [Pipeline] echo [2021-05-11T14:43:59.592Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:43:59.896Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T14:43:59.908Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T14:43:59.935Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:44:00.243Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T14:44:00.257Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:44:00.581Z] ---> sudo-logs.sh [2021-05-11T14:44:00.581Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T14:44:00.608Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:44:00.914Z] ---> job-cost.sh [2021-05-11T14:44:00.915Z] lf-activate-venv: SKIPPING [2021-05-11T14:44:00.915Z] DEBUG: total: 0.20999999344348907 [2021-05-11T14:44:00.915Z] INFO: Retrieving Stack Cost... [2021-05-11T14:44:02.333Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T14:44:02.912Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T14:44:02.930Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T14:44:03.240Z] ---> logs-deploy.sh [2021-05-11T14:44:03.240Z] lf-activate-venv: SKIPPING [2021-05-11T14:44:03.240Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/52 [2021-05-11T14:44:03.240Z] INFO: archiving workspace using pattern(s): [2021-05-11T14:44:05.840Z] Archives upload complete. [2021-05-11T14:44:05.840Z] INFO: archiving logs to Nexus [2021-05-11T14:44:07.305Z] ---> uname -a: [2021-05-11T14:44:07.305Z] Linux prd-centos7-docker-4c-2g-4436.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-11T14:44:07.305Z] [2021-05-11T14:44:07.305Z] [2021-05-11T14:44:07.305Z] ---> lscpu: [2021-05-11T14:44:07.305Z] Architecture: x86_64 [2021-05-11T14:44:07.305Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-11T14:44:07.305Z] Byte Order: Little Endian [2021-05-11T14:44:07.305Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-11T14:44:07.305Z] CPU(s): 4 [2021-05-11T14:44:07.305Z] On-line CPU(s) list: 0-3 [2021-05-11T14:44:07.305Z] Thread(s) per core: 1 [2021-05-11T14:44:07.305Z] Core(s) per socket: 1 [2021-05-11T14:44:07.305Z] Socket(s): 4 [2021-05-11T14:44:07.305Z] NUMA node(s): 1 [2021-05-11T14:44:07.305Z] Vendor ID: GenuineIntel [2021-05-11T14:44:07.305Z] CPU family: 6 [2021-05-11T14:44:07.305Z] Model: 44 [2021-05-11T14:44:07.305Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-11T14:44:07.305Z] Stepping: 1 [2021-05-11T14:44:07.305Z] CPU MHz: 2933.436 [2021-05-11T14:44:07.305Z] BogoMIPS: 5866.87 [2021-05-11T14:44:07.305Z] Virtualization: VT-x [2021-05-11T14:44:07.305Z] Hypervisor vendor: KVM [2021-05-11T14:44:07.305Z] Virtualization type: full [2021-05-11T14:44:07.305Z] L1d cache: 128 KiB [2021-05-11T14:44:07.305Z] L1i cache: 128 KiB [2021-05-11T14:44:07.305Z] L2 cache: 16 MiB [2021-05-11T14:44:07.305Z] L3 cache: 64 MiB [2021-05-11T14:44:07.305Z] NUMA node0 CPU(s): 0-3 [2021-05-11T14:44:07.305Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-11T14:44:07.305Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-11T14:44:07.305Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-11T14:44:07.305Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-11T14:44:07.305Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-11T14:44:07.305Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-11T14:44:07.305Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-11T14:44:07.305Z] Vulnerability Srbds: Not affected [2021-05-11T14:44:07.305Z] Vulnerability Tsx async abort: Not affected [2021-05-11T14:44:07.305Z] 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 [2021-05-11T14:44:07.305Z] [2021-05-11T14:44:07.305Z]