Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 969908695d9457bace8f724c7874c2a817cac062 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4520 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 Commit message: "Merge pull request #199 from lenny-intel/secure-bus" > git rev-list --no-walk 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T17:16:53.021Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T17:16:53.129Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:16:53.164Z] ========================================================= [2021-05-11T17:16:53.164Z] EdgeX Global Pipelines Version Info [2021-05-11T17:16:53.164Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:16:55.283Z] ------------------- [2021-05-11T17:16:55.283Z] stable info: [2021-05-11T17:16:55.283Z] ------------------- [2021-05-11T17:16:55.283Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T17:16:55.283Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T17:16:55.283Z] Message: update stable to v1.0.192 [2021-05-11T17:16:55.868Z] ------------------- [2021-05-11T17:16:55.868Z] experimental info: [2021-05-11T17:16:55.868Z] ------------------- [2021-05-11T17:16:55.868Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T17:16:55.868Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T17:16:55.868Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T17:16:56.038Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-05-11T17:16:56.063Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-05-11T17:16:56.105Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T17:16:56.128Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T17:16:56.168Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T17:16:56.191Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T17:16:56.231Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T17:16:56.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T17:16:56.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T17:16:56.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T17:16:56.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T17:16:56.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2021-05-11T17:16:56.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T17:16:56.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T17:16:56.482Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T17:16:56.506Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T17:16:56.548Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:16:56.572Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:16:56.613Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T17:16:56.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-11T17:16:56.676Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T17:16:56.700Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T17:16:56.737Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T17:16:56.760Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T17:16:56.798Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T17:16:56.821Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T17:16:56.867Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T17:16:56.900Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T17:16:56.947Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T17:16:56.975Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] echo [2021-05-11T17:16:57.015Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9699086 [Pipeline] echo [2021-05-11T17:16:57.039Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:16:57.127Z] provisioning config files... [2021-05-11T17:16:57.207Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6878502708946169835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:16:57.571Z] ---> docker-login.sh [2021-05-11T17:16:57.571Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:16:58.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:16:58.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:16:58.451Z] Configure a credential helper to remove this warning. See [2021-05-11T17:16:58.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:16:58.451Z] [2021-05-11T17:16:58.451Z] Login Succeeded [2021-05-11T17:16:58.451Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:16:58.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:16:58.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:16:58.451Z] Configure a credential helper to remove this warning. See [2021-05-11T17:16:58.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:16:58.451Z] [2021-05-11T17:16:58.451Z] Login Succeeded [2021-05-11T17:16:58.451Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:16:59.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:16:59.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:16:59.076Z] Configure a credential helper to remove this warning. See [2021-05-11T17:16:59.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:16:59.076Z] [2021-05-11T17:16:59.076Z] Login Succeeded [2021-05-11T17:16:59.076Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:16:59.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:16:59.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:16:59.340Z] Configure a credential helper to remove this warning. See [2021-05-11T17:16:59.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:16:59.340Z] [2021-05-11T17:16:59.340Z] Login Succeeded [2021-05-11T17:16:59.340Z] docker.io [2021-05-11T17:16:59.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:16:59.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:16:59.604Z] Configure a credential helper to remove this warning. See [2021-05-11T17:16:59.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:16:59.604Z] [2021-05-11T17:16:59.604Z] Login Succeeded [2021-05-11T17:16:59.604Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:16:59.617Z] 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-11T17:17:00.122Z] + git log --format=format:%s -1 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] echo [2021-05-11T17:17:00.268Z] GIT_COMMIT: 969908695d9457bace8f724c7874c2a817cac062, Commit Message: Merge pull request #199 from lenny-intel/secure-bus [Pipeline] echo [2021-05-11T17:17:00.282Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:17:00.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:17:00.939Z] [2021-05-11T17:17:00.939Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:17:01.315Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:17:01.315Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T17:17:01.315Z] 31603596830f: Pulling fs layer [2021-05-11T17:17:01.315Z] 54011a49482f: Pulling fs layer [2021-05-11T17:17:01.315Z] a6820b24f6d8: Pulling fs layer [2021-05-11T17:17:01.315Z] f581987b2513: Pulling fs layer [2021-05-11T17:17:01.315Z] f581987b2513: Waiting [2021-05-11T17:17:01.315Z] 54011a49482f: Verifying Checksum [2021-05-11T17:17:01.315Z] 54011a49482f: Download complete [2021-05-11T17:17:01.602Z] 31603596830f: Verifying Checksum [2021-05-11T17:17:01.602Z] 31603596830f: Download complete [2021-05-11T17:17:01.602Z] f581987b2513: Verifying Checksum [2021-05-11T17:17:01.602Z] f581987b2513: Download complete [2021-05-11T17:17:01.877Z] a6820b24f6d8: Verifying Checksum [2021-05-11T17:17:01.877Z] a6820b24f6d8: Download complete [2021-05-11T17:17:02.164Z] 31603596830f: Pull complete [2021-05-11T17:17:02.439Z] 54011a49482f: Pull complete [2021-05-11T17:17:03.404Z] a6820b24f6d8: Pull complete [2021-05-11T17:17:04.016Z] f581987b2513: Pull complete [2021-05-11T17:17:04.016Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T17:17:04.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:17:04.016Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T17:17:04.232Z] prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container [2021-05-11T17:17:04.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:17:06.596Z] $ docker top 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:17:06.774Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:17:06.774Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:17:07.044Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:17:07.052Z] $ docker exec 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d ssh-agent [2021-05-11T17:17:07.255Z] SSH_AUTH_SOCK=/tmp/ssh-7bneMmirU5wr/agent.11 [2021-05-11T17:17:07.255Z] SSH_AGENT_PID=17 [2021-05-11T17:17:07.270Z] Running ssh-add (command line suppressed) [2021-05-11T17:17:07.511Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6973470841449263986.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6973470841449263986.key) [2021-05-11T17:17:07.601Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:17:07.930Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T17:17:07.968Z] $ docker exec --env ******** --env ******** 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d ssh-agent -k [2021-05-11T17:17:08.167Z] unset SSH_AUTH_SOCK; [2021-05-11T17:17:08.168Z] unset SSH_AGENT_PID; [2021-05-11T17:17:08.168Z] echo Agent pid 17 killed; [2021-05-11T17:17:08.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-05-11T17:17:08.319Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.3.2-dev.13' [Pipeline] sshagent [2021-05-11T17:17:08.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:17:08.347Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:17:08.541Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:17:08.548Z] $ docker exec 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d ssh-agent [2021-05-11T17:17:08.833Z] SSH_AUTH_SOCK=/tmp/ssh-cWavY4Zw1L3Y/agent.46 [2021-05-11T17:17:08.833Z] SSH_AGENT_PID=51 [2021-05-11T17:17:08.849Z] Running ssh-add (command line suppressed) [2021-05-11T17:17:09.051Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_729274355864354104.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_729274355864354104.key) [2021-05-11T17:17:09.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:17:09.425Z] + git semver init [2021-05-11T17:17:09.425Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:17:09.425Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-11T17:17:09.425Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-11T17:17:09.425Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:17:09.425Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:17:09.425Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:17:09.425Z] # $SEMVER_BRANCH = master [2021-05-11T17:17:09.425Z] # $SEMVER_TEMP = /tmp/semver-370785587 [2021-05-11T17:17:09.425Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-05-11T17:17:10.833Z] # '/tmp/semver-370785587' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-05-11T17:17:10.833Z] # -> Force: false [2021-05-11T17:17:10.833Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-05-11T17:17:10.889Z] $ docker exec --env ******** --env ******** 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d ssh-agent -k [2021-05-11T17:17:11.048Z] unset SSH_AUTH_SOCK; [2021-05-11T17:17:11.050Z] unset SSH_AGENT_PID; [2021-05-11T17:17:11.050Z] echo Agent pid 51 killed; [2021-05-11T17:17:11.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:17:11.478Z] + git semver [Pipeline] } [2021-05-11T17:17:11.499Z] $ docker stop --time=1 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d [2021-05-11T17:17:12.977Z] $ docker rm -f 4373b967df4868ce3d09e17e312216233bfebd4e678861ba3d5d258002cabd4d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:17:13.452Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T17:17:13.885Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T17:17:13.888Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.14 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-11T17:17:29.098Z] Still waiting to schedule task [2021-05-11T17:17:29.098Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-11T17:17:29.101Z] Still waiting to schedule task [2021-05-11T17:17:29.101Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T17:19:40.295Z] Running on prd-centos7-docker-4c-2g-4523 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-05-11T17:19:40.321Z] Running in /w/workspace/device-virtual-go/53 [Pipeline] { [Pipeline] checkout [2021-05-11T17:19:43.273Z] using credential edgex-jenkins-ssh [2021-05-11T17:19:43.288Z] Cloning the remote Git repository [2021-05-11T17:19:43.314Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T17:19:43.395Z] > git init /w/workspace/device-virtual-go/53 # timeout=10 [2021-05-11T17:19:43.462Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T17:19:43.462Z] > git --version # timeout=10 [2021-05-11T17:19:43.469Z] > git --version # 'git version 2.24.3' [2021-05-11T17:19:43.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:19:43.498Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:19:44.809Z] Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) [2021-05-11T17:19:44.439Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-11T17:19:44.451Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:19:44.464Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-11T17:19:44.477Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T17:19:44.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:19:44.482Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T17:19:44.819Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T17:19:44.825Z] > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 [2021-05-11T17:19:48.514Z] 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-11T17:19:49.566Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:19:49.934Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:19:50.262Z] + true [2021-05-11T17:19:50.262Z] + sudo service docker restart [2021-05-11T17:19:50.262Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:19:51.239Z] provisioning config files... [2021-05-11T17:19:51.284Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/53@tmp/config4777495933516133118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:19:51.610Z] ---> docker-login.sh [2021-05-11T17:19:51.610Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:19:51.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:52.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:52.139Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:52.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:52.139Z] [2021-05-11T17:19:52.139Z] Login Succeeded [2021-05-11T17:19:52.139Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:19:52.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:52.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:52.139Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:52.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:52.139Z] [2021-05-11T17:19:52.139Z] Login Succeeded [2021-05-11T17:19:52.139Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:19:52.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:52.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:52.401Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:52.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:52.401Z] [2021-05-11T17:19:52.401Z] Login Succeeded [2021-05-11T17:19:52.401Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:19:52.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:52.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:52.663Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:52.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:52.663Z] [2021-05-11T17:19:52.663Z] Login Succeeded [2021-05-11T17:19:52.663Z] docker.io [2021-05-11T17:19:52.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:19:52.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:19:52.925Z] Configure a credential helper to remove this warning. See [2021-05-11T17:19:52.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:19:52.925Z] [2021-05-11T17:19:52.925Z] Login Succeeded [2021-05-11T17:19:52.925Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:19:52.934Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T17:19:53.100Z] ========================================================= [2021-05-11T17:19:53.100Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T17:19:53.100Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:19:53.423Z] + 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-11T17:19:53.689Z] Sending build context to Docker daemon 8.57MB [2021-05-11T17:19:53.689Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T17:19:53.689Z] Step 2/8 : FROM ${BASE} [2021-05-11T17:19:53.689Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T17:19:53.689Z] 540db60ca938: Pulling fs layer [2021-05-11T17:19:53.689Z] adcc1eea9eea: Pulling fs layer [2021-05-11T17:19:53.689Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T17:19:53.689Z] 0510c868ecb4: Pulling fs layer [2021-05-11T17:19:53.689Z] afea3b2eda06: Pulling fs layer [2021-05-11T17:19:53.689Z] 7809a108b3ef: Pulling fs layer [2021-05-11T17:19:53.689Z] f706445af74f: Pulling fs layer [2021-05-11T17:19:53.689Z] afea3b2eda06: Waiting [2021-05-11T17:19:53.689Z] 7809a108b3ef: Waiting [2021-05-11T17:19:53.689Z] f706445af74f: Waiting [2021-05-11T17:19:53.689Z] 0510c868ecb4: Waiting [2021-05-11T17:19:53.689Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T17:19:53.689Z] 4c4ab2625f07: Download complete [2021-05-11T17:19:53.689Z] adcc1eea9eea: Verifying Checksum [2021-05-11T17:19:53.689Z] adcc1eea9eea: Download complete [2021-05-11T17:19:53.689Z] afea3b2eda06: Verifying Checksum [2021-05-11T17:19:53.689Z] afea3b2eda06: Download complete [2021-05-11T17:19:53.689Z] 7809a108b3ef: Verifying Checksum [2021-05-11T17:19:53.689Z] 7809a108b3ef: Download complete [2021-05-11T17:19:53.689Z] 540db60ca938: Verifying Checksum [2021-05-11T17:19:53.689Z] 540db60ca938: Download complete [2021-05-11T17:19:53.953Z] 540db60ca938: Pull complete [2021-05-11T17:19:54.225Z] adcc1eea9eea: Pull complete [2021-05-11T17:19:54.496Z] 4c4ab2625f07: Pull complete [2021-05-11T17:19:55.082Z] f706445af74f: Verifying Checksum [2021-05-11T17:19:55.082Z] f706445af74f: Download complete [2021-05-11T17:19:56.044Z] 0510c868ecb4: Verifying Checksum [2021-05-11T17:19:56.044Z] 0510c868ecb4: Download complete [2021-05-11T17:20:01.397Z] 0510c868ecb4: Pull complete [2021-05-11T17:20:01.397Z] afea3b2eda06: Pull complete [2021-05-11T17:20:01.665Z] 7809a108b3ef: Pull complete [2021-05-11T17:20:07.015Z] f706445af74f: Pull complete [2021-05-11T17:20:07.015Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T17:20:07.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T17:20:07.015Z] ---> b068be0155e3 [2021-05-11T17:20:07.015Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-11T17:20:07.015Z] ---> Running in a7041672fadc [2021-05-11T17:20:07.015Z] Removing intermediate container a7041672fadc [2021-05-11T17:20:07.015Z] ---> 0901aaec11c9 [2021-05-11T17:20:07.015Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:20:07.015Z] ---> Running in 9e33acb20ef0 [2021-05-11T17:20:08.428Z] Removing intermediate container 9e33acb20ef0 [2021-05-11T17:20:08.428Z] ---> 09fed61df4cc [2021-05-11T17:20:08.428Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T17:20:08.428Z] ---> Running in d0000d69a895 [2021-05-11T17:20:09.387Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:20:09.963Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:20:10.564Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-11T17:20:10.564Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-11T17:20:10.565Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-11T17:20:10.565Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-11T17:20:10.826Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T17:20:10.826Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-11T17:20:10.826Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-11T17:20:11.091Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-11T17:20:11.354Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-11T17:20:11.354Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-11T17:20:11.354Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-11T17:20:11.616Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-11T17:20:11.616Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-11T17:20:11.616Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T17:20:11.881Z] OK: 156 MiB in 53 packages [2021-05-11T17:20:12.829Z] Removing intermediate container d0000d69a895 [2021-05-11T17:20:12.830Z] ---> 2a1a6c872ccb [2021-05-11T17:20:12.830Z] Step 6/8 : WORKDIR /device-virtual-go [2021-05-11T17:20:12.830Z] ---> Running in caf23d4fca5e [2021-05-11T17:20:12.830Z] Removing intermediate container caf23d4fca5e [2021-05-11T17:20:12.830Z] ---> e8914dc843b8 [2021-05-11T17:20:12.830Z] Step 7/8 : COPY . . [2021-05-11T17:20:13.789Z] ---> 62243559ed53 [2021-05-11T17:20:13.789Z] Step 8/8 : RUN go mod download [2021-05-11T17:20:13.789Z] ---> Running in 45300320716b [2021-05-11T17:20:40.420Z] Removing intermediate container 45300320716b [2021-05-11T17:20:40.420Z] ---> 875673244c77 [2021-05-11T17:20:40.420Z] Successfully built 875673244c77 [2021-05-11T17:20:40.420Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:20:40.744Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T17:20:40.745Z] . [Pipeline] withDockerContainer [2021-05-11T17:20:40.882Z] prd-centos7-docker-4c-2g-4523 does not seem to be running inside a container [2021-05-11T17:20:40.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/53 -v /w/workspace/device-virtual-go/53:/w/workspace/device-virtual-go/53:rw,z -v /w/workspace/device-virtual-go/53@tmp:/w/workspace/device-virtual-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T17:20:41.698Z] $ docker top f850d97b5a7b3c10439cde52870d28e8d97956cd6ddd65f55b60ac46cea5ddc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:20:42.122Z] + go version [2021-05-11T17:20:42.122Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T17:20:42.142Z] $ docker stop --time=1 f850d97b5a7b3c10439cde52870d28e8d97956cd6ddd65f55b60ac46cea5ddc3 [2021-05-11T17:20:43.561Z] $ docker rm -f f850d97b5a7b3c10439cde52870d28e8d97956cd6ddd65f55b60ac46cea5ddc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:20:44.086Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T17:20:44.086Z] . [Pipeline] withDockerContainer [2021-05-11T17:20:44.246Z] prd-centos7-docker-4c-2g-4523 does not seem to be running inside a container [2021-05-11T17:20:44.294Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/53 -v /w/workspace/device-virtual-go/53:/w/workspace/device-virtual-go/53:rw,z -v /w/workspace/device-virtual-go/53@tmp:/w/workspace/device-virtual-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T17:20:45.114Z] $ docker top d9db989f6ddef48fea1f8a793009f3f8596baf7e26eafe2490577d80f7f9ee0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:20:45.589Z] + go mod tidy [Pipeline] sh [2021-05-11T17:20:46.867Z] + make test [2021-05-11T17:20:46.867Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-11T17:20:47.914Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-05-11T17:21:00.643Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4524 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-05-11T17:21:00.661Z] Running in /w/workspace/device-virtual-go/53 [Pipeline] { [Pipeline] checkout [2021-05-11T17:21:06.740Z] using credential edgex-jenkins-ssh [2021-05-11T17:21:06.828Z] Cloning the remote Git repository [2021-05-11T17:21:06.896Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T17:21:06.997Z] > git init /w/workspace/device-virtual-go/53 # timeout=10 [2021-05-11T17:21:07.067Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T17:21:07.067Z] > git --version # timeout=10 [2021-05-11T17:21:07.109Z] > git --version # 'git version 2.17.1' [2021-05-11T17:21:07.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:21:07.194Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:21:09.488Z] Checking out Revision 969908695d9457bace8f724c7874c2a817cac062 (master) [2021-05-11T17:21:08.911Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-11T17:21:08.932Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:21:08.963Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-11T17:21:09.001Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-11T17:21:09.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:21:09.014Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T17:21:09.524Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T17:21:09.540Z] > git checkout -f 969908695d9457bace8f724c7874c2a817cac062 # timeout=10 [2021-05-11T17:21:10.265Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-05-11T17:21:11.223Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.528s coverage: 63.8% of statements [2021-05-11T17:21:11.488Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T17:21:14.216Z] 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-11T17:21:15.587Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:21:15.998Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:21:16.340Z] + + sudo service docker restarttrue [2021-05-11T17:21:16.340Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:21:19.001Z] provisioning config files... [2021-05-11T17:21:19.052Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/53@tmp/config4510270900143429607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:21:19.440Z] ---> docker-login.sh [2021-05-11T17:21:19.440Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:21:20.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:20.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:20.704Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:20.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:20.704Z] [2021-05-11T17:21:20.704Z] Login Succeeded [2021-05-11T17:21:20.704Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:21:20.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:21.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:21.252Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:21.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:21.252Z] [2021-05-11T17:21:21.252Z] Login Succeeded [2021-05-11T17:21:21.252Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:21:21.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:21.611Z] gofmt -l . [2021-05-11T17:21:21.611Z] [ "`gofmt -l .`" = "" ] [2021-05-11T17:21:21.611Z] ./bin/test-attribution-txt.sh [2021-05-11T17:21:21.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:21.804Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:21.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:21.804Z] [2021-05-11T17:21:21.804Z] Login Succeeded [2021-05-11T17:21:21.804Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:21:22.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:22.194Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T17:21:22.218Z] $ docker stop --time=1 d9db989f6ddef48fea1f8a793009f3f8596baf7e26eafe2490577d80f7f9ee0d [2021-05-11T17:21:22.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:22.355Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:22.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:22.355Z] [2021-05-11T17:21:22.355Z] Login Succeeded [2021-05-11T17:21:22.355Z] docker.io [2021-05-11T17:21:22.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:21:23.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:21:23.233Z] Configure a credential helper to remove this warning. See [2021-05-11T17:21:23.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:21:23.233Z] [2021-05-11T17:21:23.233Z] Login Succeeded [2021-05-11T17:21:23.233Z] ---> docker-login.sh ends [2021-05-11T17:21:24.422Z] $ docker rm -f d9db989f6ddef48fea1f8a793009f3f8596baf7e26eafe2490577d80f7f9ee0d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-05-11T17:21:24.798Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-11T17:21:25.057Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo [2021-05-11T17:21:25.103Z] ========================================================= [2021-05-11T17:21:25.103Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T17:21:25.103Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:21:25.459Z] + 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-11T17:21:25.462Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-05-11T17:21:25.736Z] Sending build context to Docker daemon 8.569MB [2021-05-11T17:21:26.013Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T17:21:26.013Z] Step 2/8 : FROM ${BASE} [2021-05-11T17:21:26.013Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T17:21:26.013Z] 595b0fe564bb: Pulling fs layer [2021-05-11T17:21:26.013Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T17:21:26.013Z] 316046926c0a: Pulling fs layer [2021-05-11T17:21:26.013Z] 4ebd0625c992: Pulling fs layer [2021-05-11T17:21:26.013Z] 207e8628e3a3: Pulling fs layer [2021-05-11T17:21:26.013Z] c791037a9be2: Pulling fs layer [2021-05-11T17:21:26.013Z] ffd874e62e21: Pulling fs layer [2021-05-11T17:21:26.013Z] 4ebd0625c992: Waiting [2021-05-11T17:21:26.013Z] 207e8628e3a3: Waiting [2021-05-11T17:21:26.013Z] c791037a9be2: Waiting [2021-05-11T17:21:26.013Z] ffd874e62e21: Waiting [2021-05-11T17:21:26.013Z] 316046926c0a: Verifying Checksum [2021-05-11T17:21:26.013Z] 316046926c0a: Download complete [2021-05-11T17:21:26.013Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T17:21:26.013Z] 7186ed65a4f7: Download complete [2021-05-11T17:21:26.013Z] 207e8628e3a3: Verifying Checksum [2021-05-11T17:21:26.013Z] 207e8628e3a3: Download complete [2021-05-11T17:21:26.013Z] 595b0fe564bb: Verifying Checksum [2021-05-11T17:21:26.013Z] 595b0fe564bb: Download complete [2021-05-11T17:21:26.013Z] c791037a9be2: Verifying Checksum [2021-05-11T17:21:26.013Z] c791037a9be2: Download complete [Pipeline] sh [2021-05-11T17:21:26.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T17:21:26.903Z] + ls -al . [2021-05-11T17:21:26.903Z] total 132 [2021-05-11T17:21:26.903Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 11 17:21 . [2021-05-11T17:21:26.903Z] drwxrwxr-x. 4 jenkins jenkins 30 May 11 17:19 .. [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 8153 May 11 17:19 Attribution.txt [2021-05-11T17:21:26.903Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 17:19 bin [2021-05-11T17:21:26.903Z] drwxrwxr-x. 3 jenkins jenkins 32 May 11 17:19 cmd [2021-05-11T17:21:26.903Z] -rw-r--r--. 1 jenkins jenkins 47247 May 11 17:21 coverage.out [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 1905 May 11 17:19 Dockerfile [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 998 May 11 17:19 Dockerfile.build [2021-05-11T17:21:26.903Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 17:19 .git [2021-05-11T17:21:26.903Z] drwxrwxr-x. 2 jenkins jenkins 103 May 11 17:19 .github [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 277 May 11 17:19 .gitignore [2021-05-11T17:21:26.903Z] -rw-r--r--. 1 jenkins jenkins 809 May 11 17:21 go.mod [2021-05-11T17:21:26.903Z] -rw-r--r--. 1 jenkins jenkins 23532 May 11 17:20 go.sum [2021-05-11T17:21:26.903Z] drwxrwxr-x. 3 jenkins jenkins 20 May 11 17:19 internal [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 660 May 11 17:19 Jenkinsfile [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 11 17:19 LICENSE [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 901 May 11 17:19 Makefile [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 2745 May 11 17:19 README.md [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 17:17 VERSION [2021-05-11T17:21:26.903Z] -rw-rw-r--. 1 jenkins jenkins 235 May 11 17:19 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:21:27.012Z] 595b0fe564bb: Pull complete [2021-05-11T17:21:27.223Z] + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=969908695d9457bace8f724c7874c2a817cac062 --label arch=amd64 --label version=1.3.2-dev.14 . [2021-05-11T17:21:27.493Z] Sending build context to Docker daemon 8.643MB [2021-05-11T17:21:27.493Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T17:21:27.493Z] Step 2/25 : FROM ${BASE} AS builder [2021-05-11T17:21:27.493Z] ---> 875673244c77 [2021-05-11T17:21:27.493Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T17:21:27.622Z] 7186ed65a4f7: Pull complete [2021-05-11T17:21:27.757Z] ---> Running in e224d19bdf8a [2021-05-11T17:21:27.757Z] Removing intermediate container e224d19bdf8a [2021-05-11T17:21:27.757Z] ---> 8ac3098fe19b [2021-05-11T17:21:27.757Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T17:21:27.898Z] ffd874e62e21: Verifying Checksum [2021-05-11T17:21:27.898Z] ffd874e62e21: Download complete [2021-05-11T17:21:27.898Z] 316046926c0a: Pull complete [2021-05-11T17:21:28.022Z] ---> Running in b47e458327ec [2021-05-11T17:21:28.022Z] Removing intermediate container b47e458327ec [2021-05-11T17:21:28.022Z] ---> 459ea0472500 [2021-05-11T17:21:28.022Z] Step 5/25 : WORKDIR /device-virtual-go [2021-05-11T17:21:28.302Z] ---> Running in 14e56de6f005 [2021-05-11T17:21:28.302Z] Removing intermediate container 14e56de6f005 [2021-05-11T17:21:28.302Z] ---> 70b61abfb77f [2021-05-11T17:21:28.302Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:21:28.302Z] ---> Running in 03e44ead635a [2021-05-11T17:21:29.345Z] 4ebd0625c992: Verifying Checksum [2021-05-11T17:21:29.346Z] 4ebd0625c992: Download complete [2021-05-11T17:21:29.702Z] Removing intermediate container 03e44ead635a [2021-05-11T17:21:29.703Z] ---> 96d0323fade1 [2021-05-11T17:21:29.703Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T17:21:29.703Z] ---> Running in e670c6b65b3e [2021-05-11T17:21:30.278Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:21:30.860Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:21:31.436Z] OK: 156 MiB in 53 packages [2021-05-11T17:21:32.014Z] Removing intermediate container e670c6b65b3e [2021-05-11T17:21:32.014Z] ---> 20040dec230d [2021-05-11T17:21:32.014Z] Step 8/25 : COPY . . [2021-05-11T17:21:32.592Z] ---> 76016b225946 [2021-05-11T17:21:32.592Z] Step 9/25 : RUN go mod download [2021-05-11T17:21:32.592Z] ---> Running in c789ffbe8653 [2021-05-11T17:21:33.546Z] Removing intermediate container c789ffbe8653 [2021-05-11T17:21:33.546Z] ---> 68df825604d7 [2021-05-11T17:21:33.546Z] Step 10/25 : ARG MAKE='make build' [2021-05-11T17:21:33.546Z] ---> Running in db5c9af30b25 [2021-05-11T17:21:33.818Z] Removing intermediate container db5c9af30b25 [2021-05-11T17:21:33.818Z] ---> 05b8d9438c59 [2021-05-11T17:21:33.818Z] Step 11/25 : RUN $MAKE [2021-05-11T17:21:33.818Z] ---> Running in 647cab2feed4 [2021-05-11T17:21:34.416Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.14" -o cmd/device-virtual ./cmd [2021-05-11T17:21:39.534Z] 4ebd0625c992: Pull complete [2021-05-11T17:21:39.535Z] 207e8628e3a3: Pull complete [2021-05-11T17:21:40.133Z] c791037a9be2: Pull complete [2021-05-11T17:21:44.470Z] ffd874e62e21: Pull complete [2021-05-11T17:21:44.470Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T17:21:44.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T17:21:44.470Z] ---> cfc18b08335c [2021-05-11T17:21:44.470Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-11T17:21:47.096Z] ---> Running in 03d121dc9059 [2021-05-11T17:21:47.696Z] Removing intermediate container 03d121dc9059 [2021-05-11T17:21:47.696Z] ---> 84ca5eef8fac [2021-05-11T17:21:47.696Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:21:47.696Z] ---> Running in 8e75443d38bf [2021-05-11T17:21:49.672Z] Removing intermediate container 8e75443d38bf [2021-05-11T17:21:49.672Z] ---> 58b97bbf714c [2021-05-11T17:21:49.672Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-05-11T17:21:49.947Z] ---> Running in 00f96367d36a [2021-05-11T17:21:50.941Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:21:51.916Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:21:52.514Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-11T17:21:52.687Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-11T17:21:52.784Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-11T17:21:52.784Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-11T17:21:52.784Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-11T17:21:53.055Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-11T17:21:53.055Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-11T17:21:53.055Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-11T17:21:53.327Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-11T17:21:53.597Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-11T17:21:53.597Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-11T17:21:53.597Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-11T17:21:53.870Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-11T17:21:53.870Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-11T17:21:54.142Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T17:21:54.142Z] OK: 145 MiB in 53 packages [2021-05-11T17:21:55.579Z] Removing intermediate container 00f96367d36a [2021-05-11T17:21:55.579Z] ---> 902ac8df9617 [2021-05-11T17:21:55.579Z] Step 6/8 : WORKDIR /device-virtual-go [2021-05-11T17:21:55.579Z] ---> Running in 141150b65ed5 [2021-05-11T17:21:56.182Z] Removing intermediate container 141150b65ed5 [2021-05-11T17:21:56.182Z] ---> fe060b88f6e1 [2021-05-11T17:21:56.182Z] Step 7/8 : COPY . . [2021-05-11T17:21:56.934Z] Removing intermediate container 647cab2feed4 [2021-05-11T17:21:56.934Z] ---> 90eff8e42c58 [2021-05-11T17:21:56.934Z] Step 12/25 : FROM alpine:3.12 [2021-05-11T17:21:57.196Z] 3.12: Pulling from library/alpine [2021-05-11T17:21:57.196Z] 339de151aab4: Pulling fs layer [2021-05-11T17:21:57.460Z] 339de151aab4: Verifying Checksum [2021-05-11T17:21:57.460Z] 339de151aab4: Download complete [2021-05-11T17:21:57.617Z] ---> 792f6079549d [2021-05-11T17:21:57.618Z] Step 8/8 : RUN go mod download [2021-05-11T17:21:57.618Z] ---> Running in c34c272645e3 [2021-05-11T17:21:57.726Z] 339de151aab4: Pull complete [2021-05-11T17:21:57.726Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T17:21:57.726Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T17:21:57.726Z] ---> 13621d1b12d4 [2021-05-11T17:21:57.726Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-05-11T17:21:57.726Z] ---> Running in 377129a56943 [2021-05-11T17:21:57.988Z] Removing intermediate container 377129a56943 [2021-05-11T17:21:57.988Z] ---> d1b027c911d5 [2021-05-11T17:21:57.988Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:21:57.988Z] ---> Running in dcc9ff2bee45 [2021-05-11T17:21:59.398Z] Removing intermediate container dcc9ff2bee45 [2021-05-11T17:21:59.398Z] ---> 9c8a8136660c [2021-05-11T17:21:59.398Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T17:21:59.398Z] ---> Running in 9d7b82a37a83 [2021-05-11T17:21:59.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:22:00.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:22:00.817Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T17:22:00.817Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T17:22:01.082Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T17:22:01.082Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T17:22:02.036Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T17:22:02.036Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T17:22:02.036Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T17:22:02.036Z] OK: 8 MiB in 20 packages [2021-05-11T17:22:02.984Z] Removing intermediate container 9d7b82a37a83 [2021-05-11T17:22:02.984Z] ---> c5bfea6bed5a [2021-05-11T17:22:02.984Z] Step 16/25 : WORKDIR / [2021-05-11T17:22:02.984Z] ---> Running in f78ad76dd7c7 [2021-05-11T17:22:02.984Z] Removing intermediate container f78ad76dd7c7 [2021-05-11T17:22:02.984Z] ---> bd3fac06cff2 [2021-05-11T17:22:02.984Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-05-11T17:22:03.247Z] ---> 8be8e4165c35 [2021-05-11T17:22:03.247Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-05-11T17:22:03.510Z] ---> c5455bb96ab9 [2021-05-11T17:22:03.510Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-05-11T17:22:04.459Z] ---> 76c5ce265b34 [2021-05-11T17:22:04.459Z] Step 20/25 : EXPOSE 49990 [2021-05-11T17:22:04.459Z] ---> Running in 595dfb71f137 [2021-05-11T17:22:04.721Z] Removing intermediate container 595dfb71f137 [2021-05-11T17:22:04.721Z] ---> 327c30b977d5 [2021-05-11T17:22:04.721Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-05-11T17:22:04.721Z] ---> Running in a55c22e7e3ff [2021-05-11T17:22:04.721Z] Removing intermediate container a55c22e7e3ff [2021-05-11T17:22:04.721Z] ---> a3e2cc09aa7a [2021-05-11T17:22:04.721Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T17:22:04.987Z] ---> Running in 62e583c69b09 [2021-05-11T17:22:04.987Z] Removing intermediate container 62e583c69b09 [2021-05-11T17:22:04.987Z] ---> 5a4fce635377 [2021-05-11T17:22:04.987Z] Step 23/25 : LABEL arch=amd64 [2021-05-11T17:22:05.250Z] ---> Running in 846fe8646ae1 [2021-05-11T17:22:05.250Z] Removing intermediate container 846fe8646ae1 [2021-05-11T17:22:05.250Z] ---> 40521af04a5f [2021-05-11T17:22:05.250Z] Step 24/25 : LABEL git_sha=969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T17:22:05.250Z] ---> Running in 880970dbf058 [2021-05-11T17:22:05.514Z] Removing intermediate container 880970dbf058 [2021-05-11T17:22:05.514Z] ---> 211f63f9d324 [2021-05-11T17:22:05.514Z] Step 25/25 : LABEL version=1.3.2-dev.14 [2021-05-11T17:22:05.514Z] ---> Running in 1db78addc93f [2021-05-11T17:22:05.776Z] Removing intermediate container 1db78addc93f [2021-05-11T17:22:05.776Z] ---> e6a44b60a876 [2021-05-11T17:22:05.776Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T17:22:05.776Z] Successfully built e6a44b60a876 [2021-05-11T17:22:05.776Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:22:05.994Z] provisioning config files... [2021-05-11T17:22:06.080Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/53@tmp/config7229082989492119757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:22:06.410Z] ---> docker-login.sh [2021-05-11T17:22:06.410Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:22:06.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:06.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:06.682Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:06.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:06.682Z] [2021-05-11T17:22:06.682Z] Login Succeeded [2021-05-11T17:22:06.682Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:22:06.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:06.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:06.948Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:06.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:06.948Z] [2021-05-11T17:22:06.948Z] Login Succeeded [2021-05-11T17:22:06.948Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:22:06.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:06.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:06.948Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:06.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:06.948Z] [2021-05-11T17:22:06.948Z] Login Succeeded [2021-05-11T17:22:06.948Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:22:07.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:07.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:07.211Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:07.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:07.211Z] [2021-05-11T17:22:07.211Z] Login Succeeded [2021-05-11T17:22:07.211Z] docker.io [2021-05-11T17:22:07.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:22:07.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:22:07.737Z] Configure a credential helper to remove this warning. See [2021-05-11T17:22:07.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:22:07.737Z] [2021-05-11T17:22:07.737Z] Login Succeeded [2021-05-11T17:22:07.737Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:22:07.746Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:22:07.819Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2021-05-11T17:22:07.819Z] 969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T17:22:07.819Z] latest [2021-05-11T17:22:07.819Z] 1.3.2-dev.14 [2021-05-11T17:22:07.819Z] 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [2021-05-11T17:22:07.819Z] master [2021-05-11T17:22:07.819Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:08.205Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:08.517Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T17:22:08.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2021-05-11T17:22:08.517Z] c4c04a45b6bb: Preparing [2021-05-11T17:22:08.517Z] 90b440273868: Preparing [2021-05-11T17:22:08.517Z] 693e454ea9d3: Preparing [2021-05-11T17:22:08.517Z] ffea65fcb478: Preparing [2021-05-11T17:22:08.517Z] d06e41237a71: Preparing [2021-05-11T17:22:08.517Z] 32f366d666a5: Preparing [2021-05-11T17:22:08.517Z] 32f366d666a5: Waiting [2021-05-11T17:22:08.517Z] d06e41237a71: Pushed [2021-05-11T17:22:08.779Z] 90b440273868: Pushed [2021-05-11T17:22:08.779Z] 693e454ea9d3: Pushed [2021-05-11T17:22:08.779Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:08.779Z] ffea65fcb478: Pushed [2021-05-11T17:22:10.170Z] c4c04a45b6bb: Pushed [2021-05-11T17:22:10.171Z] 969908695d9457bace8f724c7874c2a817cac062: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:10.490Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:10.796Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2021-05-11T17:22:10.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2021-05-11T17:22:10.796Z] c4c04a45b6bb: Preparing [2021-05-11T17:22:10.796Z] 90b440273868: Preparing [2021-05-11T17:22:10.796Z] 693e454ea9d3: Preparing [2021-05-11T17:22:10.796Z] ffea65fcb478: Preparing [2021-05-11T17:22:10.796Z] d06e41237a71: Preparing [2021-05-11T17:22:10.796Z] 32f366d666a5: Preparing [2021-05-11T17:22:10.796Z] 32f366d666a5: Waiting [2021-05-11T17:22:10.796Z] d06e41237a71: Layer already exists [2021-05-11T17:22:10.796Z] c4c04a45b6bb: Layer already exists [2021-05-11T17:22:10.796Z] ffea65fcb478: Layer already exists [2021-05-11T17:22:10.796Z] 693e454ea9d3: Layer already exists [2021-05-11T17:22:10.796Z] 90b440273868: Layer already exists [2021-05-11T17:22:10.796Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:10.796Z] latest: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:11.118Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:11.430Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 [2021-05-11T17:22:11.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2021-05-11T17:22:11.430Z] c4c04a45b6bb: Preparing [2021-05-11T17:22:11.430Z] 90b440273868: Preparing [2021-05-11T17:22:11.430Z] 693e454ea9d3: Preparing [2021-05-11T17:22:11.430Z] ffea65fcb478: Preparing [2021-05-11T17:22:11.430Z] d06e41237a71: Preparing [2021-05-11T17:22:11.430Z] 32f366d666a5: Preparing [2021-05-11T17:22:11.430Z] 32f366d666a5: Waiting [2021-05-11T17:22:11.430Z] 90b440273868: Layer already exists [2021-05-11T17:22:11.430Z] ffea65fcb478: Layer already exists [2021-05-11T17:22:11.430Z] 693e454ea9d3: Layer already exists [2021-05-11T17:22:11.430Z] d06e41237a71: Layer already exists [2021-05-11T17:22:11.430Z] c4c04a45b6bb: Layer already exists [2021-05-11T17:22:11.430Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:11.430Z] 1.3.2-dev.14: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:11.742Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:12.048Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [2021-05-11T17:22:12.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2021-05-11T17:22:12.048Z] c4c04a45b6bb: Preparing [2021-05-11T17:22:12.048Z] 90b440273868: Preparing [2021-05-11T17:22:12.048Z] 693e454ea9d3: Preparing [2021-05-11T17:22:12.048Z] ffea65fcb478: Preparing [2021-05-11T17:22:12.048Z] d06e41237a71: Preparing [2021-05-11T17:22:12.048Z] 32f366d666a5: Preparing [2021-05-11T17:22:12.048Z] 32f366d666a5: Waiting [2021-05-11T17:22:12.048Z] d06e41237a71: Layer already exists [2021-05-11T17:22:12.048Z] 90b440273868: Layer already exists [2021-05-11T17:22:12.048Z] c4c04a45b6bb: Layer already exists [2021-05-11T17:22:12.048Z] ffea65fcb478: Layer already exists [2021-05-11T17:22:12.048Z] 693e454ea9d3: Layer already exists [2021-05-11T17:22:12.048Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:12.048Z] 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:12.361Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:12.672Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:master [2021-05-11T17:22:12.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2021-05-11T17:22:12.672Z] c4c04a45b6bb: Preparing [2021-05-11T17:22:12.672Z] 90b440273868: Preparing [2021-05-11T17:22:12.672Z] 693e454ea9d3: Preparing [2021-05-11T17:22:12.672Z] ffea65fcb478: Preparing [2021-05-11T17:22:12.672Z] d06e41237a71: Preparing [2021-05-11T17:22:12.672Z] 32f366d666a5: Preparing [2021-05-11T17:22:12.672Z] 32f366d666a5: Waiting [2021-05-11T17:22:12.672Z] 693e454ea9d3: Layer already exists [2021-05-11T17:22:12.672Z] c4c04a45b6bb: Layer already exists [2021-05-11T17:22:12.672Z] ffea65fcb478: Layer already exists [2021-05-11T17:22:12.672Z] 90b440273868: Layer already exists [2021-05-11T17:22:12.672Z] d06e41237a71: Layer already exists [2021-05-11T17:22:12.672Z] 32f366d666a5: Layer already exists [2021-05-11T17:22:12.672Z] master: digest: sha256:fda0c3dad0bdfd830cfe7a94066ab0b7bd2e1456ad8b98751eb36d2b50a715da size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:22:12.746Z] ===================================================== [Pipeline] echo [2021-05-11T17:22:12.762Z] taggedImages: [2021-05-11T17:22:12.762Z] - nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T17:22:12.762Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2021-05-11T17:22:12.762Z] - nexus3.edgexfoundry.org:10004/device-virtual:1.3.2-dev.14 [2021-05-11T17:22:12.762Z] - nexus3.edgexfoundry.org:10004/device-virtual:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [2021-05-11T17:22:12.762Z] - nexus3.edgexfoundry.org:10004/device-virtual:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:22:13.255Z] ---> job-cost.sh [2021-05-11T17:22:13.255Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5Wn2 [2021-05-11T17:22:24.436Z] Removing intermediate container c34c272645e3 [2021-05-11T17:22:24.436Z] ---> 2b1b459680c3 [2021-05-11T17:22:24.436Z] Successfully built 2b1b459680c3 [2021-05-11T17:22:24.436Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:24.782Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T17:22:24.782Z] . [Pipeline] withDockerContainer [2021-05-11T17:22:25.011Z] prd-ubuntu18.04-docker-arm64-4c-16g-4524 does not seem to be running inside a container [2021-05-11T17:22:25.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/53 -v /w/workspace/device-virtual-go/53:/w/workspace/device-virtual-go/53:rw,z -v /w/workspace/device-virtual-go/53@tmp:/w/workspace/device-virtual-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T17:22:26.573Z] $ docker top 526fcca20c65dc2e7df847f64e224f82bda93065aebc9ea0e01e2a4e9c142b07 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:22:27.480Z] + go version [2021-05-11T17:22:27.480Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T17:22:27.511Z] $ docker stop --time=1 526fcca20c65dc2e7df847f64e224f82bda93065aebc9ea0e01e2a4e9c142b07 [2021-05-11T17:22:28.212Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T17:22:29.325Z] $ docker rm -f 526fcca20c65dc2e7df847f64e224f82bda93065aebc9ea0e01e2a4e9c142b07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:22:29.972Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T17:22:29.972Z] . [Pipeline] withDockerContainer [2021-05-11T17:22:30.229Z] prd-ubuntu18.04-docker-arm64-4c-16g-4524 does not seem to be running inside a container [2021-05-11T17:22:30.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/53 -v /w/workspace/device-virtual-go/53:/w/workspace/device-virtual-go/53:rw,z -v /w/workspace/device-virtual-go/53@tmp:/w/workspace/device-virtual-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T17:22:31.765Z] $ docker top 22579b494138dfe5ec473c936b3e1d0d1c607981de078bec67952cfaa2409cc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:22:32.722Z] + go mod tidy [Pipeline] sh [2021-05-11T17:22:33.981Z] + make test [2021-05-11T17:22:33.981Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-11T17:22:34.961Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-05-11T17:22:55.015Z] lf-activate-venv(): INFO: Adding /tmp/venv-5Wn2/bin to PATH [2021-05-11T17:22:55.015Z] INFO: No Stack... [2021-05-11T17:22:55.279Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T17:22:56.246Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T17:22:56.561Z] + cat /w/workspace/device-virtual-go/53/archives/cost.csv [2021-05-11T17:22:56.561Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T17:22:56.652Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [2021-05-11T17:22:56.687Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] did not exist. Created. [2021-05-11T17:22:56.687Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:22:57.039Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T17:22:57.157Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T17:22:57.172Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T17:23:43.041Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-05-11T17:23:43.041Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.650s coverage: 63.8% of statements [2021-05-11T17:23:43.041Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-11T17:24:09.869Z] gofmt -l . [2021-05-11T17:24:09.869Z] [ "`gofmt -l .`" = "" ] [2021-05-11T17:24:09.869Z] ./bin/test-attribution-txt.sh [2021-05-11T17:24:09.869Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-11T17:24:09.904Z] $ docker stop --time=1 22579b494138dfe5ec473c936b3e1d0d1c607981de078bec67952cfaa2409cc4 [2021-05-11T17:24:11.877Z] $ docker rm -f 22579b494138dfe5ec473c936b3e1d0d1c607981de078bec67952cfaa2409cc4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:24:12.746Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T17:24:12.778Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T17:24:13.658Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:24:14.137Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T17:24:14.497Z] + ls -al . [2021-05-11T17:24:14.497Z] total 156 [2021-05-11T17:24:14.497Z] drwxrwxr-x 7 jenkins jenkins 4096 May 11 17:24 . [2021-05-11T17:24:14.497Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:21 .. [2021-05-11T17:24:14.497Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:21 .git [2021-05-11T17:24:14.497Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:21 .github [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 277 May 11 17:21 .gitignore [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 8153 May 11 17:21 Attribution.txt [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 1905 May 11 17:21 Dockerfile [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 998 May 11 17:21 Dockerfile.build [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 660 May 11 17:21 Jenkinsfile [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 11 17:21 LICENSE [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 901 May 11 17:21 Makefile [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 2745 May 11 17:21 README.md [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 17:17 VERSION [2021-05-11T17:24:14.497Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:21 bin [2021-05-11T17:24:14.497Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 17:21 cmd [2021-05-11T17:24:14.497Z] -rw-r--r-- 1 jenkins jenkins 47247 May 11 17:23 coverage.out [2021-05-11T17:24:14.497Z] -rw-r--r-- 1 jenkins jenkins 809 May 11 17:24 go.mod [2021-05-11T17:24:14.497Z] -rw-r--r-- 1 jenkins jenkins 23532 May 11 17:22 go.sum [2021-05-11T17:24:14.497Z] drwxrwxr-x 3 jenkins jenkins 4096 May 11 17:21 internal [2021-05-11T17:24:14.497Z] -rw-rw-r-- 1 jenkins jenkins 235 May 11 17:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:24:14.928Z] + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=969908695d9457bace8f724c7874c2a817cac062 --label arch=arm64 --label version=1.3.2-dev.14 . [2021-05-11T17:24:15.547Z] Sending build context to Docker daemon 8.642MB [2021-05-11T17:24:15.547Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-05-11T17:24:15.547Z] Step 2/25 : FROM ${BASE} AS builder [2021-05-11T17:24:15.547Z] ---> 2b1b459680c3 [2021-05-11T17:24:15.547Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-11T17:24:15.830Z] ---> Running in d8b0aaa1d251 [2021-05-11T17:24:16.425Z] Removing intermediate container d8b0aaa1d251 [2021-05-11T17:24:16.425Z] ---> 8452341ddb44 [2021-05-11T17:24:16.425Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T17:24:16.425Z] ---> Running in 3d966ccc14c0 [2021-05-11T17:24:17.020Z] Removing intermediate container 3d966ccc14c0 [2021-05-11T17:24:17.020Z] ---> 930aeb5d5f48 [2021-05-11T17:24:17.020Z] Step 5/25 : WORKDIR /device-virtual-go [2021-05-11T17:24:17.020Z] ---> Running in 506df5eb66fa [2021-05-11T17:24:17.615Z] Removing intermediate container 506df5eb66fa [2021-05-11T17:24:17.615Z] ---> 523d1cb38aa6 [2021-05-11T17:24:17.615Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:24:17.615Z] ---> Running in ce728b7da8a0 [2021-05-11T17:24:19.593Z] Removing intermediate container ce728b7da8a0 [2021-05-11T17:24:19.593Z] ---> 9790147ac33c [2021-05-11T17:24:19.593Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T17:24:19.868Z] ---> Running in fe9735b2fc6e [2021-05-11T17:24:20.845Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:24:21.826Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:24:22.810Z] OK: 145 MiB in 53 packages [2021-05-11T17:24:23.784Z] Removing intermediate container fe9735b2fc6e [2021-05-11T17:24:23.785Z] ---> ca6c74006a06 [2021-05-11T17:24:23.785Z] Step 8/25 : COPY . . [2021-05-11T17:24:25.215Z] ---> b034e245fd6c [2021-05-11T17:24:25.215Z] Step 9/25 : RUN go mod download [2021-05-11T17:24:25.215Z] ---> Running in c76abc310268 [2021-05-11T17:24:27.845Z] Removing intermediate container c76abc310268 [2021-05-11T17:24:27.845Z] ---> 7c2497f92d25 [2021-05-11T17:24:27.845Z] Step 10/25 : ARG MAKE='make build' [2021-05-11T17:24:27.845Z] ---> Running in 1cc2bb004f91 [2021-05-11T17:24:28.118Z] Removing intermediate container 1cc2bb004f91 [2021-05-11T17:24:28.118Z] ---> 2aa2a9b13a68 [2021-05-11T17:24:28.118Z] Step 11/25 : RUN $MAKE [2021-05-11T17:24:28.118Z] ---> Running in 01586fc5583a [2021-05-11T17:24:29.137Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.14" -o cmd/device-virtual ./cmd [2021-05-11T17:25:16.166Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-11T17:25:26.987Z] Removing intermediate container 01586fc5583a [2021-05-11T17:25:26.987Z] ---> 7fee7364b670 [2021-05-11T17:25:26.987Z] Step 12/25 : FROM alpine:3.12 [2021-05-11T17:25:26.987Z] 3.12: Pulling from library/alpine [2021-05-11T17:25:26.987Z] d2f70382dc9a: Pulling fs layer [2021-05-11T17:25:26.987Z] d2f70382dc9a: Verifying Checksum [2021-05-11T17:25:26.987Z] d2f70382dc9a: Download complete [2021-05-11T17:25:27.268Z] d2f70382dc9a: Pull complete [2021-05-11T17:25:27.269Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T17:25:27.269Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T17:25:27.269Z] ---> 9852663dfa18 [2021-05-11T17:25:27.269Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-05-11T17:25:27.547Z] ---> Running in bee7f7b8fe30 [2021-05-11T17:25:27.818Z] Removing intermediate container bee7f7b8fe30 [2021-05-11T17:25:27.818Z] ---> 5da5a02395cd [2021-05-11T17:25:27.818Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:25:28.091Z] ---> Running in f43b25fbddf9 [2021-05-11T17:25:30.062Z] Removing intermediate container f43b25fbddf9 [2021-05-11T17:25:30.062Z] ---> a1c9904bea20 [2021-05-11T17:25:30.062Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T17:25:30.336Z] ---> Running in 37e020a19de6 [2021-05-11T17:25:31.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:25:32.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:25:32.895Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T17:25:32.895Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T17:25:33.166Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T17:25:33.166Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T17:25:33.440Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T17:25:33.440Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T17:25:33.712Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T17:25:33.712Z] OK: 8 MiB in 20 packages [2021-05-11T17:25:35.165Z] Removing intermediate container 37e020a19de6 [2021-05-11T17:25:35.165Z] ---> ee1a21b91567 [2021-05-11T17:25:35.165Z] Step 16/25 : WORKDIR / [2021-05-11T17:25:35.165Z] ---> Running in f392c89e429b [2021-05-11T17:25:35.758Z] Removing intermediate container f392c89e429b [2021-05-11T17:25:35.758Z] ---> d8b4b0e8df31 [2021-05-11T17:25:35.758Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-05-11T17:25:36.366Z] ---> ac307a7a207a [2021-05-11T17:25:36.366Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-05-11T17:25:36.962Z] ---> bc81a7fdda69 [2021-05-11T17:25:36.962Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-05-11T17:25:38.393Z] ---> 5fd1a569dfad [2021-05-11T17:25:38.393Z] Step 20/25 : EXPOSE 49990 [2021-05-11T17:25:38.393Z] ---> Running in d15ecc5c9dbb [2021-05-11T17:25:38.988Z] Removing intermediate container d15ecc5c9dbb [2021-05-11T17:25:38.988Z] ---> 6f28a49e0908 [2021-05-11T17:25:38.988Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-05-11T17:25:39.261Z] ---> Running in 41ce896262bb [2021-05-11T17:25:39.533Z] Removing intermediate container 41ce896262bb [2021-05-11T17:25:39.533Z] ---> 955ee03989e2 [2021-05-11T17:25:39.533Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T17:25:39.806Z] ---> Running in 0541c40db64a [2021-05-11T17:25:40.081Z] Removing intermediate container 0541c40db64a [2021-05-11T17:25:40.081Z] ---> f946f9b84577 [2021-05-11T17:25:40.081Z] Step 23/25 : LABEL arch=arm64 [2021-05-11T17:25:40.366Z] ---> Running in 2982e8d45a87 [2021-05-11T17:25:40.963Z] Removing intermediate container 2982e8d45a87 [2021-05-11T17:25:40.963Z] ---> 02ea5d1f57d5 [2021-05-11T17:25:40.963Z] Step 24/25 : LABEL git_sha=969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T17:25:40.963Z] ---> Running in 5467ce4c6a60 [2021-05-11T17:25:41.561Z] Removing intermediate container 5467ce4c6a60 [2021-05-11T17:25:41.561Z] ---> 039d695b0f9b [2021-05-11T17:25:41.561Z] Step 25/25 : LABEL version=1.3.2-dev.14 [2021-05-11T17:25:41.561Z] ---> Running in 42f7456c89ee [2021-05-11T17:25:42.159Z] Removing intermediate container 42f7456c89ee [2021-05-11T17:25:42.159Z] ---> cc8c5970a5ec [2021-05-11T17:25:42.159Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T17:25:42.159Z] Successfully built cc8c5970a5ec [2021-05-11T17:25:42.159Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:25:42.323Z] provisioning config files... [2021-05-11T17:25:42.372Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/53@tmp/config3663889022036798049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:25:42.746Z] ---> docker-login.sh [2021-05-11T17:25:42.746Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:25:43.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:43.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:43.299Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:43.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:43.299Z] [2021-05-11T17:25:43.299Z] Login Succeeded [2021-05-11T17:25:43.299Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:25:43.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:43.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:43.857Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:43.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:43.857Z] [2021-05-11T17:25:43.857Z] Login Succeeded [2021-05-11T17:25:43.857Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:25:44.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:44.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:44.406Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:44.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:44.406Z] [2021-05-11T17:25:44.406Z] Login Succeeded [2021-05-11T17:25:44.406Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:25:44.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:44.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:44.962Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:44.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:44.962Z] [2021-05-11T17:25:44.962Z] Login Succeeded [2021-05-11T17:25:44.962Z] docker.io [2021-05-11T17:25:45.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:45.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:45.825Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:45.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:45.825Z] [2021-05-11T17:25:45.825Z] Login Succeeded [2021-05-11T17:25:45.825Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:25:45.842Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:25:45.932Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2021-05-11T17:25:45.932Z] 969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T17:25:45.932Z] latest [2021-05-11T17:25:45.932Z] 1.3.2-dev.14 [2021-05-11T17:25:45.932Z] 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [2021-05-11T17:25:45.932Z] master [2021-05-11T17:25:45.932Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:46.347Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:46.688Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T17:25:46.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2021-05-11T17:25:46.688Z] 02d84ac387b4: Preparing [2021-05-11T17:25:46.688Z] d9598841e9a4: Preparing [2021-05-11T17:25:46.688Z] ede437039827: Preparing [2021-05-11T17:25:46.688Z] 064469c12a3f: Preparing [2021-05-11T17:25:46.688Z] f1456a3ac249: Preparing [2021-05-11T17:25:46.688Z] 3fbe34a1663b: Preparing [2021-05-11T17:25:46.688Z] 3fbe34a1663b: Waiting [2021-05-11T17:25:46.966Z] ede437039827: Pushed [2021-05-11T17:25:47.237Z] f1456a3ac249: Pushed [2021-05-11T17:25:47.237Z] d9598841e9a4: Pushed [2021-05-11T17:25:47.237Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:25:47.508Z] 064469c12a3f: Pushed [2021-05-11T17:25:50.103Z] 02d84ac387b4: Pushed [2021-05-11T17:25:50.374Z] 969908695d9457bace8f724c7874c2a817cac062: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:50.717Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:51.053Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2021-05-11T17:25:51.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2021-05-11T17:25:51.053Z] 02d84ac387b4: Preparing [2021-05-11T17:25:51.053Z] d9598841e9a4: Preparing [2021-05-11T17:25:51.053Z] ede437039827: Preparing [2021-05-11T17:25:51.053Z] 064469c12a3f: Preparing [2021-05-11T17:25:51.053Z] f1456a3ac249: Preparing [2021-05-11T17:25:51.053Z] 3fbe34a1663b: Preparing [2021-05-11T17:25:51.053Z] 3fbe34a1663b: Waiting [2021-05-11T17:25:51.053Z] f1456a3ac249: Layer already exists [2021-05-11T17:25:51.053Z] d9598841e9a4: Layer already exists [2021-05-11T17:25:51.053Z] ede437039827: Layer already exists [2021-05-11T17:25:51.054Z] 02d84ac387b4: Layer already exists [2021-05-11T17:25:51.054Z] 064469c12a3f: Layer already exists [2021-05-11T17:25:51.330Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:25:51.330Z] latest: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:51.684Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:52.057Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 [2021-05-11T17:25:52.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2021-05-11T17:25:52.058Z] 02d84ac387b4: Preparing [2021-05-11T17:25:52.058Z] d9598841e9a4: Preparing [2021-05-11T17:25:52.058Z] ede437039827: Preparing [2021-05-11T17:25:52.058Z] 064469c12a3f: Preparing [2021-05-11T17:25:52.058Z] f1456a3ac249: Preparing [2021-05-11T17:25:52.058Z] 3fbe34a1663b: Preparing [2021-05-11T17:25:52.058Z] 3fbe34a1663b: Waiting [2021-05-11T17:25:52.058Z] 064469c12a3f: Layer already exists [2021-05-11T17:25:52.058Z] ede437039827: Layer already exists [2021-05-11T17:25:52.058Z] f1456a3ac249: Layer already exists [2021-05-11T17:25:52.058Z] d9598841e9a4: Layer already exists [2021-05-11T17:25:52.058Z] 02d84ac387b4: Layer already exists [2021-05-11T17:25:52.329Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:25:52.329Z] 1.3.2-dev.14: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:52.707Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:53.078Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [2021-05-11T17:25:53.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2021-05-11T17:25:53.078Z] 02d84ac387b4: Preparing [2021-05-11T17:25:53.078Z] d9598841e9a4: Preparing [2021-05-11T17:25:53.078Z] ede437039827: Preparing [2021-05-11T17:25:53.078Z] 064469c12a3f: Preparing [2021-05-11T17:25:53.078Z] f1456a3ac249: Preparing [2021-05-11T17:25:53.078Z] 3fbe34a1663b: Preparing [2021-05-11T17:25:53.078Z] 3fbe34a1663b: Waiting [2021-05-11T17:25:53.349Z] f1456a3ac249: Layer already exists [2021-05-11T17:25:53.349Z] 02d84ac387b4: Layer already exists [2021-05-11T17:25:53.349Z] d9598841e9a4: Layer already exists [2021-05-11T17:25:53.349Z] ede437039827: Layer already exists [2021-05-11T17:25:53.349Z] 064469c12a3f: Layer already exists [2021-05-11T17:25:53.349Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:25:53.621Z] 969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:53.964Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:54.307Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:master [2021-05-11T17:25:54.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2021-05-11T17:25:54.307Z] 02d84ac387b4: Preparing [2021-05-11T17:25:54.307Z] d9598841e9a4: Preparing [2021-05-11T17:25:54.307Z] ede437039827: Preparing [2021-05-11T17:25:54.307Z] 064469c12a3f: Preparing [2021-05-11T17:25:54.307Z] f1456a3ac249: Preparing [2021-05-11T17:25:54.307Z] 3fbe34a1663b: Preparing [2021-05-11T17:25:54.307Z] 3fbe34a1663b: Waiting [2021-05-11T17:25:54.578Z] d9598841e9a4: Layer already exists [2021-05-11T17:25:54.578Z] 064469c12a3f: Layer already exists [2021-05-11T17:25:54.578Z] f1456a3ac249: Layer already exists [2021-05-11T17:25:54.578Z] ede437039827: Layer already exists [2021-05-11T17:25:54.578Z] 02d84ac387b4: Layer already exists [2021-05-11T17:25:54.849Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:25:55.119Z] master: digest: sha256:87223c521eb1709d9271a4605240eb3137d3ccf2bc66ddbce8b236ecdde8676a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:25:55.185Z] ===================================================== [Pipeline] echo [2021-05-11T17:25:55.215Z] taggedImages: [2021-05-11T17:25:55.215Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062 [2021-05-11T17:25:55.215Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2021-05-11T17:25:55.215Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:1.3.2-dev.14 [2021-05-11T17:25:55.215Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:969908695d9457bace8f724c7874c2a817cac062-1.3.2-dev.14 [2021-05-11T17:25:55.215Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:25:55.602Z] ---> job-cost.sh [2021-05-11T17:25:55.602Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4rH6 [2021-05-11T17:26:42.548Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T17:28:19.365Z] lf-activate-venv(): INFO: Adding /tmp/venv-4rH6/bin to PATH [2021-05-11T17:28:19.365Z] INFO: No Stack... [2021-05-11T17:28:19.365Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T17:28:19.365Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T17:28:19.718Z] + + cat /w/workspace/device-virtual-go/53/archives/cost.csv [2021-05-11T17:28:19.719Z] cut -d, -f6 [Pipeline] lock [2021-05-11T17:28:19.860Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [2021-05-11T17:28:19.869Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] did not exist. Created. [2021-05-11T17:28:19.869Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:28:20.253Z] /w/workspace/device-virtual-go/53@tmp/durable-837b5d37/script.sh: 1: /w/workspace/device-virtual-go/53@tmp/durable-837b5d37/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T17:28:20.648Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T17:28:20.670Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T17:28:20.853Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T17:28:20.862Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-53-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T17:28:21.297Z] provisioning config files... [2021-05-11T17:28:21.313Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6832584614671458695tmp [Pipeline] { [Pipeline] sh [2021-05-11T17:28:21.800Z] + set +x [2021-05-11T17:28:21.800Z] + curl -s https://codecov.io/bash [2021-05-11T17:28:21.800Z] + bash -s -- [2021-05-11T17:28:22.221Z] [2021-05-11T17:28:22.221Z] _____ _ [2021-05-11T17:28:22.221Z] / ____| | | [2021-05-11T17:28:22.221Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T17:28:22.221Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T17:28:22.221Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T17:28:22.221Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T17:28:22.221Z] Bash-1.0.2 [2021-05-11T17:28:22.221Z] [2021-05-11T17:28:22.221Z] [2021-05-11T17:28:22.221Z] ==> git version 2.24.3 found [2021-05-11T17:28:22.221Z] ==> 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-11T17:28:22.221Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T17:28:22.221Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T17:28:22.221Z] ==> Jenkins CI detected. [2021-05-11T17:28:22.221Z] project root: . [2021-05-11T17:28:22.221Z] --> token set from env [2021-05-11T17:28:22.221Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T17:28:22.496Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T17:28:22.496Z] ==> Python coveragepy not found [2021-05-11T17:28:22.496Z] ==> Searching for coverage reports in: [2021-05-11T17:28:22.496Z] + . [2021-05-11T17:28:22.496Z] -> Found 1 reports [2021-05-11T17:28:22.496Z] ==> Detecting git/mercurial file structure [2021-05-11T17:28:22.496Z] ==> Reading reports [2021-05-11T17:28:22.496Z] + ./coverage.out bytes=47247 [2021-05-11T17:28:22.496Z] ==> Appending adjustments [2021-05-11T17:28:22.496Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T17:28:22.496Z] + Found adjustments [2021-05-11T17:28:22.496Z] ==> Gzipping contents [2021-05-11T17:28:22.762Z] 8.0K /tmp/codecov.KlZ7Ho.gz [2021-05-11T17:28:22.762Z] ==> Uploading reports [2021-05-11T17:28:22.762Z] url: https://codecov.io [2021-05-11T17:28:22.762Z] query: branch=master&commit=969908695d9457bace8f724c7874c2a817cac062&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F53%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T17:28:22.762Z] -> Pinging Codecov [2021-05-11T17:28:22.762Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=969908695d9457bace8f724c7874c2a817cac062&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F53%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T17:28:23.363Z] -> Uploading to [2021-05-11T17:28:23.363Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/5E52B4B073DB2E39498172D8E973AA87/969908695d9457bace8f724c7874c2a817cac062/78c7f3ab-2d96-4fa5-aa42-36d6234caac4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T172823Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45d8327b2dbf1cf90bbd87c64979ca2f2af38b51ce858fca045d7777b8822e79 [2021-05-11T17:28:23.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T17:28:23.363Z] Dload Upload Total Spent Left Speed [2021-05-11T17:28:23.958Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5742 0 0 100 5742 0 13472 --:--:-- --:--:-- --:--:-- 13510 [2021-05-11T17:28:23.958Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/969908695d9457bace8f724c7874c2a817cac062 [Pipeline] } [2021-05-11T17:28:23.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T17:28:24.257Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T17:28:24.285Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:28:24.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:28:24.915Z] [2021-05-11T17:28:24.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:28:25.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:28:25.808Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T17:28:25.808Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T17:28:25.808Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T17:28:25.808Z] de9db76c5a1d: Pulling fs layer [2021-05-11T17:28:25.808Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T17:28:25.808Z] 0d57e429df01: Pulling fs layer [2021-05-11T17:28:25.808Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T17:28:25.808Z] e1f770b5df2f: Pulling fs layer [2021-05-11T17:28:25.808Z] 85a0685a4137: Pulling fs layer [2021-05-11T17:28:25.808Z] 0d57e429df01: Waiting [2021-05-11T17:28:25.808Z] 4e4be7b47b0d: Waiting [2021-05-11T17:28:25.808Z] e1f770b5df2f: Waiting [2021-05-11T17:28:25.808Z] 85a0685a4137: Waiting [2021-05-11T17:28:25.808Z] 0eba1c9be4d2: Waiting [2021-05-11T17:28:25.808Z] 0ef7d3d256c8: Verifying Checksum [2021-05-11T17:28:25.808Z] 0ef7d3d256c8: Download complete [2021-05-11T17:28:25.808Z] 0d57e429df01: Download complete [2021-05-11T17:28:26.084Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T17:28:26.084Z] 4e4be7b47b0d: Download complete [2021-05-11T17:28:26.084Z] 188c0c94c7c5: Download complete [2021-05-11T17:28:27.060Z] 188c0c94c7c5: Pull complete [2021-05-11T17:28:27.060Z] 0ef7d3d256c8: Pull complete [2021-05-11T17:28:27.343Z] de9db76c5a1d: Pull complete [2021-05-11T17:28:28.304Z] e1f770b5df2f: Verifying Checksum [2021-05-11T17:28:28.304Z] e1f770b5df2f: Download complete [2021-05-11T17:28:31.710Z] 0eba1c9be4d2: Verifying Checksum [2021-05-11T17:28:31.710Z] 0eba1c9be4d2: Download complete [2021-05-11T17:28:31.710Z] 85a0685a4137: Verifying Checksum [2021-05-11T17:28:31.710Z] 85a0685a4137: Download complete [2021-05-11T17:28:38.462Z] 0eba1c9be4d2: Pull complete [2021-05-11T17:28:38.462Z] 0d57e429df01: Pull complete [2021-05-11T17:28:38.462Z] 4e4be7b47b0d: Pull complete [2021-05-11T17:28:39.883Z] e1f770b5df2f: Pull complete [2021-05-11T17:28:48.127Z] 85a0685a4137: Pull complete [2021-05-11T17:28:48.127Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T17:28:48.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:28:48.127Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T17:28:48.410Z] prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container [2021-05-11T17:28:48.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-11T17:28:49.819Z] $ docker top ee0558bf77aa3dc47be2f5ea8f292a5fafb82af886122fa4f085d81f65bab7ee -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T17:28:49.995Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T17:28:50.309Z] + set -o pipefail [2021-05-11T17:28:50.309Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T17:29:02.647Z] [2021-05-11T17:29:02.647Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-05-11T17:29:02.647Z] [2021-05-11T17:29:02.647Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/19b37557-c5e5-4c2b-b18b-db9a23e4ca2e [2021-05-11T17:29:02.647Z] [2021-05-11T17:29:02.647Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T17:29:02.647Z] [2021-05-11T17:29:02.647Z] [Pipeline] } [2021-05-11T17:29:02.932Z] $ docker stop --time=1 ee0558bf77aa3dc47be2f5ea8f292a5fafb82af886122fa4f085d81f65bab7ee [2021-05-11T17:29:05.839Z] $ docker rm -f ee0558bf77aa3dc47be2f5ea8f292a5fafb82af886122fa4f085d81f65bab7ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:29:07.162Z] + git log --format=format:%s -1 969908695d9457bace8f724c7874c2a817cac062 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:29:07.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:29:07.481Z] . [Pipeline] withDockerContainer [2021-05-11T17:29:07.589Z] prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container [2021-05-11T17:29:07.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:29:08.569Z] $ docker top a5009c90d37ac19ef3ec7c987c38c2f43a475ea45bb29372a0eb700bf729e6c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:29:08.762Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.13' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:29:09.101Z] + git semver [Pipeline] } [2021-05-11T17:29:09.126Z] $ docker stop --time=1 a5009c90d37ac19ef3ec7c987c38c2f43a475ea45bb29372a0eb700bf729e6c1 [2021-05-11T17:29:10.589Z] $ docker rm -f a5009c90d37ac19ef3ec7c987c38c2f43a475ea45bb29372a0eb700bf729e6c1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:29:11.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:29:11.203Z] [2021-05-11T17:29:11.203Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:29:11.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:29:11.553Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T17:29:11.553Z] ab5ef0e58194: Pulling fs layer [2021-05-11T17:29:11.553Z] 9712f1f96733: Pulling fs layer [2021-05-11T17:29:11.553Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T17:29:11.553Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T17:29:11.553Z] e9a5061849ea: Pulling fs layer [2021-05-11T17:29:11.553Z] d747dcd14b5f: Pulling fs layer [2021-05-11T17:29:11.553Z] 2de7ff778b66: Pulling fs layer [2021-05-11T17:29:11.553Z] e9a5061849ea: Waiting [2021-05-11T17:29:11.553Z] 0d9ebad4ef96: Waiting [2021-05-11T17:29:11.553Z] d747dcd14b5f: Waiting [2021-05-11T17:29:11.553Z] 2de7ff778b66: Waiting [2021-05-11T17:29:11.553Z] 9712f1f96733: Verifying Checksum [2021-05-11T17:29:11.553Z] 9712f1f96733: Download complete [2021-05-11T17:29:13.534Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T17:29:13.534Z] 63f879dbbcfc: Download complete [2021-05-11T17:29:14.166Z] e9a5061849ea: Download complete [2021-05-11T17:29:14.166Z] d747dcd14b5f: Verifying Checksum [2021-05-11T17:29:14.166Z] d747dcd14b5f: Download complete [2021-05-11T17:29:14.771Z] 2de7ff778b66: Verifying Checksum [2021-05-11T17:29:14.771Z] 2de7ff778b66: Download complete [2021-05-11T17:29:15.078Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T17:29:15.078Z] 0d9ebad4ef96: Download complete [2021-05-11T17:29:15.686Z] ab5ef0e58194: Verifying Checksum [2021-05-11T17:29:15.686Z] ab5ef0e58194: Download complete [2021-05-11T17:29:22.499Z] ab5ef0e58194: Pull complete [2021-05-11T17:29:22.766Z] 9712f1f96733: Pull complete [2021-05-11T17:29:25.372Z] 63f879dbbcfc: Pull complete [2021-05-11T17:29:35.533Z] 0d9ebad4ef96: Pull complete [2021-05-11T17:29:35.533Z] e9a5061849ea: Pull complete [2021-05-11T17:29:35.807Z] d747dcd14b5f: Pull complete [2021-05-11T17:29:39.206Z] 2de7ff778b66: Pull complete [2021-05-11T17:29:39.206Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T17:29:39.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:29:39.206Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T17:29:39.516Z] prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container [2021-05-11T17:29:39.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-11T17:29:43.172Z] $ docker top 0608f7d38d791b311c23f00f963f4551c8602ffa2505056e097a47d9cbd216ca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:29:43.455Z] provisioning config files... [2021-05-11T17:29:43.467Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5608751033291729396tmp [2021-05-11T17:29:43.484Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config661536584376078881tmp [2021-05-11T17:29:43.499Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6657168402352759014tmp [Pipeline] { [Pipeline] echo [2021-05-11T17:29:43.531Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:29:44.193Z] ---> sigul-configuration.sh [2021-05-11T17:29:44.193Z] gpg: directory `/root/.gnupg' created [2021-05-11T17:29:44.193Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T17:29:44.193Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T17:29:44.193Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T17:29:44.193Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T17:29:44.193Z] gpg: CAST5 encrypted data [2021-05-11T17:29:44.193Z] gpg: encrypted with 1 passphrase [2021-05-11T17:29:44.193Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T17:29:44.831Z] + mkdir /home/jenkins [2021-05-11T17:29:44.831Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T17:29:45.225Z] + 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-11T17:29:45.240Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:29:45.902Z] ---> sigul-install.sh [2021-05-11T17:29:56.043Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T17:29:56.707Z] + git tag --list [2021-05-11T17:29:56.707Z] v1.0.0 [2021-05-11T17:29:56.707Z] v1.1.0 [2021-05-11T17:29:56.707Z] v1.1.1 [2021-05-11T17:29:56.707Z] v1.2.1 [2021-05-11T17:29:56.707Z] v1.2.2 [2021-05-11T17:29:56.707Z] v1.2.3 [2021-05-11T17:29:56.707Z] v1.3.0 [2021-05-11T17:29:56.707Z] v1.3.1 [2021-05-11T17:29:56.707Z] v1.3.1-dev.1 [2021-05-11T17:29:56.707Z] v1.3.1-dev.2 [2021-05-11T17:29:56.707Z] v1.3.1-dev.3 [2021-05-11T17:29:56.707Z] v1.3.1-dev.4 [2021-05-11T17:29:56.707Z] v1.3.1-dev.5 [2021-05-11T17:29:56.707Z] v1.3.2-dev.1 [2021-05-11T17:29:56.707Z] v1.3.2-dev.10 [2021-05-11T17:29:56.707Z] v1.3.2-dev.11 [2021-05-11T17:29:56.707Z] v1.3.2-dev.12 [2021-05-11T17:29:56.707Z] v1.3.2-dev.13 [2021-05-11T17:29:56.707Z] v1.3.2-dev.2 [2021-05-11T17:29:56.707Z] v1.3.2-dev.3 [2021-05-11T17:29:56.707Z] v1.3.2-dev.4 [2021-05-11T17:29:56.707Z] v1.3.2-dev.5 [2021-05-11T17:29:56.707Z] v1.3.2-dev.6 [2021-05-11T17:29:56.707Z] v1.3.2-dev.7 [2021-05-11T17:29:56.707Z] v1.3.2-dev.8 [2021-05-11T17:29:56.707Z] v1.3.2-dev.9 [Pipeline] sh [2021-05-11T17:29:57.033Z] + lftools sign git-tag v1.3.2-dev.14 [2021-05-11T17:29:59.106Z] Signing Git tag with Sigul... [2021-05-11T17:29:59.106Z] Signing v1.3.2-dev.14 [2021-05-11T17:29:59.106Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v1.3.2-dev.14'], return code 1, stdout , stderr [Pipeline] echo [2021-05-11T17:29:59.402Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:29:59.751Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T17:29:59.805Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T17:29:59.871Z] $ docker stop --time=1 0608f7d38d791b311c23f00f963f4551c8602ffa2505056e097a47d9cbd216ca [2021-05-11T17:30:01.534Z] $ docker rm -f 0608f7d38d791b311c23f00f963f4551c8602ffa2505056e097a47d9cbd216ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:30:02.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:30:02.236Z] . [Pipeline] withDockerContainer [2021-05-11T17:30:02.456Z] prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container [2021-05-11T17:30:02.543Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:30:03.398Z] $ docker top 16ffa0428b04b6ffc25e639475e78914be244146b4b6ca8b13ff96df23cd4a44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:30:03.579Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.13' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:30:03.913Z] + git semver [Pipeline] } [2021-05-11T17:30:03.932Z] $ docker stop --time=1 16ffa0428b04b6ffc25e639475e78914be244146b4b6ca8b13ff96df23cd4a44 [2021-05-11T17:30:05.332Z] $ docker rm -f 16ffa0428b04b6ffc25e639475e78914be244146b4b6ca8b13ff96df23cd4a44 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:30:05.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:30:05.762Z] . [Pipeline] withDockerContainer [2021-05-11T17:30:05.883Z] prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container [2021-05-11T17:30:05.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:30:06.749Z] $ docker top 6fbf1f4873c3ee60167607e989848b82a28ead600da3b9064e0fca9dd48af7fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:30:06.935Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.3.2-dev.13' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:30:07.253Z] + git semver [Pipeline] } [2021-05-11T17:30:07.272Z] $ docker stop --time=1 6fbf1f4873c3ee60167607e989848b82a28ead600da3b9064e0fca9dd48af7fd [2021-05-11T17:30:08.671Z] $ docker rm -f 6fbf1f4873c3ee60167607e989848b82a28ead600da3b9064e0fca9dd48af7fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:30:09.623Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:30:10.519Z] ---> package-listing.sh [2021-05-11T17:30:10.519Z] ++ facter osfamily [2021-05-11T17:30:10.519Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T17:30:10.519Z] + OS_FAMILY=redhat [2021-05-11T17:30:10.519Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-05-11T17:30:10.519Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T17:30:10.519Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T17:30:10.519Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T17:30:10.519Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T17:30:10.519Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-05-11T17:30:10.519Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T17:30:10.519Z] + case "${OS_FAMILY}" in [2021-05-11T17:30:10.519Z] + rpm -qa [2021-05-11T17:30:10.519Z] + sort [2021-05-11T17:30:15.862Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T17:30:15.862Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T17:30:15.862Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T17:30:15.862Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-05-11T17:30:15.862Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-05-11T17:30:15.862Z] + 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-11T17:30:15.879Z] 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-11T17:30:16.178Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:30:16.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:30:16.494Z] [2021-05-11T17:30:16.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:30:16.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:30:16.820Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T17:30:16.820Z] df20fa9351a1: Pulling fs layer [2021-05-11T17:30:16.820Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T17:30:16.820Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T17:30:16.820Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T17:30:16.820Z] 93b61091891f: Pulling fs layer [2021-05-11T17:30:16.820Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T17:30:16.820Z] 5e14af77c1be: Pulling fs layer [2021-05-11T17:30:16.820Z] 01666e4c0597: Pulling fs layer [2021-05-11T17:30:16.820Z] aa168da1d23b: Pulling fs layer [2021-05-11T17:30:16.820Z] 46f8f816bc3b: Waiting [2021-05-11T17:30:16.820Z] 93b61091891f: Waiting [2021-05-11T17:30:16.820Z] 93b9cdb0e59b: Waiting [2021-05-11T17:30:16.820Z] 5e14af77c1be: Waiting [2021-05-11T17:30:16.820Z] 01666e4c0597: Waiting [2021-05-11T17:30:16.820Z] aa168da1d23b: Waiting [2021-05-11T17:30:16.820Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T17:30:16.820Z] 36b3adc4ff6f: Download complete [2021-05-11T17:30:16.820Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T17:30:16.820Z] 46f8f816bc3b: Download complete [2021-05-11T17:30:16.820Z] df20fa9351a1: Verifying Checksum [2021-05-11T17:30:16.820Z] df20fa9351a1: Download complete [2021-05-11T17:30:17.084Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T17:30:17.084Z] 93b9cdb0e59b: Download complete [2021-05-11T17:30:17.084Z] 5e14af77c1be: Verifying Checksum [2021-05-11T17:30:17.084Z] 5e14af77c1be: Download complete [2021-05-11T17:30:17.084Z] 01666e4c0597: Verifying Checksum [2021-05-11T17:30:17.084Z] 01666e4c0597: Download complete [2021-05-11T17:30:17.084Z] 93b61091891f: Verifying Checksum [2021-05-11T17:30:17.084Z] 93b61091891f: Download complete [2021-05-11T17:30:17.084Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T17:30:17.084Z] 8ad3a11d3b57: Download complete [2021-05-11T17:30:17.665Z] df20fa9351a1: Pull complete [2021-05-11T17:30:17.937Z] 36b3adc4ff6f: Pull complete [2021-05-11T17:30:19.362Z] 8ad3a11d3b57: Pull complete [2021-05-11T17:30:19.362Z] aa168da1d23b: Verifying Checksum [2021-05-11T17:30:19.362Z] aa168da1d23b: Download complete [2021-05-11T17:30:19.362Z] 46f8f816bc3b: Pull complete [2021-05-11T17:30:19.627Z] 93b61091891f: Pull complete [2021-05-11T17:30:19.894Z] 93b9cdb0e59b: Pull complete [2021-05-11T17:30:20.164Z] 5e14af77c1be: Pull complete [2021-05-11T17:30:20.164Z] 01666e4c0597: Pull complete [2021-05-11T17:30:28.367Z] aa168da1d23b: Pull complete [2021-05-11T17:30:28.367Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T17:30:28.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:30:28.367Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T17:30:28.585Z] prd-centos7-docker-4c-2g-4520 does not seem to be running inside a container [2021-05-11T17:30:28.635Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T17:30:31.938Z] $ docker top adcfe321cbff42ec900f51c4c089f33fcc03f0671aaaade6e4823fabd98fee8e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:30:32.378Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T17:30:32.681Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T17:30:32.985Z] + ls /var/log/sa-host [2021-05-11T17:30:32.985Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T17:30:32.985Z] file_magic: OK [2021-05-11T17:30:32.985Z] HZ: Using current value: 100 [2021-05-11T17:30:32.985Z] file_header: OK [2021-05-11T17:30:32.985Z] 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-11T17:30:32.985Z] Statistics: [2021-05-11T17:30:32.985Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T17:30:32.985Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T17:30:32.985Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T17:30:32.985Z] file_magic: OK [2021-05-11T17:30:32.985Z] HZ: Using current value: 100 [2021-05-11T17:30:32.985Z] file_header: OK [2021-05-11T17:30:32.985Z] 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-11T17:30:32.985Z] Statistics: [2021-05-11T17:30:32.985Z] Hnuu...uuuununununu... [2021-05-11T17:30:32.985Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:30:33.153Z] provisioning config files... [2021-05-11T17:30:33.171Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2391517740102865506tmp [Pipeline] { [Pipeline] echo [2021-05-11T17:30:33.193Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:30:33.492Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T17:30:33.501Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T17:30:33.532Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:30:33.839Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T17:30:33.851Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:30:34.164Z] ---> sudo-logs.sh [2021-05-11T17:30:34.164Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T17:30:34.195Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:30:34.501Z] ---> job-cost.sh [2021-05-11T17:30:34.501Z] lf-activate-venv: SKIPPING [2021-05-11T17:30:34.501Z] DEBUG: total: 0.20999999344348907 [2021-05-11T17:30:34.501Z] INFO: Retrieving Stack Cost... [2021-05-11T17:30:35.075Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T17:30:35.650Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T17:30:35.665Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:30:35.971Z] ---> logs-deploy.sh [2021-05-11T17:30:35.971Z] lf-activate-venv: SKIPPING [2021-05-11T17:30:35.971Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/53 [2021-05-11T17:30:35.971Z] INFO: archiving workspace using pattern(s): [2021-05-11T17:30:37.941Z] Archives upload complete. [2021-05-11T17:30:37.941Z] INFO: archiving logs to Nexus