Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54a1ea0e5cf6d2965807bd64358c28297a664ac6+d1bfd12592bfcc37ebda2d741922e4b068f28a62 (362d477bbca625f31fd5e29bbb20c2cfe07fc3d9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-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-rest-go-settings PROJECT: device-rest-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-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11772 in /w/workspace/dgexfoundry_device-rest-go_PR-56 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-56 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/56/head:refs/remotes/origin/PR-56 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 54a1ea0e5cf6d2965807bd64358c28297a664ac6 Merge succeeded, producing 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 Checking out Revision 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 (PR-56) > git config core.sparsecheckout # timeout=10 > git checkout -f 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 # timeout=10 Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" > git rev-list --no-walk 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:09:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:09:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:09:40 ========================================================= 23:09:40 EdgeX Global Pipelines Version Info 23:09:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:09:43 ------------------- 23:09:43 stable info: 23:09:43 ------------------- 23:09:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:09:43 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 23:09:43 Message: update stable to v1.0.162 23:09:44 ------------------- 23:09:44 experimental info: 23:09:44 ------------------- 23:09:44 Commited By: **** collab-it+edgex@linuxfoundation.org 23:09:44 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 23:09:44 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:09:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:09:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:09:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-56 [Pipeline] echo 23:09:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-56 [Pipeline] echo 23:09:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-56 [Pipeline] echo 23:09:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 [Pipeline] echo 23:09:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8fe141e [Pipeline] echo 23:09:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:09:48 provisioning config files... 23:09:48 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/config6882613852371636505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:09:49 ---> docker-login.sh 23:09:49 nexus3.edgexfoundry.org:10001 23:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:49 Configure a credential helper to remove this warning. See 23:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:49 23:09:49 Login Succeeded 23:09:49 nexus3.edgexfoundry.org:10002 23:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:50 Configure a credential helper to remove this warning. See 23:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:50 23:09:50 Login Succeeded 23:09:50 nexus3.edgexfoundry.org:10003 23:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:50 Configure a credential helper to remove this warning. See 23:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:50 23:09:50 Login Succeeded 23:09:50 nexus3.edgexfoundry.org:10004 23:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:51 Configure a credential helper to remove this warning. See 23:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:51 23:09:51 Login Succeeded 23:09:51 docker.io 23:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:51 Configure a credential helper to remove this warning. See 23:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:51 23:09:51 Login Succeeded 23:09:51 ---> docker-login.sh ends [Pipeline] } 23:09:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:09:52 + git log --format=format:%s -1 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 [Pipeline] echo 23:09:52 GIT_COMMIT: 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469, Commit Message: Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD [Pipeline] echo 23:09:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:09:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:53 23:09:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:09:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:53 latest: Pulling from edgex-devops/git-semver 23:09:53 31603596830f: Pulling fs layer 23:09:53 2a8b12db71e7: Pulling fs layer 23:09:53 6ca5941a6612: Pulling fs layer 23:09:53 ecc8261a40a4: Pulling fs layer 23:09:53 ecc8261a40a4: Waiting 23:09:53 2a8b12db71e7: Verifying Checksum 23:09:53 2a8b12db71e7: Download complete 23:09:54 31603596830f: Verifying Checksum 23:09:54 31603596830f: Download complete 23:09:54 ecc8261a40a4: Verifying Checksum 23:09:54 ecc8261a40a4: Download complete 23:09:55 6ca5941a6612: Verifying Checksum 23:09:55 6ca5941a6612: Download complete 23:09:55 31603596830f: Pull complete 23:09:55 2a8b12db71e7: Pull complete 23:09:57 6ca5941a6612: Pull complete 23:09:58 ecc8261a40a4: Pull complete 23:09:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:09:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:09:58 prd-centos7-docker-4c-2g-11772 does not seem to be running inside a container 23:09:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-56 -v /w/workspace/dgexfoundry_device-rest-go_PR-56:/w/workspace/dgexfoundry_device-rest-go_PR-56:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-56@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:10:02 $ docker top aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:10:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:10:03 [ssh-agent] Looking for ssh-agent implementation... 23:10:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:10:03 $ docker exec aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd ssh-agent 23:10:03 SSH_AUTH_SOCK=/tmp/ssh-ARPemVJSu00m/agent.12 23:10:03 SSH_AGENT_PID=18 23:10:04 Running ssh-add (command line suppressed) 23:10:04 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/private_key_8190832196755551920.key (/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/private_key_8190832196755551920.key) 23:10:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:10:05 + git tag --points-at HEAD [Pipeline] } 23:10:05 $ docker exec --env ******** --env ******** aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd ssh-agent -k 23:10:05 unset SSH_AUTH_SOCK; 23:10:05 unset SSH_AGENT_PID; 23:10:05 echo Agent pid 18 killed; 23:10:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:10:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:10:05 [ssh-agent] Looking for ssh-agent implementation... 23:10:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:10:06 $ docker exec aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd ssh-agent 23:10:06 SSH_AUTH_SOCK=/tmp/ssh-dg6NbdJ5G6a7/agent.48 23:10:06 SSH_AGENT_PID=53 23:10:06 Running ssh-add (command line suppressed) 23:10:06 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/private_key_7479290605179151896.key (/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/private_key_7479290605179151896.key) 23:10:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:10:07 + git semver init 23:10:07 # -> Open(): unable to determine branch for HEAD 23:10:07 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-56/.git 23:10:07 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-56 23:10:07 # $SEMVER_REMOTE_NAME = origin 23:10:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:10:07 # $SEMVER_USER_NAME = edgex-jenkins 23:10:07 # $SEMVER_BRANCH = PR-56 23:10:07 # $SEMVER_TEMP = /tmp/semver-038601065 23:10:07 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:10:13 # '/tmp/semver-038601065' -> '/w/workspace/dgexfoundry_device-rest-go_PR-56/.semver' 23:10:13 # -> Force: false 23:10:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-56/.semver [Pipeline] } 23:10:13 $ docker exec --env ******** --env ******** aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd ssh-agent -k 23:10:13 unset SSH_AUTH_SOCK; 23:10:13 unset SSH_AGENT_PID; 23:10:13 echo Agent pid 53 killed; 23:10:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:10:14 + git semver [Pipeline] } 23:10:14 $ docker stop --time=1 aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd 23:10:16 $ docker rm -f aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd [Pipeline] // withDockerContainer [Pipeline] sh 23:10:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:10:18 Stashed 1 file(s) [Pipeline] echo 23:10:18 [edgeXSemver]: initialized semver on version 0.0.0 [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 23:10:34 Still waiting to schedule task 23:10:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:10:34 Still waiting to schedule task 23:10:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:13:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11778 in /w/workspace/dgexfoundry_device-rest-go_PR-56 [Pipeline] { [Pipeline] ws 23:13:16 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 23:13:21 using credential edgex-jenkins-ssh 23:13:21 Cloning the remote Git repository 23:13:21 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:13:21 > git init /w/workspace/device-rest-go/2 # timeout=10 23:13:21 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:13:21 > git --version # timeout=10 23:13:21 > git --version # 'git version 2.17.1' 23:13:21 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:13:23 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:13:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:13:23 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:13:23 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:13:23 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/56/head:refs/remotes/origin/PR-56 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:13:24 Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 54a1ea0e5cf6d2965807bd64358c28297a664ac6 23:13:24 Merge succeeded, producing 0963d7f08bd1c9f135d9b9fd608216d5b01d6ed2 23:13:24 Checking out Revision 0963d7f08bd1c9f135d9b9fd608216d5b01d6ed2 (PR-56) 23:13:24 Running on prd-centos7-docker-4c-2g-11779 in /w/workspace/dgexfoundry_device-rest-go_PR-56 [Pipeline] { [Pipeline] ws 23:13:24 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 23:13:24 > git config core.sparsecheckout # timeout=10 23:13:24 > git checkout -f 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 23:13:24 > git remote # timeout=10 23:13:24 > git config --get remote.origin.url # timeout=10 23:13:24 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:24 > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 23:13:24 > git rev-parse HEAD^{commit} # timeout=10 23:13:24 > git config core.sparsecheckout # timeout=10 23:13:24 > git checkout -f 0963d7f08bd1c9f135d9b9fd608216d5b01d6ed2 # timeout=10 23:13:28 Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" 23:13:28 > git rev-list --no-walk 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:13:29 provisioning config files... 23:13:29 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config5173742395509400290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:13:30 ---> docker-login.sh 23:13:30 nexus3.edgexfoundry.org:10001 23:13:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:31 Configure a credential helper to remove this warning. See 23:13:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:31 23:13:31 Login Succeeded 23:13:31 nexus3.edgexfoundry.org:10002 23:13:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:32 Configure a credential helper to remove this warning. See 23:13:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:32 23:13:32 Login Succeeded 23:13:32 nexus3.edgexfoundry.org:10003 23:13:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:33 Configure a credential helper to remove this warning. See 23:13:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:33 23:13:33 Login Succeeded 23:13:33 nexus3.edgexfoundry.org:10004 23:13:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:33 Configure a credential helper to remove this warning. See 23:13:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:33 23:13:33 Login Succeeded 23:13:33 docker.io 23:13:33 using credential edgex-jenkins-ssh 23:13:33 Cloning the remote Git repository 23:13:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:34 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:13:34 > git init /w/workspace/device-rest-go/2 # timeout=10 23:13:34 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:13:34 > git --version # timeout=10 23:13:34 > git --version # 'git version 2.16.5' 23:13:34 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:13:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:34 Configure a credential helper to remove this warning. See 23:13:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:34 23:13:34 Login Succeeded 23:13:34 ---> docker-login.sh ends [Pipeline] } 23:13:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:13:35 ========================================================= 23:13:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:13:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:13:35 + 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 . 23:13:35 Sending build context to Docker daemon 79.87kB 23:13:35 Step 1/10 : ARG BASE=golang:1.15-alpine 23:13:35 Step 2/10 : FROM ${BASE} 23:13:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:13:36 b538f80385f9: Pulling fs layer 23:13:36 74f711af9a0d: Pulling fs layer 23:13:36 99f96fe45779: Pulling fs layer 23:13:36 8529a6b9a6be: Pulling fs layer 23:13:36 45590311c82a: Pulling fs layer 23:13:36 69ca0ff8b7b3: Pulling fs layer 23:13:36 209524e5b208: Pulling fs layer 23:13:36 45590311c82a: Waiting 23:13:36 8529a6b9a6be: Waiting 23:13:36 69ca0ff8b7b3: Waiting 23:13:36 209524e5b208: Waiting 23:13:36 99f96fe45779: Download complete 23:13:36 74f711af9a0d: Download complete 23:13:36 45590311c82a: Verifying Checksum 23:13:36 45590311c82a: Download complete 23:13:36 69ca0ff8b7b3: Verifying Checksum 23:13:36 69ca0ff8b7b3: Download complete 23:13:36 b538f80385f9: Verifying Checksum 23:13:36 b538f80385f9: Download complete 23:13:36 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:13:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:13:36 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:13:36 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:13:36 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/56/head:refs/remotes/origin/PR-56 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:13:37 Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 54a1ea0e5cf6d2965807bd64358c28297a664ac6 23:13:37 b538f80385f9: Pull complete 23:13:37 Merge succeeded, producing b8dee834e71b3d7e1f9a6135374d1a00cc483ff5 23:13:37 Checking out Revision b8dee834e71b3d7e1f9a6135374d1a00cc483ff5 (PR-56) 23:13:37 74f711af9a0d: Pull complete 23:13:38 99f96fe45779: Pull complete 23:13:37 > git config core.sparsecheckout # timeout=10 23:13:37 > git checkout -f 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 23:13:37 > git remote # timeout=10 23:13:37 > git config --get remote.origin.url # timeout=10 23:13:37 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:37 > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 23:13:37 > git rev-parse HEAD^{commit} # timeout=10 23:13:37 > git config core.sparsecheckout # timeout=10 23:13:37 > git checkout -f b8dee834e71b3d7e1f9a6135374d1a00cc483ff5 # timeout=10 23:13:38 209524e5b208: Verifying Checksum 23:13:38 209524e5b208: Download complete 23:13:39 8529a6b9a6be: Verifying Checksum 23:13:39 8529a6b9a6be: Download complete 23:13:42 Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" 23:13:42 > git rev-list --no-walk 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:13:43 provisioning config files... 23:13:43 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config2061416606387755142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:13:43 ---> docker-login.sh 23:13:43 nexus3.edgexfoundry.org:10001 23:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:44 Configure a credential helper to remove this warning. See 23:13:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:44 23:13:44 Login Succeeded 23:13:44 nexus3.edgexfoundry.org:10002 23:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:44 Configure a credential helper to remove this warning. See 23:13:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:44 23:13:44 Login Succeeded 23:13:44 nexus3.edgexfoundry.org:10003 23:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:45 Configure a credential helper to remove this warning. See 23:13:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:45 23:13:45 Login Succeeded 23:13:45 nexus3.edgexfoundry.org:10004 23:13:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:45 Configure a credential helper to remove this warning. See 23:13:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:45 23:13:45 Login Succeeded 23:13:45 docker.io 23:13:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:46 Configure a credential helper to remove this warning. See 23:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:46 23:13:46 Login Succeeded 23:13:46 ---> docker-login.sh ends [Pipeline] } 23:13:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:13:47 ========================================================= 23:13:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:13:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:13:47 + 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 . 23:13:47 Sending build context to Docker daemon 79.87kB 23:13:47 Step 1/10 : ARG BASE=golang:1.15-alpine 23:13:47 Step 2/10 : FROM ${BASE} 23:13:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:13:47 df20fa9351a1: Pulling fs layer 23:13:47 ed8968b2872e: Pulling fs layer 23:13:47 a92cc7c5fd73: Pulling fs layer 23:13:47 e871e8e8d7a9: Pulling fs layer 23:13:47 e73272ec9a57: Pulling fs layer 23:13:47 1e910a182e73: Pulling fs layer 23:13:47 4e634b169226: Pulling fs layer 23:13:47 e871e8e8d7a9: Waiting 23:13:47 e73272ec9a57: Waiting 23:13:47 1e910a182e73: Waiting 23:13:47 4e634b169226: Waiting 23:13:48 a92cc7c5fd73: Verifying Checksum 23:13:48 a92cc7c5fd73: Download complete 23:13:48 e73272ec9a57: Verifying Checksum 23:13:48 e73272ec9a57: Download complete 23:13:48 1e910a182e73: Verifying Checksum 23:13:48 1e910a182e73: Download complete 23:13:48 df20fa9351a1: Verifying Checksum 23:13:48 df20fa9351a1: Download complete 23:13:48 df20fa9351a1: Pull complete 23:13:49 ed8968b2872e: Pull complete 23:13:49 a92cc7c5fd73: Pull complete 23:13:50 8529a6b9a6be: Pull complete 23:13:50 45590311c82a: Pull complete 23:13:50 69ca0ff8b7b3: Pull complete 23:13:52 4e634b169226: Verifying Checksum 23:13:52 4e634b169226: Download complete 23:13:54 e871e8e8d7a9: Verifying Checksum 23:13:54 e871e8e8d7a9: Download complete 23:13:54 209524e5b208: Pull complete 23:13:54 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:13:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:13:54 ---> 5bddaf1c2fca 23:13:54 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:13:56 ---> Running in 9525e0bbc9c4 23:13:57 Removing intermediate container 9525e0bbc9c4 23:13:57 ---> ce0f4a054789 23:13:57 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:13:57 ---> Running in d444d5b5d911 23:13:57 Removing intermediate container d444d5b5d911 23:13:57 ---> f1038a335f72 23:13:57 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:13:57 ---> Running in cbbea773bac5 23:13:58 Removing intermediate container cbbea773bac5 23:13:58 ---> 6fb58d3bb7af 23:13:58 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:58 ---> Running in ce9cb8dc3e42 23:14:00 Removing intermediate container ce9cb8dc3e42 23:14:00 ---> dfc6de15f980 23:14:00 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:14:00 ---> Running in 5afc77f3c957 23:14:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:14:02 e871e8e8d7a9: Pull complete 23:14:02 e73272ec9a57: Pull complete 23:14:02 1e910a182e73: Pull complete 23:14:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:14:03 OK: 142 MiB in 39 packages 23:14:04 Removing intermediate container 5afc77f3c957 23:14:04 ---> 0030ef9d744c 23:14:04 Step 8/10 : WORKDIR /device-rest-go 23:14:04 ---> Running in cab3f95c7119 23:14:05 Removing intermediate container cab3f95c7119 23:14:05 ---> 4fdb53dfc824 23:14:05 Step 9/10 : COPY . . 23:14:06 ---> 51af4ea64907 23:14:06 Step 10/10 : RUN go mod download 23:14:06 ---> Running in cb9a51bda7b9 23:14:07 4e634b169226: Pull complete 23:14:07 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:14:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:14:07 ---> f7629b54cfaa 23:14:07 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:14:07 ---> Running in a6b71d0cff6c 23:14:07 Removing intermediate container a6b71d0cff6c 23:14:07 ---> 171a3d2fc2da 23:14:07 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:14:07 ---> Running in 45f21d4087c7 23:14:08 Removing intermediate container 45f21d4087c7 23:14:08 ---> 2123d123f5d8 23:14:08 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:14:08 ---> Running in 8d5001d67e38 23:14:08 Removing intermediate container 8d5001d67e38 23:14:08 ---> 1b9f2d5723b4 23:14:08 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:08 ---> Running in 25617b252e25 23:14:10 Removing intermediate container 25617b252e25 23:14:10 ---> 70e3d089a86e 23:14:10 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:14:10 ---> Running in c9a7a9979020 23:14:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:14:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:14:12 OK: 166 MiB in 39 packages 23:14:13 Removing intermediate container c9a7a9979020 23:14:13 ---> 6cc4549bb4ba 23:14:13 Step 8/10 : WORKDIR /device-rest-go 23:14:13 ---> Running in 080dcfe6aeb1 23:14:13 Removing intermediate container 080dcfe6aeb1 23:14:13 ---> 0410a323cdd7 23:14:13 Step 9/10 : COPY . . 23:14:13 ---> 6e1a2f0f069a 23:14:13 Step 10/10 : RUN go mod download 23:14:13 ---> Running in 7040ebbb7b9e 23:14:28 Removing intermediate container cb9a51bda7b9 23:14:28 ---> 53c15f22eced 23:14:28 Successfully built 53c15f22eced 23:14:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:14:28 + docker inspect -f . ci-base-image-arm64 23:14:28 . [Pipeline] withDockerContainer 23:14:29 prd-ubuntu18.04-docker-arm64-4c-16g-11778 does not seem to be running inside a container 23:14:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:14:31 $ docker top 168e3e3353f687f6671ee6cdd6dbd1b6e93ea66fe06a2344bc7a768193278ede -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:32 + go version 23:14:32 go version go1.15.2 linux/arm64 [Pipeline] } 23:14:32 $ docker stop --time=1 168e3e3353f687f6671ee6cdd6dbd1b6e93ea66fe06a2344bc7a768193278ede 23:14:34 $ docker rm -f 168e3e3353f687f6671ee6cdd6dbd1b6e93ea66fe06a2344bc7a768193278ede [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:14:35 + docker inspect -f . ci-base-image-arm64 23:14:35 . [Pipeline] withDockerContainer 23:14:35 prd-ubuntu18.04-docker-arm64-4c-16g-11778 does not seem to be running inside a container 23:14:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:14:36 Removing intermediate container 7040ebbb7b9e 23:14:36 ---> 29c93f67222c 23:14:36 Successfully built 29c93f67222c 23:14:36 Successfully tagged ci-base-image-x86_64:latest 23:14:37 $ docker top 6e67e4c7febd9b0aae377be6032327e0ec72a85cbf755b48fc9f1a854dd963b4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 23:14:38 + docker inspect -f . ci-base-image-x86_64 23:14:38 . [Pipeline] withDockerContainer 23:14:38 prd-centos7-docker-4c-2g-11779 does not seem to be running inside a container 23:14:39 + make test 23:14:39 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:14:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:14:40 ? github.com/edgexfoundry/device-rest-go [no test files] 23:14:40 $ docker top 21bf01a2590b9e32660838ffbe8ffd6edb20d2600798f24793d484d1e4694d74 -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:40 + go version 23:14:40 go version go1.15.2 linux/amd64 [Pipeline] } 23:14:41 $ docker stop --time=1 21bf01a2590b9e32660838ffbe8ffd6edb20d2600798f24793d484d1e4694d74 23:14:42 $ docker rm -f 21bf01a2590b9e32660838ffbe8ffd6edb20d2600798f24793d484d1e4694d74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:14:43 + docker inspect -f . ci-base-image-x86_64 23:14:43 . [Pipeline] withDockerContainer 23:14:44 prd-centos7-docker-4c-2g-11779 does not seem to be running inside a container 23:14:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:14:45 $ docker top 2cc0299ce2173bbb835fe66c8838c346a6dc1063ae778fbf538877456f3646d7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:45 + make test 23:14:45 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:14:46 ? github.com/edgexfoundry/device-rest-go [no test files] 23:15:05 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:15:06 ok github.com/edgexfoundry/device-rest-go/driver 0.071s coverage: 56.3% of statements 23:15:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:15:12 gofmt -l . 23:15:12 [ "`gofmt -l .`" = "" ] 23:15:12 ./bin/test-go-mod-tidy.sh 23:15:12 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:15:12 ./bin/test-attribution-txt.sh [Pipeline] } 23:15:13 $ docker stop --time=1 2cc0299ce2173bbb835fe66c8838c346a6dc1063ae778fbf538877456f3646d7 23:15:13 ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 56.3% of statements 23:15:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:15:15 $ docker rm -f 2cc0299ce2173bbb835fe66c8838c346a6dc1063ae778fbf538877456f3646d7 [Pipeline] // withDockerContainer [Pipeline] sh 23:15:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:15:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:15:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:15:18 + ls -al . 23:15:18 total 96 23:15:18 drwxrwxr-x. 8 jenkins jenkins 4096 Nov 10 23:15 . 23:15:18 drwxrwxr-x. 4 jenkins jenkins 28 Nov 10 23:13 .. 23:15:18 -rw-rw-r--. 1 jenkins jenkins 5294 Nov 10 23:13 Attribution.txt 23:15:18 drwxrwxr-x. 2 jenkins jenkins 64 Nov 10 23:13 bin 23:15:18 drwxrwxr-x. 3 jenkins jenkins 32 Nov 10 23:13 cmd 23:15:18 -rw-r--r--. 1 jenkins jenkins 9369 Nov 10 23:15 coverage.out 23:15:18 -rw-rw-r--. 1 jenkins jenkins 1519 Nov 10 23:13 Dockerfile 23:15:18 -rw-rw-r--. 1 jenkins jenkins 989 Nov 10 23:13 Dockerfile.build 23:15:18 -rw-rw-r--. 1 jenkins jenkins 151 Nov 10 23:13 .dockerignore 23:15:18 drwxrwxr-x. 2 jenkins jenkins 93 Nov 10 23:15 driver 23:15:18 drwxrwxr-x. 8 jenkins jenkins 179 Nov 10 23:13 .git 23:15:18 drwxrwxr-x. 2 jenkins jenkins 60 Nov 10 23:13 .github 23:15:18 -rw-rw-r--. 1 jenkins jenkins 339 Nov 10 23:13 .gitignore 23:15:18 -rw-r--r--. 1 jenkins jenkins 274 Nov 10 23:15 go.mod 23:15:18 -rw-r--r--. 1 jenkins jenkins 14216 Nov 10 23:15 go.sum 23:15:18 -rw-rw-r--. 1 jenkins jenkins 680 Nov 10 23:13 Jenkinsfile 23:15:18 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 10 23:13 LICENSE 23:15:18 -rw-rw-r--. 1 jenkins jenkins 951 Nov 10 23:13 Makefile 23:15:18 -rw-rw-r--. 1 jenkins jenkins 5917 Nov 10 23:13 README.md 23:15:18 drwxrwxr-x. 4 jenkins jenkins 54 Nov 10 23:13 snap 23:15:18 -rw-rw-r--. 1 jenkins jenkins 5 Nov 10 23:10 VERSION 23:15:18 -rw-rw-r--. 1 jenkins jenkins 713 Nov 10 23:13 version.go [Pipeline] isUnix [Pipeline] sh 23:15:19 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 --label arch=amd64 --label version=0.0.0 . 23:15:19 Sending build context to Docker daemon 91.65kB 23:15:19 Step 1/25 : ARG BASE=golang:1.15-alpine 23:15:19 Step 2/25 : FROM ${BASE} AS builder 23:15:19 ---> 29c93f67222c 23:15:19 Step 3/25 : ARG MAKE='make build' 23:15:19 ---> Running in f0b7b5d84d9d 23:15:19 Removing intermediate container f0b7b5d84d9d 23:15:19 ---> 24df0a1a2ada 23:15:19 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 23:15:19 ---> Running in ff92d1042f0c 23:15:19 Removing intermediate container ff92d1042f0c 23:15:19 ---> 107b456a32c4 23:15:19 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 23:15:19 ---> Running in 32b7c1134140 23:15:20 Removing intermediate container 32b7c1134140 23:15:20 ---> 3fd2f77553e7 23:15:20 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:20 ---> Running in 330c12d68984 23:15:21 Removing intermediate container 330c12d68984 23:15:21 ---> 22fb312b260c 23:15:21 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:15:21 ---> Running in e56e56a8e22e 23:15:21 gofmt -l . 23:15:21 [ "`gofmt -l .`" = "" ] 23:15:21 ./bin/test-go-mod-tidy.sh 23:15:21 ./bin/test-attribution-txt.sh [Pipeline] } 23:15:21 $ docker stop --time=1 6e67e4c7febd9b0aae377be6032327e0ec72a85cbf755b48fc9f1a854dd963b4 23:15:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:15:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:15:23 OK: 166 MiB in 39 packages 23:15:23 $ docker rm -f 6e67e4c7febd9b0aae377be6032327e0ec72a85cbf755b48fc9f1a854dd963b4 23:15:24 Removing intermediate container e56e56a8e22e 23:15:24 ---> bb0b8cd69b56 23:15:24 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 23:15:24 ---> Running in 80e04f3a74e2 23:15:24 Removing intermediate container 80e04f3a74e2 23:15:24 ---> 45f592809dbe 23:15:24 Step 9/25 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] sh 23:15:24 ---> aaaa797118cf 23:15:24 Step 10/25 : COPY Makefile . 23:15:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:15:24 ---> 0de388fdd04e 23:15:24 Step 11/25 : RUN make update 23:15:24 ---> Running in 4a4389211669 23:15:24 Warning: overwriting stash ‘coverage-report’ 23:15:25 CGO_ENABLED=0 GO111MODULE=on go mod download 23:15:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:15:26 Removing intermediate container 4a4389211669 23:15:26 ---> d98b37c20cf9 23:15:26 Step 12/25 : COPY . . 23:15:26 ---> 39b4d7fe83f1 23:15:26 Step 13/25 : RUN $MAKE 23:15:26 ---> Running in 72935551f9bd 23:15:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:15:26 + ls -al . 23:15:26 total 124 23:15:26 drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 23:15 . 23:15:26 drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 23:13 .. 23:15:26 -rw-rw-r-- 1 jenkins jenkins 151 Nov 10 23:13 .dockerignore 23:15:26 drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 23:13 .git 23:15:26 drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 23:13 .github 23:15:26 -rw-rw-r-- 1 jenkins jenkins 339 Nov 10 23:13 .gitignore 23:15:26 -rw-rw-r-- 1 jenkins jenkins 5294 Nov 10 23:13 Attribution.txt 23:15:26 -rw-rw-r-- 1 jenkins jenkins 1519 Nov 10 23:13 Dockerfile 23:15:26 -rw-rw-r-- 1 jenkins jenkins 989 Nov 10 23:13 Dockerfile.build 23:15:26 -rw-rw-r-- 1 jenkins jenkins 680 Nov 10 23:13 Jenkinsfile 23:15:26 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 10 23:13 LICENSE 23:15:26 -rw-rw-r-- 1 jenkins jenkins 951 Nov 10 23:13 Makefile 23:15:26 -rw-rw-r-- 1 jenkins jenkins 5917 Nov 10 23:13 README.md 23:15:26 -rw-rw-r-- 1 jenkins jenkins 5 Nov 10 23:10 VERSION 23:15:26 drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 23:13 bin 23:15:26 drwxrwxr-x 3 jenkins jenkins 4096 Nov 10 23:13 cmd 23:15:26 -rw-r--r-- 1 jenkins jenkins 9369 Nov 10 23:15 coverage.out 23:15:26 drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 23:15 driver 23:15:26 -rw-r--r-- 1 jenkins jenkins 274 Nov 10 23:15 go.mod 23:15:26 -rw-r--r-- 1 jenkins jenkins 14216 Nov 10 23:15 go.sum 23:15:26 drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 23:13 snap 23:15:26 -rw-rw-r-- 1 jenkins jenkins 713 Nov 10 23:13 version.go [Pipeline] isUnix [Pipeline] sh 23:15:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd 23:15:27 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 --label arch=arm64 --label version=0.0.0 . 23:15:27 Sending build context to Docker daemon 91.65kB 23:15:27 Step 1/25 : ARG BASE=golang:1.15-alpine 23:15:27 Step 2/25 : FROM ${BASE} AS builder 23:15:27 ---> 53c15f22eced 23:15:27 Step 3/25 : ARG MAKE='make build' 23:15:27 ---> Running in 373f6b195750 23:15:28 Removing intermediate container 373f6b195750 23:15:28 ---> 303711afda46 23:15:28 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 23:15:28 ---> Running in 03a5fc4cd207 23:15:28 Removing intermediate container 03a5fc4cd207 23:15:28 ---> bdda6e0c0762 23:15:28 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 23:15:28 ---> Running in 91d8e49b4e69 23:15:29 Removing intermediate container 91d8e49b4e69 23:15:29 ---> ad08762a8b5d 23:15:29 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:29 ---> Running in 10adf9c8225a 23:15:31 Removing intermediate container 10adf9c8225a 23:15:31 ---> 12ff22bf4079 23:15:31 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:15:31 ---> Running in bb6841c21ca0 23:15:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:34 OK: 142 MiB in 39 packages 23:15:35 Removing intermediate container bb6841c21ca0 23:15:35 ---> b1ca8f8718e2 23:15:35 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 23:15:35 ---> Running in c0cce2075a5a 23:15:36 Removing intermediate container c0cce2075a5a 23:15:36 ---> 5bf09ed0f2ac 23:15:36 Step 9/25 : COPY go.mod . 23:15:37 ---> bb8673efa0c5 23:15:37 Step 10/25 : COPY Makefile . 23:15:38 ---> 68eb3833f5cd 23:15:38 Step 11/25 : RUN make update 23:15:38 ---> Running in 120592e27834 23:15:39 CGO_ENABLED=0 GO111MODULE=on go mod download 23:15:40 Removing intermediate container 120592e27834 23:15:40 ---> 68e7e604baaf 23:15:40 Step 12/25 : COPY . . 23:15:41 ---> 61721b3d037e 23:15:41 Step 13/25 : RUN $MAKE 23:15:41 ---> Running in ca8e30dcda13 23:15:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd 23:15:46 Removing intermediate container 72935551f9bd 23:15:46 ---> 6d568608d05d 23:15:46 Step 14/25 : FROM alpine:latest 23:15:46 latest: Pulling from library/alpine 23:15:46 188c0c94c7c5: Pulling fs layer 23:15:47 188c0c94c7c5: Verifying Checksum 23:15:47 188c0c94c7c5: Download complete 23:15:47 188c0c94c7c5: Pull complete 23:15:47 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 23:15:47 Status: Downloaded newer image for alpine:latest 23:15:47 ---> d6e46aa2470d 23:15:47 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:15:48 ---> Running in 0fe6ae2961aa 23:15:48 Removing intermediate container 0fe6ae2961aa 23:15:48 ---> 44fe9d5b1fdd 23:15:48 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 23:15:48 ---> Running in b36131a56307 23:15:48 Removing intermediate container b36131a56307 23:15:48 ---> 9043b6e24373 23:15:48 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 23:15:49 ---> d400cc13f6e5 23:15:49 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 23:15:49 ---> c077ab8d35b5 23:15:49 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 23:15:49 ---> 5cf6aabbb74c 23:15:49 Step 20/25 : EXPOSE 49986 23:15:50 ---> Running in f185f7edbfe2 23:15:50 Removing intermediate container f185f7edbfe2 23:15:50 ---> 44a6cae25e47 23:15:50 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 23:15:50 ---> Running in 93f292abd664 23:15:50 Removing intermediate container 93f292abd664 23:15:50 ---> 86bce36a3b55 23:15:50 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:15:51 ---> Running in 70cea5c6d76f 23:15:51 Removing intermediate container 70cea5c6d76f 23:15:51 ---> 2087d5e25639 23:15:51 Step 23/25 : LABEL arch=amd64 23:15:51 ---> Running in 519b8afaa388 23:15:51 Removing intermediate container 519b8afaa388 23:15:51 ---> 4eeec1e5a569 23:15:51 Step 24/25 : LABEL git_sha=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 23:15:51 ---> Running in 3e776260b14a 23:15:51 Removing intermediate container 3e776260b14a 23:15:51 ---> e47c559bda78 23:15:51 Step 25/25 : LABEL version=0.0.0 23:15:51 ---> Running in 1e8fb2c9a7e6 23:15:52 Removing intermediate container 1e8fb2c9a7e6 23:15:52 ---> b5f98529c8b1 23:15:52 [Warning] One or more build-args [ARCH] were not consumed 23:15:52 Successfully built b5f98529c8b1 23:15:52 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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] } 23:16:09 Removing intermediate container ca8e30dcda13 23:16:09 ---> ef611ea8f0d6 23:16:09 Step 14/25 : FROM alpine:latest 23:16:10 latest: Pulling from library/alpine 23:16:10 5f621e34cdf4: Pulling fs layer 23:16:10 5f621e34cdf4: Verifying Checksum 23:16:10 5f621e34cdf4: Download complete 23:16:10 5f621e34cdf4: Pull complete 23:16:10 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 23:16:10 Status: Downloaded newer image for alpine:latest 23:16:10 ---> 2e77e061c27f 23:16:10 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:16:11 ---> Running in 606cf803af7f 23:16:11 Removing intermediate container 606cf803af7f 23:16:11 ---> e4da5b19b44d 23:16:11 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 23:16:11 ---> Running in 92db18f953f6 23:16:12 Removing intermediate container 92db18f953f6 23:16:12 ---> fa4ad633e783 23:16:12 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 23:16:13 ---> 25d9d112a9fa 23:16:13 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 23:16:13 ---> 6349f5edd1cc 23:16:13 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 23:16:15 ---> 3381f8661b55 23:16:15 Step 20/25 : EXPOSE 49986 23:16:15 ---> Running in 998c537d6e10 23:16:15 Removing intermediate container 998c537d6e10 23:16:15 ---> 61398b632326 23:16:15 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 23:16:15 ---> Running in ef0bcc80b0a3 23:16:16 Removing intermediate container ef0bcc80b0a3 23:16:16 ---> 9306a87a6ec6 23:16:16 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:16:16 ---> Running in af88d133cab0 23:16:16 Removing intermediate container af88d133cab0 23:16:16 ---> 5ab174484ef6 23:16:16 Step 23/25 : LABEL arch=arm64 23:16:16 ---> Running in ec5981486e4f 23:16:17 Removing intermediate container ec5981486e4f 23:16:17 ---> cab80483166a 23:16:17 Step 24/25 : LABEL git_sha=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 23:16:17 ---> Running in 6b0cfcaf35f0 23:16:18 Removing intermediate container 6b0cfcaf35f0 23:16:18 ---> 23e06a0f6519 23:16:18 Step 25/25 : LABEL version=0.0.0 23:16:18 ---> Running in 744f82eeca7a 23:16:18 Removing intermediate container 744f82eeca7a 23:16:18 ---> ccb6e17ecc0d 23:16:18 [Warning] One or more build-args [ARCH] were not consumed 23:16:18 Successfully built ccb6e17ecc0d 23:16:18 Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" 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 23:16:20 provisioning config files... 23:16:20 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/config7024648482402441478tmp [Pipeline] { [Pipeline] sh 23:16:21 + set +x 23:16:21 + curl -s https://codecov.io/bash 23:16:21 + bash -s -- 23:16:21 23:16:21 _____ _ 23:16:21 / ____| | | 23:16:21 | | ___ __| | ___ ___ _____ __ 23:16:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:16:21 | |___| (_) | (_| | __/ (_| (_) \ V / 23:16:21 \_____\___/ \__,_|\___|\___\___/ \_/ 23:16:21 Bash-20201106-81372f2 23:16:21 23:16:21 23:16:21 ==> Jenkins CI detected. 23:16:21 project root: . 23:16:21 --> token set from env 23:16:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:16:21 ==> Running gcov in . (disable via -X gcov) 23:16:21 ==> Python coveragepy not found 23:16:21 ==> Searching for coverage reports in: 23:16:21 + . 23:16:21 -> Found 1 reports 23:16:21 ==> Detecting git/mercurial file structure 23:16:21 ==> Reading reports 23:16:21 + ./coverage.out bytes=9369 23:16:21 ==> Appending adjustments 23:16:21 https://docs.codecov.io/docs/fixing-reports 23:16:21 + Found adjustments 23:16:21 ==> Gzipping contents 23:16:21 ==> Uploading reports 23:16:21 url: https://codecov.io 23:16:21 query: branch=PR-56&commit=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-56%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=56&job=&cmd_args= 23:16:21 -> Pinging Codecov 23:16:21 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-56&commit=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-56%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=56&job=&cmd_args= 23:16:22 -> Uploading to 23:16:22 https://storage.googleapis.com/codecov/v4/raw/2020-11-10/4E5D53B4F1F92C436F7061BF334D961C/8fe141e073d44a0ea638c4e0afa3e0a6b0e93469/7c8e2e8a-1c76-4124-ab3e-916925eb0413.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201110T231622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b0ccf0ce03d1ff6419613763154cb4894abca805a8c9d9c36a3533caf0bd92df 23:16:22 % Total % Received % Xferd Average Speed Time Time Time Current 23:16:22 Dload Upload Total Spent Left Speed 23:16:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1706 0 0 100 1706 0 3493 --:--:-- --:--:-- --:--:-- 3495 23:16:23 -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 [Pipeline] } 23:16:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 23:16:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:16:26 ---> package-listing.sh 23:16:26 ++ facter osfamily 23:16:26 ++ tr '[:upper:]' '[:lower:]' 23:16:27 + OS_FAMILY=redhat 23:16:27 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-56 23:16:27 + START_PACKAGES=/tmp/packages_start.txt 23:16:27 + END_PACKAGES=/tmp/packages_end.txt 23:16:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:16:27 + PACKAGES=/tmp/packages_start.txt 23:16:27 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-56 ']' 23:16:27 + PACKAGES=/tmp/packages_end.txt 23:16:27 + case "${OS_FAMILY}" in 23:16:27 + rpm -qa 23:16:27 + sort 23:16:33 + '[' -f /tmp/packages_start.txt ']' 23:16:33 + '[' -f /tmp/packages_end.txt ']' 23:16:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:16:33 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-56 ']' 23:16:33 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-56/archives/ 23:16:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-56/archives/ [Pipeline] echo 23:16:33 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/dgexfoundry_device-rest-go_PR-56/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:16:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:16:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:35 23:16:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:16:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:36 alpine: Pulling from edgex-lftools-log-publisher 23:16:36 df20fa9351a1: Pulling fs layer 23:16:36 36b3adc4ff6f: Pulling fs layer 23:16:36 8ad3a11d3b57: Pulling fs layer 23:16:36 46f8f816bc3b: Pulling fs layer 23:16:36 93b61091891f: Pulling fs layer 23:16:36 93b9cdb0e59b: Pulling fs layer 23:16:36 5e14af77c1be: Pulling fs layer 23:16:36 01666e4c0597: Pulling fs layer 23:16:36 aa168da1d23b: Pulling fs layer 23:16:36 46f8f816bc3b: Waiting 23:16:36 93b61091891f: Waiting 23:16:36 93b9cdb0e59b: Waiting 23:16:36 01666e4c0597: Waiting 23:16:36 5e14af77c1be: Waiting 23:16:36 aa168da1d23b: Waiting 23:16:36 36b3adc4ff6f: Verifying Checksum 23:16:36 36b3adc4ff6f: Download complete 23:16:36 46f8f816bc3b: Verifying Checksum 23:16:36 46f8f816bc3b: Download complete 23:16:36 df20fa9351a1: Verifying Checksum 23:16:36 df20fa9351a1: Download complete 23:16:36 93b9cdb0e59b: Verifying Checksum 23:16:36 93b9cdb0e59b: Download complete 23:16:36 5e14af77c1be: Verifying Checksum 23:16:36 5e14af77c1be: Download complete 23:16:36 01666e4c0597: Verifying Checksum 23:16:36 01666e4c0597: Download complete 23:16:36 93b61091891f: Verifying Checksum 23:16:36 93b61091891f: Download complete 23:16:37 df20fa9351a1: Pull complete 23:16:37 36b3adc4ff6f: Pull complete 23:16:37 8ad3a11d3b57: Verifying Checksum 23:16:37 8ad3a11d3b57: Download complete 23:16:38 8ad3a11d3b57: Pull complete 23:16:38 46f8f816bc3b: Pull complete 23:16:39 93b61091891f: Pull complete 23:16:39 93b9cdb0e59b: Pull complete 23:16:40 5e14af77c1be: Pull complete 23:16:40 01666e4c0597: Pull complete 23:16:42 aa168da1d23b: Download complete 23:16:54 aa168da1d23b: Pull complete 23:16:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:16:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:16:55 prd-centos7-docker-4c-2g-11772 does not seem to be running inside a container 23:16:55 $ 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/dgexfoundry_device-rest-go_PR-56/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-56 -v /w/workspace/dgexfoundry_device-rest-go_PR-56:/w/workspace/dgexfoundry_device-rest-go_PR-56:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-56@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:17:01 $ docker top 6fe3ebe465a2e50e37aca1782f5557b75782a8a3bf9189eaf29254a61f5d773c -eo pid,comm [Pipeline] { [Pipeline] sh 23:17:02 + touch /tmp/pre-build-complete [Pipeline] sh 23:17:02 + mkdir -p /var/log/sa [Pipeline] sh 23:17:03 + ls /var/log/sa-host 23:17:03 + sadf -c /var/log/sa-host/sa05 23:17:03 file_magic: OK 23:17:03 HZ: Using current value: 100 23:17:03 file_header: OK 23:17:03 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 23:17:03 Statistics: 23:17:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:17:03 File successfully converted to sysstat format version 12.2.1 23:17:03 + sadf -c /var/log/sa-host/sa10 23:17:03 file_magic: OK 23:17:03 HZ: Using current value: 100 23:17:03 file_header: OK 23:17:03 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 23:17:03 Statistics: 23:17:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:17:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:17:03 provisioning config files... 23:17:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/config7658317718530210245tmp [Pipeline] { [Pipeline] echo 23:17:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:17:04 ---> create-netrc.sh [Pipeline] } 23:17:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:17:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:17:04 ---> python-tools-install.sh [Pipeline] echo 23:17:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:17:04 ---> sudo-logs.sh 23:17:04 Archiving 'sudo' log.. [Pipeline] echo 23:17:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:17:05 ---> job-cost.sh 23:17:05 lf-activate-venv: SKIPPING 23:17:05 INFO: No Stack... 23:17:06 INFO: Retrieving Pricing Info for: v1-standard-2 23:17:07 INFO: Archiving Costs [Pipeline] echo 23:17:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:17:07 ---> logs-deploy.sh 23:17:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-56/2 23:17:07 INFO: archiving workspace using pattern(s): 23:17:12 Archives upload complete. 23:17:12 INFO: archiving logs to Nexus 23:17:15 ---> uname -a: 23:17:15 Linux prd-centos7-docker-4c-2g-11772.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:17:15 23:17:15 23:17:15 ---> lscpu: 23:17:15 Architecture: x86_64 23:17:15 CPU op-mode(s): 32-bit, 64-bit 23:17:15 Byte Order: Little Endian 23:17:15 Address sizes: 40 bits physical, 48 bits virtual 23:17:15 CPU(s): 4 23:17:15 On-line CPU(s) list: 0-3 23:17:15 Thread(s) per core: 1 23:17:15 Core(s) per socket: 1 23:17:15 Socket(s): 4 23:17:15 NUMA node(s): 1 23:17:15 Vendor ID: GenuineIntel 23:17:15 CPU family: 6 23:17:15 Model: 44 23:17:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:17:15 Stepping: 1 23:17:15 CPU MHz: 2933.442 23:17:15 BogoMIPS: 5866.88 23:17:15 Virtualization: VT-x 23:17:15 Hypervisor vendor: KVM 23:17:15 Virtualization type: full 23:17:15 L1d cache: 128 KiB 23:17:15 L1i cache: 128 KiB 23:17:15 L2 cache: 16 MiB 23:17:15 L3 cache: 64 MiB 23:17:15 NUMA node0 CPU(s): 0-3 23:17:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:17:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:17:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:17:15 Vulnerability Meltdown: Mitigation; PTI 23:17:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:17:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:17:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:17:15 Vulnerability Tsx async abort: Not affected 23:17:15 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 23:17:15 23:17:15 23:17:15 ---> nproc: 23:17:15 4 23:17:15 23:17:15 23:17:15 ---> df -h: 23:17:15 Filesystem Size Used Available Use% Mounted on 23:17:15 overlay 50.0G 7.2G 42.8G 14% / 23:17:15 tmpfs 64.0M 0 64.0M 0% /dev 23:17:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:17:15 shm 64.0M 0 64.0M 0% /dev/shm 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-rest-go_PR-56 23:17:15 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp 23:17:15 23:17:15 23:17:15 ---> free -m: 23:17:15 total used free shared buff/cache available 23:17:15 Mem: 1837 685 78 0 1073 1050 23:17:15 Swap: 1023 1 1022 23:17:15 23:17:15 23:17:15 ---> ip addr: 23:17:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:17:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:17:15 inet 127.0.0.1/8 scope host lo 23:17:15 valid_lft forever preferred_lft forever 23:17:15 inet6 ::1/128 scope host 23:17:15 valid_lft forever preferred_lft forever 23:17:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:17:15 link/ether fa:16:3e:0c:5c:27 brd ff:ff:ff:ff:ff:ff 23:17:15 inet 10.30.123.172/23 brd 10.30.123.255 scope global dynamic eth0 23:17:15 valid_lft 85880sec preferred_lft 85880sec 23:17:15 inet6 fe80::f816:3eff:fe0c:5c27/64 scope link 23:17:15 valid_lft forever preferred_lft forever 23:17:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:17:15 link/ether 02:42:d5:62:eb:4d brd ff:ff:ff:ff:ff:ff 23:17:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:17:15 valid_lft forever preferred_lft forever 23:17:15 inet6 fe80::42:d5ff:fe62:eb4d/64 scope link 23:17:15 valid_lft forever preferred_lft forever 23:17:15 23:17:15 23:17:15 ---> sar -b -r -n DEV: 23:17:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) 23:17:15 23:17:15 23:08:14 LINUX RESTART (4 CPU) 23:17:15 23:17:15 23:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:17:15 23:10:01 95.21 40.71 54.50 0.00 6988.45 17686.36 0.00 23:17:15 23:11:01 10.24 3.64 6.60 0.00 668.99 663.56 0.00 23:17:15 23:12:01 0.55 0.02 0.53 0.00 0.53 9.80 0.00 23:17:15 23:13:02 0.18 0.00 0.18 0.00 0.00 2.15 0.00 23:17:15 23:14:01 0.24 0.00 0.24 0.00 0.00 3.61 0.00 23:17:15 23:15:01 0.32 0.00 0.32 0.00 0.00 4.06 0.00 23:17:15 23:16:01 0.30 0.02 0.28 0.00 0.13 3.33 0.00 23:17:15 23:17:01 137.02 64.97 72.05 0.00 6778.60 18082.90 0.00 23:17:15 Average: 30.61 13.72 16.90 0.00 1811.23 4573.80 0.00 23:17:15 23:17:15 23:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:17:15 23:10:01 70408 0 654744 34.80 2620 1153784 1980500 67.59 514596 1133132 40 23:17:15 23:11:01 166364 0 564192 29.99 2620 1148380 1141948 38.97 446740 1109100 20 23:17:15 23:12:01 174652 0 555900 29.54 2620 1148384 1067752 36.44 441504 1107316 20 23:17:15 23:13:02 174120 0 556424 29.57 2620 1148392 1064656 36.33 446420 1103064 16 23:17:15 23:14:01 173544 0 556996 29.60 2620 1148396 1064752 36.34 460164 1090040 8 23:17:15 23:15:01 173948 0 556588 29.58 2620 1148400 1064716 36.34 459948 1090040 8 23:17:15 23:16:01 175300 0 555228 29.51 2620 1148408 1064476 36.33 458408 1090040 12 23:17:15 23:17:01 129492 0 672668 35.75 2620 1076776 1674972 57.16 469740 1068024 24 23:17:15 Average: 154728 0 584092 31.04 2620 1140115 1265472 43.19 462190 1098844 18 23:17:15 23:17:15 23:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:17:15 23:10:01 veth1940e85 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:10:01 eth0 256.69 206.97 1140.82 84.78 0.00 0.00 0.00 0.00 23:17:15 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:10:01 vethe937bbd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:11:01 eth0 56.48 66.63 157.76 12.67 0.00 0.00 0.00 0.00 23:17:15 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:11:01 docker0 50.04 34.50 3.95 132.42 0.00 0.00 0.00 0.00 23:17:15 23:12:01 eth0 1.07 0.48 0.40 0.21 0.00 0.00 0.00 0.00 23:17:15 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:13:02 eth0 1.78 0.37 0.40 0.17 0.00 0.00 0.00 0.00 23:17:15 23:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:14:01 eth0 1.12 0.52 0.56 0.43 0.00 0.00 0.00 0.00 23:17:15 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:15:01 eth0 0.93 0.62 0.44 0.25 0.00 0.00 0.00 0.00 23:17:15 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:16:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 23:17:15 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:17:01 eth0 202.23 163.71 2174.03 20.50 0.00 0.00 0.00 0.00 23:17:15 23:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 23:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 Average: eth0 65.29 55.12 435.79 14.94 0.00 0.00 0.00 0.00 23:17:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:17:15 Average: docker0 6.27 4.32 0.50 16.59 0.00 0.00 0.00 0.00 23:17:15 23:17:15 23:17:15 ---> sar -P ALL: 23:17:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) 23:17:15 23:17:15 23:08:14 LINUX RESTART (4 CPU) 23:17:15 23:17:15 23:09:01 CPU %user %nice %system %iowait %steal %idle 23:17:15 23:10:01 all 22.93 0.00 11.69 2.72 14.54 48.12 23:17:15 23:10:01 0 23.21 0.00 12.35 3.94 14.37 46.14 23:17:15 23:10:01 1 19.84 0.00 11.86 2.11 15.22 50.97 23:17:15 23:10:01 2 22.37 0.00 10.81 2.65 14.78 49.39 23:17:15 23:10:01 3 26.43 0.00 11.75 2.19 13.76 45.87 23:17:15 23:11:01 all 2.19 0.00 1.84 0.12 3.35 92.50 23:17:15 23:11:01 0 1.88 0.00 1.91 0.00 4.04 92.16 23:17:15 23:11:01 1 2.24 0.00 2.12 0.15 3.36 92.13 23:17:15 23:11:01 2 2.11 0.00 1.65 0.16 2.87 93.20 23:17:15 23:11:01 3 2.53 0.00 1.69 0.15 3.13 92.50 23:17:15 23:12:01 all 0.15 0.00 0.17 0.00 0.41 99.27 23:17:15 23:12:01 0 0.07 0.00 0.18 0.00 0.33 99.42 23:17:15 23:12:01 1 0.05 0.00 0.13 0.00 0.38 99.43 23:17:15 23:12:01 2 0.33 0.00 0.15 0.00 0.33 99.19 23:17:15 23:12:01 3 0.17 0.00 0.20 0.00 0.58 99.05 23:17:15 23:13:02 all 0.17 0.00 0.05 0.00 0.25 99.53 23:17:15 23:13:02 0 0.03 0.00 0.02 0.00 0.32 99.63 23:17:15 23:13:02 1 0.08 0.00 0.07 0.00 0.15 99.70 23:17:15 23:13:02 2 0.47 0.00 0.07 0.00 0.30 99.17 23:17:15 23:13:02 3 0.08 0.00 0.07 0.00 0.25 99.60 23:17:15 23:14:01 all 0.14 0.00 0.08 0.00 0.28 99.50 23:17:15 23:14:01 0 0.05 0.00 0.07 0.00 0.52 99.36 23:17:15 23:14:01 1 0.03 0.00 0.15 0.00 0.15 99.66 23:17:15 23:14:01 2 0.36 0.00 0.02 0.00 0.12 99.51 23:17:15 23:14:01 3 0.14 0.00 0.10 0.00 0.30 99.46 23:17:15 23:15:01 all 0.12 0.00 0.05 0.00 0.35 99.49 23:17:15 23:15:01 0 0.07 0.00 0.07 0.00 0.47 99.40 23:17:15 23:15:01 1 0.03 0.00 0.03 0.00 0.28 99.65 23:17:15 23:15:01 2 0.28 0.00 0.05 0.00 0.32 99.35 23:17:15 23:15:01 3 0.08 0.00 0.05 0.00 0.32 99.55 23:17:15 23:16:01 all 0.12 0.00 0.07 0.00 0.24 99.56 23:17:15 23:16:01 0 0.07 0.00 0.07 0.00 0.37 99.50 23:17:15 23:16:01 1 0.05 0.00 0.10 0.00 0.27 99.58 23:17:15 23:16:01 2 0.05 0.00 0.05 0.00 0.20 99.70 23:17:15 23:16:01 3 0.33 0.00 0.07 0.02 0.13 99.45 23:17:15 23:17:01 all 7.09 0.00 5.81 1.65 7.42 78.03 23:17:15 23:17:01 0 6.99 0.00 6.19 1.00 7.65 78.18 23:17:15 23:17:01 1 6.90 0.00 6.23 1.38 7.34 78.15 23:17:15 23:17:01 2 6.65 0.00 5.43 1.83 7.39 78.69 23:17:15 23:17:01 3 7.84 0.00 5.37 2.41 7.30 77.08 23:17:15 Average: all 4.16 0.00 2.50 0.57 3.39 89.38 23:17:15 Average: 0 4.08 0.00 2.63 0.62 3.53 89.13 23:17:15 Average: 1 3.73 0.00 2.63 0.46 3.45 89.72 23:17:15 Average: 2 4.15 0.00 2.32 0.59 3.34 89.60 23:17:15 Average: 3 4.70 0.00 2.41 0.60 3.22 89.07 23:17:15 23:17:15 23:17:15