Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18216 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 Commit message: "Merge pull request #158 from ernestojeda/devops-std-dockerfiles" > git rev-list --no-walk d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T16:56:03.697Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T16:56:03.976Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T16:56:04.083Z] ========================================================= [2021-01-04T16:56:04.083Z] EdgeX Global Pipelines Version Info [2021-01-04T16:56:04.083Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:56:05.569Z] ------------------- [2021-01-04T16:56:05.569Z] stable info: [2021-01-04T16:56:05.569Z] ------------------- [2021-01-04T16:56:05.569Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T16:56:05.569Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T16:56:05.569Z] Message: update stable to v1.0.173 [2021-01-04T16:56:06.517Z] ------------------- [2021-01-04T16:56:06.517Z] experimental info: [2021-01-04T16:56:06.517Z] ------------------- [2021-01-04T16:56:06.517Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T16:56:06.517Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T16:56:06.517Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T16:56:06.789Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-01-04T16:56:06.884Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-01-04T16:56:06.974Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T16:56:07.064Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T16:56:07.154Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T16:56:07.237Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T16:56:07.334Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T16:56:07.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T16:56:07.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-04T16:56:07.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T16:56:07.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T16:56:07.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-01-04T16:56:07.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T16:56:08.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T16:56:08.142Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T16:56:08.227Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T16:56:08.307Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T16:56:08.388Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T16:56:08.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T16:56:08.590Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-04T16:56:08.672Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-04T16:56:08.764Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-04T16:56:08.875Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-04T16:56:08.963Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-04T16:56:09.052Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-04T16:56:09.136Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T16:56:09.229Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T16:56:09.314Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-04T16:56:09.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-04T16:56:09.481Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-04T16:56:09.588Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] echo [2021-01-04T16:56:09.673Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b96cb17 [Pipeline] echo [2021-01-04T16:56:09.753Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:56:09.909Z] provisioning config files... [2021-01-04T16:56:09.948Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4474017860166337050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:56:10.390Z] ---> docker-login.sh [2021-01-04T16:56:10.390Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:56:10.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:10.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:10.653Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:10.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:10.653Z] [2021-01-04T16:56:10.653Z] Login Succeeded [2021-01-04T16:56:10.653Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:56:10.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:10.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:10.916Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:10.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:10.916Z] [2021-01-04T16:56:10.916Z] Login Succeeded [2021-01-04T16:56:10.916Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:56:11.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:11.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:11.179Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:11.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:11.180Z] [2021-01-04T16:56:11.180Z] Login Succeeded [2021-01-04T16:56:11.180Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:56:11.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:11.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:11.444Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:11.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:11.444Z] [2021-01-04T16:56:11.444Z] Login Succeeded [2021-01-04T16:56:11.444Z] docker.io [2021-01-04T16:56:11.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:11.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:11.706Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:11.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:11.707Z] [2021-01-04T16:56:11.707Z] Login Succeeded [2021-01-04T16:56:11.707Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:56:11.717Z] 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-01-04T16:56:12.541Z] + git log --format=format:%s -1 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] echo [2021-01-04T16:56:12.606Z] GIT_COMMIT: b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba, Commit Message: Merge pull request #158 from ernestojeda/devops-std-dockerfiles [Pipeline] echo [2021-01-04T16:56:12.673Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:56:13.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:56:13.726Z] [2021-01-04T16:56:13.726Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:56:14.080Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:56:14.081Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T16:56:14.081Z] 31603596830f: Pulling fs layer [2021-01-04T16:56:14.081Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T16:56:14.081Z] 6ca5941a6612: Pulling fs layer [2021-01-04T16:56:14.081Z] ecc8261a40a4: Pulling fs layer [2021-01-04T16:56:14.081Z] ecc8261a40a4: Waiting [2021-01-04T16:56:14.081Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T16:56:14.081Z] 2a8b12db71e7: Download complete [2021-01-04T16:56:14.349Z] 31603596830f: Download complete [2021-01-04T16:56:14.350Z] ecc8261a40a4: Verifying Checksum [2021-01-04T16:56:14.350Z] ecc8261a40a4: Download complete [2021-01-04T16:56:14.350Z] 6ca5941a6612: Verifying Checksum [2021-01-04T16:56:14.350Z] 6ca5941a6612: Download complete [2021-01-04T16:56:14.612Z] 31603596830f: Pull complete [2021-01-04T16:56:14.879Z] 2a8b12db71e7: Pull complete [2021-01-04T16:56:15.828Z] 6ca5941a6612: Pull complete [2021-01-04T16:56:15.829Z] ecc8261a40a4: Pull complete [2021-01-04T16:56:16.095Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T16:56:16.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:56:16.095Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T16:56:16.274Z] prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container [2021-01-04T16:56:16.329Z] $ 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-01-04T16:56:18.847Z] $ docker top 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T16:56:19.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:56:19.200Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:56:19.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:56:19.436Z] $ docker exec 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 ssh-agent [2021-01-04T16:56:19.601Z] SSH_AUTH_SOCK=/tmp/ssh-lJpKv1rXvJBl/agent.11 [2021-01-04T16:56:19.601Z] SSH_AGENT_PID=16 [2021-01-04T16:56:19.615Z] Running ssh-add (command line suppressed) [2021-01-04T16:56:19.739Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2100116071241207382.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2100116071241207382.key) [2021-01-04T16:56:19.791Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:56:20.130Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T16:56:20.158Z] $ docker exec --env ******** --env ******** 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 ssh-agent -k [2021-01-04T16:56:20.282Z] unset SSH_AUTH_SOCK; [2021-01-04T16:56:20.282Z] unset SSH_AGENT_PID; [2021-01-04T16:56:20.282Z] echo Agent pid 16 killed; [2021-01-04T16:56:20.325Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T16:56:20.485Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:56:20.485Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:56:20.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:56:20.673Z] $ docker exec 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 ssh-agent [2021-01-04T16:56:20.837Z] SSH_AUTH_SOCK=/tmp/ssh-xA1Hip9B5vkN/agent.45 [2021-01-04T16:56:20.837Z] SSH_AGENT_PID=51 [2021-01-04T16:56:20.844Z] Running ssh-add (command line suppressed) [2021-01-04T16:56:20.965Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8386632122620233543.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8386632122620233543.key) [2021-01-04T16:56:21.017Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:56:21.367Z] + git semver init [2021-01-04T16:56:21.367Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T16:56:21.367Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-04T16:56:21.367Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-04T16:56:21.367Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T16:56:21.367Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T16:56:21.367Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T16:56:21.367Z] # $SEMVER_BRANCH = master [2021-01-04T16:56:21.367Z] # $SEMVER_TEMP = /tmp/semver-784442988 [2021-01-04T16:56:21.367Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-01-04T16:56:21.944Z] # '/tmp/semver-784442988' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-01-04T16:56:21.944Z] # -> Force: false [2021-01-04T16:56:21.944Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-01-04T16:56:21.960Z] $ docker exec --env ******** --env ******** 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 ssh-agent -k [2021-01-04T16:56:22.071Z] unset SSH_AUTH_SOCK; [2021-01-04T16:56:22.072Z] unset SSH_AGENT_PID; [2021-01-04T16:56:22.072Z] echo Agent pid 51 killed; [2021-01-04T16:56:22.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T16:56:22.585Z] + git semver [Pipeline] } [2021-01-04T16:56:22.606Z] $ docker stop --time=1 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 [2021-01-04T16:56:24.057Z] $ docker rm -f 67ebc1e0b7c7f736bd0e8a31644a71ae69d3e15c2655efe7a49c1e17dcf04b48 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:56:24.519Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T16:56:24.903Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T16:56:24.906Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.3 [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-01-04T16:56:25.664Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18215 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-01-04T16:56:25.714Z] Running in /w/workspace/device-virtual-go/36 [Pipeline] { [Pipeline] checkout [2021-01-04T16:56:30.615Z] using credential edgex-jenkins-ssh [2021-01-04T16:56:30.674Z] Cloning the remote Git repository [2021-01-04T16:56:30.731Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-04T16:56:30.841Z] > git init /w/workspace/device-virtual-go/36 # timeout=10 [2021-01-04T16:56:30.903Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-04T16:56:30.904Z] > git --version # timeout=10 [2021-01-04T16:56:30.919Z] > git --version # 'git version 2.17.1' [2021-01-04T16:56:30.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:56:30.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:56:31.668Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-04T16:56:31.688Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:56:31.714Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-04T16:56:31.756Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-04T16:56:31.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:56:31.767Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T16:56:32.221Z] Checking out Revision b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (master) [2021-01-04T16:56:32.241Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:56:32.253Z] > git checkout -f b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [2021-01-04T16:56:36.451Z] Commit message: "Merge pull request #158 from ernestojeda/devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:56:37.960Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:56:38.362Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:56:38.707Z] + sudo service docker restart [2021-01-04T16:56:38.707Z] + true [2021-01-04T16:56:40.481Z] Still waiting to schedule task [2021-01-04T16:56:40.481Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:56:40.788Z] provisioning config files... [2021-01-04T16:56:40.853Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/36@tmp/config1879429243684368335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:56:41.268Z] ---> docker-login.sh [2021-01-04T16:56:41.268Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:56:42.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:42.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:42.524Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:42.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:42.524Z] [2021-01-04T16:56:42.524Z] Login Succeeded [2021-01-04T16:56:42.524Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:56:42.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:43.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:43.081Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:43.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:43.081Z] [2021-01-04T16:56:43.081Z] Login Succeeded [2021-01-04T16:56:43.081Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:56:43.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:43.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:43.627Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:43.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:43.627Z] [2021-01-04T16:56:43.627Z] Login Succeeded [2021-01-04T16:56:43.627Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:56:43.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:44.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:44.187Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:44.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:44.187Z] [2021-01-04T16:56:44.187Z] Login Succeeded [2021-01-04T16:56:44.187Z] docker.io [2021-01-04T16:56:44.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:56:44.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:56:44.747Z] Configure a credential helper to remove this warning. See [2021-01-04T16:56:44.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:56:44.747Z] [2021-01-04T16:56:44.747Z] Login Succeeded [2021-01-04T16:56:44.747Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:56:44.765Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T16:56:45.198Z] ========================================================= [2021-01-04T16:56:45.199Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T16:56:45.199Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:56:45.596Z] + 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-01-04T16:56:45.870Z] Sending build context to Docker daemon 478.2kB [2021-01-04T16:56:45.870Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:56:45.870Z] Step 2/8 : FROM ${BASE} [2021-01-04T16:56:46.143Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T16:56:46.143Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T16:56:46.143Z] a4357932f1b6: Pulling fs layer [2021-01-04T16:56:46.143Z] 18c013af1878: Pulling fs layer [2021-01-04T16:56:46.143Z] 00ac8860ef70: Pulling fs layer [2021-01-04T16:56:46.143Z] 63d7cb157983: Pulling fs layer [2021-01-04T16:56:46.143Z] b116817d02f9: Pulling fs layer [2021-01-04T16:56:46.143Z] 745a02a5169b: Pulling fs layer [2021-01-04T16:56:46.143Z] 00ac8860ef70: Waiting [2021-01-04T16:56:46.143Z] 63d7cb157983: Waiting [2021-01-04T16:56:46.143Z] b116817d02f9: Waiting [2021-01-04T16:56:46.143Z] 745a02a5169b: Waiting [2021-01-04T16:56:46.143Z] 18c013af1878: Verifying Checksum [2021-01-04T16:56:46.143Z] 18c013af1878: Download complete [2021-01-04T16:56:46.143Z] a4357932f1b6: Verifying Checksum [2021-01-04T16:56:46.143Z] a4357932f1b6: Download complete [2021-01-04T16:56:46.143Z] 63d7cb157983: Verifying Checksum [2021-01-04T16:56:46.143Z] 63d7cb157983: Download complete [2021-01-04T16:56:46.743Z] b116817d02f9: Download complete [2021-01-04T16:56:46.743Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T16:56:46.743Z] 5f621e34cdf4: Download complete [2021-01-04T16:56:47.343Z] 5f621e34cdf4: Pull complete [2021-01-04T16:56:47.954Z] a4357932f1b6: Pull complete [2021-01-04T16:56:48.226Z] 18c013af1878: Pull complete [2021-01-04T16:56:48.499Z] 745a02a5169b: Download complete [2021-01-04T16:56:50.468Z] 00ac8860ef70: Verifying Checksum [2021-01-04T16:56:50.468Z] 00ac8860ef70: Download complete [2021-01-04T16:57:00.625Z] 00ac8860ef70: Pull complete [2021-01-04T16:57:00.625Z] 63d7cb157983: Pull complete [2021-01-04T16:57:00.625Z] b116817d02f9: Pull complete [2021-01-04T16:57:04.014Z] 745a02a5169b: Pull complete [2021-01-04T16:57:04.285Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T16:57:04.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T16:57:04.285Z] ---> b7e6874047d6 [2021-01-04T16:57:04.285Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-04T16:57:07.654Z] ---> Running in ef355f1bbfef [2021-01-04T16:57:07.654Z] Removing intermediate container ef355f1bbfef [2021-01-04T16:57:07.654Z] ---> d27205b65ee4 [2021-01-04T16:57:07.654Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:57:07.654Z] ---> Running in 550234faeb65 [2021-01-04T16:57:09.628Z] Removing intermediate container 550234faeb65 [2021-01-04T16:57:09.628Z] ---> e4e7d3962e9a [2021-01-04T16:57:09.628Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-04T16:57:09.901Z] ---> Running in 98714553365d [2021-01-04T16:57:10.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:57:11.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:57:12.078Z] (1/14) Installing libmagic (5.38-r0) [2021-01-04T16:57:12.351Z] (2/14) Installing file (5.38-r0) [2021-01-04T16:57:12.621Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-04T16:57:12.621Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-04T16:57:15.998Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-04T16:57:15.998Z] (6/14) Installing patch (2.7.6-r6) [2021-01-04T16:57:15.998Z] (7/14) Installing build-base (0.5-r2) [2021-01-04T16:57:15.998Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-04T16:57:15.998Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-04T16:57:15.998Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-04T16:57:16.290Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-04T16:57:16.560Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-04T16:57:16.560Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-04T16:57:16.831Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-04T16:57:17.101Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T16:57:17.101Z] OK: 221 MiB in 53 packages [2021-01-04T16:57:21.394Z] Removing intermediate container 98714553365d [2021-01-04T16:57:21.394Z] ---> b5054f991239 [2021-01-04T16:57:21.394Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-04T16:57:21.394Z] ---> Running in a900a58d103a [2021-01-04T16:57:21.394Z] Removing intermediate container a900a58d103a [2021-01-04T16:57:21.394Z] ---> 59ce4c8497a4 [2021-01-04T16:57:21.394Z] Step 7/8 : COPY . . [2021-01-04T16:57:22.372Z] ---> a429d6b7d582 [2021-01-04T16:57:22.372Z] Step 8/8 : RUN go mod download [2021-01-04T16:57:22.647Z] ---> Running in 81adc13b742c [2021-01-04T16:57:44.817Z] Removing intermediate container 81adc13b742c [2021-01-04T16:57:44.817Z] ---> fb998280c9be [2021-01-04T16:57:44.817Z] Successfully built fb998280c9be [2021-01-04T16:57:44.817Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:57:45.234Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T16:57:45.234Z] . [Pipeline] withDockerContainer [2021-01-04T16:57:45.589Z] prd-ubuntu18.04-docker-arm64-4c-16g-18215 does not seem to be running inside a container [2021-01-04T16:57:45.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/36 -v /w/workspace/device-virtual-go/36:/w/workspace/device-virtual-go/36:rw,z -v /w/workspace/device-virtual-go/36@tmp:/w/workspace/device-virtual-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T16:57:47.159Z] $ docker top 665b89dda0563ec6b630c5abe7d3afae27f296b923311f36fe4a6a39a1bcf07a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:57:48.174Z] + go version [2021-01-04T16:57:48.174Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T16:57:48.199Z] $ docker stop --time=1 665b89dda0563ec6b630c5abe7d3afae27f296b923311f36fe4a6a39a1bcf07a [2021-01-04T16:57:50.161Z] $ docker rm -f 665b89dda0563ec6b630c5abe7d3afae27f296b923311f36fe4a6a39a1bcf07a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:57:51.246Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T16:57:51.246Z] . [Pipeline] withDockerContainer [2021-01-04T16:57:51.473Z] prd-ubuntu18.04-docker-arm64-4c-16g-18215 does not seem to be running inside a container [2021-01-04T16:57:51.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/36 -v /w/workspace/device-virtual-go/36:/w/workspace/device-virtual-go/36:rw,z -v /w/workspace/device-virtual-go/36@tmp:/w/workspace/device-virtual-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T16:57:52.927Z] $ docker top ab19bde81cde43c1f9fcafadfa03a52b04707867b9d898a7777aea06cefb3800 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:57:54.064Z] + make test [2021-01-04T16:57:54.064Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-04T16:57:55.054Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-04T16:58:42.085Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-04T16:58:42.085Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.464s coverage: 64.4% of statements [2021-01-04T16:58:42.085Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-04T16:58:50.390Z] gofmt -l . [2021-01-04T16:58:50.390Z] [ "`gofmt -l .`" = "" ] [2021-01-04T16:58:50.390Z] ./bin/test-attribution-txt.sh [2021-01-04T16:58:50.661Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-04T16:58:51.282Z] $ docker stop --time=1 ab19bde81cde43c1f9fcafadfa03a52b04707867b9d898a7777aea06cefb3800 [2021-01-04T16:58:53.427Z] $ docker rm -f ab19bde81cde43c1f9fcafadfa03a52b04707867b9d898a7777aea06cefb3800 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:58:54.372Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-04T16:58:55.121Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:58:57.297Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-04T16:58:57.643Z] + ls -al . [2021-01-04T16:58:57.643Z] total 148 [2021-01-04T16:58:57.643Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 4 16:58 . [2021-01-04T16:58:57.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:56 .. [2021-01-04T16:58:57.643Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:56 .git [2021-01-04T16:58:57.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:56 .github [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 258 Jan 4 16:56 .gitignore [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 6713 Jan 4 16:56 Attribution.txt [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 1851 Jan 4 16:56 Dockerfile [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 961 Jan 4 16:56 Dockerfile.build [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 4 16:56 Jenkinsfile [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 4 16:56 LICENSE [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 873 Jan 4 16:56 Makefile [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 918 Jan 4 16:56 README.md [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 4 16:56 VERSION [2021-01-04T16:58:57.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:56 bin [2021-01-04T16:58:57.643Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:56 cmd [2021-01-04T16:58:57.643Z] -rw-r--r-- 1 jenkins jenkins 47242 Jan 4 16:58 coverage.out [2021-01-04T16:58:57.643Z] -rw-r--r-- 1 jenkins jenkins 863 Jan 4 16:58 go.mod [2021-01-04T16:58:57.643Z] -rw-r--r-- 1 jenkins jenkins 16360 Jan 4 16:58 go.sum [2021-01-04T16:58:57.643Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 4 16:56 internal [2021-01-04T16:58:57.643Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 4 16:56 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:58:57.983Z] + 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=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba --label arch=arm64 --label version=1.3.1-dev.3 . [2021-01-04T16:58:58.257Z] Sending build context to Docker daemon 543.2kB [2021-01-04T16:58:58.257Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:58:58.257Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-04T16:58:58.257Z] ---> fb998280c9be [2021-01-04T16:58:58.257Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-04T16:58:58.528Z] ---> Running in 4e26f862dd29 [2021-01-04T16:58:59.122Z] Removing intermediate container 4e26f862dd29 [2021-01-04T16:58:59.122Z] ---> 4c73b7ac801d [2021-01-04T16:58:59.122Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-04T16:58:59.122Z] ---> Running in c541cf49ef37 [2021-01-04T16:58:59.715Z] Removing intermediate container c541cf49ef37 [2021-01-04T16:58:59.715Z] ---> c87f66bac615 [2021-01-04T16:58:59.715Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-04T16:58:59.715Z] ---> Running in b2740b1f9540 [2021-01-04T16:59:00.310Z] Removing intermediate container b2740b1f9540 [2021-01-04T16:59:00.311Z] ---> cb616975ffe4 [2021-01-04T16:59:00.311Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:59:00.311Z] ---> Running in 215cd2b95d3a [2021-01-04T16:59:02.283Z] Removing intermediate container 215cd2b95d3a [2021-01-04T16:59:02.283Z] ---> 7243973afb9f [2021-01-04T16:59:02.283Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-04T16:59:02.558Z] ---> Running in b989cf48eff9 [2021-01-04T16:59:03.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:59:04.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:59:04.720Z] OK: 221 MiB in 53 packages [2021-01-04T16:59:06.148Z] Removing intermediate container b989cf48eff9 [2021-01-04T16:59:06.148Z] ---> 8549bbee9bbf [2021-01-04T16:59:06.148Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-04T16:59:06.148Z] ---> Running in 5ebe56eb797c [2021-01-04T16:59:06.420Z] Removing intermediate container 5ebe56eb797c [2021-01-04T16:59:06.420Z] ---> fd5d04aaffac [2021-01-04T16:59:06.420Z] Step 9/22 : COPY . . [2021-01-04T16:59:07.397Z] ---> 919a37270fe8 [2021-01-04T16:59:07.397Z] Step 10/22 : ARG MAKE='make build' [2021-01-04T16:59:07.671Z] ---> Running in ad9f6a6d14a2 [2021-01-04T16:59:07.943Z] Removing intermediate container ad9f6a6d14a2 [2021-01-04T16:59:07.943Z] ---> 230e7a32b83c [2021-01-04T16:59:07.943Z] Step 11/22 : RUN $MAKE [2021-01-04T16:59:08.226Z] ---> Running in e95ceb214be1 [2021-01-04T16:59:09.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.3" -o cmd/device-virtual ./cmd [2021-01-04T16:59:30.695Z] Running on prd-centos7-docker-4c-2g-18217 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-01-04T16:59:30.757Z] Running in /w/workspace/device-virtual-go/36 [Pipeline] { [Pipeline] checkout [2021-01-04T16:59:36.042Z] using credential edgex-jenkins-ssh [2021-01-04T16:59:36.096Z] Cloning the remote Git repository [2021-01-04T16:59:36.144Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-04T16:59:36.233Z] > git init /w/workspace/device-virtual-go/36 # timeout=10 [2021-01-04T16:59:36.936Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-04T16:59:36.936Z] > git --version # timeout=10 [2021-01-04T16:59:36.964Z] > git --version # 'git version 2.24.3' [2021-01-04T16:59:36.965Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:59:37.026Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:59:38.244Z] Checking out Revision b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (master) [2021-01-04T16:59:37.641Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-04T16:59:37.661Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:59:37.731Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-04T16:59:37.810Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-04T16:59:37.810Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:59:37.819Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T16:59:38.260Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:59:38.267Z] > git checkout -f b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [2021-01-04T16:59:41.591Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-04T16:59:42.213Z] Commit message: "Merge pull request #158 from ernestojeda/devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:59:43.747Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:59:44.180Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:59:44.514Z] + sudo service docker restart [2021-01-04T16:59:44.514Z] + true [2021-01-04T16:59:44.514Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:59:45.585Z] provisioning config files... [2021-01-04T16:59:45.629Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/36@tmp/config6463152054868677553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:59:46.010Z] ---> docker-login.sh [2021-01-04T16:59:46.010Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:59:46.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:46.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:46.567Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:46.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:46.567Z] [2021-01-04T16:59:46.567Z] Login Succeeded [2021-01-04T16:59:46.567Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:59:46.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:46.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:46.845Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:46.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:46.845Z] [2021-01-04T16:59:46.845Z] Login Succeeded [2021-01-04T16:59:46.845Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:59:46.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:47.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:47.116Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:47.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:47.116Z] [2021-01-04T16:59:47.116Z] Login Succeeded [2021-01-04T16:59:47.116Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:59:47.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:47.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:47.383Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:47.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:47.383Z] [2021-01-04T16:59:47.383Z] Login Succeeded [2021-01-04T16:59:47.383Z] docker.io [2021-01-04T16:59:47.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:47.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:47.964Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:47.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:47.964Z] [2021-01-04T16:59:47.964Z] Login Succeeded [2021-01-04T16:59:47.964Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:59:47.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-04T16:59:48.304Z] Removing intermediate container e95ceb214be1 [2021-01-04T16:59:48.304Z] ---> 06000e7b3496 [2021-01-04T16:59:48.304Z] Step 12/22 : FROM alpine:3.12 [Pipeline] echo [2021-01-04T16:59:48.406Z] ========================================================= [2021-01-04T16:59:48.406Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T16:59:48.406Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:59:48.787Z] + 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-01-04T16:59:48.787Z] Sending build context to Docker daemon 479.2kB [2021-01-04T16:59:48.787Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:59:48.787Z] Step 2/8 : FROM ${BASE} [2021-01-04T16:59:48.910Z] 3.12: Pulling from library/alpine [2021-01-04T16:59:48.910Z] 159e5727ea61: Pulling fs layer [2021-01-04T16:59:49.074Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T16:59:49.075Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T16:59:49.075Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T16:59:49.075Z] de9db76c5a1d: Pulling fs layer [2021-01-04T16:59:49.075Z] bca2f99d35d6: Pulling fs layer [2021-01-04T16:59:49.075Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T16:59:49.075Z] 7c6f9722023f: Pulling fs layer [2021-01-04T16:59:49.075Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T16:59:49.075Z] bca2f99d35d6: Waiting [2021-01-04T16:59:49.075Z] 7c6f9722023f: Waiting [2021-01-04T16:59:49.075Z] 93359f2a8cfa: Waiting [2021-01-04T16:59:49.075Z] a35cf1a2eb13: Waiting [2021-01-04T16:59:49.075Z] de9db76c5a1d: Verifying Checksum [2021-01-04T16:59:49.075Z] de9db76c5a1d: Download complete [2021-01-04T16:59:49.075Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T16:59:49.075Z] 0ef7d3d256c8: Download complete [2021-01-04T16:59:49.075Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T16:59:49.075Z] 93359f2a8cfa: Download complete [2021-01-04T16:59:49.075Z] 7c6f9722023f: Verifying Checksum [2021-01-04T16:59:49.075Z] 7c6f9722023f: Download complete [2021-01-04T16:59:49.075Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T16:59:49.075Z] 188c0c94c7c5: Download complete [2021-01-04T16:59:49.195Z] 159e5727ea61: Verifying Checksum [2021-01-04T16:59:49.195Z] 159e5727ea61: Download complete [2021-01-04T16:59:49.677Z] 188c0c94c7c5: Pull complete [2021-01-04T16:59:49.800Z] 159e5727ea61: Pull complete [2021-01-04T16:59:49.800Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T16:59:49.800Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T16:59:49.800Z] ---> afeebe901d6b [2021-01-04T16:59:49.800Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-04T16:59:50.079Z] ---> Running in 5f72f557fc34 [2021-01-04T16:59:50.270Z] 0ef7d3d256c8: Pull complete [2021-01-04T16:59:50.270Z] de9db76c5a1d: Pull complete [2021-01-04T16:59:50.351Z] Removing intermediate container 5f72f557fc34 [2021-01-04T16:59:50.351Z] ---> 7770117cdaed [2021-01-04T16:59:50.351Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-04T16:59:50.632Z] ---> Running in 9340ad361cb1 [2021-01-04T16:59:50.903Z] Removing intermediate container 9340ad361cb1 [2021-01-04T16:59:50.903Z] ---> f7b33512723a [2021-01-04T16:59:50.903Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-04T16:59:52.358Z] ---> 97e9b1fa2959 [2021-01-04T16:59:52.358Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-04T16:59:52.965Z] ---> c082d697942e [2021-01-04T16:59:52.965Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-04T16:59:53.563Z] ---> 57454735f0ec [2021-01-04T16:59:53.564Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-04T16:59:53.747Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T16:59:53.747Z] a35cf1a2eb13: Download complete [2021-01-04T16:59:53.852Z] ---> Running in 81a904ebf207 [2021-01-04T16:59:54.028Z] bca2f99d35d6: Verifying Checksum [2021-01-04T16:59:54.028Z] bca2f99d35d6: Download complete [2021-01-04T16:59:54.442Z] Removing intermediate container 81a904ebf207 [2021-01-04T16:59:54.442Z] ---> e52c3de8b5bf [2021-01-04T16:59:54.442Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:59:54.442Z] ---> Running in a1d9e4772b36 [2021-01-04T16:59:54.713Z] Removing intermediate container a1d9e4772b36 [2021-01-04T16:59:54.713Z] ---> df706c5461ee [2021-01-04T16:59:54.713Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T16:59:54.990Z] ---> Running in f145ebde74b4 [2021-01-04T16:59:55.274Z] Removing intermediate container f145ebde74b4 [2021-01-04T16:59:55.274Z] ---> 6c2b77c873bd [2021-01-04T16:59:55.274Z] Step 21/22 : LABEL git_sha=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [2021-01-04T16:59:55.546Z] ---> Running in 626e6838646c [2021-01-04T16:59:55.832Z] Removing intermediate container 626e6838646c [2021-01-04T16:59:55.832Z] ---> 0c245c89db9f [2021-01-04T16:59:55.832Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2021-01-04T16:59:56.104Z] ---> Running in 7f5f179ed36e [2021-01-04T16:59:56.695Z] Removing intermediate container 7f5f179ed36e [2021-01-04T16:59:56.695Z] ---> ed08335bde79 [2021-01-04T16:59:56.695Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-04T16:59:56.695Z] Successfully built ed08335bde79 [2021-01-04T16:59:56.695Z] 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-01-04T16:59:57.090Z] provisioning config files... [2021-01-04T16:59:57.133Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/36@tmp/config8830242084341026411tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:59:57.515Z] ---> docker-login.sh [2021-01-04T16:59:57.515Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:59:57.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:58.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:58.069Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:58.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:58.069Z] [2021-01-04T16:59:58.069Z] Login Succeeded [2021-01-04T16:59:58.069Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:59:58.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:58.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:58.617Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:58.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:58.617Z] [2021-01-04T16:59:58.617Z] Login Succeeded [2021-01-04T16:59:58.617Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:59:58.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:59.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:59.160Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:59.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:59.160Z] [2021-01-04T16:59:59.160Z] Login Succeeded [2021-01-04T16:59:59.160Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:59:59.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:59:59.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:59:59.705Z] Configure a credential helper to remove this warning. See [2021-01-04T16:59:59.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:59:59.705Z] [2021-01-04T16:59:59.705Z] Login Succeeded [2021-01-04T16:59:59.705Z] docker.io [2021-01-04T16:59:59.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T17:00:00.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T17:00:00.573Z] Configure a credential helper to remove this warning. See [2021-01-04T17:00:00.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T17:00:00.573Z] [2021-01-04T17:00:00.573Z] Login Succeeded [2021-01-04T17:00:00.573Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T17:00:00.590Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T17:00:00.829Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-01-04T17:00:00.830Z] b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [2021-01-04T17:00:00.830Z] latest [2021-01-04T17:00:00.830Z] 1.3.1-dev.3 [2021-01-04T17:00:00.830Z] b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [2021-01-04T17:00:00.830Z] master [2021-01-04T17:00:00.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:01.348Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:01.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [2021-01-04T17:00:01.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-04T17:00:01.721Z] 5eb812fced59: Preparing [2021-01-04T17:00:01.721Z] 3e9d2f7724ce: Preparing [2021-01-04T17:00:01.721Z] e550b6777cd4: Preparing [2021-01-04T17:00:01.721Z] 379067d0cb53: Preparing [2021-01-04T17:00:02.002Z] 379067d0cb53: Layer already exists [2021-01-04T17:00:02.597Z] 5eb812fced59: Pushed [2021-01-04T17:00:02.597Z] 3e9d2f7724ce: Pushed [2021-01-04T17:00:05.210Z] e550b6777cd4: Pushed [2021-01-04T17:00:05.210Z] b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:05.822Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:06.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-01-04T17:00:06.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-04T17:00:06.162Z] 5eb812fced59: Preparing [2021-01-04T17:00:06.162Z] 3e9d2f7724ce: Preparing [2021-01-04T17:00:06.162Z] e550b6777cd4: Preparing [2021-01-04T17:00:06.162Z] 379067d0cb53: Preparing [2021-01-04T17:00:06.162Z] 5eb812fced59: Layer already exists [2021-01-04T17:00:06.162Z] 3e9d2f7724ce: Layer already exists [2021-01-04T17:00:06.162Z] 379067d0cb53: Layer already exists [2021-01-04T17:00:06.436Z] e550b6777cd4: Layer already exists [2021-01-04T17:00:06.436Z] latest: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:06.527Z] bca2f99d35d6: Pull complete [2021-01-04T17:00:06.527Z] 93359f2a8cfa: Pull complete [2021-01-04T17:00:06.527Z] 7c6f9722023f: Pull complete [2021-01-04T17:00:06.776Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:07.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.3 [2021-01-04T17:00:07.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-04T17:00:07.113Z] 5eb812fced59: Preparing [2021-01-04T17:00:07.113Z] 3e9d2f7724ce: Preparing [2021-01-04T17:00:07.113Z] e550b6777cd4: Preparing [2021-01-04T17:00:07.113Z] 379067d0cb53: Preparing [2021-01-04T17:00:07.113Z] 379067d0cb53: Layer already exists [2021-01-04T17:00:07.113Z] 3e9d2f7724ce: Layer already exists [2021-01-04T17:00:07.113Z] e550b6777cd4: Layer already exists [2021-01-04T17:00:07.113Z] 5eb812fced59: Layer already exists [2021-01-04T17:00:07.385Z] 1.3.1-dev.3: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:07.727Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:08.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [2021-01-04T17:00:08.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-04T17:00:08.064Z] 5eb812fced59: Preparing [2021-01-04T17:00:08.064Z] 3e9d2f7724ce: Preparing [2021-01-04T17:00:08.064Z] e550b6777cd4: Preparing [2021-01-04T17:00:08.064Z] 379067d0cb53: Preparing [2021-01-04T17:00:08.064Z] 5eb812fced59: Layer already exists [2021-01-04T17:00:08.064Z] 3e9d2f7724ce: Layer already exists [2021-01-04T17:00:08.064Z] 379067d0cb53: Layer already exists [2021-01-04T17:00:08.064Z] e550b6777cd4: Layer already exists [2021-01-04T17:00:08.336Z] b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:08.680Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:00:09.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-01-04T17:00:09.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-01-04T17:00:09.014Z] 5eb812fced59: Preparing [2021-01-04T17:00:09.014Z] 3e9d2f7724ce: Preparing [2021-01-04T17:00:09.014Z] e550b6777cd4: Preparing [2021-01-04T17:00:09.014Z] 379067d0cb53: Preparing [2021-01-04T17:00:09.284Z] 3e9d2f7724ce: Layer already exists [2021-01-04T17:00:09.284Z] e550b6777cd4: Layer already exists [2021-01-04T17:00:09.284Z] 379067d0cb53: Layer already exists [2021-01-04T17:00:09.284Z] 5eb812fced59: Layer already exists [2021-01-04T17:00:09.284Z] master: digest: sha256:dc5b3e7091098b18043fc206c2b9632ec279a925777743c4988094b7997932d0 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T17:00:09.516Z] ===================================================== [Pipeline] echo [2021-01-04T17:00:09.591Z] taggedImages: [2021-01-04T17:00:09.592Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [2021-01-04T17:00:09.592Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-01-04T17:00:09.592Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.1-dev.3 [2021-01-04T17:00:09.592Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [2021-01-04T17:00:09.592Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T17:00:12.049Z] a35cf1a2eb13: Pull complete [2021-01-04T17:00:12.049Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T17:00:12.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T17:00:12.049Z] ---> a62c8e92a672 [2021-01-04T17:00:12.049Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-04T17:00:12.049Z] ---> Running in 09c27dfc3aa5 [2021-01-04T17:00:12.049Z] Removing intermediate container 09c27dfc3aa5 [2021-01-04T17:00:12.049Z] ---> a8f317549453 [2021-01-04T17:00:12.049Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T17:00:12.049Z] ---> Running in e704c05f1636 [2021-01-04T17:00:14.159Z] Removing intermediate container e704c05f1636 [2021-01-04T17:00:14.159Z] ---> da5257202ad7 [2021-01-04T17:00:14.159Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-04T17:00:14.159Z] ---> Running in 9135b899d27c [2021-01-04T17:00:14.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T17:00:15.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T17:00:16.094Z] (1/14) Installing libmagic (5.38-r0) [2021-01-04T17:00:17.099Z] (2/14) Installing file (5.38-r0) [2021-01-04T17:00:17.099Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-04T17:00:17.099Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-04T17:00:20.489Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-04T17:00:20.489Z] (6/14) Installing patch (2.7.6-r6) [2021-01-04T17:00:20.761Z] (7/14) Installing build-base (0.5-r2) [2021-01-04T17:00:20.761Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-04T17:00:20.761Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-04T17:00:21.042Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-04T17:00:21.317Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-04T17:00:21.317Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-04T17:00:21.317Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-04T17:00:21.926Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-04T17:00:21.927Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T17:00:21.927Z] OK: 237 MiB in 53 packages [2021-01-04T17:00:26.292Z] Removing intermediate container 9135b899d27c [2021-01-04T17:00:26.292Z] ---> a63a2acadd6e [2021-01-04T17:00:26.292Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-04T17:00:26.292Z] ---> Running in 4bc36e577426 [2021-01-04T17:00:26.292Z] Removing intermediate container 4bc36e577426 [2021-01-04T17:00:26.292Z] ---> 970e579dde47 [2021-01-04T17:00:26.292Z] Step 7/8 : COPY . . [2021-01-04T17:00:27.322Z] ---> 4fa25957de93 [2021-01-04T17:00:27.322Z] Step 8/8 : RUN go mod download [2021-01-04T17:00:27.322Z] ---> Running in a7eafa4bb04b [2021-01-04T17:01:00.283Z] Removing intermediate container a7eafa4bb04b [2021-01-04T17:01:00.283Z] ---> 507ba1cd7730 [2021-01-04T17:01:00.283Z] Successfully built 507ba1cd7730 [2021-01-04T17:01:00.283Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:01:00.669Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T17:01:01.253Z] . [Pipeline] withDockerContainer [2021-01-04T17:01:01.744Z] prd-centos7-docker-4c-2g-18217 does not seem to be running inside a container [2021-01-04T17:01:02.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/36 -v /w/workspace/device-virtual-go/36:/w/workspace/device-virtual-go/36:rw,z -v /w/workspace/device-virtual-go/36@tmp:/w/workspace/device-virtual-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T17:01:03.317Z] $ docker top 935523796f9d36ee1e62ffe4bcea131bd4264e9d3ff84d426ec21cbe3da18ac4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T17:01:04.047Z] + go version [2021-01-04T17:01:04.047Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T17:01:04.068Z] $ docker stop --time=1 935523796f9d36ee1e62ffe4bcea131bd4264e9d3ff84d426ec21cbe3da18ac4 [2021-01-04T17:01:05.612Z] $ docker rm -f 935523796f9d36ee1e62ffe4bcea131bd4264e9d3ff84d426ec21cbe3da18ac4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:01:06.582Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T17:01:06.582Z] . [Pipeline] withDockerContainer [2021-01-04T17:01:06.798Z] prd-centos7-docker-4c-2g-18217 does not seem to be running inside a container [2021-01-04T17:01:06.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/36 -v /w/workspace/device-virtual-go/36:/w/workspace/device-virtual-go/36:rw,z -v /w/workspace/device-virtual-go/36@tmp:/w/workspace/device-virtual-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T17:01:07.663Z] $ docker top c8af717ca7c3df460d9bbd80690b1a6f0a784cbb6becfa811ca8a168092a5ffb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T17:01:08.237Z] + make test [2021-01-04T17:01:08.237Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-04T17:01:09.697Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-04T17:01:36.812Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-04T17:01:36.812Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.838s coverage: 64.4% of statements [2021-01-04T17:01:36.812Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-04T17:01:44.039Z] gofmt -l . [2021-01-04T17:01:44.039Z] [ "`gofmt -l .`" = "" ] [2021-01-04T17:01:44.039Z] ./bin/test-attribution-txt.sh [2021-01-04T17:01:44.659Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-04T17:01:44.959Z] $ docker stop --time=1 c8af717ca7c3df460d9bbd80690b1a6f0a784cbb6becfa811ca8a168092a5ffb [2021-01-04T17:01:46.971Z] $ docker rm -f c8af717ca7c3df460d9bbd80690b1a6f0a784cbb6becfa811ca8a168092a5ffb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T17:01:47.850Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-04T17:01:47.939Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T17:01:48.589Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-04T17:01:49.346Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-04T17:01:49.685Z] + ls -al . [2021-01-04T17:01:49.685Z] total 124 [2021-01-04T17:01:49.685Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 4 17:01 . [2021-01-04T17:01:49.685Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 4 16:59 .. [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 6713 Jan 4 16:59 Attribution.txt [2021-01-04T17:01:49.685Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 4 16:59 bin [2021-01-04T17:01:49.685Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 4 16:59 cmd [2021-01-04T17:01:49.685Z] -rw-r--r--. 1 jenkins jenkins 47242 Jan 4 17:01 coverage.out [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 1851 Jan 4 16:59 Dockerfile [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 961 Jan 4 16:59 Dockerfile.build [2021-01-04T17:01:49.685Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 4 16:59 .git [2021-01-04T17:01:49.685Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 4 16:59 .github [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 258 Jan 4 16:59 .gitignore [2021-01-04T17:01:49.685Z] -rw-r--r--. 1 jenkins jenkins 863 Jan 4 17:01 go.mod [2021-01-04T17:01:49.685Z] -rw-r--r--. 1 jenkins jenkins 16360 Jan 4 17:01 go.sum [2021-01-04T17:01:49.685Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 4 16:59 internal [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 660 Jan 4 16:59 Jenkinsfile [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 4 16:59 LICENSE [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 873 Jan 4 16:59 Makefile [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 918 Jan 4 16:59 README.md [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 4 16:56 VERSION [2021-01-04T17:01:49.685Z] -rw-rw-r--. 1 jenkins jenkins 235 Jan 4 16:59 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:01:50.040Z] + 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=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba --label arch=amd64 --label version=1.3.1-dev.3 . [2021-01-04T17:01:50.338Z] Sending build context to Docker daemon 544.3kB [2021-01-04T17:01:50.338Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T17:01:50.338Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-04T17:01:50.338Z] ---> 507ba1cd7730 [2021-01-04T17:01:50.338Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-04T17:01:50.338Z] ---> Running in b9cfc44f3d3f [2021-01-04T17:01:50.615Z] Removing intermediate container b9cfc44f3d3f [2021-01-04T17:01:50.615Z] ---> 3a10745f6521 [2021-01-04T17:01:50.615Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-04T17:01:50.884Z] ---> Running in e0ac2a48ff7b [2021-01-04T17:01:51.160Z] Removing intermediate container e0ac2a48ff7b [2021-01-04T17:01:51.160Z] ---> aca29abe5f18 [2021-01-04T17:01:51.160Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-04T17:01:51.160Z] ---> Running in 58b96e774861 [2021-01-04T17:01:51.498Z] Removing intermediate container 58b96e774861 [2021-01-04T17:01:51.498Z] ---> 6b8379a4990f [2021-01-04T17:01:51.498Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T17:01:51.498Z] ---> Running in a033ed5567b4 [2021-01-04T17:01:53.563Z] Removing intermediate container a033ed5567b4 [2021-01-04T17:01:53.563Z] ---> 06ec04adb924 [2021-01-04T17:01:53.563Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-04T17:01:53.563Z] ---> Running in 080e0e8da12c [2021-01-04T17:01:54.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T17:01:55.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T17:01:55.381Z] OK: 237 MiB in 53 packages [2021-01-04T17:01:55.982Z] Removing intermediate container 080e0e8da12c [2021-01-04T17:01:55.983Z] ---> 62b639f6b90b [2021-01-04T17:01:55.983Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-04T17:01:56.285Z] ---> Running in 208c92b3170b [2021-01-04T17:01:56.561Z] Removing intermediate container 208c92b3170b [2021-01-04T17:01:56.561Z] ---> 4bec758f70dd [2021-01-04T17:01:56.561Z] Step 9/22 : COPY . . [2021-01-04T17:01:57.157Z] ---> 659f267dcf11 [2021-01-04T17:01:57.157Z] Step 10/22 : ARG MAKE='make build' [2021-01-04T17:01:57.157Z] ---> Running in 52a9cf17a0b1 [2021-01-04T17:01:57.448Z] Removing intermediate container 52a9cf17a0b1 [2021-01-04T17:01:57.448Z] ---> ec9177d94d6b [2021-01-04T17:01:57.448Z] Step 11/22 : RUN $MAKE [2021-01-04T17:01:57.448Z] ---> Running in 90758029063c [2021-01-04T17:01:58.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.1-dev.3" -o cmd/device-virtual ./cmd [2021-01-04T17:02:20.953Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-04T17:02:24.383Z] Removing intermediate container 90758029063c [2021-01-04T17:02:24.383Z] ---> d4b7c3a7b58a [2021-01-04T17:02:24.383Z] Step 12/22 : FROM alpine:3.12 [2021-01-04T17:02:24.650Z] 3.12: Pulling from library/alpine [2021-01-04T17:02:24.650Z] 801bfaa63ef2: Pulling fs layer [2021-01-04T17:02:24.928Z] 801bfaa63ef2: Verifying Checksum [2021-01-04T17:02:24.928Z] 801bfaa63ef2: Download complete [2021-01-04T17:02:25.516Z] 801bfaa63ef2: Pull complete [2021-01-04T17:02:25.516Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T17:02:25.516Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T17:02:25.516Z] ---> 389fef711851 [2021-01-04T17:02:25.516Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-04T17:02:25.516Z] ---> Running in c845c297a251 [2021-01-04T17:02:25.791Z] Removing intermediate container c845c297a251 [2021-01-04T17:02:25.791Z] ---> e552a7a01a2d [2021-01-04T17:02:25.791Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-04T17:02:25.791Z] ---> Running in 8b029885db88 [2021-01-04T17:02:26.060Z] Removing intermediate container 8b029885db88 [2021-01-04T17:02:26.060Z] ---> 99991ea8cfbe [2021-01-04T17:02:26.060Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-04T17:02:27.080Z] ---> b6a183c6e4d1 [2021-01-04T17:02:27.080Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-04T17:02:27.374Z] ---> 536e80a8297c [2021-01-04T17:02:27.374Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-04T17:02:28.009Z] ---> f6c669c7d595 [2021-01-04T17:02:28.009Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-04T17:02:28.009Z] ---> Running in cfff7758899d [2021-01-04T17:02:28.275Z] Removing intermediate container cfff7758899d [2021-01-04T17:02:28.275Z] ---> ac1226156674 [2021-01-04T17:02:28.275Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T17:02:28.540Z] ---> Running in d2bedec3554c [2021-01-04T17:02:28.540Z] Removing intermediate container d2bedec3554c [2021-01-04T17:02:28.540Z] ---> 40f272f39a3a [2021-01-04T17:02:28.540Z] Step 20/22 : LABEL arch=amd64 [2021-01-04T17:02:28.825Z] ---> Running in 762a115f0b5e [2021-01-04T17:02:29.116Z] Removing intermediate container 762a115f0b5e [2021-01-04T17:02:29.116Z] ---> 9ebcd1852a34 [2021-01-04T17:02:29.116Z] Step 21/22 : LABEL git_sha=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [2021-01-04T17:02:29.116Z] ---> Running in 6b9cc1d275ea [2021-01-04T17:02:29.386Z] Removing intermediate container 6b9cc1d275ea [2021-01-04T17:02:29.386Z] ---> 5453d07f0ff7 [2021-01-04T17:02:29.386Z] Step 22/22 : LABEL version=1.3.1-dev.3 [2021-01-04T17:02:29.386Z] ---> Running in f0baa974744f [2021-01-04T17:02:29.669Z] Removing intermediate container f0baa974744f [2021-01-04T17:02:29.669Z] ---> 0eef655cd9cc [2021-01-04T17:02:29.669Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-04T17:02:29.669Z] Successfully built 0eef655cd9cc [2021-01-04T17:02:29.669Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T17:02:30.105Z] provisioning config files... [2021-01-04T17:02:30.161Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/36@tmp/config3931878199076802345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:02:30.604Z] ---> docker-login.sh [2021-01-04T17:02:30.604Z] nexus3.edgexfoundry.org:10001 [2021-01-04T17:02:30.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T17:02:30.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T17:02:30.885Z] Configure a credential helper to remove this warning. See [2021-01-04T17:02:30.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T17:02:30.885Z] [2021-01-04T17:02:30.885Z] Login Succeeded [2021-01-04T17:02:30.885Z] nexus3.edgexfoundry.org:10002 [2021-01-04T17:02:31.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T17:02:31.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T17:02:31.157Z] Configure a credential helper to remove this warning. See [2021-01-04T17:02:31.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T17:02:31.157Z] [2021-01-04T17:02:31.157Z] Login Succeeded [2021-01-04T17:02:31.428Z] nexus3.edgexfoundry.org:10003 [2021-01-04T17:02:31.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T17:02:31.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T17:02:31.428Z] Configure a credential helper to remove this warning. See [2021-01-04T17:02:31.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T17:02:31.429Z] [2021-01-04T17:02:31.429Z] Login Succeeded [2021-01-04T17:02:31.429Z] nexus3.edgexfoundry.org:10004 [2021-01-04T17:02:31.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T17:02:31.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T17:02:31.695Z] Configure a credential helper to remove this warning. See [2021-01-04T17:02:31.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T17:02:31.695Z] [2021-01-04T17:02:31.695Z] Login Succeeded [2021-01-04T17:02:31.695Z] docker.io [2021-01-04T17:02:31.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T17:02:32.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T17:02:32.579Z] Configure a credential helper to remove this warning. See [2021-01-04T17:02:32.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T17:02:32.579Z] [2021-01-04T17:02:32.579Z] Login Succeeded [2021-01-04T17:02:32.579Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T17:02:32.606Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T17:02:32.858Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-01-04T17:02:32.859Z] b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [2021-01-04T17:02:32.859Z] latest [2021-01-04T17:02:32.859Z] 1.3.1-dev.3 [2021-01-04T17:02:32.859Z] b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [2021-01-04T17:02:32.859Z] master [2021-01-04T17:02:32.859Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:33.493Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:33.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [2021-01-04T17:02:33.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-04T17:02:33.878Z] 83566902168b: Preparing [2021-01-04T17:02:33.878Z] d46cf8e7d5f2: Preparing [2021-01-04T17:02:33.878Z] ad1813cf9930: Preparing [2021-01-04T17:02:33.878Z] 777b2c648970: Preparing [2021-01-04T17:02:33.878Z] 777b2c648970: Layer already exists [2021-01-04T17:02:34.157Z] d46cf8e7d5f2: Pushed [2021-01-04T17:02:34.157Z] 83566902168b: Pushed [2021-01-04T17:02:35.653Z] ad1813cf9930: Pushed [2021-01-04T17:02:35.943Z] b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:36.306Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:36.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-01-04T17:02:36.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-04T17:02:36.680Z] 83566902168b: Preparing [2021-01-04T17:02:36.680Z] d46cf8e7d5f2: Preparing [2021-01-04T17:02:36.680Z] ad1813cf9930: Preparing [2021-01-04T17:02:36.680Z] 777b2c648970: Preparing [2021-01-04T17:02:36.680Z] ad1813cf9930: Layer already exists [2021-01-04T17:02:36.680Z] 777b2c648970: Layer already exists [2021-01-04T17:02:36.680Z] d46cf8e7d5f2: Layer already exists [2021-01-04T17:02:36.680Z] 83566902168b: Layer already exists [2021-01-04T17:02:36.680Z] latest: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:37.050Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:37.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.3 [2021-01-04T17:02:37.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-04T17:02:37.454Z] 83566902168b: Preparing [2021-01-04T17:02:37.454Z] d46cf8e7d5f2: Preparing [2021-01-04T17:02:37.454Z] ad1813cf9930: Preparing [2021-01-04T17:02:37.454Z] 777b2c648970: Preparing [2021-01-04T17:02:37.454Z] d46cf8e7d5f2: Layer already exists [2021-01-04T17:02:37.454Z] ad1813cf9930: Layer already exists [2021-01-04T17:02:37.454Z] 83566902168b: Layer already exists [2021-01-04T17:02:37.454Z] 777b2c648970: Layer already exists [2021-01-04T17:02:37.719Z] 1.3.1-dev.3: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:38.050Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:38.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [2021-01-04T17:02:38.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-04T17:02:38.390Z] 83566902168b: Preparing [2021-01-04T17:02:38.390Z] d46cf8e7d5f2: Preparing [2021-01-04T17:02:38.390Z] ad1813cf9930: Preparing [2021-01-04T17:02:38.390Z] 777b2c648970: Preparing [2021-01-04T17:02:38.390Z] d46cf8e7d5f2: Layer already exists [2021-01-04T17:02:38.390Z] 83566902168b: Layer already exists [2021-01-04T17:02:38.390Z] 777b2c648970: Layer already exists [2021-01-04T17:02:38.391Z] ad1813cf9930: Layer already exists [2021-01-04T17:02:38.391Z] b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:38.764Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:39.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-01-04T17:02:39.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-01-04T17:02:39.093Z] 83566902168b: Preparing [2021-01-04T17:02:39.093Z] d46cf8e7d5f2: Preparing [2021-01-04T17:02:39.093Z] ad1813cf9930: Preparing [2021-01-04T17:02:39.093Z] 777b2c648970: Preparing [2021-01-04T17:02:39.093Z] 83566902168b: Layer already exists [2021-01-04T17:02:39.093Z] d46cf8e7d5f2: Layer already exists [2021-01-04T17:02:39.093Z] 777b2c648970: Layer already exists [2021-01-04T17:02:39.093Z] ad1813cf9930: Layer already exists [2021-01-04T17:02:39.093Z] master: digest: sha256:9990bf5f63edc08e07714d1d2d83578f1d8255a63e7b009461e975d639ea3f8f size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-04T17:02:39.297Z] ===================================================== [Pipeline] echo [2021-01-04T17:02:39.349Z] taggedImages: [2021-01-04T17:02:39.349Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [2021-01-04T17:02:39.349Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-01-04T17:02:39.349Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.1-dev.3 [2021-01-04T17:02:39.349Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba-1.3.1-dev.3 [2021-01-04T17:02:39.349Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-04T17:02:41.013Z] provisioning config files... [2021-01-04T17:02:41.024Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8637762518154700281tmp [Pipeline] { [Pipeline] sh [2021-01-04T17:02:41.403Z] + set +x [2021-01-04T17:02:41.403Z] + curl -s https://codecov.io/bash [2021-01-04T17:02:41.403Z] + bash -s -- [2021-01-04T17:02:41.667Z] [2021-01-04T17:02:41.667Z] _____ _ [2021-01-04T17:02:41.667Z] / ____| | | [2021-01-04T17:02:41.667Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T17:02:41.667Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T17:02:41.667Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T17:02:41.667Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T17:02:41.667Z] Bash-20201231-23d4836 [2021-01-04T17:02:41.667Z] [2021-01-04T17:02:41.667Z] [2021-01-04T17:02:41.667Z] ==> git version 2.24.3 found [2021-01-04T17:02:41.668Z] ==> 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-01-04T17:02:41.668Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T17:02:41.668Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T17:02:41.668Z] ==> Jenkins CI detected. [2021-01-04T17:02:41.668Z] project root: . [2021-01-04T17:02:41.668Z] --> token set from env [2021-01-04T17:02:41.668Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T17:02:41.668Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T17:02:41.668Z] ==> Python coveragepy not found [2021-01-04T17:02:41.668Z] ==> Searching for coverage reports in: [2021-01-04T17:02:41.668Z] + . [2021-01-04T17:02:41.668Z] -> Found 1 reports [2021-01-04T17:02:41.668Z] ==> Detecting git/mercurial file structure [2021-01-04T17:02:41.668Z] ==> Reading reports [2021-01-04T17:02:41.668Z] + ./coverage.out bytes=47242 [2021-01-04T17:02:41.668Z] ==> Appending adjustments [2021-01-04T17:02:41.668Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T17:02:41.933Z] + Found adjustments [2021-01-04T17:02:41.933Z] ==> Gzipping contents [2021-01-04T17:02:41.933Z] 8.0K /tmp/codecov.koB9T9.gz [2021-01-04T17:02:41.933Z] ==> Uploading reports [2021-01-04T17:02:41.933Z] url: https://codecov.io [2021-01-04T17:02:41.933Z] query: branch=master&commit=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-04T17:02:41.933Z] -> Pinging Codecov [2021-01-04T17:02:41.933Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-04T17:02:42.196Z] -> Uploading to [2021-01-04T17:02:42.196Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/5E52B4B073DB2E39498172D8E973AA87/b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba/0f4e9537-889f-4adc-85fd-5bd7bbe16b88.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T170242Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=19551d780734cc96611122c4ffe9fbc8a73b2e6b527dac7429b7f0cdcb013220 [2021-01-04T17:02:42.196Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T17:02:42.196Z] Dload Upload Total Spent Left Speed [2021-01-04T17:02:42.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5784 0 0 100 5784 0 11951 --:--:-- --:--:-- --:--:-- 11950 100 5784 0 0 100 5784 0 11947 --:--:-- --:--:-- --:--:-- 11950 [2021-01-04T17:02:42.772Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] } [2021-01-04T17:02:42.784Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-04T17:02:43.647Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-04T17:02:43.706Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:44.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T17:02:44.054Z] [2021-01-04T17:02:44.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:02:44.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T17:02:44.403Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-04T17:02:44.403Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T17:02:44.403Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T17:02:44.403Z] de9db76c5a1d: Pulling fs layer [2021-01-04T17:02:44.403Z] 0eba1c9be4d2: Pulling fs layer [2021-01-04T17:02:44.403Z] 0d57e429df01: Pulling fs layer [2021-01-04T17:02:44.403Z] 4e4be7b47b0d: Pulling fs layer [2021-01-04T17:02:44.403Z] e1f770b5df2f: Pulling fs layer [2021-01-04T17:02:44.403Z] 85a0685a4137: Pulling fs layer [2021-01-04T17:02:44.403Z] 0eba1c9be4d2: Waiting [2021-01-04T17:02:44.403Z] 0d57e429df01: Waiting [2021-01-04T17:02:44.403Z] 4e4be7b47b0d: Waiting [2021-01-04T17:02:44.403Z] e1f770b5df2f: Waiting [2021-01-04T17:02:44.403Z] 85a0685a4137: Waiting [2021-01-04T17:02:44.403Z] de9db76c5a1d: Verifying Checksum [2021-01-04T17:02:44.403Z] de9db76c5a1d: Download complete [2021-01-04T17:02:44.403Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T17:02:44.403Z] 0ef7d3d256c8: Download complete [2021-01-04T17:02:44.403Z] 0d57e429df01: Verifying Checksum [2021-01-04T17:02:44.403Z] 0d57e429df01: Download complete [2021-01-04T17:02:44.403Z] 4e4be7b47b0d: Verifying Checksum [2021-01-04T17:02:44.403Z] 4e4be7b47b0d: Download complete [2021-01-04T17:02:44.403Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T17:02:44.403Z] 188c0c94c7c5: Download complete [2021-01-04T17:02:44.984Z] 188c0c94c7c5: Pull complete [2021-01-04T17:02:44.984Z] 0ef7d3d256c8: Pull complete [2021-01-04T17:02:45.248Z] de9db76c5a1d: Pull complete [2021-01-04T17:02:45.828Z] e1f770b5df2f: Verifying Checksum [2021-01-04T17:02:45.828Z] e1f770b5df2f: Download complete [2021-01-04T17:02:47.766Z] 0eba1c9be4d2: Verifying Checksum [2021-01-04T17:02:47.766Z] 0eba1c9be4d2: Download complete [2021-01-04T17:02:48.047Z] 85a0685a4137: Verifying Checksum [2021-01-04T17:02:48.047Z] 85a0685a4137: Download complete [2021-01-04T17:02:53.407Z] 0eba1c9be4d2: Pull complete [2021-01-04T17:02:53.407Z] 0d57e429df01: Pull complete [2021-01-04T17:02:53.669Z] 4e4be7b47b0d: Pull complete [2021-01-04T17:02:55.787Z] e1f770b5df2f: Pull complete [2021-01-04T17:03:03.986Z] 85a0685a4137: Pull complete [2021-01-04T17:03:03.986Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-04T17:03:03.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-04T17:03:03.986Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-04T17:03:04.201Z] prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container [2021-01-04T17:03:04.252Z] $ 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-01-04T17:03:05.292Z] $ docker top 4d412a5822c06e05f3ad4b8b206d6a7c80b308d0fa9a5d4c5cd1ce52dfdc4afd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T17:03:05.547Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-04T17:03:05.843Z] + set -o pipefail [2021-01-04T17:03:05.843Z] + snyk monitor '--org=edgex-jenkins' [2021-01-04T17:03:32.482Z] [2021-01-04T17:03:32.482Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-01-04T17:03:32.482Z] [2021-01-04T17:03:32.482Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/6be111e3-bb12-4bf5-9072-63df4b8222bc [2021-01-04T17:03:32.482Z] [2021-01-04T17:03:32.482Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-04T17:03:32.482Z] [2021-01-04T17:03:32.745Z] [Pipeline] } [2021-01-04T17:03:32.764Z] $ docker stop --time=1 4d412a5822c06e05f3ad4b8b206d6a7c80b308d0fa9a5d4c5cd1ce52dfdc4afd [2021-01-04T17:03:35.551Z] $ docker rm -f 4d412a5822c06e05f3ad4b8b206d6a7c80b308d0fa9a5d4c5cd1ce52dfdc4afd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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-01-04T17:03:37.511Z] + git log --format=format:%s -1 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:03:37.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T17:03:37.834Z] . [Pipeline] withDockerContainer [2021-01-04T17:03:37.936Z] prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container [2021-01-04T17:03:37.988Z] $ 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-01-04T17:03:38.734Z] $ docker top 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T17:03:39.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T17:03:39.057Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T17:03:39.281Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T17:03:39.286Z] $ docker exec 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad ssh-agent [2021-01-04T17:03:39.460Z] SSH_AUTH_SOCK=/tmp/ssh-nMrUQmzOt0LN/agent.12 [2021-01-04T17:03:39.460Z] SSH_AGENT_PID=18 [2021-01-04T17:03:39.468Z] Running ssh-add (command line suppressed) [2021-01-04T17:03:39.620Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1392708069377977276.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1392708069377977276.key) [2021-01-04T17:03:39.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T17:03:40.102Z] + git semver tag [2021-01-04T17:03:40.102Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T17:03:40.102Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-04T17:03:40.102Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-04T17:03:40.102Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T17:03:40.102Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T17:03:40.102Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T17:03:40.102Z] # $SEMVER_BRANCH = master [2021-01-04T17:03:40.102Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-01-04T17:03:40.102Z] # b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba HEAD [2021-01-04T17:03:40.102Z] # -> Force: false [2021-01-04T17:03:40.102Z] # 3f61d009edf8b13b637d6c377689d39710fe9d40 refs/tags/v1.3.1-dev.3 [Pipeline] } [2021-01-04T17:03:40.116Z] $ docker exec --env ******** --env ******** 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad ssh-agent -k [2021-01-04T17:03:40.243Z] unset SSH_AUTH_SOCK; [2021-01-04T17:03:40.243Z] unset SSH_AGENT_PID; [2021-01-04T17:03:40.244Z] echo Agent pid 18 killed; [2021-01-04T17:03:40.297Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T17:03:40.832Z] + git semver [Pipeline] } [2021-01-04T17:03:40.851Z] $ docker stop --time=1 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad [2021-01-04T17:03:42.214Z] $ docker rm -f 849edc43822d5312b99cfd7a37c07c7d3dc5a9f2c90c1498fbed45f2f8a046ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:03:42.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T17:03:42.903Z] [2021-01-04T17:03:42.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:03:43.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T17:03:43.258Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-04T17:03:43.258Z] ab5ef0e58194: Pulling fs layer [2021-01-04T17:03:43.258Z] 9712f1f96733: Pulling fs layer [2021-01-04T17:03:43.258Z] 63f879dbbcfc: Pulling fs layer [2021-01-04T17:03:43.258Z] 0d9ebad4ef96: Pulling fs layer [2021-01-04T17:03:43.258Z] e9a5061849ea: Pulling fs layer [2021-01-04T17:03:43.258Z] d747dcd14b5f: Pulling fs layer [2021-01-04T17:03:43.258Z] 2de7ff778b66: Pulling fs layer [2021-01-04T17:03:43.258Z] d747dcd14b5f: Waiting [2021-01-04T17:03:43.258Z] e9a5061849ea: Waiting [2021-01-04T17:03:43.258Z] 0d9ebad4ef96: Waiting [2021-01-04T17:03:43.258Z] 2de7ff778b66: Waiting [2021-01-04T17:03:43.258Z] 9712f1f96733: Download complete [2021-01-04T17:03:45.204Z] 63f879dbbcfc: Verifying Checksum [2021-01-04T17:03:45.204Z] 63f879dbbcfc: Download complete [2021-01-04T17:03:45.204Z] e9a5061849ea: Verifying Checksum [2021-01-04T17:03:45.204Z] e9a5061849ea: Download complete [2021-01-04T17:03:45.204Z] d747dcd14b5f: Verifying Checksum [2021-01-04T17:03:45.204Z] d747dcd14b5f: Download complete [2021-01-04T17:03:45.780Z] 0d9ebad4ef96: Verifying Checksum [2021-01-04T17:03:45.780Z] 0d9ebad4ef96: Download complete [2021-01-04T17:03:45.780Z] 2de7ff778b66: Verifying Checksum [2021-01-04T17:03:45.780Z] 2de7ff778b66: Download complete [2021-01-04T17:03:46.042Z] ab5ef0e58194: Verifying Checksum [2021-01-04T17:03:46.042Z] ab5ef0e58194: Download complete [2021-01-04T17:03:51.375Z] ab5ef0e58194: Pull complete [2021-01-04T17:03:51.375Z] 9712f1f96733: Pull complete [2021-01-04T17:03:54.053Z] 63f879dbbcfc: Pull complete [2021-01-04T17:04:00.710Z] 0d9ebad4ef96: Pull complete [2021-01-04T17:04:03.300Z] e9a5061849ea: Pull complete [2021-01-04T17:04:03.300Z] d747dcd14b5f: Pull complete [2021-01-04T17:04:04.705Z] 2de7ff778b66: Pull complete [2021-01-04T17:04:04.705Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-04T17:04:04.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-04T17:04:04.705Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-04T17:04:04.898Z] prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container [2021-01-04T17:04:04.948Z] $ 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-01-04T17:04:08.330Z] $ docker top f26e6568d70fe8f7682954ce9c744e7c66462c43b47e06a0d5cbec852fefec05 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-04T17:04:08.590Z] provisioning config files... [2021-01-04T17:04:08.604Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config9071468035237498937tmp [2021-01-04T17:04:08.620Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7966328890427247522tmp [2021-01-04T17:04:08.634Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4421029368218488988tmp [Pipeline] { [Pipeline] echo [2021-01-04T17:04:08.690Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:04:09.003Z] ---> sigul-configuration.sh [2021-01-04T17:04:09.004Z] gpg: directory `/root/.gnupg' created [2021-01-04T17:04:09.004Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-04T17:04:09.004Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-04T17:04:09.004Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-04T17:04:09.004Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-04T17:04:09.004Z] gpg: CAST5 encrypted data [2021-01-04T17:04:09.267Z] gpg: encrypted with 1 passphrase [2021-01-04T17:04:09.267Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-04T17:04:09.572Z] + mkdir /home/jenkins [2021-01-04T17:04:09.572Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-04T17:04:09.869Z] + 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-01-04T17:04:09.880Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:04:10.177Z] ---> sigul-install.sh [2021-01-04T17:04:15.489Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-04T17:04:15.816Z] + git tag --list [2021-01-04T17:04:15.816Z] v1.0.0 [2021-01-04T17:04:15.816Z] v1.1.0 [2021-01-04T17:04:15.816Z] v1.1.1 [2021-01-04T17:04:15.816Z] v1.2.1 [2021-01-04T17:04:15.816Z] v1.2.2 [2021-01-04T17:04:15.816Z] v1.2.3 [2021-01-04T17:04:15.816Z] v1.2.3-dev.1 [2021-01-04T17:04:15.816Z] v1.2.3-dev.2 [2021-01-04T17:04:15.816Z] v1.2.4-dev.1 [2021-01-04T17:04:15.816Z] v1.2.4-dev.10 [2021-01-04T17:04:15.816Z] v1.2.4-dev.11 [2021-01-04T17:04:15.816Z] v1.2.4-dev.2 [2021-01-04T17:04:15.816Z] v1.2.4-dev.3 [2021-01-04T17:04:15.816Z] v1.2.4-dev.4 [2021-01-04T17:04:15.816Z] v1.2.4-dev.5 [2021-01-04T17:04:15.816Z] v1.2.4-dev.6 [2021-01-04T17:04:15.816Z] v1.2.4-dev.7 [2021-01-04T17:04:15.816Z] v1.2.4-dev.8 [2021-01-04T17:04:15.816Z] v1.2.4-dev.9 [2021-01-04T17:04:15.816Z] v1.3.0 [2021-01-04T17:04:15.816Z] v1.3.1-dev.1 [2021-01-04T17:04:15.816Z] v1.3.1-dev.2 [2021-01-04T17:04:15.816Z] v1.3.1-dev.3 [Pipeline] sh [2021-01-04T17:04:16.122Z] + lftools sign git-tag v1.3.1-dev.3 [2021-01-04T17:04:17.517Z] Signing Git tag with Sigul... [2021-01-04T17:04:17.517Z] Signing v1.3.1-dev.3 [Pipeline] echo [2021-01-04T17:04:18.477Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:04:18.809Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-04T17:04:18.819Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-04T17:04:18.919Z] $ docker stop --time=1 f26e6568d70fe8f7682954ce9c744e7c66462c43b47e06a0d5cbec852fefec05 [2021-01-04T17:04:20.835Z] $ docker rm -f f26e6568d70fe8f7682954ce9c744e7c66462c43b47e06a0d5cbec852fefec05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:04:21.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T17:04:21.779Z] . [Pipeline] withDockerContainer [2021-01-04T17:04:21.883Z] prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container [2021-01-04T17:04:21.940Z] $ 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-01-04T17:04:22.686Z] $ docker top 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T17:04:22.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T17:04:22.996Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T17:04:23.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T17:04:23.203Z] $ docker exec 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 ssh-agent [2021-01-04T17:04:23.384Z] SSH_AUTH_SOCK=/tmp/ssh-iMCMrazhkZ5Y/agent.12 [2021-01-04T17:04:23.384Z] SSH_AGENT_PID=18 [2021-01-04T17:04:23.392Z] Running ssh-add (command line suppressed) [2021-01-04T17:04:23.520Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4425304382610233015.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4425304382610233015.key) [2021-01-04T17:04:23.575Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T17:04:23.913Z] + git semver bump pre [2021-01-04T17:04:23.913Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T17:04:23.913Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-04T17:04:23.913Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-04T17:04:23.913Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T17:04:23.913Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T17:04:23.913Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T17:04:23.913Z] # $SEMVER_BRANCH = master [2021-01-04T17:04:23.913Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-01-04T17:04:23.913Z] 1.3.1-dev.4 [Pipeline] } [2021-01-04T17:04:23.928Z] $ docker exec --env ******** --env ******** 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 ssh-agent -k [2021-01-04T17:04:24.053Z] unset SSH_AUTH_SOCK; [2021-01-04T17:04:24.053Z] unset SSH_AGENT_PID; [2021-01-04T17:04:24.053Z] echo Agent pid 18 killed; [2021-01-04T17:04:24.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T17:04:24.582Z] + git semver [Pipeline] } [2021-01-04T17:04:24.601Z] $ docker stop --time=1 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 [2021-01-04T17:04:25.957Z] $ docker rm -f 21d09c9c34a21f7988319a42aefd6eee3f720834f0ce5cf4495d5a1bd3e57b50 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:04:26.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T17:04:26.519Z] . [Pipeline] withDockerContainer [2021-01-04T17:04:26.617Z] prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container [2021-01-04T17:04:26.666Z] $ 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-01-04T17:04:27.330Z] $ docker top a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T17:04:27.668Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T17:04:27.668Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T17:04:27.882Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T17:04:27.886Z] $ docker exec a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf ssh-agent [2021-01-04T17:04:28.066Z] SSH_AUTH_SOCK=/tmp/ssh-stIq7fhOruvr/agent.13 [2021-01-04T17:04:28.066Z] SSH_AGENT_PID=19 [2021-01-04T17:04:28.073Z] Running ssh-add (command line suppressed) [2021-01-04T17:04:28.205Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7804688752274505456.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7804688752274505456.key) [2021-01-04T17:04:28.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T17:04:28.614Z] + git semver push [2021-01-04T17:04:28.615Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T17:04:28.615Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-01-04T17:04:28.615Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-01-04T17:04:28.615Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T17:04:28.615Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T17:04:28.615Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T17:04:28.615Z] # $SEMVER_BRANCH = master [2021-01-04T17:04:28.615Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-01-04T17:04:35.237Z] $ docker exec --env ******** --env ******** a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf ssh-agent -k [2021-01-04T17:04:35.365Z] unset SSH_AUTH_SOCK; [2021-01-04T17:04:35.367Z] unset SSH_AGENT_PID; [2021-01-04T17:04:35.367Z] echo Agent pid 19 killed; [2021-01-04T17:04:35.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T17:04:35.892Z] + git semver [Pipeline] } [2021-01-04T17:04:35.911Z] $ docker stop --time=1 a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf [2021-01-04T17:04:37.299Z] $ docker rm -f a5320176462df8a3699b2458c12eba7a88e6545709f925870f2b4ed754006baf [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-01-04T17:04:38.653Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:04:39.288Z] ---> package-listing.sh [2021-01-04T17:04:39.288Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T17:04:39.288Z] ++ facter osfamily [2021-01-04T17:04:39.288Z] + OS_FAMILY=redhat [2021-01-04T17:04:39.288Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-01-04T17:04:39.288Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T17:04:39.288Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T17:04:39.288Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T17:04:39.288Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T17:04:39.288Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-01-04T17:04:39.288Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T17:04:39.288Z] + case "${OS_FAMILY}" in [2021-01-04T17:04:39.288Z] + rpm -qa [2021-01-04T17:04:39.288Z] + sort [2021-01-04T17:04:44.652Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T17:04:44.652Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T17:04:44.652Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T17:04:44.652Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-01-04T17:04:44.652Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-01-04T17:04:44.652Z] + 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-01-04T17:04:44.666Z] 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-01-04T17:04:44.961Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:04:45.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T17:04:45.267Z] [2021-01-04T17:04:45.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T17:04:45.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T17:04:45.618Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T17:04:45.618Z] df20fa9351a1: Pulling fs layer [2021-01-04T17:04:45.618Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T17:04:45.618Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T17:04:45.618Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T17:04:45.618Z] 93b61091891f: Pulling fs layer [2021-01-04T17:04:45.618Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T17:04:45.618Z] 5e14af77c1be: Pulling fs layer [2021-01-04T17:04:45.618Z] 01666e4c0597: Pulling fs layer [2021-01-04T17:04:45.618Z] aa168da1d23b: Pulling fs layer [2021-01-04T17:04:45.618Z] 46f8f816bc3b: Waiting [2021-01-04T17:04:45.618Z] 93b61091891f: Waiting [2021-01-04T17:04:45.618Z] 93b9cdb0e59b: Waiting [2021-01-04T17:04:45.618Z] 5e14af77c1be: Waiting [2021-01-04T17:04:45.618Z] 01666e4c0597: Waiting [2021-01-04T17:04:45.618Z] aa168da1d23b: Waiting [2021-01-04T17:04:45.618Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T17:04:45.618Z] 36b3adc4ff6f: Download complete [2021-01-04T17:04:45.618Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T17:04:45.618Z] 46f8f816bc3b: Download complete [2021-01-04T17:04:45.884Z] df20fa9351a1: Verifying Checksum [2021-01-04T17:04:45.884Z] df20fa9351a1: Download complete [2021-01-04T17:04:45.884Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T17:04:45.884Z] 93b9cdb0e59b: Download complete [2021-01-04T17:04:45.884Z] 5e14af77c1be: Verifying Checksum [2021-01-04T17:04:45.884Z] 5e14af77c1be: Download complete [2021-01-04T17:04:45.884Z] 01666e4c0597: Verifying Checksum [2021-01-04T17:04:45.884Z] 01666e4c0597: Download complete [2021-01-04T17:04:45.884Z] 93b61091891f: Verifying Checksum [2021-01-04T17:04:45.884Z] 93b61091891f: Download complete [2021-01-04T17:04:45.884Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T17:04:46.466Z] df20fa9351a1: Pull complete [2021-01-04T17:04:47.040Z] 36b3adc4ff6f: Pull complete [2021-01-04T17:04:48.002Z] 8ad3a11d3b57: Pull complete [2021-01-04T17:04:48.002Z] aa168da1d23b: Verifying Checksum [2021-01-04T17:04:48.002Z] aa168da1d23b: Download complete [2021-01-04T17:04:48.002Z] 46f8f816bc3b: Pull complete [2021-01-04T17:04:48.581Z] 93b61091891f: Pull complete [2021-01-04T17:04:48.581Z] 93b9cdb0e59b: Pull complete [2021-01-04T17:04:48.845Z] 5e14af77c1be: Pull complete [2021-01-04T17:04:48.845Z] 01666e4c0597: Pull complete [2021-01-04T17:04:57.031Z] aa168da1d23b: Pull complete [2021-01-04T17:04:57.031Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T17:04:57.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T17:04:57.031Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T17:04:57.247Z] prd-centos7-docker-4c-2g-18216 does not seem to be running inside a container [2021-01-04T17:04:57.300Z] $ 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-01-04T17:05:00.358Z] $ docker top ae154fd8c5e521ca6593bd2f3a0bf168d02cea6f9f0111d123ffef9498e5014a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T17:05:00.892Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T17:05:01.191Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T17:05:01.499Z] + ls /var/log/sa-host [2021-01-04T17:05:01.499Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T17:05:01.499Z] file_magic: OK [2021-01-04T17:05:01.499Z] HZ: Using current value: 100 [2021-01-04T17:05:01.499Z] file_header: OK [2021-01-04T17:05:01.499Z] 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-01-04T17:05:01.499Z] Statistics: [2021-01-04T17:05:01.499Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T17:05:01.499Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T17:05:01.499Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T17:05:01.499Z] file_magic: OK [2021-01-04T17:05:01.499Z] HZ: Using current value: 100 [2021-01-04T17:05:01.499Z] file_header: OK [2021-01-04T17:05:01.499Z] 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-01-04T17:05:01.499Z] Statistics: [2021-01-04T17:05:01.499Z] Hnuu...uuuununununu... [2021-01-04T17:05:01.499Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T17:05:01.781Z] provisioning config files... [2021-01-04T17:05:01.801Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5470004458954041945tmp [Pipeline] { [Pipeline] echo [2021-01-04T17:05:01.927Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:05:02.229Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T17:05:02.239Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T17:05:02.331Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:05:02.632Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T17:05:02.643Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:05:02.942Z] ---> sudo-logs.sh [2021-01-04T17:05:02.942Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T17:05:02.957Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:05:03.254Z] ---> job-cost.sh [2021-01-04T17:05:03.254Z] lf-activate-venv: SKIPPING [2021-01-04T17:05:03.254Z] INFO: No Stack... [2021-01-04T17:05:04.647Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T17:05:04.910Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T17:05:04.924Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T17:05:05.222Z] ---> logs-deploy.sh [2021-01-04T17:05:05.222Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/36 [2021-01-04T17:05:05.222Z] INFO: archiving workspace using pattern(s): [2021-01-04T17:05:06.612Z] Archives upload complete. [2021-01-04T17:05:06.875Z] INFO: archiving logs to Nexus [2021-01-04T17:05:07.823Z] ---> uname -a: [2021-01-04T17:05:07.823Z] Linux prd-centos7-docker-4c-2g-18216.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-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] ---> lscpu: [2021-01-04T17:05:07.823Z] Architecture: x86_64 [2021-01-04T17:05:07.823Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T17:05:07.823Z] Byte Order: Little Endian [2021-01-04T17:05:07.823Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T17:05:07.823Z] CPU(s): 4 [2021-01-04T17:05:07.823Z] On-line CPU(s) list: 0-3 [2021-01-04T17:05:07.823Z] Thread(s) per core: 1 [2021-01-04T17:05:07.823Z] Core(s) per socket: 1 [2021-01-04T17:05:07.823Z] Socket(s): 4 [2021-01-04T17:05:07.823Z] NUMA node(s): 1 [2021-01-04T17:05:07.823Z] Vendor ID: GenuineIntel [2021-01-04T17:05:07.823Z] CPU family: 6 [2021-01-04T17:05:07.823Z] Model: 44 [2021-01-04T17:05:07.823Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T17:05:07.823Z] Stepping: 1 [2021-01-04T17:05:07.823Z] CPU MHz: 2933.436 [2021-01-04T17:05:07.823Z] BogoMIPS: 5866.87 [2021-01-04T17:05:07.823Z] Virtualization: VT-x [2021-01-04T17:05:07.823Z] Hypervisor vendor: KVM [2021-01-04T17:05:07.823Z] Virtualization type: full [2021-01-04T17:05:07.823Z] L1d cache: 128 KiB [2021-01-04T17:05:07.823Z] L1i cache: 128 KiB [2021-01-04T17:05:07.823Z] L2 cache: 16 MiB [2021-01-04T17:05:07.823Z] L3 cache: 64 MiB [2021-01-04T17:05:07.823Z] NUMA node0 CPU(s): 0-3 [2021-01-04T17:05:07.823Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T17:05:07.823Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T17:05:07.823Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T17:05:07.823Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T17:05:07.823Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T17:05:07.823Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T17:05:07.823Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T17:05:07.823Z] Vulnerability Srbds: Not affected [2021-01-04T17:05:07.823Z] Vulnerability Tsx async abort: Not affected [2021-01-04T17:05:07.823Z] 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-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] ---> nproc: [2021-01-04T17:05:07.823Z] 4 [2021-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] ---> df -h: [2021-01-04T17:05:07.823Z] Filesystem Size Used Available Use% Mounted on [2021-01-04T17:05:07.823Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-04T17:05:07.823Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-04T17:05:07.823Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-04T17:05:07.823Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-04T17:05:07.823Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] ---> free -m: [2021-01-04T17:05:07.823Z] total used free shared buff/cache available [2021-01-04T17:05:07.823Z] Mem: 1837 834 146 0 856 938 [2021-01-04T17:05:07.823Z] Swap: 1023 3 1020 [2021-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] [2021-01-04T17:05:07.823Z] ---> ip addr: [2021-01-04T17:05:07.823Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-04T17:05:07.823Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-04T17:05:07.823Z] inet 127.0.0.1/8 scope host lo [2021-01-04T17:05:07.823Z] valid_lft forever preferred_lft forever [2021-01-04T17:05:07.823Z] inet6 ::1/128 scope host [2021-01-04T17:05:07.823Z] valid_lft forever preferred_lft forever [2021-01-04T17:05:07.823Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-04T17:05:07.823Z] link/ether fa:16:3e:11:ef:89 brd ff:ff:ff:ff:ff:ff [2021-01-04T17:05:07.823Z] inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-04T17:05:07.823Z] valid_lft 85822sec preferred_lft 85822sec [2021-01-04T17:05:07.823Z] inet6 fe80::f816:3eff:fe11:ef89/64 scope link [2021-01-04T17:05:07.823Z] valid_lft forever preferred_lft forever [2021-01-04T17:05:07.823Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-04T17:05:07.823Z] link/ether 02:42:1b:7d:2b:be brd ff:ff:ff:ff:ff:ff [2021-01-04T17:05:07.824Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-04T17:05:07.824Z] valid_lft forever preferred_lft forever [2021-01-04T17:05:07.824Z] inet6 fe80::42:1bff:fe7d:2bbe/64 scope link [2021-01-04T17:05:07.824Z] valid_lft forever preferred_lft forever [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] ---> sar -b -r -n DEV: [2021-01-04T17:05:07.824Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] 16:55:18 LINUX RESTART (4 CPU) [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] 16:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-04T17:05:07.824Z] 16:57:01 37.99 12.77 25.22 0.00 4536.17 3021.89 0.00 [2021-01-04T17:05:07.824Z] 16:58:01 1.78 0.00 1.78 0.00 0.00 31.67 0.00 [2021-01-04T17:05:07.824Z] 16:59:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 [2021-01-04T17:05:07.824Z] 17:00:01 0.28 0.00 0.28 0.00 0.00 3.86 0.00 [2021-01-04T17:05:07.824Z] 17:01:01 0.38 0.02 0.37 0.00 0.13 4.30 0.00 [2021-01-04T17:05:07.824Z] 17:02:01 0.43 0.08 0.35 0.00 1.60 6.39 0.00 [2021-01-04T17:05:07.824Z] 17:03:02 190.45 110.75 79.70 0.00 4236.31 30489.87 0.00 [2021-01-04T17:05:07.824Z] 17:04:01 221.23 93.87 127.36 0.00 5631.21 30409.17 0.00 [2021-01-04T17:05:07.824Z] Average: 56.32 27.07 29.24 0.00 1794.18 7958.27 0.00 [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] 16:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-04T17:05:07.824Z] 16:57:01 161892 0 620776 32.99 2620 1096256 1114420 38.03 441836 1079428 20 [2021-01-04T17:05:07.824Z] 16:58:01 167716 0 614944 32.68 2620 1096264 1077996 36.79 439528 1077388 8 [2021-01-04T17:05:07.824Z] 16:59:01 167740 0 614916 32.68 2620 1096268 1077996 36.79 439828 1076844 8 [2021-01-04T17:05:07.824Z] 17:00:01 165660 0 616996 32.79 2620 1096268 1078128 36.79 442512 1076328 8 [2021-01-04T17:05:07.824Z] 17:01:01 161772 0 620876 33.00 2620 1096276 1080848 36.89 462748 1059668 20 [2021-01-04T17:05:07.824Z] 17:02:01 162732 0 619788 32.94 2620 1096404 1078528 36.81 461736 1059732 12 [2021-01-04T17:05:07.824Z] 17:03:02 77824 0 755740 40.17 2620 1045360 1513976 51.67 525348 1021352 51236 [2021-01-04T17:05:07.824Z] 17:04:01 115204 0 833052 44.27 2052 931236 1537120 52.46 582316 857328 56672 [2021-01-04T17:05:07.824Z] Average: 147568 0 662136 35.19 2549 1069292 1194876 40.78 474482 1038508 13498 [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] 16:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-04T17:05:07.824Z] 16:57:01 eth0 163.51 116.06 458.34 40.88 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 16:57:01 docker0 1.78 1.51 0.37 3.56 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 16:58:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 16:59:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:00:01 eth0 0.53 0.43 0.27 0.21 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:01:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:02:01 eth0 0.22 0.18 0.09 0.01 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:03:02 eth0 394.28 340.49 4072.71 28.29 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:04:01 eth0 452.52 404.95 3469.68 91.21 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] 17:04:01 docker0 36.39 36.90 3.28 203.81 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] Average: eth0 125.94 107.29 996.01 19.96 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] Average: docker0 4.72 4.74 0.45 25.61 0.00 0.00 0.00 0.00 [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] ---> sar -P ALL: [2021-01-04T17:05:07.824Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] 16:55:18 LINUX RESTART (4 CPU) [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] 16:56:01 CPU %user %nice %system %iowait %steal %idle [2021-01-04T17:05:07.824Z] 16:57:01 all 3.46 0.00 2.26 0.73 0.04 93.51 [2021-01-04T17:05:07.824Z] 16:57:01 0 3.28 0.00 2.12 0.13 0.03 94.44 [2021-01-04T17:05:07.824Z] 16:57:01 1 3.67 0.00 2.23 0.62 0.03 93.44 [2021-01-04T17:05:07.824Z] 16:57:01 2 3.48 0.00 2.57 1.36 0.03 92.56 [2021-01-04T17:05:07.824Z] 16:57:01 3 3.39 0.00 2.13 0.81 0.05 93.61 [2021-01-04T17:05:07.824Z] 16:58:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-04T17:05:07.824Z] 16:58:01 0 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-04T17:05:07.824Z] 16:58:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-04T17:05:07.824Z] 16:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-04T17:05:07.824Z] 16:58:01 3 0.48 0.00 0.05 0.00 0.02 99.45 [2021-01-04T17:05:07.824Z] 16:59:01 all 0.16 0.00 0.09 0.00 0.00 99.75 [2021-01-04T17:05:07.824Z] 16:59:01 0 0.10 0.00 0.08 0.00 0.00 99.82 [2021-01-04T17:05:07.824Z] 16:59:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-04T17:05:07.824Z] 16:59:01 2 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-04T17:05:07.824Z] 16:59:01 3 0.47 0.00 0.13 0.00 0.00 99.40 [2021-01-04T17:05:07.824Z] 17:00:01 all 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-04T17:05:07.824Z] 17:00:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-04T17:05:07.824Z] 17:00:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-04T17:05:07.824Z] 17:00:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-04T17:05:07.824Z] 17:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T17:05:07.824Z] 17:01:01 all 0.17 0.00 0.08 0.00 0.01 99.74 [2021-01-04T17:05:07.824Z] 17:01:01 0 0.50 0.00 0.07 0.00 0.02 99.42 [2021-01-04T17:05:07.824Z] 17:01:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-04T17:05:07.824Z] 17:01:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2021-01-04T17:05:07.824Z] 17:01:01 3 0.03 0.00 0.13 0.00 0.00 99.83 [2021-01-04T17:05:07.824Z] 17:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-04T17:05:07.824Z] 17:02:01 0 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-04T17:05:07.824Z] 17:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-04T17:05:07.824Z] 17:02:01 2 0.40 0.00 0.05 0.00 0.00 99.55 [2021-01-04T17:05:07.824Z] 17:02:01 3 0.02 0.00 0.07 0.02 0.00 99.90 [2021-01-04T17:05:07.824Z] 17:03:02 all 7.14 0.00 4.94 1.69 0.06 86.17 [2021-01-04T17:05:07.824Z] 17:03:02 0 7.46 0.00 4.74 1.04 0.03 86.73 [2021-01-04T17:05:07.824Z] 17:03:02 1 6.80 0.00 5.10 2.17 0.07 85.86 [2021-01-04T17:05:07.824Z] 17:03:02 2 7.40 0.00 4.74 1.59 0.05 86.22 [2021-01-04T17:05:07.824Z] 17:03:02 3 6.91 0.00 5.19 1.95 0.07 85.88 [2021-01-04T17:05:07.824Z] 17:04:01 all 10.19 0.00 7.46 2.49 0.13 79.73 [2021-01-04T17:05:07.824Z] 17:04:01 0 10.56 0.00 7.38 2.57 0.12 79.37 [2021-01-04T17:05:07.824Z] 17:04:01 1 9.72 0.00 7.93 2.05 0.09 80.21 [2021-01-04T17:05:07.824Z] 17:04:01 2 9.69 0.00 7.59 4.09 0.12 78.51 [2021-01-04T17:05:07.824Z] 17:04:01 3 10.80 0.00 6.93 1.25 0.17 80.84 [2021-01-04T17:05:07.824Z] Average: all 2.63 0.00 1.84 0.60 0.03 94.90 [2021-01-04T17:05:07.824Z] Average: 0 2.72 0.00 1.78 0.45 0.03 95.02 [2021-01-04T17:05:07.824Z] Average: 1 2.50 0.00 1.90 0.59 0.03 94.98 [2021-01-04T17:05:07.824Z] Average: 2 2.61 0.00 1.87 0.86 0.03 94.64 [2021-01-04T17:05:07.824Z] Average: 3 2.71 0.00 1.80 0.50 0.04 94.95 [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z] [2021-01-04T17:05:07.824Z]