Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 658d6cb39e0f87515e0fd512fa46517441b13332 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-717 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 658d6cb39e0f87515e0fd512fa46517441b13332 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 658d6cb39e0f87515e0fd512fa46517441b13332 # timeout=10 Commit message: "Merge pull request #187 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" > git rev-list --no-walk d49a116a4400a5a79f2ee23114687d65ed5c637c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T06:07:52.473Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T06:07:52.561Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T06:07:52.587Z] ========================================================= [2021-04-19T06:07:52.587Z] EdgeX Global Pipelines Version Info [2021-04-19T06:07:52.587Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:07:54.278Z] ------------------- [2021-04-19T06:07:54.278Z] stable info: [2021-04-19T06:07:54.278Z] ------------------- [2021-04-19T06:07:54.278Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T06:07:54.278Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T06:07:54.278Z] Message: update stable to v1.0.186 [2021-04-19T06:07:55.232Z] ------------------- [2021-04-19T06:07:55.232Z] experimental info: [2021-04-19T06:07:55.232Z] ------------------- [2021-04-19T06:07:55.232Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T06:07:55.232Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T06:07:55.232Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T06:07:55.358Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-19T06:07:55.380Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-19T06:07:55.403Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T06:07:55.426Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T06:07:55.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T06:07:55.471Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T06:07:55.494Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T06:07:55.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T06:07:55.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T06:07:55.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T06:07:55.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T06:07:55.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-19T06:07:55.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T06:07:55.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T06:07:55.676Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T06:07:55.699Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T06:07:55.721Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T06:07:55.779Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T06:07:55.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T06:07:55.825Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T06:07:55.847Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T06:07:55.870Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T06:07:55.893Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T06:07:55.916Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T06:07:55.938Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T06:07:55.962Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T06:07:55.985Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T06:07:56.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T06:07:56.032Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T06:07:56.056Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] echo [2021-04-19T06:07:56.081Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 658d6cb [Pipeline] echo [2021-04-19T06:07:56.105Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:07:56.175Z] provisioning config files... [2021-04-19T06:07:56.218Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1112174105571486939tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:07:56.573Z] ---> docker-login.sh [2021-04-19T06:07:56.573Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:07:56.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:07:57.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:07:57.104Z] Configure a credential helper to remove this warning. See [2021-04-19T06:07:57.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:07:57.104Z] [2021-04-19T06:07:57.104Z] Login Succeeded [2021-04-19T06:07:57.104Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:07:57.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:07:57.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:07:57.368Z] Configure a credential helper to remove this warning. See [2021-04-19T06:07:57.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:07:57.368Z] [2021-04-19T06:07:57.368Z] Login Succeeded [2021-04-19T06:07:57.368Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:07:57.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:07:57.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:07:57.368Z] Configure a credential helper to remove this warning. See [2021-04-19T06:07:57.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:07:57.368Z] [2021-04-19T06:07:57.368Z] Login Succeeded [2021-04-19T06:07:57.368Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:07:57.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:07:57.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:07:57.632Z] Configure a credential helper to remove this warning. See [2021-04-19T06:07:57.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:07:57.632Z] [2021-04-19T06:07:57.632Z] Login Succeeded [2021-04-19T06:07:57.632Z] docker.io [2021-04-19T06:07:57.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:07:57.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:07:57.898Z] Configure a credential helper to remove this warning. See [2021-04-19T06:07:57.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:07:57.898Z] [2021-04-19T06:07:57.898Z] Login Succeeded [2021-04-19T06:07:57.898Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:07:57.908Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T06:07:58.348Z] + git log --format=format:%s -1 658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] echo [2021-04-19T06:07:58.433Z] GIT_COMMIT: 658d6cb39e0f87515e0fd512fa46517441b13332, Commit Message: Merge pull request #187 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45 [Pipeline] echo [2021-04-19T06:07:58.447Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:07:59.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:07:59.003Z] [2021-04-19T06:07:59.003Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:07:59.326Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:07:59.326Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T06:07:59.326Z] 31603596830f: Pulling fs layer [2021-04-19T06:07:59.326Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T06:07:59.326Z] 6ca5941a6612: Pulling fs layer [2021-04-19T06:07:59.326Z] ecc8261a40a4: Pulling fs layer [2021-04-19T06:07:59.326Z] ecc8261a40a4: Waiting [2021-04-19T06:07:59.326Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T06:07:59.326Z] 2a8b12db71e7: Download complete [2021-04-19T06:07:59.596Z] 31603596830f: Verifying Checksum [2021-04-19T06:07:59.596Z] 31603596830f: Download complete [2021-04-19T06:07:59.596Z] ecc8261a40a4: Verifying Checksum [2021-04-19T06:07:59.596Z] ecc8261a40a4: Download complete [2021-04-19T06:07:59.596Z] 6ca5941a6612: Verifying Checksum [2021-04-19T06:07:59.596Z] 6ca5941a6612: Download complete [2021-04-19T06:07:59.859Z] 31603596830f: Pull complete [2021-04-19T06:07:59.859Z] 2a8b12db71e7: Pull complete [2021-04-19T06:08:00.817Z] 6ca5941a6612: Pull complete [2021-04-19T06:08:01.081Z] ecc8261a40a4: Pull complete [2021-04-19T06:08:01.081Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T06:08:01.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:08:01.081Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T06:08:01.197Z] prd-centos7-docker-4c-2g-717 does not seem to be running inside a container [2021-04-19T06:08:01.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T06:08:03.207Z] $ docker top 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T06:08:03.367Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:08:03.367Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:08:03.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:08:03.609Z] $ docker exec 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 ssh-agent [2021-04-19T06:08:04.148Z] SSH_AUTH_SOCK=/tmp/ssh-eaWKsJnvAZNx/agent.12 [2021-04-19T06:08:04.148Z] SSH_AGENT_PID=17 [2021-04-19T06:08:04.160Z] Running ssh-add (command line suppressed) [2021-04-19T06:08:04.363Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6804753514230844525.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6804753514230844525.key) [2021-04-19T06:08:04.417Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:08:04.724Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T06:08:04.750Z] $ docker exec --env ******** --env ******** 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 ssh-agent -k [2021-04-19T06:08:04.911Z] unset SSH_AUTH_SOCK; [2021-04-19T06:08:04.911Z] unset SSH_AGENT_PID; [2021-04-19T06:08:04.911Z] echo Agent pid 17 killed; [2021-04-19T06:08:04.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T06:08:05.016Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:08:05.016Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:08:05.224Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:08:05.230Z] $ docker exec 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 ssh-agent [2021-04-19T06:08:05.433Z] SSH_AUTH_SOCK=/tmp/ssh-hQ0dtAi4AcIl/agent.49 [2021-04-19T06:08:05.433Z] SSH_AGENT_PID=54 [2021-04-19T06:08:05.441Z] Running ssh-add (command line suppressed) [2021-04-19T06:08:05.583Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5131965566205053078.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5131965566205053078.key) [2021-04-19T06:08:05.642Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:08:05.951Z] + git semver init [2021-04-19T06:08:05.951Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T06:08:05.951Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-19T06:08:05.951Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-19T06:08:05.951Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T06:08:05.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T06:08:05.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T06:08:05.951Z] # $SEMVER_BRANCH = master [2021-04-19T06:08:05.951Z] # $SEMVER_TEMP = /tmp/semver-096177375 [2021-04-19T06:08:05.951Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-19T06:08:06.532Z] # '/tmp/semver-096177375' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-04-19T06:08:06.532Z] # -> Force: false [2021-04-19T06:08:06.532Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-19T06:08:06.551Z] $ docker exec --env ******** --env ******** 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 ssh-agent -k [2021-04-19T06:08:06.714Z] unset SSH_AUTH_SOCK; [2021-04-19T06:08:06.715Z] unset SSH_AGENT_PID; [2021-04-19T06:08:06.715Z] echo Agent pid 54 killed; [2021-04-19T06:08:06.768Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T06:08:07.104Z] + git semver [Pipeline] } [2021-04-19T06:08:07.124Z] $ docker stop --time=1 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 [2021-04-19T06:08:08.582Z] $ docker rm -f 2cee5facdb34c0f399213800227e0124f650d30fdeec834efca98ab592187104 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T06:08:09.008Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T06:08:09.445Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T06:08:09.449Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-19T06:08:24.645Z] Still waiting to schedule task [2021-04-19T06:08:24.645Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-720’ is offline [2021-04-19T06:08:24.648Z] Still waiting to schedule task [2021-04-19T06:08:24.648Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T06:10:21.904Z] Running on prd-centos7-docker-4c-2g-723 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-19T06:10:21.922Z] Running in /w/workspace/device-virtual-go/48 [Pipeline] { [Pipeline] checkout [2021-04-19T06:10:29.841Z] using credential edgex-jenkins-ssh [2021-04-19T06:10:29.867Z] Cloning the remote Git repository [2021-04-19T06:10:29.915Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-19T06:10:29.999Z] > git init /w/workspace/device-virtual-go/48 # timeout=10 [2021-04-19T06:10:30.075Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-19T06:10:30.076Z] > git --version # timeout=10 [2021-04-19T06:10:30.088Z] > git --version # 'git version 2.24.3' [2021-04-19T06:10:30.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T06:10:31.307Z] Checking out Revision 658d6cb39e0f87515e0fd512fa46517441b13332 (master) [2021-04-19T06:10:30.125Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T06:10:30.838Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-19T06:10:30.856Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T06:10:30.896Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-19T06:10:30.917Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-19T06:10:30.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T06:10:30.925Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T06:10:31.323Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T06:10:31.357Z] > git checkout -f 658d6cb39e0f87515e0fd512fa46517441b13332 # timeout=10 [2021-04-19T06:10:35.365Z] Commit message: "Merge pull request #187 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T06:10:36.574Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T06:10:37.342Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T06:10:37.690Z] + sudo service docker restart [2021-04-19T06:10:37.690Z] + true [2021-04-19T06:10:37.690Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:10:41.294Z] provisioning config files... [2021-04-19T06:10:41.351Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config4291792163857961568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:10:41.850Z] ---> docker-login.sh [2021-04-19T06:10:41.850Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:10:42.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:10:42.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:10:42.894Z] Configure a credential helper to remove this warning. See [2021-04-19T06:10:42.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:10:42.894Z] [2021-04-19T06:10:42.894Z] Login Succeeded [2021-04-19T06:10:42.894Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:10:43.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:10:43.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:10:43.843Z] Configure a credential helper to remove this warning. See [2021-04-19T06:10:43.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:10:43.843Z] [2021-04-19T06:10:43.843Z] Login Succeeded [2021-04-19T06:10:43.843Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:10:44.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:10:44.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:10:44.795Z] Configure a credential helper to remove this warning. See [2021-04-19T06:10:44.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:10:44.795Z] [2021-04-19T06:10:44.795Z] Login Succeeded [2021-04-19T06:10:44.795Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:10:45.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:10:45.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:10:45.093Z] Configure a credential helper to remove this warning. See [2021-04-19T06:10:45.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:10:45.093Z] [2021-04-19T06:10:45.093Z] Login Succeeded [2021-04-19T06:10:45.093Z] docker.io [2021-04-19T06:10:45.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:10:45.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:10:45.962Z] Configure a credential helper to remove this warning. See [2021-04-19T06:10:45.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:10:45.962Z] [2021-04-19T06:10:45.962Z] Login Succeeded [2021-04-19T06:10:45.962Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:10:45.975Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T06:10:46.246Z] ========================================================= [2021-04-19T06:10:46.246Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T06:10:46.246Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:10:46.615Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-19T06:10:46.891Z] Sending build context to Docker daemon 513.5kB [2021-04-19T06:10:46.891Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T06:10:46.891Z] Step 2/8 : FROM ${BASE} [2021-04-19T06:10:46.891Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T06:10:46.891Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T06:10:46.891Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T06:10:46.891Z] de9db76c5a1d: Pulling fs layer [2021-04-19T06:10:46.891Z] bca2f99d35d6: Pulling fs layer [2021-04-19T06:10:46.891Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T06:10:46.891Z] 7c6f9722023f: Pulling fs layer [2021-04-19T06:10:46.891Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T06:10:46.891Z] 93359f2a8cfa: Waiting [2021-04-19T06:10:46.891Z] 7c6f9722023f: Waiting [2021-04-19T06:10:46.891Z] a35cf1a2eb13: Waiting [2021-04-19T06:10:46.891Z] bca2f99d35d6: Waiting [2021-04-19T06:10:46.891Z] de9db76c5a1d: Verifying Checksum [2021-04-19T06:10:46.891Z] de9db76c5a1d: Download complete [2021-04-19T06:10:46.891Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T06:10:46.891Z] 0ef7d3d256c8: Download complete [2021-04-19T06:10:46.891Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T06:10:46.891Z] 93359f2a8cfa: Download complete [2021-04-19T06:10:46.891Z] 7c6f9722023f: Verifying Checksum [2021-04-19T06:10:46.891Z] 7c6f9722023f: Download complete [2021-04-19T06:10:47.179Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T06:10:47.179Z] 188c0c94c7c5: Download complete [2021-04-19T06:10:47.463Z] 188c0c94c7c5: Pull complete [2021-04-19T06:10:47.759Z] 0ef7d3d256c8: Pull complete [2021-04-19T06:10:48.036Z] de9db76c5a1d: Pull complete [2021-04-19T06:10:50.045Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T06:10:50.045Z] a35cf1a2eb13: Download complete [2021-04-19T06:10:50.315Z] bca2f99d35d6: Verifying Checksum [2021-04-19T06:10:50.315Z] bca2f99d35d6: Download complete [2021-04-19T06:11:02.458Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-725 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-19T06:11:02.497Z] Running in /w/workspace/device-virtual-go/48 [Pipeline] { [Pipeline] checkout [2021-04-19T06:11:08.516Z] using credential edgex-jenkins-ssh [2021-04-19T06:11:08.615Z] Cloning the remote Git repository [2021-04-19T06:11:08.771Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-19T06:11:08.985Z] bca2f99d35d6: Pull complete [2021-04-19T06:11:08.985Z] 93359f2a8cfa: Pull complete [2021-04-19T06:11:08.985Z] 7c6f9722023f: Pull complete [2021-04-19T06:11:08.990Z] > git init /w/workspace/device-virtual-go/48 # timeout=10 [2021-04-19T06:11:09.097Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-19T06:11:09.098Z] > git --version # timeout=10 [2021-04-19T06:11:09.155Z] > git --version # 'git version 2.17.1' [2021-04-19T06:11:09.158Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T06:11:09.233Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T06:11:10.025Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-19T06:11:10.056Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T06:11:10.088Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-19T06:11:10.121Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-19T06:11:10.122Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T06:11:10.137Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T06:11:10.586Z] Checking out Revision 658d6cb39e0f87515e0fd512fa46517441b13332 (master) [2021-04-19T06:11:10.609Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T06:11:10.626Z] > git checkout -f 658d6cb39e0f87515e0fd512fa46517441b13332 # timeout=10 [2021-04-19T06:11:14.971Z] a35cf1a2eb13: Pull complete [2021-04-19T06:11:14.971Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T06:11:14.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T06:11:14.971Z] ---> a62c8e92a672 [2021-04-19T06:11:14.971Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-19T06:11:14.971Z] ---> Running in 10441d45f9c3 [2021-04-19T06:11:14.971Z] Removing intermediate container 10441d45f9c3 [2021-04-19T06:11:14.971Z] ---> d2ef630e66dc [2021-04-19T06:11:14.971Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:11:15.246Z] ---> Running in 08bc4aed0ab8 [2021-04-19T06:11:15.527Z] Commit message: "Merge pull request #187 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.0.0-dev.45" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T06:11:16.852Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T06:11:17.258Z] Removing intermediate container 08bc4aed0ab8 [2021-04-19T06:11:17.258Z] ---> 952b3adbc377 [2021-04-19T06:11:17.258Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-19T06:11:17.258Z] ---> Running in 5e09221cd75e [2021-04-19T06:11:17.278Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T06:11:17.620Z] + sudo service docker restart [2021-04-19T06:11:17.620Z] + true [2021-04-19T06:11:18.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T06:11:19.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T06:11:19.506Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-19T06:11:19.774Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-19T06:11:20.043Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-19T06:11:20.044Z] (4/13) Installing libsodium-dev (1.0.18-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:11:20.295Z] provisioning config files... [2021-04-19T06:11:20.311Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-19T06:11:20.311Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-19T06:11:20.311Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-19T06:11:20.353Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config7356773218352159553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:11:20.737Z] ---> docker-login.sh [2021-04-19T06:11:20.737Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:11:20.908Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-19T06:11:20.908Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-19T06:11:20.908Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-19T06:11:21.206Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-19T06:11:21.206Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-19T06:11:21.206Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-19T06:11:21.476Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T06:11:21.476Z] OK: 173 MiB in 52 packages [2021-04-19T06:11:21.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:22.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:22.023Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:22.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:22.023Z] [2021-04-19T06:11:22.023Z] Login Succeeded [2021-04-19T06:11:22.023Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:11:22.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:22.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:22.623Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:22.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:22.623Z] [2021-04-19T06:11:22.623Z] Login Succeeded [2021-04-19T06:11:22.623Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:11:23.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:23.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:23.230Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:23.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:23.230Z] [2021-04-19T06:11:23.230Z] Login Succeeded [2021-04-19T06:11:23.230Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:11:23.591Z] Removing intermediate container 5e09221cd75e [2021-04-19T06:11:23.592Z] ---> 89de3e907904 [2021-04-19T06:11:23.592Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-19T06:11:23.592Z] ---> Running in abc97d9c30fd [2021-04-19T06:11:23.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:23.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:23.830Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:23.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:23.830Z] [2021-04-19T06:11:23.830Z] Login Succeeded [2021-04-19T06:11:23.830Z] docker.io [2021-04-19T06:11:23.866Z] Removing intermediate container abc97d9c30fd [2021-04-19T06:11:23.866Z] ---> f7db0dcf67a1 [2021-04-19T06:11:23.866Z] Step 7/8 : COPY . . [2021-04-19T06:11:24.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:11:24.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:11:24.701Z] Configure a credential helper to remove this warning. See [2021-04-19T06:11:24.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:11:24.701Z] [2021-04-19T06:11:24.701Z] Login Succeeded [2021-04-19T06:11:24.701Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:11:24.719Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-19T06:11:24.861Z] ---> 7a133bd209ad [2021-04-19T06:11:24.861Z] Step 8/8 : RUN go mod download [Pipeline] echo [2021-04-19T06:11:25.045Z] ========================================================= [2021-04-19T06:11:25.045Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T06:11:25.045Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:11:25.126Z] ---> Running in 0b572526d9d0 [2021-04-19T06:11:25.395Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-19T06:11:25.672Z] Sending build context to Docker daemon 512.5kB [2021-04-19T06:11:25.948Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T06:11:25.948Z] Step 2/8 : FROM ${BASE} [2021-04-19T06:11:25.948Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T06:11:25.948Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T06:11:25.948Z] a4357932f1b6: Pulling fs layer [2021-04-19T06:11:25.948Z] 18c013af1878: Pulling fs layer [2021-04-19T06:11:25.948Z] 00ac8860ef70: Pulling fs layer [2021-04-19T06:11:25.948Z] 63d7cb157983: Pulling fs layer [2021-04-19T06:11:25.948Z] b116817d02f9: Pulling fs layer [2021-04-19T06:11:25.948Z] 745a02a5169b: Pulling fs layer [2021-04-19T06:11:25.948Z] 00ac8860ef70: Waiting [2021-04-19T06:11:25.948Z] 63d7cb157983: Waiting [2021-04-19T06:11:25.948Z] b116817d02f9: Waiting [2021-04-19T06:11:25.948Z] 745a02a5169b: Waiting [2021-04-19T06:11:25.948Z] 18c013af1878: Verifying Checksum [2021-04-19T06:11:25.948Z] 18c013af1878: Download complete [2021-04-19T06:11:25.948Z] a4357932f1b6: Download complete [2021-04-19T06:11:25.948Z] 63d7cb157983: Verifying Checksum [2021-04-19T06:11:25.948Z] 63d7cb157983: Download complete [2021-04-19T06:11:25.948Z] b116817d02f9: Verifying Checksum [2021-04-19T06:11:25.948Z] b116817d02f9: Download complete [2021-04-19T06:11:25.948Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T06:11:25.948Z] 5f621e34cdf4: Download complete [2021-04-19T06:11:26.948Z] 5f621e34cdf4: Pull complete [2021-04-19T06:11:27.230Z] a4357932f1b6: Pull complete [2021-04-19T06:11:27.828Z] 18c013af1878: Pull complete [2021-04-19T06:11:28.429Z] 745a02a5169b: Verifying Checksum [2021-04-19T06:11:28.429Z] 745a02a5169b: Download complete [2021-04-19T06:11:29.869Z] 00ac8860ef70: Verifying Checksum [2021-04-19T06:11:29.869Z] 00ac8860ef70: Download complete [2021-04-19T06:11:40.036Z] 00ac8860ef70: Pull complete [2021-04-19T06:11:40.308Z] 63d7cb157983: Pull complete [2021-04-19T06:11:40.584Z] b116817d02f9: Pull complete [2021-04-19T06:11:44.921Z] 745a02a5169b: Pull complete [2021-04-19T06:11:44.921Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T06:11:44.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T06:11:44.921Z] ---> b7e6874047d6 [2021-04-19T06:11:44.921Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-19T06:11:47.532Z] ---> Running in dc2535690128 [2021-04-19T06:11:47.810Z] Removing intermediate container dc2535690128 [2021-04-19T06:11:47.810Z] ---> 32df3e7303ca [2021-04-19T06:11:47.810Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:11:47.810Z] ---> Running in b22ca2aadecd [2021-04-19T06:11:50.430Z] Removing intermediate container b22ca2aadecd [2021-04-19T06:11:50.430Z] ---> 03a55325e703 [2021-04-19T06:11:50.430Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-19T06:11:50.706Z] ---> Running in 6dbcb59bbde1 [2021-04-19T06:11:51.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T06:11:52.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T06:11:53.268Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-19T06:11:53.268Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-19T06:11:53.268Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-19T06:11:53.268Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-19T06:11:53.557Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-19T06:11:53.557Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-19T06:11:53.827Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-19T06:11:54.099Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-19T06:11:54.099Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-19T06:11:54.099Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-19T06:11:54.375Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-19T06:11:54.375Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-19T06:11:54.649Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-19T06:11:54.649Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T06:11:54.649Z] OK: 149 MiB in 52 packages [2021-04-19T06:11:56.080Z] Removing intermediate container 6dbcb59bbde1 [2021-04-19T06:11:56.080Z] ---> f6122fad3e34 [2021-04-19T06:11:56.080Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-19T06:11:56.352Z] ---> Running in 310bdd5471bf [2021-04-19T06:11:56.625Z] Removing intermediate container 310bdd5471bf [2021-04-19T06:11:56.625Z] ---> 1f7350a0e4e4 [2021-04-19T06:11:56.625Z] Step 7/8 : COPY . . [2021-04-19T06:11:57.603Z] ---> 3544058372df [2021-04-19T06:11:57.603Z] Step 8/8 : RUN go mod download [2021-04-19T06:11:57.877Z] ---> Running in 604d0d26bc5a [2021-04-19T06:12:12.300Z] Removing intermediate container 0b572526d9d0 [2021-04-19T06:12:12.300Z] ---> c3612cfaa981 [2021-04-19T06:12:12.300Z] Successfully built c3612cfaa981 [2021-04-19T06:12:12.300Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:12:12.653Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T06:12:12.925Z] . [Pipeline] withDockerContainer [2021-04-19T06:12:13.142Z] prd-centos7-docker-4c-2g-723 does not seem to be running inside a container [2021-04-19T06:12:13.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T06:12:14.328Z] $ docker top 41ae9fd967c783fa2ab6b46d3ab62081fed323d2a3fd5fcb1e9a9a9ed5b57c2e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:12:14.970Z] + go version [2021-04-19T06:12:14.970Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T06:12:15.084Z] $ docker stop --time=1 41ae9fd967c783fa2ab6b46d3ab62081fed323d2a3fd5fcb1e9a9a9ed5b57c2e [2021-04-19T06:12:16.812Z] $ docker rm -f 41ae9fd967c783fa2ab6b46d3ab62081fed323d2a3fd5fcb1e9a9a9ed5b57c2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:12:18.061Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T06:12:18.061Z] . [Pipeline] withDockerContainer [2021-04-19T06:12:18.222Z] prd-centos7-docker-4c-2g-723 does not seem to be running inside a container [2021-04-19T06:12:18.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T06:12:19.887Z] $ docker top 176a78c58f8c72e36a7842950dd88fe5f1662121ddcec2eb953843c691ace82e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:12:20.774Z] + make test [2021-04-19T06:12:20.774Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-19T06:12:24.428Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-19T06:12:24.721Z] Removing intermediate container 604d0d26bc5a [2021-04-19T06:12:24.721Z] ---> bbc2eb0eeb58 [2021-04-19T06:12:24.721Z] Successfully built bbc2eb0eeb58 [2021-04-19T06:12:24.721Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:12:25.067Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T06:12:25.067Z] . [Pipeline] withDockerContainer [2021-04-19T06:12:25.365Z] prd-ubuntu18.04-docker-arm64-4c-16g-725 does not seem to be running inside a container [2021-04-19T06:12:25.460Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T06:12:27.089Z] $ docker top c3d1ce4ccb8ae3010012848079610f75452e84ead6b37d25d8b666bac42d41b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:12:28.074Z] + go version [2021-04-19T06:12:28.075Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T06:12:28.100Z] $ docker stop --time=1 c3d1ce4ccb8ae3010012848079610f75452e84ead6b37d25d8b666bac42d41b9 [2021-04-19T06:12:30.105Z] $ docker rm -f c3d1ce4ccb8ae3010012848079610f75452e84ead6b37d25d8b666bac42d41b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:12:30.810Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T06:12:30.810Z] . [Pipeline] withDockerContainer [2021-04-19T06:12:31.083Z] prd-ubuntu18.04-docker-arm64-4c-16g-725 does not seem to be running inside a container [2021-04-19T06:12:31.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T06:12:32.692Z] $ docker top 97bcfb373772f41133d91331190cf7736d57c80186561072896f81672f9e7602 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:12:33.626Z] + make test [2021-04-19T06:12:33.626Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-19T06:12:35.080Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-19T06:13:04.159Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-19T06:13:04.159Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.514s coverage: 63.8% of statements [2021-04-19T06:13:04.159Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-19T06:13:09.887Z] gofmt -l . [2021-04-19T06:13:10.197Z] [ "`gofmt -l .`" = "" ] [2021-04-19T06:13:10.197Z] ./bin/test-attribution-txt.sh [2021-04-19T06:13:13.647Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-19T06:13:15.339Z] $ docker stop --time=1 176a78c58f8c72e36a7842950dd88fe5f1662121ddcec2eb953843c691ace82e [2021-04-19T06:13:17.877Z] $ docker rm -f 176a78c58f8c72e36a7842950dd88fe5f1662121ddcec2eb953843c691ace82e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T06:13:18.781Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T06:13:19.516Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-19T06:13:20.579Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T06:13:20.969Z] + ls -al . [2021-04-19T06:13:20.969Z] total 132 [2021-04-19T06:13:20.969Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 19 06:13 . [2021-04-19T06:13:20.969Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 06:10 .. [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 8039 Apr 19 06:10 Attribution.txt [2021-04-19T06:13:20.969Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 06:10 bin [2021-04-19T06:13:20.969Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 06:10 cmd [2021-04-19T06:13:20.969Z] -rw-r--r--. 1 jenkins jenkins 47247 Apr 19 06:13 coverage.out [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 1905 Apr 19 06:10 Dockerfile [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 998 Apr 19 06:10 Dockerfile.build [2021-04-19T06:13:20.969Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 06:10 .git [2021-04-19T06:13:20.969Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 06:10 .github [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 277 Apr 19 06:10 .gitignore [2021-04-19T06:13:20.969Z] -rw-r--r--. 1 jenkins jenkins 809 Apr 19 06:13 go.mod [2021-04-19T06:13:20.969Z] -rw-r--r--. 1 jenkins jenkins 23363 Apr 19 06:13 go.sum [2021-04-19T06:13:20.969Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 19 06:10 internal [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 660 Apr 19 06:10 Jenkinsfile [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 06:10 LICENSE [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 921 Apr 19 06:10 Makefile [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 19 06:10 README.md [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 11 Apr 19 06:08 VERSION [2021-04-19T06:13:20.969Z] -rw-rw-r--. 1 jenkins jenkins 235 Apr 19 06:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:13:21.399Z] + 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=658d6cb39e0f87515e0fd512fa46517441b13332 --label arch=amd64 --label version=1.3.2-dev.9 . [2021-04-19T06:13:21.675Z] Sending build context to Docker daemon 585.7kB [2021-04-19T06:13:21.675Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T06:13:21.675Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-19T06:13:21.675Z] ---> c3612cfaa981 [2021-04-19T06:13:21.675Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-19T06:13:21.955Z] ---> Running in 5d48576bc52f [2021-04-19T06:13:22.244Z] Removing intermediate container 5d48576bc52f [2021-04-19T06:13:22.244Z] ---> badd17f44292 [2021-04-19T06:13:22.244Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T06:13:22.514Z] ---> Running in 6b220ced9b0c [2021-04-19T06:13:22.781Z] Removing intermediate container 6b220ced9b0c [2021-04-19T06:13:22.781Z] ---> 0bbf3e87736d [2021-04-19T06:13:22.781Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-19T06:13:22.781Z] ---> Running in 7da8a7616553 [2021-04-19T06:13:23.060Z] Removing intermediate container 7da8a7616553 [2021-04-19T06:13:23.060Z] ---> 9ca01c4f5b25 [2021-04-19T06:13:23.060Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:13:23.060Z] ---> Running in 1c0ba8e4a821 [2021-04-19T06:13:25.727Z] Removing intermediate container 1c0ba8e4a821 [2021-04-19T06:13:25.727Z] ---> d808e7b53093 [2021-04-19T06:13:25.727Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T06:13:25.727Z] ---> Running in 5d4800281768 [2021-04-19T06:13:26.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T06:13:27.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T06:13:27.893Z] OK: 173 MiB in 52 packages [2021-04-19T06:13:28.896Z] Removing intermediate container 5d4800281768 [2021-04-19T06:13:28.896Z] ---> cb66b41862ee [2021-04-19T06:13:28.896Z] Step 8/25 : COPY . . [2021-04-19T06:13:29.495Z] ---> 30e6ce7530b1 [2021-04-19T06:13:29.495Z] Step 9/25 : RUN go mod download [2021-04-19T06:13:29.495Z] ---> Running in 865e2a41248a [2021-04-19T06:13:31.480Z] Removing intermediate container 865e2a41248a [2021-04-19T06:13:31.480Z] ---> b8060c1e6846 [2021-04-19T06:13:31.480Z] Step 10/25 : ARG MAKE='make build' [2021-04-19T06:13:31.480Z] ---> Running in 08334b145f59 [2021-04-19T06:13:31.480Z] Removing intermediate container 08334b145f59 [2021-04-19T06:13:31.480Z] ---> 2bee2f925320 [2021-04-19T06:13:31.480Z] Step 11/25 : RUN $MAKE [2021-04-19T06:13:31.480Z] ---> Running in 955d95cc5390 [2021-04-19T06:13:31.682Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-19T06:13:31.682Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.401s coverage: 63.8% of statements [2021-04-19T06:13:31.682Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-19T06:13:32.486Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.9" -o cmd/device-virtual ./cmd [2021-04-19T06:13:39.983Z] gofmt -l . [2021-04-19T06:13:39.983Z] [ "`gofmt -l .`" = "" ] [2021-04-19T06:13:39.983Z] ./bin/test-attribution-txt.sh [2021-04-19T06:13:40.959Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-19T06:13:41.580Z] $ docker stop --time=1 97bcfb373772f41133d91331190cf7736d57c80186561072896f81672f9e7602 [2021-04-19T06:13:43.837Z] $ docker rm -f 97bcfb373772f41133d91331190cf7736d57c80186561072896f81672f9e7602 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T06:13:44.638Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T06:13:44.699Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T06:13:45.631Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T06:13:46.101Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-19T06:13:46.494Z] + ls -al . [2021-04-19T06:13:46.495Z] total 156 [2021-04-19T06:13:46.495Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 19 06:13 . [2021-04-19T06:13:46.495Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 06:11 .. [2021-04-19T06:13:46.495Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 06:11 .git [2021-04-19T06:13:46.495Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:11 .github [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 277 Apr 19 06:11 .gitignore [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 8039 Apr 19 06:11 Attribution.txt [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 1905 Apr 19 06:11 Dockerfile [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 998 Apr 19 06:11 Dockerfile.build [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 19 06:11 Jenkinsfile [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 06:11 LICENSE [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 921 Apr 19 06:11 Makefile [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 19 06:11 README.md [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 19 06:08 VERSION [2021-04-19T06:13:46.495Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 06:11 bin [2021-04-19T06:13:46.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:11 cmd [2021-04-19T06:13:46.495Z] -rw-r--r-- 1 jenkins jenkins 47247 Apr 19 06:13 coverage.out [2021-04-19T06:13:46.495Z] -rw-r--r-- 1 jenkins jenkins 809 Apr 19 06:13 go.mod [2021-04-19T06:13:46.495Z] -rw-r--r-- 1 jenkins jenkins 23363 Apr 19 06:13 go.sum [2021-04-19T06:13:46.495Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 06:11 internal [2021-04-19T06:13:46.495Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 19 06:11 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:13:46.881Z] + 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=658d6cb39e0f87515e0fd512fa46517441b13332 --label arch=arm64 --label version=1.3.2-dev.9 . [2021-04-19T06:13:47.169Z] Sending build context to Docker daemon 584.7kB [2021-04-19T06:13:47.169Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T06:13:47.169Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-19T06:13:47.169Z] ---> bbc2eb0eeb58 [2021-04-19T06:13:47.169Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-19T06:13:47.448Z] ---> Running in df83b0a77c5b [2021-04-19T06:13:48.045Z] Removing intermediate container df83b0a77c5b [2021-04-19T06:13:48.045Z] ---> 7c0293ecd5ac [2021-04-19T06:13:48.045Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-19T06:13:48.045Z] ---> Running in 83fe4fae3e0d [2021-04-19T06:13:48.640Z] Removing intermediate container 83fe4fae3e0d [2021-04-19T06:13:48.640Z] ---> 7cd621baf0a0 [2021-04-19T06:13:48.640Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-19T06:13:48.640Z] ---> Running in fbe3df4db2d9 [2021-04-19T06:13:49.237Z] Removing intermediate container fbe3df4db2d9 [2021-04-19T06:13:49.237Z] ---> c33e00ee838b [2021-04-19T06:13:49.237Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:13:49.237Z] ---> Running in 2cacfdd8f4b6 [2021-04-19T06:13:51.211Z] Removing intermediate container 2cacfdd8f4b6 [2021-04-19T06:13:51.211Z] ---> c3f61efce1a0 [2021-04-19T06:13:51.211Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-19T06:13:51.485Z] ---> Running in c2537f8475f8 [2021-04-19T06:13:52.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T06:13:53.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T06:13:54.037Z] OK: 149 MiB in 52 packages [2021-04-19T06:13:55.496Z] Removing intermediate container c2537f8475f8 [2021-04-19T06:13:55.496Z] ---> d241148fc525 [2021-04-19T06:13:55.496Z] Step 8/25 : COPY . . [2021-04-19T06:13:56.472Z] ---> dc1a168a7804 [2021-04-19T06:13:56.472Z] Step 9/25 : RUN go mod download [2021-04-19T06:13:56.472Z] ---> Running in 7366e572a5cf [2021-04-19T06:13:59.088Z] Removing intermediate container 7366e572a5cf [2021-04-19T06:13:59.088Z] ---> 1d9257989e6e [2021-04-19T06:13:59.088Z] Step 10/25 : ARG MAKE='make build' [2021-04-19T06:13:59.088Z] ---> Running in 6afb14966c93 [2021-04-19T06:13:59.364Z] Removing intermediate container 6afb14966c93 [2021-04-19T06:13:59.364Z] ---> 50d469cb7325 [2021-04-19T06:13:59.364Z] Step 11/25 : RUN $MAKE [2021-04-19T06:13:59.364Z] ---> Running in dc565e21a7a7 [2021-04-19T06:14:00.799Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.9" -o cmd/device-virtual ./cmd [2021-04-19T06:14:12.894Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-19T06:14:25.448Z] Removing intermediate container 955d95cc5390 [2021-04-19T06:14:25.448Z] ---> 81e2889b2471 [2021-04-19T06:14:25.448Z] Step 12/25 : FROM alpine:3.12 [2021-04-19T06:14:25.448Z] 3.12: Pulling from library/alpine [2021-04-19T06:14:25.448Z] 339de151aab4: Pulling fs layer [2021-04-19T06:14:25.448Z] 339de151aab4: Verifying Checksum [2021-04-19T06:14:25.448Z] 339de151aab4: Download complete [2021-04-19T06:14:26.042Z] 339de151aab4: Pull complete [2021-04-19T06:14:26.042Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T06:14:26.042Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T06:14:26.042Z] ---> 13621d1b12d4 [2021-04-19T06:14:26.042Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-19T06:14:26.312Z] ---> Running in 77c3c163e87c [2021-04-19T06:14:26.581Z] Removing intermediate container 77c3c163e87c [2021-04-19T06:14:26.581Z] ---> ec6daaf8cd58 [2021-04-19T06:14:26.581Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:14:26.855Z] ---> Running in c37339c32f11 [2021-04-19T06:14:28.942Z] Removing intermediate container c37339c32f11 [2021-04-19T06:14:28.942Z] ---> 28118d0d9e6f [2021-04-19T06:14:28.942Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T06:14:28.942Z] ---> Running in b6163b3c8b53 [2021-04-19T06:14:30.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T06:14:30.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T06:14:31.474Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T06:14:31.474Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T06:14:31.474Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T06:14:31.758Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T06:14:32.609Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T06:14:32.609Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T06:14:32.609Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T06:14:32.609Z] OK: 8 MiB in 20 packages [2021-04-19T06:14:34.743Z] Removing intermediate container b6163b3c8b53 [2021-04-19T06:14:34.743Z] ---> 4a1b7a884750 [2021-04-19T06:14:34.743Z] Step 16/25 : WORKDIR / [2021-04-19T06:14:34.743Z] ---> Running in 35b112691392 [2021-04-19T06:14:35.038Z] Removing intermediate container 35b112691392 [2021-04-19T06:14:35.038Z] ---> c0a962ba4b27 [2021-04-19T06:14:35.038Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-19T06:14:36.094Z] ---> 21cb2b606f89 [2021-04-19T06:14:36.094Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-19T06:14:36.777Z] ---> 651a2116bc9e [2021-04-19T06:14:36.777Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-19T06:14:38.325Z] ---> 682b2ed7f4f2 [2021-04-19T06:14:38.325Z] Step 20/25 : EXPOSE 49990 [2021-04-19T06:14:38.325Z] ---> Running in a633871ff4b5 [2021-04-19T06:14:38.910Z] Removing intermediate container a633871ff4b5 [2021-04-19T06:14:38.910Z] ---> 3214e15fca02 [2021-04-19T06:14:38.910Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-19T06:14:39.236Z] ---> Running in c8f5c197d7dd [2021-04-19T06:14:39.518Z] Removing intermediate container c8f5c197d7dd [2021-04-19T06:14:39.518Z] ---> 35dfeb217205 [2021-04-19T06:14:39.518Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T06:14:39.858Z] ---> Running in d7736731ea9c [2021-04-19T06:14:39.858Z] Removing intermediate container d7736731ea9c [2021-04-19T06:14:39.858Z] ---> 7a5c44e230e1 [2021-04-19T06:14:39.858Z] Step 23/25 : LABEL arch=amd64 [2021-04-19T06:14:39.858Z] ---> Running in 783860a4b0f0 [2021-04-19T06:14:40.537Z] Removing intermediate container 783860a4b0f0 [2021-04-19T06:14:40.537Z] ---> 7e6d0a5078f7 [2021-04-19T06:14:40.537Z] Step 24/25 : LABEL git_sha=658d6cb39e0f87515e0fd512fa46517441b13332 [2021-04-19T06:14:40.809Z] ---> Running in def42ba9dade [2021-04-19T06:14:41.100Z] Removing intermediate container def42ba9dade [2021-04-19T06:14:41.100Z] ---> f095544ae205 [2021-04-19T06:14:41.100Z] Step 25/25 : LABEL version=1.3.2-dev.9 [2021-04-19T06:14:41.401Z] ---> Running in 23d83b654bf9 [2021-04-19T06:14:42.014Z] Removing intermediate container 23d83b654bf9 [2021-04-19T06:14:42.014Z] ---> 8f5cb80e06c5 [2021-04-19T06:14:42.014Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T06:14:42.014Z] Successfully built 8f5cb80e06c5 [2021-04-19T06:14:42.014Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:14:42.136Z] provisioning config files... [2021-04-19T06:14:42.177Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config8176817867451318913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:14:42.524Z] ---> docker-login.sh [2021-04-19T06:14:42.524Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:14:43.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:43.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:43.182Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:43.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:43.182Z] [2021-04-19T06:14:43.182Z] Login Succeeded [2021-04-19T06:14:43.182Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:14:43.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:43.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:43.738Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:43.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:43.738Z] [2021-04-19T06:14:43.738Z] Login Succeeded [2021-04-19T06:14:43.738Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:14:44.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:44.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:44.016Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:44.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:44.016Z] [2021-04-19T06:14:44.016Z] Login Succeeded [2021-04-19T06:14:44.016Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:14:44.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:44.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:44.553Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:44.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:44.553Z] [2021-04-19T06:14:44.553Z] Login Succeeded [2021-04-19T06:14:44.553Z] docker.io [2021-04-19T06:14:44.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:14:44.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:14:44.825Z] Configure a credential helper to remove this warning. See [2021-04-19T06:14:44.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:14:44.825Z] [2021-04-19T06:14:44.825Z] Login Succeeded [2021-04-19T06:14:44.825Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:14:44.842Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T06:14:44.910Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-04-19T06:14:44.910Z] 658d6cb39e0f87515e0fd512fa46517441b13332 [2021-04-19T06:14:44.910Z] latest [2021-04-19T06:14:44.910Z] 1.3.2-dev.9 [2021-04-19T06:14:44.910Z] 658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [2021-04-19T06:14:44.910Z] master [2021-04-19T06:14:44.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:45.390Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:46.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332 [2021-04-19T06:14:46.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-19T06:14:46.622Z] 81a8ddb81530: Preparing [2021-04-19T06:14:46.622Z] 6b74ad661098: Preparing [2021-04-19T06:14:46.622Z] 87140244b024: Preparing [2021-04-19T06:14:46.622Z] 24e7f7055b97: Preparing [2021-04-19T06:14:46.622Z] f52c1460450a: Preparing [2021-04-19T06:14:46.622Z] 32f366d666a5: Preparing [2021-04-19T06:14:46.622Z] 32f366d666a5: Waiting [2021-04-19T06:14:46.915Z] 87140244b024: Pushed [2021-04-19T06:14:46.915Z] 6b74ad661098: Pushed [2021-04-19T06:14:46.915Z] f52c1460450a: Pushed [2021-04-19T06:14:46.915Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:47.186Z] 24e7f7055b97: Pushed [2021-04-19T06:14:47.784Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-19T06:14:49.134Z] 81a8ddb81530: Pushed [2021-04-19T06:14:49.134Z] 658d6cb39e0f87515e0fd512fa46517441b13332: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:49.603Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:50.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-19T06:14:50.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-19T06:14:50.619Z] 81a8ddb81530: Preparing [2021-04-19T06:14:50.619Z] 6b74ad661098: Preparing [2021-04-19T06:14:50.619Z] 87140244b024: Preparing [2021-04-19T06:14:50.619Z] 24e7f7055b97: Preparing [2021-04-19T06:14:50.619Z] f52c1460450a: Preparing [2021-04-19T06:14:50.619Z] 32f366d666a5: Preparing [2021-04-19T06:14:50.619Z] 32f366d666a5: Waiting [2021-04-19T06:14:50.619Z] f52c1460450a: Layer already exists [2021-04-19T06:14:50.619Z] 6b74ad661098: Layer already exists [2021-04-19T06:14:50.619Z] 87140244b024: Layer already exists [2021-04-19T06:14:50.619Z] 24e7f7055b97: Layer already exists [2021-04-19T06:14:50.619Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:50.619Z] 81a8ddb81530: Layer already exists [2021-04-19T06:14:50.619Z] latest: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:50.953Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:51.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.9 [2021-04-19T06:14:51.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-19T06:14:51.301Z] 81a8ddb81530: Preparing [2021-04-19T06:14:51.301Z] 6b74ad661098: Preparing [2021-04-19T06:14:51.301Z] 87140244b024: Preparing [2021-04-19T06:14:51.301Z] 24e7f7055b97: Preparing [2021-04-19T06:14:51.301Z] f52c1460450a: Preparing [2021-04-19T06:14:51.301Z] 32f366d666a5: Preparing [2021-04-19T06:14:51.301Z] 32f366d666a5: Waiting [2021-04-19T06:14:51.301Z] 81a8ddb81530: Layer already exists [2021-04-19T06:14:51.301Z] 24e7f7055b97: Layer already exists [2021-04-19T06:14:51.301Z] f52c1460450a: Layer already exists [2021-04-19T06:14:51.301Z] 87140244b024: Layer already exists [2021-04-19T06:14:51.301Z] 6b74ad661098: Layer already exists [2021-04-19T06:14:51.568Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:51.568Z] 1.3.2-dev.9: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:51.911Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:52.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [2021-04-19T06:14:52.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-19T06:14:52.290Z] 81a8ddb81530: Preparing [2021-04-19T06:14:52.290Z] 6b74ad661098: Preparing [2021-04-19T06:14:52.290Z] 87140244b024: Preparing [2021-04-19T06:14:52.290Z] 24e7f7055b97: Preparing [2021-04-19T06:14:52.290Z] f52c1460450a: Preparing [2021-04-19T06:14:52.290Z] 32f366d666a5: Preparing [2021-04-19T06:14:52.290Z] 32f366d666a5: Waiting [2021-04-19T06:14:52.290Z] 24e7f7055b97: Layer already exists [2021-04-19T06:14:52.290Z] 87140244b024: Layer already exists [2021-04-19T06:14:52.290Z] f52c1460450a: Layer already exists [2021-04-19T06:14:52.290Z] 6b74ad661098: Layer already exists [2021-04-19T06:14:52.290Z] 81a8ddb81530: Layer already exists [2021-04-19T06:14:52.290Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:52.290Z] 658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:52.623Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:14:52.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-04-19T06:14:52.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-19T06:14:52.944Z] 81a8ddb81530: Preparing [2021-04-19T06:14:52.944Z] 6b74ad661098: Preparing [2021-04-19T06:14:52.944Z] 87140244b024: Preparing [2021-04-19T06:14:52.944Z] 24e7f7055b97: Preparing [2021-04-19T06:14:52.944Z] f52c1460450a: Preparing [2021-04-19T06:14:52.944Z] 32f366d666a5: Preparing [2021-04-19T06:14:52.944Z] 32f366d666a5: Waiting [2021-04-19T06:14:52.944Z] 24e7f7055b97: Layer already exists [2021-04-19T06:14:52.944Z] f52c1460450a: Layer already exists [2021-04-19T06:14:52.944Z] 87140244b024: Layer already exists [2021-04-19T06:14:52.944Z] 6b74ad661098: Layer already exists [2021-04-19T06:14:52.944Z] 81a8ddb81530: Layer already exists [2021-04-19T06:14:52.944Z] 32f366d666a5: Layer already exists [2021-04-19T06:14:52.944Z] master: digest: sha256:3f9d772dfda72574a3ca5aeeb5742060c73cc27c5421facc1608e4e7cfb91375 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T06:14:53.004Z] ===================================================== [Pipeline] echo [2021-04-19T06:14:53.020Z] taggedImages: [2021-04-19T06:14:53.020Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332 [2021-04-19T06:14:53.020Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-19T06:14:53.020Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.9 [2021-04-19T06:14:53.020Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [2021-04-19T06:14:53.020Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:14:53.512Z] ---> job-cost.sh [2021-04-19T06:14:53.512Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qNN9 [2021-04-19T06:15:00.151Z] Removing intermediate container dc565e21a7a7 [2021-04-19T06:15:00.151Z] ---> 69c3f2a247fd [2021-04-19T06:15:00.151Z] Step 12/25 : FROM alpine:3.12 [2021-04-19T06:15:00.151Z] 3.12: Pulling from library/alpine [2021-04-19T06:15:00.151Z] d2f70382dc9a: Pulling fs layer [2021-04-19T06:15:00.151Z] d2f70382dc9a: Verifying Checksum [2021-04-19T06:15:00.151Z] d2f70382dc9a: Download complete [2021-04-19T06:15:00.151Z] d2f70382dc9a: Pull complete [2021-04-19T06:15:00.151Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T06:15:00.151Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T06:15:00.151Z] ---> 9852663dfa18 [2021-04-19T06:15:00.151Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-19T06:15:00.151Z] ---> Running in 613e626087df [2021-04-19T06:15:00.423Z] Removing intermediate container 613e626087df [2021-04-19T06:15:00.423Z] ---> c11675da6332 [2021-04-19T06:15:00.423Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T06:15:00.697Z] ---> Running in 9c8a94e4b611 [2021-04-19T06:15:03.340Z] Removing intermediate container 9c8a94e4b611 [2021-04-19T06:15:03.340Z] ---> 2fc6ae054a89 [2021-04-19T06:15:03.340Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T06:15:03.340Z] ---> Running in 587d2952e114 [2021-04-19T06:15:04.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T06:15:04.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T06:15:05.502Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T06:15:05.502Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T06:15:05.502Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T06:15:05.771Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T06:15:06.045Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T06:15:06.045Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T06:15:06.045Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T06:15:06.045Z] OK: 8 MiB in 20 packages [2021-04-19T06:15:07.479Z] Removing intermediate container 587d2952e114 [2021-04-19T06:15:07.479Z] ---> fc0feaa0eaf9 [2021-04-19T06:15:07.479Z] Step 16/25 : WORKDIR / [2021-04-19T06:15:07.479Z] ---> Running in 3d3727990c1c [2021-04-19T06:15:08.074Z] Removing intermediate container 3d3727990c1c [2021-04-19T06:15:08.074Z] ---> f453375bdf49 [2021-04-19T06:15:08.074Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-19T06:15:08.669Z] ---> 77cd658a9d10 [2021-04-19T06:15:08.669Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-19T06:15:09.647Z] ---> c0bceb31c00d [2021-04-19T06:15:09.647Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-19T06:15:11.079Z] ---> 341d3c1f5408 [2021-04-19T06:15:11.079Z] Step 20/25 : EXPOSE 49990 [2021-04-19T06:15:11.079Z] ---> Running in 4eb0b8d29bcf [2021-04-19T06:15:11.354Z] Removing intermediate container 4eb0b8d29bcf [2021-04-19T06:15:11.354Z] ---> b9fad5330f69 [2021-04-19T06:15:11.354Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-19T06:15:11.627Z] ---> Running in a23cfc7bf3ab [2021-04-19T06:15:12.218Z] Removing intermediate container a23cfc7bf3ab [2021-04-19T06:15:12.218Z] ---> cb2d75df4380 [2021-04-19T06:15:12.218Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T06:15:12.218Z] ---> Running in a7b80d014a38 [2021-04-19T06:15:12.814Z] Removing intermediate container a7b80d014a38 [2021-04-19T06:15:12.814Z] ---> 920873b7a2f6 [2021-04-19T06:15:12.814Z] Step 23/25 : LABEL arch=arm64 [2021-04-19T06:15:12.814Z] ---> Running in cfa28e3db5d1 [2021-04-19T06:15:13.087Z] Removing intermediate container cfa28e3db5d1 [2021-04-19T06:15:13.087Z] ---> c8564cba74df [2021-04-19T06:15:13.087Z] Step 24/25 : LABEL git_sha=658d6cb39e0f87515e0fd512fa46517441b13332 [2021-04-19T06:15:13.360Z] ---> Running in 09e0a4ca82a2 [2021-04-19T06:15:13.954Z] Removing intermediate container 09e0a4ca82a2 [2021-04-19T06:15:13.954Z] ---> 301c42946289 [2021-04-19T06:15:13.954Z] Step 25/25 : LABEL version=1.3.2-dev.9 [2021-04-19T06:15:13.954Z] ---> Running in 0ead5aeaa5b8 [2021-04-19T06:15:14.554Z] Removing intermediate container 0ead5aeaa5b8 [2021-04-19T06:15:14.554Z] ---> bb4db3b050ab [2021-04-19T06:15:14.554Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-19T06:15:14.554Z] Successfully built bb4db3b050ab [2021-04-19T06:15:14.554Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T06:15:14.689Z] provisioning config files... [2021-04-19T06:15:14.736Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config2270805776163044413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:15:15.097Z] ---> docker-login.sh [2021-04-19T06:15:15.097Z] nexus3.edgexfoundry.org:10001 [2021-04-19T06:15:15.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:15.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:15.376Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:15.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:15.376Z] [2021-04-19T06:15:15.376Z] Login Succeeded [2021-04-19T06:15:15.376Z] nexus3.edgexfoundry.org:10002 [2021-04-19T06:15:15.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:15.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:15.969Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:15.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:15.969Z] [2021-04-19T06:15:15.969Z] Login Succeeded [2021-04-19T06:15:15.969Z] nexus3.edgexfoundry.org:10003 [2021-04-19T06:15:16.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:16.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:16.514Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:16.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:16.514Z] [2021-04-19T06:15:16.514Z] Login Succeeded [2021-04-19T06:15:16.514Z] nexus3.edgexfoundry.org:10004 [2021-04-19T06:15:16.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:17.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:17.060Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:17.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:17.060Z] [2021-04-19T06:15:17.060Z] Login Succeeded [2021-04-19T06:15:17.060Z] docker.io [2021-04-19T06:15:17.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T06:15:17.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T06:15:17.925Z] Configure a credential helper to remove this warning. See [2021-04-19T06:15:17.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T06:15:17.925Z] [2021-04-19T06:15:17.925Z] Login Succeeded [2021-04-19T06:15:17.925Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T06:15:17.942Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T06:15:18.007Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-04-19T06:15:18.007Z] 658d6cb39e0f87515e0fd512fa46517441b13332 [2021-04-19T06:15:18.007Z] latest [2021-04-19T06:15:18.007Z] 1.3.2-dev.9 [2021-04-19T06:15:18.007Z] 658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [2021-04-19T06:15:18.007Z] master [2021-04-19T06:15:18.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:18.382Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:18.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332 [2021-04-19T06:15:18.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-19T06:15:18.730Z] 01356f4dc561: Preparing [2021-04-19T06:15:18.730Z] df8c757df49e: Preparing [2021-04-19T06:15:18.730Z] 8e1bef64b2ab: Preparing [2021-04-19T06:15:18.730Z] d534143c8f49: Preparing [2021-04-19T06:15:18.730Z] a14fb0df5faf: Preparing [2021-04-19T06:15:18.730Z] 3fbe34a1663b: Preparing [2021-04-19T06:15:18.730Z] 3fbe34a1663b: Waiting [2021-04-19T06:15:19.026Z] df8c757df49e: Pushed [2021-04-19T06:15:19.026Z] 8e1bef64b2ab: Pushed [2021-04-19T06:15:19.026Z] a14fb0df5faf: Pushed [2021-04-19T06:15:19.300Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:15:19.894Z] d534143c8f49: Pushed [2021-04-19T06:15:20.595Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T06:15:23.269Z] 01356f4dc561: Pushed [2021-04-19T06:15:23.270Z] 658d6cb39e0f87515e0fd512fa46517441b13332: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:23.611Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:23.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-19T06:15:23.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-19T06:15:23.949Z] 01356f4dc561: Preparing [2021-04-19T06:15:23.949Z] df8c757df49e: Preparing [2021-04-19T06:15:23.949Z] 8e1bef64b2ab: Preparing [2021-04-19T06:15:23.949Z] d534143c8f49: Preparing [2021-04-19T06:15:23.949Z] a14fb0df5faf: Preparing [2021-04-19T06:15:23.949Z] 3fbe34a1663b: Preparing [2021-04-19T06:15:23.949Z] 3fbe34a1663b: Waiting [2021-04-19T06:15:23.949Z] a14fb0df5faf: Layer already exists [2021-04-19T06:15:23.949Z] 01356f4dc561: Layer already exists [2021-04-19T06:15:23.949Z] 8e1bef64b2ab: Layer already exists [2021-04-19T06:15:23.949Z] df8c757df49e: Layer already exists [2021-04-19T06:15:23.949Z] d534143c8f49: Layer already exists [2021-04-19T06:15:23.949Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:15:24.222Z] latest: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:24.597Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:24.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.9 [2021-04-19T06:15:24.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-19T06:15:24.937Z] 01356f4dc561: Preparing [2021-04-19T06:15:24.937Z] df8c757df49e: Preparing [2021-04-19T06:15:24.937Z] 8e1bef64b2ab: Preparing [2021-04-19T06:15:24.937Z] d534143c8f49: Preparing [2021-04-19T06:15:24.937Z] a14fb0df5faf: Preparing [2021-04-19T06:15:24.937Z] 3fbe34a1663b: Preparing [2021-04-19T06:15:24.937Z] 3fbe34a1663b: Waiting [2021-04-19T06:15:25.210Z] 01356f4dc561: Layer already exists [2021-04-19T06:15:25.210Z] df8c757df49e: Layer already exists [2021-04-19T06:15:25.210Z] a14fb0df5faf: Layer already exists [2021-04-19T06:15:25.210Z] 8e1bef64b2ab: Layer already exists [2021-04-19T06:15:25.210Z] d534143c8f49: Layer already exists [2021-04-19T06:15:25.210Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:15:25.210Z] 1.3.2-dev.9: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:25.552Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:25.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [2021-04-19T06:15:25.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-19T06:15:25.887Z] 01356f4dc561: Preparing [2021-04-19T06:15:25.887Z] df8c757df49e: Preparing [2021-04-19T06:15:25.887Z] 8e1bef64b2ab: Preparing [2021-04-19T06:15:25.887Z] d534143c8f49: Preparing [2021-04-19T06:15:25.887Z] a14fb0df5faf: Preparing [2021-04-19T06:15:25.887Z] 3fbe34a1663b: Preparing [2021-04-19T06:15:25.887Z] 3fbe34a1663b: Waiting [2021-04-19T06:15:26.158Z] d534143c8f49: Layer already exists [2021-04-19T06:15:26.158Z] df8c757df49e: Layer already exists [2021-04-19T06:15:26.158Z] 01356f4dc561: Layer already exists [2021-04-19T06:15:26.158Z] 8e1bef64b2ab: Layer already exists [2021-04-19T06:15:26.158Z] a14fb0df5faf: Layer already exists [2021-04-19T06:15:26.158Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:15:26.159Z] 658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:26.504Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:15:26.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-04-19T06:15:26.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-19T06:15:26.849Z] 01356f4dc561: Preparing [2021-04-19T06:15:26.849Z] df8c757df49e: Preparing [2021-04-19T06:15:26.849Z] 8e1bef64b2ab: Preparing [2021-04-19T06:15:26.849Z] d534143c8f49: Preparing [2021-04-19T06:15:26.849Z] a14fb0df5faf: Preparing [2021-04-19T06:15:26.849Z] 3fbe34a1663b: Preparing [2021-04-19T06:15:26.849Z] a14fb0df5faf: Layer already exists [2021-04-19T06:15:26.849Z] 01356f4dc561: Layer already exists [2021-04-19T06:15:26.849Z] d534143c8f49: Layer already exists [2021-04-19T06:15:26.849Z] df8c757df49e: Layer already exists [2021-04-19T06:15:26.849Z] 8e1bef64b2ab: Layer already exists [2021-04-19T06:15:27.120Z] 3fbe34a1663b: Layer already exists [2021-04-19T06:15:27.120Z] master: digest: sha256:4bbbf8d59b8dedabcab9505909b20c1d4ba86e037022be1f495e44a663e0f91c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T06:15:27.183Z] ===================================================== [Pipeline] echo [2021-04-19T06:15:27.199Z] taggedImages: [2021-04-19T06:15:27.199Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332 [2021-04-19T06:15:27.199Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-19T06:15:27.199Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.9 [2021-04-19T06:15:27.199Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:658d6cb39e0f87515e0fd512fa46517441b13332-1.3.2-dev.9 [2021-04-19T06:15:27.199Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:15:27.575Z] ---> job-cost.sh [2021-04-19T06:15:27.575Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2XTb [2021-04-19T06:16:06.529Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T06:16:08.145Z] lf-activate-venv(): INFO: Adding /tmp/venv-qNN9/bin to PATH [2021-04-19T06:16:08.145Z] INFO: No Stack... [2021-04-19T06:16:08.145Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T06:16:08.145Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T06:16:08.546Z] + cat /w/workspace/device-virtual-go/48/archives/cost.csv [2021-04-19T06:16:08.546Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T06:16:08.747Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [2021-04-19T06:16:08.755Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] did not exist. Created. [2021-04-19T06:16:08.755Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T06:16:09.329Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T06:16:09.714Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T06:16:09.735Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T06:17:43.287Z] lf-activate-venv(): INFO: Adding /tmp/venv-2XTb/bin to PATH [2021-04-19T06:17:43.287Z] INFO: No Stack... [2021-04-19T06:17:43.287Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T06:17:43.287Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T06:17:43.626Z] + cat /w/workspace/device-virtual-go/48/archives/cost.csv [2021-04-19T06:17:43.626Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T06:17:43.740Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [2021-04-19T06:17:43.756Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] did not exist. Created. [2021-04-19T06:17:43.756Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T06:17:44.114Z] /w/workspace/device-virtual-go/48@tmp/durable-198d0485/script.sh: 1: /w/workspace/device-virtual-go/48@tmp/durable-198d0485/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T06:17:44.461Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T06:17:44.481Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T06:17:44.640Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T06:17:44.652Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-48-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-19T06:17:45.200Z] provisioning config files... [2021-04-19T06:17:45.211Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8969084096847234054tmp [Pipeline] { [Pipeline] sh [2021-04-19T06:17:45.537Z] + set +x [2021-04-19T06:17:45.538Z] + curl -s https://codecov.io/bash [2021-04-19T06:17:45.538Z] + bash -s -- [2021-04-19T06:17:45.802Z] [2021-04-19T06:17:45.802Z] _____ _ [2021-04-19T06:17:45.802Z] / ____| | | [2021-04-19T06:17:45.802Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T06:17:45.802Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T06:17:45.802Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T06:17:45.802Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T06:17:45.802Z] Bash-1.0.1 [2021-04-19T06:17:45.802Z] [2021-04-19T06:17:45.802Z] [2021-04-19T06:17:45.802Z] ==> git version 2.24.3 found [2021-04-19T06:17:45.802Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-19T06:17:45.802Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T06:17:45.802Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T06:17:45.802Z] ==> Jenkins CI detected. [2021-04-19T06:17:45.802Z] project root: . [2021-04-19T06:17:45.802Z] --> token set from env [2021-04-19T06:17:45.802Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T06:17:45.802Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T06:17:45.802Z] ==> Python coveragepy not found [2021-04-19T06:17:45.802Z] ==> Searching for coverage reports in: [2021-04-19T06:17:45.802Z] + . [2021-04-19T06:17:45.802Z] -> Found 1 reports [2021-04-19T06:17:45.802Z] ==> Detecting git/mercurial file structure [2021-04-19T06:17:45.802Z] ==> Reading reports [2021-04-19T06:17:45.802Z] + ./coverage.out bytes=47247 [2021-04-19T06:17:45.802Z] ==> Appending adjustments [2021-04-19T06:17:45.802Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T06:17:46.066Z] + Found adjustments [2021-04-19T06:17:46.066Z] ==> Gzipping contents [2021-04-19T06:17:46.066Z] 8.0K /tmp/codecov.VWXpH2.gz [2021-04-19T06:17:46.066Z] ==> Uploading reports [2021-04-19T06:17:46.066Z] url: https://codecov.io [2021-04-19T06:17:46.067Z] query: branch=master&commit=658d6cb39e0f87515e0fd512fa46517441b13332&build=48&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F48%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T06:17:46.067Z] -> Pinging Codecov [2021-04-19T06:17:46.067Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=658d6cb39e0f87515e0fd512fa46517441b13332&build=48&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F48%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T06:17:46.644Z] -> Uploading to [2021-04-19T06:17:46.644Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/5E52B4B073DB2E39498172D8E973AA87/658d6cb39e0f87515e0fd512fa46517441b13332/cadb5377-fbcf-462a-909e-14c18f1f6d32.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T061746Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e1744aeb6b8228283f481ab0dce6966d1860811df162b287752df1f4e4246fd5 [2021-04-19T06:17:46.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T06:17:46.644Z] Dload Upload Total Spent Left Speed [2021-04-19T06:17:46.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5778 0 0 100 5778 0 14364 --:--:-- --:--:-- --:--:-- 14373 [2021-04-19T06:17:46.908Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] } [2021-04-19T06:17:46.918Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T06:17:47.164Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T06:17:47.189Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:17:47.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T06:17:47.503Z] [2021-04-19T06:17:47.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:17:47.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T06:17:47.830Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T06:17:47.830Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T06:17:47.830Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T06:17:47.830Z] de9db76c5a1d: Pulling fs layer [2021-04-19T06:17:47.830Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T06:17:47.830Z] 0d57e429df01: Pulling fs layer [2021-04-19T06:17:47.830Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T06:17:47.830Z] e1f770b5df2f: Pulling fs layer [2021-04-19T06:17:47.830Z] 85a0685a4137: Pulling fs layer [2021-04-19T06:17:47.830Z] 0d57e429df01: Waiting [2021-04-19T06:17:47.830Z] 4e4be7b47b0d: Waiting [2021-04-19T06:17:47.830Z] e1f770b5df2f: Waiting [2021-04-19T06:17:47.830Z] 85a0685a4137: Waiting [2021-04-19T06:17:47.830Z] 0eba1c9be4d2: Waiting [2021-04-19T06:17:47.830Z] de9db76c5a1d: Verifying Checksum [2021-04-19T06:17:47.830Z] de9db76c5a1d: Download complete [2021-04-19T06:17:47.830Z] 0ef7d3d256c8: Download complete [2021-04-19T06:17:47.830Z] 0d57e429df01: Verifying Checksum [2021-04-19T06:17:47.830Z] 0d57e429df01: Download complete [2021-04-19T06:17:47.830Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T06:17:47.830Z] 4e4be7b47b0d: Download complete [2021-04-19T06:17:47.830Z] 188c0c94c7c5: Download complete [2021-04-19T06:17:48.414Z] 188c0c94c7c5: Pull complete [2021-04-19T06:17:48.679Z] 0ef7d3d256c8: Pull complete [2021-04-19T06:17:48.679Z] de9db76c5a1d: Pull complete [2021-04-19T06:17:48.942Z] e1f770b5df2f: Verifying Checksum [2021-04-19T06:17:48.942Z] e1f770b5df2f: Download complete [2021-04-19T06:17:51.529Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T06:17:51.529Z] 0eba1c9be4d2: Download complete [2021-04-19T06:17:51.529Z] 85a0685a4137: Verifying Checksum [2021-04-19T06:17:51.529Z] 85a0685a4137: Download complete [2021-04-19T06:17:56.897Z] 0eba1c9be4d2: Pull complete [2021-04-19T06:17:56.897Z] 0d57e429df01: Pull complete [2021-04-19T06:17:57.161Z] 4e4be7b47b0d: Pull complete [2021-04-19T06:17:59.094Z] e1f770b5df2f: Pull complete [2021-04-19T06:18:07.294Z] 85a0685a4137: Pull complete [2021-04-19T06:18:07.294Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T06:18:07.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T06:18:07.294Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T06:18:07.549Z] prd-centos7-docker-4c-2g-717 does not seem to be running inside a container [2021-04-19T06:18:07.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T06:18:08.725Z] $ docker top 473503b60df07d17012ffb37c52cb6e72dbe4600a69d2887193d19353547a71d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T06:18:08.852Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T06:18:09.151Z] + set -o pipefail [2021-04-19T06:18:09.151Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T06:18:19.216Z] [2021-04-19T06:18:19.216Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-04-19T06:18:19.216Z] [2021-04-19T06:18:19.216Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/0f82ec11-96a7-4bb6-9d23-010930498813 [2021-04-19T06:18:19.216Z] [2021-04-19T06:18:19.216Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T06:18:19.216Z] [2021-04-19T06:18:19.216Z] [2021-04-19T06:18:19.216Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T06:18:19.216Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T06:18:19.238Z] $ docker stop --time=1 473503b60df07d17012ffb37c52cb6e72dbe4600a69d2887193d19353547a71d [2021-04-19T06:18:22.264Z] $ docker rm -f 473503b60df07d17012ffb37c52cb6e72dbe4600a69d2887193d19353547a71d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T06:18:23.392Z] + git log --format=format:%s -1 658d6cb39e0f87515e0fd512fa46517441b13332 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:18:23.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:18:23.702Z] . [Pipeline] withDockerContainer [2021-04-19T06:18:23.812Z] prd-centos7-docker-4c-2g-717 does not seem to be running inside a container [2021-04-19T06:18:23.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T06:18:24.692Z] $ docker top c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T06:18:24.855Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:18:24.855Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:18:25.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:18:25.107Z] $ docker exec c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 ssh-agent [2021-04-19T06:18:25.273Z] SSH_AUTH_SOCK=/tmp/ssh-498o7DJSjbAg/agent.11 [2021-04-19T06:18:25.273Z] SSH_AGENT_PID=16 [2021-04-19T06:18:25.281Z] Running ssh-add (command line suppressed) [2021-04-19T06:18:25.415Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6721760880050879696.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6721760880050879696.key) [2021-04-19T06:18:25.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:18:25.784Z] + git semver tag [2021-04-19T06:18:25.785Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T06:18:25.785Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-19T06:18:25.785Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-19T06:18:25.785Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T06:18:25.785Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T06:18:25.785Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T06:18:25.785Z] # $SEMVER_BRANCH = master [2021-04-19T06:18:25.785Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-19T06:18:25.785Z] # 658d6cb39e0f87515e0fd512fa46517441b13332 HEAD [2021-04-19T06:18:25.785Z] # -> Force: false [2021-04-19T06:18:25.785Z] # 04831dd045cc75b3b5484b449bb591af76ec71f5 refs/tags/v1.3.2-dev.9 [Pipeline] } [2021-04-19T06:18:25.799Z] $ docker exec --env ******** --env ******** c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 ssh-agent -k [2021-04-19T06:18:25.917Z] unset SSH_AUTH_SOCK; [2021-04-19T06:18:25.918Z] unset SSH_AGENT_PID; [2021-04-19T06:18:25.919Z] echo Agent pid 16 killed; [2021-04-19T06:18:25.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T06:18:26.343Z] + git semver [Pipeline] } [2021-04-19T06:18:26.365Z] $ docker stop --time=1 c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 [2021-04-19T06:18:27.719Z] $ docker rm -f c62be8f72faa01dd9438e4bc8fdd60b41153355a35d18b6c2a62428705ddc202 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:18:28.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T06:18:28.229Z] [2021-04-19T06:18:28.229Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:18:28.545Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T06:18:28.546Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T06:18:28.546Z] ab5ef0e58194: Pulling fs layer [2021-04-19T06:18:28.546Z] 9712f1f96733: Pulling fs layer [2021-04-19T06:18:28.546Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T06:18:28.546Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T06:18:28.546Z] e9a5061849ea: Pulling fs layer [2021-04-19T06:18:28.546Z] d747dcd14b5f: Pulling fs layer [2021-04-19T06:18:28.546Z] 2de7ff778b66: Pulling fs layer [2021-04-19T06:18:28.546Z] e9a5061849ea: Waiting [2021-04-19T06:18:28.546Z] d747dcd14b5f: Waiting [2021-04-19T06:18:28.546Z] 2de7ff778b66: Waiting [2021-04-19T06:18:28.546Z] 0d9ebad4ef96: Waiting [2021-04-19T06:18:28.546Z] 9712f1f96733: Download complete [2021-04-19T06:18:30.480Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T06:18:30.480Z] 63f879dbbcfc: Download complete [2021-04-19T06:18:30.480Z] e9a5061849ea: Verifying Checksum [2021-04-19T06:18:30.480Z] e9a5061849ea: Download complete [2021-04-19T06:18:30.480Z] d747dcd14b5f: Verifying Checksum [2021-04-19T06:18:30.480Z] d747dcd14b5f: Download complete [2021-04-19T06:18:30.744Z] 2de7ff778b66: Verifying Checksum [2021-04-19T06:18:30.744Z] 2de7ff778b66: Download complete [2021-04-19T06:18:31.031Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T06:18:31.031Z] 0d9ebad4ef96: Download complete [2021-04-19T06:18:31.610Z] ab5ef0e58194: Verifying Checksum [2021-04-19T06:18:31.610Z] ab5ef0e58194: Download complete [2021-04-19T06:18:36.948Z] ab5ef0e58194: Pull complete [2021-04-19T06:18:36.948Z] 9712f1f96733: Pull complete [2021-04-19T06:18:39.521Z] 63f879dbbcfc: Pull complete [2021-04-19T06:18:46.141Z] 0d9ebad4ef96: Pull complete [2021-04-19T06:18:47.098Z] e9a5061849ea: Pull complete [2021-04-19T06:18:47.098Z] d747dcd14b5f: Pull complete [2021-04-19T06:18:49.685Z] 2de7ff778b66: Pull complete [2021-04-19T06:18:49.685Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T06:18:49.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T06:18:49.685Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T06:18:49.911Z] prd-centos7-docker-4c-2g-717 does not seem to be running inside a container [2021-04-19T06:18:49.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T06:18:53.592Z] $ docker top 91c26a0bfe174cb0e6ec6249479a63ab4448516fce4ac4a00c45fcc5634d2b82 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T06:18:53.750Z] provisioning config files... [2021-04-19T06:18:53.761Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3750853401578110187tmp [2021-04-19T06:18:53.780Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5359177146726257022tmp [2021-04-19T06:18:53.797Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2520459446499592195tmp [Pipeline] { [Pipeline] echo [2021-04-19T06:18:53.820Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:18:54.128Z] ---> sigul-configuration.sh [2021-04-19T06:18:54.128Z] gpg: directory `/root/.gnupg' created [2021-04-19T06:18:54.128Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T06:18:54.128Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T06:18:54.128Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T06:18:54.128Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T06:18:54.128Z] gpg: CAST5 encrypted data [2021-04-19T06:18:54.417Z] gpg: encrypted with 1 passphrase [2021-04-19T06:18:54.417Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T06:18:54.725Z] + mkdir /home/jenkins [2021-04-19T06:18:54.725Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T06:18:55.163Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-19T06:18:55.181Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:18:55.526Z] ---> sigul-install.sh [2021-04-19T06:19:02.171Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T06:19:02.474Z] + git tag --list [2021-04-19T06:19:02.474Z] v1.0.0 [2021-04-19T06:19:02.474Z] v1.1.0 [2021-04-19T06:19:02.474Z] v1.1.1 [2021-04-19T06:19:02.474Z] v1.2.1 [2021-04-19T06:19:02.474Z] v1.2.2 [2021-04-19T06:19:02.474Z] v1.2.3 [2021-04-19T06:19:02.474Z] v1.3.0 [2021-04-19T06:19:02.474Z] v1.3.1 [2021-04-19T06:19:02.474Z] v1.3.1-dev.1 [2021-04-19T06:19:02.474Z] v1.3.1-dev.2 [2021-04-19T06:19:02.474Z] v1.3.1-dev.3 [2021-04-19T06:19:02.474Z] v1.3.1-dev.4 [2021-04-19T06:19:02.474Z] v1.3.1-dev.5 [2021-04-19T06:19:02.474Z] v1.3.2-dev.1 [2021-04-19T06:19:02.474Z] v1.3.2-dev.2 [2021-04-19T06:19:02.474Z] v1.3.2-dev.3 [2021-04-19T06:19:02.474Z] v1.3.2-dev.4 [2021-04-19T06:19:02.474Z] v1.3.2-dev.5 [2021-04-19T06:19:02.474Z] v1.3.2-dev.6 [2021-04-19T06:19:02.474Z] v1.3.2-dev.7 [2021-04-19T06:19:02.474Z] v1.3.2-dev.8 [2021-04-19T06:19:02.474Z] v1.3.2-dev.9 [Pipeline] sh [2021-04-19T06:19:02.774Z] + lftools sign git-tag v1.3.2-dev.9 [2021-04-19T06:19:04.174Z] Signing Git tag with Sigul... [2021-04-19T06:19:04.174Z] Signing v1.3.2-dev.9 [Pipeline] echo [2021-04-19T06:19:05.139Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:05.441Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T06:19:05.451Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T06:19:05.482Z] $ docker stop --time=1 91c26a0bfe174cb0e6ec6249479a63ab4448516fce4ac4a00c45fcc5634d2b82 [2021-04-19T06:19:07.666Z] $ docker rm -f 91c26a0bfe174cb0e6ec6249479a63ab4448516fce4ac4a00c45fcc5634d2b82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:08.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:19:08.255Z] . [Pipeline] withDockerContainer [2021-04-19T06:19:08.360Z] prd-centos7-docker-4c-2g-717 does not seem to be running inside a container [2021-04-19T06:19:08.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T06:19:09.285Z] $ docker top e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T06:19:09.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:19:09.435Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:19:09.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:19:09.658Z] $ docker exec e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f ssh-agent [2021-04-19T06:19:09.847Z] SSH_AUTH_SOCK=/tmp/ssh-2DpCd7XROLAR/agent.11 [2021-04-19T06:19:09.847Z] SSH_AGENT_PID=16 [2021-04-19T06:19:09.854Z] Running ssh-add (command line suppressed) [2021-04-19T06:19:09.989Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7936719415381888007.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7936719415381888007.key) [2021-04-19T06:19:10.046Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:19:10.352Z] + git semver bump pre [2021-04-19T06:19:10.352Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T06:19:10.352Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-19T06:19:10.352Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-19T06:19:10.352Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T06:19:10.352Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T06:19:10.352Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T06:19:10.352Z] # $SEMVER_BRANCH = master [2021-04-19T06:19:10.352Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-19T06:19:10.352Z] 1.3.2-dev.10 [Pipeline] } [2021-04-19T06:19:10.385Z] $ docker exec --env ******** --env ******** e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f ssh-agent -k [2021-04-19T06:19:10.513Z] unset SSH_AUTH_SOCK; [2021-04-19T06:19:10.514Z] unset SSH_AGENT_PID; [2021-04-19T06:19:10.514Z] echo Agent pid 16 killed; [2021-04-19T06:19:10.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T06:19:10.900Z] + git semver [Pipeline] } [2021-04-19T06:19:10.918Z] $ docker stop --time=1 e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f [2021-04-19T06:19:12.271Z] $ docker rm -f e5082d8dc90d62250174c7ccfbee99dd2d8f155b0bdb65f9218a953bf2f7642f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:12.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T06:19:12.702Z] . [Pipeline] withDockerContainer [2021-04-19T06:19:12.825Z] prd-centos7-docker-4c-2g-717 does not seem to be running inside a container [2021-04-19T06:19:12.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T06:19:13.543Z] $ docker top e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T06:19:13.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T06:19:13.716Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T06:19:13.934Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T06:19:13.940Z] $ docker exec e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 ssh-agent [2021-04-19T06:19:14.115Z] SSH_AUTH_SOCK=/tmp/ssh-CcmSMFasMAWQ/agent.12 [2021-04-19T06:19:14.115Z] SSH_AGENT_PID=18 [2021-04-19T06:19:14.122Z] Running ssh-add (command line suppressed) [2021-04-19T06:19:14.260Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4396753017907274465.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4396753017907274465.key) [2021-04-19T06:19:14.320Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T06:19:14.624Z] + git semver push [2021-04-19T06:19:14.624Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T06:19:14.624Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-19T06:19:14.624Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-19T06:19:14.624Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T06:19:14.624Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T06:19:14.624Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T06:19:14.624Z] # $SEMVER_BRANCH = master [2021-04-19T06:19:14.624Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-19T06:19:19.944Z] $ docker exec --env ******** --env ******** e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 ssh-agent -k [2021-04-19T06:19:20.080Z] unset SSH_AUTH_SOCK; [2021-04-19T06:19:20.081Z] unset SSH_AGENT_PID; [2021-04-19T06:19:20.081Z] echo Agent pid 18 killed; [2021-04-19T06:19:20.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T06:19:20.496Z] + git semver [Pipeline] } [2021-04-19T06:19:20.517Z] $ docker stop --time=1 e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 [2021-04-19T06:19:21.867Z] $ docker rm -f e6fcf0d1c77deb9bd6a5d2d59dfbe00af9f1a13d0877b9d2e7a136f58f4c4a80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:22.628Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:23.199Z] ---> package-listing.sh [2021-04-19T06:19:23.200Z] ++ facter osfamily [2021-04-19T06:19:23.200Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T06:19:23.200Z] + OS_FAMILY=redhat [2021-04-19T06:19:23.200Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-04-19T06:19:23.200Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T06:19:23.200Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T06:19:23.200Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T06:19:23.200Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T06:19:23.200Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-19T06:19:23.200Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T06:19:23.200Z] + case "${OS_FAMILY}" in [2021-04-19T06:19:23.200Z] + rpm -qa [2021-04-19T06:19:23.200Z] + sort [2021-04-19T06:19:28.516Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T06:19:28.516Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T06:19:28.516Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T06:19:28.516Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-19T06:19:28.516Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-04-19T06:19:28.516Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo [2021-04-19T06:19:28.532Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T06:19:28.831Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:29.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T06:19:29.139Z] [2021-04-19T06:19:29.139Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T06:19:29.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T06:19:29.456Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T06:19:29.456Z] df20fa9351a1: Pulling fs layer [2021-04-19T06:19:29.456Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T06:19:29.456Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T06:19:29.456Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T06:19:29.456Z] 93b61091891f: Pulling fs layer [2021-04-19T06:19:29.456Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T06:19:29.456Z] 5e14af77c1be: Pulling fs layer [2021-04-19T06:19:29.456Z] 01666e4c0597: Pulling fs layer [2021-04-19T06:19:29.456Z] aa168da1d23b: Pulling fs layer [2021-04-19T06:19:29.456Z] 93b9cdb0e59b: Waiting [2021-04-19T06:19:29.456Z] 5e14af77c1be: Waiting [2021-04-19T06:19:29.456Z] 01666e4c0597: Waiting [2021-04-19T06:19:29.456Z] aa168da1d23b: Waiting [2021-04-19T06:19:29.456Z] 93b61091891f: Waiting [2021-04-19T06:19:29.456Z] 46f8f816bc3b: Waiting [2021-04-19T06:19:29.456Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T06:19:29.456Z] 36b3adc4ff6f: Download complete [2021-04-19T06:19:29.456Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T06:19:29.456Z] 46f8f816bc3b: Download complete [2021-04-19T06:19:29.732Z] df20fa9351a1: Verifying Checksum [2021-04-19T06:19:29.732Z] df20fa9351a1: Download complete [2021-04-19T06:19:29.732Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T06:19:29.732Z] 93b9cdb0e59b: Download complete [2021-04-19T06:19:29.732Z] 5e14af77c1be: Verifying Checksum [2021-04-19T06:19:29.732Z] 5e14af77c1be: Download complete [2021-04-19T06:19:29.732Z] 93b61091891f: Verifying Checksum [2021-04-19T06:19:29.732Z] 93b61091891f: Download complete [2021-04-19T06:19:29.732Z] 01666e4c0597: Verifying Checksum [2021-04-19T06:19:29.732Z] 01666e4c0597: Download complete [2021-04-19T06:19:29.732Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T06:19:29.732Z] 8ad3a11d3b57: Download complete [2021-04-19T06:19:30.306Z] df20fa9351a1: Pull complete [2021-04-19T06:19:30.570Z] 36b3adc4ff6f: Pull complete [2021-04-19T06:19:32.061Z] aa168da1d23b: Verifying Checksum [2021-04-19T06:19:32.061Z] aa168da1d23b: Download complete [2021-04-19T06:19:32.061Z] 8ad3a11d3b57: Pull complete [2021-04-19T06:19:32.378Z] 46f8f816bc3b: Pull complete [2021-04-19T06:19:32.652Z] 93b61091891f: Pull complete [2021-04-19T06:19:32.652Z] 93b9cdb0e59b: Pull complete [2021-04-19T06:19:32.934Z] 5e14af77c1be: Pull complete [2021-04-19T06:19:33.209Z] 01666e4c0597: Pull complete [2021-04-19T06:19:41.417Z] aa168da1d23b: Pull complete [2021-04-19T06:19:41.417Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T06:19:41.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T06:19:41.418Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T06:19:41.620Z] prd-centos7-docker-4c-2g-717 does not seem to be running inside a container [2021-04-19T06:19:41.678Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T06:19:44.444Z] $ docker top 5b4b2345634c28f2dcf19d6eb88e3a6a1f7002defdd61f7ff948cda38faf8d1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T06:19:44.853Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T06:19:45.154Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T06:19:45.459Z] + ls /var/log/sa-host [2021-04-19T06:19:45.459Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T06:19:45.459Z] file_magic: OK [2021-04-19T06:19:45.459Z] HZ: Using current value: 100 [2021-04-19T06:19:45.459Z] file_header: OK [2021-04-19T06:19:45.459Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T06:19:45.459Z] Statistics: [2021-04-19T06:19:45.459Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T06:19:45.459Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T06:19:45.459Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T06:19:45.459Z] file_magic: OK [2021-04-19T06:19:45.459Z] HZ: Using current value: 100 [2021-04-19T06:19:45.459Z] file_header: OK [2021-04-19T06:19:45.459Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T06:19:45.459Z] Statistics: [2021-04-19T06:19:45.459Z] Hnuu...uuuununununu... [2021-04-19T06:19:45.459Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T06:19:45.619Z] provisioning config files... [2021-04-19T06:19:45.635Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1999540806208790447tmp [Pipeline] { [Pipeline] echo [2021-04-19T06:19:45.658Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:45.958Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T06:19:45.968Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T06:19:45.995Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:46.297Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T06:19:46.309Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:46.637Z] ---> sudo-logs.sh [2021-04-19T06:19:46.637Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T06:19:46.672Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:46.970Z] ---> job-cost.sh [2021-04-19T06:19:46.970Z] lf-activate-venv: SKIPPING [2021-04-19T06:19:46.970Z] DEBUG: total: 0.20999999344348907 [2021-04-19T06:19:46.970Z] INFO: Retrieving Stack Cost... [2021-04-19T06:19:47.919Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T06:19:48.182Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T06:19:48.201Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T06:19:48.502Z] ---> logs-deploy.sh [2021-04-19T06:19:48.502Z] lf-activate-venv: SKIPPING [2021-04-19T06:19:48.502Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/48 [2021-04-19T06:19:48.502Z] INFO: archiving workspace using pattern(s): [2021-04-19T06:19:50.429Z] Archives upload complete. [2021-04-19T06:19:50.429Z] INFO: archiving logs to Nexus [2021-04-19T06:19:51.376Z] ---> uname -a: [2021-04-19T06:19:51.376Z] Linux prd-centos7-docker-4c-2g-717.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-19T06:19:51.376Z] [2021-04-19T06:19:51.376Z] [2021-04-19T06:19:51.376Z] ---> lscpu: [2021-04-19T06:19:51.376Z] Architecture: x86_64 [2021-04-19T06:19:51.376Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T06:19:51.376Z] Byte Order: Little Endian [2021-04-19T06:19:51.376Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T06:19:51.376Z] CPU(s): 4 [2021-04-19T06:19:51.376Z] On-line CPU(s) list: 0-3 [2021-04-19T06:19:51.376Z] Thread(s) per core: 1 [2021-04-19T06:19:51.376Z] Core(s) per socket: 1 [2021-04-19T06:19:51.376Z] Socket(s): 4 [2021-04-19T06:19:51.376Z] NUMA node(s): 1 [2021-04-19T06:19:51.376Z] Vendor ID: GenuineIntel [2021-04-19T06:19:51.376Z] CPU family: 6 [2021-04-19T06:19:51.376Z] Model: 44 [2021-04-19T06:19:51.376Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T06:19:51.376Z] Stepping: 1 [2021-04-19T06:19:51.376Z] CPU MHz: 2933.442 [2021-04-19T06:19:51.376Z] BogoMIPS: 5866.88 [2021-04-19T06:19:51.376Z] Virtualization: VT-x [2021-04-19T06:19:51.376Z] Hypervisor vendor: KVM [2021-04-19T06:19:51.376Z] Virtualization type: full [2021-04-19T06:19:51.376Z] L1d cache: 128 KiB [2021-04-19T06:19:51.376Z] L1i cache: 128 KiB [2021-04-19T06:19:51.376Z] L2 cache: 16 MiB [2021-04-19T06:19:51.376Z] L3 cache: 64 MiB [2021-04-19T06:19:51.376Z] NUMA node0 CPU(s): 0-3 [2021-04-19T06:19:51.376Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T06:19:51.376Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T06:19:51.376Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T06:19:51.376Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T06:19:51.376Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T06:19:51.376Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T06:19:51.376Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T06:19:51.376Z] Vulnerability Srbds: Not affected [2021-04-19T06:19:51.376Z] Vulnerability Tsx async abort: Not affected [2021-04-19T06:19:51.376Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-19T06:19:51.376Z] [2021-04-19T06:19:51.376Z] [2021-04-19T06:19:51.376Z] ---> nproc: [2021-04-19T06:19:51.376Z] 4 [2021-04-19T06:19:51.376Z] [2021-04-19T06:19:51.376Z] [2021-04-19T06:19:51.376Z] ---> df -h: [2021-04-19T06:19:51.376Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T06:19:51.376Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-19T06:19:51.376Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T06:19:51.376Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T06:19:51.376Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T06:19:51.376Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-19T06:19:51.376Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-19T06:19:51.376Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-19T06:19:51.376Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-19T06:19:51.376Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-19T06:19:51.376Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master [2021-04-19T06:19:51.376Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp [2021-04-19T06:19:51.377Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-19T06:19:51.377Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-19T06:19:51.377Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] ---> free -m: [2021-04-19T06:19:51.377Z] total used free shared buff/cache available [2021-04-19T06:19:51.377Z] Mem: 1837 832 151 0 853 940 [2021-04-19T06:19:51.377Z] Swap: 1023 3 1020 [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] ---> ip addr: [2021-04-19T06:19:51.377Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-19T06:19:51.377Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-19T06:19:51.377Z] inet 127.0.0.1/8 scope host lo [2021-04-19T06:19:51.377Z] valid_lft forever preferred_lft forever [2021-04-19T06:19:51.377Z] inet6 ::1/128 scope host [2021-04-19T06:19:51.377Z] valid_lft forever preferred_lft forever [2021-04-19T06:19:51.377Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-19T06:19:51.377Z] link/ether fa:16:3e:00:89:5c brd ff:ff:ff:ff:ff:ff [2021-04-19T06:19:51.377Z] inet 10.30.122.86/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-19T06:19:51.377Z] valid_lft 85647sec preferred_lft 85647sec [2021-04-19T06:19:51.377Z] inet6 fe80::f816:3eff:fe00:895c/64 scope link [2021-04-19T06:19:51.377Z] valid_lft forever preferred_lft forever [2021-04-19T06:19:51.377Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-19T06:19:51.377Z] link/ether 02:42:6e:0f:c5:f5 brd ff:ff:ff:ff:ff:ff [2021-04-19T06:19:51.377Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-19T06:19:51.377Z] valid_lft forever preferred_lft forever [2021-04-19T06:19:51.377Z] inet6 fe80::42:6eff:fe0f:c5f5/64 scope link [2021-04-19T06:19:51.377Z] valid_lft forever preferred_lft forever [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] ---> sar -b -r -n DEV: [2021-04-19T06:19:51.377Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] 06:07:04 LINUX RESTART (4 CPU) [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] 06:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-19T06:19:51.377Z] 06:09:01 13.39 3.62 9.76 0.00 1032.46 292.35 0.00 [2021-04-19T06:19:51.377Z] 06:10:01 1.75 0.00 1.75 0.00 0.00 34.86 0.00 [2021-04-19T06:19:51.377Z] 06:11:01 0.35 0.00 0.35 0.00 0.00 4.33 0.00 [2021-04-19T06:19:51.377Z] 06:12:01 0.68 0.00 0.68 0.00 0.00 8.08 0.00 [2021-04-19T06:19:51.377Z] 06:13:01 0.45 0.00 0.45 0.00 0.00 5.93 0.00 [2021-04-19T06:19:51.377Z] 06:14:01 0.30 0.00 0.30 0.00 0.00 4.10 0.00 [2021-04-19T06:19:51.377Z] 06:15:01 0.30 0.00 0.30 0.00 0.00 3.21 0.00 [2021-04-19T06:19:51.377Z] 06:16:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 [2021-04-19T06:19:51.377Z] 06:17:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 [2021-04-19T06:19:51.377Z] 06:18:01 109.15 52.10 57.05 0.00 2510.45 22950.46 0.00 [2021-04-19T06:19:51.377Z] 06:19:01 364.84 179.99 184.85 0.00 9562.34 44742.42 0.00 [2021-04-19T06:19:51.377Z] Average: 44.79 21.48 23.32 0.00 1192.73 6202.47 0.00 [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] 06:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-19T06:19:51.377Z] 06:09:01 123388 0 630296 33.50 2620 1125240 1109584 37.87 440968 1119012 20 [2021-04-19T06:19:51.377Z] 06:10:01 121988 0 631688 33.57 2620 1125248 1119676 38.21 444056 1117688 20 [2021-04-19T06:19:51.377Z] 06:11:01 121144 0 632528 33.62 2620 1125252 1119808 38.22 444908 1117684 8 [2021-04-19T06:19:51.377Z] 06:12:01 123640 0 630032 33.48 2620 1125252 1108116 37.82 443552 1116568 16 [2021-04-19T06:19:51.377Z] 06:13:01 121016 0 632644 33.62 2620 1125264 1105068 37.71 443444 1119500 8 [2021-04-19T06:19:51.377Z] 06:14:01 123024 0 630632 33.52 2620 1125268 1088356 37.14 441920 1119160 12 [2021-04-19T06:19:51.377Z] 06:15:01 123040 0 630612 33.52 2620 1125272 1088356 37.14 441924 1119160 8 [2021-04-19T06:19:51.377Z] 06:16:01 123096 0 630552 33.51 2620 1125276 1088356 37.14 441944 1119160 8 [2021-04-19T06:19:51.377Z] 06:17:01 122180 0 631460 33.56 2620 1125284 1088524 37.15 442852 1119160 8 [2021-04-19T06:19:51.377Z] 06:18:01 78364 0 756240 40.19 2620 1044320 1506424 51.41 529312 1022328 26660 [2021-04-19T06:19:51.377Z] 06:19:01 105984 0 778600 41.38 1492 995468 1191632 40.67 628808 814924 88908 [2021-04-19T06:19:51.377Z] Average: 116988 0 655935 34.86 2517 1106104 1146718 39.14 467608 1082213 10516 [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] 06:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-19T06:19:51.377Z] 06:09:01 eth0 28.80 18.14 29.28 7.69 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:09:01 docker0 2.15 1.76 0.42 4.32 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:10:01 eth0 5.14 3.03 0.84 8.65 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:11:01 eth0 4.40 3.01 0.55 6.91 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:12:01 eth0 5.45 4.40 1.00 8.85 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:13:01 eth0 0.67 0.52 0.42 0.45 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:15:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:16:01 eth0 0.92 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:17:01 eth0 0.60 0.48 0.27 0.21 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:18:01 eth0 443.18 366.95 4068.71 29.82 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:19:01 eth0 558.72 478.01 3756.32 104.44 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:19:01 vetha538943 29.34 36.78 1.90 244.10 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] 06:19:01 docker0 82.39 93.35 6.30 520.43 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] Average: eth0 95.50 79.72 716.31 15.21 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] Average: vetha538943 2.67 3.35 0.17 22.24 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] Average: docker0 7.70 8.66 0.61 47.81 0.00 0.00 0.00 0.00 [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] ---> sar -P ALL: [2021-04-19T06:19:51.377Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] 06:07:04 LINUX RESTART (4 CPU) [2021-04-19T06:19:51.377Z] [2021-04-19T06:19:51.377Z] 06:08:01 CPU %user %nice %system %iowait %steal %idle [2021-04-19T06:19:51.377Z] 06:09:01 all 1.41 0.00 1.08 0.15 0.13 97.23 [2021-04-19T06:19:51.377Z] 06:09:01 0 1.53 0.00 1.16 0.20 0.15 96.95 [2021-04-19T06:19:51.377Z] 06:09:01 1 1.53 0.00 1.17 0.12 0.12 97.06 [2021-04-19T06:19:51.377Z] 06:09:01 2 1.43 0.00 0.80 0.14 0.12 97.52 [2021-04-19T06:19:51.377Z] 06:09:01 3 1.16 0.00 1.17 0.14 0.14 97.40 [2021-04-19T06:19:51.377Z] 06:10:01 all 0.15 0.00 0.09 0.00 0.01 99.75 [2021-04-19T06:19:51.377Z] 06:10:01 0 0.12 0.00 0.05 0.00 0.02 99.82 [2021-04-19T06:19:51.377Z] 06:10:01 1 0.10 0.00 0.10 0.00 0.02 99.78 [2021-04-19T06:19:51.377Z] 06:10:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2021-04-19T06:19:51.377Z] 06:10:01 3 0.28 0.00 0.13 0.00 0.00 99.58 [2021-04-19T06:19:51.377Z] 06:11:01 all 0.10 0.00 0.07 0.00 0.01 99.81 [2021-04-19T06:19:51.377Z] 06:11:01 0 0.12 0.00 0.07 0.00 0.00 99.82 [2021-04-19T06:19:51.377Z] 06:11:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-19T06:19:51.377Z] 06:11:01 2 0.12 0.00 0.05 0.00 0.02 99.82 [2021-04-19T06:19:51.377Z] 06:11:01 3 0.12 0.00 0.13 0.00 0.03 99.72 [2021-04-19T06:19:51.377Z] 06:12:01 all 0.21 0.00 0.06 0.00 0.00 99.73 [2021-04-19T06:19:51.377Z] 06:12:01 0 0.10 0.00 0.07 0.00 0.00 99.83 [2021-04-19T06:19:51.377Z] 06:12:01 1 0.33 0.00 0.05 0.00 0.00 99.62 [2021-04-19T06:19:51.377Z] 06:12:01 2 0.30 0.00 0.05 0.00 0.00 99.65 [2021-04-19T06:19:51.377Z] 06:12:01 3 0.12 0.00 0.07 0.00 0.00 99.82 [2021-04-19T06:19:51.377Z] 06:13:01 all 0.13 0.00 0.04 0.00 0.02 99.81 [2021-04-19T06:19:51.377Z] 06:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-19T06:19:51.377Z] 06:13:01 1 0.38 0.00 0.03 0.00 0.02 99.57 [2021-04-19T06:19:51.377Z] 06:13:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-19T06:19:51.377Z] 06:13:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-19T06:19:51.377Z] 06:14:01 all 0.08 0.00 0.03 0.00 0.00 99.90 [2021-04-19T06:19:51.377Z] 06:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T06:19:51.377Z] 06:14:01 1 0.23 0.00 0.02 0.00 0.00 99.75 [2021-04-19T06:19:51.377Z] 06:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T06:19:51.377Z] 06:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T06:19:51.377Z] 06:15:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-04-19T06:19:51.377Z] 06:15:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-19T06:19:51.377Z] 06:15:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-19T06:19:51.377Z] 06:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-19T06:19:51.377Z] 06:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-19T06:19:51.377Z] 06:16:01 all 0.14 0.00 0.03 0.00 0.00 99.84 [2021-04-19T06:19:51.377Z] 06:16:01 0 0.10 0.00 0.02 0.00 0.00 99.88 [2021-04-19T06:19:51.377Z] 06:16:01 1 0.37 0.00 0.03 0.00 0.00 99.60 [2021-04-19T06:19:51.377Z] 06:16:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-19T06:19:51.377Z] 06:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-19T06:19:51.377Z] 06:17:01 all 0.17 0.00 0.03 0.00 0.05 99.75 [2021-04-19T06:19:51.377Z] 06:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-19T06:19:51.377Z] 06:17:01 1 0.53 0.00 0.03 0.00 0.10 99.33 [2021-04-19T06:19:51.377Z] 06:17:01 2 0.10 0.00 0.03 0.00 0.03 99.83 [2021-04-19T06:19:51.377Z] 06:17:01 3 0.02 0.00 0.02 0.00 0.07 99.90 [2021-04-19T06:19:51.377Z] 06:18:01 all 5.88 0.00 4.43 0.54 0.11 89.04 [2021-04-19T06:19:51.377Z] 06:18:01 0 6.06 0.00 5.04 0.37 0.12 88.40 [2021-04-19T06:19:51.377Z] 06:18:01 1 6.21 0.00 4.20 0.74 0.13 88.71 [2021-04-19T06:19:51.377Z] 06:18:01 2 5.68 0.00 4.32 0.88 0.08 89.04 [2021-04-19T06:19:51.377Z] 06:18:01 3 5.55 0.00 4.17 0.17 0.12 89.99 [2021-04-19T06:19:51.377Z] 06:19:01 all 14.65 0.00 10.94 5.97 0.13 68.32 [2021-04-19T06:19:51.377Z] 06:19:01 0 13.26 0.00 10.35 4.50 0.10 71.79 [2021-04-19T06:19:51.377Z] 06:19:01 1 19.56 0.00 10.57 6.25 0.14 63.48 [2021-04-19T06:19:51.378Z] 06:19:01 2 12.29 0.00 10.93 5.85 0.14 70.79 [2021-04-19T06:19:51.378Z] 06:19:01 3 13.49 0.00 11.90 7.27 0.14 67.20 [2021-04-19T06:19:51.378Z] [2021-04-19T06:19:51.378Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-19T06:19:51.378Z] Average: all 2.05 0.00 1.49 0.59 0.04 95.82 [2021-04-19T06:19:51.378Z] Average: 0 1.95 0.00 1.49 0.45 0.04 96.08 [2021-04-19T06:19:51.378Z] Average: 1 2.61 0.00 1.45 0.63 0.05 95.27 [2021-04-19T06:19:51.378Z] Average: 2 1.80 0.00 1.46 0.61 0.04 96.09 [2021-04-19T06:19:51.378Z] Average: 3 1.86 0.00 1.57 0.67 0.05 95.86 [2021-04-19T06:19:51.378Z] [2021-04-19T06:19:51.378Z] [2021-04-19T06:19:51.378Z]