Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from da362e705d612364b9ef4673b63e3c918421e784 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-33675 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision da362e705d612364b9ef4673b63e3c918421e784 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f da362e705d612364b9ef4673b63e3c918421e784 # timeout=10 Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.41" > git rev-list --no-walk ade17028b202be70e52921553e3b506375cbc38d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-12T09:50:43.463Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-12T09:50:43.745Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-12T09:50:43.845Z] ========================================================= [2021-04-12T09:50:43.845Z] EdgeX Global Pipelines Version Info [2021-04-12T09:50:43.845Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-12T09:50:45.352Z] ------------------- [2021-04-12T09:50:45.352Z] stable info: [2021-04-12T09:50:45.352Z] ------------------- [2021-04-12T09:50:45.352Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-12T09:50:45.352Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-12T09:50:45.352Z] Message: update stable to v1.0.186 [2021-04-12T09:50:46.304Z] ------------------- [2021-04-12T09:50:46.304Z] experimental info: [2021-04-12T09:50:46.304Z] ------------------- [2021-04-12T09:50:46.304Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-12T09:50:46.304Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-12T09:50:46.304Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-12T09:50:46.642Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-12T09:50:46.737Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-12T09:50:46.832Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-12T09:50:46.929Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-12T09:50:47.027Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-12T09:50:47.136Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-12T09:50:47.233Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-12T09:50:47.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-12T09:50:47.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-12T09:50:47.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-12T09:50:47.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-12T09:50:47.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-12T09:50:47.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-12T09:50:47.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-12T09:50:48.010Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-12T09:50:48.104Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-12T09:50:48.196Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T09:50:48.292Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T09:50:48.388Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-12T09:50:48.481Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-12T09:50:48.573Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-12T09:50:48.667Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-12T09:50:48.760Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-12T09:50:48.856Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-12T09:50:48.978Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-12T09:50:49.087Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-12T09:50:49.174Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-12T09:50:49.266Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-12T09:50:49.360Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-12T09:50:49.458Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] echo [2021-04-12T09:50:49.555Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = da362e7 [Pipeline] echo [2021-04-12T09:50:49.651Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T09:50:49.837Z] provisioning config files... [2021-04-12T09:50:49.890Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6749898069182896636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T09:50:50.263Z] ---> docker-login.sh [2021-04-12T09:50:50.263Z] nexus3.edgexfoundry.org:10001 [2021-04-12T09:50:50.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:50:50.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:50:50.788Z] Configure a credential helper to remove this warning. See [2021-04-12T09:50:50.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:50:50.788Z] [2021-04-12T09:50:50.788Z] Login Succeeded [2021-04-12T09:50:50.788Z] nexus3.edgexfoundry.org:10002 [2021-04-12T09:50:50.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:50:50.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:50:50.788Z] Configure a credential helper to remove this warning. See [2021-04-12T09:50:50.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:50:50.788Z] [2021-04-12T09:50:50.788Z] Login Succeeded [2021-04-12T09:50:50.788Z] nexus3.edgexfoundry.org:10003 [2021-04-12T09:50:51.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:50:51.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:50:51.055Z] Configure a credential helper to remove this warning. See [2021-04-12T09:50:51.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:50:51.055Z] [2021-04-12T09:50:51.055Z] Login Succeeded [2021-04-12T09:50:51.055Z] nexus3.edgexfoundry.org:10004 [2021-04-12T09:50:51.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:50:51.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:50:51.317Z] Configure a credential helper to remove this warning. See [2021-04-12T09:50:51.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:50:51.317Z] [2021-04-12T09:50:51.317Z] Login Succeeded [2021-04-12T09:50:51.317Z] docker.io [2021-04-12T09:50:51.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:50:51.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:50:51.579Z] Configure a credential helper to remove this warning. See [2021-04-12T09:50:51.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:50:51.579Z] [2021-04-12T09:50:51.579Z] Login Succeeded [2021-04-12T09:50:51.579Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T09:50:51.589Z] 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-12T09:50:52.479Z] + git log --format=format:%s -1 da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] echo [2021-04-12T09:50:52.556Z] GIT_COMMIT: da362e705d612364b9ef4673b63e3c918421e784, Commit Message: Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.41 [Pipeline] echo [2021-04-12T09:50:52.605Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:50:53.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T09:50:53.692Z] [2021-04-12T09:50:53.692Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:50:54.078Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T09:50:54.078Z] latest: Pulling from edgex-devops/git-semver [2021-04-12T09:50:54.078Z] 31603596830f: Pulling fs layer [2021-04-12T09:50:54.078Z] 2a8b12db71e7: Pulling fs layer [2021-04-12T09:50:54.078Z] 6ca5941a6612: Pulling fs layer [2021-04-12T09:50:54.078Z] ecc8261a40a4: Pulling fs layer [2021-04-12T09:50:54.078Z] ecc8261a40a4: Waiting [2021-04-12T09:50:54.078Z] 2a8b12db71e7: Download complete [2021-04-12T09:50:54.078Z] 31603596830f: Download complete [2021-04-12T09:50:54.343Z] ecc8261a40a4: Verifying Checksum [2021-04-12T09:50:54.343Z] ecc8261a40a4: Download complete [2021-04-12T09:50:54.343Z] 6ca5941a6612: Verifying Checksum [2021-04-12T09:50:54.343Z] 6ca5941a6612: Download complete [2021-04-12T09:50:54.343Z] 31603596830f: Pull complete [2021-04-12T09:50:54.605Z] 2a8b12db71e7: Pull complete [2021-04-12T09:50:55.556Z] 6ca5941a6612: Pull complete [2021-04-12T09:50:55.556Z] ecc8261a40a4: Pull complete [2021-04-12T09:50:55.556Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-12T09:50:55.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T09:50:55.818Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-12T09:50:55.928Z] prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container [2021-04-12T09:50:55.977Z] $ 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-12T09:50:57.977Z] $ docker top 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T09:50:58.359Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T09:50:58.359Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T09:50:58.578Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T09:50:58.581Z] $ docker exec 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 ssh-agent [2021-04-12T09:50:58.855Z] SSH_AUTH_SOCK=/tmp/ssh-18Bcqw5i89P1/agent.13 [2021-04-12T09:50:58.855Z] SSH_AGENT_PID=19 [2021-04-12T09:50:58.867Z] Running ssh-add (command line suppressed) [2021-04-12T09:50:59.008Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2414657642041070175.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2414657642041070175.key) [2021-04-12T09:50:59.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T09:50:59.407Z] + git tag --points-at HEAD [Pipeline] } [2021-04-12T09:50:59.431Z] $ docker exec --env ******** --env ******** 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 ssh-agent -k [2021-04-12T09:50:59.557Z] unset SSH_AUTH_SOCK; [2021-04-12T09:50:59.557Z] unset SSH_AGENT_PID; [2021-04-12T09:50:59.557Z] echo Agent pid 19 killed; [2021-04-12T09:50:59.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-12T09:50:59.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T09:50:59.767Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T09:50:59.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T09:50:59.954Z] $ docker exec 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 ssh-agent [2021-04-12T09:51:00.125Z] SSH_AUTH_SOCK=/tmp/ssh-heSjbGZ8ajXq/agent.49 [2021-04-12T09:51:00.125Z] SSH_AGENT_PID=54 [2021-04-12T09:51:00.132Z] Running ssh-add (command line suppressed) [2021-04-12T09:51:00.258Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7823167846734699251.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7823167846734699251.key) [2021-04-12T09:51:00.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T09:51:00.659Z] + git semver init [2021-04-12T09:51:00.659Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T09:51:00.659Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-12T09:51:00.659Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-12T09:51:00.659Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T09:51:00.659Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T09:51:00.659Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T09:51:00.659Z] # $SEMVER_BRANCH = master [2021-04-12T09:51:00.659Z] # $SEMVER_TEMP = /tmp/semver-991560392 [2021-04-12T09:51:00.659Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-12T09:51:01.240Z] # '/tmp/semver-991560392' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-04-12T09:51:01.240Z] # -> Force: false [2021-04-12T09:51:01.240Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-12T09:51:01.253Z] $ docker exec --env ******** --env ******** 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 ssh-agent -k [2021-04-12T09:51:01.377Z] unset SSH_AUTH_SOCK; [2021-04-12T09:51:01.378Z] unset SSH_AGENT_PID; [2021-04-12T09:51:01.378Z] echo Agent pid 54 killed; [2021-04-12T09:51:01.431Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T09:51:01.881Z] + git semver [Pipeline] } [2021-04-12T09:51:01.898Z] $ docker stop --time=1 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 [2021-04-12T09:51:03.250Z] $ docker rm -f 732988e731863a6e0be3e0f050890d2d4aa7a01be91fb878b8840122a291b309 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T09:51:03.725Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-12T09:51:04.125Z] Stashed 1 file(s) [Pipeline] echo [2021-04-12T09:51:04.129Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.7 [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-12T09:51:19.723Z] Still waiting to schedule task [2021-04-12T09:51:19.723Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-12T09:51:19.726Z] Still waiting to schedule task [2021-04-12T09:51:19.726Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-12T09:53:00.264Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33676 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-12T09:53:00.320Z] Running in /w/workspace/device-virtual-go/46 [Pipeline] { [Pipeline] checkout [2021-04-12T09:53:05.444Z] using credential edgex-jenkins-ssh [2021-04-12T09:53:05.502Z] Cloning the remote Git repository [2021-04-12T09:53:05.556Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-12T09:53:05.671Z] > git init /w/workspace/device-virtual-go/46 # timeout=10 [2021-04-12T09:53:05.761Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-12T09:53:05.762Z] > git --version # timeout=10 [2021-04-12T09:53:05.777Z] > git --version # 'git version 2.17.1' [2021-04-12T09:53:05.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T09:53:05.845Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T09:53:06.608Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-12T09:53:06.627Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T09:53:06.655Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-12T09:53:06.694Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-12T09:53:06.694Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T09:53:06.706Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T09:53:07.170Z] Checking out Revision da362e705d612364b9ef4673b63e3c918421e784 (master) [2021-04-12T09:53:07.193Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T09:53:07.207Z] > git checkout -f da362e705d612364b9ef4673b63e3c918421e784 # timeout=10 [2021-04-12T09:53:11.489Z] Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.41" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T09:53:13.108Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-12T09:53:13.508Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T09:53:13.852Z] + sudo service docker restart [2021-04-12T09:53:13.852Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T09:53:16.558Z] provisioning config files... [2021-04-12T09:53:16.615Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/46@tmp/config8064910765461309026tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T09:53:17.028Z] ---> docker-login.sh [2021-04-12T09:53:17.028Z] nexus3.edgexfoundry.org:10001 [2021-04-12T09:53:18.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:53:18.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:53:18.399Z] Configure a credential helper to remove this warning. See [2021-04-12T09:53:18.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:53:18.399Z] [2021-04-12T09:53:18.399Z] Login Succeeded [2021-04-12T09:53:18.399Z] nexus3.edgexfoundry.org:10002 [2021-04-12T09:53:18.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:53:19.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:53:19.053Z] Configure a credential helper to remove this warning. See [2021-04-12T09:53:19.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:53:19.053Z] [2021-04-12T09:53:19.053Z] Login Succeeded [2021-04-12T09:53:19.053Z] nexus3.edgexfoundry.org:10003 [2021-04-12T09:53:19.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:53:19.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:53:19.326Z] Configure a credential helper to remove this warning. See [2021-04-12T09:53:19.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:53:19.326Z] [2021-04-12T09:53:19.326Z] Login Succeeded [2021-04-12T09:53:19.596Z] nexus3.edgexfoundry.org:10004 [2021-04-12T09:53:19.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:53:19.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:53:19.869Z] Configure a credential helper to remove this warning. See [2021-04-12T09:53:19.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:53:19.870Z] [2021-04-12T09:53:19.870Z] Login Succeeded [2021-04-12T09:53:19.870Z] docker.io [2021-04-12T09:53:20.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:53:20.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:53:20.748Z] Configure a credential helper to remove this warning. See [2021-04-12T09:53:20.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:53:20.748Z] [2021-04-12T09:53:20.748Z] Login Succeeded [2021-04-12T09:53:20.748Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T09:53:20.765Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-12T09:53:21.267Z] ========================================================= [2021-04-12T09:53:21.267Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-12T09:53:21.267Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:53:21.640Z] + 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-12T09:53:21.916Z] Sending build context to Docker daemon 498.2kB [2021-04-12T09:53:21.916Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T09:53:21.916Z] Step 2/8 : FROM ${BASE} [2021-04-12T09:53:21.916Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-12T09:53:21.916Z] 5f621e34cdf4: Pulling fs layer [2021-04-12T09:53:21.916Z] a4357932f1b6: Pulling fs layer [2021-04-12T09:53:21.916Z] 18c013af1878: Pulling fs layer [2021-04-12T09:53:21.916Z] 00ac8860ef70: Pulling fs layer [2021-04-12T09:53:21.916Z] 63d7cb157983: Pulling fs layer [2021-04-12T09:53:21.916Z] b116817d02f9: Pulling fs layer [2021-04-12T09:53:21.916Z] 745a02a5169b: Pulling fs layer [2021-04-12T09:53:21.916Z] 63d7cb157983: Waiting [2021-04-12T09:53:21.916Z] b116817d02f9: Waiting [2021-04-12T09:53:21.916Z] 745a02a5169b: Waiting [2021-04-12T09:53:21.916Z] 00ac8860ef70: Waiting [2021-04-12T09:53:22.187Z] 18c013af1878: Verifying Checksum [2021-04-12T09:53:22.187Z] 18c013af1878: Download complete [2021-04-12T09:53:22.187Z] a4357932f1b6: Download complete [2021-04-12T09:53:22.187Z] 63d7cb157983: Verifying Checksum [2021-04-12T09:53:22.187Z] 63d7cb157983: Download complete [2021-04-12T09:53:22.458Z] b116817d02f9: Download complete [2021-04-12T09:53:22.731Z] 5f621e34cdf4: Verifying Checksum [2021-04-12T09:53:22.731Z] 5f621e34cdf4: Download complete [2021-04-12T09:53:23.737Z] 5f621e34cdf4: Pull complete [2021-04-12T09:53:24.011Z] a4357932f1b6: Pull complete [2021-04-12T09:53:24.613Z] 18c013af1878: Pull complete [2021-04-12T09:53:25.223Z] 745a02a5169b: Verifying Checksum [2021-04-12T09:53:25.223Z] 745a02a5169b: Download complete [2021-04-12T09:53:26.202Z] 00ac8860ef70: Verifying Checksum [2021-04-12T09:53:26.202Z] 00ac8860ef70: Download complete [2021-04-12T09:53:36.374Z] 00ac8860ef70: Pull complete [2021-04-12T09:53:36.972Z] 63d7cb157983: Pull complete [2021-04-12T09:53:37.246Z] b116817d02f9: Pull complete [2021-04-12T09:53:40.643Z] 745a02a5169b: Pull complete [2021-04-12T09:53:40.643Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-12T09:53:40.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-12T09:53:40.931Z] ---> b7e6874047d6 [2021-04-12T09:53:40.931Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-12T09:53:44.324Z] ---> Running in c55c8ab96209 [2021-04-12T09:53:44.324Z] Removing intermediate container c55c8ab96209 [2021-04-12T09:53:44.324Z] ---> b54a21e1941c [2021-04-12T09:53:44.324Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T09:53:44.324Z] ---> Running in e4859351fe1f [2021-04-12T09:53:46.950Z] Removing intermediate container e4859351fe1f [2021-04-12T09:53:46.950Z] ---> d6868b2a5f43 [2021-04-12T09:53:46.950Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-12T09:53:46.950Z] ---> Running in c0e5f4624e70 [2021-04-12T09:53:47.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T09:53:48.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T09:53:49.503Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-12T09:53:49.503Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-12T09:53:49.503Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-12T09:53:49.503Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-12T09:53:49.774Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-12T09:53:49.774Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-12T09:53:50.045Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-12T09:53:50.317Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-12T09:53:50.317Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-12T09:53:50.317Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-12T09:53:50.588Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-12T09:53:50.588Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-12T09:53:50.859Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-12T09:53:50.859Z] Executing busybox-1.31.1-r19.trigger [2021-04-12T09:53:50.859Z] OK: 149 MiB in 52 packages [2021-04-12T09:53:52.295Z] Removing intermediate container c0e5f4624e70 [2021-04-12T09:53:52.295Z] ---> e4d6ca4ca9d8 [2021-04-12T09:53:52.295Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-12T09:53:52.566Z] ---> Running in 77837664ff5a [2021-04-12T09:53:52.840Z] Removing intermediate container 77837664ff5a [2021-04-12T09:53:52.840Z] ---> 8cacd030b6c7 [2021-04-12T09:53:52.840Z] Step 7/8 : COPY . . [2021-04-12T09:53:53.828Z] ---> dfb02dd879bf [2021-04-12T09:53:53.828Z] Step 8/8 : RUN go mod download [2021-04-12T09:53:54.101Z] ---> Running in fd526b2379e5 [2021-04-12T09:53:55.702Z] Running on prd-centos7-docker-4c-2g-33677 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-12T09:53:55.768Z] Running in /w/workspace/device-virtual-go/46 [Pipeline] { [Pipeline] checkout [2021-04-12T09:53:58.310Z] using credential edgex-jenkins-ssh [2021-04-12T09:53:58.375Z] Cloning the remote Git repository [2021-04-12T09:53:58.089Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-12T09:53:58.157Z] > git init /w/workspace/device-virtual-go/46 # timeout=10 [2021-04-12T09:53:58.229Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-12T09:53:58.229Z] > git --version # timeout=10 [2021-04-12T09:53:58.236Z] > git --version # 'git version 2.24.3' [2021-04-12T09:53:58.237Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T09:53:58.283Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T09:53:58.851Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-12T09:53:58.858Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T09:53:58.876Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-12T09:53:58.890Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-12T09:53:58.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T09:53:58.894Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T09:53:59.576Z] Checking out Revision da362e705d612364b9ef4673b63e3c918421e784 (master) [2021-04-12T09:53:59.269Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T09:53:59.274Z] > git checkout -f da362e705d612364b9ef4673b63e3c918421e784 # timeout=10 [2021-04-12T09:54:03.005Z] Commit message: "Merge pull request #183 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.41" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T09:54:04.202Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-12T09:54:04.543Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T09:54:04.846Z] + sudo service docker restart [2021-04-12T09:54:04.846Z] + true [2021-04-12T09:54:04.846Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-12T09:54:05.873Z] provisioning config files... [2021-04-12T09:54:05.910Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/46@tmp/config5097581788149161371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T09:54:06.290Z] ---> docker-login.sh [2021-04-12T09:54:06.290Z] nexus3.edgexfoundry.org:10001 [2021-04-12T09:54:06.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:54:06.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:54:06.554Z] Configure a credential helper to remove this warning. See [2021-04-12T09:54:06.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:54:06.554Z] [2021-04-12T09:54:06.554Z] Login Succeeded [2021-04-12T09:54:06.554Z] nexus3.edgexfoundry.org:10002 [2021-04-12T09:54:06.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:54:06.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:54:06.818Z] Configure a credential helper to remove this warning. See [2021-04-12T09:54:06.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:54:06.818Z] [2021-04-12T09:54:06.818Z] Login Succeeded [2021-04-12T09:54:06.818Z] nexus3.edgexfoundry.org:10003 [2021-04-12T09:54:07.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:54:07.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:54:07.081Z] Configure a credential helper to remove this warning. See [2021-04-12T09:54:07.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:54:07.081Z] [2021-04-12T09:54:07.081Z] Login Succeeded [2021-04-12T09:54:07.081Z] nexus3.edgexfoundry.org:10004 [2021-04-12T09:54:07.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:54:07.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:54:07.345Z] Configure a credential helper to remove this warning. See [2021-04-12T09:54:07.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:54:07.345Z] [2021-04-12T09:54:07.345Z] Login Succeeded [2021-04-12T09:54:07.345Z] docker.io [2021-04-12T09:54:07.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:54:07.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:54:07.610Z] Configure a credential helper to remove this warning. See [2021-04-12T09:54:07.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:54:07.610Z] [2021-04-12T09:54:07.610Z] Login Succeeded [2021-04-12T09:54:07.610Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T09:54:07.620Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-12T09:54:07.966Z] ========================================================= [2021-04-12T09:54:07.966Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-12T09:54:07.966Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:54:08.328Z] + 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-12T09:54:08.328Z] Sending build context to Docker daemon 499.2kB [2021-04-12T09:54:08.328Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T09:54:08.328Z] Step 2/8 : FROM ${BASE} [2021-04-12T09:54:08.328Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-12T09:54:08.328Z] 188c0c94c7c5: Pulling fs layer [2021-04-12T09:54:08.328Z] 0ef7d3d256c8: Pulling fs layer [2021-04-12T09:54:08.328Z] de9db76c5a1d: Pulling fs layer [2021-04-12T09:54:08.328Z] bca2f99d35d6: Pulling fs layer [2021-04-12T09:54:08.328Z] 93359f2a8cfa: Pulling fs layer [2021-04-12T09:54:08.328Z] 7c6f9722023f: Pulling fs layer [2021-04-12T09:54:08.328Z] a35cf1a2eb13: Pulling fs layer [2021-04-12T09:54:08.328Z] 93359f2a8cfa: Waiting [2021-04-12T09:54:08.328Z] 7c6f9722023f: Waiting [2021-04-12T09:54:08.328Z] a35cf1a2eb13: Waiting [2021-04-12T09:54:08.328Z] bca2f99d35d6: Waiting [2021-04-12T09:54:08.595Z] de9db76c5a1d: Verifying Checksum [2021-04-12T09:54:08.595Z] de9db76c5a1d: Download complete [2021-04-12T09:54:08.595Z] 0ef7d3d256c8: Verifying Checksum [2021-04-12T09:54:08.595Z] 0ef7d3d256c8: Download complete [2021-04-12T09:54:08.595Z] 93359f2a8cfa: Verifying Checksum [2021-04-12T09:54:08.595Z] 93359f2a8cfa: Download complete [2021-04-12T09:54:08.595Z] 188c0c94c7c5: Verifying Checksum [2021-04-12T09:54:08.595Z] 188c0c94c7c5: Download complete [2021-04-12T09:54:08.595Z] 7c6f9722023f: Verifying Checksum [2021-04-12T09:54:08.595Z] 7c6f9722023f: Download complete [2021-04-12T09:54:08.859Z] 188c0c94c7c5: Pull complete [2021-04-12T09:54:09.125Z] 0ef7d3d256c8: Pull complete [2021-04-12T09:54:09.125Z] de9db76c5a1d: Pull complete [2021-04-12T09:54:10.539Z] a35cf1a2eb13: Verifying Checksum [2021-04-12T09:54:10.539Z] a35cf1a2eb13: Download complete [2021-04-12T09:54:11.140Z] bca2f99d35d6: Verifying Checksum [2021-04-12T09:54:11.140Z] bca2f99d35d6: Download complete [2021-04-12T09:54:17.796Z] bca2f99d35d6: Pull complete [2021-04-12T09:54:17.796Z] 93359f2a8cfa: Pull complete [2021-04-12T09:54:17.796Z] 7c6f9722023f: Pull complete [2021-04-12T09:54:26.457Z] Removing intermediate container fd526b2379e5 [2021-04-12T09:54:26.457Z] ---> 0b019b534cc6 [2021-04-12T09:54:26.457Z] Successfully built 0b019b534cc6 [2021-04-12T09:54:26.457Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:54:26.804Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T09:54:26.804Z] . [Pipeline] withDockerContainer [2021-04-12T09:54:27.076Z] prd-ubuntu18.04-docker-arm64-4c-16g-33676 does not seem to be running inside a container [2021-04-12T09:54:27.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/46 -v /w/workspace/device-virtual-go/46:/w/workspace/device-virtual-go/46:rw,z -v /w/workspace/device-virtual-go/46@tmp:/w/workspace/device-virtual-go/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-12T09:54:27.863Z] a35cf1a2eb13: Pull complete [2021-04-12T09:54:27.863Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-12T09:54:27.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-12T09:54:27.863Z] ---> a62c8e92a672 [2021-04-12T09:54:27.863Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-12T09:54:27.863Z] ---> Running in dfca4d670170 [2021-04-12T09:54:27.863Z] Removing intermediate container dfca4d670170 [2021-04-12T09:54:27.863Z] ---> 8fef71f4b212 [2021-04-12T09:54:27.863Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T09:54:27.863Z] ---> Running in 3ff00e7c4088 [2021-04-12T09:54:28.732Z] $ docker top 17fcc9b22f32d34e2e99f3e8a7fd7a7a6ec0c61e39d57938b403f0150d4b3254 -eo pid,comm [2021-04-12T09:54:28.834Z] Removing intermediate container 3ff00e7c4088 [2021-04-12T09:54:28.834Z] ---> 0d699f773ca8 [2021-04-12T09:54:28.834Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-12T09:54:28.834Z] ---> Running in 202be5fc82a5 [Pipeline] { [Pipeline] sh [2021-04-12T09:54:29.769Z] + go version [2021-04-12T09:54:29.769Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-12T09:54:29.794Z] $ docker stop --time=1 17fcc9b22f32d34e2e99f3e8a7fd7a7a6ec0c61e39d57938b403f0150d4b3254 [2021-04-12T09:54:29.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T09:54:30.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T09:54:30.960Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-12T09:54:30.960Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-12T09:54:31.223Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-12T09:54:31.223Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-12T09:54:31.223Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-12T09:54:31.486Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-12T09:54:31.486Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-12T09:54:31.742Z] $ docker rm -f 17fcc9b22f32d34e2e99f3e8a7fd7a7a6ec0c61e39d57938b403f0150d4b3254 [2021-04-12T09:54:31.750Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-12T09:54:32.014Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-12T09:54:32.014Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-12T09:54:32.014Z] (11/13) Installing openssh (8.3_p1-r2) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-12T09:54:32.281Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-12T09:54:32.281Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-12T09:54:32.281Z] Executing busybox-1.31.1-r19.trigger [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:54:32.546Z] OK: 173 MiB in 52 packages [2021-04-12T09:54:32.720Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T09:54:32.720Z] . [Pipeline] withDockerContainer [2021-04-12T09:54:32.983Z] prd-ubuntu18.04-docker-arm64-4c-16g-33676 does not seem to be running inside a container [2021-04-12T09:54:33.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/46 -v /w/workspace/device-virtual-go/46:/w/workspace/device-virtual-go/46:rw,z -v /w/workspace/device-virtual-go/46@tmp:/w/workspace/device-virtual-go/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-12T09:54:33.495Z] Removing intermediate container 202be5fc82a5 [2021-04-12T09:54:33.495Z] ---> 2595e6d2d143 [2021-04-12T09:54:33.495Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-12T09:54:33.495Z] ---> Running in 88d02b3fb1a0 [2021-04-12T09:54:33.758Z] Removing intermediate container 88d02b3fb1a0 [2021-04-12T09:54:33.758Z] ---> 96b80a4f1a27 [2021-04-12T09:54:33.758Z] Step 7/8 : COPY . . [2021-04-12T09:54:34.567Z] $ docker top 6c027a01a21e40705625b454182c6e6a6fcd15ca2158c134e15c998dfbb47f22 -eo pid,comm [2021-04-12T09:54:34.712Z] ---> f556ee228041 [2021-04-12T09:54:34.712Z] Step 8/8 : RUN go mod download [2021-04-12T09:54:34.712Z] ---> Running in 57f81211cf1b [Pipeline] { [Pipeline] sh [2021-04-12T09:54:35.595Z] + make test [2021-04-12T09:54:35.595Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-12T09:54:37.035Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-12T09:55:01.543Z] Removing intermediate container 57f81211cf1b [2021-04-12T09:55:01.543Z] ---> bc221513b3ce [2021-04-12T09:55:01.543Z] Successfully built bc221513b3ce [2021-04-12T09:55:01.543Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:55:01.870Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T09:55:01.870Z] . [Pipeline] withDockerContainer [2021-04-12T09:55:02.018Z] prd-centos7-docker-4c-2g-33677 does not seem to be running inside a container [2021-04-12T09:55:02.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/46 -v /w/workspace/device-virtual-go/46:/w/workspace/device-virtual-go/46:rw,z -v /w/workspace/device-virtual-go/46@tmp:/w/workspace/device-virtual-go/46@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-12T09:55:02.995Z] $ docker top 1fb7b2f24ce1cce31527ad6f0bfee4d540ab7ea9e8985f08f5cc4adfb6091cb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T09:55:03.516Z] + go version [2021-04-12T09:55:03.516Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-12T09:55:03.542Z] $ docker stop --time=1 1fb7b2f24ce1cce31527ad6f0bfee4d540ab7ea9e8985f08f5cc4adfb6091cb6 [2021-04-12T09:55:04.995Z] $ docker rm -f 1fb7b2f24ce1cce31527ad6f0bfee4d540ab7ea9e8985f08f5cc4adfb6091cb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:55:05.805Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T09:55:05.805Z] . [Pipeline] withDockerContainer [2021-04-12T09:55:05.919Z] prd-centos7-docker-4c-2g-33677 does not seem to be running inside a container [2021-04-12T09:55:05.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/46 -v /w/workspace/device-virtual-go/46:/w/workspace/device-virtual-go/46:rw,z -v /w/workspace/device-virtual-go/46@tmp:/w/workspace/device-virtual-go/46@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-12T09:55:06.733Z] $ docker top ba4c2d639a67dbb8bf860b3e9fcf91a620675f8490affc7054bb5b28b6346a8e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T09:55:07.271Z] + make test [2021-04-12T09:55:07.271Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-12T09:55:09.847Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-12T09:55:32.010Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-12T09:55:32.010Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.390s coverage: 63.8% of statements [2021-04-12T09:55:32.010Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-12T09:55:33.668Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-12T09:55:33.668Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.480s coverage: 63.8% of statements [2021-04-12T09:55:33.668Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-12T09:55:33.961Z] gofmt -l . [2021-04-12T09:55:33.962Z] [ "`gofmt -l .`" = "" ] [2021-04-12T09:55:33.962Z] ./bin/test-attribution-txt.sh [2021-04-12T09:55:34.916Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-12T09:55:35.526Z] $ docker stop --time=1 ba4c2d639a67dbb8bf860b3e9fcf91a620675f8490affc7054bb5b28b6346a8e [2021-04-12T09:55:37.351Z] $ docker rm -f ba4c2d639a67dbb8bf860b3e9fcf91a620675f8490affc7054bb5b28b6346a8e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T09:55:38.078Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-12T09:55:38.522Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-12T09:55:41.229Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-12T09:55:41.533Z] + ls -al . [2021-04-12T09:55:41.534Z] total 132 [2021-04-12T09:55:41.534Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 12 09:55 . [2021-04-12T09:55:41.534Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 12 09:53 .. [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 8039 Apr 12 09:53 Attribution.txt [2021-04-12T09:55:41.534Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 12 09:53 bin [2021-04-12T09:55:41.534Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 12 09:53 cmd [2021-04-12T09:55:41.534Z] -rw-r--r--. 1 jenkins jenkins 47247 Apr 12 09:55 coverage.out [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 1905 Apr 12 09:53 Dockerfile [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 998 Apr 12 09:53 Dockerfile.build [2021-04-12T09:55:41.534Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 12 09:54 .git [2021-04-12T09:55:41.534Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 12 09:53 .github [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 277 Apr 12 09:53 .gitignore [2021-04-12T09:55:41.534Z] -rw-r--r--. 1 jenkins jenkins 809 Apr 12 09:55 go.mod [2021-04-12T09:55:41.534Z] -rw-r--r--. 1 jenkins jenkins 23354 Apr 12 09:55 go.sum [2021-04-12T09:55:41.534Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 12 09:53 internal [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 660 Apr 12 09:53 Jenkinsfile [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 12 09:53 LICENSE [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 921 Apr 12 09:53 Makefile [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 12 09:53 README.md [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 11 Apr 12 09:51 VERSION [2021-04-12T09:55:41.534Z] -rw-rw-r--. 1 jenkins jenkins 235 Apr 12 09:53 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:55:41.847Z] + 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=da362e705d612364b9ef4673b63e3c918421e784 --label arch=amd64 --label version=1.3.2-dev.7 . [2021-04-12T09:55:41.967Z] gofmt -l . [2021-04-12T09:55:41.967Z] [ "`gofmt -l .`" = "" ] [2021-04-12T09:55:41.967Z] ./bin/test-attribution-txt.sh [2021-04-12T09:55:42.110Z] Sending build context to Docker daemon 571.4kB [2021-04-12T09:55:42.110Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T09:55:42.110Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-12T09:55:42.110Z] ---> bc221513b3ce [2021-04-12T09:55:42.110Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-12T09:55:42.110Z] ---> Running in 1c846ea6222b [2021-04-12T09:55:42.373Z] Removing intermediate container 1c846ea6222b [2021-04-12T09:55:42.373Z] ---> 2a3690038e19 [2021-04-12T09:55:42.373Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-12T09:55:42.373Z] ---> Running in 81c0ea1b0dea [2021-04-12T09:55:42.644Z] Removing intermediate container 81c0ea1b0dea [2021-04-12T09:55:42.644Z] ---> 65758cedf8b3 [2021-04-12T09:55:42.644Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-12T09:55:42.644Z] ---> Running in 66fc95c20850 [2021-04-12T09:55:42.909Z] Removing intermediate container 66fc95c20850 [2021-04-12T09:55:42.909Z] ---> eb698c3fe75d [2021-04-12T09:55:42.909Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T09:55:42.909Z] ---> Running in 1e285aead25c [2021-04-12T09:55:43.405Z] ./bin/test-go-mod-tidy.sh [2021-04-12T09:55:43.864Z] Removing intermediate container 1e285aead25c [2021-04-12T09:55:43.864Z] ---> 2afdae02ce8f [2021-04-12T09:55:43.864Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] } [2021-04-12T09:55:44.024Z] $ docker stop --time=1 6c027a01a21e40705625b454182c6e6a6fcd15ca2158c134e15c998dfbb47f22 [2021-04-12T09:55:44.129Z] ---> Running in 6ff19d04435f [2021-04-12T09:55:44.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T09:55:45.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T09:55:45.547Z] OK: 173 MiB in 52 packages [2021-04-12T09:55:46.122Z] Removing intermediate container 6ff19d04435f [2021-04-12T09:55:46.122Z] ---> c65aa209e94a [2021-04-12T09:55:46.122Z] Step 8/25 : COPY . . [2021-04-12T09:55:46.228Z] $ docker rm -f 6c027a01a21e40705625b454182c6e6a6fcd15ca2158c134e15c998dfbb47f22 [2021-04-12T09:55:46.700Z] ---> 1a6197069a68 [2021-04-12T09:55:46.700Z] Step 9/25 : RUN go mod download [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T09:55:46.963Z] ---> Running in 3412cf3b7e42 [2021-04-12T09:55:47.160Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-12T09:55:47.261Z] Warning: overwriting stash ‘coverage-report’ [2021-04-12T09:55:48.105Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-12T09:55:48.376Z] Removing intermediate container 3412cf3b7e42 [2021-04-12T09:55:48.376Z] ---> 3f3f16f2ae4b [2021-04-12T09:55:48.376Z] Step 10/25 : ARG MAKE='make build' [2021-04-12T09:55:48.376Z] ---> Running in 52dc363a70b5 [2021-04-12T09:55:48.376Z] Removing intermediate container 52dc363a70b5 [2021-04-12T09:55:48.376Z] ---> 924992d83830 [2021-04-12T09:55:48.376Z] Step 11/25 : RUN $MAKE [2021-04-12T09:55:48.376Z] ---> Running in 2c6fdbad5010 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T09:55:48.812Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-12T09:55:48.960Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.7" -o cmd/device-virtual ./cmd [2021-04-12T09:55:49.203Z] + ls -al . [2021-04-12T09:55:49.203Z] total 156 [2021-04-12T09:55:49.203Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 12 09:55 . [2021-04-12T09:55:49.203Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 09:53 .. [2021-04-12T09:55:49.203Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 09:53 .git [2021-04-12T09:55:49.203Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 09:53 .github [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 277 Apr 12 09:53 .gitignore [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 8039 Apr 12 09:53 Attribution.txt [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 1905 Apr 12 09:53 Dockerfile [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 998 Apr 12 09:53 Dockerfile.build [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 12 09:53 Jenkinsfile [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 12 09:53 LICENSE [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 921 Apr 12 09:53 Makefile [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 12 09:53 README.md [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 12 09:51 VERSION [2021-04-12T09:55:49.203Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 09:53 bin [2021-04-12T09:55:49.203Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 09:53 cmd [2021-04-12T09:55:49.203Z] -rw-r--r-- 1 jenkins jenkins 47247 Apr 12 09:55 coverage.out [2021-04-12T09:55:49.203Z] -rw-r--r-- 1 jenkins jenkins 809 Apr 12 09:55 go.mod [2021-04-12T09:55:49.203Z] -rw-r--r-- 1 jenkins jenkins 23354 Apr 12 09:55 go.sum [2021-04-12T09:55:49.203Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 09:53 internal [2021-04-12T09:55:49.203Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 12 09:53 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:55:49.569Z] + 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=da362e705d612364b9ef4673b63e3c918421e784 --label arch=arm64 --label version=1.3.2-dev.7 . [2021-04-12T09:55:49.841Z] Sending build context to Docker daemon 570.4kB [2021-04-12T09:55:49.841Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-12T09:55:49.841Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-12T09:55:49.841Z] ---> 0b019b534cc6 [2021-04-12T09:55:49.841Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-12T09:55:50.115Z] ---> Running in e634e2f26a65 [2021-04-12T09:55:50.709Z] Removing intermediate container e634e2f26a65 [2021-04-12T09:55:50.709Z] ---> 1e69623e1d05 [2021-04-12T09:55:50.709Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-12T09:55:50.709Z] ---> Running in cdb6d21cd38a [2021-04-12T09:55:51.301Z] Removing intermediate container cdb6d21cd38a [2021-04-12T09:55:51.301Z] ---> 26233ff1784a [2021-04-12T09:55:51.301Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-12T09:55:51.301Z] ---> Running in 5d0254d28d4c [2021-04-12T09:55:51.895Z] Removing intermediate container 5d0254d28d4c [2021-04-12T09:55:51.895Z] ---> 68634588226c [2021-04-12T09:55:51.895Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T09:55:51.895Z] ---> Running in b297e186e674 [2021-04-12T09:55:54.509Z] Removing intermediate container b297e186e674 [2021-04-12T09:55:54.509Z] ---> c16529605432 [2021-04-12T09:55:54.509Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-12T09:55:54.509Z] ---> Running in 63c8522f4dc2 [2021-04-12T09:55:55.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T09:55:56.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T09:55:56.674Z] OK: 149 MiB in 52 packages [2021-04-12T09:55:57.649Z] Removing intermediate container 63c8522f4dc2 [2021-04-12T09:55:57.649Z] ---> 3e634da70d76 [2021-04-12T09:55:57.649Z] Step 8/25 : COPY . . [2021-04-12T09:55:58.633Z] ---> 107ebc0fab09 [2021-04-12T09:55:58.633Z] Step 9/25 : RUN go mod download [2021-04-12T09:55:58.921Z] ---> Running in f5d60dfe9443 [2021-04-12T09:56:01.532Z] Removing intermediate container f5d60dfe9443 [2021-04-12T09:56:01.532Z] ---> 9b922b7920e9 [2021-04-12T09:56:01.532Z] Step 10/25 : ARG MAKE='make build' [2021-04-12T09:56:01.532Z] ---> Running in 433dbcc6f983 [2021-04-12T09:56:01.532Z] Removing intermediate container 433dbcc6f983 [2021-04-12T09:56:01.532Z] ---> fbab0f769ae8 [2021-04-12T09:56:01.532Z] Step 11/25 : RUN $MAKE [2021-04-12T09:56:01.813Z] ---> Running in 4fc9bb47d7c7 [2021-04-12T09:56:02.804Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.7" -o cmd/device-virtual ./cmd [2021-04-12T09:56:07.247Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-12T09:56:11.486Z] Removing intermediate container 2c6fdbad5010 [2021-04-12T09:56:11.486Z] ---> 299e9e1770fa [2021-04-12T09:56:11.486Z] Step 12/25 : FROM alpine:3.12 [2021-04-12T09:56:12.062Z] 3.12: Pulling from library/alpine [2021-04-12T09:56:12.062Z] 532819f3e44c: Pulling fs layer [2021-04-12T09:56:12.325Z] 532819f3e44c: Verifying Checksum [2021-04-12T09:56:12.325Z] 532819f3e44c: Download complete [2021-04-12T09:56:12.591Z] 532819f3e44c: Pull complete [2021-04-12T09:56:12.591Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T09:56:12.591Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T09:56:12.591Z] ---> 7230e588e954 [2021-04-12T09:56:12.591Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-12T09:56:12.862Z] ---> Running in 7b982a4214d5 [2021-04-12T09:56:12.862Z] Removing intermediate container 7b982a4214d5 [2021-04-12T09:56:12.862Z] ---> 55af3a692f41 [2021-04-12T09:56:12.862Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T09:56:12.862Z] ---> Running in de45edd3f307 [2021-04-12T09:56:14.265Z] Removing intermediate container de45edd3f307 [2021-04-12T09:56:14.265Z] ---> 0ec75bb52413 [2021-04-12T09:56:14.265Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-12T09:56:14.265Z] ---> Running in 8d82029ee277 [2021-04-12T09:56:14.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T09:56:15.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-12T09:56:15.745Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-12T09:56:15.745Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-12T09:56:16.008Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-12T09:56:16.008Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-12T09:56:16.955Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-12T09:56:16.955Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-12T09:56:16.955Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T09:56:17.222Z] OK: 8 MiB in 20 packages [2021-04-12T09:56:17.800Z] Removing intermediate container 8d82029ee277 [2021-04-12T09:56:17.800Z] ---> e28646929159 [2021-04-12T09:56:17.800Z] Step 16/25 : WORKDIR / [2021-04-12T09:56:17.800Z] ---> Running in c8548db90e71 [2021-04-12T09:56:17.800Z] Removing intermediate container c8548db90e71 [2021-04-12T09:56:17.800Z] ---> 9e8d89e69868 [2021-04-12T09:56:17.800Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-12T09:56:18.068Z] ---> c8905fcc13ee [2021-04-12T09:56:18.068Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-12T09:56:18.331Z] ---> 3134f628a807 [2021-04-12T09:56:18.331Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-12T09:56:19.291Z] ---> 4b1cfc11eee9 [2021-04-12T09:56:19.291Z] Step 20/25 : EXPOSE 49990 [2021-04-12T09:56:19.291Z] ---> Running in bbe9a765749a [2021-04-12T09:56:19.291Z] Removing intermediate container bbe9a765749a [2021-04-12T09:56:19.291Z] ---> b92cdf029166 [2021-04-12T09:56:19.291Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-12T09:56:19.553Z] ---> Running in 3cd543cf71f8 [2021-04-12T09:56:19.553Z] Removing intermediate container 3cd543cf71f8 [2021-04-12T09:56:19.553Z] ---> a6662f7a7fe9 [2021-04-12T09:56:19.553Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T09:56:19.816Z] ---> Running in ebf50de5cab5 [2021-04-12T09:56:19.816Z] Removing intermediate container ebf50de5cab5 [2021-04-12T09:56:19.816Z] ---> 9c584691bb8d [2021-04-12T09:56:19.816Z] Step 23/25 : LABEL arch=amd64 [2021-04-12T09:56:19.816Z] ---> Running in 3017bceedc28 [2021-04-12T09:56:20.084Z] Removing intermediate container 3017bceedc28 [2021-04-12T09:56:20.084Z] ---> b51f9cce3e88 [2021-04-12T09:56:20.084Z] Step 24/25 : LABEL git_sha=da362e705d612364b9ef4673b63e3c918421e784 [2021-04-12T09:56:20.084Z] ---> Running in d9127f8001c8 [2021-04-12T09:56:20.347Z] Removing intermediate container d9127f8001c8 [2021-04-12T09:56:20.347Z] ---> f180bdc52c20 [2021-04-12T09:56:20.347Z] Step 25/25 : LABEL version=1.3.2-dev.7 [2021-04-12T09:56:20.347Z] ---> Running in 54fac9f6b632 [2021-04-12T09:56:20.612Z] Removing intermediate container 54fac9f6b632 [2021-04-12T09:56:20.612Z] ---> 383e5aae0fd5 [2021-04-12T09:56:20.612Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-12T09:56:20.612Z] Successfully built 383e5aae0fd5 [2021-04-12T09:56:20.612Z] 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-12T09:56:21.113Z] provisioning config files... [2021-04-12T09:56:21.148Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/46@tmp/config8553578143751726946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T09:56:21.517Z] ---> docker-login.sh [2021-04-12T09:56:21.517Z] nexus3.edgexfoundry.org:10001 [2021-04-12T09:56:21.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:56:21.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:56:21.780Z] Configure a credential helper to remove this warning. See [2021-04-12T09:56:21.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:56:21.780Z] [2021-04-12T09:56:21.780Z] Login Succeeded [2021-04-12T09:56:21.780Z] nexus3.edgexfoundry.org:10002 [2021-04-12T09:56:21.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:56:22.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:56:22.044Z] Configure a credential helper to remove this warning. See [2021-04-12T09:56:22.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:56:22.044Z] [2021-04-12T09:56:22.044Z] Login Succeeded [2021-04-12T09:56:22.044Z] nexus3.edgexfoundry.org:10003 [2021-04-12T09:56:22.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:56:22.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:56:22.044Z] Configure a credential helper to remove this warning. See [2021-04-12T09:56:22.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:56:22.044Z] [2021-04-12T09:56:22.044Z] Login Succeeded [2021-04-12T09:56:22.044Z] nexus3.edgexfoundry.org:10004 [2021-04-12T09:56:22.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:56:22.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:56:22.308Z] Configure a credential helper to remove this warning. See [2021-04-12T09:56:22.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:56:22.308Z] [2021-04-12T09:56:22.308Z] Login Succeeded [2021-04-12T09:56:22.308Z] docker.io [2021-04-12T09:56:22.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:56:22.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:56:22.837Z] Configure a credential helper to remove this warning. See [2021-04-12T09:56:22.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:56:22.837Z] [2021-04-12T09:56:22.837Z] Login Succeeded [2021-04-12T09:56:22.837Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T09:56:22.848Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-12T09:56:23.041Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-04-12T09:56:23.041Z] da362e705d612364b9ef4673b63e3c918421e784 [2021-04-12T09:56:23.041Z] latest [2021-04-12T09:56:23.041Z] 1.3.2-dev.7 [2021-04-12T09:56:23.041Z] da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [2021-04-12T09:56:23.041Z] master [2021-04-12T09:56:23.041Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:23.540Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:23.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784 [2021-04-12T09:56:23.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-12T09:56:23.847Z] 33160d04c784: Preparing [2021-04-12T09:56:23.847Z] ab93b9ef4065: Preparing [2021-04-12T09:56:23.847Z] 55bd2272a374: Preparing [2021-04-12T09:56:23.847Z] a91697d1eaf9: Preparing [2021-04-12T09:56:23.847Z] fa86cba72cbd: Preparing [2021-04-12T09:56:23.847Z] b0b9881431d7: Preparing [2021-04-12T09:56:23.847Z] b0b9881431d7: Waiting [2021-04-12T09:56:24.118Z] ab93b9ef4065: Pushed [2021-04-12T09:56:24.118Z] 55bd2272a374: Pushed [2021-04-12T09:56:24.118Z] fa86cba72cbd: Pushed [2021-04-12T09:56:24.118Z] b0b9881431d7: Layer already exists [2021-04-12T09:56:24.118Z] a91697d1eaf9: Pushed [2021-04-12T09:56:25.511Z] 33160d04c784: Pushed [2021-04-12T09:56:25.774Z] da362e705d612364b9ef4673b63e3c918421e784: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:26.077Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:26.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-12T09:56:26.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-12T09:56:26.379Z] 33160d04c784: Preparing [2021-04-12T09:56:26.379Z] ab93b9ef4065: Preparing [2021-04-12T09:56:26.379Z] 55bd2272a374: Preparing [2021-04-12T09:56:26.379Z] a91697d1eaf9: Preparing [2021-04-12T09:56:26.379Z] fa86cba72cbd: Preparing [2021-04-12T09:56:26.379Z] b0b9881431d7: Preparing [2021-04-12T09:56:26.379Z] b0b9881431d7: Waiting [2021-04-12T09:56:26.379Z] ab93b9ef4065: Layer already exists [2021-04-12T09:56:26.379Z] 55bd2272a374: Layer already exists [2021-04-12T09:56:26.379Z] 33160d04c784: Layer already exists [2021-04-12T09:56:26.379Z] a91697d1eaf9: Layer already exists [2021-04-12T09:56:26.379Z] fa86cba72cbd: Layer already exists [2021-04-12T09:56:26.379Z] b0b9881431d7: Layer already exists [2021-04-12T09:56:26.379Z] latest: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:26.727Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:27.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.7 [2021-04-12T09:56:27.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-12T09:56:27.100Z] 33160d04c784: Preparing [2021-04-12T09:56:27.100Z] ab93b9ef4065: Preparing [2021-04-12T09:56:27.100Z] 55bd2272a374: Preparing [2021-04-12T09:56:27.100Z] a91697d1eaf9: Preparing [2021-04-12T09:56:27.100Z] fa86cba72cbd: Preparing [2021-04-12T09:56:27.100Z] b0b9881431d7: Preparing [2021-04-12T09:56:27.100Z] b0b9881431d7: Waiting [2021-04-12T09:56:27.100Z] ab93b9ef4065: Layer already exists [2021-04-12T09:56:27.100Z] 55bd2272a374: Layer already exists [2021-04-12T09:56:27.100Z] a91697d1eaf9: Layer already exists [2021-04-12T09:56:27.100Z] 33160d04c784: Layer already exists [2021-04-12T09:56:27.100Z] fa86cba72cbd: Layer already exists [2021-04-12T09:56:27.100Z] b0b9881431d7: Layer already exists [2021-04-12T09:56:27.100Z] 1.3.2-dev.7: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:27.486Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:27.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [2021-04-12T09:56:27.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-12T09:56:27.802Z] 33160d04c784: Preparing [2021-04-12T09:56:27.802Z] ab93b9ef4065: Preparing [2021-04-12T09:56:27.802Z] 55bd2272a374: Preparing [2021-04-12T09:56:27.802Z] a91697d1eaf9: Preparing [2021-04-12T09:56:27.802Z] fa86cba72cbd: Preparing [2021-04-12T09:56:27.802Z] b0b9881431d7: Preparing [2021-04-12T09:56:27.802Z] b0b9881431d7: Waiting [2021-04-12T09:56:27.802Z] ab93b9ef4065: Layer already exists [2021-04-12T09:56:27.802Z] fa86cba72cbd: Layer already exists [2021-04-12T09:56:27.802Z] 55bd2272a374: Layer already exists [2021-04-12T09:56:27.802Z] 33160d04c784: Layer already exists [2021-04-12T09:56:27.802Z] a91697d1eaf9: Layer already exists [2021-04-12T09:56:27.802Z] b0b9881431d7: Layer already exists [2021-04-12T09:56:27.802Z] da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:28.124Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:56:28.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-04-12T09:56:28.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-12T09:56:28.425Z] 33160d04c784: Preparing [2021-04-12T09:56:28.425Z] ab93b9ef4065: Preparing [2021-04-12T09:56:28.425Z] 55bd2272a374: Preparing [2021-04-12T09:56:28.425Z] a91697d1eaf9: Preparing [2021-04-12T09:56:28.425Z] fa86cba72cbd: Preparing [2021-04-12T09:56:28.425Z] b0b9881431d7: Preparing [2021-04-12T09:56:28.425Z] b0b9881431d7: Waiting [2021-04-12T09:56:28.425Z] a91697d1eaf9: Layer already exists [2021-04-12T09:56:28.425Z] ab93b9ef4065: Layer already exists [2021-04-12T09:56:28.425Z] fa86cba72cbd: Layer already exists [2021-04-12T09:56:28.425Z] 55bd2272a374: Layer already exists [2021-04-12T09:56:28.425Z] 33160d04c784: Layer already exists [2021-04-12T09:56:28.425Z] b0b9881431d7: Layer already exists [2021-04-12T09:56:28.425Z] master: digest: sha256:73dbe3797431deb5dcbded87a35f35ba78bfc17295cbf3c2c4983f5b5ad7f8be size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-12T09:56:28.615Z] ===================================================== [Pipeline] echo [2021-04-12T09:56:28.661Z] taggedImages: [2021-04-12T09:56:28.661Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784 [2021-04-12T09:56:28.661Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-12T09:56:28.661Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.7 [2021-04-12T09:56:28.661Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [2021-04-12T09:56:28.661Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-12T09:56:29.526Z] ---> job-cost.sh [2021-04-12T09:56:29.526Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s9U6 [2021-04-12T09:56:44.481Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T09:56:49.781Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-12T09:56:59.920Z] Removing intermediate container 4fc9bb47d7c7 [2021-04-12T09:56:59.920Z] ---> 83bef89a9853 [2021-04-12T09:56:59.920Z] Step 12/25 : FROM alpine:3.12 [2021-04-12T09:57:00.513Z] 3.12: Pulling from library/alpine [2021-04-12T09:57:00.513Z] 9a219e8acc52: Pulling fs layer [2021-04-12T09:57:00.787Z] 9a219e8acc52: Download complete [2021-04-12T09:57:01.385Z] 9a219e8acc52: Pull complete [2021-04-12T09:57:01.385Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-12T09:57:01.385Z] Status: Downloaded newer image for alpine:3.12 [2021-04-12T09:57:01.385Z] ---> d75e27dfc0a0 [2021-04-12T09:57:01.385Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-12T09:57:01.658Z] ---> Running in d1b19e4eede1 [2021-04-12T09:57:01.930Z] Removing intermediate container d1b19e4eede1 [2021-04-12T09:57:01.930Z] ---> 6ac05c37dc3d [2021-04-12T09:57:01.930Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-12T09:57:02.225Z] ---> Running in e9f5c2069fd8 [2021-04-12T09:57:04.218Z] Removing intermediate container e9f5c2069fd8 [2021-04-12T09:57:04.218Z] ---> 4960dfc89189 [2021-04-12T09:57:04.218Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-12T09:57:04.218Z] ---> Running in 7e8ab2465d61 [2021-04-12T09:57:05.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T09:57:06.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T09:57:06.771Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-12T09:57:06.771Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-12T09:57:06.771Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-12T09:57:07.043Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-12T09:57:07.318Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-12T09:57:07.318Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-12T09:57:07.318Z] Executing busybox-1.31.1-r20.trigger [2021-04-12T09:57:07.318Z] OK: 8 MiB in 20 packages [2021-04-12T09:57:08.749Z] Removing intermediate container 7e8ab2465d61 [2021-04-12T09:57:08.749Z] ---> ec5c1bc1d91d [2021-04-12T09:57:08.749Z] Step 16/25 : WORKDIR / [2021-04-12T09:57:08.749Z] ---> Running in 41c887b44637 [2021-04-12T09:57:09.344Z] Removing intermediate container 41c887b44637 [2021-04-12T09:57:09.344Z] ---> 643465d5168e [2021-04-12T09:57:09.344Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-12T09:57:09.947Z] ---> 3d41ead833fb [2021-04-12T09:57:09.947Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-12T09:57:10.924Z] ---> d550bd129ab6 [2021-04-12T09:57:10.924Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-12T09:57:12.370Z] ---> 6f0ff440ff65 [2021-04-12T09:57:12.370Z] Step 20/25 : EXPOSE 49990 [2021-04-12T09:57:12.370Z] ---> Running in 1988f4633532 [2021-04-12T09:57:12.650Z] Removing intermediate container 1988f4633532 [2021-04-12T09:57:12.650Z] ---> ae4adaa8edf1 [2021-04-12T09:57:12.650Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-12T09:57:12.928Z] ---> Running in d0064a613580 [2021-04-12T09:57:13.200Z] Removing intermediate container d0064a613580 [2021-04-12T09:57:13.200Z] ---> 176b05d925f8 [2021-04-12T09:57:13.200Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-12T09:57:13.473Z] ---> Running in 598d7634e795 [2021-04-12T09:57:13.747Z] Removing intermediate container 598d7634e795 [2021-04-12T09:57:13.747Z] ---> babda8160c56 [2021-04-12T09:57:13.747Z] Step 23/25 : LABEL arch=arm64 [2021-04-12T09:57:14.021Z] ---> Running in c0e32673d840 [2021-04-12T09:57:14.616Z] Removing intermediate container c0e32673d840 [2021-04-12T09:57:14.616Z] ---> 08f6abf8aa15 [2021-04-12T09:57:14.616Z] Step 24/25 : LABEL git_sha=da362e705d612364b9ef4673b63e3c918421e784 [2021-04-12T09:57:14.616Z] ---> Running in be96cb3ba92a [2021-04-12T09:57:15.215Z] Removing intermediate container be96cb3ba92a [2021-04-12T09:57:15.215Z] ---> 34ed74a8a13f [2021-04-12T09:57:15.215Z] Step 25/25 : LABEL version=1.3.2-dev.7 [2021-04-12T09:57:15.215Z] ---> Running in baf443a3d9b9 [2021-04-12T09:57:15.496Z] Removing intermediate container baf443a3d9b9 [2021-04-12T09:57:15.496Z] ---> e06b57f84e64 [2021-04-12T09:57:15.496Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-12T09:57:15.767Z] Successfully built e06b57f84e64 [2021-04-12T09:57:15.767Z] 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-12T09:57:16.253Z] provisioning config files... [2021-04-12T09:57:16.303Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/46@tmp/config7341954133280439823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-12T09:57:16.654Z] lf-activate-venv(): INFO: Adding /tmp/venv-s9U6/bin to PATH [2021-04-12T09:57:16.654Z] INFO: No Stack... [2021-04-12T09:57:16.654Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T09:57:16.654Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T09:57:16.707Z] ---> docker-login.sh [2021-04-12T09:57:16.707Z] nexus3.edgexfoundry.org:10001 [2021-04-12T09:57:16.970Z] + cat /w/workspace/device-virtual-go/46/archives/cost.csv [2021-04-12T09:57:16.970Z] + cut -d, -f6 [2021-04-12T09:57:16.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] lock [2021-04-12T09:57:17.054Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [2021-04-12T09:57:17.070Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] did not exist. Created. [2021-04-12T09:57:17.070Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T09:57:17.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:57:17.256Z] Configure a credential helper to remove this warning. See [2021-04-12T09:57:17.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:57:17.256Z] [2021-04-12T09:57:17.256Z] Login Succeeded [2021-04-12T09:57:17.256Z] nexus3.edgexfoundry.org:10002 [2021-04-12T09:57:17.488Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-12T09:57:17.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:57:17.622Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T09:57:17.635Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [Pipeline] // lock [Pipeline] } [2021-04-12T09:57:17.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:57:17.800Z] Configure a credential helper to remove this warning. See [2021-04-12T09:57:17.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:57:17.800Z] [2021-04-12T09:57:17.800Z] Login Succeeded [2021-04-12T09:57:17.800Z] nexus3.edgexfoundry.org:10003 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-04-12T09:57:18.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-12T09:57:18.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:57:18.352Z] Configure a credential helper to remove this warning. See [2021-04-12T09:57:18.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:57:18.352Z] [2021-04-12T09:57:18.352Z] Login Succeeded [2021-04-12T09:57:18.352Z] nexus3.edgexfoundry.org:10004 [2021-04-12T09:57:18.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:57:18.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:57:18.894Z] Configure a credential helper to remove this warning. See [2021-04-12T09:57:18.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:57:18.894Z] [2021-04-12T09:57:18.894Z] Login Succeeded [2021-04-12T09:57:18.894Z] docker.io [2021-04-12T09:57:19.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-12T09:57:19.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-12T09:57:19.762Z] Configure a credential helper to remove this warning. See [2021-04-12T09:57:19.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-12T09:57:19.762Z] [2021-04-12T09:57:19.762Z] Login Succeeded [2021-04-12T09:57:19.762Z] ---> docker-login.sh ends [Pipeline] } [2021-04-12T09:57:19.777Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-12T09:57:19.984Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-04-12T09:57:19.985Z] da362e705d612364b9ef4673b63e3c918421e784 [2021-04-12T09:57:19.985Z] latest [2021-04-12T09:57:19.985Z] 1.3.2-dev.7 [2021-04-12T09:57:19.985Z] da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [2021-04-12T09:57:19.985Z] master [2021-04-12T09:57:19.985Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:20.535Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:20.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784 [2021-04-12T09:57:20.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-12T09:57:20.873Z] f8a942246b30: Preparing [2021-04-12T09:57:20.873Z] bcf4fc43da70: Preparing [2021-04-12T09:57:20.873Z] 9de5e0cb8a26: Preparing [2021-04-12T09:57:20.873Z] 4be7322ec249: Preparing [2021-04-12T09:57:20.873Z] 9f766b216ebd: Preparing [2021-04-12T09:57:20.873Z] e08058ee1dfe: Preparing [2021-04-12T09:57:20.873Z] e08058ee1dfe: Waiting [2021-04-12T09:57:21.145Z] 9de5e0cb8a26: Pushed [2021-04-12T09:57:21.145Z] 9f766b216ebd: Pushed [2021-04-12T09:57:21.145Z] bcf4fc43da70: Pushed [2021-04-12T09:57:21.420Z] e08058ee1dfe: Layer already exists [2021-04-12T09:57:21.696Z] 4be7322ec249: Pushed [2021-04-12T09:57:25.068Z] f8a942246b30: Pushed [2021-04-12T09:57:25.068Z] da362e705d612364b9ef4673b63e3c918421e784: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:25.417Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:25.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-12T09:57:25.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-12T09:57:25.754Z] f8a942246b30: Preparing [2021-04-12T09:57:25.754Z] bcf4fc43da70: Preparing [2021-04-12T09:57:25.754Z] 9de5e0cb8a26: Preparing [2021-04-12T09:57:25.754Z] 4be7322ec249: Preparing [2021-04-12T09:57:25.754Z] 9f766b216ebd: Preparing [2021-04-12T09:57:25.754Z] e08058ee1dfe: Preparing [2021-04-12T09:57:25.754Z] e08058ee1dfe: Waiting [2021-04-12T09:57:25.754Z] bcf4fc43da70: Layer already exists [2021-04-12T09:57:25.754Z] f8a942246b30: Layer already exists [2021-04-12T09:57:26.025Z] 9de5e0cb8a26: Layer already exists [2021-04-12T09:57:26.025Z] 9f766b216ebd: Layer already exists [2021-04-12T09:57:26.025Z] 4be7322ec249: Layer already exists [2021-04-12T09:57:26.025Z] e08058ee1dfe: Layer already exists [2021-04-12T09:57:26.025Z] latest: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:26.368Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:26.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.7 [2021-04-12T09:57:26.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-12T09:57:26.804Z] f8a942246b30: Preparing [2021-04-12T09:57:26.804Z] bcf4fc43da70: Preparing [2021-04-12T09:57:26.804Z] 9de5e0cb8a26: Preparing [2021-04-12T09:57:26.804Z] 4be7322ec249: Preparing [2021-04-12T09:57:26.804Z] 9f766b216ebd: Preparing [2021-04-12T09:57:26.804Z] e08058ee1dfe: Preparing [2021-04-12T09:57:26.804Z] e08058ee1dfe: Waiting [2021-04-12T09:57:26.805Z] 4be7322ec249: Layer already exists [2021-04-12T09:57:26.805Z] 9f766b216ebd: Layer already exists [2021-04-12T09:57:27.075Z] bcf4fc43da70: Layer already exists [2021-04-12T09:57:27.075Z] f8a942246b30: Layer already exists [2021-04-12T09:57:27.075Z] 9de5e0cb8a26: Layer already exists [2021-04-12T09:57:27.075Z] e08058ee1dfe: Layer already exists [2021-04-12T09:57:27.075Z] 1.3.2-dev.7: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:27.418Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:27.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [2021-04-12T09:57:27.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-12T09:57:27.760Z] f8a942246b30: Preparing [2021-04-12T09:57:27.760Z] bcf4fc43da70: Preparing [2021-04-12T09:57:27.760Z] 9de5e0cb8a26: Preparing [2021-04-12T09:57:27.760Z] 4be7322ec249: Preparing [2021-04-12T09:57:27.760Z] 9f766b216ebd: Preparing [2021-04-12T09:57:27.760Z] e08058ee1dfe: Preparing [2021-04-12T09:57:27.760Z] e08058ee1dfe: Waiting [2021-04-12T09:57:28.031Z] 4be7322ec249: Layer already exists [2021-04-12T09:57:28.031Z] 9f766b216ebd: Layer already exists [2021-04-12T09:57:28.031Z] bcf4fc43da70: Layer already exists [2021-04-12T09:57:28.031Z] f8a942246b30: Layer already exists [2021-04-12T09:57:28.031Z] 9de5e0cb8a26: Layer already exists [2021-04-12T09:57:28.031Z] e08058ee1dfe: Layer already exists [2021-04-12T09:57:28.031Z] da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:28.376Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:57:28.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-04-12T09:57:28.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-12T09:57:28.714Z] f8a942246b30: Preparing [2021-04-12T09:57:28.714Z] bcf4fc43da70: Preparing [2021-04-12T09:57:28.714Z] 9de5e0cb8a26: Preparing [2021-04-12T09:57:28.714Z] 4be7322ec249: Preparing [2021-04-12T09:57:28.714Z] 9f766b216ebd: Preparing [2021-04-12T09:57:28.714Z] e08058ee1dfe: Preparing [2021-04-12T09:57:28.714Z] e08058ee1dfe: Waiting [2021-04-12T09:57:28.714Z] 4be7322ec249: Layer already exists [2021-04-12T09:57:28.714Z] 9f766b216ebd: Layer already exists [2021-04-12T09:57:28.714Z] 9de5e0cb8a26: Layer already exists [2021-04-12T09:57:28.714Z] f8a942246b30: Layer already exists [2021-04-12T09:57:28.714Z] bcf4fc43da70: Layer already exists [2021-04-12T09:57:28.985Z] e08058ee1dfe: Layer already exists [2021-04-12T09:57:28.985Z] master: digest: sha256:f705b1c138020160f742716f8d6e499cf759394ee907229abc87e9b07717b868 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-12T09:57:29.213Z] ===================================================== [Pipeline] echo [2021-04-12T09:57:29.295Z] taggedImages: [2021-04-12T09:57:29.295Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784 [2021-04-12T09:57:29.295Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-12T09:57:29.295Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.7 [2021-04-12T09:57:29.295Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:da362e705d612364b9ef4673b63e3c918421e784-1.3.2-dev.7 [2021-04-12T09:57:29.295Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-12T09:57:29.881Z] ---> job-cost.sh [2021-04-12T09:57:29.881Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lrre [2021-04-12T09:58:08.910Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T09:59:45.677Z] lf-activate-venv(): INFO: Adding /tmp/venv-lrre/bin to PATH [2021-04-12T09:59:45.677Z] INFO: No Stack... [2021-04-12T09:59:45.677Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-12T09:59:45.677Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T09:59:46.023Z] + cut -d, -f6 [2021-04-12T09:59:46.023Z] + cat /w/workspace/device-virtual-go/46/archives/cost.csv [Pipeline] lock [2021-04-12T09:59:46.136Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [2021-04-12T09:59:46.145Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] did not exist. Created. [2021-04-12T09:59:46.145Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-46-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T09:59:46.612Z] /w/workspace/device-virtual-go/46@tmp/durable-af49248f/script.sh: 1: /w/workspace/device-virtual-go/46@tmp/durable-af49248f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-12T09:59:46.961Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-12T09:59:47.043Z] Warning: overwriting stash ‘stack-cost’ [2021-04-12T09:59:47.189Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T09:59:47.202Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-46-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-12T09:59:48.603Z] provisioning config files... [2021-04-12T09:59:48.631Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4487757936107642872tmp [Pipeline] { [Pipeline] sh [2021-04-12T09:59:49.006Z] + set +x [2021-04-12T09:59:49.006Z] + bash -s -- [2021-04-12T09:59:49.006Z] + curl -s https://codecov.io/bash [2021-04-12T09:59:49.273Z] [2021-04-12T09:59:49.273Z] _____ _ [2021-04-12T09:59:49.273Z] / ____| | | [2021-04-12T09:59:49.273Z] | | ___ __| | ___ ___ _____ __ [2021-04-12T09:59:49.273Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-12T09:59:49.273Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-12T09:59:49.273Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-12T09:59:49.273Z] Bash-20210309-2b87ace [2021-04-12T09:59:49.273Z] [2021-04-12T09:59:49.273Z] [2021-04-12T09:59:49.273Z] ==> git version 2.24.3 found [2021-04-12T09:59:49.273Z] ==> 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-12T09:59:49.273Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-12T09:59:49.273Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-12T09:59:49.273Z] ==> Jenkins CI detected. [2021-04-12T09:59:49.273Z] project root: . [2021-04-12T09:59:49.273Z] --> token set from env [2021-04-12T09:59:49.273Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-12T09:59:49.273Z] ==> Running gcov in . (disable via -X gcov) [2021-04-12T09:59:49.273Z] ==> Python coveragepy not found [2021-04-12T09:59:49.273Z] ==> Searching for coverage reports in: [2021-04-12T09:59:49.273Z] + . [2021-04-12T09:59:49.273Z] -> Found 1 reports [2021-04-12T09:59:49.273Z] ==> Detecting git/mercurial file structure [2021-04-12T09:59:49.273Z] ==> Reading reports [2021-04-12T09:59:49.273Z] + ./coverage.out bytes=47247 [2021-04-12T09:59:49.273Z] ==> Appending adjustments [2021-04-12T09:59:49.273Z] https://docs.codecov.io/docs/fixing-reports [2021-04-12T09:59:49.273Z] + Found adjustments [2021-04-12T09:59:49.273Z] ==> Gzipping contents [2021-04-12T09:59:49.273Z] 8.0K /tmp/codecov.Fj34gq.gz [2021-04-12T09:59:49.273Z] ==> Uploading reports [2021-04-12T09:59:49.273Z] url: https://codecov.io [2021-04-12T09:59:49.273Z] query: branch=master&commit=da362e705d612364b9ef4673b63e3c918421e784&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-12T09:59:49.273Z] -> Pinging Codecov [2021-04-12T09:59:49.273Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=da362e705d612364b9ef4673b63e3c918421e784&build=46&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F46%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-12T09:59:49.850Z] -> Uploading to [2021-04-12T09:59:49.850Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-12/5E52B4B073DB2E39498172D8E973AA87/da362e705d612364b9ef4673b63e3c918421e784/f1454086-8c34-41f0-9d0a-37b037d3a467.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T095949Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=49172f6f7966cead3590d3954737828d1d824e04212fddf4fd7db0a2fae2dc3c [2021-04-12T09:59:49.850Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-12T09:59:49.850Z] Dload Upload Total Spent Left Speed [2021-04-12T09:59:50.375Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5766 0 0 100 5766 0 12483 --:--:-- --:--:-- --:--:-- 12480 [2021-04-12T09:59:50.375Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] } [2021-04-12T09:59:50.385Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-12T09:59:51.554Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-12T09:59:51.632Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:59:51.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T09:59:51.980Z] [2021-04-12T09:59:51.980Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-12T09:59:52.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T09:59:52.343Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-12T09:59:52.343Z] 188c0c94c7c5: Pulling fs layer [2021-04-12T09:59:52.343Z] 0ef7d3d256c8: Pulling fs layer [2021-04-12T09:59:52.343Z] de9db76c5a1d: Pulling fs layer [2021-04-12T09:59:52.343Z] 0eba1c9be4d2: Pulling fs layer [2021-04-12T09:59:52.343Z] 0d57e429df01: Pulling fs layer [2021-04-12T09:59:52.343Z] 4e4be7b47b0d: Pulling fs layer [2021-04-12T09:59:52.343Z] e1f770b5df2f: Pulling fs layer [2021-04-12T09:59:52.343Z] 85a0685a4137: Pulling fs layer [2021-04-12T09:59:52.343Z] 0d57e429df01: Waiting [2021-04-12T09:59:52.343Z] 4e4be7b47b0d: Waiting [2021-04-12T09:59:52.343Z] e1f770b5df2f: Waiting [2021-04-12T09:59:52.343Z] 85a0685a4137: Waiting [2021-04-12T09:59:52.343Z] 0eba1c9be4d2: Waiting [2021-04-12T09:59:52.343Z] de9db76c5a1d: Verifying Checksum [2021-04-12T09:59:52.343Z] de9db76c5a1d: Download complete [2021-04-12T09:59:52.343Z] 0ef7d3d256c8: Verifying Checksum [2021-04-12T09:59:52.343Z] 0ef7d3d256c8: Download complete [2021-04-12T09:59:52.343Z] 0d57e429df01: Download complete [2021-04-12T09:59:52.343Z] 4e4be7b47b0d: Verifying Checksum [2021-04-12T09:59:52.343Z] 4e4be7b47b0d: Download complete [2021-04-12T09:59:52.343Z] 188c0c94c7c5: Verifying Checksum [2021-04-12T09:59:52.343Z] 188c0c94c7c5: Download complete [2021-04-12T09:59:52.608Z] 188c0c94c7c5: Pull complete [2021-04-12T09:59:52.870Z] 0ef7d3d256c8: Pull complete [2021-04-12T09:59:53.134Z] de9db76c5a1d: Pull complete [2021-04-12T09:59:54.084Z] e1f770b5df2f: Verifying Checksum [2021-04-12T09:59:54.084Z] e1f770b5df2f: Download complete [2021-04-12T09:59:56.014Z] 0eba1c9be4d2: Verifying Checksum [2021-04-12T09:59:56.014Z] 0eba1c9be4d2: Download complete [2021-04-12T09:59:56.014Z] 85a0685a4137: Verifying Checksum [2021-04-12T09:59:56.014Z] 85a0685a4137: Download complete [2021-04-12T10:00:02.641Z] 0eba1c9be4d2: Pull complete [2021-04-12T10:00:02.641Z] 0d57e429df01: Pull complete [2021-04-12T10:00:02.641Z] 4e4be7b47b0d: Pull complete [2021-04-12T10:00:04.038Z] e1f770b5df2f: Pull complete [2021-04-12T10:00:10.687Z] 85a0685a4137: Pull complete [2021-04-12T10:00:10.687Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-12T10:00:10.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T10:00:10.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-12T10:00:10.838Z] prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container [2021-04-12T10:00:10.883Z] $ 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-12T10:00:11.721Z] $ docker top 016ebbbbb15e9c752292ddae96e7453eb081ff59017fcf6720c511e9d81019e6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-12T10:00:11.948Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-12T10:00:12.247Z] + set -o pipefail [2021-04-12T10:00:12.247Z] + snyk monitor '--org=edgex-jenkins' [2021-04-12T10:00:44.390Z] [2021-04-12T10:00:44.391Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-04-12T10:00:44.391Z] [2021-04-12T10:00:44.391Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/859d2c10-e3e8-4bd2-9749-2084b4a14a3f [2021-04-12T10:00:44.391Z] [2021-04-12T10:00:44.391Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-12T10:00:44.391Z] [2021-04-12T10:00:44.391Z] [2021-04-12T10:00:44.391Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-12T10:00:44.391Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-12T10:00:44.408Z] $ docker stop --time=1 016ebbbbb15e9c752292ddae96e7453eb081ff59017fcf6720c511e9d81019e6 [2021-04-12T10:00:47.383Z] $ docker rm -f 016ebbbbb15e9c752292ddae96e7453eb081ff59017fcf6720c511e9d81019e6 [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-12T10:00:49.188Z] + git log --format=format:%s -1 da362e705d612364b9ef4673b63e3c918421e784 [Pipeline] isUnix [Pipeline] sh [2021-04-12T10:00:49.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T10:00:49.510Z] . [Pipeline] withDockerContainer [2021-04-12T10:00:49.604Z] prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container [2021-04-12T10:00:49.648Z] $ 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-12T10:00:50.270Z] $ docker top 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T10:00:50.611Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T10:00:50.612Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T10:00:50.809Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T10:00:50.815Z] $ docker exec 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 ssh-agent [2021-04-12T10:00:50.978Z] SSH_AUTH_SOCK=/tmp/ssh-CR5zkcg9fx2b/agent.11 [2021-04-12T10:00:50.978Z] SSH_AGENT_PID=16 [2021-04-12T10:00:50.987Z] Running ssh-add (command line suppressed) [2021-04-12T10:00:51.106Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3391017982202342072.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3391017982202342072.key) [2021-04-12T10:00:51.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T10:00:51.493Z] + git semver tag [2021-04-12T10:00:51.494Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T10:00:51.494Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-12T10:00:51.494Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-12T10:00:51.494Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T10:00:51.494Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T10:00:51.494Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T10:00:51.494Z] # $SEMVER_BRANCH = master [2021-04-12T10:00:51.494Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-12T10:00:51.494Z] # da362e705d612364b9ef4673b63e3c918421e784 HEAD [2021-04-12T10:00:51.494Z] # -> Force: false [2021-04-12T10:00:51.494Z] # 78e7f0a1412b250fe93dcfa564ec2654c3f97686 refs/tags/v1.3.2-dev.7 [Pipeline] } [2021-04-12T10:00:51.505Z] $ docker exec --env ******** --env ******** 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 ssh-agent -k [2021-04-12T10:00:51.635Z] unset SSH_AUTH_SOCK; [2021-04-12T10:00:51.636Z] unset SSH_AGENT_PID; [2021-04-12T10:00:51.636Z] echo Agent pid 16 killed; [2021-04-12T10:00:51.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T10:00:52.197Z] + git semver [Pipeline] } [2021-04-12T10:00:52.218Z] $ docker stop --time=1 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 [2021-04-12T10:00:53.562Z] $ docker rm -f 2547fd06553fb0f1ab671a4a1e5fae19d47f1ed86dc51cbbb4785281c054d067 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-12T10:00:54.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T10:00:54.300Z] [2021-04-12T10:00:54.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-12T10:00:54.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T10:00:54.655Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-12T10:00:54.655Z] ab5ef0e58194: Pulling fs layer [2021-04-12T10:00:54.655Z] 9712f1f96733: Pulling fs layer [2021-04-12T10:00:54.655Z] 63f879dbbcfc: Pulling fs layer [2021-04-12T10:00:54.655Z] 0d9ebad4ef96: Pulling fs layer [2021-04-12T10:00:54.655Z] e9a5061849ea: Pulling fs layer [2021-04-12T10:00:54.655Z] d747dcd14b5f: Pulling fs layer [2021-04-12T10:00:54.655Z] 2de7ff778b66: Pulling fs layer [2021-04-12T10:00:54.655Z] e9a5061849ea: Waiting [2021-04-12T10:00:54.655Z] d747dcd14b5f: Waiting [2021-04-12T10:00:54.655Z] 2de7ff778b66: Waiting [2021-04-12T10:00:54.655Z] 0d9ebad4ef96: Waiting [2021-04-12T10:00:54.655Z] 9712f1f96733: Verifying Checksum [2021-04-12T10:00:54.655Z] 9712f1f96733: Download complete [2021-04-12T10:00:56.052Z] 63f879dbbcfc: Verifying Checksum [2021-04-12T10:00:56.052Z] 63f879dbbcfc: Download complete [2021-04-12T10:00:56.316Z] e9a5061849ea: Verifying Checksum [2021-04-12T10:00:56.316Z] e9a5061849ea: Download complete [2021-04-12T10:00:56.316Z] d747dcd14b5f: Verifying Checksum [2021-04-12T10:00:56.316Z] d747dcd14b5f: Download complete [2021-04-12T10:00:56.894Z] 2de7ff778b66: Verifying Checksum [2021-04-12T10:00:56.894Z] 2de7ff778b66: Download complete [2021-04-12T10:00:56.894Z] 0d9ebad4ef96: Verifying Checksum [2021-04-12T10:00:56.894Z] 0d9ebad4ef96: Download complete [2021-04-12T10:00:57.162Z] ab5ef0e58194: Verifying Checksum [2021-04-12T10:00:57.162Z] ab5ef0e58194: Download complete [2021-04-12T10:01:02.486Z] ab5ef0e58194: Pull complete [2021-04-12T10:01:02.486Z] 9712f1f96733: Pull complete [2021-04-12T10:01:04.417Z] 63f879dbbcfc: Pull complete [2021-04-12T10:01:09.813Z] 0d9ebad4ef96: Pull complete [2021-04-12T10:01:11.110Z] e9a5061849ea: Pull complete [2021-04-12T10:01:11.474Z] d747dcd14b5f: Pull complete [2021-04-12T10:01:14.090Z] 2de7ff778b66: Pull complete [2021-04-12T10:01:14.090Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-12T10:01:14.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T10:01:14.090Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-12T10:01:14.247Z] prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container [2021-04-12T10:01:14.296Z] $ 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-12T10:01:17.707Z] $ docker top 2fb09fa46a5d7109831c2921373809112623ca6ec66ce2d665f5a2e60038bbae -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-12T10:01:18.010Z] provisioning config files... [2021-04-12T10:01:18.020Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config981939976631605836tmp [2021-04-12T10:01:18.036Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1964649936410323501tmp [2021-04-12T10:01:18.052Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config573554535592766687tmp [Pipeline] { [Pipeline] echo [2021-04-12T10:01:18.114Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:01:18.420Z] ---> sigul-configuration.sh [2021-04-12T10:01:18.420Z] gpg: directory `/root/.gnupg' created [2021-04-12T10:01:18.420Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-12T10:01:18.420Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-12T10:01:18.420Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-12T10:01:18.420Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-12T10:01:18.420Z] gpg: CAST5 encrypted data [2021-04-12T10:01:18.681Z] gpg: encrypted with 1 passphrase [2021-04-12T10:01:18.681Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-12T10:01:18.984Z] + mkdir /home/jenkins [2021-04-12T10:01:18.984Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-12T10:01:19.284Z] + 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-12T10:01:19.297Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:01:19.600Z] ---> sigul-install.sh [2021-04-12T10:01:26.225Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-12T10:01:26.527Z] + git tag --list [2021-04-12T10:01:26.527Z] v1.0.0 [2021-04-12T10:01:26.527Z] v1.1.0 [2021-04-12T10:01:26.527Z] v1.1.1 [2021-04-12T10:01:26.527Z] v1.2.1 [2021-04-12T10:01:26.527Z] v1.2.2 [2021-04-12T10:01:26.527Z] v1.2.3 [2021-04-12T10:01:26.527Z] v1.3.0 [2021-04-12T10:01:26.527Z] v1.3.1 [2021-04-12T10:01:26.527Z] v1.3.1-dev.1 [2021-04-12T10:01:26.527Z] v1.3.1-dev.2 [2021-04-12T10:01:26.527Z] v1.3.1-dev.3 [2021-04-12T10:01:26.527Z] v1.3.1-dev.4 [2021-04-12T10:01:26.527Z] v1.3.1-dev.5 [2021-04-12T10:01:26.527Z] v1.3.2-dev.1 [2021-04-12T10:01:26.527Z] v1.3.2-dev.2 [2021-04-12T10:01:26.527Z] v1.3.2-dev.3 [2021-04-12T10:01:26.527Z] v1.3.2-dev.4 [2021-04-12T10:01:26.527Z] v1.3.2-dev.5 [2021-04-12T10:01:26.527Z] v1.3.2-dev.6 [2021-04-12T10:01:26.527Z] v1.3.2-dev.7 [Pipeline] sh [2021-04-12T10:01:26.824Z] + lftools sign git-tag v1.3.2-dev.7 [2021-04-12T10:01:28.217Z] Signing Git tag with Sigul... [2021-04-12T10:01:28.217Z] Signing v1.3.2-dev.7 [Pipeline] echo [2021-04-12T10:01:29.174Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:01:29.476Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-12T10:01:29.485Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-12T10:01:29.589Z] $ docker stop --time=1 2fb09fa46a5d7109831c2921373809112623ca6ec66ce2d665f5a2e60038bbae [2021-04-12T10:01:31.600Z] $ docker rm -f 2fb09fa46a5d7109831c2921373809112623ca6ec66ce2d665f5a2e60038bbae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-12T10:01:32.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T10:01:32.552Z] . [Pipeline] withDockerContainer [2021-04-12T10:01:32.655Z] prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container [2021-04-12T10:01:32.698Z] $ 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-12T10:01:33.344Z] $ docker top 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T10:01:33.698Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T10:01:33.699Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T10:01:33.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T10:01:33.911Z] $ docker exec 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d ssh-agent [2021-04-12T10:01:34.092Z] SSH_AUTH_SOCK=/tmp/ssh-yTLBUT3bSaBq/agent.11 [2021-04-12T10:01:34.092Z] SSH_AGENT_PID=16 [2021-04-12T10:01:34.100Z] Running ssh-add (command line suppressed) [2021-04-12T10:01:34.226Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_786829476197962835.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_786829476197962835.key) [2021-04-12T10:01:34.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T10:01:34.633Z] + git semver bump pre [2021-04-12T10:01:34.633Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T10:01:34.633Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-12T10:01:34.633Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-12T10:01:34.633Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T10:01:34.633Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T10:01:34.633Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T10:01:34.633Z] # $SEMVER_BRANCH = master [2021-04-12T10:01:34.633Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-12T10:01:34.633Z] 1.3.2-dev.8 [Pipeline] } [2021-04-12T10:01:34.644Z] $ docker exec --env ******** --env ******** 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d ssh-agent -k [2021-04-12T10:01:34.760Z] unset SSH_AUTH_SOCK; [2021-04-12T10:01:34.761Z] unset SSH_AGENT_PID; [2021-04-12T10:01:34.761Z] echo Agent pid 16 killed; [2021-04-12T10:01:34.810Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T10:01:35.305Z] + git semver [Pipeline] } [2021-04-12T10:01:35.321Z] $ docker stop --time=1 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d [2021-04-12T10:01:36.691Z] $ docker rm -f 333aedf030279610b7a39e6867a1da2fa4f9098baaa8316dbfdbe5358c74f14d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-12T10:01:37.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T10:01:37.266Z] . [Pipeline] withDockerContainer [2021-04-12T10:01:37.362Z] prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container [2021-04-12T10:01:37.412Z] $ 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-12T10:01:38.040Z] $ docker top d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T10:01:38.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T10:01:38.339Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T10:01:38.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T10:01:38.550Z] $ docker exec d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 ssh-agent [2021-04-12T10:01:38.735Z] SSH_AUTH_SOCK=/tmp/ssh-MlDocseTwRvN/agent.12 [2021-04-12T10:01:38.735Z] SSH_AGENT_PID=18 [2021-04-12T10:01:38.742Z] Running ssh-add (command line suppressed) [2021-04-12T10:01:38.867Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2796597597979030179.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2796597597979030179.key) [2021-04-12T10:01:38.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T10:01:39.259Z] + git semver push [2021-04-12T10:01:39.259Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T10:01:39.259Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-12T10:01:39.259Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-12T10:01:39.259Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T10:01:39.259Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T10:01:39.259Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T10:01:39.259Z] # $SEMVER_BRANCH = master [2021-04-12T10:01:39.259Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-12T10:01:43.477Z] $ docker exec --env ******** --env ******** d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 ssh-agent -k [2021-04-12T10:01:43.596Z] unset SSH_AUTH_SOCK; [2021-04-12T10:01:43.598Z] unset SSH_AGENT_PID; [2021-04-12T10:01:43.599Z] echo Agent pid 18 killed; [2021-04-12T10:01:43.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T10:01:44.119Z] + git semver [Pipeline] } [2021-04-12T10:01:44.135Z] $ docker stop --time=1 d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 [2021-04-12T10:01:45.488Z] $ docker rm -f d21b7f2876c88a37ad06abff0ef509091c7b43e610f6f3e20620d51abf40c5f3 [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-12T10:01:47.165Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:01:47.730Z] ---> package-listing.sh [2021-04-12T10:01:47.730Z] ++ facter osfamily [2021-04-12T10:01:47.730Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-12T10:01:47.730Z] + OS_FAMILY=redhat [2021-04-12T10:01:47.730Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-04-12T10:01:47.730Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-12T10:01:47.730Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-12T10:01:47.730Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-12T10:01:47.730Z] + PACKAGES=/tmp/packages_start.txt [2021-04-12T10:01:47.730Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-12T10:01:47.730Z] + PACKAGES=/tmp/packages_end.txt [2021-04-12T10:01:47.730Z] + case "${OS_FAMILY}" in [2021-04-12T10:01:47.730Z] + rpm -qa [2021-04-12T10:01:47.730Z] + sort [2021-04-12T10:01:53.030Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-12T10:01:53.030Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-12T10:01:53.030Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-12T10:01:53.030Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-12T10:01:53.030Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-04-12T10:01:53.030Z] + 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-12T10:01:53.044Z] 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-12T10:01:53.336Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-12T10:01:53.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T10:01:53.643Z] [2021-04-12T10:01:53.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-12T10:01:53.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T10:01:53.991Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-12T10:01:53.991Z] df20fa9351a1: Pulling fs layer [2021-04-12T10:01:53.991Z] 36b3adc4ff6f: Pulling fs layer [2021-04-12T10:01:53.991Z] 8ad3a11d3b57: Pulling fs layer [2021-04-12T10:01:53.991Z] 46f8f816bc3b: Pulling fs layer [2021-04-12T10:01:53.991Z] 93b61091891f: Pulling fs layer [2021-04-12T10:01:53.991Z] 93b9cdb0e59b: Pulling fs layer [2021-04-12T10:01:53.991Z] 5e14af77c1be: Pulling fs layer [2021-04-12T10:01:53.991Z] 01666e4c0597: Pulling fs layer [2021-04-12T10:01:53.991Z] aa168da1d23b: Pulling fs layer [2021-04-12T10:01:53.991Z] 93b9cdb0e59b: Waiting [2021-04-12T10:01:53.991Z] 5e14af77c1be: Waiting [2021-04-12T10:01:53.991Z] 01666e4c0597: Waiting [2021-04-12T10:01:53.991Z] aa168da1d23b: Waiting [2021-04-12T10:01:53.991Z] 46f8f816bc3b: Waiting [2021-04-12T10:01:53.991Z] 93b61091891f: Waiting [2021-04-12T10:01:53.991Z] 36b3adc4ff6f: Verifying Checksum [2021-04-12T10:01:53.991Z] 36b3adc4ff6f: Download complete [2021-04-12T10:01:54.253Z] 46f8f816bc3b: Verifying Checksum [2021-04-12T10:01:54.253Z] 46f8f816bc3b: Download complete [2021-04-12T10:01:54.253Z] df20fa9351a1: Verifying Checksum [2021-04-12T10:01:54.253Z] df20fa9351a1: Download complete [2021-04-12T10:01:54.253Z] 93b9cdb0e59b: Verifying Checksum [2021-04-12T10:01:54.253Z] 93b9cdb0e59b: Download complete [2021-04-12T10:01:54.253Z] 5e14af77c1be: Verifying Checksum [2021-04-12T10:01:54.253Z] 5e14af77c1be: Download complete [2021-04-12T10:01:54.253Z] 01666e4c0597: Verifying Checksum [2021-04-12T10:01:54.253Z] 01666e4c0597: Download complete [2021-04-12T10:01:54.253Z] 93b61091891f: Verifying Checksum [2021-04-12T10:01:54.253Z] 93b61091891f: Download complete [2021-04-12T10:01:54.253Z] 8ad3a11d3b57: Download complete [2021-04-12T10:01:54.829Z] df20fa9351a1: Pull complete [2021-04-12T10:01:54.829Z] 36b3adc4ff6f: Pull complete [2021-04-12T10:01:55.870Z] 8ad3a11d3b57: Pull complete [2021-04-12T10:01:56.510Z] aa168da1d23b: Verifying Checksum [2021-04-12T10:01:56.510Z] aa168da1d23b: Download complete [2021-04-12T10:01:56.510Z] 46f8f816bc3b: Pull complete [2021-04-12T10:01:57.083Z] 93b61091891f: Pull complete [2021-04-12T10:01:57.083Z] 93b9cdb0e59b: Pull complete [2021-04-12T10:01:57.345Z] 5e14af77c1be: Pull complete [2021-04-12T10:01:57.345Z] 01666e4c0597: Pull complete [2021-04-12T10:02:05.537Z] aa168da1d23b: Pull complete [2021-04-12T10:02:05.537Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-12T10:02:05.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T10:02:05.537Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-12T10:02:05.664Z] prd-centos7-docker-4c-2g-33675 does not seem to be running inside a container [2021-04-12T10:02:05.707Z] $ 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-12T10:02:08.480Z] $ docker top dcc0b1e8ece4c211a549f8068dfdc7e6435da62821c05af08618921bcf2a2699 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T10:02:08.976Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-12T10:02:09.280Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-12T10:02:09.582Z] + ls /var/log/sa-host [2021-04-12T10:02:09.582Z] + sadf -c /var/log/sa-host/sa12 [2021-04-12T10:02:09.582Z] file_magic: OK [2021-04-12T10:02:09.582Z] HZ: Using current value: 100 [2021-04-12T10:02:09.582Z] file_header: OK [2021-04-12T10:02:09.582Z] 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-12T10:02:09.582Z] Statistics: [2021-04-12T10:02:09.582Z] HRHnuu...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-12T10:02:09.582Z] File successfully converted to sysstat format version 12.2.1 [2021-04-12T10:02:09.582Z] + sadf -c /var/log/sa-host/sa23 [2021-04-12T10:02:09.582Z] file_magic: OK [2021-04-12T10:02:09.582Z] HZ: Using current value: 100 [2021-04-12T10:02:09.582Z] file_header: OK [2021-04-12T10:02:09.582Z] 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-12T10:02:09.582Z] Statistics: [2021-04-12T10:02:09.582Z] Hnuu...uuuununununu... [2021-04-12T10:02:09.582Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-12T10:02:10.360Z] provisioning config files... [2021-04-12T10:02:10.377Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3266902022325988028tmp [Pipeline] { [Pipeline] echo [2021-04-12T10:02:10.458Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:02:10.753Z] ---> create-netrc.sh [Pipeline] } [2021-04-12T10:02:10.763Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-12T10:02:11.079Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:02:11.383Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-12T10:02:11.395Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:02:11.693Z] ---> sudo-logs.sh [2021-04-12T10:02:11.693Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-12T10:02:11.754Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:02:12.062Z] ---> job-cost.sh [2021-04-12T10:02:12.062Z] lf-activate-venv: SKIPPING [2021-04-12T10:02:12.062Z] DEBUG: total: 0.20999999344348907 [2021-04-12T10:02:12.062Z] INFO: Retrieving Stack Cost... [2021-04-12T10:02:13.985Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T10:02:14.564Z] INFO: Archiving Costs [Pipeline] echo [2021-04-12T10:02:14.580Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T10:02:14.877Z] ---> logs-deploy.sh [2021-04-12T10:02:14.878Z] lf-activate-venv: SKIPPING [2021-04-12T10:02:14.878Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/46 [2021-04-12T10:02:14.878Z] INFO: archiving workspace using pattern(s): [2021-04-12T10:02:16.793Z] Archives upload complete. [2021-04-12T10:02:16.793Z] INFO: archiving logs to Nexus