Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ad834929aa8e9ec52e16888807ba544aec55768 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-33147 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0ad834929aa8e9ec52e16888807ba544aec55768 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 Commit message: "Merge pull request #180 from hahattan/issue-174" > git rev-list --no-walk dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T09:53:01.758Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T09:53:02.114Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T09:53:02.324Z] ========================================================= [2021-04-07T09:53:02.324Z] EdgeX Global Pipelines Version Info [2021-04-07T09:53:02.324Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:53:08.220Z] ------------------- [2021-04-07T09:53:08.220Z] stable info: [2021-04-07T09:53:08.220Z] ------------------- [2021-04-07T09:53:08.220Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T09:53:08.220Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T09:53:08.220Z] Message: update stable to v1.0.186 [2021-04-07T09:53:08.793Z] ------------------- [2021-04-07T09:53:08.793Z] experimental info: [2021-04-07T09:53:08.793Z] ------------------- [2021-04-07T09:53:08.793Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T09:53:08.793Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T09:53:08.793Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T09:53:09.060Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-07T09:53:09.160Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-07T09:53:09.299Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T09:53:09.394Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T09:53:09.517Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T09:53:09.608Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T09:53:09.698Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T09:53:09.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T09:53:09.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-07T09:53:09.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T09:53:10.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T09:53:10.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-07T09:53:10.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T09:53:10.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T09:53:10.557Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T09:53:10.899Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T09:53:11.010Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T09:53:11.118Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T09:53:11.231Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T09:53:11.357Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-07T09:53:11.447Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-07T09:53:11.542Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-07T09:53:11.637Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-07T09:53:11.728Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-07T09:53:11.853Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-07T09:53:11.937Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T09:53:12.038Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-07T09:53:12.136Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-07T09:53:12.219Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-07T09:53:12.302Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] echo [2021-04-07T09:53:12.389Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ad8349 [Pipeline] echo [2021-04-07T09:53:12.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T09:53:12.689Z] provisioning config files... [2021-04-07T09:53:12.729Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3424838989720383940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:53:13.094Z] ---> docker-login.sh [2021-04-07T09:53:13.094Z] nexus3.edgexfoundry.org:10001 [2021-04-07T09:53:13.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:53:13.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:53:13.617Z] Configure a credential helper to remove this warning. See [2021-04-07T09:53:13.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:53:13.617Z] [2021-04-07T09:53:13.617Z] Login Succeeded [2021-04-07T09:53:13.617Z] nexus3.edgexfoundry.org:10002 [2021-04-07T09:53:13.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:53:13.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:53:13.617Z] Configure a credential helper to remove this warning. See [2021-04-07T09:53:13.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:53:13.617Z] [2021-04-07T09:53:13.617Z] Login Succeeded [2021-04-07T09:53:13.617Z] nexus3.edgexfoundry.org:10003 [2021-04-07T09:53:13.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:53:13.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:53:13.879Z] Configure a credential helper to remove this warning. See [2021-04-07T09:53:13.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:53:13.879Z] [2021-04-07T09:53:13.879Z] Login Succeeded [2021-04-07T09:53:13.879Z] nexus3.edgexfoundry.org:10004 [2021-04-07T09:53:14.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:53:14.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:53:14.142Z] Configure a credential helper to remove this warning. See [2021-04-07T09:53:14.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:53:14.142Z] [2021-04-07T09:53:14.142Z] Login Succeeded [2021-04-07T09:53:14.142Z] docker.io [2021-04-07T09:53:14.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:53:14.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:53:14.404Z] Configure a credential helper to remove this warning. See [2021-04-07T09:53:14.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:53:14.404Z] [2021-04-07T09:53:14.404Z] Login Succeeded [2021-04-07T09:53:14.404Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T09:53:14.413Z] 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-07T09:53:15.205Z] + git log --format=format:%s -1 0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] echo [2021-04-07T09:53:15.267Z] GIT_COMMIT: 0ad834929aa8e9ec52e16888807ba544aec55768, Commit Message: Merge pull request #180 from hahattan/issue-174 [Pipeline] echo [2021-04-07T09:53:15.312Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:53:16.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T09:53:16.280Z] [2021-04-07T09:53:16.280Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:53:16.624Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T09:53:16.624Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T09:53:16.624Z] 31603596830f: Pulling fs layer [2021-04-07T09:53:16.624Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T09:53:16.624Z] 6ca5941a6612: Pulling fs layer [2021-04-07T09:53:16.624Z] ecc8261a40a4: Pulling fs layer [2021-04-07T09:53:16.624Z] ecc8261a40a4: Waiting [2021-04-07T09:53:16.624Z] 2a8b12db71e7: Verifying Checksum [2021-04-07T09:53:16.624Z] 2a8b12db71e7: Download complete [2021-04-07T09:53:16.888Z] 31603596830f: Verifying Checksum [2021-04-07T09:53:16.888Z] 31603596830f: Download complete [2021-04-07T09:53:16.888Z] ecc8261a40a4: Verifying Checksum [2021-04-07T09:53:16.888Z] ecc8261a40a4: Download complete [2021-04-07T09:53:17.153Z] 6ca5941a6612: Verifying Checksum [2021-04-07T09:53:17.153Z] 6ca5941a6612: Download complete [2021-04-07T09:53:17.153Z] 31603596830f: Pull complete [2021-04-07T09:53:17.415Z] 2a8b12db71e7: Pull complete [2021-04-07T09:53:17.991Z] 6ca5941a6612: Pull complete [2021-04-07T09:53:18.252Z] ecc8261a40a4: Pull complete [2021-04-07T09:53:18.252Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T09:53:18.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T09:53:18.515Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T09:53:18.622Z] prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container [2021-04-07T09:53:18.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T09:53:20.619Z] $ docker top 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T09:53:21.040Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T09:53:21.040Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T09:53:21.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T09:53:21.263Z] $ docker exec 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd ssh-agent [2021-04-07T09:53:21.447Z] SSH_AUTH_SOCK=/tmp/ssh-4XsnjZ5o5wJW/agent.13 [2021-04-07T09:53:21.447Z] SSH_AGENT_PID=19 [2021-04-07T09:53:21.461Z] Running ssh-add (command line suppressed) [2021-04-07T09:53:21.580Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1998136277597173365.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1998136277597173365.key) [2021-04-07T09:53:21.641Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T09:53:21.977Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T09:53:21.993Z] $ docker exec --env ******** --env ******** 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd ssh-agent -k [2021-04-07T09:53:22.103Z] unset SSH_AUTH_SOCK; [2021-04-07T09:53:22.103Z] unset SSH_AGENT_PID; [2021-04-07T09:53:22.103Z] echo Agent pid 19 killed; [2021-04-07T09:53:22.159Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T09:53:22.297Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T09:53:22.297Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T09:53:22.465Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T09:53:22.461Z] $ docker exec 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd ssh-agent [2021-04-07T09:53:22.651Z] SSH_AUTH_SOCK=/tmp/ssh-DOvfiOSfeNqN/agent.48 [2021-04-07T09:53:22.651Z] SSH_AGENT_PID=53 [2021-04-07T09:53:22.657Z] Running ssh-add (command line suppressed) [2021-04-07T09:53:22.774Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2497811136997121595.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2497811136997121595.key) [2021-04-07T09:53:22.837Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T09:53:23.204Z] + git semver init [2021-04-07T09:53:23.204Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T09:53:23.204Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-07T09:53:23.204Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-07T09:53:23.204Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T09:53:23.204Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T09:53:23.204Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T09:53:23.204Z] # $SEMVER_BRANCH = master [2021-04-07T09:53:23.204Z] # $SEMVER_TEMP = /tmp/semver-435223741 [2021-04-07T09:53:23.204Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-07T09:53:23.467Z] # '/tmp/semver-435223741' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-04-07T09:53:23.731Z] # -> Force: false [2021-04-07T09:53:23.731Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-07T09:53:23.736Z] $ docker exec --env ******** --env ******** 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd ssh-agent -k [2021-04-07T09:53:23.848Z] unset SSH_AUTH_SOCK; [2021-04-07T09:53:23.849Z] unset SSH_AGENT_PID; [2021-04-07T09:53:23.849Z] echo Agent pid 53 killed; [2021-04-07T09:53:23.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T09:53:24.357Z] + git semver [Pipeline] } [2021-04-07T09:53:24.370Z] $ docker stop --time=1 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd [2021-04-07T09:53:25.756Z] $ docker rm -f 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T09:53:26.270Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T09:53:26.670Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T09:53:26.673Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.5 [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-07T09:53:42.203Z] Still waiting to schedule task [2021-04-07T09:53:42.203Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-07T09:53:42.207Z] Still waiting to schedule task [2021-04-07T09:53:42.207Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-07T09:55:19.644Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33148 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-07T09:55:19.707Z] Running in /w/workspace/device-virtual-go/44 [Pipeline] { [Pipeline] checkout [2021-04-07T09:55:24.892Z] using credential edgex-jenkins-ssh [2021-04-07T09:55:24.942Z] Cloning the remote Git repository [2021-04-07T09:55:24.981Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:55:25.091Z] > git init /w/workspace/device-virtual-go/44 # timeout=10 [2021-04-07T09:55:25.187Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:55:25.188Z] > git --version # timeout=10 [2021-04-07T09:55:25.206Z] > git --version # 'git version 2.17.1' [2021-04-07T09:55:25.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:55:25.284Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T09:55:26.671Z] Checking out Revision 0ad834929aa8e9ec52e16888807ba544aec55768 (master) [2021-04-07T09:55:26.095Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-07T09:55:26.120Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T09:55:26.144Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-07T09:55:26.182Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:55:26.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:55:26.193Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T09:55:26.676Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T09:55:26.695Z] > git checkout -f 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 [2021-04-07T09:55:31.241Z] Commit message: "Merge pull request #180 from hahattan/issue-174" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T09:55:32.644Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T09:55:33.102Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T09:55:33.444Z] + + sudotrue service [2021-04-07T09:55:33.445Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T09:55:36.142Z] provisioning config files... [2021-04-07T09:55:36.196Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/44@tmp/config1337843860528326104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:55:36.665Z] ---> docker-login.sh [2021-04-07T09:55:36.665Z] nexus3.edgexfoundry.org:10001 [2021-04-07T09:55:37.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:55:37.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:55:37.935Z] Configure a credential helper to remove this warning. See [2021-04-07T09:55:37.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:55:37.935Z] [2021-04-07T09:55:37.935Z] Login Succeeded [2021-04-07T09:55:37.935Z] nexus3.edgexfoundry.org:10002 [2021-04-07T09:55:38.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:55:38.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:55:38.532Z] Configure a credential helper to remove this warning. See [2021-04-07T09:55:38.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:55:38.532Z] [2021-04-07T09:55:38.532Z] Login Succeeded [2021-04-07T09:55:38.532Z] nexus3.edgexfoundry.org:10003 [2021-04-07T09:55:38.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:55:39.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:55:39.083Z] Configure a credential helper to remove this warning. See [2021-04-07T09:55:39.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:55:39.083Z] [2021-04-07T09:55:39.083Z] Login Succeeded [2021-04-07T09:55:39.083Z] nexus3.edgexfoundry.org:10004 [2021-04-07T09:55:39.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:55:39.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:55:39.635Z] Configure a credential helper to remove this warning. See [2021-04-07T09:55:39.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:55:39.635Z] [2021-04-07T09:55:39.635Z] Login Succeeded [2021-04-07T09:55:39.635Z] docker.io [2021-04-07T09:55:40.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:55:40.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:55:40.507Z] Configure a credential helper to remove this warning. See [2021-04-07T09:55:40.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:55:40.507Z] [2021-04-07T09:55:40.507Z] Login Succeeded [2021-04-07T09:55:40.507Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T09:55:40.524Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T09:55:40.999Z] ========================================================= [2021-04-07T09:55:40.999Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T09:55:40.999Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:55:41.385Z] + 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-07T09:55:41.665Z] Sending build context to Docker daemon 497.7kB [2021-04-07T09:55:41.665Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T09:55:41.665Z] Step 2/8 : FROM ${BASE} [2021-04-07T09:55:41.938Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T09:55:41.938Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T09:55:41.938Z] a4357932f1b6: Pulling fs layer [2021-04-07T09:55:41.938Z] 18c013af1878: Pulling fs layer [2021-04-07T09:55:41.938Z] 00ac8860ef70: Pulling fs layer [2021-04-07T09:55:41.938Z] 63d7cb157983: Pulling fs layer [2021-04-07T09:55:41.938Z] b116817d02f9: Pulling fs layer [2021-04-07T09:55:41.938Z] 745a02a5169b: Pulling fs layer [2021-04-07T09:55:41.938Z] b116817d02f9: Waiting [2021-04-07T09:55:41.938Z] 745a02a5169b: Waiting [2021-04-07T09:55:41.938Z] 00ac8860ef70: Waiting [2021-04-07T09:55:41.938Z] 63d7cb157983: Waiting [2021-04-07T09:55:41.938Z] 18c013af1878: Verifying Checksum [2021-04-07T09:55:41.938Z] 18c013af1878: Download complete [2021-04-07T09:55:41.938Z] a4357932f1b6: Download complete [2021-04-07T09:55:41.938Z] 63d7cb157983: Verifying Checksum [2021-04-07T09:55:41.938Z] 63d7cb157983: Download complete [2021-04-07T09:55:42.538Z] b116817d02f9: Verifying Checksum [2021-04-07T09:55:42.538Z] b116817d02f9: Download complete [2021-04-07T09:55:42.815Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T09:55:42.816Z] 5f621e34cdf4: Download complete [2021-04-07T09:55:43.425Z] 5f621e34cdf4: Pull complete [2021-04-07T09:55:44.030Z] a4357932f1b6: Pull complete [2021-04-07T09:55:44.307Z] 18c013af1878: Pull complete [2021-04-07T09:55:44.913Z] 745a02a5169b: Verifying Checksum [2021-04-07T09:55:44.913Z] 745a02a5169b: Download complete [2021-04-07T09:55:46.351Z] 00ac8860ef70: Verifying Checksum [2021-04-07T09:55:46.351Z] 00ac8860ef70: Download complete [2021-04-07T09:55:56.525Z] 00ac8860ef70: Pull complete [2021-04-07T09:55:56.525Z] 63d7cb157983: Pull complete [2021-04-07T09:55:56.525Z] b116817d02f9: Pull complete [2021-04-07T09:55:56.755Z] Running on prd-centos7-docker-4c-2g-33150 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-04-07T09:55:56.805Z] Running in /w/workspace/device-virtual-go/44 [Pipeline] { [Pipeline] checkout [2021-04-07T09:55:59.459Z] using credential edgex-jenkins-ssh [2021-04-07T09:55:59.542Z] Cloning the remote Git repository [2021-04-07T09:55:59.933Z] 745a02a5169b: Pull complete [2021-04-07T09:56:00.208Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T09:56:00.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T09:56:00.208Z] ---> b7e6874047d6 [2021-04-07T09:56:00.208Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-07T09:55:59.567Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:55:59.632Z] > git init /w/workspace/device-virtual-go/44 # timeout=10 [2021-04-07T09:55:59.697Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:55:59.698Z] > git --version # timeout=10 [2021-04-07T09:55:59.704Z] > git --version # 'git version 2.24.3' [2021-04-07T09:55:59.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:55:59.743Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T09:56:00.292Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-07T09:56:00.298Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T09:56:00.308Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-07T09:56:00.322Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:56:00.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:56:00.329Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T09:56:00.716Z] Checking out Revision 0ad834929aa8e9ec52e16888807ba544aec55768 (master) [2021-04-07T09:56:00.724Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T09:56:00.730Z] > git checkout -f 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 [2021-04-07T09:56:02.832Z] ---> Running in 6da75000b1df [2021-04-07T09:56:03.109Z] Removing intermediate container 6da75000b1df [2021-04-07T09:56:03.109Z] ---> b664313f62e3 [2021-04-07T09:56:03.109Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:56:03.383Z] ---> Running in 402c3069accb [2021-04-07T09:56:04.367Z] Commit message: "Merge pull request #180 from hahattan/issue-174" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T09:56:05.364Z] Removing intermediate container 402c3069accb [2021-04-07T09:56:05.364Z] ---> 565de3845eb1 [2021-04-07T09:56:05.364Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-07T09:56:05.421Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T09:56:05.638Z] ---> Running in 348cffacdaf4 [2021-04-07T09:56:05.757Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T09:56:06.052Z] + sudo service docker restart [2021-04-07T09:56:06.053Z] + true [2021-04-07T09:56:06.053Z] Redirecting to /bin/systemctl restart docker.service [2021-04-07T09:56:06.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T09:56:07.059Z] provisioning config files... [2021-04-07T09:56:07.093Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/44@tmp/config6720206922898816850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:56:07.463Z] ---> docker-login.sh [2021-04-07T09:56:07.463Z] nexus3.edgexfoundry.org:10001 [2021-04-07T09:56:07.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T09:56:07.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:56:07.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:56:07.724Z] Configure a credential helper to remove this warning. See [2021-04-07T09:56:07.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:56:07.724Z] [2021-04-07T09:56:07.724Z] Login Succeeded [2021-04-07T09:56:07.724Z] nexus3.edgexfoundry.org:10002 [2021-04-07T09:56:07.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:56:07.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:56:07.985Z] Configure a credential helper to remove this warning. See [2021-04-07T09:56:07.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:56:07.985Z] [2021-04-07T09:56:07.985Z] Login Succeeded [2021-04-07T09:56:07.985Z] nexus3.edgexfoundry.org:10003 [2021-04-07T09:56:08.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:56:08.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:56:08.246Z] Configure a credential helper to remove this warning. See [2021-04-07T09:56:08.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:56:08.246Z] [2021-04-07T09:56:08.246Z] Login Succeeded [2021-04-07T09:56:08.246Z] nexus3.edgexfoundry.org:10004 [2021-04-07T09:56:08.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:56:08.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:56:08.246Z] Configure a credential helper to remove this warning. See [2021-04-07T09:56:08.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:56:08.246Z] [2021-04-07T09:56:08.508Z] Login Succeeded [2021-04-07T09:56:08.508Z] docker.io [2021-04-07T09:56:08.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:56:08.607Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-07T09:56:08.607Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-07T09:56:08.607Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-07T09:56:08.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:56:08.771Z] Configure a credential helper to remove this warning. See [2021-04-07T09:56:08.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:56:08.771Z] [2021-04-07T09:56:08.771Z] Login Succeeded [2021-04-07T09:56:08.771Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T09:56:08.782Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-04-07T09:56:08.876Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-07T09:56:08.876Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T09:56:09.135Z] ========================================================= [2021-04-07T09:56:09.136Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T09:56:09.136Z] ========================================================= [2021-04-07T09:56:09.149Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-07T09:56:09.150Z] (7/13) Installing openssh-client (8.3_p1-r2) [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:56:09.478Z] + 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-07T09:56:09.478Z] Sending build context to Docker daemon 498.7kB [2021-04-07T09:56:09.478Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T09:56:09.478Z] Step 2/8 : FROM ${BASE} [2021-04-07T09:56:09.478Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T09:56:09.478Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T09:56:09.478Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T09:56:09.478Z] de9db76c5a1d: Pulling fs layer [2021-04-07T09:56:09.478Z] bca2f99d35d6: Pulling fs layer [2021-04-07T09:56:09.478Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T09:56:09.478Z] 7c6f9722023f: Pulling fs layer [2021-04-07T09:56:09.478Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T09:56:09.478Z] bca2f99d35d6: Waiting [2021-04-07T09:56:09.478Z] 7c6f9722023f: Waiting [2021-04-07T09:56:09.478Z] a35cf1a2eb13: Waiting [2021-04-07T09:56:09.478Z] 93359f2a8cfa: Waiting [2021-04-07T09:56:09.744Z] de9db76c5a1d: Verifying Checksum [2021-04-07T09:56:09.744Z] de9db76c5a1d: Download complete [2021-04-07T09:56:09.744Z] 0ef7d3d256c8: Download complete [2021-04-07T09:56:09.744Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T09:56:09.744Z] 93359f2a8cfa: Download complete [2021-04-07T09:56:09.744Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T09:56:09.744Z] 188c0c94c7c5: Download complete [2021-04-07T09:56:09.744Z] 7c6f9722023f: Verifying Checksum [2021-04-07T09:56:09.744Z] 7c6f9722023f: Download complete [2021-04-07T09:56:10.008Z] 188c0c94c7c5: Pull complete [2021-04-07T09:56:10.008Z] 0ef7d3d256c8: Pull complete [2021-04-07T09:56:10.117Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-07T09:56:10.117Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-07T09:56:10.117Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-07T09:56:10.269Z] de9db76c5a1d: Pull complete [2021-04-07T09:56:10.387Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-07T09:56:10.387Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-07T09:56:10.657Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-07T09:56:10.928Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T09:56:10.928Z] OK: 149 MiB in 52 packages [2021-04-07T09:56:11.660Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T09:56:11.660Z] a35cf1a2eb13: Download complete [2021-04-07T09:56:12.365Z] Removing intermediate container 348cffacdaf4 [2021-04-07T09:56:12.366Z] ---> 98b2c377adc5 [2021-04-07T09:56:12.366Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-07T09:56:12.614Z] bca2f99d35d6: Verifying Checksum [2021-04-07T09:56:12.614Z] bca2f99d35d6: Download complete [2021-04-07T09:56:12.641Z] ---> Running in 2138fe73e084 [2021-04-07T09:56:12.919Z] Removing intermediate container 2138fe73e084 [2021-04-07T09:56:12.919Z] ---> b1799d953714 [2021-04-07T09:56:12.919Z] Step 7/8 : COPY . . [2021-04-07T09:56:13.898Z] ---> cc0c8d199104 [2021-04-07T09:56:13.898Z] Step 8/8 : RUN go mod download [2021-04-07T09:56:14.181Z] ---> Running in 270b380f3afc [2021-04-07T09:56:19.280Z] bca2f99d35d6: Pull complete [2021-04-07T09:56:19.280Z] 93359f2a8cfa: Pull complete [2021-04-07T09:56:19.280Z] 7c6f9722023f: Pull complete [2021-04-07T09:56:22.603Z] a35cf1a2eb13: Pull complete [2021-04-07T09:56:22.603Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T09:56:22.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T09:56:22.603Z] ---> a62c8e92a672 [2021-04-07T09:56:22.604Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-07T09:56:22.604Z] ---> Running in 6e0f0a9ea3f5 [2021-04-07T09:56:22.604Z] Removing intermediate container 6e0f0a9ea3f5 [2021-04-07T09:56:22.604Z] ---> 444631fe9411 [2021-04-07T09:56:22.604Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:56:22.866Z] ---> Running in aaea7f22dc3c [2021-04-07T09:56:23.818Z] Removing intermediate container aaea7f22dc3c [2021-04-07T09:56:23.818Z] ---> 0085bf9aa950 [2021-04-07T09:56:23.818Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-07T09:56:23.818Z] ---> Running in cb46194837f4 [2021-04-07T09:56:24.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T09:56:24.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T09:56:25.920Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-07T09:56:25.920Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-07T09:56:25.920Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-07T09:56:26.182Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-07T09:56:26.182Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-07T09:56:26.182Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-07T09:56:26.445Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-07T09:56:26.709Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-07T09:56:26.972Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-07T09:56:26.972Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-07T09:56:27.236Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-07T09:56:27.236Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-07T09:56:27.236Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-07T09:56:27.499Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T09:56:27.499Z] OK: 173 MiB in 52 packages [2021-04-07T09:56:28.460Z] Removing intermediate container cb46194837f4 [2021-04-07T09:56:28.460Z] ---> 978746a5f1ab [2021-04-07T09:56:28.460Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-07T09:56:28.726Z] ---> Running in 1787ac8eb759 [2021-04-07T09:56:28.726Z] Removing intermediate container 1787ac8eb759 [2021-04-07T09:56:28.726Z] ---> f811556992d1 [2021-04-07T09:56:28.726Z] Step 7/8 : COPY . . [2021-04-07T09:56:29.677Z] ---> 59a33fb590b4 [2021-04-07T09:56:29.677Z] Step 8/8 : RUN go mod download [2021-04-07T09:56:29.677Z] ---> Running in 348c6bd9a989 [2021-04-07T09:56:40.991Z] Removing intermediate container 270b380f3afc [2021-04-07T09:56:40.991Z] ---> 3049a03b6751 [2021-04-07T09:56:40.991Z] Successfully built 3049a03b6751 [2021-04-07T09:56:40.991Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:56:41.341Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T09:56:41.341Z] . [Pipeline] withDockerContainer [2021-04-07T09:56:41.604Z] prd-ubuntu18.04-docker-arm64-4c-16g-33148 does not seem to be running inside a container [2021-04-07T09:56:41.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/44 -v /w/workspace/device-virtual-go/44:/w/workspace/device-virtual-go/44:rw,z -v /w/workspace/device-virtual-go/44@tmp:/w/workspace/device-virtual-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T09:56:43.077Z] $ docker top 3a8d4df072807c667b7cf1b5e02fb712b3d2a1187eba5d1e53188e75cc09b6dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T09:56:44.078Z] + go version [2021-04-07T09:56:44.078Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T09:56:44.102Z] $ docker stop --time=1 3a8d4df072807c667b7cf1b5e02fb712b3d2a1187eba5d1e53188e75cc09b6dd [2021-04-07T09:56:46.123Z] $ docker rm -f 3a8d4df072807c667b7cf1b5e02fb712b3d2a1187eba5d1e53188e75cc09b6dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:56:47.213Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T09:56:47.213Z] . [Pipeline] withDockerContainer [2021-04-07T09:56:47.474Z] prd-ubuntu18.04-docker-arm64-4c-16g-33148 does not seem to be running inside a container [2021-04-07T09:56:47.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/44 -v /w/workspace/device-virtual-go/44:/w/workspace/device-virtual-go/44:rw,z -v /w/workspace/device-virtual-go/44@tmp:/w/workspace/device-virtual-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T09:56:49.071Z] $ docker top 2c7b0a1dc89eaa1620c71b625d3fdc3f85afd7c34e50d6622aa6797cc0a40881 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T09:56:50.107Z] + make test [2021-04-07T09:56:50.107Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-07T09:56:51.558Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-07T09:56:51.684Z] Removing intermediate container 348c6bd9a989 [2021-04-07T09:56:51.685Z] ---> 4a0d9c055a13 [2021-04-07T09:56:51.685Z] Successfully built 4a0d9c055a13 [2021-04-07T09:56:51.685Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:56:52.001Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T09:56:52.001Z] . [Pipeline] withDockerContainer [2021-04-07T09:56:52.256Z] prd-centos7-docker-4c-2g-33150 does not seem to be running inside a container [2021-04-07T09:56:52.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/44 -v /w/workspace/device-virtual-go/44:/w/workspace/device-virtual-go/44:rw,z -v /w/workspace/device-virtual-go/44@tmp:/w/workspace/device-virtual-go/44@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-x86_64 cat [2021-04-07T09:56:53.125Z] $ docker top 34d8bb3d6c25e2b01d5421629009a6f1f573773a5b75dd7d2cff47e87e738dec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T09:56:53.620Z] + go version [2021-04-07T09:56:53.620Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T09:56:53.635Z] $ docker stop --time=1 34d8bb3d6c25e2b01d5421629009a6f1f573773a5b75dd7d2cff47e87e738dec [2021-04-07T09:56:54.969Z] $ docker rm -f 34d8bb3d6c25e2b01d5421629009a6f1f573773a5b75dd7d2cff47e87e738dec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:56:55.775Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T09:56:55.775Z] . [Pipeline] withDockerContainer [2021-04-07T09:56:55.878Z] prd-centos7-docker-4c-2g-33150 does not seem to be running inside a container [2021-04-07T09:56:55.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/44 -v /w/workspace/device-virtual-go/44:/w/workspace/device-virtual-go/44:rw,z -v /w/workspace/device-virtual-go/44@tmp:/w/workspace/device-virtual-go/44@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-x86_64 cat [2021-04-07T09:56:56.599Z] $ docker top 5493d7dc24041e77514f93a3864a30b0c66b51a117ccf877207b9ece1cedb43f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T09:56:57.099Z] + make test [2021-04-07T09:56:57.100Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-07T09:56:58.055Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-07T09:57:16.347Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-07T09:57:16.347Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.334s coverage: 63.8% of statements [2021-04-07T09:57:16.929Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-07T09:57:21.175Z] gofmt -l . [2021-04-07T09:57:21.175Z] [ "`gofmt -l .`" = "" ] [2021-04-07T09:57:21.175Z] ./bin/test-attribution-txt.sh [2021-04-07T09:57:21.754Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-07T09:57:22.033Z] $ docker stop --time=1 5493d7dc24041e77514f93a3864a30b0c66b51a117ccf877207b9ece1cedb43f [2021-04-07T09:57:23.782Z] $ docker rm -f 5493d7dc24041e77514f93a3864a30b0c66b51a117ccf877207b9ece1cedb43f [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T09:57:24.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T09:57:24.886Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-07T09:57:27.670Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T09:57:27.969Z] + ls -al . [2021-04-07T09:57:27.969Z] total 132 [2021-04-07T09:57:27.969Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 7 09:57 . [2021-04-07T09:57:27.969Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 09:55 .. [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 8039 Apr 7 09:56 Attribution.txt [2021-04-07T09:57:27.969Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 09:56 bin [2021-04-07T09:57:27.969Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 7 09:56 cmd [2021-04-07T09:57:27.969Z] -rw-r--r--. 1 jenkins jenkins 47247 Apr 7 09:57 coverage.out [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 1895 Apr 7 09:56 Dockerfile [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 998 Apr 7 09:56 Dockerfile.build [2021-04-07T09:57:27.969Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 7 09:56 .git [2021-04-07T09:57:27.969Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 7 09:56 .github [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 258 Apr 7 09:56 .gitignore [2021-04-07T09:57:27.969Z] -rw-r--r--. 1 jenkins jenkins 809 Apr 7 09:57 go.mod [2021-04-07T09:57:27.969Z] -rw-r--r--. 1 jenkins jenkins 23574 Apr 7 09:57 go.sum [2021-04-07T09:57:27.969Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 7 09:56 internal [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 660 Apr 7 09:56 Jenkinsfile [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 7 09:56 LICENSE [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 921 Apr 7 09:56 Makefile [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 7 09:56 README.md [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 11 Apr 7 09:53 VERSION [2021-04-07T09:57:27.969Z] -rw-rw-r--. 1 jenkins jenkins 235 Apr 7 09:56 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:57:28.277Z] + 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=0ad834929aa8e9ec52e16888807ba544aec55768 --label arch=amd64 --label version=1.3.2-dev.5 . [2021-04-07T09:57:28.277Z] Sending build context to Docker daemon 571.4kB [2021-04-07T09:57:28.543Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T09:57:28.543Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-07T09:57:28.543Z] ---> 4a0d9c055a13 [2021-04-07T09:57:28.543Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-07T09:57:28.808Z] ---> Running in 7f61a231785d [2021-04-07T09:57:28.808Z] Removing intermediate container 7f61a231785d [2021-04-07T09:57:28.808Z] ---> e6980a532b54 [2021-04-07T09:57:28.808Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-07T09:57:28.808Z] ---> Running in 9547eb3b321d [2021-04-07T09:57:29.078Z] Removing intermediate container 9547eb3b321d [2021-04-07T09:57:29.078Z] ---> 8d9d1a64efe2 [2021-04-07T09:57:29.078Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-07T09:57:29.078Z] ---> Running in 54d4787fce88 [2021-04-07T09:57:29.343Z] Removing intermediate container 54d4787fce88 [2021-04-07T09:57:29.343Z] ---> 3310e8a76f93 [2021-04-07T09:57:29.343Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:57:29.343Z] ---> Running in 0c7d309f95d0 [2021-04-07T09:57:30.295Z] Removing intermediate container 0c7d309f95d0 [2021-04-07T09:57:30.295Z] ---> 1034c2e5d667 [2021-04-07T09:57:30.295Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-07T09:57:30.557Z] ---> Running in 5c065cfa2735 [2021-04-07T09:57:30.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T09:57:31.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T09:57:32.346Z] OK: 173 MiB in 52 packages [2021-04-07T09:57:32.608Z] Removing intermediate container 5c065cfa2735 [2021-04-07T09:57:32.608Z] ---> 0bc2f13fcf70 [2021-04-07T09:57:32.608Z] Step 8/25 : COPY . . [2021-04-07T09:57:33.556Z] ---> 1fa057c38b02 [2021-04-07T09:57:33.556Z] Step 9/25 : RUN go mod download [2021-04-07T09:57:33.556Z] ---> Running in a4bf191c4607 [2021-04-07T09:57:34.510Z] Removing intermediate container a4bf191c4607 [2021-04-07T09:57:34.510Z] ---> 9823372f0e6b [2021-04-07T09:57:34.510Z] Step 10/25 : ARG MAKE='make build' [2021-04-07T09:57:34.510Z] ---> Running in 5d5928403cf4 [2021-04-07T09:57:34.771Z] Removing intermediate container 5d5928403cf4 [2021-04-07T09:57:34.771Z] ---> c54df98f32f3 [2021-04-07T09:57:34.771Z] Step 11/25 : RUN $MAKE [2021-04-07T09:57:34.771Z] ---> Running in 8cd6c8f67a99 [2021-04-07T09:57:35.353Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.5" -o cmd/device-virtual ./cmd [2021-04-07T09:57:48.145Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-07T09:57:48.145Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.371s coverage: 63.8% of statements [2021-04-07T09:57:48.145Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-07T09:57:53.635Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-07T09:57:56.195Z] Removing intermediate container 8cd6c8f67a99 [2021-04-07T09:57:56.195Z] ---> d3a611739e99 [2021-04-07T09:57:56.195Z] Step 12/25 : FROM alpine:3.12 [2021-04-07T09:57:56.466Z] 3.12: Pulling from library/alpine [2021-04-07T09:57:56.466Z] 532819f3e44c: Pulling fs layer [2021-04-07T09:57:56.478Z] gofmt -l . [2021-04-07T09:57:56.478Z] [ "`gofmt -l .`" = "" ] [2021-04-07T09:57:56.478Z] ./bin/test-attribution-txt.sh [2021-04-07T09:57:56.730Z] 532819f3e44c: Download complete [2021-04-07T09:57:56.997Z] 532819f3e44c: Pull complete [2021-04-07T09:57:56.997Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T09:57:56.997Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T09:57:56.997Z] ---> 7230e588e954 [2021-04-07T09:57:56.997Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-07T09:57:56.997Z] ---> Running in 4c7bcda2f893 [2021-04-07T09:57:57.075Z] ./bin/test-go-mod-tidy.sh [2021-04-07T09:57:57.261Z] Removing intermediate container 4c7bcda2f893 [2021-04-07T09:57:57.261Z] ---> 589f3de331f2 [2021-04-07T09:57:57.261Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:57:57.261Z] ---> Running in e02661059470 [Pipeline] } [2021-04-07T09:57:57.698Z] $ docker stop --time=1 2c7b0a1dc89eaa1620c71b625d3fdc3f85afd7c34e50d6622aa6797cc0a40881 [2021-04-07T09:57:58.220Z] Removing intermediate container e02661059470 [2021-04-07T09:57:58.220Z] ---> 493d0e1e8e86 [2021-04-07T09:57:58.220Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2021-04-07T09:57:58.220Z] ---> Running in bed2b8725b22 [2021-04-07T09:57:58.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T09:57:59.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T09:57:59.865Z] $ docker rm -f 2c7b0a1dc89eaa1620c71b625d3fdc3f85afd7c34e50d6622aa6797cc0a40881 [2021-04-07T09:58:00.324Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-07T09:58:00.324Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-07T09:58:00.325Z] (3/5) Installing libstdc++ (9.3.0-r2) [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T09:58:00.590Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-07T09:58:00.590Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-07T09:58:00.856Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T09:58:00.856Z] OK: 8 MiB in 19 packages [2021-04-07T09:58:00.882Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T09:58:00.902Z] Warning: overwriting stash ‘coverage-report’ [2021-04-07T09:58:01.434Z] Removing intermediate container bed2b8725b22 [2021-04-07T09:58:01.434Z] ---> 24d8aeadccd8 [2021-04-07T09:58:01.434Z] Step 16/25 : WORKDIR / [2021-04-07T09:58:01.434Z] ---> Running in 879edc6a5002 [2021-04-07T09:58:01.714Z] Removing intermediate container 879edc6a5002 [2021-04-07T09:58:01.714Z] ---> b3d30b9e5ef3 [2021-04-07T09:58:01.714Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-07T09:58:01.784Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-07T09:58:01.991Z] ---> 990bb16e9a20 [2021-04-07T09:58:01.992Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T09:58:02.255Z] ---> 252c81d0c537 [2021-04-07T09:58:02.255Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-07T09:58:02.583Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T09:58:02.832Z] ---> 5420338b2294 [2021-04-07T09:58:02.832Z] Step 20/25 : EXPOSE 49990 [2021-04-07T09:58:02.832Z] ---> Running in 36b87dcca662 [2021-04-07T09:58:02.986Z] + ls -al . [2021-04-07T09:58:02.986Z] total 156 [2021-04-07T09:58:02.986Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 7 09:57 . [2021-04-07T09:58:02.986Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 09:55 .. [2021-04-07T09:58:02.986Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 09:55 .git [2021-04-07T09:58:02.986Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 09:55 .github [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 258 Apr 7 09:55 .gitignore [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 8039 Apr 7 09:55 Attribution.txt [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 1895 Apr 7 09:55 Dockerfile [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 998 Apr 7 09:55 Dockerfile.build [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 7 09:55 Jenkinsfile [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 09:55 LICENSE [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 921 Apr 7 09:55 Makefile [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 7 09:55 README.md [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 7 09:53 VERSION [2021-04-07T09:58:02.986Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 09:55 bin [2021-04-07T09:58:02.986Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 09:55 cmd [2021-04-07T09:58:02.986Z] -rw-r--r-- 1 jenkins jenkins 47247 Apr 7 09:57 coverage.out [2021-04-07T09:58:02.986Z] -rw-r--r-- 1 jenkins jenkins 809 Apr 7 09:57 go.mod [2021-04-07T09:58:02.986Z] -rw-r--r-- 1 jenkins jenkins 23574 Apr 7 09:57 go.sum [2021-04-07T09:58:02.986Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 09:55 internal [2021-04-07T09:58:02.986Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 7 09:55 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:03.097Z] Removing intermediate container 36b87dcca662 [2021-04-07T09:58:03.097Z] ---> 0325d88073b8 [2021-04-07T09:58:03.097Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-07T09:58:03.097Z] ---> Running in 6b0835403c63 [2021-04-07T09:58:03.371Z] Removing intermediate container 6b0835403c63 [2021-04-07T09:58:03.371Z] ---> ff772d5e9d3d [2021-04-07T09:58:03.371Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T09:58:03.371Z] ---> Running in 07e8c262afa9 [2021-04-07T09:58:03.376Z] + 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=0ad834929aa8e9ec52e16888807ba544aec55768 --label arch=arm64 --label version=1.3.2-dev.5 . [2021-04-07T09:58:03.634Z] Removing intermediate container 07e8c262afa9 [2021-04-07T09:58:03.634Z] ---> eeb236e0d2c1 [2021-04-07T09:58:03.634Z] Step 23/25 : LABEL arch=amd64 [2021-04-07T09:58:03.634Z] ---> Running in 4075549782bf [2021-04-07T09:58:03.669Z] Sending build context to Docker daemon 570.4kB [2021-04-07T09:58:03.898Z] Removing intermediate container 4075549782bf [2021-04-07T09:58:03.899Z] ---> f91ed010b796 [2021-04-07T09:58:03.899Z] Step 24/25 : LABEL git_sha=0ad834929aa8e9ec52e16888807ba544aec55768 [2021-04-07T09:58:03.899Z] ---> Running in 453b6df7f992 [2021-04-07T09:58:03.899Z] Removing intermediate container 453b6df7f992 [2021-04-07T09:58:03.899Z] ---> 9686f5922ed5 [2021-04-07T09:58:03.899Z] Step 25/25 : LABEL version=1.3.2-dev.5 [2021-04-07T09:58:03.962Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T09:58:03.962Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-07T09:58:03.962Z] ---> 3049a03b6751 [2021-04-07T09:58:03.962Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-07T09:58:03.962Z] ---> Running in a8b80801f3ac [2021-04-07T09:58:04.161Z] ---> Running in d56a25afd870 [2021-04-07T09:58:04.162Z] Removing intermediate container d56a25afd870 [2021-04-07T09:58:04.162Z] ---> 048804cb29c8 [2021-04-07T09:58:04.162Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-07T09:58:04.162Z] Successfully built 048804cb29c8 [2021-04-07T09:58:04.162Z] 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-07T09:58:04.538Z] provisioning config files... [2021-04-07T09:58:04.561Z] Removing intermediate container a8b80801f3ac [2021-04-07T09:58:04.561Z] ---> 3cb87d525dce [2021-04-07T09:58:04.561Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-07T09:58:04.561Z] ---> Running in 8b00d1fa09c0 [2021-04-07T09:58:04.600Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/44@tmp/config5151119230066692590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:58:04.963Z] ---> docker-login.sh [2021-04-07T09:58:04.963Z] nexus3.edgexfoundry.org:10001 [2021-04-07T09:58:04.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:58:05.161Z] Removing intermediate container 8b00d1fa09c0 [2021-04-07T09:58:05.161Z] ---> f907662cf022 [2021-04-07T09:58:05.161Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-07T09:58:05.161Z] ---> Running in 223de22caa6b [2021-04-07T09:58:05.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:58:05.226Z] Configure a credential helper to remove this warning. See [2021-04-07T09:58:05.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:58:05.226Z] [2021-04-07T09:58:05.226Z] Login Succeeded [2021-04-07T09:58:05.226Z] nexus3.edgexfoundry.org:10002 [2021-04-07T09:58:05.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:58:05.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:58:05.490Z] Configure a credential helper to remove this warning. See [2021-04-07T09:58:05.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:58:05.490Z] [2021-04-07T09:58:05.490Z] Login Succeeded [2021-04-07T09:58:05.490Z] nexus3.edgexfoundry.org:10003 [2021-04-07T09:58:05.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:58:05.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:58:05.490Z] Configure a credential helper to remove this warning. See [2021-04-07T09:58:05.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:58:05.490Z] [2021-04-07T09:58:05.490Z] Login Succeeded [2021-04-07T09:58:05.490Z] nexus3.edgexfoundry.org:10004 [2021-04-07T09:58:05.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:58:05.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:58:05.752Z] Configure a credential helper to remove this warning. See [2021-04-07T09:58:05.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:58:05.752Z] [2021-04-07T09:58:05.752Z] Login Succeeded [2021-04-07T09:58:05.752Z] docker.io [2021-04-07T09:58:05.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:58:05.754Z] Removing intermediate container 223de22caa6b [2021-04-07T09:58:05.754Z] ---> 52418d5660ad [2021-04-07T09:58:05.754Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:58:06.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:58:06.015Z] Configure a credential helper to remove this warning. See [2021-04-07T09:58:06.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:58:06.015Z] [2021-04-07T09:58:06.015Z] Login Succeeded [2021-04-07T09:58:06.015Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T09:58:06.026Z] Deleting 1 temporary files [2021-04-07T09:58:06.033Z] ---> Running in 53bb1a5801a2 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T09:58:06.240Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-04-07T09:58:06.240Z] 0ad834929aa8e9ec52e16888807ba544aec55768 [2021-04-07T09:58:06.240Z] latest [2021-04-07T09:58:06.240Z] 1.3.2-dev.5 [2021-04-07T09:58:06.240Z] 0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [2021-04-07T09:58:06.240Z] master [2021-04-07T09:58:06.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-04-07T09:58:08.098Z] Removing intermediate container 53bb1a5801a2 [2021-04-07T09:58:08.098Z] ---> a2347ce54a6a [2021-04-07T09:58:08.098Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-07T09:58:08.098Z] ---> Running in 37f404c41977 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:08.505Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:08.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768 [2021-04-07T09:58:08.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-07T09:58:08.814Z] 72e2ced0c6eb: Preparing [2021-04-07T09:58:08.814Z] 232025c40e46: Preparing [2021-04-07T09:58:08.814Z] 247250f0e5a6: Preparing [2021-04-07T09:58:08.814Z] fa4139ccf596: Preparing [2021-04-07T09:58:08.814Z] 0b208b5fe3ab: Preparing [2021-04-07T09:58:08.814Z] b0b9881431d7: Preparing [2021-04-07T09:58:08.814Z] b0b9881431d7: Waiting [2021-04-07T09:58:09.075Z] 247250f0e5a6: Pushed [2021-04-07T09:58:09.075Z] 232025c40e46: Pushed [2021-04-07T09:58:09.075Z] 0b208b5fe3ab: Pushed [2021-04-07T09:58:09.075Z] b0b9881431d7: Layer already exists [2021-04-07T09:58:09.075Z] fa4139ccf596: Pushed [2021-04-07T09:58:09.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T09:58:10.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T09:58:10.481Z] 72e2ced0c6eb: Pushed [2021-04-07T09:58:10.481Z] 0ad834929aa8e9ec52e16888807ba544aec55768: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:10.658Z] OK: 149 MiB in 52 packages [2021-04-07T09:58:10.794Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:11.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-07T09:58:11.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-07T09:58:11.107Z] 72e2ced0c6eb: Preparing [2021-04-07T09:58:11.107Z] 232025c40e46: Preparing [2021-04-07T09:58:11.107Z] 247250f0e5a6: Preparing [2021-04-07T09:58:11.107Z] fa4139ccf596: Preparing [2021-04-07T09:58:11.107Z] 0b208b5fe3ab: Preparing [2021-04-07T09:58:11.107Z] b0b9881431d7: Preparing [2021-04-07T09:58:11.107Z] b0b9881431d7: Waiting [2021-04-07T09:58:11.107Z] 0b208b5fe3ab: Layer already exists [2021-04-07T09:58:11.107Z] 247250f0e5a6: Layer already exists [2021-04-07T09:58:11.107Z] 72e2ced0c6eb: Layer already exists [2021-04-07T09:58:11.107Z] fa4139ccf596: Layer already exists [2021-04-07T09:58:11.107Z] 232025c40e46: Layer already exists [2021-04-07T09:58:11.107Z] b0b9881431d7: Layer already exists [2021-04-07T09:58:11.369Z] latest: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:11.645Z] Removing intermediate container 37f404c41977 [2021-04-07T09:58:11.645Z] ---> cc8c723e3057 [2021-04-07T09:58:11.645Z] Step 8/25 : COPY . . [2021-04-07T09:58:11.680Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:11.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.5 [2021-04-07T09:58:11.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-07T09:58:11.981Z] 72e2ced0c6eb: Preparing [2021-04-07T09:58:11.981Z] 232025c40e46: Preparing [2021-04-07T09:58:11.981Z] 247250f0e5a6: Preparing [2021-04-07T09:58:11.981Z] fa4139ccf596: Preparing [2021-04-07T09:58:11.981Z] 0b208b5fe3ab: Preparing [2021-04-07T09:58:11.981Z] b0b9881431d7: Preparing [2021-04-07T09:58:11.981Z] b0b9881431d7: Waiting [2021-04-07T09:58:11.981Z] fa4139ccf596: Layer already exists [2021-04-07T09:58:11.981Z] 232025c40e46: Layer already exists [2021-04-07T09:58:11.981Z] 247250f0e5a6: Layer already exists [2021-04-07T09:58:11.981Z] 72e2ced0c6eb: Layer already exists [2021-04-07T09:58:11.981Z] 0b208b5fe3ab: Layer already exists [2021-04-07T09:58:11.981Z] b0b9881431d7: Layer already exists [2021-04-07T09:58:12.243Z] 1.3.2-dev.5: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:12.552Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:12.637Z] ---> 54bac9b2e719 [2021-04-07T09:58:12.637Z] Step 9/25 : RUN go mod download [2021-04-07T09:58:12.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [2021-04-07T09:58:12.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-07T09:58:12.852Z] 72e2ced0c6eb: Preparing [2021-04-07T09:58:12.852Z] 232025c40e46: Preparing [2021-04-07T09:58:12.852Z] 247250f0e5a6: Preparing [2021-04-07T09:58:12.852Z] fa4139ccf596: Preparing [2021-04-07T09:58:12.852Z] 0b208b5fe3ab: Preparing [2021-04-07T09:58:12.852Z] b0b9881431d7: Preparing [2021-04-07T09:58:12.852Z] b0b9881431d7: Waiting [2021-04-07T09:58:12.852Z] 232025c40e46: Layer already exists [2021-04-07T09:58:12.852Z] 0b208b5fe3ab: Layer already exists [2021-04-07T09:58:12.852Z] 247250f0e5a6: Layer already exists [2021-04-07T09:58:12.852Z] 72e2ced0c6eb: Layer already exists [2021-04-07T09:58:12.852Z] fa4139ccf596: Layer already exists [2021-04-07T09:58:12.852Z] b0b9881431d7: Layer already exists [2021-04-07T09:58:12.852Z] 0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:12.911Z] ---> Running in 931ae4788e15 [2021-04-07T09:58:13.159Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:58:13.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-04-07T09:58:13.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-04-07T09:58:13.458Z] 72e2ced0c6eb: Preparing [2021-04-07T09:58:13.458Z] 232025c40e46: Preparing [2021-04-07T09:58:13.458Z] 247250f0e5a6: Preparing [2021-04-07T09:58:13.458Z] fa4139ccf596: Preparing [2021-04-07T09:58:13.458Z] 0b208b5fe3ab: Preparing [2021-04-07T09:58:13.458Z] b0b9881431d7: Preparing [2021-04-07T09:58:13.458Z] b0b9881431d7: Waiting [2021-04-07T09:58:13.458Z] fa4139ccf596: Layer already exists [2021-04-07T09:58:13.458Z] 247250f0e5a6: Layer already exists [2021-04-07T09:58:13.458Z] 232025c40e46: Layer already exists [2021-04-07T09:58:13.458Z] 0b208b5fe3ab: Layer already exists [2021-04-07T09:58:13.458Z] 72e2ced0c6eb: Layer already exists [2021-04-07T09:58:13.458Z] b0b9881431d7: Layer already exists [2021-04-07T09:58:13.458Z] master: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T09:58:13.668Z] ===================================================== [Pipeline] echo [2021-04-07T09:58:13.720Z] taggedImages: [2021-04-07T09:58:13.720Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768 [2021-04-07T09:58:13.720Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-04-07T09:58:13.720Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.5 [2021-04-07T09:58:13.720Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [2021-04-07T09:58:13.720Z] - 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-07T09:58:14.651Z] ---> job-cost.sh [2021-04-07T09:58:14.651Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-V3wM [2021-04-07T09:58:15.536Z] Removing intermediate container 931ae4788e15 [2021-04-07T09:58:15.536Z] ---> 73e7e24e5b9e [2021-04-07T09:58:15.536Z] Step 10/25 : ARG MAKE='make build' [2021-04-07T09:58:15.536Z] ---> Running in c7cbd782593c [2021-04-07T09:58:15.809Z] Removing intermediate container c7cbd782593c [2021-04-07T09:58:15.809Z] ---> cd7fef5f29dd [2021-04-07T09:58:15.809Z] Step 11/25 : RUN $MAKE [2021-04-07T09:58:15.809Z] ---> Running in 0c93d97d3cf2 [2021-04-07T09:58:16.794Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.5" -o cmd/device-virtual ./cmd [2021-04-07T09:58:29.610Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T09:59:02.064Z] lf-activate-venv(): INFO: Adding /tmp/venv-V3wM/bin to PATH [2021-04-07T09:59:02.064Z] INFO: No Stack... [2021-04-07T09:59:02.064Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T09:59:02.064Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T09:59:02.372Z] + cat /w/workspace/device-virtual-go/44/archives/cost.csv [2021-04-07T09:59:02.373Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T09:59:02.457Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] [2021-04-07T09:59:02.503Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] did not exist. Created. [2021-04-07T09:59:02.504Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T09:59:02.922Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-07T09:59:03.055Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T09:59:03.071Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T09:59:03.893Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-07T09:59:16.262Z] Removing intermediate container 0c93d97d3cf2 [2021-04-07T09:59:16.262Z] ---> 9bd138333817 [2021-04-07T09:59:16.262Z] Step 12/25 : FROM alpine:3.12 [2021-04-07T09:59:16.262Z] 3.12: Pulling from library/alpine [2021-04-07T09:59:16.262Z] 9a219e8acc52: Pulling fs layer [2021-04-07T09:59:16.262Z] 9a219e8acc52: Verifying Checksum [2021-04-07T09:59:16.262Z] 9a219e8acc52: Download complete [2021-04-07T09:59:16.262Z] 9a219e8acc52: Pull complete [2021-04-07T09:59:16.262Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T09:59:16.262Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T09:59:16.262Z] ---> d75e27dfc0a0 [2021-04-07T09:59:16.262Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-07T09:59:16.262Z] ---> Running in edfd796ba318 [2021-04-07T09:59:16.533Z] Removing intermediate container edfd796ba318 [2021-04-07T09:59:16.533Z] ---> 096d8ba03c02 [2021-04-07T09:59:16.533Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:59:16.805Z] ---> Running in 0af128f4ce98 [2021-04-07T09:59:18.786Z] Removing intermediate container 0af128f4ce98 [2021-04-07T09:59:18.786Z] ---> 5500ec76e145 [2021-04-07T09:59:18.786Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2021-04-07T09:59:18.786Z] ---> Running in 476900314fc1 [2021-04-07T09:59:19.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T09:59:20.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T09:59:21.737Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-07T09:59:21.737Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-07T09:59:21.737Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-07T09:59:22.344Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-07T09:59:22.344Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-07T09:59:22.625Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T09:59:22.625Z] OK: 8 MiB in 19 packages [2021-04-07T09:59:23.609Z] Removing intermediate container 476900314fc1 [2021-04-07T09:59:23.610Z] ---> b3088057174a [2021-04-07T09:59:23.610Z] Step 16/25 : WORKDIR / [2021-04-07T09:59:23.610Z] ---> Running in 6f46b94e9070 [2021-04-07T09:59:24.210Z] Removing intermediate container 6f46b94e9070 [2021-04-07T09:59:24.210Z] ---> 99ae125e6b16 [2021-04-07T09:59:24.210Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-07T09:59:24.811Z] ---> 68db935b0b0d [2021-04-07T09:59:24.811Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-07T09:59:25.422Z] ---> 49861b02085d [2021-04-07T09:59:25.422Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-07T09:59:26.880Z] ---> 88f349713a33 [2021-04-07T09:59:26.880Z] Step 20/25 : EXPOSE 49990 [2021-04-07T09:59:27.153Z] ---> Running in 86c42406e68d [2021-04-07T09:59:27.425Z] Removing intermediate container 86c42406e68d [2021-04-07T09:59:27.425Z] ---> 9deecbb8f3d5 [2021-04-07T09:59:27.425Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-07T09:59:27.697Z] ---> Running in ca5d3cd45cf5 [2021-04-07T09:59:27.970Z] Removing intermediate container ca5d3cd45cf5 [2021-04-07T09:59:27.970Z] ---> f3b732e4c2c8 [2021-04-07T09:59:27.970Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T09:59:28.242Z] ---> Running in 42901737efff [2021-04-07T09:59:28.515Z] Removing intermediate container 42901737efff [2021-04-07T09:59:28.515Z] ---> 05957ce5ed5f [2021-04-07T09:59:28.515Z] Step 23/25 : LABEL arch=arm64 [2021-04-07T09:59:28.788Z] ---> Running in 236337047b97 [2021-04-07T09:59:29.386Z] Removing intermediate container 236337047b97 [2021-04-07T09:59:29.386Z] ---> cf6d48f620fa [2021-04-07T09:59:29.386Z] Step 24/25 : LABEL git_sha=0ad834929aa8e9ec52e16888807ba544aec55768 [2021-04-07T09:59:29.386Z] ---> Running in 7f2e730f32bc [2021-04-07T09:59:29.661Z] Removing intermediate container 7f2e730f32bc [2021-04-07T09:59:29.662Z] ---> 47ad5ffdf3f8 [2021-04-07T09:59:29.662Z] Step 25/25 : LABEL version=1.3.2-dev.5 [2021-04-07T09:59:29.938Z] ---> Running in c3906302c9b2 [2021-04-07T09:59:30.215Z] Removing intermediate container c3906302c9b2 [2021-04-07T09:59:30.215Z] ---> daea4ee6c199 [2021-04-07T09:59:30.215Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-07T09:59:30.215Z] Successfully built daea4ee6c199 [2021-04-07T09:59:30.492Z] 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-07T09:59:31.049Z] provisioning config files... [2021-04-07T09:59:31.102Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/44@tmp/config3235592452540414889tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:59:31.499Z] ---> docker-login.sh [2021-04-07T09:59:31.500Z] nexus3.edgexfoundry.org:10001 [2021-04-07T09:59:31.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:59:31.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:59:31.772Z] Configure a credential helper to remove this warning. See [2021-04-07T09:59:31.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:59:31.772Z] [2021-04-07T09:59:31.772Z] Login Succeeded [2021-04-07T09:59:31.772Z] nexus3.edgexfoundry.org:10002 [2021-04-07T09:59:32.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:59:32.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:59:32.367Z] Configure a credential helper to remove this warning. See [2021-04-07T09:59:32.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:59:32.367Z] [2021-04-07T09:59:32.367Z] Login Succeeded [2021-04-07T09:59:32.367Z] nexus3.edgexfoundry.org:10003 [2021-04-07T09:59:32.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:59:32.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:59:32.961Z] Configure a credential helper to remove this warning. See [2021-04-07T09:59:32.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:59:32.961Z] [2021-04-07T09:59:32.961Z] Login Succeeded [2021-04-07T09:59:32.961Z] nexus3.edgexfoundry.org:10004 [2021-04-07T09:59:33.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:59:33.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:59:33.505Z] Configure a credential helper to remove this warning. See [2021-04-07T09:59:33.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:59:33.505Z] [2021-04-07T09:59:33.505Z] Login Succeeded [2021-04-07T09:59:33.505Z] docker.io [2021-04-07T09:59:33.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:59:34.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:59:34.047Z] Configure a credential helper to remove this warning. See [2021-04-07T09:59:34.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:59:34.047Z] [2021-04-07T09:59:34.047Z] Login Succeeded [2021-04-07T09:59:34.047Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T09:59:34.062Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T09:59:34.303Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-04-07T09:59:34.303Z] 0ad834929aa8e9ec52e16888807ba544aec55768 [2021-04-07T09:59:34.303Z] latest [2021-04-07T09:59:34.303Z] 1.3.2-dev.5 [2021-04-07T09:59:34.303Z] 0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [2021-04-07T09:59:34.303Z] master [2021-04-07T09:59:34.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:34.814Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:35.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768 [2021-04-07T09:59:35.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-07T09:59:35.149Z] ae49a82342e5: Preparing [2021-04-07T09:59:35.149Z] 0decc8ad948e: Preparing [2021-04-07T09:59:35.149Z] d375ed60f709: Preparing [2021-04-07T09:59:35.149Z] c0c18aa03024: Preparing [2021-04-07T09:59:35.149Z] 5da8d1efaeeb: Preparing [2021-04-07T09:59:35.149Z] e08058ee1dfe: Preparing [2021-04-07T09:59:35.149Z] e08058ee1dfe: Waiting [2021-04-07T09:59:35.420Z] d375ed60f709: Pushed [2021-04-07T09:59:35.420Z] 0decc8ad948e: Pushed [2021-04-07T09:59:35.420Z] 5da8d1efaeeb: Pushed [2021-04-07T09:59:35.420Z] e08058ee1dfe: Layer already exists [2021-04-07T09:59:36.009Z] c0c18aa03024: Pushed [2021-04-07T09:59:38.608Z] ae49a82342e5: Pushed [2021-04-07T09:59:38.879Z] 0ad834929aa8e9ec52e16888807ba544aec55768: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:39.228Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:39.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-07T09:59:39.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-07T09:59:39.565Z] ae49a82342e5: Preparing [2021-04-07T09:59:39.565Z] 0decc8ad948e: Preparing [2021-04-07T09:59:39.565Z] d375ed60f709: Preparing [2021-04-07T09:59:39.565Z] c0c18aa03024: Preparing [2021-04-07T09:59:39.565Z] 5da8d1efaeeb: Preparing [2021-04-07T09:59:39.565Z] e08058ee1dfe: Preparing [2021-04-07T09:59:39.565Z] e08058ee1dfe: Waiting [2021-04-07T09:59:39.565Z] 0decc8ad948e: Layer already exists [2021-04-07T09:59:39.565Z] d375ed60f709: Layer already exists [2021-04-07T09:59:39.565Z] c0c18aa03024: Layer already exists [2021-04-07T09:59:39.565Z] ae49a82342e5: Layer already exists [2021-04-07T09:59:39.565Z] 5da8d1efaeeb: Layer already exists [2021-04-07T09:59:39.565Z] e08058ee1dfe: Layer already exists [2021-04-07T09:59:39.836Z] latest: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:40.178Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:40.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.5 [2021-04-07T09:59:40.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-07T09:59:40.513Z] ae49a82342e5: Preparing [2021-04-07T09:59:40.513Z] 0decc8ad948e: Preparing [2021-04-07T09:59:40.513Z] d375ed60f709: Preparing [2021-04-07T09:59:40.513Z] c0c18aa03024: Preparing [2021-04-07T09:59:40.513Z] 5da8d1efaeeb: Preparing [2021-04-07T09:59:40.513Z] e08058ee1dfe: Preparing [2021-04-07T09:59:40.513Z] e08058ee1dfe: Waiting [2021-04-07T09:59:40.513Z] 5da8d1efaeeb: Layer already exists [2021-04-07T09:59:40.513Z] c0c18aa03024: Layer already exists [2021-04-07T09:59:40.513Z] d375ed60f709: Layer already exists [2021-04-07T09:59:40.513Z] ae49a82342e5: Layer already exists [2021-04-07T09:59:40.513Z] 0decc8ad948e: Layer already exists [2021-04-07T09:59:40.784Z] e08058ee1dfe: Layer already exists [2021-04-07T09:59:40.784Z] 1.3.2-dev.5: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:41.125Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:41.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [2021-04-07T09:59:41.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-07T09:59:41.461Z] ae49a82342e5: Preparing [2021-04-07T09:59:41.461Z] 0decc8ad948e: Preparing [2021-04-07T09:59:41.461Z] d375ed60f709: Preparing [2021-04-07T09:59:41.461Z] c0c18aa03024: Preparing [2021-04-07T09:59:41.461Z] 5da8d1efaeeb: Preparing [2021-04-07T09:59:41.461Z] e08058ee1dfe: Preparing [2021-04-07T09:59:41.461Z] ae49a82342e5: Layer already exists [2021-04-07T09:59:41.461Z] d375ed60f709: Layer already exists [2021-04-07T09:59:41.461Z] c0c18aa03024: Layer already exists [2021-04-07T09:59:41.461Z] 0decc8ad948e: Layer already exists [2021-04-07T09:59:41.461Z] 5da8d1efaeeb: Layer already exists [2021-04-07T09:59:41.732Z] e08058ee1dfe: Layer already exists [2021-04-07T09:59:41.732Z] 0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:42.106Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:59:42.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-04-07T09:59:42.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-04-07T09:59:42.443Z] ae49a82342e5: Preparing [2021-04-07T09:59:42.443Z] 0decc8ad948e: Preparing [2021-04-07T09:59:42.443Z] d375ed60f709: Preparing [2021-04-07T09:59:42.443Z] c0c18aa03024: Preparing [2021-04-07T09:59:42.443Z] 5da8d1efaeeb: Preparing [2021-04-07T09:59:42.443Z] e08058ee1dfe: Preparing [2021-04-07T09:59:42.443Z] e08058ee1dfe: Waiting [2021-04-07T09:59:42.443Z] ae49a82342e5: Layer already exists [2021-04-07T09:59:42.443Z] 5da8d1efaeeb: Layer already exists [2021-04-07T09:59:42.443Z] d375ed60f709: Layer already exists [2021-04-07T09:59:42.443Z] 0decc8ad948e: Layer already exists [2021-04-07T09:59:42.443Z] c0c18aa03024: Layer already exists [2021-04-07T09:59:42.443Z] e08058ee1dfe: Layer already exists [2021-04-07T09:59:42.713Z] master: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T09:59:42.910Z] ===================================================== [Pipeline] echo [2021-04-07T09:59:42.981Z] taggedImages: [2021-04-07T09:59:42.982Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768 [2021-04-07T09:59:42.982Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-04-07T09:59:42.982Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.5 [2021-04-07T09:59:42.982Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [2021-04-07T09:59:42.982Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:59:43.545Z] ---> job-cost.sh [2021-04-07T09:59:43.545Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C1eo [2021-04-07T10:00:22.508Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T10:01:59.281Z] lf-activate-venv(): INFO: Adding /tmp/venv-C1eo/bin to PATH [2021-04-07T10:01:59.281Z] INFO: No Stack... [2021-04-07T10:01:59.281Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T10:01:59.281Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T10:01:59.621Z] + cat /w/workspace/device-virtual-go/44/archives/cost.csv [2021-04-07T10:01:59.621Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T10:01:59.730Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] [2021-04-07T10:01:59.740Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] did not exist. Created. [2021-04-07T10:01:59.740Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T10:02:00.188Z] /w/workspace/device-virtual-go/44@tmp/durable-7cdf612e/script.sh: 1: /w/workspace/device-virtual-go/44@tmp/durable-7cdf612e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-07T10:02:00.533Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T10:02:00.610Z] Warning: overwriting stash ‘stack-cost’ [2021-04-07T10:02:00.775Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T10:02:00.790Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-44-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-07T10:02:02.034Z] provisioning config files... [2021-04-07T10:02:02.044Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5522946990656418133tmp [Pipeline] { [Pipeline] sh [2021-04-07T10:02:02.428Z] + set +x [2021-04-07T10:02:02.428Z] + curl -s https://codecov.io/bash [2021-04-07T10:02:02.428Z] + bash -s -- [2021-04-07T10:02:02.691Z] [2021-04-07T10:02:02.691Z] _____ _ [2021-04-07T10:02:02.691Z] / ____| | | [2021-04-07T10:02:02.691Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T10:02:02.691Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T10:02:02.691Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T10:02:02.691Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T10:02:02.691Z] Bash-20210309-2b87ace [2021-04-07T10:02:02.691Z] [2021-04-07T10:02:02.691Z] [2021-04-07T10:02:02.691Z] ==> git version 2.24.3 found [2021-04-07T10:02:02.691Z] ==> 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-07T10:02:02.691Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T10:02:02.691Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T10:02:02.691Z] ==> Jenkins CI detected. [2021-04-07T10:02:02.691Z] project root: . [2021-04-07T10:02:02.691Z] --> token set from env [2021-04-07T10:02:02.691Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T10:02:02.691Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T10:02:02.691Z] ==> Python coveragepy not found [2021-04-07T10:02:02.691Z] ==> Searching for coverage reports in: [2021-04-07T10:02:02.691Z] + . [2021-04-07T10:02:02.691Z] -> Found 1 reports [2021-04-07T10:02:02.691Z] ==> Detecting git/mercurial file structure [2021-04-07T10:02:02.691Z] ==> Reading reports [2021-04-07T10:02:02.691Z] + ./coverage.out bytes=47247 [2021-04-07T10:02:02.691Z] ==> Appending adjustments [2021-04-07T10:02:02.691Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T10:02:02.954Z] + Found adjustments [2021-04-07T10:02:02.954Z] ==> Gzipping contents [2021-04-07T10:02:02.954Z] 8.0K /tmp/codecov.jywjO9.gz [2021-04-07T10:02:02.954Z] ==> Uploading reports [2021-04-07T10:02:02.954Z] url: https://codecov.io [2021-04-07T10:02:02.954Z] query: branch=master&commit=0ad834929aa8e9ec52e16888807ba544aec55768&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-07T10:02:02.954Z] -> Pinging Codecov [2021-04-07T10:02:02.954Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=0ad834929aa8e9ec52e16888807ba544aec55768&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-07T10:02:03.225Z] -> Uploading to [2021-04-07T10:02:03.225Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/5E52B4B073DB2E39498172D8E973AA87/0ad834929aa8e9ec52e16888807ba544aec55768/3579ee94-da85-44c2-83c4-941958d04f50.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T100203Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=529194ad1d2d213c9b7f67a1fb9b741d8faed715050ea5d7ea9e966597d4d15a [2021-04-07T10:02:03.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T10:02:03.225Z] Dload Upload Total Spent Left Speed [2021-04-07T10:02:03.802Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5760 0 0 100 5760 0 13578 --:--:-- --:--:-- --:--:-- 13584 [2021-04-07T10:02:03.802Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] } [2021-04-07T10:02:03.812Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-07T10:02:04.645Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-07T10:02:04.722Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:02:05.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T10:02:05.064Z] [2021-04-07T10:02:05.064Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:02:05.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T10:02:05.415Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-07T10:02:05.415Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T10:02:05.415Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T10:02:05.415Z] de9db76c5a1d: Pulling fs layer [2021-04-07T10:02:05.415Z] 0eba1c9be4d2: Pulling fs layer [2021-04-07T10:02:05.415Z] 0d57e429df01: Pulling fs layer [2021-04-07T10:02:05.415Z] 4e4be7b47b0d: Pulling fs layer [2021-04-07T10:02:05.415Z] e1f770b5df2f: Pulling fs layer [2021-04-07T10:02:05.415Z] 85a0685a4137: Pulling fs layer [2021-04-07T10:02:05.415Z] 0d57e429df01: Waiting [2021-04-07T10:02:05.415Z] 4e4be7b47b0d: Waiting [2021-04-07T10:02:05.415Z] e1f770b5df2f: Waiting [2021-04-07T10:02:05.415Z] 85a0685a4137: Waiting [2021-04-07T10:02:05.415Z] 0eba1c9be4d2: Waiting [2021-04-07T10:02:05.415Z] de9db76c5a1d: Verifying Checksum [2021-04-07T10:02:05.415Z] de9db76c5a1d: Download complete [2021-04-07T10:02:05.415Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T10:02:05.415Z] 0ef7d3d256c8: Download complete [2021-04-07T10:02:05.415Z] 0d57e429df01: Verifying Checksum [2021-04-07T10:02:05.415Z] 0d57e429df01: Download complete [2021-04-07T10:02:05.415Z] 4e4be7b47b0d: Verifying Checksum [2021-04-07T10:02:05.415Z] 4e4be7b47b0d: Download complete [2021-04-07T10:02:05.678Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T10:02:05.678Z] 188c0c94c7c5: Download complete [2021-04-07T10:02:05.943Z] 188c0c94c7c5: Pull complete [2021-04-07T10:02:05.943Z] 0ef7d3d256c8: Pull complete [2021-04-07T10:02:06.206Z] de9db76c5a1d: Pull complete [2021-04-07T10:02:07.605Z] e1f770b5df2f: Verifying Checksum [2021-04-07T10:02:07.605Z] e1f770b5df2f: Download complete [2021-04-07T10:02:09.558Z] 0eba1c9be4d2: Verifying Checksum [2021-04-07T10:02:09.558Z] 0eba1c9be4d2: Download complete [2021-04-07T10:02:09.822Z] 85a0685a4137: Verifying Checksum [2021-04-07T10:02:09.822Z] 85a0685a4137: Download complete [2021-04-07T10:02:15.186Z] 0eba1c9be4d2: Pull complete [2021-04-07T10:02:15.186Z] 0d57e429df01: Pull complete [2021-04-07T10:02:15.186Z] 4e4be7b47b0d: Pull complete [2021-04-07T10:02:17.763Z] e1f770b5df2f: Pull complete [2021-04-07T10:02:25.931Z] 85a0685a4137: Pull complete [2021-04-07T10:02:25.931Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-07T10:02:25.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T10:02:25.931Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-07T10:02:26.159Z] prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container [2021-04-07T10:02:26.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-07T10:02:27.267Z] $ docker top f7821c6b080779940020fdc2c701d8d73276a4ef7ae1d4334b79c9f28fcccf36 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T10:02:27.481Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-07T10:02:27.776Z] + set -o pipefail [2021-04-07T10:02:27.776Z] + snyk monitor '--org=edgex-jenkins' [2021-04-07T10:02:42.716Z] [2021-04-07T10:02:42.716Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-04-07T10:02:42.716Z] [2021-04-07T10:02:42.717Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/69f94038-3267-4dc1-b387-737c602aca33 [2021-04-07T10:02:42.717Z] [2021-04-07T10:02:42.717Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-07T10:02:42.717Z] [2021-04-07T10:02:42.717Z] [2021-04-07T10:02:42.717Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-07T10:02:42.717Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-07T10:02:42.731Z] $ docker stop --time=1 f7821c6b080779940020fdc2c701d8d73276a4ef7ae1d4334b79c9f28fcccf36 [2021-04-07T10:02:45.642Z] $ docker rm -f f7821c6b080779940020fdc2c701d8d73276a4ef7ae1d4334b79c9f28fcccf36 [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-07T10:02:47.455Z] + git log --format=format:%s -1 0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:02:47.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T10:02:47.770Z] . [Pipeline] withDockerContainer [2021-04-07T10:02:47.874Z] prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container [2021-04-07T10:02:47.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T10:02:48.690Z] $ docker top 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T10:02:48.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T10:02:48.992Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T10:02:49.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T10:02:49.226Z] $ docker exec 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 ssh-agent [2021-04-07T10:02:49.410Z] SSH_AUTH_SOCK=/tmp/ssh-9K6KYW3YvoBi/agent.11 [2021-04-07T10:02:49.410Z] SSH_AGENT_PID=16 [2021-04-07T10:02:49.417Z] Running ssh-add (command line suppressed) [2021-04-07T10:02:49.560Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8526779937166358301.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8526779937166358301.key) [2021-04-07T10:02:49.694Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T10:02:50.026Z] + git semver tag [2021-04-07T10:02:50.027Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T10:02:50.027Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-07T10:02:50.027Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-07T10:02:50.027Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T10:02:50.027Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T10:02:50.027Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T10:02:50.027Z] # $SEMVER_BRANCH = master [2021-04-07T10:02:50.027Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-07T10:02:50.027Z] # 0ad834929aa8e9ec52e16888807ba544aec55768 HEAD [2021-04-07T10:02:50.027Z] # -> Force: false [2021-04-07T10:02:50.027Z] # a5e7247867c4e70664847011807c020151ed34ed refs/tags/v1.3.2-dev.5 [Pipeline] } [2021-04-07T10:02:50.033Z] $ docker exec --env ******** --env ******** 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 ssh-agent -k [2021-04-07T10:02:50.160Z] unset SSH_AUTH_SOCK; [2021-04-07T10:02:50.160Z] unset SSH_AGENT_PID; [2021-04-07T10:02:50.160Z] echo Agent pid 16 killed; [2021-04-07T10:02:50.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T10:02:50.712Z] + git semver [Pipeline] } [2021-04-07T10:02:50.722Z] $ docker stop --time=1 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 [2021-04-07T10:02:52.096Z] $ docker rm -f 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:02:52.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T10:02:52.734Z] [2021-04-07T10:02:52.734Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:02:53.087Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T10:02:53.087Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-07T10:02:53.087Z] ab5ef0e58194: Pulling fs layer [2021-04-07T10:02:53.087Z] 9712f1f96733: Pulling fs layer [2021-04-07T10:02:53.087Z] 63f879dbbcfc: Pulling fs layer [2021-04-07T10:02:53.087Z] 0d9ebad4ef96: Pulling fs layer [2021-04-07T10:02:53.087Z] e9a5061849ea: Pulling fs layer [2021-04-07T10:02:53.087Z] d747dcd14b5f: Pulling fs layer [2021-04-07T10:02:53.087Z] 2de7ff778b66: Pulling fs layer [2021-04-07T10:02:53.087Z] e9a5061849ea: Waiting [2021-04-07T10:02:53.087Z] d747dcd14b5f: Waiting [2021-04-07T10:02:53.087Z] 2de7ff778b66: Waiting [2021-04-07T10:02:53.087Z] 0d9ebad4ef96: Waiting [2021-04-07T10:02:53.087Z] 9712f1f96733: Verifying Checksum [2021-04-07T10:02:53.087Z] 9712f1f96733: Download complete [2021-04-07T10:02:54.555Z] 63f879dbbcfc: Verifying Checksum [2021-04-07T10:02:54.555Z] 63f879dbbcfc: Download complete [2021-04-07T10:02:54.858Z] e9a5061849ea: Verifying Checksum [2021-04-07T10:02:54.858Z] e9a5061849ea: Download complete [2021-04-07T10:02:54.858Z] d747dcd14b5f: Verifying Checksum [2021-04-07T10:02:54.858Z] d747dcd14b5f: Download complete [2021-04-07T10:02:55.188Z] 2de7ff778b66: Verifying Checksum [2021-04-07T10:02:55.188Z] 2de7ff778b66: Download complete [2021-04-07T10:02:55.785Z] 0d9ebad4ef96: Verifying Checksum [2021-04-07T10:02:55.785Z] 0d9ebad4ef96: Download complete [2021-04-07T10:02:55.785Z] ab5ef0e58194: Verifying Checksum [2021-04-07T10:02:55.785Z] ab5ef0e58194: Download complete [2021-04-07T10:03:00.014Z] ab5ef0e58194: Pull complete [2021-04-07T10:03:00.277Z] 9712f1f96733: Pull complete [2021-04-07T10:03:02.852Z] 63f879dbbcfc: Pull complete [2021-04-07T10:03:09.486Z] 0d9ebad4ef96: Pull complete [2021-04-07T10:03:10.434Z] e9a5061849ea: Pull complete [2021-04-07T10:03:10.434Z] d747dcd14b5f: Pull complete [2021-04-07T10:03:13.011Z] 2de7ff778b66: Pull complete [2021-04-07T10:03:13.011Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-07T10:03:13.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T10:03:13.011Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-07T10:03:13.238Z] prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container [2021-04-07T10:03:13.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-07T10:03:17.224Z] $ docker top f037e8e9a56e5a434f94cf56acdde96c10d066f18b5a51aa4377eedfa279b79d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-07T10:03:17.513Z] provisioning config files... [2021-04-07T10:03:17.524Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6178552297271390297tmp [2021-04-07T10:03:17.541Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1917090528552891399tmp [2021-04-07T10:03:17.557Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6267850037136249700tmp [Pipeline] { [Pipeline] echo [2021-04-07T10:03:17.608Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:03:17.910Z] ---> sigul-configuration.sh [2021-04-07T10:03:17.910Z] gpg: directory `/root/.gnupg' created [2021-04-07T10:03:17.910Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-07T10:03:17.910Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-07T10:03:17.910Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-07T10:03:17.910Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-07T10:03:17.910Z] gpg: CAST5 encrypted data [2021-04-07T10:03:18.175Z] gpg: encrypted with 1 passphrase [2021-04-07T10:03:18.175Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-07T10:03:18.480Z] + mkdir /home/jenkins [2021-04-07T10:03:18.480Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-07T10:03:18.782Z] + 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-07T10:03:18.793Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:03:19.095Z] ---> sigul-install.sh [2021-04-07T10:03:25.712Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-07T10:03:26.011Z] + git tag --list [2021-04-07T10:03:26.011Z] v1.0.0 [2021-04-07T10:03:26.011Z] v1.1.0 [2021-04-07T10:03:26.011Z] v1.1.1 [2021-04-07T10:03:26.011Z] v1.2.1 [2021-04-07T10:03:26.011Z] v1.2.2 [2021-04-07T10:03:26.011Z] v1.2.3 [2021-04-07T10:03:26.011Z] v1.3.0 [2021-04-07T10:03:26.011Z] v1.3.1 [2021-04-07T10:03:26.011Z] v1.3.1-dev.1 [2021-04-07T10:03:26.011Z] v1.3.1-dev.2 [2021-04-07T10:03:26.011Z] v1.3.1-dev.3 [2021-04-07T10:03:26.011Z] v1.3.1-dev.4 [2021-04-07T10:03:26.011Z] v1.3.1-dev.5 [2021-04-07T10:03:26.011Z] v1.3.2-dev.1 [2021-04-07T10:03:26.011Z] v1.3.2-dev.2 [2021-04-07T10:03:26.011Z] v1.3.2-dev.3 [2021-04-07T10:03:26.011Z] v1.3.2-dev.4 [2021-04-07T10:03:26.011Z] v1.3.2-dev.5 [Pipeline] sh [2021-04-07T10:03:26.316Z] + lftools sign git-tag v1.3.2-dev.5 [2021-04-07T10:03:27.708Z] Signing Git tag with Sigul... [2021-04-07T10:03:27.708Z] Signing v1.3.2-dev.5 [Pipeline] echo [2021-04-07T10:03:28.667Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:03:28.966Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-07T10:03:28.976Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-07T10:03:29.067Z] $ docker stop --time=1 f037e8e9a56e5a434f94cf56acdde96c10d066f18b5a51aa4377eedfa279b79d [2021-04-07T10:03:31.202Z] $ docker rm -f f037e8e9a56e5a434f94cf56acdde96c10d066f18b5a51aa4377eedfa279b79d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:03:32.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T10:03:32.162Z] . [Pipeline] withDockerContainer [2021-04-07T10:03:32.267Z] prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container [2021-04-07T10:03:32.315Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T10:03:33.280Z] $ docker top f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T10:03:33.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T10:03:33.724Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T10:03:33.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T10:03:33.958Z] $ docker exec f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be ssh-agent [2021-04-07T10:03:34.151Z] SSH_AUTH_SOCK=/tmp/ssh-jckLAxjVfshJ/agent.11 [2021-04-07T10:03:34.151Z] SSH_AGENT_PID=17 [2021-04-07T10:03:34.158Z] Running ssh-add (command line suppressed) [2021-04-07T10:03:34.280Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5252249701182280961.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5252249701182280961.key) [2021-04-07T10:03:34.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T10:03:34.691Z] + git semver bump pre [2021-04-07T10:03:34.691Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T10:03:34.691Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-07T10:03:34.691Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-07T10:03:34.691Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T10:03:34.691Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T10:03:34.691Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T10:03:34.691Z] # $SEMVER_BRANCH = master [2021-04-07T10:03:34.691Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-04-07T10:03:34.691Z] 1.3.2-dev.6 [Pipeline] } [2021-04-07T10:03:34.698Z] $ docker exec --env ******** --env ******** f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be ssh-agent -k [2021-04-07T10:03:34.823Z] unset SSH_AUTH_SOCK; [2021-04-07T10:03:34.824Z] unset SSH_AGENT_PID; [2021-04-07T10:03:34.824Z] echo Agent pid 17 killed; [2021-04-07T10:03:34.885Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T10:03:35.361Z] + git semver [Pipeline] } [2021-04-07T10:03:35.373Z] $ docker stop --time=1 f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be [2021-04-07T10:03:36.781Z] $ docker rm -f f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:03:37.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T10:03:37.365Z] . [Pipeline] withDockerContainer [2021-04-07T10:03:37.505Z] prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container [2021-04-07T10:03:37.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T10:03:38.217Z] $ docker top deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T10:03:38.544Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T10:03:38.544Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T10:03:38.848Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T10:03:38.846Z] $ docker exec deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 ssh-agent [2021-04-07T10:03:39.049Z] SSH_AUTH_SOCK=/tmp/ssh-N7hdLjv8N7bn/agent.12 [2021-04-07T10:03:39.049Z] SSH_AGENT_PID=18 [2021-04-07T10:03:39.056Z] Running ssh-add (command line suppressed) [2021-04-07T10:03:39.193Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3561354187490100781.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3561354187490100781.key) [2021-04-07T10:03:39.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T10:03:39.665Z] + git semver push [2021-04-07T10:03:39.665Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T10:03:39.665Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-04-07T10:03:39.665Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-04-07T10:03:39.665Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T10:03:39.665Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T10:03:39.665Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T10:03:39.665Z] # $SEMVER_BRANCH = master [2021-04-07T10:03:39.665Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-04-07T10:03:43.003Z] $ docker exec --env ******** --env ******** deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 ssh-agent -k [2021-04-07T10:03:43.130Z] unset SSH_AUTH_SOCK; [2021-04-07T10:03:43.130Z] unset SSH_AGENT_PID; [2021-04-07T10:03:43.130Z] echo Agent pid 18 killed; [2021-04-07T10:03:43.187Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T10:03:43.758Z] + git semver [Pipeline] } [2021-04-07T10:03:43.770Z] $ docker stop --time=1 deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 [2021-04-07T10:03:45.136Z] $ docker rm -f deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 [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-07T10:03:46.672Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:03:47.251Z] ---> package-listing.sh [2021-04-07T10:03:47.251Z] ++ facter osfamily [2021-04-07T10:03:47.251Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T10:03:47.251Z] + OS_FAMILY=redhat [2021-04-07T10:03:47.251Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-04-07T10:03:47.251Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T10:03:47.251Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T10:03:47.251Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T10:03:47.251Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T10:03:47.251Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-07T10:03:47.252Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T10:03:47.252Z] + case "${OS_FAMILY}" in [2021-04-07T10:03:47.252Z] + rpm -qa [2021-04-07T10:03:47.252Z] + sort [2021-04-07T10:03:52.571Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T10:03:52.571Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T10:03:52.571Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T10:03:52.571Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-04-07T10:03:52.571Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-04-07T10:03:52.571Z] + 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-07T10:03:52.585Z] 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-07T10:03:52.881Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:03:53.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T10:03:53.185Z] [2021-04-07T10:03:53.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T10:03:53.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T10:03:53.540Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T10:03:53.540Z] df20fa9351a1: Pulling fs layer [2021-04-07T10:03:53.540Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T10:03:53.540Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T10:03:53.540Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T10:03:53.540Z] 93b61091891f: Pulling fs layer [2021-04-07T10:03:53.540Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T10:03:53.540Z] 5e14af77c1be: Pulling fs layer [2021-04-07T10:03:53.540Z] 01666e4c0597: Pulling fs layer [2021-04-07T10:03:53.540Z] aa168da1d23b: Pulling fs layer [2021-04-07T10:03:53.540Z] 93b61091891f: Waiting [2021-04-07T10:03:53.540Z] 93b9cdb0e59b: Waiting [2021-04-07T10:03:53.540Z] 5e14af77c1be: Waiting [2021-04-07T10:03:53.540Z] 01666e4c0597: Waiting [2021-04-07T10:03:53.540Z] aa168da1d23b: Waiting [2021-04-07T10:03:53.540Z] 46f8f816bc3b: Waiting [2021-04-07T10:03:53.540Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T10:03:53.540Z] 36b3adc4ff6f: Download complete [2021-04-07T10:03:53.540Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T10:03:53.540Z] 46f8f816bc3b: Download complete [2021-04-07T10:03:53.806Z] df20fa9351a1: Verifying Checksum [2021-04-07T10:03:53.806Z] df20fa9351a1: Download complete [2021-04-07T10:03:53.806Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T10:03:53.806Z] 93b9cdb0e59b: Download complete [2021-04-07T10:03:53.806Z] 5e14af77c1be: Verifying Checksum [2021-04-07T10:03:53.806Z] 5e14af77c1be: Download complete [2021-04-07T10:03:53.806Z] 93b61091891f: Download complete [2021-04-07T10:03:53.806Z] 01666e4c0597: Verifying Checksum [2021-04-07T10:03:53.806Z] 01666e4c0597: Download complete [2021-04-07T10:03:54.072Z] df20fa9351a1: Pull complete [2021-04-07T10:03:54.072Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T10:03:54.072Z] 8ad3a11d3b57: Download complete [2021-04-07T10:03:54.334Z] 36b3adc4ff6f: Pull complete [2021-04-07T10:03:56.264Z] 8ad3a11d3b57: Pull complete [2021-04-07T10:03:56.264Z] aa168da1d23b: Verifying Checksum [2021-04-07T10:03:56.264Z] aa168da1d23b: Download complete [2021-04-07T10:03:56.264Z] 46f8f816bc3b: Pull complete [2021-04-07T10:03:56.843Z] 93b61091891f: Pull complete [2021-04-07T10:03:56.843Z] 93b9cdb0e59b: Pull complete [2021-04-07T10:03:57.105Z] 5e14af77c1be: Pull complete [2021-04-07T10:03:57.105Z] 01666e4c0597: Pull complete [2021-04-07T10:04:05.277Z] aa168da1d23b: Pull complete [2021-04-07T10:04:05.277Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T10:04:05.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T10:04:05.277Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T10:04:05.475Z] prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container [2021-04-07T10:04:05.516Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T10:04:08.385Z] $ docker top b09d211b5cb76dcefcf5cc1532894a4696017e4a3b61e7122a86587e974a4e9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T10:04:08.906Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T10:04:09.203Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T10:04:09.503Z] + ls /var/log/sa-host [2021-04-07T10:04:09.503Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T10:04:09.503Z] file_magic: OK [2021-04-07T10:04:09.503Z] HZ: Using current value: 100 [2021-04-07T10:04:09.503Z] file_header: OK [2021-04-07T10:04:09.503Z] 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-07T10:04:09.503Z] Statistics: [2021-04-07T10:04:09.503Z] 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-07T10:04:09.503Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T10:04:09.503Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T10:04:09.503Z] file_magic: OK [2021-04-07T10:04:09.503Z] HZ: Using current value: 100 [2021-04-07T10:04:09.503Z] file_header: OK [2021-04-07T10:04:09.503Z] 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-07T10:04:09.503Z] Statistics: [2021-04-07T10:04:09.503Z] Hnuu...uuuununununu... [2021-04-07T10:04:09.503Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T10:04:10.158Z] provisioning config files... [2021-04-07T10:04:10.172Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7595817894422252481tmp [Pipeline] { [Pipeline] echo [2021-04-07T10:04:10.269Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:04:10.567Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T10:04:10.579Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T10:04:10.667Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:04:10.968Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T10:04:10.979Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:04:11.277Z] ---> sudo-logs.sh [2021-04-07T10:04:11.277Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T10:04:11.359Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:04:11.651Z] ---> job-cost.sh [2021-04-07T10:04:11.651Z] lf-activate-venv: SKIPPING [2021-04-07T10:04:11.651Z] DEBUG: total: 0.20999999344348907 [2021-04-07T10:04:11.651Z] INFO: Retrieving Stack Cost... [2021-04-07T10:04:14.206Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T10:04:14.470Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T10:04:14.485Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T10:04:14.784Z] ---> logs-deploy.sh [2021-04-07T10:04:14.784Z] lf-activate-venv: SKIPPING [2021-04-07T10:04:14.784Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/44 [2021-04-07T10:04:14.784Z] INFO: archiving workspace using pattern(s): [2021-04-07T10:04:16.705Z] Archives upload complete. [2021-04-07T10:04:16.705Z] INFO: archiving logs to Nexus [2021-04-07T10:04:17.653Z] ---> uname -a: [2021-04-07T10:04:17.653Z] Linux prd-centos7-docker-4c-2g-33147.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-07T10:04:17.653Z] [2021-04-07T10:04:17.653Z] [2021-04-07T10:04:17.653Z] ---> lscpu: [2021-04-07T10:04:17.653Z] Architecture: x86_64 [2021-04-07T10:04:17.653Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-07T10:04:17.653Z] Byte Order: Little Endian [2021-04-07T10:04:17.653Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-07T10:04:17.653Z] CPU(s): 4 [2021-04-07T10:04:17.653Z] On-line CPU(s) list: 0-3 [2021-04-07T10:04:17.653Z] Thread(s) per core: 1 [2021-04-07T10:04:17.653Z] Core(s) per socket: 1 [2021-04-07T10:04:17.653Z] Socket(s): 4 [2021-04-07T10:04:17.653Z] NUMA node(s): 1 [2021-04-07T10:04:17.653Z] Vendor ID: GenuineIntel [2021-04-07T10:04:17.653Z] CPU family: 6 [2021-04-07T10:04:17.653Z] Model: 44 [2021-04-07T10:04:17.653Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-07T10:04:17.653Z] Stepping: 1 [2021-04-07T10:04:17.653Z] CPU MHz: 2933.442 [2021-04-07T10:04:17.653Z] BogoMIPS: 5866.88 [2021-04-07T10:04:17.653Z] Virtualization: VT-x [2021-04-07T10:04:17.653Z] Hypervisor vendor: KVM [2021-04-07T10:04:17.653Z] Virtualization type: full [2021-04-07T10:04:17.653Z] L1d cache: 128 KiB [2021-04-07T10:04:17.653Z] L1i cache: 128 KiB [2021-04-07T10:04:17.653Z] L2 cache: 16 MiB [2021-04-07T10:04:17.653Z] L3 cache: 64 MiB [2021-04-07T10:04:17.653Z] NUMA node0 CPU(s): 0-3 [2021-04-07T10:04:17.653Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-07T10:04:17.653Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-07T10:04:17.653Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-07T10:04:17.653Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-07T10:04:17.653Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-07T10:04:17.653Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-07T10:04:17.653Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-07T10:04:17.653Z] Vulnerability Srbds: Not affected [2021-04-07T10:04:17.653Z] Vulnerability Tsx async abort: Not affected [2021-04-07T10:04:17.653Z] 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-07T10:04:17.653Z] [2021-04-07T10:04:17.653Z] [2021-04-07T10:04:17.653Z] ---> nproc: [2021-04-07T10:04:17.653Z] 4 [2021-04-07T10:04:17.653Z] [2021-04-07T10:04:17.653Z] [2021-04-07T10:04:17.653Z] ---> df -h: [2021-04-07T10:04:17.653Z] Filesystem Size Used Available Use% Mounted on [2021-04-07T10:04:17.653Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-07T10:04:17.653Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-07T10:04:17.653Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-07T10:04:17.653Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master [2021-04-07T10:04:17.653Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp [2021-04-07T10:04:17.653Z] [2021-04-07T10:04:17.653Z] [2021-04-07T10:04:17.653Z] ---> free -m: [2021-04-07T10:04:17.653Z] total used free shared buff/cache available [2021-04-07T10:04:17.654Z] Mem: 1837 832 139 0 866 940 [2021-04-07T10:04:17.654Z] Swap: 1023 2 1021 [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] ---> ip addr: [2021-04-07T10:04:17.654Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-07T10:04:17.654Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-07T10:04:17.654Z] inet 127.0.0.1/8 scope host lo [2021-04-07T10:04:17.654Z] valid_lft forever preferred_lft forever [2021-04-07T10:04:17.654Z] inet6 ::1/128 scope host [2021-04-07T10:04:17.654Z] valid_lft forever preferred_lft forever [2021-04-07T10:04:17.654Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-07T10:04:17.654Z] link/ether fa:16:3e:01:b2:fa brd ff:ff:ff:ff:ff:ff [2021-04-07T10:04:17.654Z] inet 10.30.122.21/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-07T10:04:17.654Z] valid_lft 85692sec preferred_lft 85692sec [2021-04-07T10:04:17.654Z] inet6 fe80::f816:3eff:fe01:b2fa/64 scope link [2021-04-07T10:04:17.654Z] valid_lft forever preferred_lft forever [2021-04-07T10:04:17.654Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-07T10:04:17.654Z] link/ether 02:42:22:6a:07:2b brd ff:ff:ff:ff:ff:ff [2021-04-07T10:04:17.654Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-07T10:04:17.654Z] valid_lft forever preferred_lft forever [2021-04-07T10:04:17.654Z] inet6 fe80::42:22ff:fe6a:72b/64 scope link [2021-04-07T10:04:17.654Z] valid_lft forever preferred_lft forever [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] ---> sar -b -r -n DEV: [2021-04-07T10:04:17.654Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] 09:52:17 LINUX RESTART (4 CPU) [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] 09:53:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-07T10:04:17.654Z] 09:54:01 31.51 12.39 19.12 0.00 4530.85 3047.88 0.00 [2021-04-07T10:04:17.654Z] 09:55:01 0.68 0.00 0.68 0.00 0.00 12.22 0.00 [2021-04-07T10:04:17.654Z] 09:56:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 [2021-04-07T10:04:17.654Z] 09:57:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 [2021-04-07T10:04:17.654Z] 09:58:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 [2021-04-07T10:04:17.654Z] 09:59:01 0.28 0.00 0.28 0.00 0.00 3.80 0.00 [2021-04-07T10:04:17.654Z] 10:00:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 [2021-04-07T10:04:17.654Z] 10:01:01 0.22 0.02 0.20 0.00 0.13 2.70 0.00 [2021-04-07T10:04:17.654Z] 10:02:01 0.47 0.08 0.38 0.00 1.60 7.83 0.00 [2021-04-07T10:04:17.654Z] 10:03:02 351.71 182.04 169.68 0.00 9046.04 51323.65 0.00 [2021-04-07T10:04:17.654Z] 10:04:01 240.57 112.00 128.57 0.00 7534.81 31908.73 0.00 [2021-04-07T10:04:17.654Z] Average: 56.75 27.78 28.97 0.00 1908.02 7823.85 0.00 [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] 09:53:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-07T10:04:17.654Z] 09:54:01 167948 0 580388 30.85 2620 1130588 1119736 38.21 382420 1132112 16 [2021-04-07T10:04:17.654Z] 09:55:01 173120 0 575208 30.57 2620 1130596 1084136 37.00 381500 1128772 8 [2021-04-07T10:04:17.654Z] 09:56:01 173228 0 575096 30.57 2620 1130600 1084196 37.00 392700 1117764 20 [2021-04-07T10:04:17.654Z] 09:57:01 173188 0 575136 30.57 2620 1130600 1077968 36.79 393820 1116940 12 [2021-04-07T10:04:17.654Z] 09:58:01 169936 0 578380 30.74 2620 1130608 1078040 36.79 402412 1111548 8 [2021-04-07T10:04:17.654Z] 09:59:01 169720 0 578592 30.75 2620 1130612 1078100 36.79 402732 1111548 20 [2021-04-07T10:04:17.654Z] 10:00:01 170672 0 577636 30.70 2620 1130616 1077968 36.79 402052 1111548 12 [2021-04-07T10:04:17.654Z] 10:01:01 169196 0 579108 30.78 2620 1130620 1080444 36.87 402676 1111548 8 [2021-04-07T10:04:17.654Z] 10:02:01 168520 0 579656 30.81 2620 1130748 1078548 36.81 403716 1111608 8 [2021-04-07T10:04:17.654Z] 10:03:02 143196 0 734020 39.01 2112 1002216 1319000 45.02 570116 899188 95532 [2021-04-07T10:04:17.654Z] 10:04:01 74736 0 839572 44.62 1492 965744 1541568 52.61 693548 776292 89860 [2021-04-07T10:04:17.654Z] Average: 159405 0 615708 32.72 2471 1103959 1147246 39.15 438881 1066261 16864 [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] 09:53:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-07T10:04:17.654Z] 09:54:01 eth0 157.59 118.39 454.26 42.94 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:54:01 docker0 2.32 1.88 0.41 4.12 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:55:01 eth0 4.13 1.08 3.18 0.07 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:56:01 eth0 1.87 0.88 0.87 0.56 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:57:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:58:01 eth0 0.70 0.17 0.12 0.07 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:59:01 eth0 1.37 0.40 0.46 0.18 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:00:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:02:01 eth0 0.45 0.33 0.27 0.09 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:03:02 eth0 911.54 796.07 7562.24 115.15 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:03:02 docker0 55.57 57.88 5.03 277.27 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:04:01 eth0 360.31 271.91 2506.77 80.56 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] 10:04:01 docker0 30.58 41.70 1.88 237.41 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] Average: eth0 130.46 107.95 956.29 21.68 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] Average: docker0 8.02 9.19 0.66 46.97 0.00 0.00 0.00 0.00 [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] ---> sar -P ALL: [2021-04-07T10:04:17.654Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] 09:52:17 LINUX RESTART (4 CPU) [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] 09:53:02 CPU %user %nice %system %iowait %steal %idle [2021-04-07T10:04:17.654Z] 09:54:01 all 3.17 0.00 2.23 0.42 0.01 94.17 [2021-04-07T10:04:17.654Z] 09:54:01 0 3.57 0.00 2.42 1.14 0.00 92.86 [2021-04-07T10:04:17.654Z] 09:54:01 1 3.24 0.00 2.39 0.20 0.02 94.15 [2021-04-07T10:04:17.654Z] 09:54:01 2 3.25 0.00 2.09 0.09 0.02 94.55 [2021-04-07T10:04:17.654Z] 09:54:01 3 2.62 0.00 2.03 0.24 0.02 95.10 [2021-04-07T10:04:17.654Z] 09:55:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-04-07T10:04:17.654Z] 09:55:01 0 0.12 0.00 0.07 0.00 0.00 99.82 [2021-04-07T10:04:17.654Z] 09:55:01 1 0.47 0.00 0.05 0.00 0.00 99.48 [2021-04-07T10:04:17.654Z] 09:55:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-07T10:04:17.654Z] 09:55:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-07T10:04:17.654Z] 09:56:01 all 0.18 0.00 0.08 0.00 0.04 99.71 [2021-04-07T10:04:17.654Z] 09:56:01 0 0.12 0.00 0.12 0.00 0.05 99.72 [2021-04-07T10:04:17.654Z] 09:56:01 1 0.50 0.00 0.05 0.00 0.05 99.40 [2021-04-07T10:04:17.654Z] 09:56:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-07T10:04:17.654Z] 09:56:01 3 0.03 0.00 0.08 0.00 0.03 99.85 [2021-04-07T10:04:17.654Z] 09:57:01 all 0.13 0.00 0.05 0.00 0.01 99.81 [2021-04-07T10:04:17.654Z] 09:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-07T10:04:17.654Z] 09:57:01 1 0.40 0.00 0.07 0.00 0.02 99.52 [2021-04-07T10:04:17.654Z] 09:57:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-07T10:04:17.654Z] 09:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-07T10:04:17.654Z] 09:58:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-04-07T10:04:17.654Z] 09:58:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2021-04-07T10:04:17.654Z] 09:58:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-04-07T10:04:17.654Z] 09:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-07T10:04:17.654Z] 09:58:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2021-04-07T10:04:17.654Z] 09:59:01 all 0.18 0.00 0.05 0.00 0.01 99.76 [2021-04-07T10:04:17.654Z] 09:59:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-04-07T10:04:17.654Z] 09:59:01 1 0.53 0.00 0.07 0.00 0.00 99.40 [2021-04-07T10:04:17.654Z] 09:59:01 2 0.10 0.00 0.03 0.00 0.02 99.85 [2021-04-07T10:04:17.654Z] 09:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-07T10:04:17.654Z] 10:00:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2021-04-07T10:04:17.654Z] 10:00:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-07T10:04:17.654Z] 10:00:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-04-07T10:04:17.654Z] 10:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-07T10:04:17.654Z] 10:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-07T10:04:17.654Z] 10:01:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-04-07T10:04:17.654Z] 10:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-07T10:04:17.654Z] 10:01:01 1 0.53 0.00 0.07 0.00 0.00 99.40 [2021-04-07T10:04:17.654Z] 10:01:01 2 0.02 0.00 0.07 0.00 0.00 99.92 [2021-04-07T10:04:17.654Z] 10:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-07T10:04:17.654Z] 10:02:01 all 0.24 0.00 0.04 0.00 0.00 99.71 [2021-04-07T10:04:17.654Z] 10:02:01 0 0.28 0.00 0.02 0.00 0.00 99.70 [2021-04-07T10:04:17.654Z] 10:02:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-07T10:04:17.654Z] 10:02:01 2 0.10 0.00 0.07 0.02 0.00 99.82 [2021-04-07T10:04:17.654Z] 10:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-07T10:04:17.654Z] 10:03:02 all 14.96 0.00 10.49 4.00 0.26 70.29 [2021-04-07T10:04:17.654Z] 10:03:02 0 14.52 0.00 12.02 5.80 0.23 67.44 [2021-04-07T10:04:17.654Z] 10:03:02 1 14.17 0.00 9.31 2.82 0.27 73.44 [2021-04-07T10:04:17.654Z] 10:03:02 2 16.33 0.00 10.33 4.38 0.28 68.68 [2021-04-07T10:04:17.654Z] 10:03:02 3 14.84 0.00 10.31 3.03 0.26 71.57 [2021-04-07T10:04:17.654Z] 10:04:01 all 12.19 0.00 9.07 3.93 0.20 74.61 [2021-04-07T10:04:17.654Z] 10:04:01 0 12.73 0.00 10.67 3.83 0.17 72.60 [2021-04-07T10:04:17.654Z] 10:04:01 1 9.98 0.00 7.11 2.38 0.21 80.32 [2021-04-07T10:04:17.654Z] 10:04:01 2 16.16 0.00 10.26 4.46 0.23 68.89 [2021-04-07T10:04:17.654Z] 10:04:01 3 9.90 0.00 8.26 5.04 0.21 76.59 [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-07T10:04:17.654Z] Average: all 2.81 0.00 1.96 0.74 0.05 94.45 [2021-04-07T10:04:17.654Z] Average: 0 2.78 0.00 2.25 0.95 0.04 93.97 [2021-04-07T10:04:17.654Z] Average: 1 2.80 0.00 1.71 0.48 0.05 94.97 [2021-04-07T10:04:17.654Z] Average: 2 3.20 0.00 2.04 0.79 0.05 93.92 [2021-04-07T10:04:17.654Z] Average: 3 2.45 0.00 1.85 0.73 0.05 94.92 [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z] [2021-04-07T10:04:17.654Z]