Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ce71f09c2d39912181f4466a92feb2fb45c7f9fd+793fa606b8324739f564128f9001c967c619a4b2 (e738bea20915b25227018415525efcb7913f743e) 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-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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18321 in /w/workspace/dgexfoundry_device-rest-go_PR-68 [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-68 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-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 Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit ce71f09c2d39912181f4466a92feb2fb45c7f9fd > 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 --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/68/head:refs/remotes/origin/PR-68 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 Merge succeeded, producing d4e1404e32940f49e46fac97f5cb41b4999ac913 Checking out Revision d4e1404e32940f49e46fac97f5cb41b4999ac913 (PR-68) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4e1404e32940f49e46fac97f5cb41b4999ac913 # timeout=10 Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" > git rev-list --no-walk ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:07:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:07:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:07:33 ========================================================= 23:07:33 EdgeX Global Pipelines Version Info 23:07:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:07:35 ------------------- 23:07:35 stable info: 23:07:35 ------------------- 23:07:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:07:35 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:07:35 Message: update stable to v1.0.173 23:07:36 ------------------- 23:07:36 experimental info: 23:07:36 ------------------- 23:07:36 Commited By: **** collab-it+edgex@linuxfoundation.org 23:07:36 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:07:36 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:07:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:07:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:07:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 23:07:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:07:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-68 [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-68 [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-68 [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d4e1404e32940f49e46fac97f5cb41b4999ac913 [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d4e1404 [Pipeline] echo 23:07:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:07:40 provisioning config files... 23:07:40 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/config6305458475603729913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:07:40 ---> docker-login.sh 23:07:40 nexus3.edgexfoundry.org:10001 23:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:40 Configure a credential helper to remove this warning. See 23:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:40 23:07:40 Login Succeeded 23:07:40 nexus3.edgexfoundry.org:10002 23:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:41 Configure a credential helper to remove this warning. See 23:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:41 23:07:41 Login Succeeded 23:07:41 nexus3.edgexfoundry.org:10003 23:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:41 Configure a credential helper to remove this warning. See 23:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:41 23:07:41 Login Succeeded 23:07:41 nexus3.edgexfoundry.org:10004 23:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:41 Configure a credential helper to remove this warning. See 23:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:41 23:07:41 Login Succeeded 23:07:41 docker.io 23:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:42 Configure a credential helper to remove this warning. See 23:07:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:42 23:07:42 Login Succeeded 23:07:42 ---> docker-login.sh ends [Pipeline] } 23:07:42 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 23:07:42 + git log --format=format:%s -1 d4e1404e32940f49e46fac97f5cb41b4999ac913 [Pipeline] echo 23:07:43 GIT_COMMIT: d4e1404e32940f49e46fac97f5cb41b4999ac913, Commit Message: Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD [Pipeline] echo 23:07:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:07:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:44 23:07:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:07:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:44 latest: Pulling from edgex-devops/git-semver 23:07:44 31603596830f: Pulling fs layer 23:07:44 2a8b12db71e7: Pulling fs layer 23:07:44 6ca5941a6612: Pulling fs layer 23:07:44 ecc8261a40a4: Pulling fs layer 23:07:44 ecc8261a40a4: Waiting 23:07:44 2a8b12db71e7: Download complete 23:07:44 31603596830f: Verifying Checksum 23:07:44 31603596830f: Download complete 23:07:44 ecc8261a40a4: Verifying Checksum 23:07:44 ecc8261a40a4: Download complete 23:07:44 6ca5941a6612: Download complete 23:07:44 31603596830f: Pull complete 23:07:45 2a8b12db71e7: Pull complete 23:07:46 6ca5941a6612: Pull complete 23:07:46 ecc8261a40a4: Pull complete 23:07:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:07:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:07:46 prd-centos7-docker-4c-2g-18321 does not seem to be running inside a container 23:07:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-68 -v /w/workspace/dgexfoundry_device-rest-go_PR-68:/w/workspace/dgexfoundry_device-rest-go_PR-68:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-68@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:07:48 $ docker top e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:48 [ssh-agent] Looking for ssh-agent implementation... 23:07:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:48 $ docker exec e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 ssh-agent 23:07:48 SSH_AUTH_SOCK=/tmp/ssh-Wn4I0FwhI2h7/agent.11 23:07:48 SSH_AGENT_PID=16 23:07:48 Running ssh-add (command line suppressed) 23:07:49 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/private_key_703820016221641859.key (/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/private_key_703820016221641859.key) 23:07:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:49 + git tag --points-at HEAD [Pipeline] } 23:07:49 $ docker exec --env ******** --env ******** e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 ssh-agent -k 23:07:49 unset SSH_AUTH_SOCK; 23:07:49 unset SSH_AGENT_PID; 23:07:49 echo Agent pid 16 killed; 23:07:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:07:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:49 [ssh-agent] Looking for ssh-agent implementation... 23:07:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:49 $ docker exec e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 ssh-agent 23:07:50 SSH_AUTH_SOCK=/tmp/ssh-5B9WYFXPu5NB/agent.45 23:07:50 SSH_AGENT_PID=51 23:07:50 Running ssh-add (command line suppressed) 23:07:50 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/private_key_5258799498539812959.key (/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/private_key_5258799498539812959.key) 23:07:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:50 + git semver init 23:07:50 # -> Open(): unable to determine branch for HEAD 23:07:50 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-68/.git 23:07:50 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-68 23:07:50 # $SEMVER_REMOTE_NAME = origin 23:07:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:07:50 # $SEMVER_USER_NAME = edgex-jenkins 23:07:50 # $SEMVER_BRANCH = PR-68 23:07:50 # $SEMVER_TEMP = /tmp/semver-333906551 23:07:50 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:07:52 # '/tmp/semver-333906551' -> '/w/workspace/dgexfoundry_device-rest-go_PR-68/.semver' 23:07:52 # -> Force: false 23:07:52 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-68/.semver [Pipeline] } 23:07:52 $ docker exec --env ******** --env ******** e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 ssh-agent -k 23:07:52 unset SSH_AUTH_SOCK; 23:07:52 unset SSH_AGENT_PID; 23:07:52 echo Agent pid 51 killed; 23:07:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:07:52 + git semver [Pipeline] } 23:07:52 $ docker stop --time=1 e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 23:07:54 $ docker rm -f e4d3ede1fc7fe7390a0bbb8c1128c70df7f9c30c924d0e513a841e3e665a73a2 [Pipeline] // withDockerContainer [Pipeline] sh 23:07:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:07:55 Stashed 1 file(s) [Pipeline] echo 23:07:55 [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:08:10 Still waiting to schedule task 23:08:10 ‘prd-centos7-blackbox-4c-2g-18319’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18322’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18313’ doesn’t have label ‘centos7-docker-4c-2g’ 23:08:10 Still waiting to schedule task 23:08:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:09:56 Running on prd-centos7-docker-4c-2g-18323 in /w/workspace/dgexfoundry_device-rest-go_PR-68 [Pipeline] { [Pipeline] ws 23:09:56 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 23:09:58 using credential edgex-jenkins-ssh 23:09:58 Cloning the remote Git repository 23:09:58 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:09:58 > git init /w/workspace/device-rest-go/2 # timeout=10 23:09:58 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:09:58 > git --version # timeout=10 23:09:58 > git --version # 'git version 2.24.3' 23:09:58 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:00 Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit ce71f09c2d39912181f4466a92feb2fb45c7f9fd 23:10:00 Merge succeeded, producing 31c98eac9ff339051dc408f0f2f6d993f8d1fd68 23:10:00 Checking out Revision 31c98eac9ff339051dc408f0f2f6d993f8d1fd68 (PR-68) 23:09:59 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:09:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:59 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:09:59 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:09:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/68/head:refs/remotes/origin/PR-68 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:10:00 > git config core.sparsecheckout # timeout=10 23:10:00 > git checkout -f ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 23:10:00 > git remote # timeout=10 23:10:00 > git config --get remote.origin.url # timeout=10 23:10:00 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:00 > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 23:10:00 > git rev-parse HEAD^{commit} # timeout=10 23:10:00 > git config core.sparsecheckout # timeout=10 23:10:00 > git checkout -f 31c98eac9ff339051dc408f0f2f6d993f8d1fd68 # timeout=10 23:10:04 Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" 23:10:04 > git rev-list --no-walk ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:10:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:10:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:10:06 + true 23:10:06 + sudo service docker restart 23:10:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:10:07 provisioning config files... 23:10:07 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config6508571791765712880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:10:07 ---> docker-login.sh 23:10:07 nexus3.edgexfoundry.org:10001 23:10:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:08 Configure a credential helper to remove this warning. See 23:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:08 23:10:08 Login Succeeded 23:10:08 nexus3.edgexfoundry.org:10002 23:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:08 Configure a credential helper to remove this warning. See 23:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:08 23:10:08 Login Succeeded 23:10:08 nexus3.edgexfoundry.org:10003 23:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:08 Configure a credential helper to remove this warning. See 23:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:08 23:10:08 Login Succeeded 23:10:08 nexus3.edgexfoundry.org:10004 23:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:08 Configure a credential helper to remove this warning. See 23:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:08 23:10:08 Login Succeeded 23:10:08 docker.io 23:10:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:08 Configure a credential helper to remove this warning. See 23:10:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:08 23:10:08 Login Succeeded 23:10:08 ---> docker-login.sh ends [Pipeline] } 23:10:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:10:09 ========================================================= 23:10:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:10:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:10:09 + 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:10:09 Sending build context to Docker daemon 84.48kB 23:10:09 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:10:09 Step 2/10 : FROM ${BASE} 23:10:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:10:09 188c0c94c7c5: Pulling fs layer 23:10:09 0ef7d3d256c8: Pulling fs layer 23:10:09 de9db76c5a1d: Pulling fs layer 23:10:09 bca2f99d35d6: Pulling fs layer 23:10:09 93359f2a8cfa: Pulling fs layer 23:10:09 7c6f9722023f: Pulling fs layer 23:10:09 a35cf1a2eb13: Pulling fs layer 23:10:09 93359f2a8cfa: Waiting 23:10:09 7c6f9722023f: Waiting 23:10:09 a35cf1a2eb13: Waiting 23:10:09 bca2f99d35d6: Waiting 23:10:09 de9db76c5a1d: Verifying Checksum 23:10:09 de9db76c5a1d: Download complete 23:10:10 0ef7d3d256c8: Verifying Checksum 23:10:10 0ef7d3d256c8: Download complete 23:10:10 93359f2a8cfa: Verifying Checksum 23:10:10 93359f2a8cfa: Download complete 23:10:10 188c0c94c7c5: Verifying Checksum 23:10:10 188c0c94c7c5: Download complete 23:10:10 7c6f9722023f: Verifying Checksum 23:10:10 7c6f9722023f: Download complete 23:10:10 188c0c94c7c5: Pull complete 23:10:10 0ef7d3d256c8: Pull complete 23:10:10 de9db76c5a1d: Pull complete 23:10:11 a35cf1a2eb13: Verifying Checksum 23:10:11 a35cf1a2eb13: Download complete 23:10:12 bca2f99d35d6: Verifying Checksum 23:10:12 bca2f99d35d6: Download complete 23:10:17 bca2f99d35d6: Pull complete 23:10:17 93359f2a8cfa: Pull complete 23:10:17 7c6f9722023f: Pull complete 23:10:22 a35cf1a2eb13: Pull complete 23:10:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:10:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:10:22 ---> a62c8e92a672 23:10:22 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:10:22 ---> Running in bd76aa87bcde 23:10:23 Removing intermediate container bd76aa87bcde 23:10:23 ---> 4345d0d4d77e 23:10:23 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:10:23 ---> Running in 72ec50cf4fda 23:10:23 Removing intermediate container 72ec50cf4fda 23:10:23 ---> 5469aad6d05f 23:10:23 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:10:23 ---> Running in 7a1fb7c116c6 23:10:23 Removing intermediate container 7a1fb7c116c6 23:10:23 ---> 4d808e4365d4 23:10:23 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:23 ---> Running in 3fb0cd821799 23:10:25 Removing intermediate container 3fb0cd821799 23:10:25 ---> 44d53e632694 23:10:25 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:10:25 ---> Running in fa3949db3e64 23:10:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:10:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:10:27 OK: 166 MiB in 39 packages 23:10:28 Removing intermediate container fa3949db3e64 23:10:28 ---> 7674a82ced5f 23:10:28 Step 8/10 : WORKDIR /device-rest-go 23:10:28 ---> Running in 21c4f675642b 23:10:28 Removing intermediate container 21c4f675642b 23:10:28 ---> 021ae52cfd46 23:10:28 Step 9/10 : COPY . . 23:10:28 ---> ff0f41c6f373 23:10:28 Step 10/10 : RUN go mod download 23:10:28 ---> Running in a683f555d005 23:10:46 Removing intermediate container a683f555d005 23:10:46 ---> dc16ec7734cb 23:10:46 Successfully built dc16ec7734cb 23:10:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:10:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18324 in /w/workspace/dgexfoundry_device-rest-go_PR-68 [Pipeline] { [Pipeline] ws 23:10:47 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 23:10:47 + docker inspect -f . ci-base-image-x86_64 23:10:47 . [Pipeline] withDockerContainer 23:10:47 prd-centos7-docker-4c-2g-18323 does not seem to be running inside a container 23:10:47 $ 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:10:48 $ docker top 2e867c02b8fc0f87a50ca0ce941506ad89aedb197d7979513a014c83dd38c27f -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:49 + go version 23:10:49 go version go1.15.5 linux/amd64 [Pipeline] } 23:10:49 $ docker stop --time=1 2e867c02b8fc0f87a50ca0ce941506ad89aedb197d7979513a014c83dd38c27f 23:10:50 $ docker rm -f 2e867c02b8fc0f87a50ca0ce941506ad89aedb197d7979513a014c83dd38c27f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:51 + docker inspect -f . ci-base-image-x86_64 23:10:51 . [Pipeline] withDockerContainer 23:10:51 prd-centos7-docker-4c-2g-18323 does not seem to be running inside a container 23:10:51 $ 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:10:52 $ docker top 341483034bf5d5799fcd03b9b10118ba611426af8ca167add68891cb2526384f -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:52 using credential edgex-jenkins-ssh 23:10:52 Cloning the remote Git repository 23:10:52 + make test 23:10:52 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:10:53 ? github.com/edgexfoundry/device-rest-go [no test files] 23:10:52 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:10:52 > git init /w/workspace/device-rest-go/2 # timeout=10 23:10:52 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:52 > git --version # timeout=10 23:10:52 > git --version # 'git version 2.17.1' 23:10:52 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:54 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:54 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:54 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/68/head:refs/remotes/origin/PR-68 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:10:55 Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit ce71f09c2d39912181f4466a92feb2fb45c7f9fd 23:10:55 Merge succeeded, producing 9e705d89047072dc610c0de2b34deb298927198c 23:10:55 Checking out Revision 9e705d89047072dc610c0de2b34deb298927198c (PR-68) 23:10:55 > git config core.sparsecheckout # timeout=10 23:10:55 > git checkout -f ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 23:10:55 > git remote # timeout=10 23:10:55 > git config --get remote.origin.url # timeout=10 23:10:55 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:55 > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 23:10:55 > git rev-parse HEAD^{commit} # timeout=10 23:10:55 > git config core.sparsecheckout # timeout=10 23:10:55 > git checkout -f 9e705d89047072dc610c0de2b34deb298927198c # timeout=10 23:10:59 Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" 23:10:59 > git rev-list --no-walk ce71f09c2d39912181f4466a92feb2fb45c7f9fd # timeout=10 23:11:00 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:11:00 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:11:00 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:11:00 have (string, bool, string, string) 23:11:00 want (string, string) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:11:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:11:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:11:02 + + true 23:11:02 sudo service docker restart 23:11:02 FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] 23:11:02 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:11:02 $ docker stop --time=1 341483034bf5d5799fcd03b9b10118ba611426af8ca167add68891cb2526384f 23:11:05 $ docker rm -f 341483034bf5d5799fcd03b9b10118ba611426af8ca167add68891cb2526384f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap 23:11:05 provisioning config files... 23:11:05 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config9109129985815878655tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] libraryResource [Pipeline] sh Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } 23:11:06 ---> docker-login.sh 23:11:06 nexus3.edgexfoundry.org:10001 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:11:06 Failed in branch amd64 23:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:07 Configure a credential helper to remove this warning. See 23:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:07 23:11:07 Login Succeeded 23:11:07 nexus3.edgexfoundry.org:10002 23:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:07 Configure a credential helper to remove this warning. See 23:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:07 23:11:07 Login Succeeded 23:11:07 nexus3.edgexfoundry.org:10003 23:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:08 Configure a credential helper to remove this warning. See 23:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:08 23:11:08 Login Succeeded 23:11:08 nexus3.edgexfoundry.org:10004 23:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:08 Configure a credential helper to remove this warning. See 23:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:08 23:11:08 Login Succeeded 23:11:08 docker.io 23:11:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:09 Configure a credential helper to remove this warning. See 23:11:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:09 23:11:09 Login Succeeded 23:11:09 ---> docker-login.sh ends [Pipeline] } 23:11:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:11:10 ========================================================= 23:11:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:11:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:11:10 + 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:11:10 Sending build context to Docker daemon 84.48kB 23:11:10 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:11:10 Step 2/10 : FROM ${BASE} 23:11:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:11:11 5f621e34cdf4: Pulling fs layer 23:11:11 a4357932f1b6: Pulling fs layer 23:11:11 18c013af1878: Pulling fs layer 23:11:11 00ac8860ef70: Pulling fs layer 23:11:11 63d7cb157983: Pulling fs layer 23:11:11 b116817d02f9: Pulling fs layer 23:11:11 745a02a5169b: Pulling fs layer 23:11:11 00ac8860ef70: Waiting 23:11:11 63d7cb157983: Waiting 23:11:11 b116817d02f9: Waiting 23:11:11 745a02a5169b: Waiting 23:11:11 18c013af1878: Verifying Checksum 23:11:11 18c013af1878: Download complete 23:11:11 a4357932f1b6: Verifying Checksum 23:11:11 a4357932f1b6: Download complete 23:11:11 63d7cb157983: Verifying Checksum 23:11:11 63d7cb157983: Download complete 23:11:11 b116817d02f9: Download complete 23:11:11 5f621e34cdf4: Verifying Checksum 23:11:11 5f621e34cdf4: Download complete 23:11:11 5f621e34cdf4: Pull complete 23:11:12 a4357932f1b6: Pull complete 23:11:13 18c013af1878: Pull complete 23:11:13 745a02a5169b: Verifying Checksum 23:11:13 745a02a5169b: Download complete 23:11:14 00ac8860ef70: Verifying Checksum 23:11:14 00ac8860ef70: Download complete 23:11:25 00ac8860ef70: Pull complete 23:11:25 63d7cb157983: Pull complete 23:11:25 b116817d02f9: Pull complete 23:11:29 745a02a5169b: Pull complete 23:11:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:11:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:11:29 ---> b7e6874047d6 23:11:29 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:11:31 ---> Running in 5b733f3897f6 23:11:32 Removing intermediate container 5b733f3897f6 23:11:32 ---> e941f42388a0 23:11:32 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:11:32 ---> Running in a0b463995be5 23:11:32 Removing intermediate container a0b463995be5 23:11:32 ---> 5176966a7b60 23:11:32 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:11:32 ---> Running in 4668ebed39af 23:11:32 Removing intermediate container 4668ebed39af 23:11:32 ---> 4b11d52cbdae 23:11:32 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:33 ---> Running in 00acdf273f43 23:11:35 Removing intermediate container 00acdf273f43 23:11:35 ---> 1d65fa14e7d4 23:11:35 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:11:35 ---> Running in 97174c39e21e 23:11:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:37 OK: 142 MiB in 39 packages 23:11:39 Removing intermediate container 97174c39e21e 23:11:39 ---> f15702810499 23:11:39 Step 8/10 : WORKDIR /device-rest-go 23:11:39 ---> Running in 2967ca520a49 23:11:39 Removing intermediate container 2967ca520a49 23:11:39 ---> aeb4e53485e0 23:11:39 Step 9/10 : COPY . . 23:11:40 ---> a598b73f07ca 23:11:40 Step 10/10 : RUN go mod download 23:11:40 ---> Running in 7585c6288dbe 23:12:02 Removing intermediate container 7585c6288dbe 23:12:02 ---> 4cff8b9747bb 23:12:02 Successfully built 4cff8b9747bb 23:12:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:12:03 + docker inspect -f . ci-base-image-arm64 23:12:03 . [Pipeline] withDockerContainer 23:12:03 prd-ubuntu18.04-docker-arm64-4c-16g-18324 does not seem to be running inside a container 23:12:03 $ 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-arm64 cat 23:12:04 $ docker top ddd8ba00e45c1c9116b1f854d36fb224f69737058e9b0c1fe35f8ef83f06e8d0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:06 + go version 23:12:06 go version go1.15.5 linux/arm64 [Pipeline] } 23:12:06 $ docker stop --time=1 ddd8ba00e45c1c9116b1f854d36fb224f69737058e9b0c1fe35f8ef83f06e8d0 23:12:07 $ docker rm -f ddd8ba00e45c1c9116b1f854d36fb224f69737058e9b0c1fe35f8ef83f06e8d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:12:08 + docker inspect -f . ci-base-image-arm64 23:12:08 . [Pipeline] withDockerContainer 23:12:09 prd-ubuntu18.04-docker-arm64-4c-16g-18324 does not seem to be running inside a container 23:12:09 $ 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-arm64 cat 23:12:10 $ docker top f06214e350e8885926fd4a234fdfaff1e9ba59ac97d99d9dcf97d71f4d840b1e -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:11 + make test 23:12:11 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:12:12 ? github.com/edgexfoundry/device-rest-go [no test files] 23:12:31 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:12:31 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:12:31 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:12:31 have (string, bool, string, string) 23:12:31 want (string, string) 23:12:43 FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] 23:12:43 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:12:43 $ docker stop --time=1 f06214e350e8885926fd4a234fdfaff1e9ba59ac97d99d9dcf97d71f4d840b1e 23:12:45 $ docker rm -f f06214e350e8885926fd4a234fdfaff1e9ba59ac97d99d9dcf97d71f4d840b1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:12:47 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:12:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:12:50 ---> package-listing.sh 23:12:50 ++ facter osfamily 23:12:50 ++ tr '[:upper:]' '[:lower:]' 23:12:50 + OS_FAMILY=redhat 23:12:50 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-68 23:12:50 + START_PACKAGES=/tmp/packages_start.txt 23:12:50 + END_PACKAGES=/tmp/packages_end.txt 23:12:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:12:50 + PACKAGES=/tmp/packages_start.txt 23:12:50 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-68 ']' 23:12:50 + PACKAGES=/tmp/packages_end.txt 23:12:50 + case "${OS_FAMILY}" in 23:12:50 + rpm -qa 23:12:50 + sort 23:12:56 + '[' -f /tmp/packages_start.txt ']' 23:12:56 + '[' -f /tmp/packages_end.txt ']' 23:12:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:12:56 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-68 ']' 23:12:56 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-68/archives/ 23:12:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-68/archives/ [Pipeline] echo 23:12:56 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-68/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:12:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:12:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:12:56 23:12:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:12:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:12:57 alpine: Pulling from edgex-lftools-log-publisher 23:12:57 df20fa9351a1: Pulling fs layer 23:12:57 36b3adc4ff6f: Pulling fs layer 23:12:57 8ad3a11d3b57: Pulling fs layer 23:12:57 46f8f816bc3b: Pulling fs layer 23:12:57 93b61091891f: Pulling fs layer 23:12:57 93b9cdb0e59b: Pulling fs layer 23:12:57 5e14af77c1be: Pulling fs layer 23:12:57 01666e4c0597: Pulling fs layer 23:12:57 aa168da1d23b: Pulling fs layer 23:12:57 93b9cdb0e59b: Waiting 23:12:57 5e14af77c1be: Waiting 23:12:57 46f8f816bc3b: Waiting 23:12:57 93b61091891f: Waiting 23:12:57 01666e4c0597: Waiting 23:12:57 aa168da1d23b: Waiting 23:12:57 36b3adc4ff6f: Download complete 23:12:57 46f8f816bc3b: Download complete 23:12:57 df20fa9351a1: Verifying Checksum 23:12:57 df20fa9351a1: Download complete 23:12:57 93b9cdb0e59b: Verifying Checksum 23:12:57 93b9cdb0e59b: Download complete 23:12:57 5e14af77c1be: Download complete 23:12:57 01666e4c0597: Verifying Checksum 23:12:57 01666e4c0597: Download complete 23:12:57 93b61091891f: Download complete 23:12:57 8ad3a11d3b57: Verifying Checksum 23:12:57 8ad3a11d3b57: Download complete 23:12:57 df20fa9351a1: Pull complete 23:12:58 36b3adc4ff6f: Pull complete 23:12:59 aa168da1d23b: Download complete 23:12:59 8ad3a11d3b57: Pull complete 23:12:59 46f8f816bc3b: Pull complete 23:13:00 93b61091891f: Pull complete 23:13:00 93b9cdb0e59b: Pull complete 23:13:00 5e14af77c1be: Pull complete 23:13:00 01666e4c0597: Pull complete 23:13:06 aa168da1d23b: Pull complete 23:13:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:13:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:13:07 prd-centos7-docker-4c-2g-18321 does not seem to be running inside a container 23:13:07 $ 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-68/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-68 -v /w/workspace/dgexfoundry_device-rest-go_PR-68:/w/workspace/dgexfoundry_device-rest-go_PR-68:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-68@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:13:13 $ docker top acb7060d9210b37888301774f2633a11e0e74563a79652c0a8fd71b732d5777b -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:14 + touch /tmp/pre-build-complete [Pipeline] sh 23:13:14 + mkdir -p /var/log/sa [Pipeline] sh 23:13:14 + ls /var/log/sa-host 23:13:14 + sadf -c /var/log/sa-host/sa04 23:13:14 file_magic: OK 23:13:14 HZ: Using current value: 100 23:13:14 file_header: OK 23:13:14 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:13:14 Statistics: 23:13:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:13:14 File successfully converted to sysstat format version 12.2.1 23:13:14 + sadf -c /var/log/sa-host/sa23 23:13:14 file_magic: OK 23:13:14 HZ: Using current value: 100 23:13:14 file_header: OK 23:13:14 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:13:14 Statistics: 23:13:14 Hnuu...uuuununununu... 23:13:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:13:15 provisioning config files... 23:13:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-68@tmp/config7999979455286923069tmp [Pipeline] { [Pipeline] echo 23:13:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:13:15 ---> create-netrc.sh [Pipeline] } 23:13:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:13:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:13:16 ---> python-tools-install.sh [Pipeline] echo 23:13:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:13:16 ---> sudo-logs.sh 23:13:16 Archiving 'sudo' log.. [Pipeline] echo 23:13:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:13:16 ---> job-cost.sh 23:13:16 lf-activate-venv: SKIPPING 23:13:16 INFO: No Stack... 23:13:17 INFO: Retrieving Pricing Info for: v1-standard-2 23:13:18 INFO: Archiving Costs [Pipeline] echo 23:13:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:13:18 ---> logs-deploy.sh 23:13:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-68/2 23:13:18 INFO: archiving workspace using pattern(s): 23:13:20 Archives upload complete. 23:13:20 INFO: archiving logs to Nexus 23:13:21 ---> uname -a: 23:13:21 Linux prd-centos7-docker-4c-2g-18321.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:13:21 23:13:21 23:13:21 ---> lscpu: 23:13:21 Architecture: x86_64 23:13:21 CPU op-mode(s): 32-bit, 64-bit 23:13:21 Byte Order: Little Endian 23:13:21 Address sizes: 40 bits physical, 48 bits virtual 23:13:21 CPU(s): 4 23:13:21 On-line CPU(s) list: 0-3 23:13:21 Thread(s) per core: 1 23:13:21 Core(s) per socket: 1 23:13:21 Socket(s): 4 23:13:21 NUMA node(s): 1 23:13:21 Vendor ID: GenuineIntel 23:13:21 CPU family: 6 23:13:21 Model: 44 23:13:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:13:21 Stepping: 1 23:13:21 CPU MHz: 2933.436 23:13:21 BogoMIPS: 5866.87 23:13:21 Virtualization: VT-x 23:13:21 Hypervisor vendor: KVM 23:13:21 Virtualization type: full 23:13:21 L1d cache: 128 KiB 23:13:21 L1i cache: 128 KiB 23:13:21 L2 cache: 16 MiB 23:13:21 L3 cache: 64 MiB 23:13:21 NUMA node0 CPU(s): 0-3 23:13:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:13:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:13:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:13:21 Vulnerability Meltdown: Mitigation; PTI 23:13:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:13:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:13:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:13:21 Vulnerability Srbds: Not affected 23:13:21 Vulnerability Tsx async abort: Not affected 23:13:21 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:13:21 23:13:21 23:13:21 ---> nproc: 23:13:21 4 23:13:21 23:13:21 23:13:21 ---> df -h: 23:13:21 Filesystem Size Used Available Use% Mounted on 23:13:21 overlay 50.0G 7.3G 42.7G 15% / 23:13:21 tmpfs 64.0M 0 64.0M 0% /dev 23:13:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:13:21 shm 64.0M 0 64.0M 0% /dev/shm 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-68 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-68@tmp 23:13:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:13:21 23:13:21 23:13:21 ---> free -m: 23:13:21 total used free shared buff/cache available 23:13:21 Mem: 1837 716 101 0 1019 1015 23:13:21 Swap: 1023 1 1022 23:13:21 23:13:21 23:13:21 ---> ip addr: 23:13:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:13:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:13:21 inet 127.0.0.1/8 scope host lo 23:13:21 valid_lft forever preferred_lft forever 23:13:21 inet6 ::1/128 scope host 23:13:21 valid_lft forever preferred_lft forever 23:13:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:13:21 link/ether fa:16:3e:5f:d4:6e brd ff:ff:ff:ff:ff:ff 23:13:21 inet 10.30.123.42/23 brd 10.30.123.255 scope global dynamic eth0 23:13:21 valid_lft 86018sec preferred_lft 86018sec 23:13:21 inet6 fe80::f816:3eff:fe5f:d46e/64 scope link 23:13:21 valid_lft forever preferred_lft forever 23:13:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:13:21 link/ether 02:42:8d:e3:43:ae brd ff:ff:ff:ff:ff:ff 23:13:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:13:21 valid_lft forever preferred_lft forever 23:13:21 inet6 fe80::42:8dff:fee3:43ae/64 scope link 23:13:21 valid_lft forever preferred_lft forever 23:13:21 23:13:21 23:13:21 ---> sar -b -r -n DEV: 23:13:21 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) 23:13:21 23:13:21 23:06:47 LINUX RESTART (4 CPU) 23:13:21 23:13:21 23:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:13:21 23:09:01 2.70 0.02 2.68 0.00 0.53 89.64 0.00 23:13:21 23:10:01 0.42 0.00 0.42 0.00 0.00 5.71 0.00 23:13:21 23:11:01 0.23 0.00 0.23 0.00 0.00 2.06 0.00 23:13:21 23:12:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 23:13:21 23:13:01 62.24 50.11 12.14 0.00 4118.53 5371.13 0.00 23:13:21 Average: 13.18 10.03 3.15 0.00 824.06 1094.67 0.00 23:13:21 23:13:21 23:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:13:21 23:09:01 152704 0 611448 32.50 2620 1114772 1093456 37.32 442448 1087184 8 23:13:21 23:10:01 153172 0 610972 32.47 2620 1114780 1079232 36.83 441600 1087792 8 23:13:21 23:11:01 151252 0 612888 32.57 2620 1114784 1079196 36.83 452312 1078836 8 23:13:21 23:12:01 152104 0 612036 32.53 2620 1114784 1079064 36.83 450980 1079292 8 23:13:21 23:13:01 75468 0 709024 37.68 2620 1094432 1506512 51.41 544124 1042196 103672 23:13:21 Average: 136940 0 631274 33.55 2620 1110710 1167492 39.84 466293 1075060 20741 23:13:21 23:13:21 23:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:13:21 23:09:01 eth0 3.68 2.16 3.35 0.32 0.00 0.00 0.00 0.00 23:13:21 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:10:01 eth0 1.60 0.35 0.37 0.17 0.00 0.00 0.00 0.00 23:13:21 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:11:01 eth0 1.32 0.38 0.33 0.23 0.00 0.00 0.00 0.00 23:13:21 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:12:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 23:13:21 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:13:01 eth0 181.04 135.03 2163.76 13.63 0.00 0.00 0.00 0.00 23:13:21 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 Average: eth0 37.65 27.61 433.71 2.87 0.00 0.00 0.00 0.00 23:13:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:21 23:13:21 23:13:21 ---> sar -P ALL: 23:13:21 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) 23:13:21 23:13:21 23:06:47 LINUX RESTART (4 CPU) 23:13:21 23:13:21 23:08:01 CPU %user %nice %system %iowait %steal %idle 23:13:21 23:09:01 all 0.22 0.00 0.08 0.00 0.00 99.70 23:13:21 23:09:01 0 0.08 0.00 0.10 0.00 0.00 99.82 23:13:21 23:09:01 1 0.60 0.00 0.07 0.00 0.00 99.33 23:13:21 23:09:01 2 0.15 0.00 0.08 0.00 0.02 99.75 23:13:21 23:09:01 3 0.03 0.00 0.07 0.00 0.00 99.90 23:13:21 23:10:01 all 0.12 0.00 0.05 0.00 0.00 99.83 23:13:21 23:10:01 0 0.07 0.00 0.05 0.00 0.00 99.88 23:13:21 23:10:01 1 0.30 0.00 0.07 0.00 0.00 99.63 23:13:21 23:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:13:21 23:10:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:13:21 23:11:01 all 0.07 0.00 0.05 0.00 0.01 99.87 23:13:21 23:11:01 0 0.02 0.00 0.08 0.00 0.00 99.90 23:13:21 23:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 23:13:21 23:11:01 2 0.18 0.00 0.05 0.00 0.00 99.77 23:13:21 23:11:01 3 0.05 0.00 0.05 0.00 0.02 99.88 23:13:21 23:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:13:21 23:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:13:21 23:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:13:21 23:12:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:13:21 23:12:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:13:21 23:13:01 all 2.90 0.00 1.78 1.57 0.03 93.72 23:13:21 23:13:01 0 3.11 0.00 1.92 0.96 0.03 93.99 23:13:21 23:13:01 1 3.71 0.00 2.31 3.51 0.02 90.46 23:13:21 23:13:01 2 2.67 0.00 1.44 1.36 0.03 94.50 23:13:21 23:13:01 3 2.11 0.00 1.46 0.47 0.03 95.92 23:13:21 Average: all 0.69 0.00 0.40 0.31 0.01 98.60 23:13:21 Average: 0 0.65 0.00 0.43 0.19 0.01 98.72 23:13:21 Average: 1 0.93 0.00 0.49 0.70 0.01 97.87 23:13:21 Average: 2 0.71 0.00 0.33 0.27 0.01 98.68 23:13:21 Average: 3 0.45 0.00 0.33 0.09 0.01 99.11 23:13:21 23:13:21 23:13:21