Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dd55ff443bd180714a9cddb6bbe47fafb89756c5 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32438 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 dd55ff443bd180714a9cddb6bbe47fafb89756c5 (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 dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 Commit message: "Merge pull request #177 from hahattan/issue-176" > git rev-list --no-walk bfe8b6d03e48aca57198d29dac0aa5fe93ed02ec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T07:40:39.917Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T07:40:40.222Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T07:40:40.327Z] ========================================================= [2021-04-01T07:40:40.327Z] EdgeX Global Pipelines Version Info [2021-04-01T07:40:40.327Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:40:43.898Z] ------------------- [2021-04-01T07:40:43.899Z] stable info: [2021-04-01T07:40:43.899Z] ------------------- [2021-04-01T07:40:43.899Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T07:40:43.899Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T07:40:43.899Z] Message: update stable to v1.0.186 [2021-04-01T07:40:45.017Z] ------------------- [2021-04-01T07:40:45.017Z] experimental info: [2021-04-01T07:40:45.017Z] ------------------- [2021-04-01T07:40:45.017Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T07:40:45.017Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T07:40:45.017Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T07:40:45.421Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-01T07:40:45.546Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-01T07:40:45.645Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T07:40:45.767Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T07:40:45.862Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T07:40:45.960Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T07:40:46.055Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T07:40:46.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T07:40:46.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-01T07:40:46.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T07:40:46.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T07:40:46.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-01T07:40:46.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T07:40:46.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T07:40:46.838Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T07:40:46.939Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T07:40:47.043Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T07:40:47.148Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T07:40:47.242Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T07:40:47.349Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-01T07:40:47.445Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-01T07:40:47.535Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-01T07:40:47.629Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-01T07:40:47.722Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-01T07:40:47.811Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-01T07:40:47.898Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T07:40:47.986Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-01T07:40:48.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-01T07:40:48.175Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-01T07:40:48.274Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd55ff443bd180714a9cddb6bbe47fafb89756c5 [Pipeline] echo [2021-04-01T07:40:48.456Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd55ff4 [Pipeline] echo [2021-04-01T07:40:48.609Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T07:40:48.861Z] provisioning config files... [2021-04-01T07:40:48.907Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config798080449085638015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:40:49.388Z] ---> docker-login.sh [2021-04-01T07:40:49.388Z] nexus3.edgexfoundry.org:10001 [2021-04-01T07:40:50.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:40:50.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:40:50.456Z] Configure a credential helper to remove this warning. See [2021-04-01T07:40:50.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:40:50.456Z] [2021-04-01T07:40:50.456Z] Login Succeeded [2021-04-01T07:40:50.456Z] nexus3.edgexfoundry.org:10002 [2021-04-01T07:40:50.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:40:51.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:40:51.048Z] Configure a credential helper to remove this warning. See [2021-04-01T07:40:51.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:40:51.048Z] [2021-04-01T07:40:51.048Z] Login Succeeded [2021-04-01T07:40:51.048Z] nexus3.edgexfoundry.org:10003 [2021-04-01T07:40:51.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:40:51.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:40:51.672Z] Configure a credential helper to remove this warning. See [2021-04-01T07:40:51.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:40:51.672Z] [2021-04-01T07:40:51.672Z] Login Succeeded [2021-04-01T07:40:51.672Z] nexus3.edgexfoundry.org:10004 [2021-04-01T07:40:51.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:40:51.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:40:51.991Z] Configure a credential helper to remove this warning. See [2021-04-01T07:40:51.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:40:51.991Z] [2021-04-01T07:40:51.991Z] Login Succeeded [2021-04-01T07:40:52.288Z] docker.io [2021-04-01T07:40:52.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:40:52.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:40:52.861Z] Configure a credential helper to remove this warning. See [2021-04-01T07:40:52.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:40:52.861Z] [2021-04-01T07:40:52.862Z] Login Succeeded [2021-04-01T07:40:52.862Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T07:40:52.881Z] 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-04-01T07:40:53.859Z] + git log --format=format:%s -1 dd55ff443bd180714a9cddb6bbe47fafb89756c5 [Pipeline] echo [2021-04-01T07:40:53.998Z] GIT_COMMIT: dd55ff443bd180714a9cddb6bbe47fafb89756c5, Commit Message: Merge pull request #177 from hahattan/issue-176 [Pipeline] echo [2021-04-01T07:40:54.042Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:40:55.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:40:55.214Z] [2021-04-01T07:40:55.214Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:40:55.724Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:40:55.724Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T07:40:55.724Z] 31603596830f: Pulling fs layer [2021-04-01T07:40:55.724Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T07:40:55.724Z] 6ca5941a6612: Pulling fs layer [2021-04-01T07:40:55.724Z] ecc8261a40a4: Pulling fs layer [2021-04-01T07:40:55.724Z] ecc8261a40a4: Waiting [2021-04-01T07:40:55.724Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T07:40:55.724Z] 2a8b12db71e7: Download complete [2021-04-01T07:40:56.029Z] 31603596830f: Verifying Checksum [2021-04-01T07:40:56.029Z] 31603596830f: Download complete [2021-04-01T07:40:56.311Z] ecc8261a40a4: Verifying Checksum [2021-04-01T07:40:56.615Z] 6ca5941a6612: Verifying Checksum [2021-04-01T07:40:56.615Z] 6ca5941a6612: Download complete [2021-04-01T07:40:57.622Z] 31603596830f: Pull complete [2021-04-01T07:40:57.622Z] 2a8b12db71e7: Pull complete [2021-04-01T07:41:00.853Z] 6ca5941a6612: Pull complete [2021-04-01T07:41:01.594Z] ecc8261a40a4: Pull complete [2021-04-01T07:41:01.595Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T07:41:01.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:41:01.904Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T07:41:02.546Z] prd-centos7-docker-4c-2g-32438 does not seem to be running inside a container [2021-04-01T07:41:02.800Z] $ 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-04-01T07:41:06.259Z] $ docker top e34b092e6d2e3a0ca27cf7c72478f98ef90ba600f0ce7650213827ee5414af11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T07:41:06.878Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T07:41:06.878Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T07:41:07.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T07:41:07.878Z] $ docker exec e34b092e6d2e3a0ca27cf7c72478f98ef90ba600f0ce7650213827ee5414af11 ssh-agent [2021-04-01T07:41:08.772Z] SSH_AUTH_SOCK=/tmp/ssh-PLOirHmeYuaa/agent.11 [2021-04-01T07:41:08.772Z] SSH_AGENT_PID=16 [2021-04-01T07:41:08.820Z] Running ssh-add (command line suppressed) [2021-04-01T07:41:09.008Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_869022780978227640.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_869022780978227640.key) [2021-04-01T07:41:09.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T07:41:09.706Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T07:41:09.746Z] $ docker exec --env ******** --env ******** e34b092e6d2e3a0ca27cf7c72478f98ef90ba600f0ce7650213827ee5414af11 ssh-agent -k [2021-04-01T07:41:10.161Z] unset SSH_AUTH_SOCK; [2021-04-01T07:41:10.162Z] unset SSH_AGENT_PID; [2021-04-01T07:41:10.162Z] echo Agent pid 16 killed; [2021-04-01T07:41:10.408Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T07:41:10.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T07:41:10.629Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T07:41:11.406Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T07:41:11.409Z] $ docker exec e34b092e6d2e3a0ca27cf7c72478f98ef90ba600f0ce7650213827ee5414af11 ssh-agent [2021-04-01T07:41:12.152Z] SSH_AUTH_SOCK=/tmp/ssh-gJvrhbZVaBKl/agent.44 [2021-04-01T07:41:12.152Z] SSH_AGENT_PID=49 [2021-04-01T07:41:12.163Z] Running ssh-add (command line suppressed) [2021-04-01T07:41:12.501Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5843267770820466708.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5843267770820466708.key) [2021-04-01T07:41:12.620Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T07:41:13.703Z] + git semver init [2021-04-01T07:41:13.704Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T07:41:13.704Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-01T07:41:13.704Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-01T07:41:13.704Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T07:41:13.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T07:41:13.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T07:41:13.704Z] # $SEMVER_BRANCH = master [2021-04-01T07:41:13.704Z] # $SEMVER_TEMP = /tmp/semver-188567343 [2021-04-01T07:41:13.704Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-01T07:41:14.934Z] # '/tmp/semver-188567343' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-04-01T07:41:14.934Z] # -> Force: false [2021-04-01T07:41:14.934Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-01T07:41:14.979Z] $ docker exec --env ******** --env ******** e34b092e6d2e3a0ca27cf7c72478f98ef90ba600f0ce7650213827ee5414af11 ssh-agent -k [2021-04-01T07:41:15.209Z] unset SSH_AUTH_SOCK; [2021-04-01T07:41:15.211Z] unset SSH_AGENT_PID; [2021-04-01T07:41:15.211Z] echo Agent pid 49 killed; [2021-04-01T07:41:15.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T07:41:16.014Z] + git semver [Pipeline] } [2021-04-01T07:41:16.420Z] $ docker stop --time=1 e34b092e6d2e3a0ca27cf7c72478f98ef90ba600f0ce7650213827ee5414af11 [2021-04-01T07:41:18.458Z] $ docker rm -f e34b092e6d2e3a0ca27cf7c72478f98ef90ba600f0ce7650213827ee5414af11 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T07:41:20.571Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T07:41:21.636Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T07:41:21.639Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.4 [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-04-01T07:41:37.158Z] Still waiting to schedule task [2021-04-01T07:41:37.158Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32438’ [2021-04-01T07:41:37.161Z] Still waiting to schedule task [2021-04-01T07:41:37.161Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T07:43:19.735Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32439 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-01T07:43:19.794Z] Running in /w/workspace/device-virtual-go/43 [Pipeline] { [Pipeline] checkout [2021-04-01T07:43:24.880Z] using credential edgex-jenkins-ssh [2021-04-01T07:43:24.938Z] Cloning the remote Git repository [2021-04-01T07:43:25.015Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-01T07:43:25.135Z] > git init /w/workspace/device-virtual-go/43 # timeout=10 [2021-04-01T07:43:25.214Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-01T07:43:25.215Z] > git --version # timeout=10 [2021-04-01T07:43:25.242Z] > git --version # 'git version 2.17.1' [2021-04-01T07:43:25.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T07:43:25.321Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T07:43:26.125Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-01T07:43:26.155Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T07:43:26.702Z] Checking out Revision dd55ff443bd180714a9cddb6bbe47fafb89756c5 (master) [2021-04-01T07:43:26.184Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-01T07:43:26.221Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-01T07:43:26.222Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T07:43:26.234Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T07:43:26.750Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T07:43:26.772Z] > git checkout -f dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 [2021-04-01T07:43:30.989Z] Commit message: "Merge pull request #177 from hahattan/issue-176" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T07:43:32.696Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T07:43:33.102Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T07:43:33.466Z] + sudo service docker restart [2021-04-01T07:43:33.466Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T07:43:36.219Z] provisioning config files... [2021-04-01T07:43:36.271Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/43@tmp/config598335755523073120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:43:36.697Z] ---> docker-login.sh [2021-04-01T07:43:36.697Z] nexus3.edgexfoundry.org:10001 [2021-04-01T07:43:37.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:43:37.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:43:37.955Z] Configure a credential helper to remove this warning. See [2021-04-01T07:43:37.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:43:37.955Z] [2021-04-01T07:43:37.955Z] Login Succeeded [2021-04-01T07:43:37.956Z] nexus3.edgexfoundry.org:10002 [2021-04-01T07:43:38.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:43:38.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:43:38.507Z] Configure a credential helper to remove this warning. See [2021-04-01T07:43:38.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:43:38.507Z] [2021-04-01T07:43:38.507Z] Login Succeeded [2021-04-01T07:43:38.507Z] nexus3.edgexfoundry.org:10003 [2021-04-01T07:43:38.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:43:39.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:43:39.061Z] Configure a credential helper to remove this warning. See [2021-04-01T07:43:39.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:43:39.061Z] [2021-04-01T07:43:39.061Z] Login Succeeded [2021-04-01T07:43:39.061Z] nexus3.edgexfoundry.org:10004 [2021-04-01T07:43:39.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:43:39.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:43:39.608Z] Configure a credential helper to remove this warning. See [2021-04-01T07:43:39.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:43:39.608Z] [2021-04-01T07:43:39.608Z] Login Succeeded [2021-04-01T07:43:39.608Z] docker.io [2021-04-01T07:43:39.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:43:40.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:43:40.477Z] Configure a credential helper to remove this warning. See [2021-04-01T07:43:40.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:43:40.477Z] [2021-04-01T07:43:40.477Z] Login Succeeded [2021-04-01T07:43:40.477Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T07:43:40.494Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T07:43:40.973Z] ========================================================= [2021-04-01T07:43:40.973Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T07:43:40.973Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:43:41.411Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-01T07:43:41.687Z] Sending build context to Docker daemon 490kB [2021-04-01T07:43:41.687Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T07:43:41.687Z] Step 2/8 : FROM ${BASE} [2021-04-01T07:43:41.968Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T07:43:41.968Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T07:43:41.968Z] a4357932f1b6: Pulling fs layer [2021-04-01T07:43:41.968Z] 18c013af1878: Pulling fs layer [2021-04-01T07:43:41.968Z] 00ac8860ef70: Pulling fs layer [2021-04-01T07:43:41.968Z] 63d7cb157983: Pulling fs layer [2021-04-01T07:43:41.968Z] b116817d02f9: Pulling fs layer [2021-04-01T07:43:41.968Z] 745a02a5169b: Pulling fs layer [2021-04-01T07:43:41.968Z] 63d7cb157983: Waiting [2021-04-01T07:43:41.968Z] 745a02a5169b: Waiting [2021-04-01T07:43:41.968Z] b116817d02f9: Waiting [2021-04-01T07:43:41.968Z] 00ac8860ef70: Waiting [2021-04-01T07:43:41.968Z] 18c013af1878: Verifying Checksum [2021-04-01T07:43:41.968Z] 18c013af1878: Download complete [2021-04-01T07:43:41.968Z] a4357932f1b6: Verifying Checksum [2021-04-01T07:43:41.968Z] a4357932f1b6: Download complete [2021-04-01T07:43:41.968Z] 63d7cb157983: Verifying Checksum [2021-04-01T07:43:41.968Z] 63d7cb157983: Download complete [2021-04-01T07:43:42.570Z] b116817d02f9: Verifying Checksum [2021-04-01T07:43:42.570Z] b116817d02f9: Download complete [2021-04-01T07:43:43.171Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T07:43:43.171Z] 5f621e34cdf4: Download complete [2021-04-01T07:43:44.160Z] 5f621e34cdf4: Pull complete [2021-04-01T07:43:44.451Z] a4357932f1b6: Pull complete [2021-04-01T07:43:45.052Z] 18c013af1878: Pull complete [2021-04-01T07:43:45.052Z] 745a02a5169b: Verifying Checksum [2021-04-01T07:43:45.052Z] 745a02a5169b: Download complete [2021-04-01T07:43:46.487Z] 00ac8860ef70: Verifying Checksum [2021-04-01T07:43:46.487Z] 00ac8860ef70: Download complete [2021-04-01T07:43:54.443Z] Running on prd-centos7-docker-4c-2g-32440 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-01T07:43:54.535Z] Running in /w/workspace/device-virtual-go/43 [Pipeline] { [Pipeline] checkout [2021-04-01T07:43:56.997Z] using credential edgex-jenkins-ssh [2021-04-01T07:43:57.074Z] Cloning the remote Git repository [2021-04-01T07:43:56.812Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-01T07:43:56.885Z] > git init /w/workspace/device-virtual-go/43 # timeout=10 [2021-04-01T07:43:56.947Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-01T07:43:56.947Z] > git --version # timeout=10 [2021-04-01T07:43:56.959Z] > git --version # 'git version 2.24.3' [2021-04-01T07:43:56.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T07:43:56.996Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T07:43:57.590Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-01T07:43:57.598Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T07:43:57.613Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-01T07:43:57.629Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-01T07:43:57.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T07:43:57.634Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T07:43:58.278Z] Checking out Revision dd55ff443bd180714a9cddb6bbe47fafb89756c5 (master) [2021-04-01T07:43:58.951Z] 00ac8860ef70: Pull complete [2021-04-01T07:43:58.951Z] 63d7cb157983: Pull complete [2021-04-01T07:43:58.951Z] b116817d02f9: Pull complete [2021-04-01T07:43:58.093Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T07:43:58.098Z] > git checkout -f dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 [2021-04-01T07:44:01.579Z] 745a02a5169b: Pull complete [2021-04-01T07:44:01.579Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T07:44:01.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T07:44:01.579Z] ---> b7e6874047d6 [2021-04-01T07:44:01.579Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-04-01T07:44:01.809Z] Commit message: "Merge pull request #177 from hahattan/issue-176" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T07:44:03.083Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T07:44:03.416Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T07:44:03.732Z] + sudo service docker restart [2021-04-01T07:44:03.732Z] + true [2021-04-01T07:44:03.732Z] Redirecting to /bin/systemctl restart docker.service [2021-04-01T07:44:04.215Z] ---> Running in 25aac6957bd5 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T07:44:04.743Z] provisioning config files... [2021-04-01T07:44:04.777Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/43@tmp/config1358079464171781093tmp [Pipeline] { [2021-04-01T07:44:04.814Z] Removing intermediate container 25aac6957bd5 [2021-04-01T07:44:04.814Z] ---> 5af279d35588 [2021-04-01T07:44:04.814Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T07:44:04.814Z] ---> Running in c36aa2f429d4 [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:44:05.141Z] ---> docker-login.sh [2021-04-01T07:44:05.141Z] nexus3.edgexfoundry.org:10001 [2021-04-01T07:44:05.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:44:05.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:44:05.406Z] Configure a credential helper to remove this warning. See [2021-04-01T07:44:05.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:44:05.406Z] [2021-04-01T07:44:05.406Z] Login Succeeded [2021-04-01T07:44:05.406Z] nexus3.edgexfoundry.org:10002 [2021-04-01T07:44:05.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:44:05.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:44:05.675Z] Configure a credential helper to remove this warning. See [2021-04-01T07:44:05.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:44:05.675Z] [2021-04-01T07:44:05.675Z] Login Succeeded [2021-04-01T07:44:05.675Z] nexus3.edgexfoundry.org:10003 [2021-04-01T07:44:05.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:44:05.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:44:05.938Z] Configure a credential helper to remove this warning. See [2021-04-01T07:44:05.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:44:05.938Z] [2021-04-01T07:44:05.938Z] Login Succeeded [2021-04-01T07:44:05.938Z] nexus3.edgexfoundry.org:10004 [2021-04-01T07:44:05.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:44:06.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:44:06.200Z] Configure a credential helper to remove this warning. See [2021-04-01T07:44:06.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:44:06.200Z] [2021-04-01T07:44:06.200Z] Login Succeeded [2021-04-01T07:44:06.200Z] docker.io [2021-04-01T07:44:06.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:44:06.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:44:06.464Z] Configure a credential helper to remove this warning. See [2021-04-01T07:44:06.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:44:06.464Z] [2021-04-01T07:44:06.464Z] Login Succeeded [2021-04-01T07:44:06.464Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T07:44:06.484Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T07:44:06.911Z] ========================================================= [2021-04-01T07:44:06.911Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T07:44:06.911Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:44:07.294Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-01T07:44:07.294Z] Sending build context to Docker daemon 491kB [2021-04-01T07:44:07.294Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T07:44:07.294Z] Step 2/8 : FROM ${BASE} [2021-04-01T07:44:07.445Z] Removing intermediate container c36aa2f429d4 [2021-04-01T07:44:07.445Z] ---> 3475957de941 [2021-04-01T07:44:07.445Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-04-01T07:44:07.445Z] ---> Running in a07a3269e206 [2021-04-01T07:44:07.558Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T07:44:07.558Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T07:44:07.558Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T07:44:07.558Z] de9db76c5a1d: Pulling fs layer [2021-04-01T07:44:07.558Z] bca2f99d35d6: Pulling fs layer [2021-04-01T07:44:07.558Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T07:44:07.558Z] 7c6f9722023f: Pulling fs layer [2021-04-01T07:44:07.558Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T07:44:07.558Z] bca2f99d35d6: Waiting [2021-04-01T07:44:07.558Z] 93359f2a8cfa: Waiting [2021-04-01T07:44:07.558Z] 7c6f9722023f: Waiting [2021-04-01T07:44:07.558Z] a35cf1a2eb13: Waiting [2021-04-01T07:44:07.558Z] de9db76c5a1d: Verifying Checksum [2021-04-01T07:44:07.558Z] de9db76c5a1d: Download complete [2021-04-01T07:44:07.558Z] 0ef7d3d256c8: Download complete [2021-04-01T07:44:07.558Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T07:44:07.558Z] 93359f2a8cfa: Download complete [2021-04-01T07:44:07.558Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T07:44:07.558Z] 188c0c94c7c5: Download complete [2021-04-01T07:44:07.558Z] 7c6f9722023f: Verifying Checksum [2021-04-01T07:44:07.558Z] 7c6f9722023f: Download complete [2021-04-01T07:44:07.826Z] 188c0c94c7c5: Pull complete [2021-04-01T07:44:08.087Z] 0ef7d3d256c8: Pull complete [2021-04-01T07:44:08.350Z] de9db76c5a1d: Pull complete [2021-04-01T07:44:08.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T07:44:09.753Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T07:44:09.753Z] a35cf1a2eb13: Download complete [2021-04-01T07:44:09.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T07:44:10.344Z] bca2f99d35d6: Verifying Checksum [2021-04-01T07:44:10.344Z] bca2f99d35d6: Download complete [2021-04-01T07:44:12.479Z] (1/14) Installing libmagic (5.38-r0) [2021-04-01T07:44:12.752Z] (2/14) Installing file (5.38-r0) [2021-04-01T07:44:12.752Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-04-01T07:44:12.752Z] (4/14) Installing g++ (9.3.0-r2) [2021-04-01T07:44:16.972Z] bca2f99d35d6: Pull complete [2021-04-01T07:44:16.972Z] 93359f2a8cfa: Pull complete [2021-04-01T07:44:16.972Z] 7c6f9722023f: Pull complete [2021-04-01T07:44:21.216Z] a35cf1a2eb13: Pull complete [2021-04-01T07:44:21.216Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T07:44:21.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T07:44:21.216Z] ---> a62c8e92a672 [2021-04-01T07:44:21.216Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-04-01T07:44:21.216Z] ---> Running in 0a61c97826aa [2021-04-01T07:44:21.216Z] Removing intermediate container 0a61c97826aa [2021-04-01T07:44:21.216Z] ---> 88c7b92c5a32 [2021-04-01T07:44:21.216Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T07:44:21.216Z] ---> Running in f2ee52b605d5 [2021-04-01T07:44:22.168Z] Removing intermediate container f2ee52b605d5 [2021-04-01T07:44:22.168Z] ---> 33bb87371f41 [2021-04-01T07:44:22.168Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-04-01T07:44:22.168Z] ---> Running in a6d8928756fe [2021-04-01T07:44:22.882Z] (5/14) Installing fortify-headers (1.1-r0) [2021-04-01T07:44:22.882Z] (6/14) Installing patch (2.7.6-r6) [2021-04-01T07:44:22.882Z] (7/14) Installing build-base (0.5-r2) [2021-04-01T07:44:22.882Z] (8/14) Installing openssh-keygen (8.3_p1-r2) [2021-04-01T07:44:22.882Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-04-01T07:44:22.882Z] (10/14) Installing openssh-client (8.3_p1-r2) [2021-04-01T07:44:22.882Z] (11/14) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-01T07:44:22.882Z] (12/14) Installing openssh-server-common (8.3_p1-r2) [2021-04-01T07:44:22.882Z] (13/14) Installing openssh-server (8.3_p1-r2) [2021-04-01T07:44:22.882Z] (14/14) Installing openssh (8.3_p1-r2) [2021-04-01T07:44:22.882Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T07:44:23.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T07:44:23.155Z] OK: 221 MiB in 53 packages [2021-04-01T07:44:24.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T07:44:24.327Z] (1/14) Installing libmagic (5.38-r0) [2021-04-01T07:44:24.592Z] (2/14) Installing file (5.38-r0) [2021-04-01T07:44:24.855Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-04-01T07:44:24.855Z] (4/14) Installing g++ (9.3.0-r2) [2021-04-01T07:44:27.479Z] Removing intermediate container a07a3269e206 [2021-04-01T07:44:27.479Z] ---> 1fed1558806a [2021-04-01T07:44:27.479Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-01T07:44:27.479Z] ---> Running in ac67e4c975ac [2021-04-01T07:44:27.751Z] Removing intermediate container ac67e4c975ac [2021-04-01T07:44:27.752Z] ---> 409ea9e525b6 [2021-04-01T07:44:27.752Z] Step 7/8 : COPY . . [2021-04-01T07:44:28.737Z] ---> 17f73350d674 [2021-04-01T07:44:28.737Z] Step 8/8 : RUN go mod download [2021-04-01T07:44:29.026Z] ---> Running in 117a82c09522 [2021-04-01T07:44:30.180Z] (5/14) Installing fortify-headers (1.1-r0) [2021-04-01T07:44:30.180Z] (6/14) Installing patch (2.7.6-r6) [2021-04-01T07:44:30.180Z] (7/14) Installing build-base (0.5-r2) [2021-04-01T07:44:30.180Z] (8/14) Installing openssh-keygen (8.3_p1-r2) [2021-04-01T07:44:30.180Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-04-01T07:44:30.180Z] (10/14) Installing openssh-client (8.3_p1-r2) [2021-04-01T07:44:30.443Z] (11/14) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-01T07:44:30.443Z] (12/14) Installing openssh-server-common (8.3_p1-r2) [2021-04-01T07:44:30.443Z] (13/14) Installing openssh-server (8.3_p1-r2) [2021-04-01T07:44:30.712Z] (14/14) Installing openssh (8.3_p1-r2) [2021-04-01T07:44:30.712Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T07:44:30.977Z] OK: 237 MiB in 53 packages [2021-04-01T07:44:34.295Z] Removing intermediate container a6d8928756fe [2021-04-01T07:44:34.295Z] ---> 8967e448f62c [2021-04-01T07:44:34.295Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-01T07:44:34.295Z] ---> Running in 9c96c64ca278 [2021-04-01T07:44:34.295Z] Removing intermediate container 9c96c64ca278 [2021-04-01T07:44:34.295Z] ---> 08eeb5bd6ced [2021-04-01T07:44:34.295Z] Step 7/8 : COPY . . [2021-04-01T07:44:35.252Z] ---> 91a5678e35a0 [2021-04-01T07:44:35.252Z] Step 8/8 : RUN go mod download [2021-04-01T07:44:35.252Z] ---> Running in 73a4f007f5ad [2021-04-01T07:44:55.855Z] Removing intermediate container 117a82c09522 [2021-04-01T07:44:55.855Z] ---> 3900c6c44f7f [2021-04-01T07:44:55.855Z] Successfully built 3900c6c44f7f [2021-04-01T07:44:55.855Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:44:56.196Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T07:44:56.196Z] . [Pipeline] withDockerContainer [2021-04-01T07:44:56.512Z] prd-ubuntu18.04-docker-arm64-4c-16g-32439 does not seem to be running inside a container [2021-04-01T07:44:56.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/43 -v /w/workspace/device-virtual-go/43:/w/workspace/device-virtual-go/43:rw,z -v /w/workspace/device-virtual-go/43@tmp:/w/workspace/device-virtual-go/43@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-04-01T07:44:57.273Z] Removing intermediate container 73a4f007f5ad [2021-04-01T07:44:57.273Z] ---> b42d1b696c64 [2021-04-01T07:44:57.273Z] Successfully built b42d1b696c64 [2021-04-01T07:44:57.273Z] Successfully tagged ci-base-image-x86_64:latest [2021-04-01T07:44:58.190Z] $ docker top 59ac8609d05983ed5c578553edbe5c7afe125c051d1ee5c1701da5a45f469b33 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:44:58.959Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T07:44:58.959Z] . [Pipeline] withDockerContainer [2021-04-01T07:44:59.089Z] prd-centos7-docker-4c-2g-32440 does not seem to be running inside a container [2021-04-01T07:44:59.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/43 -v /w/workspace/device-virtual-go/43:/w/workspace/device-virtual-go/43:rw,z -v /w/workspace/device-virtual-go/43@tmp:/w/workspace/device-virtual-go/43@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-04-01T07:44:59.181Z] + go version [2021-04-01T07:44:59.181Z] go version go1.15.5 linux/arm64 [2021-04-01T07:44:59.937Z] $ docker top 917bed98ac65281417a4340dd5fca43486840641f15aeff7c4bea1282c31ddd9 -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-01T07:45:00.202Z] $ docker stop --time=1 59ac8609d05983ed5c578553edbe5c7afe125c051d1ee5c1701da5a45f469b33 [2021-04-01T07:45:02.209Z] $ docker rm -f 59ac8609d05983ed5c578553edbe5c7afe125c051d1ee5c1701da5a45f469b33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-04-01T07:45:02.749Z] + go version [2021-04-01T07:45:02.749Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T07:45:02.776Z] $ docker stop --time=1 917bed98ac65281417a4340dd5fca43486840641f15aeff7c4bea1282c31ddd9 [2021-04-01T07:45:04.144Z] $ docker rm -f 917bed98ac65281417a4340dd5fca43486840641f15aeff7c4bea1282c31ddd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:45:04.923Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T07:45:04.923Z] . [Pipeline] withDockerContainer [2021-04-01T07:45:05.047Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T07:45:05.047Z] . [2021-04-01T07:45:05.187Z] prd-ubuntu18.04-docker-arm64-4c-16g-32439 does not seem to be running inside a container [2021-04-01T07:45:05.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/43 -v /w/workspace/device-virtual-go/43:/w/workspace/device-virtual-go/43:rw,z -v /w/workspace/device-virtual-go/43@tmp:/w/workspace/device-virtual-go/43@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-04-01T07:45:06.860Z] $ docker top a2d71398a363910a4f83c387b4444a23c687052dc7e438b68b9004bfa023f303 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-04-01T07:45:07.302Z] prd-centos7-docker-4c-2g-32440 does not seem to be running inside a container [2021-04-01T07:45:07.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/43 -v /w/workspace/device-virtual-go/43:/w/workspace/device-virtual-go/43:rw,z -v /w/workspace/device-virtual-go/43@tmp:/w/workspace/device-virtual-go/43@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-04-01T07:45:08.050Z] $ docker top aa54a0d79fd6a6f7084aac8781c6b83eb636b35e5e38b078549757649325d127 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-01T07:45:08.615Z] + make test [2021-04-01T07:45:08.615Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-01T07:45:08.912Z] + make test [2021-04-01T07:45:08.912Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-01T07:45:10.367Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-01T07:45:10.553Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-01T07:45:25.667Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-01T07:45:26.624Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.379s coverage: 63.8% of statements [2021-04-01T07:45:26.889Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-01T07:45:30.266Z] gofmt -l . [2021-04-01T07:45:30.266Z] [ "`gofmt -l .`" = "" ] [2021-04-01T07:45:30.266Z] ./bin/test-attribution-txt.sh [2021-04-01T07:45:30.853Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-01T07:45:31.134Z] $ docker stop --time=1 aa54a0d79fd6a6f7084aac8781c6b83eb636b35e5e38b078549757649325d127 [2021-04-01T07:45:32.875Z] $ docker rm -f aa54a0d79fd6a6f7084aac8781c6b83eb636b35e5e38b078549757649325d127 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T07:45:33.519Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-01T07:45:33.893Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-01T07:45:36.576Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-01T07:45:36.881Z] + ls -al . [2021-04-01T07:45:36.881Z] total 128 [2021-04-01T07:45:36.881Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 1 07:45 . [2021-04-01T07:45:36.881Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 1 07:43 .. [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 7136 Apr 1 07:43 Attribution.txt [2021-04-01T07:45:36.881Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 1 07:43 bin [2021-04-01T07:45:36.881Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 1 07:43 cmd [2021-04-01T07:45:36.881Z] -rw-r--r--. 1 jenkins jenkins 47247 Apr 1 07:45 coverage.out [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 1851 Apr 1 07:43 Dockerfile [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 961 Apr 1 07:43 Dockerfile.build [2021-04-01T07:45:36.881Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 1 07:44 .git [2021-04-01T07:45:36.881Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 1 07:43 .github [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 258 Apr 1 07:43 .gitignore [2021-04-01T07:45:36.881Z] -rw-r--r--. 1 jenkins jenkins 809 Apr 1 07:45 go.mod [2021-04-01T07:45:36.881Z] -rw-r--r--. 1 jenkins jenkins 20118 Apr 1 07:45 go.sum [2021-04-01T07:45:36.881Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 1 07:43 internal [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 660 Apr 1 07:43 Jenkinsfile [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 1 07:43 LICENSE [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 873 Apr 1 07:43 Makefile [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 1 07:43 README.md [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 11 Apr 1 07:41 VERSION [2021-04-01T07:45:36.881Z] -rw-rw-r--. 1 jenkins jenkins 235 Apr 1 07:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:45:37.189Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=dd55ff443bd180714a9cddb6bbe47fafb89756c5 --label arch=amd64 --label version=1.3.2-dev.4 . [2021-04-01T07:45:37.189Z] Sending build context to Docker daemon 560.1kB [2021-04-01T07:45:37.189Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T07:45:37.189Z] Step 2/22 : FROM ${BASE} AS builder [2021-04-01T07:45:37.189Z] ---> b42d1b696c64 [2021-04-01T07:45:37.189Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-04-01T07:45:37.452Z] ---> Running in d260ad60ffa2 [2021-04-01T07:45:37.717Z] Removing intermediate container d260ad60ffa2 [2021-04-01T07:45:37.717Z] ---> bdaf1c7e0f85 [2021-04-01T07:45:37.717Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-04-01T07:45:37.717Z] ---> Running in fed50f61b64c [2021-04-01T07:45:37.986Z] Removing intermediate container fed50f61b64c [2021-04-01T07:45:37.986Z] ---> 9baaab6d9203 [2021-04-01T07:45:37.986Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-04-01T07:45:37.986Z] ---> Running in 8d6262ee2ddb [2021-04-01T07:45:38.252Z] Removing intermediate container 8d6262ee2ddb [2021-04-01T07:45:38.252Z] ---> 4d5bd09caeab [2021-04-01T07:45:38.252Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T07:45:38.252Z] ---> Running in 6b34fbeda583 [2021-04-01T07:45:39.199Z] Removing intermediate container 6b34fbeda583 [2021-04-01T07:45:39.199Z] ---> dfd210492e3b [2021-04-01T07:45:39.199Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-01T07:45:39.462Z] ---> Running in 0c58774e917f [2021-04-01T07:45:39.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T07:45:40.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T07:45:40.940Z] OK: 237 MiB in 53 packages [2021-04-01T07:45:41.526Z] Removing intermediate container 0c58774e917f [2021-04-01T07:45:41.526Z] ---> afb957b7fe14 [2021-04-01T07:45:41.526Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-04-01T07:45:41.526Z] ---> Running in c8b54e1f5a62 [2021-04-01T07:45:41.794Z] Removing intermediate container c8b54e1f5a62 [2021-04-01T07:45:41.794Z] ---> 51546da13cf5 [2021-04-01T07:45:41.794Z] Step 9/22 : COPY . . [2021-04-01T07:45:42.379Z] ---> 89f7e388e5a4 [2021-04-01T07:45:42.379Z] Step 10/22 : ARG MAKE='make build' [2021-04-01T07:45:42.379Z] ---> Running in 788579026e29 [2021-04-01T07:45:42.649Z] Removing intermediate container 788579026e29 [2021-04-01T07:45:42.649Z] ---> db1f56b8a6b8 [2021-04-01T07:45:42.649Z] Step 11/22 : RUN $MAKE [2021-04-01T07:45:42.649Z] ---> Running in a3618e962ab7 [2021-04-01T07:45:43.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.4" -o cmd/device-virtual ./cmd [2021-04-01T07:45:57.413Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-01T07:45:57.413Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.465s coverage: 63.8% of statements [2021-04-01T07:45:57.413Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-01T07:45:58.338Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-01T07:45:59.731Z] Removing intermediate container a3618e962ab7 [2021-04-01T07:45:59.731Z] ---> f7d6b7833cf4 [2021-04-01T07:45:59.731Z] Step 12/22 : FROM alpine:3.12 [2021-04-01T07:45:59.996Z] 3.12: Pulling from library/alpine [2021-04-01T07:46:00.260Z] 532819f3e44c: Pulling fs layer [2021-04-01T07:46:00.260Z] 532819f3e44c: Verifying Checksum [2021-04-01T07:46:00.260Z] 532819f3e44c: Download complete [2021-04-01T07:46:00.523Z] 532819f3e44c: Pull complete [2021-04-01T07:46:00.523Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T07:46:00.523Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T07:46:00.523Z] ---> 7230e588e954 [2021-04-01T07:46:00.523Z] Step 13/22 : ENV APP_PORT=49990 [2021-04-01T07:46:00.787Z] ---> Running in 53a7acc2ef13 [2021-04-01T07:46:00.787Z] Removing intermediate container 53a7acc2ef13 [2021-04-01T07:46:00.787Z] ---> 3c09d1786395 [2021-04-01T07:46:00.787Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T07:46:01.051Z] ---> Running in 597c0647e88b [2021-04-01T07:46:01.051Z] Removing intermediate container 597c0647e88b [2021-04-01T07:46:01.051Z] ---> 7dcc6ee4d5dc [2021-04-01T07:46:01.051Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-04-01T07:46:02.002Z] ---> 12b69b98ad29 [2021-04-01T07:46:02.002Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-04-01T07:46:02.002Z] ---> a945d1426f68 [2021-04-01T07:46:02.002Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-04-01T07:46:02.265Z] ---> fb703ceb22e1 [2021-04-01T07:46:02.265Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-04-01T07:46:02.528Z] ---> Running in e1f1ba1afe11 [2021-04-01T07:46:02.528Z] Removing intermediate container e1f1ba1afe11 [2021-04-01T07:46:02.528Z] ---> e49f30c6cdf8 [2021-04-01T07:46:02.528Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T07:46:02.791Z] ---> Running in ee10d67d5c5a [2021-04-01T07:46:02.791Z] Removing intermediate container ee10d67d5c5a [2021-04-01T07:46:02.791Z] ---> e31612ef9a85 [2021-04-01T07:46:02.791Z] Step 20/22 : LABEL arch=amd64 [2021-04-01T07:46:03.057Z] ---> Running in c9b8ca0e1d80 [2021-04-01T07:46:03.057Z] Removing intermediate container c9b8ca0e1d80 [2021-04-01T07:46:03.057Z] ---> 7cc07a969aab [2021-04-01T07:46:03.057Z] Step 21/22 : LABEL git_sha=dd55ff443bd180714a9cddb6bbe47fafb89756c5 [2021-04-01T07:46:03.057Z] ---> Running in f9eb1ef90e7b [2021-04-01T07:46:03.320Z] Removing intermediate container f9eb1ef90e7b [2021-04-01T07:46:03.320Z] ---> aea190b54530 [2021-04-01T07:46:03.320Z] Step 22/22 : LABEL version=1.3.2-dev.4 [2021-04-01T07:46:03.320Z] ---> Running in 292d3cea530e [2021-04-01T07:46:03.583Z] Removing intermediate container 292d3cea530e [2021-04-01T07:46:03.583Z] ---> 26e32c8f492d [2021-04-01T07:46:03.583Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-01T07:46:03.583Z] Successfully built 26e32c8f492d [2021-04-01T07:46:03.583Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T07:46:04.043Z] provisioning config files... [2021-04-01T07:46:04.080Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/43@tmp/config3938015753351567102tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:46:04.458Z] ---> docker-login.sh [2021-04-01T07:46:04.458Z] nexus3.edgexfoundry.org:10001 [2021-04-01T07:46:04.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:46:04.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:46:04.726Z] Configure a credential helper to remove this warning. See [2021-04-01T07:46:04.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:46:04.726Z] [2021-04-01T07:46:04.726Z] Login Succeeded [2021-04-01T07:46:04.726Z] nexus3.edgexfoundry.org:10002 [2021-04-01T07:46:04.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:46:04.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:46:04.989Z] Configure a credential helper to remove this warning. See [2021-04-01T07:46:04.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:46:04.989Z] [2021-04-01T07:46:04.989Z] Login Succeeded [2021-04-01T07:46:04.989Z] nexus3.edgexfoundry.org:10003 [2021-04-01T07:46:04.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:46:04.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:46:04.989Z] Configure a credential helper to remove this warning. See [2021-04-01T07:46:04.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:46:04.989Z] [2021-04-01T07:46:04.989Z] Login Succeeded [2021-04-01T07:46:04.989Z] nexus3.edgexfoundry.org:10004 [2021-04-01T07:46:05.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:46:05.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:46:05.252Z] Configure a credential helper to remove this warning. See [2021-04-01T07:46:05.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:46:05.252Z] [2021-04-01T07:46:05.252Z] Login Succeeded [2021-04-01T07:46:05.252Z] docker.io [2021-04-01T07:46:05.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:46:05.712Z] gofmt -l . [2021-04-01T07:46:05.712Z] [ "`gofmt -l .`" = "" ] [2021-04-01T07:46:05.712Z] ./bin/test-attribution-txt.sh [2021-04-01T07:46:05.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:46:05.783Z] Configure a credential helper to remove this warning. See [2021-04-01T07:46:05.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:46:05.783Z] [2021-04-01T07:46:05.783Z] Login Succeeded [2021-04-01T07:46:05.783Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T07:46:05.794Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T07:46:06.006Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-04-01T07:46:06.006Z] dd55ff443bd180714a9cddb6bbe47fafb89756c5 [2021-04-01T07:46:06.006Z] latest [2021-04-01T07:46:06.006Z] 1.3.2-dev.4 [2021-04-01T07:46:06.006Z] dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4 [2021-04-01T07:46:06.006Z] master [2021-04-01T07:46:06.006Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:06.505Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:dd55ff443bd180714a9cddb6bbe47fafb89756c5 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:06.695Z] ./bin/test-go-mod-tidy.sh [2021-04-01T07:46:06.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:dd55ff443bd180714a9cddb6bbe47fafb89756c5 [2021-04-01T07:46:06.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-01T07:46:06.814Z] 76b2e9626de7: Preparing [2021-04-01T07:46:06.814Z] 1a85262cc637: Preparing [2021-04-01T07:46:06.814Z] 5d577d835d64: Preparing [2021-04-01T07:46:06.814Z] b0b9881431d7: Preparing [2021-04-01T07:46:07.076Z] 76b2e9626de7: Pushed [2021-04-01T07:46:07.076Z] 1a85262cc637: Pushed [Pipeline] } [2021-04-01T07:46:07.361Z] $ docker stop --time=1 a2d71398a363910a4f83c387b4444a23c687052dc7e438b68b9004bfa023f303 [2021-04-01T07:46:07.651Z] b0b9881431d7: Pushed [2021-04-01T07:46:08.225Z] 5d577d835d64: Pushed [2021-04-01T07:46:08.487Z] dd55ff443bd180714a9cddb6bbe47fafb89756c5: digest: sha256:f96cec7087d6baf1a83bae2238b289b85e2917bc016350c8d35ab6e1aa3705ad size: 1155 [2021-04-01T07:46:09.614Z] $ docker rm -f a2d71398a363910a4f83c387b4444a23c687052dc7e438b68b9004bfa023f303 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:10.499Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-01T07:46:10.518Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T07:46:10.580Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:10.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-01T07:46:10.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-01T07:46:10.914Z] 76b2e9626de7: Preparing [2021-04-01T07:46:10.914Z] 1a85262cc637: Preparing [2021-04-01T07:46:10.914Z] 5d577d835d64: Preparing [2021-04-01T07:46:10.914Z] b0b9881431d7: Preparing [2021-04-01T07:46:10.914Z] 5d577d835d64: Layer already exists [2021-04-01T07:46:10.914Z] b0b9881431d7: Layer already exists [2021-04-01T07:46:10.914Z] 1a85262cc637: Layer already exists [2021-04-01T07:46:10.914Z] 76b2e9626de7: Layer already exists [2021-04-01T07:46:10.914Z] latest: digest: sha256:f96cec7087d6baf1a83bae2238b289b85e2917bc016350c8d35ab6e1aa3705ad size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:11.226Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:11.295Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-01T07:46:11.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.4 [2021-04-01T07:46:11.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-01T07:46:11.568Z] 76b2e9626de7: Preparing [2021-04-01T07:46:11.568Z] 1a85262cc637: Preparing [2021-04-01T07:46:11.568Z] 5d577d835d64: Preparing [2021-04-01T07:46:11.568Z] b0b9881431d7: Preparing [2021-04-01T07:46:11.568Z] 5d577d835d64: Layer already exists [2021-04-01T07:46:11.568Z] b0b9881431d7: Layer already exists [2021-04-01T07:46:11.568Z] 76b2e9626de7: Layer already exists [2021-04-01T07:46:11.568Z] 1a85262cc637: Layer already exists [2021-04-01T07:46:11.568Z] 1.3.2-dev.4: digest: sha256:f96cec7087d6baf1a83bae2238b289b85e2917bc016350c8d35ab6e1aa3705ad size: 1155 [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T07:46:11.937Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:12.177Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-01T07:46:12.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4 [2021-04-01T07:46:12.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-01T07:46:12.272Z] 76b2e9626de7: Preparing [2021-04-01T07:46:12.272Z] 1a85262cc637: Preparing [2021-04-01T07:46:12.272Z] 5d577d835d64: Preparing [2021-04-01T07:46:12.272Z] b0b9881431d7: Preparing [2021-04-01T07:46:12.272Z] 76b2e9626de7: Layer already exists [2021-04-01T07:46:12.272Z] 1a85262cc637: Layer already exists [2021-04-01T07:46:12.272Z] 5d577d835d64: Layer already exists [2021-04-01T07:46:12.272Z] b0b9881431d7: Layer already exists [2021-04-01T07:46:12.272Z] dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4: digest: sha256:f96cec7087d6baf1a83bae2238b289b85e2917bc016350c8d35ab6e1aa3705ad size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:12.590Z] + ls -al . [2021-04-01T07:46:12.590Z] total 152 [2021-04-01T07:46:12.590Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 1 07:46 . [2021-04-01T07:46:12.590Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 07:43 .. [2021-04-01T07:46:12.590Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 07:43 .git [2021-04-01T07:46:12.590Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 07:43 .github [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 258 Apr 1 07:43 .gitignore [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 7136 Apr 1 07:43 Attribution.txt [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 1851 Apr 1 07:43 Dockerfile [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 961 Apr 1 07:43 Dockerfile.build [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 1 07:43 Jenkinsfile [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 1 07:43 LICENSE [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 873 Apr 1 07:43 Makefile [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 1 07:43 README.md [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 1 07:41 VERSION [2021-04-01T07:46:12.590Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 07:43 bin [2021-04-01T07:46:12.590Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 07:43 cmd [2021-04-01T07:46:12.590Z] -rw-r--r-- 1 jenkins jenkins 47247 Apr 1 07:45 coverage.out [2021-04-01T07:46:12.590Z] -rw-r--r-- 1 jenkins jenkins 809 Apr 1 07:46 go.mod [2021-04-01T07:46:12.590Z] -rw-r--r-- 1 jenkins jenkins 20118 Apr 1 07:46 go.sum [2021-04-01T07:46:12.590Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 07:43 internal [2021-04-01T07:46:12.590Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 1 07:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:12.670Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:46:12.986Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=dd55ff443bd180714a9cddb6bbe47fafb89756c5 --label arch=arm64 --label version=1.3.2-dev.4 . [2021-04-01T07:46:13.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-04-01T07:46:13.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-01T07:46:13.053Z] 76b2e9626de7: Preparing [2021-04-01T07:46:13.053Z] 1a85262cc637: Preparing [2021-04-01T07:46:13.053Z] 5d577d835d64: Preparing [2021-04-01T07:46:13.053Z] b0b9881431d7: Preparing [2021-04-01T07:46:13.053Z] b0b9881431d7: Layer already exists [2021-04-01T07:46:13.053Z] 76b2e9626de7: Layer already exists [2021-04-01T07:46:13.053Z] 5d577d835d64: Layer already exists [2021-04-01T07:46:13.053Z] 1a85262cc637: Layer already exists [2021-04-01T07:46:13.053Z] master: digest: sha256:f96cec7087d6baf1a83bae2238b289b85e2917bc016350c8d35ab6e1aa3705ad size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T07:46:13.259Z] ===================================================== [2021-04-01T07:46:13.319Z] Sending build context to Docker daemon 559.1kB [2021-04-01T07:46:13.319Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T07:46:13.319Z] Step 2/22 : FROM ${BASE} AS builder [2021-04-01T07:46:13.319Z] ---> 3900c6c44f7f [2021-04-01T07:46:13.319Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [Pipeline] echo [2021-04-01T07:46:13.344Z] taggedImages: [2021-04-01T07:46:13.344Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:dd55ff443bd180714a9cddb6bbe47fafb89756c5 [2021-04-01T07:46:13.344Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-01T07:46:13.344Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.4 [2021-04-01T07:46:13.344Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4 [2021-04-01T07:46:13.344Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-04-01T07:46:13.610Z] ---> Running in 2bff8a748e03 Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:46:14.254Z] Removing intermediate container 2bff8a748e03 [2021-04-01T07:46:14.254Z] ---> b25ac17db240 [2021-04-01T07:46:14.254Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-04-01T07:46:14.254Z] ---> Running in f4e0dff64076 [2021-04-01T07:46:14.286Z] ---> job-cost.sh [2021-04-01T07:46:14.286Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YRbZ [2021-04-01T07:46:14.855Z] Removing intermediate container f4e0dff64076 [2021-04-01T07:46:14.855Z] ---> fe3923f32325 [2021-04-01T07:46:14.855Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-04-01T07:46:14.855Z] ---> Running in 05721fba92ea [2021-04-01T07:46:15.452Z] Removing intermediate container 05721fba92ea [2021-04-01T07:46:15.452Z] ---> 58b03de51b48 [2021-04-01T07:46:15.452Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T07:46:15.452Z] ---> Running in 1a3ba072b0e5 [2021-04-01T07:46:18.074Z] Removing intermediate container 1a3ba072b0e5 [2021-04-01T07:46:18.074Z] ---> 8bcab9d4b3b8 [2021-04-01T07:46:18.074Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-01T07:46:18.074Z] ---> Running in 4a550c516c08 [2021-04-01T07:46:19.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T07:46:19.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T07:46:20.234Z] OK: 221 MiB in 53 packages [2021-04-01T07:46:21.672Z] Removing intermediate container 4a550c516c08 [2021-04-01T07:46:21.672Z] ---> 904163359c6c [2021-04-01T07:46:21.672Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-04-01T07:46:21.673Z] ---> Running in 2510b3d4ef45 [2021-04-01T07:46:21.947Z] Removing intermediate container 2510b3d4ef45 [2021-04-01T07:46:21.947Z] ---> a9cd5d06623f [2021-04-01T07:46:21.947Z] Step 9/22 : COPY . . [2021-04-01T07:46:22.929Z] ---> 7127855460a9 [2021-04-01T07:46:22.929Z] Step 10/22 : ARG MAKE='make build' [2021-04-01T07:46:23.203Z] ---> Running in 3f029ade47ec [2021-04-01T07:46:23.799Z] Removing intermediate container 3f029ade47ec [2021-04-01T07:46:23.799Z] ---> 6783f6cf7f10 [2021-04-01T07:46:23.799Z] Step 11/22 : RUN $MAKE [2021-04-01T07:46:23.799Z] ---> Running in e2bec63e5142 [2021-04-01T07:46:24.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.4" -o cmd/device-virtual ./cmd [2021-04-01T07:46:29.218Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T07:46:57.140Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-01T07:47:01.381Z] lf-activate-venv(): INFO: Adding /tmp/venv-YRbZ/bin to PATH [2021-04-01T07:47:01.381Z] INFO: No Stack... [2021-04-01T07:47:01.381Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T07:47:01.381Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T07:47:01.695Z] + cat /w/workspace/device-virtual-go/43/archives/cost.csv [2021-04-01T07:47:01.695Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T07:47:01.773Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-43-stack-cost] [2021-04-01T07:47:01.781Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-43-stack-cost] did not exist. Created. [2021-04-01T07:47:01.781Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T07:47:02.227Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-01T07:47:02.384Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T07:47:02.398Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-43-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T07:47:05.400Z] Removing intermediate container e2bec63e5142 [2021-04-01T07:47:05.400Z] ---> 4ecefd9655b2 [2021-04-01T07:47:05.400Z] Step 12/22 : FROM alpine:3.12 [2021-04-01T07:47:06.003Z] 3.12: Pulling from library/alpine [2021-04-01T07:47:06.276Z] 9a219e8acc52: Pulling fs layer [2021-04-01T07:47:06.276Z] 9a219e8acc52: Download complete [2021-04-01T07:47:06.871Z] 9a219e8acc52: Pull complete [2021-04-01T07:47:06.871Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T07:47:06.871Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T07:47:06.871Z] ---> d75e27dfc0a0 [2021-04-01T07:47:06.871Z] Step 13/22 : ENV APP_PORT=49990 [2021-04-01T07:47:07.146Z] ---> Running in eb978ffd6b77 [2021-04-01T07:47:07.743Z] Removing intermediate container eb978ffd6b77 [2021-04-01T07:47:07.743Z] ---> a43856556c21 [2021-04-01T07:47:07.743Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T07:47:07.743Z] ---> Running in 2ea03a717ee0 [2021-04-01T07:47:08.341Z] Removing intermediate container 2ea03a717ee0 [2021-04-01T07:47:08.341Z] ---> 89984d961f59 [2021-04-01T07:47:08.341Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-04-01T07:47:09.778Z] ---> 7340a09755b4 [2021-04-01T07:47:09.778Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-04-01T07:47:10.371Z] ---> 8ab3b45c6634 [2021-04-01T07:47:10.371Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-04-01T07:47:10.964Z] ---> 3d600f84f501 [2021-04-01T07:47:10.964Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-04-01T07:47:11.237Z] ---> Running in 5583f351fda2 [2021-04-01T07:47:11.508Z] Removing intermediate container 5583f351fda2 [2021-04-01T07:47:11.508Z] ---> 299518d2f470 [2021-04-01T07:47:11.508Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T07:47:11.784Z] ---> Running in 5c4c8f4aae72 [2021-04-01T07:47:12.058Z] Removing intermediate container 5c4c8f4aae72 [2021-04-01T07:47:12.058Z] ---> 02a2f74182ab [2021-04-01T07:47:12.058Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T07:47:12.330Z] ---> Running in d5779d1c1e93 [2021-04-01T07:47:12.927Z] Removing intermediate container d5779d1c1e93 [2021-04-01T07:47:12.927Z] ---> 3a682df44b12 [2021-04-01T07:47:12.927Z] Step 21/22 : LABEL git_sha=dd55ff443bd180714a9cddb6bbe47fafb89756c5 [2021-04-01T07:47:12.927Z] ---> Running in b113a863e25e [2021-04-01T07:47:13.522Z] Removing intermediate container b113a863e25e [2021-04-01T07:47:13.522Z] ---> 628a64e54e85 [2021-04-01T07:47:13.522Z] Step 22/22 : LABEL version=1.3.2-dev.4 [2021-04-01T07:47:13.522Z] ---> Running in 9e4c403555fa [2021-04-01T07:47:14.118Z] Removing intermediate container 9e4c403555fa [2021-04-01T07:47:14.118Z] ---> f0f12ac455fd [2021-04-01T07:47:14.118Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-01T07:47:14.118Z] Successfully built f0f12ac455fd [2021-04-01T07:47:14.118Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T07:47:14.580Z] provisioning config files... [2021-04-01T07:47:14.627Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/43@tmp/config1520171695913643852tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:47:15.028Z] ---> docker-login.sh [2021-04-01T07:47:15.028Z] nexus3.edgexfoundry.org:10001 [2021-04-01T07:47:15.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:47:15.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:47:15.573Z] Configure a credential helper to remove this warning. See [2021-04-01T07:47:15.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:47:15.573Z] [2021-04-01T07:47:15.573Z] Login Succeeded [2021-04-01T07:47:15.573Z] nexus3.edgexfoundry.org:10002 [2021-04-01T07:47:15.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:47:16.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:47:16.116Z] Configure a credential helper to remove this warning. See [2021-04-01T07:47:16.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:47:16.116Z] [2021-04-01T07:47:16.116Z] Login Succeeded [2021-04-01T07:47:16.116Z] nexus3.edgexfoundry.org:10003 [2021-04-01T07:47:16.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:47:16.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:47:16.661Z] Configure a credential helper to remove this warning. See [2021-04-01T07:47:16.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:47:16.661Z] [2021-04-01T07:47:16.661Z] Login Succeeded [2021-04-01T07:47:16.661Z] nexus3.edgexfoundry.org:10004 [2021-04-01T07:47:16.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:47:16.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:47:16.933Z] Configure a credential helper to remove this warning. See [2021-04-01T07:47:16.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:47:16.933Z] [2021-04-01T07:47:16.933Z] Login Succeeded [2021-04-01T07:47:16.933Z] docker.io [2021-04-01T07:47:17.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:47:17.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:47:17.801Z] Configure a credential helper to remove this warning. See [2021-04-01T07:47:17.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:47:17.801Z] [2021-04-01T07:47:17.801Z] Login Succeeded [2021-04-01T07:47:17.801Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T07:47:17.819Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T07:47:18.085Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-04-01T07:47:18.085Z] dd55ff443bd180714a9cddb6bbe47fafb89756c5 [2021-04-01T07:47:18.085Z] latest [2021-04-01T07:47:18.085Z] 1.3.2-dev.4 [2021-04-01T07:47:18.085Z] dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4 [2021-04-01T07:47:18.085Z] master [2021-04-01T07:47:18.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:18.625Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:dd55ff443bd180714a9cddb6bbe47fafb89756c5 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:18.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:dd55ff443bd180714a9cddb6bbe47fafb89756c5 [2021-04-01T07:47:18.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-01T07:47:18.960Z] d633ba40bba5: Preparing [2021-04-01T07:47:18.960Z] 1c9e7df97560: Preparing [2021-04-01T07:47:18.960Z] 88ddd9dfb19e: Preparing [2021-04-01T07:47:18.960Z] e08058ee1dfe: Preparing [2021-04-01T07:47:19.234Z] 1c9e7df97560: Pushed [2021-04-01T07:47:19.234Z] d633ba40bba5: Pushed [2021-04-01T07:47:20.668Z] e08058ee1dfe: Pushed [2021-04-01T07:47:22.093Z] 88ddd9dfb19e: Pushed [2021-04-01T07:47:22.364Z] dd55ff443bd180714a9cddb6bbe47fafb89756c5: digest: sha256:1a01f0cade3249adfa7cd4a6dab50fc715723d4f795557f29462ff79571cb974 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:22.710Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:23.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-01T07:47:23.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-01T07:47:23.048Z] d633ba40bba5: Preparing [2021-04-01T07:47:23.048Z] 1c9e7df97560: Preparing [2021-04-01T07:47:23.048Z] 88ddd9dfb19e: Preparing [2021-04-01T07:47:23.048Z] e08058ee1dfe: Preparing [2021-04-01T07:47:23.048Z] 1c9e7df97560: Layer already exists [2021-04-01T07:47:23.048Z] 88ddd9dfb19e: Layer already exists [2021-04-01T07:47:23.048Z] d633ba40bba5: Layer already exists [2021-04-01T07:47:23.048Z] e08058ee1dfe: Layer already exists [2021-04-01T07:47:23.317Z] latest: digest: sha256:1a01f0cade3249adfa7cd4a6dab50fc715723d4f795557f29462ff79571cb974 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:23.659Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:23.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.4 [2021-04-01T07:47:23.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-01T07:47:23.997Z] d633ba40bba5: Preparing [2021-04-01T07:47:23.997Z] 1c9e7df97560: Preparing [2021-04-01T07:47:23.997Z] 88ddd9dfb19e: Preparing [2021-04-01T07:47:23.997Z] e08058ee1dfe: Preparing [2021-04-01T07:47:23.997Z] d633ba40bba5: Layer already exists [2021-04-01T07:47:23.997Z] 1c9e7df97560: Layer already exists [2021-04-01T07:47:23.997Z] e08058ee1dfe: Layer already exists [2021-04-01T07:47:23.997Z] 88ddd9dfb19e: Layer already exists [2021-04-01T07:47:24.266Z] 1.3.2-dev.4: digest: sha256:1a01f0cade3249adfa7cd4a6dab50fc715723d4f795557f29462ff79571cb974 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:24.607Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:24.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4 [2021-04-01T07:47:24.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-01T07:47:24.954Z] d633ba40bba5: Preparing [2021-04-01T07:47:24.954Z] 1c9e7df97560: Preparing [2021-04-01T07:47:24.954Z] 88ddd9dfb19e: Preparing [2021-04-01T07:47:24.954Z] e08058ee1dfe: Preparing [2021-04-01T07:47:25.227Z] e08058ee1dfe: Layer already exists [2021-04-01T07:47:25.227Z] 88ddd9dfb19e: Layer already exists [2021-04-01T07:47:25.227Z] 1c9e7df97560: Layer already exists [2021-04-01T07:47:25.227Z] d633ba40bba5: Layer already exists [2021-04-01T07:47:25.227Z] dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4: digest: sha256:1a01f0cade3249adfa7cd4a6dab50fc715723d4f795557f29462ff79571cb974 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:25.577Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:47:25.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-04-01T07:47:25.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-01T07:47:25.915Z] d633ba40bba5: Preparing [2021-04-01T07:47:25.915Z] 1c9e7df97560: Preparing [2021-04-01T07:47:25.915Z] 88ddd9dfb19e: Preparing [2021-04-01T07:47:25.915Z] e08058ee1dfe: Preparing [2021-04-01T07:47:25.915Z] 88ddd9dfb19e: Layer already exists [2021-04-01T07:47:25.915Z] d633ba40bba5: Layer already exists [2021-04-01T07:47:25.915Z] 1c9e7df97560: Layer already exists [2021-04-01T07:47:25.915Z] e08058ee1dfe: Layer already exists [2021-04-01T07:47:26.187Z] master: digest: sha256:1a01f0cade3249adfa7cd4a6dab50fc715723d4f795557f29462ff79571cb974 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T07:47:26.402Z] ===================================================== [Pipeline] echo [2021-04-01T07:47:26.453Z] taggedImages: [2021-04-01T07:47:26.453Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:dd55ff443bd180714a9cddb6bbe47fafb89756c5 [2021-04-01T07:47:26.453Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-01T07:47:26.453Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.4 [2021-04-01T07:47:26.453Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:dd55ff443bd180714a9cddb6bbe47fafb89756c5-1.3.2-dev.4 [2021-04-01T07:47:26.453Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:47:27.036Z] ---> job-cost.sh [2021-04-01T07:47:27.036Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-m5kr [2021-04-01T07:48:05.991Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T07:49:42.734Z] lf-activate-venv(): INFO: Adding /tmp/venv-m5kr/bin to PATH [2021-04-01T07:49:42.734Z] INFO: No Stack... [2021-04-01T07:49:42.734Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T07:49:42.734Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T07:49:43.111Z] + cat /w/workspace/device-virtual-go/43/archives/cost.csv [2021-04-01T07:49:43.111Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T07:49:43.261Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-43-stack-cost] [2021-04-01T07:49:43.269Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-43-stack-cost] did not exist. Created. [2021-04-01T07:49:43.270Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T07:49:43.730Z] /w/workspace/device-virtual-go/43@tmp/durable-565d740c/script.sh: 1: /w/workspace/device-virtual-go/43@tmp/durable-565d740c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-01T07:49:44.092Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T07:49:44.169Z] Warning: overwriting stash ‘stack-cost’ [2021-04-01T07:49:44.326Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T07:49:44.340Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-43-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-04-01T07:49:45.766Z] provisioning config files... [2021-04-01T07:49:45.800Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2781156343636140974tmp [Pipeline] { [Pipeline] sh [2021-04-01T07:49:46.413Z] + set +x [2021-04-01T07:49:46.413Z] + curl -s https://codecov.io/bash [2021-04-01T07:49:46.413Z] + bash -s -- [2021-04-01T07:49:46.736Z] [2021-04-01T07:49:46.736Z] _____ _ [2021-04-01T07:49:46.736Z] / ____| | | [2021-04-01T07:49:46.736Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T07:49:46.736Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T07:49:46.736Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T07:49:46.736Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T07:49:46.736Z] Bash-20210309-2b87ace [2021-04-01T07:49:46.736Z] [2021-04-01T07:49:46.736Z] [2021-04-01T07:49:46.736Z] ==> git version 2.24.3 found [2021-04-01T07:49:47.016Z] ==> 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-04-01T07:49:47.016Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T07:49:47.016Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T07:49:47.016Z] ==> Jenkins CI detected. [2021-04-01T07:49:47.016Z] project root: . [2021-04-01T07:49:47.016Z] --> token set from env [2021-04-01T07:49:47.016Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T07:49:47.016Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T07:49:47.016Z] ==> Python coveragepy not found [2021-04-01T07:49:47.016Z] ==> Searching for coverage reports in: [2021-04-01T07:49:47.016Z] + . [2021-04-01T07:49:47.016Z] -> Found 1 reports [2021-04-01T07:49:47.016Z] ==> Detecting git/mercurial file structure [2021-04-01T07:49:47.016Z] ==> Reading reports [2021-04-01T07:49:47.016Z] + ./coverage.out bytes=47247 [2021-04-01T07:49:47.016Z] ==> Appending adjustments [2021-04-01T07:49:47.016Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T07:49:47.287Z] + Found adjustments [2021-04-01T07:49:47.287Z] ==> Gzipping contents [2021-04-01T07:49:47.287Z] 8.0K /tmp/codecov.VteHxZ.gz [2021-04-01T07:49:47.287Z] ==> Uploading reports [2021-04-01T07:49:47.287Z] url: https://codecov.io [2021-04-01T07:49:47.287Z] query: branch=master&commit=dd55ff443bd180714a9cddb6bbe47fafb89756c5&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F43%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T07:49:47.287Z] -> Pinging Codecov [2021-04-01T07:49:47.287Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=dd55ff443bd180714a9cddb6bbe47fafb89756c5&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F43%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T07:49:47.881Z] -> Uploading to [2021-04-01T07:49:47.881Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/5E52B4B073DB2E39498172D8E973AA87/dd55ff443bd180714a9cddb6bbe47fafb89756c5/381e778b-cbde-4204-95a3-7951f7ae7bad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T074947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c86fdfc2bec0df49bdeb6fff3322d4c8d77a8a17368cd6e5dc40b94fabc38572 [2021-04-01T07:49:47.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T07:49:47.881Z] Dload Upload Total Spent Left Speed [2021-04-01T07:49:48.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5749 0 0 100 5749 0 10098 --:--:-- --:--:-- --:--:-- 10103 100 5749 0 0 100 5749 0 10092 --:--:-- --:--:-- --:--:-- 10085 [2021-04-01T07:49:48.472Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/dd55ff443bd180714a9cddb6bbe47fafb89756c5 [Pipeline] } [2021-04-01T07:49:48.534Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-01T07:49:49.429Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-01T07:49:49.484Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:49:50.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T07:49:50.339Z] [2021-04-01T07:49:50.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:49:50.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T07:49:51.545Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-01T07:49:51.545Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T07:49:51.545Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T07:49:51.545Z] de9db76c5a1d: Pulling fs layer [2021-04-01T07:49:51.545Z] 0eba1c9be4d2: Pulling fs layer [2021-04-01T07:49:51.545Z] 0d57e429df01: Pulling fs layer [2021-04-01T07:49:51.545Z] 4e4be7b47b0d: Pulling fs layer [2021-04-01T07:49:51.545Z] e1f770b5df2f: Pulling fs layer [2021-04-01T07:49:51.545Z] 85a0685a4137: Pulling fs layer [2021-04-01T07:49:51.545Z] 0eba1c9be4d2: Waiting [2021-04-01T07:49:51.545Z] 0d57e429df01: Waiting [2021-04-01T07:49:51.545Z] 4e4be7b47b0d: Waiting [2021-04-01T07:49:51.545Z] e1f770b5df2f: Waiting [2021-04-01T07:49:51.545Z] 85a0685a4137: Waiting [2021-04-01T07:49:51.545Z] de9db76c5a1d: Verifying Checksum [2021-04-01T07:49:51.545Z] de9db76c5a1d: Download complete [2021-04-01T07:49:51.545Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T07:49:51.545Z] 0ef7d3d256c8: Download complete [2021-04-01T07:49:51.545Z] 0d57e429df01: Verifying Checksum [2021-04-01T07:49:51.545Z] 0d57e429df01: Download complete [2021-04-01T07:49:52.056Z] 4e4be7b47b0d: Verifying Checksum [2021-04-01T07:49:52.056Z] 4e4be7b47b0d: Download complete [2021-04-01T07:49:52.738Z] 188c0c94c7c5: Download complete [2021-04-01T07:49:53.808Z] 188c0c94c7c5: Pull complete [2021-04-01T07:49:54.493Z] 0ef7d3d256c8: Pull complete [2021-04-01T07:49:55.154Z] e1f770b5df2f: Verifying Checksum [2021-04-01T07:49:55.154Z] e1f770b5df2f: Download complete [2021-04-01T07:49:55.154Z] de9db76c5a1d: Pull complete [2021-04-01T07:50:06.232Z] 0eba1c9be4d2: Verifying Checksum [2021-04-01T07:50:06.232Z] 0eba1c9be4d2: Download complete [2021-04-01T07:50:06.677Z] 85a0685a4137: Verifying Checksum [2021-04-01T07:50:06.677Z] 85a0685a4137: Download complete [2021-04-01T07:50:19.566Z] 0eba1c9be4d2: Pull complete [2021-04-01T07:50:20.229Z] 0d57e429df01: Pull complete [2021-04-01T07:50:20.499Z] 4e4be7b47b0d: Pull complete [2021-04-01T07:50:23.539Z] e1f770b5df2f: Pull complete [2021-04-01T07:50:42.607Z] 85a0685a4137: Pull complete [2021-04-01T07:50:42.608Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-01T07:50:42.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T07:50:42.608Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-01T07:50:43.647Z] prd-centos7-docker-4c-2g-32438 does not seem to be running inside a container [2021-04-01T07:50:43.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-01T07:50:46.457Z] $ docker top 2592daab04971b924924f4f56ca815bd6994f6c2f5a2a36a43f11ec8663847f3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T07:50:47.151Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-01T07:50:48.098Z] + set -o pipefail [2021-04-01T07:50:48.098Z] + snyk monitor '--org=edgex-jenkins' [2021-04-01T07:51:10.585Z] [2021-04-01T07:51:10.585Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-04-01T07:51:10.585Z] [2021-04-01T07:51:10.585Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/3c833818-e70c-4610-bc75-5ed0365d01c7 [2021-04-01T07:51:10.585Z] [2021-04-01T07:51:10.585Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-01T07:51:10.585Z] [2021-04-01T07:51:10.585Z] [2021-04-01T07:51:10.585Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-01T07:51:10.586Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-01T07:51:10.618Z] $ docker stop --time=1 2592daab04971b924924f4f56ca815bd6994f6c2f5a2a36a43f11ec8663847f3 [2021-04-01T07:51:13.909Z] $ docker rm -f 2592daab04971b924924f4f56ca815bd6994f6c2f5a2a36a43f11ec8663847f3 [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-04-01T07:51:16.690Z] + git log --format=format:%s -1 dd55ff443bd180714a9cddb6bbe47fafb89756c5 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:51:17.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:51:17.511Z] . [Pipeline] withDockerContainer [2021-04-01T07:51:18.122Z] prd-centos7-docker-4c-2g-32438 does not seem to be running inside a container [2021-04-01T07:51:18.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T07:51:20.739Z] $ docker top 3c0b6e8cd3a67b9b042b0c682a6061b2c3abc09aa2dd1a0b98ca52a815feafb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T07:51:21.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T07:51:21.458Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T07:51:21.903Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T07:51:21.905Z] $ docker exec 3c0b6e8cd3a67b9b042b0c682a6061b2c3abc09aa2dd1a0b98ca52a815feafb4 ssh-agent [2021-04-01T07:51:22.653Z] SSH_AUTH_SOCK=/tmp/ssh-cYL40mhsHlCR/agent.11 [2021-04-01T07:51:22.653Z] SSH_AGENT_PID=17 [2021-04-01T07:51:22.688Z] Running ssh-add (command line suppressed) [2021-04-01T07:51:23.300Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5690439631641636542.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5690439631641636542.key) [2021-04-01T07:51:23.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T07:51:24.739Z] + git semver tag [2021-04-01T07:51:25.055Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T07:51:25.055Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-01T07:51:25.055Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-01T07:51:25.055Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T07:51:25.055Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T07:51:25.055Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T07:51:25.055Z] # $SEMVER_BRANCH = master [2021-04-01T07:51:25.055Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-01T07:51:25.055Z] # dd55ff443bd180714a9cddb6bbe47fafb89756c5 HEAD [2021-04-01T07:51:25.055Z] # -> Force: false [2021-04-01T07:51:25.055Z] # 269b21f6905a8ad10a484c8af1412a89e4de61cd refs/tags/v1.3.2-dev.4 [Pipeline] } [2021-04-01T07:51:25.075Z] $ docker exec --env ******** --env ******** 3c0b6e8cd3a67b9b042b0c682a6061b2c3abc09aa2dd1a0b98ca52a815feafb4 ssh-agent -k [2021-04-01T07:51:25.377Z] unset SSH_AUTH_SOCK; [2021-04-01T07:51:25.377Z] unset SSH_AGENT_PID; [2021-04-01T07:51:25.377Z] echo Agent pid 17 killed; [2021-04-01T07:51:25.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T07:51:26.559Z] + git semver [Pipeline] } [2021-04-01T07:51:26.671Z] $ docker stop --time=1 3c0b6e8cd3a67b9b042b0c682a6061b2c3abc09aa2dd1a0b98ca52a815feafb4 [2021-04-01T07:51:28.613Z] $ docker rm -f 3c0b6e8cd3a67b9b042b0c682a6061b2c3abc09aa2dd1a0b98ca52a815feafb4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:51:29.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T07:51:29.818Z] [2021-04-01T07:51:29.818Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:51:30.732Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T07:51:30.732Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-01T07:51:30.732Z] ab5ef0e58194: Pulling fs layer [2021-04-01T07:51:30.732Z] 9712f1f96733: Pulling fs layer [2021-04-01T07:51:30.732Z] 63f879dbbcfc: Pulling fs layer [2021-04-01T07:51:30.732Z] 0d9ebad4ef96: Pulling fs layer [2021-04-01T07:51:30.732Z] e9a5061849ea: Pulling fs layer [2021-04-01T07:51:30.732Z] d747dcd14b5f: Pulling fs layer [2021-04-01T07:51:30.732Z] 0d9ebad4ef96: Waiting [2021-04-01T07:51:30.732Z] d747dcd14b5f: Waiting [2021-04-01T07:51:30.732Z] 2de7ff778b66: Pulling fs layer [2021-04-01T07:51:30.732Z] e9a5061849ea: Waiting [2021-04-01T07:51:30.732Z] 2de7ff778b66: Waiting [2021-04-01T07:51:31.000Z] 9712f1f96733: Verifying Checksum [2021-04-01T07:51:31.000Z] 9712f1f96733: Download complete [2021-04-01T07:51:36.758Z] 63f879dbbcfc: Verifying Checksum [2021-04-01T07:51:36.758Z] 63f879dbbcfc: Download complete [2021-04-01T07:51:37.534Z] e9a5061849ea: Verifying Checksum [2021-04-01T07:51:37.534Z] e9a5061849ea: Download complete [2021-04-01T07:51:37.534Z] d747dcd14b5f: Download complete [2021-04-01T07:51:40.725Z] 2de7ff778b66: Verifying Checksum [2021-04-01T07:51:40.725Z] 2de7ff778b66: Download complete [2021-04-01T07:51:40.725Z] 0d9ebad4ef96: Verifying Checksum [2021-04-01T07:51:40.725Z] 0d9ebad4ef96: Download complete [2021-04-01T07:51:41.119Z] ab5ef0e58194: Verifying Checksum [2021-04-01T07:51:41.119Z] ab5ef0e58194: Download complete [2021-04-01T07:51:53.994Z] ab5ef0e58194: Pull complete [2021-04-01T07:51:53.994Z] 9712f1f96733: Pull complete [2021-04-01T07:51:57.485Z] 63f879dbbcfc: Pull complete [2021-04-01T07:52:18.047Z] 0d9ebad4ef96: Pull complete [2021-04-01T07:52:18.047Z] e9a5061849ea: Pull complete [2021-04-01T07:52:18.047Z] d747dcd14b5f: Pull complete [2021-04-01T07:52:20.869Z] 2de7ff778b66: Pull complete [2021-04-01T07:52:20.869Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-01T07:52:20.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T07:52:20.869Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-01T07:52:21.843Z] prd-centos7-docker-4c-2g-32438 does not seem to be running inside a container [2021-04-01T07:52:22.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-01T07:52:26.999Z] $ docker top fd32075e203bc3a380414e3a56fdfacebad65983a9cc40d5b64b25432e23fcb1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-01T07:52:27.761Z] provisioning config files... [2021-04-01T07:52:27.791Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6961129030549902308tmp [2021-04-01T07:52:27.911Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config9156429498584305381tmp [2021-04-01T07:52:27.951Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6581868443565907923tmp [Pipeline] { [Pipeline] echo [2021-04-01T07:52:28.037Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:52:28.910Z] ---> sigul-configuration.sh [2021-04-01T07:52:28.910Z] gpg: directory `/root/.gnupg' created [2021-04-01T07:52:28.910Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-01T07:52:28.910Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-01T07:52:28.910Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-01T07:52:28.910Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-01T07:52:28.910Z] gpg: CAST5 encrypted data [2021-04-01T07:52:29.516Z] gpg: encrypted with 1 passphrase [2021-04-01T07:52:29.516Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-01T07:52:30.409Z] + mkdir /home/jenkins [2021-04-01T07:52:30.409Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-01T07:52:31.389Z] + 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-04-01T07:52:31.411Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:52:32.611Z] ---> sigul-install.sh [2021-04-01T07:52:45.512Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-01T07:52:47.457Z] + git tag --list [2021-04-01T07:52:47.457Z] v1.0.0 [2021-04-01T07:52:47.457Z] v1.1.0 [2021-04-01T07:52:47.457Z] v1.1.1 [2021-04-01T07:52:47.457Z] v1.2.1 [2021-04-01T07:52:47.457Z] v1.2.2 [2021-04-01T07:52:47.457Z] v1.2.3 [2021-04-01T07:52:47.457Z] v1.3.0 [2021-04-01T07:52:47.457Z] v1.3.1 [2021-04-01T07:52:47.457Z] v1.3.1-dev.1 [2021-04-01T07:52:47.457Z] v1.3.1-dev.2 [2021-04-01T07:52:47.457Z] v1.3.1-dev.3 [2021-04-01T07:52:47.457Z] v1.3.1-dev.4 [2021-04-01T07:52:47.457Z] v1.3.1-dev.5 [2021-04-01T07:52:47.457Z] v1.3.2-dev.1 [2021-04-01T07:52:47.457Z] v1.3.2-dev.2 [2021-04-01T07:52:47.457Z] v1.3.2-dev.3 [2021-04-01T07:52:47.457Z] v1.3.2-dev.4 [Pipeline] sh [2021-04-01T07:52:48.995Z] + lftools sign git-tag v1.3.2-dev.4 [2021-04-01T07:52:51.831Z] Signing Git tag with Sigul... [2021-04-01T07:52:51.831Z] Signing v1.3.2-dev.4 [Pipeline] echo [2021-04-01T07:52:52.819Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:52:53.585Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-01T07:52:53.605Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-01T07:52:53.723Z] $ docker stop --time=1 fd32075e203bc3a380414e3a56fdfacebad65983a9cc40d5b64b25432e23fcb1 [2021-04-01T07:52:56.865Z] $ docker rm -f fd32075e203bc3a380414e3a56fdfacebad65983a9cc40d5b64b25432e23fcb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:52:58.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:52:59.055Z] . [Pipeline] withDockerContainer [2021-04-01T07:53:00.159Z] prd-centos7-docker-4c-2g-32438 does not seem to be running inside a container [2021-04-01T07:53:00.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T07:53:02.598Z] $ docker top 6e346a84db5a15335ece0780e84711265ab008e2c5d3afbba64af1c9b586b1c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T07:53:03.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T07:53:03.149Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T07:53:03.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T07:53:03.806Z] $ docker exec 6e346a84db5a15335ece0780e84711265ab008e2c5d3afbba64af1c9b586b1c7 ssh-agent [2021-04-01T07:53:04.695Z] SSH_AUTH_SOCK=/tmp/ssh-P3M9y2dBBCS6/agent.11 [2021-04-01T07:53:04.695Z] SSH_AGENT_PID=16 [2021-04-01T07:53:04.783Z] Running ssh-add (command line suppressed) [2021-04-01T07:53:05.477Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2021734372034418167.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2021734372034418167.key) [2021-04-01T07:53:05.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T07:53:07.072Z] + git semver bump pre [2021-04-01T07:53:07.072Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T07:53:07.072Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-01T07:53:07.072Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-01T07:53:07.072Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T07:53:07.072Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T07:53:07.072Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T07:53:07.072Z] # $SEMVER_BRANCH = master [2021-04-01T07:53:07.072Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-01T07:53:07.072Z] 1.3.2-dev.5 [Pipeline] } [2021-04-01T07:53:07.116Z] $ docker exec --env ******** --env ******** 6e346a84db5a15335ece0780e84711265ab008e2c5d3afbba64af1c9b586b1c7 ssh-agent -k [2021-04-01T07:53:08.666Z] unset SSH_AUTH_SOCK; [2021-04-01T07:53:08.667Z] unset SSH_AGENT_PID; [2021-04-01T07:53:08.667Z] echo Agent pid 16 killed; [2021-04-01T07:53:10.464Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T07:53:12.022Z] + git semver [Pipeline] } [2021-04-01T07:53:12.319Z] $ docker stop --time=1 6e346a84db5a15335ece0780e84711265ab008e2c5d3afbba64af1c9b586b1c7 [2021-04-01T07:53:14.094Z] $ docker rm -f 6e346a84db5a15335ece0780e84711265ab008e2c5d3afbba64af1c9b586b1c7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:53:15.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:53:15.314Z] . [Pipeline] withDockerContainer [2021-04-01T07:53:16.052Z] prd-centos7-docker-4c-2g-32438 does not seem to be running inside a container [2021-04-01T07:53:16.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T07:53:19.267Z] $ docker top 56fb5a7b160303b71d0d19d084e35aab0a3aedb0d602f06ebece86a7ad550aff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T07:53:20.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T07:53:20.413Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T07:53:21.658Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T07:53:21.661Z] $ docker exec 56fb5a7b160303b71d0d19d084e35aab0a3aedb0d602f06ebece86a7ad550aff ssh-agent [2021-04-01T07:53:23.270Z] SSH_AUTH_SOCK=/tmp/ssh-ojzk9O68G2Vj/agent.12 [2021-04-01T07:53:23.270Z] SSH_AGENT_PID=17 [2021-04-01T07:53:23.282Z] Running ssh-add (command line suppressed) [2021-04-01T07:53:23.587Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6717762456101621014.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6717762456101621014.key) [2021-04-01T07:53:23.734Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T07:53:25.142Z] + git semver push [2021-04-01T07:53:25.142Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T07:53:25.142Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-01T07:53:25.142Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-01T07:53:25.142Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T07:53:25.142Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T07:53:25.142Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T07:53:25.142Z] # $SEMVER_BRANCH = master [2021-04-01T07:53:25.142Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-01T07:53:29.149Z] $ docker exec --env ******** --env ******** 56fb5a7b160303b71d0d19d084e35aab0a3aedb0d602f06ebece86a7ad550aff ssh-agent -k [2021-04-01T07:53:30.030Z] unset SSH_AUTH_SOCK; [2021-04-01T07:53:30.030Z] unset SSH_AGENT_PID; [2021-04-01T07:53:30.030Z] echo Agent pid 17 killed; [2021-04-01T07:53:30.165Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T07:53:31.087Z] + git semver [Pipeline] } [2021-04-01T07:53:31.225Z] $ docker stop --time=1 56fb5a7b160303b71d0d19d084e35aab0a3aedb0d602f06ebece86a7ad550aff [2021-04-01T07:53:33.413Z] $ docker rm -f 56fb5a7b160303b71d0d19d084e35aab0a3aedb0d602f06ebece86a7ad550aff [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-04-01T07:53:35.446Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:53:36.440Z] ---> package-listing.sh [2021-04-01T07:53:36.440Z] ++ facter osfamily [2021-04-01T07:53:36.440Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T07:53:36.712Z] + OS_FAMILY=redhat [2021-04-01T07:53:36.712Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-04-01T07:53:36.712Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T07:53:36.712Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T07:53:36.712Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T07:53:36.712Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T07:53:36.712Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-01T07:53:36.712Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T07:53:36.712Z] + case "${OS_FAMILY}" in [2021-04-01T07:53:36.712Z] + rpm -qa [2021-04-01T07:53:36.712Z] + sort [2021-04-01T07:53:43.561Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T07:53:43.561Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T07:53:43.561Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T07:53:43.561Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-01T07:53:43.561Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-04-01T07:53:43.561Z] + 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-04-01T07:53:43.577Z] 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-04-01T07:53:43.928Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:53:44.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T07:53:44.984Z] [2021-04-01T07:53:44.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:53:45.556Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T07:53:45.837Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T07:53:45.837Z] df20fa9351a1: Pulling fs layer [2021-04-01T07:53:45.837Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T07:53:45.837Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T07:53:45.837Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T07:53:45.837Z] 93b61091891f: Pulling fs layer [2021-04-01T07:53:45.837Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T07:53:45.837Z] 5e14af77c1be: Pulling fs layer [2021-04-01T07:53:45.837Z] 01666e4c0597: Pulling fs layer [2021-04-01T07:53:45.837Z] aa168da1d23b: Pulling fs layer [2021-04-01T07:53:45.837Z] 46f8f816bc3b: Waiting [2021-04-01T07:53:45.837Z] 93b61091891f: Waiting [2021-04-01T07:53:45.837Z] 93b9cdb0e59b: Waiting [2021-04-01T07:53:45.837Z] 5e14af77c1be: Waiting [2021-04-01T07:53:45.837Z] 01666e4c0597: Waiting [2021-04-01T07:53:45.837Z] aa168da1d23b: Waiting [2021-04-01T07:53:45.837Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T07:53:45.837Z] 36b3adc4ff6f: Download complete [2021-04-01T07:53:45.837Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T07:53:45.837Z] 46f8f816bc3b: Download complete [2021-04-01T07:53:46.140Z] 93b61091891f: Verifying Checksum [2021-04-01T07:53:46.140Z] 93b61091891f: Download complete [2021-04-01T07:53:46.141Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T07:53:46.141Z] 93b9cdb0e59b: Download complete [2021-04-01T07:53:46.141Z] df20fa9351a1: Verifying Checksum [2021-04-01T07:53:46.141Z] df20fa9351a1: Download complete [2021-04-01T07:53:46.141Z] 5e14af77c1be: Verifying Checksum [2021-04-01T07:53:46.141Z] 5e14af77c1be: Download complete [2021-04-01T07:53:46.141Z] 01666e4c0597: Verifying Checksum [2021-04-01T07:53:46.141Z] 01666e4c0597: Download complete [2021-04-01T07:53:47.133Z] df20fa9351a1: Pull complete [2021-04-01T07:53:47.840Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T07:53:47.840Z] 8ad3a11d3b57: Download complete [2021-04-01T07:53:48.150Z] 36b3adc4ff6f: Pull complete [2021-04-01T07:53:51.892Z] 8ad3a11d3b57: Pull complete [2021-04-01T07:53:52.513Z] 46f8f816bc3b: Pull complete [2021-04-01T07:53:54.248Z] 93b61091891f: Pull complete [2021-04-01T07:53:54.560Z] 93b9cdb0e59b: Pull complete [2021-04-01T07:53:54.560Z] 5e14af77c1be: Pull complete [2021-04-01T07:53:54.914Z] 01666e4c0597: Pull complete [2021-04-01T07:53:55.208Z] aa168da1d23b: Verifying Checksum [2021-04-01T07:53:55.208Z] aa168da1d23b: Download complete [2021-04-01T07:54:17.977Z] aa168da1d23b: Pull complete [2021-04-01T07:54:17.977Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T07:54:17.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T07:54:17.977Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T07:54:18.650Z] prd-centos7-docker-4c-2g-32438 does not seem to be running inside a container [2021-04-01T07:54:18.768Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T07:54:21.964Z] $ docker top 34d455b61c10e26e4a9aa015df2a06617c5f141405a3961b657b55df4d622f4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T07:54:23.636Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T07:54:24.086Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T07:54:24.958Z] + ls /var/log/sa-host [2021-04-01T07:54:24.958Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T07:54:24.958Z] file_magic: OK [2021-04-01T07:54:24.958Z] HZ: Using current value: 100 [2021-04-01T07:54:24.958Z] file_header: OK [2021-04-01T07:54:24.958Z] 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-04-01T07:54:24.958Z] Statistics: [2021-04-01T07:54:24.958Z] 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...Hnuu...uuuununununu... [2021-04-01T07:54:24.959Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T07:54:24.959Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T07:54:24.959Z] file_magic: OK [2021-04-01T07:54:24.959Z] HZ: Using current value: 100 [2021-04-01T07:54:24.959Z] file_header: OK [2021-04-01T07:54:24.959Z] 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-04-01T07:54:24.959Z] Statistics: [2021-04-01T07:54:24.959Z] Hnuu...uuuununununu... [2021-04-01T07:54:24.959Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T07:54:25.552Z] provisioning config files... [2021-04-01T07:54:25.606Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1300234435807603686tmp [Pipeline] { [Pipeline] echo [2021-04-01T07:54:25.743Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:54:26.542Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T07:54:26.560Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T07:54:26.648Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:54:27.759Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T07:54:27.777Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:54:28.654Z] ---> sudo-logs.sh [2021-04-01T07:54:28.654Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T07:54:29.070Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:54:29.869Z] ---> job-cost.sh [2021-04-01T07:54:29.869Z] lf-activate-venv: SKIPPING [2021-04-01T07:54:29.869Z] DEBUG: total: 0.20999999344348907 [2021-04-01T07:54:29.869Z] INFO: Retrieving Stack Cost... [2021-04-01T07:54:30.925Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T07:54:31.587Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T07:54:31.632Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:54:32.392Z] ---> logs-deploy.sh [2021-04-01T07:54:32.392Z] lf-activate-venv: SKIPPING [2021-04-01T07:54:32.392Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/43 [2021-04-01T07:54:32.392Z] INFO: archiving workspace using pattern(s): [2021-04-01T07:54:35.144Z] Archives upload complete. [2021-04-01T07:54:35.444Z] INFO: archiving logs to Nexus