Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1e15b455509d433b72705dad7fc3c723af5422e0 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@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-11968 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1e15b455509d433b72705dad7fc3c723af5422e0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 Commit message: "Merge pull request #146 from tonyespy/update-sdk-1.3.0" > git rev-list --no-walk c9d1bc531ce8d239853a83473b53448fb6f2334c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-12T22:11:07.309Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-12T22:11:07.593Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-12T22:11:07.716Z] ========================================================= [2020-11-12T22:11:07.716Z] EdgeX Global Pipelines Version Info [2020-11-12T22:11:07.716Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:11:09.236Z] ------------------- [2020-11-12T22:11:09.236Z] stable info: [2020-11-12T22:11:09.236Z] ------------------- [2020-11-12T22:11:09.236Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T22:11:09.236Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-12T22:11:09.236Z] Message: update stable to v1.0.162 [2020-11-12T22:11:10.187Z] ------------------- [2020-11-12T22:11:10.187Z] experimental info: [2020-11-12T22:11:10.187Z] ------------------- [2020-11-12T22:11:10.187Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T22:11:10.187Z] Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b [2020-11-12T22:11:10.187Z] Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-12T22:11:10.624Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-11-12T22:11:10.742Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-11-12T22:11:10.846Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-12T22:11:10.952Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-12T22:11:11.108Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-12T22:11:11.224Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-12T22:11:11.356Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-12T22:11:11.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-12T22:11:11.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-12T22:11:11.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-12T22:11:11.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-12T22:11:12.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-11-12T22:11:12.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-12T22:11:12.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-12T22:11:12.378Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T22:11:12.495Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T22:11:12.598Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T22:11:12.726Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T22:11:12.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-12T22:11:12.957Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-12T22:11:13.059Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-12T22:11:13.186Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-12T22:11:13.291Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-12T22:11:13.398Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-12T22:11:13.518Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-12T22:11:13.626Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-12T22:11:13.731Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-12T22:11:13.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-12T22:11:13.936Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-12T22:11:14.047Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] echo [2020-11-12T22:11:14.155Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e15b45 [Pipeline] echo [2020-11-12T22:11:14.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:11:14.442Z] provisioning config files... [2020-11-12T22:11:14.482Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3575558335622518579tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:11:14.849Z] ---> docker-login.sh [2020-11-12T22:11:14.849Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:11:15.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:11:15.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:11:15.377Z] Configure a credential helper to remove this warning. See [2020-11-12T22:11:15.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:11:15.377Z] [2020-11-12T22:11:15.377Z] Login Succeeded [2020-11-12T22:11:15.377Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:11:15.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:11:15.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:11:15.377Z] Configure a credential helper to remove this warning. See [2020-11-12T22:11:15.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:11:15.377Z] [2020-11-12T22:11:15.377Z] Login Succeeded [2020-11-12T22:11:15.640Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:11:15.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:11:15.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:11:15.640Z] Configure a credential helper to remove this warning. See [2020-11-12T22:11:15.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:11:15.640Z] [2020-11-12T22:11:15.640Z] Login Succeeded [2020-11-12T22:11:15.640Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:11:15.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:11:15.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:11:15.903Z] Configure a credential helper to remove this warning. See [2020-11-12T22:11:15.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:11:15.903Z] [2020-11-12T22:11:15.903Z] Login Succeeded [2020-11-12T22:11:15.903Z] docker.io [2020-11-12T22:11:15.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:11:16.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:11:16.479Z] Configure a credential helper to remove this warning. See [2020-11-12T22:11:16.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:11:16.479Z] [2020-11-12T22:11:16.479Z] Login Succeeded [2020-11-12T22:11:16.479Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:11:16.490Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T22:11:17.345Z] + git log --format=format:%s -1 1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] echo [2020-11-12T22:11:17.416Z] GIT_COMMIT: 1e15b455509d433b72705dad7fc3c723af5422e0, Commit Message: Merge pull request #146 from tonyespy/update-sdk-1.3.0 [Pipeline] echo [2020-11-12T22:11:17.467Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:11:18.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:11:18.479Z] [2020-11-12T22:11:18.479Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:11:18.833Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:11:18.834Z] latest: Pulling from edgex-devops/git-semver [2020-11-12T22:11:18.834Z] 31603596830f: Pulling fs layer [2020-11-12T22:11:18.834Z] 2a8b12db71e7: Pulling fs layer [2020-11-12T22:11:18.834Z] 6ca5941a6612: Pulling fs layer [2020-11-12T22:11:18.834Z] ecc8261a40a4: Pulling fs layer [2020-11-12T22:11:18.834Z] ecc8261a40a4: Waiting [2020-11-12T22:11:18.834Z] 2a8b12db71e7: Verifying Checksum [2020-11-12T22:11:18.834Z] 2a8b12db71e7: Download complete [2020-11-12T22:11:18.834Z] 31603596830f: Download complete [2020-11-12T22:11:19.103Z] ecc8261a40a4: Verifying Checksum [2020-11-12T22:11:19.103Z] ecc8261a40a4: Download complete [2020-11-12T22:11:19.103Z] 6ca5941a6612: Verifying Checksum [2020-11-12T22:11:19.103Z] 6ca5941a6612: Download complete [2020-11-12T22:11:19.368Z] 31603596830f: Pull complete [2020-11-12T22:11:19.369Z] 2a8b12db71e7: Pull complete [2020-11-12T22:11:20.317Z] 6ca5941a6612: Pull complete [2020-11-12T22:11:20.580Z] ecc8261a40a4: Pull complete [2020-11-12T22:11:20.580Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-12T22:11:20.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:11:20.580Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-12T22:11:20.686Z] prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container [2020-11-12T22:11:20.741Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T22:11:22.457Z] $ docker top 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T22:11:22.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:11:22.891Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:11:23.103Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:11:23.108Z] $ docker exec 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 ssh-agent [2020-11-12T22:11:23.262Z] SSH_AUTH_SOCK=/tmp/ssh-WqKmOXjXZfVR/agent.11 [2020-11-12T22:11:23.262Z] SSH_AGENT_PID=16 [2020-11-12T22:11:23.274Z] Running ssh-add (command line suppressed) [2020-11-12T22:11:23.389Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2669869679169570731.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2669869679169570731.key) [2020-11-12T22:11:23.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:11:23.780Z] + git tag --points-at HEAD [Pipeline] } [2020-11-12T22:11:23.801Z] $ docker exec --env ******** --env ******** 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 ssh-agent -k [2020-11-12T22:11:23.919Z] unset SSH_AUTH_SOCK; [2020-11-12T22:11:23.919Z] unset SSH_AGENT_PID; [2020-11-12T22:11:23.919Z] echo Agent pid 16 killed; [2020-11-12T22:11:23.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-12T22:11:24.123Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:11:24.123Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:11:24.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:11:24.283Z] $ docker exec 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 ssh-agent [2020-11-12T22:11:24.434Z] SSH_AUTH_SOCK=/tmp/ssh-rS4FiznWVJRl/agent.44 [2020-11-12T22:11:24.434Z] SSH_AGENT_PID=50 [2020-11-12T22:11:24.441Z] Running ssh-add (command line suppressed) [2020-11-12T22:11:24.563Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8360300285711811145.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8360300285711811145.key) [2020-11-12T22:11:24.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:11:24.944Z] + git semver init [2020-11-12T22:11:24.944Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T22:11:24.944Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-11-12T22:11:24.944Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-11-12T22:11:24.944Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T22:11:24.944Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T22:11:24.944Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T22:11:24.944Z] # $SEMVER_BRANCH = master [2020-11-12T22:11:24.944Z] # $SEMVER_TEMP = /tmp/semver-486615945 [2020-11-12T22:11:24.944Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-11-12T22:11:25.519Z] # '/tmp/semver-486615945' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-11-12T22:11:25.519Z] # -> Force: false [2020-11-12T22:11:25.519Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-11-12T22:11:25.536Z] $ docker exec --env ******** --env ******** 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 ssh-agent -k [2020-11-12T22:11:25.646Z] unset SSH_AUTH_SOCK; [2020-11-12T22:11:25.647Z] unset SSH_AGENT_PID; [2020-11-12T22:11:25.647Z] echo Agent pid 50 killed; [2020-11-12T22:11:25.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T22:11:26.239Z] + git semver [Pipeline] } [2020-11-12T22:11:26.257Z] $ docker stop --time=1 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 [2020-11-12T22:11:27.662Z] $ docker rm -f 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T22:11:28.209Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-12T22:11:28.614Z] Stashed 1 file(s) [Pipeline] echo [2020-11-12T22:11:28.617Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.10 [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 [2020-11-12T22:11:44.208Z] Still waiting to schedule task [2020-11-12T22:11:44.208Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11968’ [2020-11-12T22:11:44.210Z] Still waiting to schedule task [2020-11-12T22:11:44.210Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-12T22:13:23.066Z] Running on prd-centos7-docker-4c-2g-11971 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-11-12T22:13:23.138Z] Running in /w/workspace/device-virtual-go/31 [Pipeline] { [Pipeline] checkout [2020-11-12T22:13:26.013Z] using credential edgex-jenkins-ssh [2020-11-12T22:13:26.101Z] Cloning the remote Git repository [2020-11-12T22:13:26.127Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:13:26.191Z] > git init /w/workspace/device-virtual-go/31 # timeout=10 [2020-11-12T22:13:26.572Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:13:26.573Z] > git --version # timeout=10 [2020-11-12T22:13:26.581Z] > git --version # 'git version 2.16.5' [2020-11-12T22:13:26.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:13:26.609Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:13:27.637Z] Checking out Revision 1e15b455509d433b72705dad7fc3c723af5422e0 (master) [2020-11-12T22:13:27.209Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:13:27.219Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:13:27.234Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:13:27.251Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:13:27.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:13:27.257Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T22:13:27.647Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:13:27.652Z] > git checkout -f 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 [2020-11-12T22:13:31.321Z] Commit message: "Merge pull request #146 from tonyespy/update-sdk-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:13:32.025Z] provisioning config files... [2020-11-12T22:13:32.062Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/31@tmp/config2518735298899992407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:13:33.737Z] ---> docker-login.sh [2020-11-12T22:13:33.737Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:13:33.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:33.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:33.737Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:33.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:33.737Z] [2020-11-12T22:13:33.737Z] Login Succeeded [2020-11-12T22:13:33.737Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:13:33.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:33.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:33.999Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:33.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:33.999Z] [2020-11-12T22:13:33.999Z] Login Succeeded [2020-11-12T22:13:33.999Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:13:33.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:33.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:33.999Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:33.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:33.999Z] [2020-11-12T22:13:33.999Z] Login Succeeded [2020-11-12T22:13:33.999Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:13:34.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:34.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:34.262Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:34.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:34.262Z] [2020-11-12T22:13:34.262Z] Login Succeeded [2020-11-12T22:13:34.262Z] docker.io [2020-11-12T22:13:34.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:34.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:34.785Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:34.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:34.785Z] [2020-11-12T22:13:34.785Z] Login Succeeded [2020-11-12T22:13:34.785Z] ---> docker-login.sh ends [2020-11-12T22:13:34.791Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11970 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] } [2020-11-12T22:13:34.843Z] Deleting 1 temporary files [Pipeline] ws [2020-11-12T22:13:34.958Z] Running in /w/workspace/device-virtual-go/31 [Pipeline] { [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] checkout [Pipeline] echo [2020-11-12T22:13:35.187Z] ========================================================= [2020-11-12T22:13:35.188Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-12T22:13:35.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:13:35.543Z] + 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 . [2020-11-12T22:13:35.805Z] Sending build context to Docker daemon 469.5kB [2020-11-12T22:13:35.805Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T22:13:35.805Z] Step 2/8 : FROM ${BASE} [2020-11-12T22:13:35.805Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-12T22:13:35.805Z] df20fa9351a1: Pulling fs layer [2020-11-12T22:13:35.805Z] ed8968b2872e: Pulling fs layer [2020-11-12T22:13:35.805Z] a92cc7c5fd73: Pulling fs layer [2020-11-12T22:13:35.805Z] e871e8e8d7a9: Pulling fs layer [2020-11-12T22:13:35.805Z] e73272ec9a57: Pulling fs layer [2020-11-12T22:13:35.805Z] 1e910a182e73: Pulling fs layer [2020-11-12T22:13:35.805Z] 4e634b169226: Pulling fs layer [2020-11-12T22:13:35.805Z] e73272ec9a57: Waiting [2020-11-12T22:13:35.805Z] 1e910a182e73: Waiting [2020-11-12T22:13:35.805Z] 4e634b169226: Waiting [2020-11-12T22:13:35.805Z] e871e8e8d7a9: Waiting [2020-11-12T22:13:35.805Z] a92cc7c5fd73: Verifying Checksum [2020-11-12T22:13:35.805Z] a92cc7c5fd73: Download complete [2020-11-12T22:13:35.805Z] ed8968b2872e: Download complete [2020-11-12T22:13:35.805Z] e73272ec9a57: Verifying Checksum [2020-11-12T22:13:35.805Z] e73272ec9a57: Download complete [2020-11-12T22:13:35.805Z] df20fa9351a1: Verifying Checksum [2020-11-12T22:13:35.805Z] df20fa9351a1: Download complete [2020-11-12T22:13:35.805Z] 1e910a182e73: Verifying Checksum [2020-11-12T22:13:35.805Z] 1e910a182e73: Download complete [2020-11-12T22:13:36.068Z] df20fa9351a1: Pull complete [2020-11-12T22:13:36.330Z] ed8968b2872e: Pull complete [2020-11-12T22:13:36.330Z] a92cc7c5fd73: Pull complete [2020-11-12T22:13:38.907Z] 4e634b169226: Verifying Checksum [2020-11-12T22:13:38.907Z] 4e634b169226: Download complete [2020-11-12T22:13:38.907Z] e871e8e8d7a9: Verifying Checksum [2020-11-12T22:13:38.907Z] e871e8e8d7a9: Download complete [2020-11-12T22:13:40.222Z] using credential edgex-jenkins-ssh [2020-11-12T22:13:40.281Z] Cloning the remote Git repository [2020-11-12T22:13:40.344Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:13:40.457Z] > git init /w/workspace/device-virtual-go/31 # timeout=10 [2020-11-12T22:13:40.543Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:13:40.545Z] > git --version # timeout=10 [2020-11-12T22:13:40.570Z] > git --version # 'git version 2.17.1' [2020-11-12T22:13:40.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:13:40.664Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:13:41.881Z] Checking out Revision 1e15b455509d433b72705dad7fc3c723af5422e0 (master) [2020-11-12T22:13:41.353Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:13:41.374Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:13:41.409Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:13:41.451Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:13:41.452Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:13:41.464Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T22:13:41.905Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:13:41.921Z] > git checkout -f 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 [2020-11-12T22:13:45.536Z] e871e8e8d7a9: Pull complete [2020-11-12T22:13:45.537Z] e73272ec9a57: Pull complete [2020-11-12T22:13:45.537Z] 1e910a182e73: Pull complete [2020-11-12T22:13:46.320Z] Commit message: "Merge pull request #146 from tonyespy/update-sdk-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:13:47.046Z] provisioning config files... [2020-11-12T22:13:47.093Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/31@tmp/config9123200917162753567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:13:48.081Z] ---> docker-login.sh [2020-11-12T22:13:48.081Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:13:48.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:49.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:49.287Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:49.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:49.287Z] [2020-11-12T22:13:49.287Z] Login Succeeded [2020-11-12T22:13:49.287Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:13:49.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:49.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:49.564Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:49.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:49.564Z] [2020-11-12T22:13:49.564Z] Login Succeeded [2020-11-12T22:13:49.564Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:13:49.777Z] 4e634b169226: Pull complete [2020-11-12T22:13:49.777Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-12T22:13:49.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-12T22:13:49.777Z] ---> f7629b54cfaa [2020-11-12T22:13:49.777Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-12T22:13:49.777Z] ---> Running in 2f89e4f1744c [2020-11-12T22:13:49.777Z] Removing intermediate container 2f89e4f1744c [2020-11-12T22:13:49.777Z] ---> f2066783ebb0 [2020-11-12T22:13:49.777Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:13:49.777Z] ---> Running in 49fd6e478079 [2020-11-12T22:13:50.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:50.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:50.166Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:50.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:50.166Z] [2020-11-12T22:13:50.166Z] Login Succeeded [2020-11-12T22:13:50.166Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:13:50.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:50.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:50.715Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:50.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:50.715Z] [2020-11-12T22:13:50.715Z] Login Succeeded [2020-11-12T22:13:50.715Z] docker.io [2020-11-12T22:13:50.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:13:51.186Z] Removing intermediate container 49fd6e478079 [2020-11-12T22:13:51.187Z] ---> 837a6bf02407 [2020-11-12T22:13:51.187Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-12T22:13:51.187Z] ---> Running in de2f483da46a [2020-11-12T22:13:51.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:13:51.594Z] Configure a credential helper to remove this warning. See [2020-11-12T22:13:51.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:13:51.594Z] [2020-11-12T22:13:51.594Z] Login Succeeded [2020-11-12T22:13:51.594Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:13:51.679Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-12T22:13:52.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2020-11-12T22:13:52.247Z] ========================================================= [2020-11-12T22:13:52.247Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-12T22:13:52.247Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:13:52.647Z] + 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 . [2020-11-12T22:13:52.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T22:13:52.922Z] Sending build context to Docker daemon 469.5kB [2020-11-12T22:13:52.922Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T22:13:52.922Z] Step 2/8 : FROM ${BASE} [2020-11-12T22:13:52.988Z] (1/14) Installing libmagic (5.38-r0) [2020-11-12T22:13:53.204Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-12T22:13:53.204Z] b538f80385f9: Pulling fs layer [2020-11-12T22:13:53.204Z] 74f711af9a0d: Pulling fs layer [2020-11-12T22:13:53.204Z] 99f96fe45779: Pulling fs layer [2020-11-12T22:13:53.204Z] 8529a6b9a6be: Pulling fs layer [2020-11-12T22:13:53.204Z] 45590311c82a: Pulling fs layer [2020-11-12T22:13:53.204Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-12T22:13:53.204Z] 209524e5b208: Pulling fs layer [2020-11-12T22:13:53.204Z] 45590311c82a: Waiting [2020-11-12T22:13:53.204Z] 69ca0ff8b7b3: Waiting [2020-11-12T22:13:53.204Z] 209524e5b208: Waiting [2020-11-12T22:13:53.204Z] 8529a6b9a6be: Waiting [2020-11-12T22:13:53.204Z] 99f96fe45779: Verifying Checksum [2020-11-12T22:13:53.204Z] 99f96fe45779: Download complete [2020-11-12T22:13:53.204Z] 74f711af9a0d: Download complete [2020-11-12T22:13:53.204Z] 45590311c82a: Verifying Checksum [2020-11-12T22:13:53.204Z] 45590311c82a: Download complete [2020-11-12T22:13:53.204Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-12T22:13:53.204Z] 69ca0ff8b7b3: Download complete [2020-11-12T22:13:53.204Z] b538f80385f9: Verifying Checksum [2020-11-12T22:13:53.204Z] b538f80385f9: Download complete [2020-11-12T22:13:53.946Z] (2/14) Installing file (5.38-r0) [2020-11-12T22:13:53.946Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-12T22:13:53.946Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-12T22:13:54.193Z] b538f80385f9: Pull complete [2020-11-12T22:13:54.471Z] 74f711af9a0d: Pull complete [2020-11-12T22:13:55.069Z] 99f96fe45779: Pull complete [2020-11-12T22:13:55.069Z] 209524e5b208: Verifying Checksum [2020-11-12T22:13:55.069Z] 209524e5b208: Download complete [2020-11-12T22:13:56.508Z] 8529a6b9a6be: Verifying Checksum [2020-11-12T22:13:56.508Z] 8529a6b9a6be: Download complete [2020-11-12T22:14:06.685Z] 8529a6b9a6be: Pull complete [2020-11-12T22:14:07.279Z] 45590311c82a: Pull complete [2020-11-12T22:14:07.552Z] 69ca0ff8b7b3: Pull complete [2020-11-12T22:14:08.893Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-12T22:14:08.893Z] (6/14) Installing patch (2.7.6-r6) [2020-11-12T22:14:08.893Z] (7/14) Installing build-base (0.5-r2) [2020-11-12T22:14:08.893Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-12T22:14:08.893Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-12T22:14:08.893Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-12T22:14:08.893Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-12T22:14:08.893Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-12T22:14:08.893Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-12T22:14:08.893Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-12T22:14:08.893Z] Executing busybox-1.31.1-r16.trigger [2020-11-12T22:14:08.893Z] OK: 237 MiB in 53 packages [2020-11-12T22:14:10.970Z] 209524e5b208: Pull complete [2020-11-12T22:14:11.247Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-12T22:14:11.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-12T22:14:11.247Z] ---> 5bddaf1c2fca [2020-11-12T22:14:11.247Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-12T22:14:11.467Z] Removing intermediate container de2f483da46a [2020-11-12T22:14:11.467Z] ---> a9e4e98380ff [2020-11-12T22:14:11.467Z] Step 6/8 : WORKDIR /device-virtual-go [2020-11-12T22:14:11.467Z] ---> Running in f022d109b7c0 [2020-11-12T22:14:11.467Z] Removing intermediate container f022d109b7c0 [2020-11-12T22:14:11.467Z] ---> 00fb0bcc1279 [2020-11-12T22:14:11.467Z] Step 7/8 : COPY . . [2020-11-12T22:14:12.045Z] ---> 6d6d4d05fe61 [2020-11-12T22:14:12.045Z] Step 8/8 : RUN go mod download [2020-11-12T22:14:12.045Z] ---> Running in 78b38e9c2ba6 [2020-11-12T22:14:14.659Z] ---> Running in 88ce851d4e97 [2020-11-12T22:14:14.659Z] Removing intermediate container 88ce851d4e97 [2020-11-12T22:14:14.659Z] ---> 1e43b12b4191 [2020-11-12T22:14:14.659Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:14:14.659Z] ---> Running in 6fa14a465e0e [2020-11-12T22:14:17.273Z] Removing intermediate container 6fa14a465e0e [2020-11-12T22:14:17.273Z] ---> 77c6f0bc9f01 [2020-11-12T22:14:17.273Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-12T22:14:17.546Z] ---> Running in aa225bda91e4 [2020-11-12T22:14:18.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T22:14:19.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T22:14:20.562Z] (1/14) Installing libmagic (5.38-r0) [2020-11-12T22:14:20.562Z] (2/14) Installing file (5.38-r0) [2020-11-12T22:14:20.562Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-12T22:14:20.836Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-12T22:14:24.229Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-12T22:14:24.229Z] (6/14) Installing patch (2.7.6-r6) [2020-11-12T22:14:24.502Z] (7/14) Installing build-base (0.5-r2) [2020-11-12T22:14:24.502Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-12T22:14:24.502Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-12T22:14:24.779Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-12T22:14:25.051Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-12T22:14:25.051Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-12T22:14:25.323Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-12T22:14:25.323Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-12T22:14:25.596Z] Executing busybox-1.31.1-r16.trigger [2020-11-12T22:14:25.596Z] OK: 221 MiB in 53 packages [2020-11-12T22:14:29.906Z] Removing intermediate container aa225bda91e4 [2020-11-12T22:14:29.906Z] ---> 88d6e34463e5 [2020-11-12T22:14:29.906Z] Step 6/8 : WORKDIR /device-virtual-go [2020-11-12T22:14:29.906Z] ---> Running in 2fada1916e65 [2020-11-12T22:14:30.184Z] Removing intermediate container 2fada1916e65 [2020-11-12T22:14:30.184Z] ---> aa40a4cb2f4c [2020-11-12T22:14:30.184Z] Step 7/8 : COPY . . [2020-11-12T22:14:31.161Z] ---> 14da1cabba38 [2020-11-12T22:14:31.161Z] Step 8/8 : RUN go mod download [2020-11-12T22:14:31.441Z] ---> Running in b3dba183452f [2020-11-12T22:14:34.097Z] Removing intermediate container 78b38e9c2ba6 [2020-11-12T22:14:34.097Z] ---> e99299dcb319 [2020-11-12T22:14:34.097Z] Successfully built e99299dcb319 [2020-11-12T22:14:34.097Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:14:34.419Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T22:14:34.419Z] . [Pipeline] withDockerContainer [2020-11-12T22:14:34.632Z] prd-centos7-docker-4c-2g-11971 does not seem to be running inside a container [2020-11-12T22:14:34.834Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/31 -v /w/workspace/device-virtual-go/31:/w/workspace/device-virtual-go/31:rw,z -v /w/workspace/device-virtual-go/31@tmp:/w/workspace/device-virtual-go/31@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 ******** ci-base-image-x86_64 cat [2020-11-12T22:14:35.758Z] $ docker top 69a4db930196326a138a285819ad15100a753224ee6cb351148ed8fd9a04201b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:14:36.323Z] + go version [2020-11-12T22:14:36.323Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-12T22:14:36.342Z] $ docker stop --time=1 69a4db930196326a138a285819ad15100a753224ee6cb351148ed8fd9a04201b [2020-11-12T22:14:37.683Z] $ docker rm -f 69a4db930196326a138a285819ad15100a753224ee6cb351148ed8fd9a04201b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:14:38.563Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T22:14:38.563Z] . [Pipeline] withDockerContainer [2020-11-12T22:14:38.660Z] prd-centos7-docker-4c-2g-11971 does not seem to be running inside a container [2020-11-12T22:14:38.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/31 -v /w/workspace/device-virtual-go/31:/w/workspace/device-virtual-go/31:rw,z -v /w/workspace/device-virtual-go/31@tmp:/w/workspace/device-virtual-go/31@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 ******** ci-base-image-x86_64 cat [2020-11-12T22:14:39.312Z] $ docker top e9685d015012a116d0973aa2925b7a2fd7cbfa64d927be1d9c19668a068cb134 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:14:39.808Z] + make test [2020-11-12T22:14:39.808Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-12T22:14:40.762Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-11-12T22:14:55.796Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-11-12T22:14:56.375Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.353s coverage: 64.4% of statements [2020-11-12T22:14:56.638Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-12T22:14:58.326Z] Removing intermediate container b3dba183452f [2020-11-12T22:14:58.326Z] ---> cc75c3074297 [2020-11-12T22:14:58.326Z] Successfully built cc75c3074297 [2020-11-12T22:14:58.326Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:14:58.668Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T22:14:58.668Z] . [Pipeline] withDockerContainer [2020-11-12T22:14:58.950Z] prd-ubuntu18.04-docker-arm64-4c-16g-11970 does not seem to be running inside a container [2020-11-12T22:14:59.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/31 -v /w/workspace/device-virtual-go/31:/w/workspace/device-virtual-go/31:rw,z -v /w/workspace/device-virtual-go/31@tmp:/w/workspace/device-virtual-go/31@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 [2020-11-12T22:14:59.997Z] gofmt -l . [2020-11-12T22:14:59.998Z] [ "`gofmt -l .`" = "" ] [2020-11-12T22:14:59.998Z] ./bin/test-attribution-txt.sh [2020-11-12T22:15:00.574Z] ./bin/test-go-mod-tidy.sh [2020-11-12T22:15:00.921Z] $ docker top 705d038afd6fb5d4af7924b2211b0c528f79cd47228dddf0e7a497cb5d955793 -eo pid,comm [Pipeline] { [Pipeline] } [2020-11-12T22:15:01.367Z] $ docker stop --time=1 e9685d015012a116d0973aa2925b7a2fd7cbfa64d927be1d9c19668a068cb134 [2020-11-12T22:15:03.146Z] $ docker rm -f e9685d015012a116d0973aa2925b7a2fd7cbfa64d927be1d9c19668a068cb134 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2020-11-12T22:15:03.716Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T22:15:04.158Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-12T22:15:04.496Z] + go version [2020-11-12T22:15:04.496Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-12T22:15:06.543Z] $ docker stop --time=1 705d038afd6fb5d4af7924b2211b0c528f79cd47228dddf0e7a497cb5d955793 [2020-11-12T22:15:08.549Z] $ docker rm -f 705d038afd6fb5d4af7924b2211b0c528f79cd47228dddf0e7a497cb5d955793 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-12T22:15:09.130Z] + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:09.533Z] + ls -al . [2020-11-12T22:15:09.533Z] total 124 [2020-11-12T22:15:09.533Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 12 22:15 . [2020-11-12T22:15:09.533Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 12 22:13 .. [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 6713 Nov 12 22:13 Attribution.txt [2020-11-12T22:15:09.533Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 12 22:13 bin [2020-11-12T22:15:09.533Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 12 22:13 cmd [2020-11-12T22:15:09.533Z] -rw-r--r--. 1 jenkins jenkins 47242 Nov 12 22:14 coverage.out [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 1834 Nov 12 22:13 Dockerfile [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 957 Nov 12 22:13 Dockerfile.build [2020-11-12T22:15:09.533Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 12 22:13 .git [2020-11-12T22:15:09.533Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 12 22:13 .github [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 258 Nov 12 22:13 .gitignore [2020-11-12T22:15:09.533Z] -rw-r--r--. 1 jenkins jenkins 856 Nov 12 22:15 go.mod [2020-11-12T22:15:09.533Z] -rw-r--r--. 1 jenkins jenkins 16151 Nov 12 22:15 go.sum [2020-11-12T22:15:09.533Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 22:13 internal [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 660 Nov 12 22:13 Jenkinsfile [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 12 22:13 LICENSE [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 873 Nov 12 22:13 Makefile [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 918 Nov 12 22:13 README.md [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 12 Nov 12 22:11 VERSION [2020-11-12T22:15:09.533Z] -rw-rw-r--. 1 jenkins jenkins 235 Nov 12 22:13 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:09.759Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T22:15:09.759Z] . [Pipeline] withDockerContainer [2020-11-12T22:15:09.842Z] + 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=1e15b455509d433b72705dad7fc3c723af5422e0 --label arch=amd64 --label version=1.2.4-dev.10 . [2020-11-12T22:15:10.024Z] prd-ubuntu18.04-docker-arm64-4c-16g-11970 does not seem to be running inside a container [2020-11-12T22:15:10.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/31 -v /w/workspace/device-virtual-go/31:/w/workspace/device-virtual-go/31:rw,z -v /w/workspace/device-virtual-go/31@tmp:/w/workspace/device-virtual-go/31@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 [2020-11-12T22:15:10.104Z] Sending build context to Docker daemon 534.5kB [2020-11-12T22:15:10.104Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-12T22:15:10.104Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-12T22:15:10.104Z] ---> e99299dcb319 [2020-11-12T22:15:10.104Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-12T22:15:10.371Z] ---> Running in 25ed21d780c5 [2020-11-12T22:15:10.371Z] Removing intermediate container 25ed21d780c5 [2020-11-12T22:15:10.371Z] ---> 71266febf3db [2020-11-12T22:15:10.371Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T22:15:10.371Z] ---> Running in 7b84decfa963 [2020-11-12T22:15:10.633Z] Removing intermediate container 7b84decfa963 [2020-11-12T22:15:10.633Z] ---> 6de7b4f10654 [2020-11-12T22:15:10.633Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-11-12T22:15:10.633Z] ---> Running in ec10eac10e3a [2020-11-12T22:15:10.900Z] Removing intermediate container ec10eac10e3a [2020-11-12T22:15:10.900Z] ---> 261e2cf181d1 [2020-11-12T22:15:10.900Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:15:10.900Z] ---> Running in 41b14a99b982 [2020-11-12T22:15:11.853Z] Removing intermediate container 41b14a99b982 [2020-11-12T22:15:11.853Z] ---> 3da0e93a3f3a [2020-11-12T22:15:11.853Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T22:15:11.999Z] $ docker top df4510f9a76fde5a277f925d19d1f456a67b08c1887a1a5c4a87ac9fe0af78ba -eo pid,comm [2020-11-12T22:15:12.116Z] ---> Running in 2a80b8303792 [Pipeline] { [Pipeline] sh [2020-11-12T22:15:12.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T22:15:12.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T22:15:13.389Z] + make test [2020-11-12T22:15:13.389Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-12T22:15:13.533Z] OK: 237 MiB in 53 packages [2020-11-12T22:15:13.796Z] Removing intermediate container 2a80b8303792 [2020-11-12T22:15:13.796Z] ---> d94f0bc431b5 [2020-11-12T22:15:13.796Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-11-12T22:15:14.068Z] ---> Running in 0f882ecbcf8a [2020-11-12T22:15:14.068Z] Removing intermediate container 0f882ecbcf8a [2020-11-12T22:15:14.068Z] ---> 3b5fdfcc00a3 [2020-11-12T22:15:14.068Z] Step 9/22 : COPY . . [2020-11-12T22:15:14.369Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-11-12T22:15:15.467Z] ---> 8942a6125f91 [2020-11-12T22:15:15.467Z] Step 10/22 : ARG MAKE='make build' [2020-11-12T22:15:15.467Z] ---> Running in 8048ad2ea017 [2020-11-12T22:15:15.467Z] Removing intermediate container 8048ad2ea017 [2020-11-12T22:15:15.467Z] ---> 825ae2515313 [2020-11-12T22:15:15.467Z] Step 11/22 : RUN $MAKE [2020-11-12T22:15:15.732Z] ---> Running in eb1904b58a8d [2020-11-12T22:15:15.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.10" -o cmd/device-virtual ./cmd [2020-11-12T22:15:28.345Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-12T22:15:30.913Z] Removing intermediate container eb1904b58a8d [2020-11-12T22:15:30.913Z] ---> 50d575fa5bfd [2020-11-12T22:15:30.913Z] Step 12/22 : FROM alpine [2020-11-12T22:15:31.489Z] latest: Pulling from library/alpine [2020-11-12T22:15:31.489Z] 188c0c94c7c5: Pulling fs layer [2020-11-12T22:15:31.753Z] 188c0c94c7c5: Download complete [2020-11-12T22:15:32.018Z] 188c0c94c7c5: Pull complete [2020-11-12T22:15:32.018Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T22:15:32.018Z] Status: Downloaded newer image for alpine:latest [2020-11-12T22:15:32.018Z] ---> d6e46aa2470d [2020-11-12T22:15:32.018Z] Step 13/22 : ENV APP_PORT=49990 [2020-11-12T22:15:32.280Z] ---> Running in e6888aebb372 [2020-11-12T22:15:32.280Z] Removing intermediate container e6888aebb372 [2020-11-12T22:15:32.280Z] ---> b32221b0a84c [2020-11-12T22:15:32.280Z] Step 14/22 : EXPOSE $APP_PORT [2020-11-12T22:15:32.280Z] ---> Running in 9f6221c7c353 [2020-11-12T22:15:32.552Z] Removing intermediate container 9f6221c7c353 [2020-11-12T22:15:32.552Z] ---> 890e11f72d3c [2020-11-12T22:15:32.552Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-11-12T22:15:33.130Z] ---> 9a38c1aab9f6 [2020-11-12T22:15:33.130Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-11-12T22:15:33.396Z] ---> e26b356b9b45 [2020-11-12T22:15:33.396Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-11-12T22:15:33.662Z] ---> 0d6dee0fa6b7 [2020-11-12T22:15:33.662Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-11-12T22:15:33.662Z] ---> Running in afc4a4855823 [2020-11-12T22:15:33.925Z] Removing intermediate container afc4a4855823 [2020-11-12T22:15:33.925Z] ---> 261165316675 [2020-11-12T22:15:33.925Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-12T22:15:33.925Z] ---> Running in b24109361b0a [2020-11-12T22:15:34.188Z] Removing intermediate container b24109361b0a [2020-11-12T22:15:34.188Z] ---> 9dc5ab2464bf [2020-11-12T22:15:34.188Z] Step 20/22 : LABEL arch=amd64 [2020-11-12T22:15:34.188Z] ---> Running in 50d2d79c61eb [2020-11-12T22:15:34.451Z] Removing intermediate container 50d2d79c61eb [2020-11-12T22:15:34.451Z] ---> f5709e3d0ecd [2020-11-12T22:15:34.451Z] Step 21/22 : LABEL git_sha=1e15b455509d433b72705dad7fc3c723af5422e0 [2020-11-12T22:15:34.451Z] ---> Running in bf32c00b4d3c [2020-11-12T22:15:34.451Z] Removing intermediate container bf32c00b4d3c [2020-11-12T22:15:34.451Z] ---> ff963db544d3 [2020-11-12T22:15:34.451Z] Step 22/22 : LABEL version=1.2.4-dev.10 [2020-11-12T22:15:34.714Z] ---> Running in c36b832e5407 [2020-11-12T22:15:34.714Z] Removing intermediate container c36b832e5407 [2020-11-12T22:15:34.714Z] ---> 1810329c5aa9 [2020-11-12T22:15:34.714Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T22:15:34.714Z] Successfully built 1810329c5aa9 [2020-11-12T22:15:34.714Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:15:35.090Z] provisioning config files... [2020-11-12T22:15:35.136Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/31@tmp/config911520238390347517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:15:35.518Z] ---> docker-login.sh [2020-11-12T22:15:35.518Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:15:35.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:15:35.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:15:35.782Z] Configure a credential helper to remove this warning. See [2020-11-12T22:15:35.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:15:35.782Z] [2020-11-12T22:15:35.782Z] Login Succeeded [2020-11-12T22:15:35.782Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:15:35.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:15:36.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:15:36.044Z] Configure a credential helper to remove this warning. See [2020-11-12T22:15:36.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:15:36.044Z] [2020-11-12T22:15:36.044Z] Login Succeeded [2020-11-12T22:15:36.044Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:15:36.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:15:36.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:15:36.044Z] Configure a credential helper to remove this warning. See [2020-11-12T22:15:36.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:15:36.044Z] [2020-11-12T22:15:36.044Z] Login Succeeded [2020-11-12T22:15:36.044Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:15:36.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:15:36.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:15:36.312Z] Configure a credential helper to remove this warning. See [2020-11-12T22:15:36.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:15:36.312Z] [2020-11-12T22:15:36.312Z] Login Succeeded [2020-11-12T22:15:36.312Z] docker.io [2020-11-12T22:15:36.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:15:36.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:15:36.574Z] Configure a credential helper to remove this warning. See [2020-11-12T22:15:36.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:15:36.574Z] [2020-11-12T22:15:36.574Z] Login Succeeded [2020-11-12T22:15:36.574Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:15:36.585Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T22:15:36.801Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-11-12T22:15:36.801Z] 1e15b455509d433b72705dad7fc3c723af5422e0 [2020-11-12T22:15:36.801Z] latest [2020-11-12T22:15:36.801Z] 1.2.4-dev.10 [2020-11-12T22:15:36.801Z] 1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [2020-11-12T22:15:36.801Z] master [2020-11-12T22:15:36.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:37.302Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:37.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 [2020-11-12T22:15:37.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-11-12T22:15:37.607Z] 838863e6673b: Preparing [2020-11-12T22:15:37.607Z] 3e5926a84455: Preparing [2020-11-12T22:15:37.607Z] d1dcbba30cdc: Preparing [2020-11-12T22:15:37.607Z] ace0eda3e3be: Preparing [2020-11-12T22:15:37.607Z] ace0eda3e3be: Layer already exists [2020-11-12T22:15:37.869Z] 3e5926a84455: Pushed [2020-11-12T22:15:37.869Z] 838863e6673b: Pushed [2020-11-12T22:15:39.261Z] d1dcbba30cdc: Pushed [2020-11-12T22:15:39.261Z] 1e15b455509d433b72705dad7fc3c723af5422e0: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:39.572Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:39.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-11-12T22:15:39.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-11-12T22:15:39.873Z] 838863e6673b: Preparing [2020-11-12T22:15:39.873Z] 3e5926a84455: Preparing [2020-11-12T22:15:39.873Z] d1dcbba30cdc: Preparing [2020-11-12T22:15:39.873Z] ace0eda3e3be: Preparing [2020-11-12T22:15:39.873Z] 3e5926a84455: Layer already exists [2020-11-12T22:15:39.873Z] ace0eda3e3be: Layer already exists [2020-11-12T22:15:39.873Z] d1dcbba30cdc: Layer already exists [2020-11-12T22:15:39.873Z] 838863e6673b: Layer already exists [2020-11-12T22:15:39.873Z] latest: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:40.187Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:40.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.10 [2020-11-12T22:15:40.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-11-12T22:15:40.496Z] 838863e6673b: Preparing [2020-11-12T22:15:40.496Z] 3e5926a84455: Preparing [2020-11-12T22:15:40.496Z] d1dcbba30cdc: Preparing [2020-11-12T22:15:40.496Z] ace0eda3e3be: Preparing [2020-11-12T22:15:40.496Z] ace0eda3e3be: Layer already exists [2020-11-12T22:15:40.496Z] d1dcbba30cdc: Layer already exists [2020-11-12T22:15:40.496Z] 3e5926a84455: Layer already exists [2020-11-12T22:15:40.496Z] 838863e6673b: Layer already exists [2020-11-12T22:15:40.496Z] 1.2.4-dev.10: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:40.808Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:41.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [2020-11-12T22:15:41.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-11-12T22:15:41.112Z] 838863e6673b: Preparing [2020-11-12T22:15:41.112Z] 3e5926a84455: Preparing [2020-11-12T22:15:41.112Z] d1dcbba30cdc: Preparing [2020-11-12T22:15:41.112Z] ace0eda3e3be: Preparing [2020-11-12T22:15:41.112Z] ace0eda3e3be: Layer already exists [2020-11-12T22:15:41.112Z] d1dcbba30cdc: Layer already exists [2020-11-12T22:15:41.112Z] 3e5926a84455: Layer already exists [2020-11-12T22:15:41.112Z] 838863e6673b: Layer already exists [2020-11-12T22:15:41.112Z] 1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:41.423Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:15:41.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-11-12T22:15:41.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-11-12T22:15:41.735Z] 838863e6673b: Preparing [2020-11-12T22:15:41.735Z] 3e5926a84455: Preparing [2020-11-12T22:15:41.735Z] d1dcbba30cdc: Preparing [2020-11-12T22:15:41.735Z] ace0eda3e3be: Preparing [2020-11-12T22:15:41.735Z] d1dcbba30cdc: Layer already exists [2020-11-12T22:15:41.735Z] 3e5926a84455: Layer already exists [2020-11-12T22:15:41.735Z] 838863e6673b: Layer already exists [2020-11-12T22:15:41.735Z] ace0eda3e3be: Layer already exists [2020-11-12T22:15:41.735Z] master: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T22:15:41.935Z] ===================================================== [Pipeline] echo [2020-11-12T22:15:42.002Z] taggedImages: [2020-11-12T22:15:42.002Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 [2020-11-12T22:15:42.002Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-11-12T22:15:42.002Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.10 [2020-11-12T22:15:42.002Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [2020-11-12T22:15:42.002Z] - 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-12T22:16:01.373Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-11-12T22:16:01.373Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.469s coverage: 64.4% of statements [2020-11-12T22:16:01.373Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-12T22:16:08.106Z] gofmt -l . [2020-11-12T22:16:08.106Z] [ "`gofmt -l .`" = "" ] [2020-11-12T22:16:08.381Z] ./bin/test-attribution-txt.sh [2020-11-12T22:16:09.819Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-12T22:16:10.114Z] $ docker stop --time=1 df4510f9a76fde5a277f925d19d1f456a67b08c1887a1a5c4a87ac9fe0af78ba [2020-11-12T22:16:12.294Z] $ docker rm -f df4510f9a76fde5a277f925d19d1f456a67b08c1887a1a5c4a87ac9fe0af78ba [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T22:16:13.203Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T22:16:13.269Z] Warning: overwriting stash ‘coverage-report’ [2020-11-12T22:16:14.036Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T22:16:14.840Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-12T22:16:15.208Z] + ls -al . [2020-11-12T22:16:15.208Z] total 148 [2020-11-12T22:16:15.208Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 12 22:16 . [2020-11-12T22:16:15.208Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 22:13 .. [2020-11-12T22:16:15.208Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 22:13 .git [2020-11-12T22:16:15.208Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:13 .github [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 258 Nov 12 22:13 .gitignore [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 6713 Nov 12 22:13 Attribution.txt [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 1834 Nov 12 22:13 Dockerfile [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 957 Nov 12 22:13 Dockerfile.build [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 660 Nov 12 22:13 Jenkinsfile [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 12 22:13 LICENSE [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 873 Nov 12 22:13 Makefile [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 918 Nov 12 22:13 README.md [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 12 22:11 VERSION [2020-11-12T22:16:15.208Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:13 bin [2020-11-12T22:16:15.208Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:13 cmd [2020-11-12T22:16:15.208Z] -rw-r--r-- 1 jenkins jenkins 47242 Nov 12 22:15 coverage.out [2020-11-12T22:16:15.208Z] -rw-r--r-- 1 jenkins jenkins 856 Nov 12 22:16 go.mod [2020-11-12T22:16:15.208Z] -rw-r--r-- 1 jenkins jenkins 16151 Nov 12 22:16 go.sum [2020-11-12T22:16:15.208Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:13 internal [2020-11-12T22:16:15.208Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 12 22:13 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:16:15.588Z] + 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=1e15b455509d433b72705dad7fc3c723af5422e0 --label arch=arm64 --label version=1.2.4-dev.10 . [2020-11-12T22:16:15.873Z] Sending build context to Docker daemon 534.5kB [2020-11-12T22:16:15.873Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-12T22:16:15.873Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-12T22:16:15.873Z] ---> cc75c3074297 [2020-11-12T22:16:15.873Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-12T22:16:16.149Z] ---> Running in 85a9d0f1d1b0 [2020-11-12T22:16:16.758Z] Removing intermediate container 85a9d0f1d1b0 [2020-11-12T22:16:16.758Z] ---> 17ac67916818 [2020-11-12T22:16:16.758Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T22:16:16.758Z] ---> Running in 39055d558184 [2020-11-12T22:16:17.358Z] Removing intermediate container 39055d558184 [2020-11-12T22:16:17.358Z] ---> e36608c93d1c [2020-11-12T22:16:17.358Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-11-12T22:16:17.358Z] ---> Running in 8dcabce42208 [2020-11-12T22:16:17.958Z] Removing intermediate container 8dcabce42208 [2020-11-12T22:16:17.958Z] ---> e8faaed6f949 [2020-11-12T22:16:17.958Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:16:17.958Z] ---> Running in 052180ac63f2 [2020-11-12T22:16:20.582Z] Removing intermediate container 052180ac63f2 [2020-11-12T22:16:20.582Z] ---> 409f0ccf8831 [2020-11-12T22:16:20.582Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T22:16:20.582Z] ---> Running in 03f68bcd6a4c [2020-11-12T22:16:22.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T22:16:22.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T22:16:23.221Z] OK: 221 MiB in 53 packages [2020-11-12T22:16:24.647Z] Removing intermediate container 03f68bcd6a4c [2020-11-12T22:16:24.647Z] ---> 78fa2ef02068 [2020-11-12T22:16:24.647Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-11-12T22:16:24.647Z] ---> Running in 96c3bf5b198b [2020-11-12T22:16:25.245Z] Removing intermediate container 96c3bf5b198b [2020-11-12T22:16:25.245Z] ---> f6a1e490f472 [2020-11-12T22:16:25.245Z] Step 9/22 : COPY . . [2020-11-12T22:16:26.223Z] ---> 50783acf95f3 [2020-11-12T22:16:26.223Z] Step 10/22 : ARG MAKE='make build' [2020-11-12T22:16:26.223Z] ---> Running in 054afdcf372b [2020-11-12T22:16:26.493Z] Removing intermediate container 054afdcf372b [2020-11-12T22:16:26.493Z] ---> e1eb8999f390 [2020-11-12T22:16:26.493Z] Step 11/22 : RUN $MAKE [2020-11-12T22:16:26.766Z] ---> Running in 68a897b57bbc [2020-11-12T22:16:28.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.10" -o cmd/device-virtual ./cmd [2020-11-12T22:17:00.590Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-12T22:17:07.303Z] Removing intermediate container 68a897b57bbc [2020-11-12T22:17:07.303Z] ---> 846d5a583a1c [2020-11-12T22:17:07.303Z] Step 12/22 : FROM alpine [2020-11-12T22:17:08.280Z] latest: Pulling from library/alpine [2020-11-12T22:17:08.280Z] 5f621e34cdf4: Pulling fs layer [2020-11-12T22:17:08.554Z] 5f621e34cdf4: Verifying Checksum [2020-11-12T22:17:08.554Z] 5f621e34cdf4: Download complete [2020-11-12T22:17:09.154Z] 5f621e34cdf4: Pull complete [2020-11-12T22:17:09.154Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T22:17:09.154Z] Status: Downloaded newer image for alpine:latest [2020-11-12T22:17:09.154Z] ---> 2e77e061c27f [2020-11-12T22:17:09.154Z] Step 13/22 : ENV APP_PORT=49990 [2020-11-12T22:17:09.429Z] ---> Running in 0d6585af9d2f [2020-11-12T22:17:09.701Z] Removing intermediate container 0d6585af9d2f [2020-11-12T22:17:09.701Z] ---> b309b89c6a22 [2020-11-12T22:17:09.701Z] Step 14/22 : EXPOSE $APP_PORT [2020-11-12T22:17:09.974Z] ---> Running in e32a07c9bf30 [2020-11-12T22:17:10.571Z] Removing intermediate container e32a07c9bf30 [2020-11-12T22:17:10.571Z] ---> 4afa93caf62a [2020-11-12T22:17:10.571Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-11-12T22:17:12.007Z] ---> 84fa9192b27b [2020-11-12T22:17:12.007Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-11-12T22:17:12.604Z] ---> 3addabd9e54f [2020-11-12T22:17:12.604Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-11-12T22:17:13.580Z] ---> 52fb000bd141 [2020-11-12T22:17:13.580Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-11-12T22:17:13.580Z] ---> Running in 876b64d52b24 [2020-11-12T22:17:13.853Z] Removing intermediate container 876b64d52b24 [2020-11-12T22:17:13.853Z] ---> d3c268e72eac [2020-11-12T22:17:13.853Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-12T22:17:14.129Z] ---> Running in 503ed3df9dee [2020-11-12T22:17:14.722Z] Removing intermediate container 503ed3df9dee [2020-11-12T22:17:14.722Z] ---> aac384bfb6b0 [2020-11-12T22:17:14.722Z] Step 20/22 : LABEL arch=arm64 [2020-11-12T22:17:14.722Z] ---> Running in e3680f3b9f1e [2020-11-12T22:17:15.326Z] Removing intermediate container e3680f3b9f1e [2020-11-12T22:17:15.326Z] ---> 2f795b17911d [2020-11-12T22:17:15.326Z] Step 21/22 : LABEL git_sha=1e15b455509d433b72705dad7fc3c723af5422e0 [2020-11-12T22:17:15.326Z] ---> Running in 9579e65df664 [2020-11-12T22:17:15.603Z] Removing intermediate container 9579e65df664 [2020-11-12T22:17:15.603Z] ---> 83147d1a3700 [2020-11-12T22:17:15.603Z] Step 22/22 : LABEL version=1.2.4-dev.10 [2020-11-12T22:17:15.874Z] ---> Running in cade8b3481cf [2020-11-12T22:17:16.467Z] Removing intermediate container cade8b3481cf [2020-11-12T22:17:16.468Z] ---> 92dc391e4347 [2020-11-12T22:17:16.468Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T22:17:16.468Z] Successfully built 92dc391e4347 [2020-11-12T22:17:16.468Z] 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 [2020-11-12T22:17:16.985Z] provisioning config files... [2020-11-12T22:17:17.029Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/31@tmp/config933603077308733428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:17:17.442Z] ---> docker-login.sh [2020-11-12T22:17:17.442Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:17:17.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:17.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:17.986Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:17.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:17.986Z] [2020-11-12T22:17:17.986Z] Login Succeeded [2020-11-12T22:17:17.986Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:17:18.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:18.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:18.532Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:18.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:18.532Z] [2020-11-12T22:17:18.532Z] Login Succeeded [2020-11-12T22:17:18.532Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:17:18.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:19.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:19.079Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:19.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:19.079Z] [2020-11-12T22:17:19.079Z] Login Succeeded [2020-11-12T22:17:19.079Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:17:19.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:19.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:19.673Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:19.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:19.673Z] [2020-11-12T22:17:19.673Z] Login Succeeded [2020-11-12T22:17:19.673Z] docker.io [2020-11-12T22:17:20.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:17:20.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:17:20.541Z] Configure a credential helper to remove this warning. See [2020-11-12T22:17:20.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:17:20.541Z] [2020-11-12T22:17:20.541Z] Login Succeeded [2020-11-12T22:17:20.541Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:17:20.559Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T22:17:20.911Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-11-12T22:17:20.912Z] 1e15b455509d433b72705dad7fc3c723af5422e0 [2020-11-12T22:17:20.912Z] latest [2020-11-12T22:17:20.912Z] 1.2.4-dev.10 [2020-11-12T22:17:20.912Z] 1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [2020-11-12T22:17:20.912Z] master [2020-11-12T22:17:20.912Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:21.639Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:21.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0 [2020-11-12T22:17:21.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-11-12T22:17:21.975Z] 9809d863bcb6: Preparing [2020-11-12T22:17:21.975Z] 5c96c7ea1c95: Preparing [2020-11-12T22:17:21.975Z] 338494398b38: Preparing [2020-11-12T22:17:21.975Z] cd3761cfa1d9: Preparing [2020-11-12T22:17:21.975Z] cd3761cfa1d9: Layer already exists [2020-11-12T22:17:22.245Z] 9809d863bcb6: Pushed [2020-11-12T22:17:22.245Z] 5c96c7ea1c95: Pushed [2020-11-12T22:17:25.610Z] 338494398b38: Pushed [2020-11-12T22:17:25.610Z] 1e15b455509d433b72705dad7fc3c723af5422e0: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:25.949Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:26.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-11-12T22:17:26.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-11-12T22:17:26.288Z] 9809d863bcb6: Preparing [2020-11-12T22:17:26.288Z] 5c96c7ea1c95: Preparing [2020-11-12T22:17:26.288Z] 338494398b38: Preparing [2020-11-12T22:17:26.288Z] cd3761cfa1d9: Preparing [2020-11-12T22:17:26.288Z] 9809d863bcb6: Layer already exists [2020-11-12T22:17:26.288Z] 338494398b38: Layer already exists [2020-11-12T22:17:26.288Z] cd3761cfa1d9: Layer already exists [2020-11-12T22:17:26.288Z] 5c96c7ea1c95: Layer already exists [2020-11-12T22:17:26.559Z] latest: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:26.902Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:27.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.10 [2020-11-12T22:17:27.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-11-12T22:17:27.245Z] 9809d863bcb6: Preparing [2020-11-12T22:17:27.245Z] 5c96c7ea1c95: Preparing [2020-11-12T22:17:27.245Z] 338494398b38: Preparing [2020-11-12T22:17:27.245Z] cd3761cfa1d9: Preparing [2020-11-12T22:17:27.245Z] cd3761cfa1d9: Layer already exists [2020-11-12T22:17:27.245Z] 5c96c7ea1c95: Layer already exists [2020-11-12T22:17:27.245Z] 338494398b38: Layer already exists [2020-11-12T22:17:27.245Z] 9809d863bcb6: Layer already exists [2020-11-12T22:17:27.515Z] 1.2.4-dev.10: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:27.860Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:28.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [2020-11-12T22:17:28.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-11-12T22:17:28.191Z] 9809d863bcb6: Preparing [2020-11-12T22:17:28.191Z] 5c96c7ea1c95: Preparing [2020-11-12T22:17:28.191Z] 338494398b38: Preparing [2020-11-12T22:17:28.191Z] cd3761cfa1d9: Preparing [2020-11-12T22:17:28.461Z] 338494398b38: Layer already exists [2020-11-12T22:17:28.461Z] cd3761cfa1d9: Layer already exists [2020-11-12T22:17:28.461Z] 5c96c7ea1c95: Layer already exists [2020-11-12T22:17:28.461Z] 9809d863bcb6: Layer already exists [2020-11-12T22:17:28.461Z] 1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:28.799Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:29.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-11-12T22:17:29.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-11-12T22:17:29.132Z] 9809d863bcb6: Preparing [2020-11-12T22:17:29.132Z] 5c96c7ea1c95: Preparing [2020-11-12T22:17:29.132Z] 338494398b38: Preparing [2020-11-12T22:17:29.132Z] cd3761cfa1d9: Preparing [2020-11-12T22:17:29.404Z] 9809d863bcb6: Layer already exists [2020-11-12T22:17:29.404Z] cd3761cfa1d9: Layer already exists [2020-11-12T22:17:29.404Z] 338494398b38: Layer already exists [2020-11-12T22:17:29.404Z] 5c96c7ea1c95: Layer already exists [2020-11-12T22:17:29.404Z] master: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T22:17:29.677Z] ===================================================== [Pipeline] echo [2020-11-12T22:17:29.733Z] taggedImages: [2020-11-12T22:17:29.734Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0 [2020-11-12T22:17:29.734Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-11-12T22:17:29.734Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.10 [2020-11-12T22:17:29.734Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [2020-11-12T22:17:29.734Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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 [2020-11-12T22:17:32.126Z] provisioning config files... [2020-11-12T22:17:32.137Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6615205682933298373tmp [Pipeline] { [Pipeline] sh [2020-11-12T22:17:32.534Z] + set +x [2020-11-12T22:17:32.534Z] + curl -s https://codecov.io/bash [2020-11-12T22:17:32.534Z] + bash -s -- [2020-11-12T22:17:32.797Z] [2020-11-12T22:17:32.797Z] _____ _ [2020-11-12T22:17:32.797Z] / ____| | | [2020-11-12T22:17:32.797Z] | | ___ __| | ___ ___ _____ __ [2020-11-12T22:17:32.797Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-12T22:17:32.797Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-12T22:17:32.797Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-12T22:17:32.797Z] Bash-20201106-81372f2 [2020-11-12T22:17:32.797Z] [2020-11-12T22:17:32.797Z] [2020-11-12T22:17:32.797Z] ==> Jenkins CI detected. [2020-11-12T22:17:32.797Z] project root: . [2020-11-12T22:17:32.797Z] --> token set from env [2020-11-12T22:17:32.797Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-12T22:17:32.797Z] ==> Running gcov in . (disable via -X gcov) [2020-11-12T22:17:32.797Z] ==> Python coveragepy not found [2020-11-12T22:17:32.797Z] ==> Searching for coverage reports in: [2020-11-12T22:17:32.797Z] + . [2020-11-12T22:17:32.797Z] -> Found 1 reports [2020-11-12T22:17:32.797Z] ==> Detecting git/mercurial file structure [2020-11-12T22:17:32.797Z] ==> Reading reports [2020-11-12T22:17:32.797Z] + ./coverage.out bytes=47242 [2020-11-12T22:17:32.797Z] ==> Appending adjustments [2020-11-12T22:17:32.797Z] https://docs.codecov.io/docs/fixing-reports [2020-11-12T22:17:32.797Z] + Found adjustments [2020-11-12T22:17:32.797Z] ==> Gzipping contents [2020-11-12T22:17:32.797Z] ==> Uploading reports [2020-11-12T22:17:32.797Z] url: https://codecov.io [2020-11-12T22:17:32.797Z] query: branch=master&commit=1e15b455509d433b72705dad7fc3c723af5422e0&build=31&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F31%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-12T22:17:33.060Z] -> Pinging Codecov [2020-11-12T22:17:33.060Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=1e15b455509d433b72705dad7fc3c723af5422e0&build=31&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F31%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-12T22:17:33.322Z] -> Uploading to [2020-11-12T22:17:33.322Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-12/5E52B4B073DB2E39498172D8E973AA87/1e15b455509d433b72705dad7fc3c723af5422e0/6ebbc805-b26c-4fb9-86c3-5bd032a62dbc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T221733Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ee80eec224fce06606e70057ed0f496a1ce262c10700843ed86f3f4eac5490ca [2020-11-12T22:17:33.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-12T22:17:33.322Z] Dload Upload Total Spent Left Speed [2020-11-12T22:17:33.899Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5825 0 0 100 5825 0 13873 --:--:-- --:--:-- --:--:-- 13902 [2020-11-12T22:17:33.899Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] } [2020-11-12T22:17:33.917Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-12T22:17:34.807Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-12T22:17:34.907Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:35.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T22:17:35.252Z] [2020-11-12T22:17:35.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:17:35.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T22:17:35.605Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-12T22:17:35.605Z] 188c0c94c7c5: Pulling fs layer [2020-11-12T22:17:35.605Z] 0ef7d3d256c8: Pulling fs layer [2020-11-12T22:17:35.605Z] de9db76c5a1d: Pulling fs layer [2020-11-12T22:17:35.605Z] 0eba1c9be4d2: Pulling fs layer [2020-11-12T22:17:35.605Z] 0d57e429df01: Pulling fs layer [2020-11-12T22:17:35.605Z] 4e4be7b47b0d: Pulling fs layer [2020-11-12T22:17:35.605Z] e1f770b5df2f: Pulling fs layer [2020-11-12T22:17:35.605Z] 85a0685a4137: Pulling fs layer [2020-11-12T22:17:35.605Z] 0eba1c9be4d2: Waiting [2020-11-12T22:17:35.605Z] 0d57e429df01: Waiting [2020-11-12T22:17:35.605Z] 4e4be7b47b0d: Waiting [2020-11-12T22:17:35.605Z] e1f770b5df2f: Waiting [2020-11-12T22:17:35.605Z] 85a0685a4137: Waiting [2020-11-12T22:17:35.605Z] de9db76c5a1d: Download complete [2020-11-12T22:17:35.605Z] 0ef7d3d256c8: Download complete [2020-11-12T22:17:35.605Z] 0d57e429df01: Verifying Checksum [2020-11-12T22:17:35.605Z] 0d57e429df01: Download complete [2020-11-12T22:17:35.605Z] 4e4be7b47b0d: Verifying Checksum [2020-11-12T22:17:35.605Z] 4e4be7b47b0d: Download complete [2020-11-12T22:17:35.605Z] 188c0c94c7c5: Verifying Checksum [2020-11-12T22:17:35.605Z] 188c0c94c7c5: Download complete [2020-11-12T22:17:36.182Z] 188c0c94c7c5: Pull complete [2020-11-12T22:17:36.444Z] 0ef7d3d256c8: Pull complete [2020-11-12T22:17:36.445Z] e1f770b5df2f: Verifying Checksum [2020-11-12T22:17:36.445Z] e1f770b5df2f: Download complete [2020-11-12T22:17:36.445Z] de9db76c5a1d: Pull complete [2020-11-12T22:17:39.036Z] 0eba1c9be4d2: Verifying Checksum [2020-11-12T22:17:39.036Z] 0eba1c9be4d2: Download complete [2020-11-12T22:17:39.036Z] 85a0685a4137: Verifying Checksum [2020-11-12T22:17:39.036Z] 85a0685a4137: Download complete [2020-11-12T22:17:45.656Z] 0eba1c9be4d2: Pull complete [2020-11-12T22:17:45.656Z] 0d57e429df01: Pull complete [2020-11-12T22:17:45.656Z] 4e4be7b47b0d: Pull complete [2020-11-12T22:17:48.219Z] e1f770b5df2f: Pull complete [2020-11-12T22:17:54.855Z] 85a0685a4137: Pull complete [2020-11-12T22:17:54.855Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-12T22:17:54.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T22:17:54.855Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-12T22:17:55.089Z] prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container [2020-11-12T22:17:55.151Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-12T22:17:56.232Z] $ docker top 2ca8488efa8bd101cf56d25be08f8f752687eaa0c957cd90c768af77f6ba11c4 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-12T22:17:56.477Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-12T22:17:56.776Z] + set -o pipefail [2020-11-12T22:17:56.776Z] + snyk monitor '--org=edgex-jenkins' [2020-11-12T22:18:18.787Z] [2020-11-12T22:18:18.787Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-11-12T22:18:18.787Z] [2020-11-12T22:18:18.787Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/4fbd24ef-ee5e-43fe-81f4-2a6039274e7a [2020-11-12T22:18:18.787Z] [2020-11-12T22:18:18.787Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-12T22:18:18.787Z] [2020-11-12T22:18:18.787Z] [Pipeline] } [2020-11-12T22:18:18.806Z] $ docker stop --time=1 2ca8488efa8bd101cf56d25be08f8f752687eaa0c957cd90c768af77f6ba11c4 [2020-11-12T22:18:21.566Z] $ docker rm -f 2ca8488efa8bd101cf56d25be08f8f752687eaa0c957cd90c768af77f6ba11c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-12T22:18:22.575Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0, dockerFile=Dockerfile [Pipeline] echo [2020-11-12T22:18:22.578Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-12T22:18:22.871Z] + set -o pipefail [2020-11-12T22:18:22.871Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-12T22:18:22.871Z] + tee .snyk [2020-11-12T22:18:23.134Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-12T22:18:23.134Z] version: v1.14.1 [2020-11-12T22:18:23.134Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-12T22:18:23.134Z] # ignore: [2020-11-12T22:18:23.134Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-12T22:18:23.134Z] # - '*': [2020-11-12T22:18:23.134Z] # reason: does not apply # justification for ignoring [2020-11-12T22:18:23.134Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-12T22:18:23.134Z] # patch: {} [Pipeline] withCredentials [2020-11-12T22:18:23.199Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:18:23.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T22:18:23.649Z] . [Pipeline] withDockerContainer [2020-11-12T22:18:23.752Z] prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container [2020-11-12T22:18:23.801Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-12T22:18:24.504Z] $ docker top fd9342d153521d63f8dd105c0d0b3754097404108572c75b85d749d0dba77920 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:18:25.031Z] + rm -f snykReport.html [Pipeline] echo [2020-11-12T22:18:25.042Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-12T22:18:25.330Z] + set -o pipefail [2020-11-12T22:18:25.330Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-12T22:18:25.330Z] + snyk-to-html -o snykReport.html [2020-11-12T22:18:35.376Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-12T22:18:35.395Z] $ docker stop --time=1 fd9342d153521d63f8dd105c0d0b3754097404108572c75b85d749d0dba77920 [2020-11-12T22:18:36.848Z] $ docker rm -f fd9342d153521d63f8dd105c0d0b3754097404108572c75b85d749d0dba77920 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 [2020-11-12T22:18:38.531Z] + git log --format=format:%s -1 1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:18:38.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:18:38.863Z] . [Pipeline] withDockerContainer [2020-11-12T22:18:38.960Z] prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container [2020-11-12T22:18:39.008Z] $ 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 [2020-11-12T22:18:39.629Z] $ docker top d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T22:18:39.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:18:39.918Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:18:40.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:18:40.139Z] $ docker exec d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf ssh-agent [2020-11-12T22:18:40.338Z] SSH_AUTH_SOCK=/tmp/ssh-YwmSt2bwesH2/agent.12 [2020-11-12T22:18:40.338Z] SSH_AGENT_PID=17 [2020-11-12T22:18:40.345Z] Running ssh-add (command line suppressed) [2020-11-12T22:18:40.476Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8825350412250563798.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8825350412250563798.key) [2020-11-12T22:18:40.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:18:40.950Z] + git semver tag [2020-11-12T22:18:40.950Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T22:18:40.950Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-11-12T22:18:40.950Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-11-12T22:18:40.950Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T22:18:40.950Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T22:18:40.950Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T22:18:40.950Z] # $SEMVER_BRANCH = master [2020-11-12T22:18:40.950Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-11-12T22:18:40.950Z] # 1e15b455509d433b72705dad7fc3c723af5422e0 HEAD [2020-11-12T22:18:40.950Z] # -> Force: false [2020-11-12T22:18:40.950Z] # 1c7f413778efa806d03760055b2827bb09a81de9 refs/tags/v1.2.4-dev.10 [Pipeline] } [2020-11-12T22:18:40.986Z] $ docker exec --env ******** --env ******** d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf ssh-agent -k [2020-11-12T22:18:41.115Z] unset SSH_AUTH_SOCK; [2020-11-12T22:18:41.115Z] unset SSH_AGENT_PID; [2020-11-12T22:18:41.115Z] echo Agent pid 17 killed; [2020-11-12T22:18:42.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T22:18:42.650Z] + git semver [Pipeline] } [2020-11-12T22:18:42.668Z] $ docker stop --time=1 d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf [2020-11-12T22:18:43.997Z] $ docker rm -f d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:18:44.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T22:18:44.679Z] [2020-11-12T22:18:44.679Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:18:45.050Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T22:18:45.050Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-12T22:18:45.050Z] ab5ef0e58194: Pulling fs layer [2020-11-12T22:18:45.050Z] 9712f1f96733: Pulling fs layer [2020-11-12T22:18:45.050Z] 63f879dbbcfc: Pulling fs layer [2020-11-12T22:18:45.050Z] 0d9ebad4ef96: Pulling fs layer [2020-11-12T22:18:45.050Z] e9a5061849ea: Pulling fs layer [2020-11-12T22:18:45.050Z] d747dcd14b5f: Pulling fs layer [2020-11-12T22:18:45.050Z] 2de7ff778b66: Pulling fs layer [2020-11-12T22:18:45.050Z] e9a5061849ea: Waiting [2020-11-12T22:18:45.050Z] d747dcd14b5f: Waiting [2020-11-12T22:18:45.050Z] 2de7ff778b66: Waiting [2020-11-12T22:18:45.050Z] 0d9ebad4ef96: Waiting [2020-11-12T22:18:45.050Z] 9712f1f96733: Verifying Checksum [2020-11-12T22:18:45.050Z] 9712f1f96733: Download complete [2020-11-12T22:18:46.452Z] 63f879dbbcfc: Verifying Checksum [2020-11-12T22:18:46.452Z] 63f879dbbcfc: Download complete [2020-11-12T22:18:46.715Z] e9a5061849ea: Verifying Checksum [2020-11-12T22:18:46.715Z] e9a5061849ea: Download complete [2020-11-12T22:18:46.715Z] d747dcd14b5f: Verifying Checksum [2020-11-12T22:18:46.715Z] d747dcd14b5f: Download complete [2020-11-12T22:18:47.303Z] 2de7ff778b66: Verifying Checksum [2020-11-12T22:18:47.303Z] 2de7ff778b66: Download complete [2020-11-12T22:18:47.568Z] 0d9ebad4ef96: Verifying Checksum [2020-11-12T22:18:47.568Z] 0d9ebad4ef96: Download complete [2020-11-12T22:18:47.569Z] ab5ef0e58194: Verifying Checksum [2020-11-12T22:18:47.569Z] ab5ef0e58194: Download complete [2020-11-12T22:18:51.806Z] ab5ef0e58194: Pull complete [2020-11-12T22:18:51.806Z] 9712f1f96733: Pull complete [2020-11-12T22:18:53.728Z] 63f879dbbcfc: Pull complete [2020-11-12T22:19:00.360Z] 0d9ebad4ef96: Pull complete [2020-11-12T22:19:01.307Z] e9a5061849ea: Pull complete [2020-11-12T22:19:01.574Z] d747dcd14b5f: Pull complete [2020-11-12T22:19:04.890Z] 2de7ff778b66: Pull complete [2020-11-12T22:19:04.890Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-12T22:19:04.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T22:19:04.890Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-12T22:19:05.090Z] prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container [2020-11-12T22:19:05.140Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-12T22:19:09.218Z] $ docker top ad9f2f2350916b19483b66f6922f1eb25af0448569556c0fc673e448b65b6e67 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-12T22:19:09.420Z] provisioning config files... [2020-11-12T22:19:09.429Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1345836101894895532tmp [2020-11-12T22:19:09.446Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6041398158006252676tmp [2020-11-12T22:19:09.462Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config495532687928519297tmp [Pipeline] { [Pipeline] echo [2020-11-12T22:19:09.521Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:19:09.822Z] ---> sigul-configuration.sh [2020-11-12T22:19:09.822Z] gpg: directory `/root/.gnupg' created [2020-11-12T22:19:09.822Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-12T22:19:09.822Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-12T22:19:09.822Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-12T22:19:09.822Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-12T22:19:09.822Z] gpg: CAST5 encrypted data [2020-11-12T22:19:10.085Z] gpg: encrypted with 1 passphrase [2020-11-12T22:19:10.085Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-12T22:19:10.388Z] + mkdir /home/jenkins [2020-11-12T22:19:10.388Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-12T22:19:10.690Z] + 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 [2020-11-12T22:19:10.702Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:19:11.001Z] ---> sigul-install.sh [2020-11-12T22:19:17.605Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-12T22:19:17.976Z] + git tag --list [2020-11-12T22:19:17.976Z] v1.0.0 [2020-11-12T22:19:17.976Z] v1.1.0 [2020-11-12T22:19:17.976Z] v1.1.1 [2020-11-12T22:19:17.976Z] v1.2.0 [2020-11-12T22:19:17.976Z] v1.2.1 [2020-11-12T22:19:17.976Z] v1.2.2 [2020-11-12T22:19:17.976Z] v1.2.3 [2020-11-12T22:19:17.976Z] v1.2.3-dev.1 [2020-11-12T22:19:17.976Z] v1.2.3-dev.2 [2020-11-12T22:19:17.976Z] v1.2.4-dev.1 [2020-11-12T22:19:17.976Z] v1.2.4-dev.10 [2020-11-12T22:19:17.976Z] v1.2.4-dev.2 [2020-11-12T22:19:17.976Z] v1.2.4-dev.3 [2020-11-12T22:19:17.976Z] v1.2.4-dev.4 [2020-11-12T22:19:17.976Z] v1.2.4-dev.5 [2020-11-12T22:19:17.976Z] v1.2.4-dev.6 [2020-11-12T22:19:17.976Z] v1.2.4-dev.7 [2020-11-12T22:19:17.976Z] v1.2.4-dev.8 [2020-11-12T22:19:17.976Z] v1.2.4-dev.9 [Pipeline] sh [2020-11-12T22:19:18.277Z] + lftools sign git-tag v1.2.4-dev.10 [2020-11-12T22:19:19.669Z] Signing Git tag with Sigul... [2020-11-12T22:19:19.669Z] Signing v1.2.4-dev.10 [Pipeline] echo [2020-11-12T22:19:20.657Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:19:20.955Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-12T22:19:20.965Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-12T22:19:21.078Z] $ docker stop --time=1 ad9f2f2350916b19483b66f6922f1eb25af0448569556c0fc673e448b65b6e67 [2020-11-12T22:19:23.011Z] $ docker rm -f ad9f2f2350916b19483b66f6922f1eb25af0448569556c0fc673e448b65b6e67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:19:24.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:19:24.158Z] . [Pipeline] withDockerContainer [2020-11-12T22:19:24.264Z] prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container [2020-11-12T22:19:24.314Z] $ 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 [2020-11-12T22:19:25.030Z] $ docker top 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T22:19:25.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:19:25.361Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:19:25.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:19:25.598Z] $ docker exec 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 ssh-agent [2020-11-12T22:19:25.776Z] SSH_AUTH_SOCK=/tmp/ssh-00Bj8YmDMRvx/agent.13 [2020-11-12T22:19:25.776Z] SSH_AGENT_PID=18 [2020-11-12T22:19:25.784Z] Running ssh-add (command line suppressed) [2020-11-12T22:19:25.919Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5809932543654307975.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5809932543654307975.key) [2020-11-12T22:19:25.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:19:26.318Z] + git semver bump pre [2020-11-12T22:19:26.318Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T22:19:26.318Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-11-12T22:19:26.318Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-11-12T22:19:26.318Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T22:19:26.318Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T22:19:26.318Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T22:19:26.318Z] # $SEMVER_BRANCH = master [2020-11-12T22:19:26.318Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-11-12T22:19:26.318Z] 1.2.4-dev.11 [Pipeline] } [2020-11-12T22:19:26.332Z] $ docker exec --env ******** --env ******** 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 ssh-agent -k [2020-11-12T22:19:26.469Z] unset SSH_AUTH_SOCK; [2020-11-12T22:19:26.469Z] unset SSH_AGENT_PID; [2020-11-12T22:19:26.469Z] echo Agent pid 18 killed; [2020-11-12T22:19:26.528Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T22:19:26.989Z] + git semver [Pipeline] } [2020-11-12T22:19:27.007Z] $ docker stop --time=1 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 [2020-11-12T22:19:28.323Z] $ docker rm -f 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:19:28.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:19:28.836Z] . [Pipeline] withDockerContainer [2020-11-12T22:19:28.933Z] prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container [2020-11-12T22:19:28.979Z] $ 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 [2020-11-12T22:19:29.552Z] $ docker top 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T22:19:29.836Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:19:29.836Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:19:30.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:19:30.023Z] $ docker exec 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 ssh-agent [2020-11-12T22:19:30.190Z] SSH_AUTH_SOCK=/tmp/ssh-O9fjafku4tMU/agent.12 [2020-11-12T22:19:30.190Z] SSH_AGENT_PID=17 [2020-11-12T22:19:30.197Z] Running ssh-add (command line suppressed) [2020-11-12T22:19:30.318Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6391861095987335603.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6391861095987335603.key) [2020-11-12T22:19:30.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:19:30.755Z] + git semver push [2020-11-12T22:19:30.755Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T22:19:30.755Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-11-12T22:19:30.755Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-11-12T22:19:30.755Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T22:19:30.755Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T22:19:30.755Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T22:19:30.755Z] # $SEMVER_BRANCH = master [2020-11-12T22:19:30.755Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-11-12T22:19:37.428Z] $ docker exec --env ******** --env ******** 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 ssh-agent -k [2020-11-12T22:19:37.575Z] unset SSH_AUTH_SOCK; [2020-11-12T22:19:37.575Z] unset SSH_AGENT_PID; [2020-11-12T22:19:37.575Z] echo Agent pid 17 killed; [2020-11-12T22:19:37.632Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T22:19:38.154Z] + git semver [Pipeline] } [2020-11-12T22:19:38.173Z] $ docker stop --time=1 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 [2020-11-12T22:19:39.522Z] $ docker rm -f 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 [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 [2020-11-12T22:19:41.234Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:19:41.801Z] ---> package-listing.sh [2020-11-12T22:19:41.801Z] ++ facter osfamily [2020-11-12T22:19:41.801Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-12T22:19:41.801Z] + OS_FAMILY=redhat [2020-11-12T22:19:41.801Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-11-12T22:19:41.801Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-12T22:19:41.801Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-12T22:19:41.801Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-12T22:19:41.801Z] + PACKAGES=/tmp/packages_start.txt [2020-11-12T22:19:41.801Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-11-12T22:19:41.801Z] + PACKAGES=/tmp/packages_end.txt [2020-11-12T22:19:41.801Z] + case "${OS_FAMILY}" in [2020-11-12T22:19:41.801Z] + rpm -qa [2020-11-12T22:19:41.801Z] + sort [2020-11-12T22:19:46.046Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-12T22:19:46.046Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-12T22:19:46.046Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-12T22:19:46.046Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-11-12T22:19:46.046Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-11-12T22:19:46.046Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo [2020-11-12T22:19:46.060Z] 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 [2020-11-12T22:19:46.356Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:19:46.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:19:46.661Z] [2020-11-12T22:19:46.661Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:19:47.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:19:47.014Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-12T22:19:47.014Z] df20fa9351a1: Pulling fs layer [2020-11-12T22:19:47.014Z] 36b3adc4ff6f: Pulling fs layer [2020-11-12T22:19:47.014Z] 8ad3a11d3b57: Pulling fs layer [2020-11-12T22:19:47.014Z] 46f8f816bc3b: Pulling fs layer [2020-11-12T22:19:47.014Z] 93b61091891f: Pulling fs layer [2020-11-12T22:19:47.014Z] 93b9cdb0e59b: Pulling fs layer [2020-11-12T22:19:47.014Z] 5e14af77c1be: Pulling fs layer [2020-11-12T22:19:47.014Z] 01666e4c0597: Pulling fs layer [2020-11-12T22:19:47.014Z] aa168da1d23b: Pulling fs layer [2020-11-12T22:19:47.014Z] 93b9cdb0e59b: Waiting [2020-11-12T22:19:47.014Z] 5e14af77c1be: Waiting [2020-11-12T22:19:47.014Z] 01666e4c0597: Waiting [2020-11-12T22:19:47.014Z] aa168da1d23b: Waiting [2020-11-12T22:19:47.014Z] 46f8f816bc3b: Waiting [2020-11-12T22:19:47.014Z] 93b61091891f: Waiting [2020-11-12T22:19:47.014Z] 36b3adc4ff6f: Verifying Checksum [2020-11-12T22:19:47.014Z] 36b3adc4ff6f: Download complete [2020-11-12T22:19:47.014Z] 46f8f816bc3b: Verifying Checksum [2020-11-12T22:19:47.014Z] 46f8f816bc3b: Download complete [2020-11-12T22:19:47.278Z] df20fa9351a1: Verifying Checksum [2020-11-12T22:19:47.278Z] df20fa9351a1: Download complete [2020-11-12T22:19:47.278Z] 93b9cdb0e59b: Verifying Checksum [2020-11-12T22:19:47.278Z] 93b9cdb0e59b: Download complete [2020-11-12T22:19:47.278Z] 5e14af77c1be: Download complete [2020-11-12T22:19:47.278Z] 93b61091891f: Download complete [2020-11-12T22:19:47.278Z] 01666e4c0597: Verifying Checksum [2020-11-12T22:19:47.278Z] 01666e4c0597: Download complete [2020-11-12T22:19:47.541Z] 8ad3a11d3b57: Verifying Checksum [2020-11-12T22:19:47.541Z] 8ad3a11d3b57: Download complete [2020-11-12T22:19:48.117Z] df20fa9351a1: Pull complete [2020-11-12T22:19:48.117Z] 36b3adc4ff6f: Pull complete [2020-11-12T22:19:49.082Z] aa168da1d23b: Verifying Checksum [2020-11-12T22:19:49.082Z] aa168da1d23b: Download complete [2020-11-12T22:19:49.348Z] 8ad3a11d3b57: Pull complete [2020-11-12T22:19:49.348Z] 46f8f816bc3b: Pull complete [2020-11-12T22:19:49.925Z] 93b61091891f: Pull complete [2020-11-12T22:19:49.925Z] 93b9cdb0e59b: Pull complete [2020-11-12T22:19:49.925Z] 5e14af77c1be: Pull complete [2020-11-12T22:19:50.189Z] 01666e4c0597: Pull complete [2020-11-12T22:19:58.374Z] aa168da1d23b: Pull complete [2020-11-12T22:19:58.374Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-12T22:19:58.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:19:58.374Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-12T22:19:58.563Z] prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container [2020-11-12T22:19:58.610Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-12T22:20:01.804Z] $ docker top 2d2f64c9071f0a451a99c122eda921de120235099fdce54a559a9211f1327d5b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:20:02.320Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-12T22:20:02.618Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-12T22:20:02.917Z] + ls /var/log/sa-host [2020-11-12T22:20:02.918Z] + sadf -c /var/log/sa-host/sa05 [2020-11-12T22:20:02.918Z] file_magic: OK [2020-11-12T22:20:02.918Z] HZ: Using current value: 100 [2020-11-12T22:20:02.918Z] file_header: OK [2020-11-12T22:20:02.918Z] 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 [2020-11-12T22:20:02.918Z] Statistics: [2020-11-12T22:20:02.918Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T22:20:02.918Z] File successfully converted to sysstat format version 12.2.1 [2020-11-12T22:20:02.918Z] + sadf -c /var/log/sa-host/sa12 [2020-11-12T22:20:02.918Z] file_magic: OK [2020-11-12T22:20:02.918Z] HZ: Using current value: 100 [2020-11-12T22:20:02.918Z] file_header: OK [2020-11-12T22:20:02.918Z] 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 [2020-11-12T22:20:02.918Z] Statistics: [2020-11-12T22:20:02.918Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T22:20:02.918Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-12T22:20:03.513Z] provisioning config files... [2020-11-12T22:20:03.528Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8775632665521330205tmp [Pipeline] { [Pipeline] echo [2020-11-12T22:20:03.603Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:03.900Z] ---> create-netrc.sh [Pipeline] } [2020-11-12T22:20:03.910Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-12T22:20:04.004Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:04.312Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-12T22:20:04.323Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:04.624Z] ---> sudo-logs.sh [2020-11-12T22:20:04.625Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-12T22:20:04.635Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:04.931Z] ---> job-cost.sh [2020-11-12T22:20:04.931Z] lf-activate-venv: SKIPPING [2020-11-12T22:20:04.931Z] INFO: No Stack... [2020-11-12T22:20:06.322Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-12T22:20:06.584Z] INFO: Archiving Costs [Pipeline] echo [2020-11-12T22:20:06.598Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:20:06.894Z] ---> logs-deploy.sh [2020-11-12T22:20:06.894Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/31 [2020-11-12T22:20:06.894Z] INFO: archiving workspace using pattern(s): [2020-11-12T22:20:08.816Z] Archives upload complete. [2020-11-12T22:20:08.816Z] INFO: archiving logs to Nexus