Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f7552a030ae1ce77e826f10205b919d23d12d66c+42e5a1ea61e0adb23423a933a3224d1395f33e87 (083357c30afe2878b4b19bf7e3edbb386f0615d2) 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 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-17564 in /w/workspace/dgexfoundry_device-sdk-go_PR-697 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-697 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/697/head:refs/remotes/origin/PR-697 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit f7552a030ae1ce77e826f10205b919d23d12d66c Merge succeeded, producing 6671aa33608b9bf68713bd0b0d67b6850b38a682 Checking out Revision 6671aa33608b9bf68713bd0b0d67b6850b38a682 (PR-697) > git config core.sparsecheckout # timeout=10 > git checkout -f f7552a030ae1ce77e826f10205b919d23d12d66c # 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 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6671aa33608b9bf68713bd0b0d67b6850b38a682 # timeout=10 Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 03ea3e19de6a47058ac4a64d6b2ca0b385876086 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:46 ========================================================= 02:41:46 EdgeX Global Pipelines Version Info 02:41:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:47 ------------------- 02:41:47 stable info: 02:41:47 ------------------- 02:41:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:47 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:41:47 Message: update stable to v1.0.173 02:41:48 ------------------- 02:41:48 experimental info: 02:41:48 ------------------- 02:41:48 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:48 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:41:48 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-697 [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-697 [Pipeline] echo 02:41:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-697 [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6671aa33608b9bf68713bd0b0d67b6850b38a682 [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6671aa3 [Pipeline] echo 02:41:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:52 provisioning config files... 02:41:52 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp/config7757281981602349018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:52 ---> docker-login.sh 02:41:52 nexus3.edgexfoundry.org:10001 02:41:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:53 Configure a credential helper to remove this warning. See 02:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:53 02:41:53 Login Succeeded 02:41:53 nexus3.edgexfoundry.org:10002 02:41:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:53 Configure a credential helper to remove this warning. See 02:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:53 02:41:53 Login Succeeded 02:41:53 nexus3.edgexfoundry.org:10003 02:41:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:53 Configure a credential helper to remove this warning. See 02:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:53 02:41:53 Login Succeeded 02:41:53 nexus3.edgexfoundry.org:10004 02:41:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:53 Configure a credential helper to remove this warning. See 02:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:53 02:41:53 Login Succeeded 02:41:53 docker.io 02:41:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:54 Configure a credential helper to remove this warning. See 02:41:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:54 02:41:54 Login Succeeded 02:41:54 ---> docker-login.sh ends [Pipeline] } 02:41:54 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 02:41:55 + git log --format=format:%s -1 6671aa33608b9bf68713bd0b0d67b6850b38a682 [Pipeline] echo 02:41:55 GIT_COMMIT: 6671aa33608b9bf68713bd0b0d67b6850b38a682, Commit Message: Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD [Pipeline] echo 02:41:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:56 02:41:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:56 latest: Pulling from edgex-devops/git-semver 02:41:56 31603596830f: Pulling fs layer 02:41:56 2a8b12db71e7: Pulling fs layer 02:41:56 6ca5941a6612: Pulling fs layer 02:41:56 ecc8261a40a4: Pulling fs layer 02:41:56 ecc8261a40a4: Waiting 02:41:56 2a8b12db71e7: Verifying Checksum 02:41:56 2a8b12db71e7: Download complete 02:41:57 31603596830f: Download complete 02:41:57 ecc8261a40a4: Verifying Checksum 02:41:57 ecc8261a40a4: Download complete 02:41:57 6ca5941a6612: Verifying Checksum 02:41:57 6ca5941a6612: Download complete 02:41:57 31603596830f: Pull complete 02:41:57 2a8b12db71e7: Pull complete 02:41:58 6ca5941a6612: Pull complete 02:41:58 ecc8261a40a4: Pull complete 02:41:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:59 prd-centos7-docker-4c-2g-17564 does not seem to be running inside a container 02:41:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-697 -v /w/workspace/dgexfoundry_device-sdk-go_PR-697:/w/workspace/dgexfoundry_device-sdk-go_PR-697:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-697@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 02:42:00 $ docker top 9a467558d8b130eec260f7655fef8f2bc2764eb66c649786036db0efd407fd3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:01 [ssh-agent] Looking for ssh-agent implementation... 02:42:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:01 $ docker exec 9a467558d8b130eec260f7655fef8f2bc2764eb66c649786036db0efd407fd3a ssh-agent 02:42:01 SSH_AUTH_SOCK=/tmp/ssh-5y4U89N9zdQ0/agent.12 02:42:01 SSH_AGENT_PID=17 02:42:01 Running ssh-add (command line suppressed) 02:42:01 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp/private_key_4796574501872809617.key (/w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp/private_key_4796574501872809617.key) 02:42:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:02 + git tag --points-at HEAD [Pipeline] } 02:42:02 $ docker exec --env ******** --env ******** 9a467558d8b130eec260f7655fef8f2bc2764eb66c649786036db0efd407fd3a ssh-agent -k 02:42:02 unset SSH_AUTH_SOCK; 02:42:02 unset SSH_AGENT_PID; 02:42:02 echo Agent pid 17 killed; 02:42:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:02 [ssh-agent] Looking for ssh-agent implementation... 02:42:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:02 $ docker exec 9a467558d8b130eec260f7655fef8f2bc2764eb66c649786036db0efd407fd3a ssh-agent 02:42:02 SSH_AUTH_SOCK=/tmp/ssh-zml9A9ltuaB2/agent.46 02:42:02 SSH_AGENT_PID=52 02:42:03 Running ssh-add (command line suppressed) 02:42:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp/private_key_1412947447404588536.key (/w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp/private_key_1412947447404588536.key) 02:42:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:03 + git semver init 02:42:03 # -> Open(): unable to determine branch for HEAD 02:42:03 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-697/.git 02:42:03 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-697 02:42:03 # $SEMVER_REMOTE_NAME = origin 02:42:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:03 # $SEMVER_USER_NAME = edgex-jenkins 02:42:03 # $SEMVER_BRANCH = PR-697 02:42:03 # $SEMVER_TEMP = /tmp/semver-956876541 02:42:03 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:04 # '/tmp/semver-956876541' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-697/.semver' 02:42:04 # -> Force: false 02:42:04 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-697/.semver [Pipeline] } 02:42:04 $ docker exec --env ******** --env ******** 9a467558d8b130eec260f7655fef8f2bc2764eb66c649786036db0efd407fd3a ssh-agent -k 02:42:04 unset SSH_AUTH_SOCK; 02:42:04 unset SSH_AGENT_PID; 02:42:04 echo Agent pid 52 killed; 02:42:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:04 + git semver [Pipeline] } 02:42:04 $ docker stop --time=1 9a467558d8b130eec260f7655fef8f2bc2764eb66c649786036db0efd407fd3a 02:42:06 $ docker rm -f 9a467558d8b130eec260f7655fef8f2bc2764eb66c649786036db0efd407fd3a [Pipeline] // withDockerContainer [Pipeline] sh 02:42:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:07 Stashed 1 file(s) [Pipeline] echo 02:42:07 [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 02:42:23 Still waiting to schedule task 02:42:23 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17566’ is offline; ‘prd-centos7-docker-4c-2g-17567’ is offline 02:42:23 Still waiting to schedule task 02:42:23 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:44:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17569 in /w/workspace/dgexfoundry_device-sdk-go_PR-697 [Pipeline] { [Pipeline] ws 02:44:10 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 02:44:16 using credential edgex-jenkins-ssh 02:44:16 Cloning the remote Git repository 02:44:16 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:16 > git init /w/workspace/device-sdk-go/4 # timeout=10 02:44:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:16 > git --version # timeout=10 02:44:16 > git --version # 'git version 2.17.1' 02:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:18 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit f7552a030ae1ce77e826f10205b919d23d12d66c 02:44:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/697/head:refs/remotes/origin/PR-697 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:18 > git config core.sparsecheckout # timeout=10 02:44:18 > git checkout -f f7552a030ae1ce77e826f10205b919d23d12d66c # timeout=10 02:44:18 Merge succeeded, producing 0d04ae4ce8a053db7a222a4cdbaa4f518045c7d6 02:44:18 Checking out Revision 0d04ae4ce8a053db7a222a4cdbaa4f518045c7d6 (PR-697) 02:44:18 > git remote # timeout=10 02:44:18 > git config --get remote.origin.url # timeout=10 02:44:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:18 > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 02:44:18 > git rev-parse HEAD^{commit} # timeout=10 02:44:18 > git config core.sparsecheckout # timeout=10 02:44:18 > git checkout -f 0d04ae4ce8a053db7a222a4cdbaa4f518045c7d6 # timeout=10 02:44:23 Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" 02:44:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:23 > git rev-list --no-walk 03ea3e19de6a47058ac4a64d6b2ca0b385876086 # timeout=10 02:44:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:26 + true 02:44:26 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:28 provisioning config files... 02:44:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config8998742017117122174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:28 ---> docker-login.sh 02:44:28 nexus3.edgexfoundry.org:10001 02:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:30 Configure a credential helper to remove this warning. See 02:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:30 02:44:30 Login Succeeded 02:44:30 nexus3.edgexfoundry.org:10002 02:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:30 Configure a credential helper to remove this warning. See 02:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:30 02:44:30 Login Succeeded 02:44:30 nexus3.edgexfoundry.org:10003 02:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:31 Configure a credential helper to remove this warning. See 02:44:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:31 02:44:31 Login Succeeded 02:44:31 nexus3.edgexfoundry.org:10004 02:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:32 Configure a credential helper to remove this warning. See 02:44:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:32 02:44:32 Login Succeeded 02:44:32 docker.io 02:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:32 Configure a credential helper to remove this warning. See 02:44:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:32 02:44:32 Login Succeeded 02:44:32 ---> docker-login.sh ends [Pipeline] } 02:44:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:33 ========================================================= 02:44:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:33 + 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 . 02:44:34 Sending build context to Docker daemon 2.423MB 02:44:34 Step 1/8 : ARG BASE=golang:1.15-alpine 02:44:34 Step 2/8 : FROM ${BASE} 02:44:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:34 5f621e34cdf4: Pulling fs layer 02:44:34 a4357932f1b6: Pulling fs layer 02:44:34 18c013af1878: Pulling fs layer 02:44:34 00ac8860ef70: Pulling fs layer 02:44:34 63d7cb157983: Pulling fs layer 02:44:34 b116817d02f9: Pulling fs layer 02:44:34 745a02a5169b: Pulling fs layer 02:44:34 745a02a5169b: Waiting 02:44:34 00ac8860ef70: Waiting 02:44:34 63d7cb157983: Waiting 02:44:34 b116817d02f9: Waiting 02:44:34 18c013af1878: Download complete 02:44:34 a4357932f1b6: Verifying Checksum 02:44:34 a4357932f1b6: Download complete 02:44:34 63d7cb157983: Verifying Checksum 02:44:34 63d7cb157983: Download complete 02:44:34 b116817d02f9: Verifying Checksum 02:44:34 b116817d02f9: Download complete 02:44:34 5f621e34cdf4: Verifying Checksum 02:44:34 5f621e34cdf4: Download complete 02:44:36 5f621e34cdf4: Pull complete 02:44:36 a4357932f1b6: Pull complete 02:44:37 18c013af1878: Pull complete 02:44:38 745a02a5169b: Verifying Checksum 02:44:38 745a02a5169b: Download complete 02:44:39 00ac8860ef70: Download complete 02:44:49 00ac8860ef70: Pull complete 02:44:49 63d7cb157983: Pull complete 02:44:49 b116817d02f9: Pull complete 02:44:53 745a02a5169b: Pull complete 02:44:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:44:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:44:53 ---> b7e6874047d6 02:44:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:56 ---> Running in 96191aa89525 02:44:56 Removing intermediate container 96191aa89525 02:44:56 ---> 40a5a9ceac11 02:44:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:56 ---> Running in a064b42002db 02:44:58 Removing intermediate container a064b42002db 02:44:58 ---> edb2230c9f1c 02:44:58 Step 5/8 : RUN apk add --no-cache make git 02:44:59 ---> Running in 21d6ef313350 02:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:02 OK: 142 MiB in 39 packages 02:45:03 Removing intermediate container 21d6ef313350 02:45:03 ---> bde2dee8b3ab 02:45:03 Step 6/8 : WORKDIR /device-sdk-go 02:45:03 ---> Running in b0b28e992a48 02:45:03 Removing intermediate container b0b28e992a48 02:45:03 ---> 13568a276b9c 02:45:03 Step 7/8 : COPY . . 02:45:05 ---> c7a877e7e4d4 02:45:05 Step 8/8 : RUN go mod download 02:45:05 ---> Running in 5c8ec7c39a75 02:45:20 Running on prd-centos7-docker-4c-2g-17572 in /w/workspace/dgexfoundry_device-sdk-go_PR-697 [Pipeline] { [Pipeline] ws 02:45:20 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 02:45:22 using credential edgex-jenkins-ssh 02:45:22 Cloning the remote Git repository 02:45:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:22 > git init /w/workspace/device-sdk-go/4 # timeout=10 02:45:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:22 > git --version # timeout=10 02:45:22 > git --version # 'git version 2.24.3' 02:45:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:24 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit f7552a030ae1ce77e826f10205b919d23d12d66c 02:45:24 Merge succeeded, producing 54b1f8be4a9dc7f498eaa4be9c83c8b0edc5f660 02:45:24 Checking out Revision 54b1f8be4a9dc7f498eaa4be9c83c8b0edc5f660 (PR-697) 02:45:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:23 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/697/head:refs/remotes/origin/PR-697 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:23 > git config core.sparsecheckout # timeout=10 02:45:23 > git checkout -f f7552a030ae1ce77e826f10205b919d23d12d66c # timeout=10 02:45:24 > git remote # timeout=10 02:45:24 > git config --get remote.origin.url # timeout=10 02:45:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:24 > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 02:45:24 > git rev-parse HEAD^{commit} # timeout=10 02:45:24 > git config core.sparsecheckout # timeout=10 02:45:24 > git checkout -f 54b1f8be4a9dc7f498eaa4be9c83c8b0edc5f660 # timeout=10 02:45:27 Removing intermediate container 5c8ec7c39a75 02:45:27 ---> abaf2c2a29b0 02:45:27 Successfully built abaf2c2a29b0 02:45:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:45:27 + docker inspect -f . ci-base-image-arm64 02:45:27 . [Pipeline] withDockerContainer 02:45:27 Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" 02:45:27 First time build. Skipping changelog. 02:45:27 prd-ubuntu18.04-docker-arm64-4c-16g-17569 does not seem to be running inside a container 02:45:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 02:45:27 > git rev-list --no-walk 03ea3e19de6a47058ac4a64d6b2ca0b385876086 # timeout=10 02:45:29 $ docker top 4819d39e9194a749acce3e5019e214a58cde8cd36d6c1266d7e88a10216769fc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:30 + go version 02:45:30 go version go1.15.5 linux/arm64 [Pipeline] } 02:45:30 $ docker stop --time=1 4819d39e9194a749acce3e5019e214a58cde8cd36d6c1266d7e88a10216769fc 02:45:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 02:45:32 $ docker rm -f 4819d39e9194a749acce3e5019e214a58cde8cd36d6c1266d7e88a10216769fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 02:45:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 02:45:33 + sudo service docker restart 02:45:33 + true 02:45:33 Redirecting to /bin/systemctl restart docker.service 02:45:33 + docker inspect -f . ci-base-image-arm64 02:45:33 . [Pipeline] withDockerContainer 02:45:34 prd-ubuntu18.04-docker-arm64-4c-16g-17569 does not seem to be running inside a container 02:45:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 02:45:35 $ docker top 379266433a2c0db3b13fb69650a55e7906e6dc08591d3d7cd9a1eea91a9e2b15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 02:45:35 provisioning config files... 02:45:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config8454987940612338745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:36 ---> docker-login.sh 02:45:36 nexus3.edgexfoundry.org:10001 02:45:36 + make test 02:45:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:36 Configure a credential helper to remove this warning. See 02:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:36 02:45:36 Login Succeeded 02:45:36 nexus3.edgexfoundry.org:10002 02:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:36 Configure a credential helper to remove this warning. See 02:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:36 02:45:36 Login Succeeded 02:45:36 nexus3.edgexfoundry.org:10003 02:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:37 Configure a credential helper to remove this warning. See 02:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:37 02:45:37 Login Succeeded 02:45:37 nexus3.edgexfoundry.org:10004 02:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:37 Configure a credential helper to remove this warning. See 02:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:37 02:45:37 Login Succeeded 02:45:37 docker.io 02:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:37 Configure a credential helper to remove this warning. See 02:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:37 02:45:37 Login Succeeded 02:45:37 ---> docker-login.sh ends [Pipeline] } 02:45:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:38 ========================================================= 02:45:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:38 + 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 . 02:45:38 Sending build context to Docker daemon 2.422MB 02:45:38 Step 1/8 : ARG BASE=golang:1.15-alpine 02:45:38 Step 2/8 : FROM ${BASE} 02:45:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:38 188c0c94c7c5: Pulling fs layer 02:45:38 0ef7d3d256c8: Pulling fs layer 02:45:38 de9db76c5a1d: Pulling fs layer 02:45:38 bca2f99d35d6: Pulling fs layer 02:45:38 93359f2a8cfa: Pulling fs layer 02:45:38 7c6f9722023f: Pulling fs layer 02:45:38 a35cf1a2eb13: Pulling fs layer 02:45:38 93359f2a8cfa: Waiting 02:45:38 bca2f99d35d6: Waiting 02:45:38 7c6f9722023f: Waiting 02:45:38 a35cf1a2eb13: Waiting 02:45:38 de9db76c5a1d: Verifying Checksum 02:45:38 de9db76c5a1d: Download complete 02:45:38 0ef7d3d256c8: Verifying Checksum 02:45:38 0ef7d3d256c8: Download complete 02:45:38 93359f2a8cfa: Verifying Checksum 02:45:38 93359f2a8cfa: Download complete 02:45:38 188c0c94c7c5: Verifying Checksum 02:45:38 188c0c94c7c5: Download complete 02:45:38 7c6f9722023f: Verifying Checksum 02:45:38 7c6f9722023f: Download complete 02:45:39 188c0c94c7c5: Pull complete 02:45:39 0ef7d3d256c8: Pull complete 02:45:39 de9db76c5a1d: Pull complete 02:45:41 a35cf1a2eb13: Verifying Checksum 02:45:41 a35cf1a2eb13: Download complete 02:45:42 bca2f99d35d6: Verifying Checksum 02:45:42 bca2f99d35d6: Download complete 02:45:47 bca2f99d35d6: Pull complete 02:45:47 93359f2a8cfa: Pull complete 02:45:47 7c6f9722023f: Pull complete 02:45:54 a35cf1a2eb13: Pull complete 02:45:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:45:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:54 ---> a62c8e92a672 02:45:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:54 ---> Running in f09fe20759e8 02:45:54 Removing intermediate container f09fe20759e8 02:45:54 ---> a20ee6ca35dc 02:45:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:54 ---> Running in 51fbbe7b6942 02:45:55 Removing intermediate container 51fbbe7b6942 02:45:55 ---> d78a862c0c63 02:45:55 Step 5/8 : RUN apk add --no-cache make git 02:45:55 ---> Running in f76fafd39893 02:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:57 OK: 166 MiB in 39 packages 02:45:57 Removing intermediate container f76fafd39893 02:45:57 ---> 9b81f53f5280 02:45:57 Step 6/8 : WORKDIR /device-sdk-go 02:45:58 ---> Running in b7cd23f3d114 02:45:58 Removing intermediate container b7cd23f3d114 02:45:58 ---> 56c9659ccadb 02:45:58 Step 7/8 : COPY . . 02:45:58 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:45:59 ---> 4a3a6732379a 02:45:59 Step 8/8 : RUN go mod download 02:45:59 ---> Running in 2ea6e50b1970 02:46:21 Removing intermediate container 2ea6e50b1970 02:46:21 ---> e3bcc3ba0d68 02:46:21 Successfully built e3bcc3ba0d68 02:46:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:22 + docker inspect -f . ci-base-image-x86_64 02:46:22 . [Pipeline] withDockerContainer 02:46:22 prd-centos7-docker-4c-2g-17572 does not seem to be running inside a container 02:46:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 02:46:22 $ docker top 93f029421912847e9a5defe6f3888b06ecb10d3f8f9fd6737ad966a9b13ae207 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:23 + go version 02:46:23 go version go1.15.5 linux/amd64 [Pipeline] } 02:46:23 $ docker stop --time=1 93f029421912847e9a5defe6f3888b06ecb10d3f8f9fd6737ad966a9b13ae207 02:46:24 $ docker rm -f 93f029421912847e9a5defe6f3888b06ecb10d3f8f9fd6737ad966a9b13ae207 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:25 + docker inspect -f . ci-base-image-x86_64 02:46:25 . [Pipeline] withDockerContainer 02:46:25 prd-centos7-docker-4c-2g-17572 does not seem to be running inside a container 02:46:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 02:46:26 $ docker top f831a67c9479f244674437c9e3e4b9996de6b6901b12d44b2d22b0de0017d50e -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:26 + make test 02:46:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:35 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:46:45 # github.com/edgexfoundry/device-sdk-go/internal/v2/application 02:46:45 internal/v2/application/command.go:494:23: undefined: dtos.ValueTypeString 02:46:45 internal/v2/application/command.go:496:23: undefined: dtos.ValueTypeBool 02:46:45 internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeBoolArray 02:46:45 internal/v2/application/command.go:509:23: undefined: dtos.ValueTypeUint8 02:46:45 internal/v2/application/command.go:515:23: undefined: dtos.ValueTypeUint8Array 02:46:45 internal/v2/application/command.go:526:23: undefined: dtos.ValueTypeUint16 02:46:45 internal/v2/application/command.go:532:23: undefined: dtos.ValueTypeUint16Array 02:46:45 internal/v2/application/command.go:543:23: undefined: dtos.ValueTypeUint32 02:46:45 internal/v2/application/command.go:549:23: undefined: dtos.ValueTypeUint32Array 02:46:45 internal/v2/application/command.go:560:23: undefined: dtos.ValueTypeUint64 02:46:45 internal/v2/application/command.go:560:23: too many errors 02:46:45 # github.com/edgexfoundry/device-sdk-go/internal/v2/application 02:46:45 internal/v2/application/command.go:494:23: undefined: dtos.ValueTypeString 02:46:45 internal/v2/application/command.go:496:23: undefined: dtos.ValueTypeBool 02:46:45 internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeBoolArray 02:46:45 internal/v2/application/command.go:509:23: undefined: dtos.ValueTypeUint8 02:46:45 internal/v2/application/command.go:515:23: undefined: dtos.ValueTypeUint8Array 02:46:45 internal/v2/application/command.go:526:23: undefined: dtos.ValueTypeUint16 02:46:45 internal/v2/application/command.go:532:23: undefined: dtos.ValueTypeUint16Array 02:46:45 internal/v2/application/command.go:543:23: undefined: dtos.ValueTypeUint32 02:46:45 internal/v2/application/command.go:549:23: undefined: dtos.ValueTypeUint32Array 02:46:45 internal/v2/application/command.go:560:23: undefined: dtos.ValueTypeUint64 02:46:45 internal/v2/application/command.go:560:23: too many errors 02:46:45 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.131s coverage: 19.4% of statements 02:46:45 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.266s coverage: 97.1% of statements 02:46:48 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 19.4% of statements 02:46:49 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.454s coverage: 97.1% of statements 02:47:18 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.155s coverage: 9.4% of statements 02:47:18 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.156s coverage: 21.9% of statements 02:47:18 FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] 02:47:18 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.845s coverage: 68.9% of statements 02:47:18 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.206s coverage: 53.8% of statements 02:47:18 ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.149s coverage: 68.9% of statements 02:47:18 FAIL github.com/edgexfoundry/device-sdk-go/pkg/service [build failed] 02:47:18 make: *** [Makefile:32: test] Error 2 [Pipeline] } 02:47:18 $ docker stop --time=1 379266433a2c0db3b13fb69650a55e7906e6dc08591d3d7cd9a1eea91a9e2b15 02:47:20 $ docker rm -f 379266433a2c0db3b13fb69650a55e7906e6dc08591d3d7cd9a1eea91a9e2b15 [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] } 02:47:21 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.072s coverage: 9.4% of statements 02:47:21 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.057s coverage: 21.9% of statements 02:47:21 FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] 02:47:21 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.300s coverage: 68.9% of statements 02:47:21 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.076s coverage: 53.8% of statements 02:47:21 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.314s coverage: 68.9% of statements 02:47:21 FAIL github.com/edgexfoundry/device-sdk-go/pkg/service [build failed] 02:47:21 make: *** [Makefile:32: test] Error 2 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] } 02:47:21 $ docker stop --time=1 f831a67c9479f244674437c9e3e4b9996de6b6901b12d44b2d22b0de0017d50e 02:47:23 $ docker rm -f f831a67c9479f244674437c9e3e4b9996de6b6901b12d44b2d22b0de0017d50e [Pipeline] // ws [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } 02:47:24 Failed in branch arm64 [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] 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] } 02:47:25 Failed in branch amd64 [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 02:47:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:47:28 ---> package-listing.sh 02:47:28 ++ facter osfamily 02:47:28 ++ tr '[:upper:]' '[:lower:]' 02:47:28 + OS_FAMILY=redhat 02:47:28 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-697 02:47:28 + START_PACKAGES=/tmp/packages_start.txt 02:47:28 + END_PACKAGES=/tmp/packages_end.txt 02:47:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:47:28 + PACKAGES=/tmp/packages_start.txt 02:47:28 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-697 ']' 02:47:28 + PACKAGES=/tmp/packages_end.txt 02:47:28 + case "${OS_FAMILY}" in 02:47:28 + rpm -qa 02:47:28 + sort 02:47:34 + '[' -f /tmp/packages_start.txt ']' 02:47:34 + '[' -f /tmp/packages_end.txt ']' 02:47:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:47:34 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-697 ']' 02:47:34 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-697/archives/ 02:47:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-697/archives/ [Pipeline] echo 02:47:34 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-sdk-go_PR-697/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:47:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:47:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:47:34 02:47:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:47:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:47:35 alpine: Pulling from edgex-lftools-log-publisher 02:47:35 df20fa9351a1: Pulling fs layer 02:47:35 36b3adc4ff6f: Pulling fs layer 02:47:35 8ad3a11d3b57: Pulling fs layer 02:47:35 46f8f816bc3b: Pulling fs layer 02:47:35 93b61091891f: Pulling fs layer 02:47:35 93b9cdb0e59b: Pulling fs layer 02:47:35 5e14af77c1be: Pulling fs layer 02:47:35 01666e4c0597: Pulling fs layer 02:47:35 aa168da1d23b: Pulling fs layer 02:47:35 46f8f816bc3b: Waiting 02:47:35 5e14af77c1be: Waiting 02:47:35 01666e4c0597: Waiting 02:47:35 93b61091891f: Waiting 02:47:35 93b9cdb0e59b: Waiting 02:47:35 aa168da1d23b: Waiting 02:47:35 36b3adc4ff6f: Verifying Checksum 02:47:35 36b3adc4ff6f: Download complete 02:47:35 46f8f816bc3b: Verifying Checksum 02:47:35 46f8f816bc3b: Download complete 02:47:35 df20fa9351a1: Verifying Checksum 02:47:35 93b9cdb0e59b: Verifying Checksum 02:47:35 93b9cdb0e59b: Download complete 02:47:35 93b61091891f: Verifying Checksum 02:47:35 93b61091891f: Download complete 02:47:35 5e14af77c1be: Verifying Checksum 02:47:35 5e14af77c1be: Download complete 02:47:35 01666e4c0597: Download complete 02:47:35 8ad3a11d3b57: Verifying Checksum 02:47:35 8ad3a11d3b57: Download complete 02:47:35 df20fa9351a1: Pull complete 02:47:36 36b3adc4ff6f: Pull complete 02:47:37 8ad3a11d3b57: Pull complete 02:47:37 46f8f816bc3b: Pull complete 02:47:37 aa168da1d23b: Download complete 02:47:37 93b61091891f: Pull complete 02:47:38 93b9cdb0e59b: Pull complete 02:47:38 5e14af77c1be: Pull complete 02:47:38 01666e4c0597: Pull complete 02:47:45 aa168da1d23b: Pull complete 02:47:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:47:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:47:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:47:45 prd-centos7-docker-4c-2g-17564 does not seem to be running inside a container 02:47:45 $ 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-sdk-go_PR-697/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-sdk-go_PR-697 -v /w/workspace/dgexfoundry_device-sdk-go_PR-697:/w/workspace/dgexfoundry_device-sdk-go_PR-697:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-697@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 02:47:48 $ docker top 218e7784f6018bf0b54f5fb0e6c3eecfadf3f2ebe7587b0f4baee6bf5ad6e031 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:49 + touch /tmp/pre-build-complete [Pipeline] sh 02:47:49 + mkdir -p /var/log/sa [Pipeline] sh 02:47:49 + ls /var/log/sa-host 02:47:49 + sadf -c /var/log/sa-host/sa23 02:47:49 file_magic: OK 02:47:49 HZ: Using current value: 100 02:47:49 file_header: OK 02:47:49 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 02:47:49 Statistics: 02:47:49 Hnuu...uuuununununu... 02:47:49 File successfully converted to sysstat format version 12.2.1 02:47:49 + sadf -c /var/log/sa-host/sa29 02:47:49 file_magic: OK 02:47:49 HZ: Using current value: 100 02:47:49 file_header: OK 02:47:49 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 02:47:49 Statistics: 02:47:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:47:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:47:50 provisioning config files... 02:47:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp/config2152159503078716260tmp [Pipeline] { [Pipeline] echo 02:47:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:47:50 ---> create-netrc.sh [Pipeline] } 02:47:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:47:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:47:51 ---> python-tools-install.sh [Pipeline] echo 02:47:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:47:51 ---> sudo-logs.sh 02:47:51 Archiving 'sudo' log.. [Pipeline] echo 02:47:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:47:51 ---> job-cost.sh 02:47:51 lf-activate-venv: SKIPPING 02:47:51 INFO: No Stack... 02:47:52 INFO: Retrieving Pricing Info for: v1-standard-2 02:47:53 INFO: Archiving Costs [Pipeline] echo 02:47:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:47:53 ---> logs-deploy.sh 02:47:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-697/4 02:47:53 INFO: archiving workspace using pattern(s): 02:47:55 Archives upload complete. 02:47:55 INFO: archiving logs to Nexus 02:47:56 ---> uname -a: 02:47:56 Linux prd-centos7-docker-4c-2g-17564.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:47:56 02:47:56 02:47:56 ---> lscpu: 02:47:56 Architecture: x86_64 02:47:56 CPU op-mode(s): 32-bit, 64-bit 02:47:56 Byte Order: Little Endian 02:47:56 Address sizes: 40 bits physical, 48 bits virtual 02:47:56 CPU(s): 4 02:47:56 On-line CPU(s) list: 0-3 02:47:56 Thread(s) per core: 1 02:47:56 Core(s) per socket: 1 02:47:56 Socket(s): 4 02:47:56 NUMA node(s): 1 02:47:56 Vendor ID: GenuineIntel 02:47:56 CPU family: 6 02:47:56 Model: 44 02:47:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:47:56 Stepping: 1 02:47:56 CPU MHz: 2933.438 02:47:56 BogoMIPS: 5866.87 02:47:56 Virtualization: VT-x 02:47:56 Hypervisor vendor: KVM 02:47:56 Virtualization type: full 02:47:56 L1d cache: 128 KiB 02:47:56 L1i cache: 128 KiB 02:47:56 L2 cache: 16 MiB 02:47:56 L3 cache: 64 MiB 02:47:56 NUMA node0 CPU(s): 0-3 02:47:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:47:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:47:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:47:56 Vulnerability Meltdown: Mitigation; PTI 02:47:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:47:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:47:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:47:56 Vulnerability Srbds: Not affected 02:47:56 Vulnerability Tsx async abort: Not affected 02:47:56 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 02:47:56 02:47:56 02:47:56 ---> nproc: 02:47:56 4 02:47:56 02:47:56 02:47:56 ---> df -h: 02:47:56 Filesystem Size Used Available Use% Mounted on 02:47:56 overlay 50.0G 7.3G 42.7G 15% / 02:47:56 tmpfs 64.0M 0 64.0M 0% /dev 02:47:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:47:56 shm 64.0M 0 64.0M 0% /dev/shm 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-697@tmp 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:47:56 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-697 02:47:56 02:47:56 02:47:56 ---> free -m: 02:47:56 total used free shared buff/cache available 02:47:56 Mem: 1837 741 108 0 987 991 02:47:56 Swap: 1023 1 1022 02:47:56 02:47:56 02:47:56 ---> ip addr: 02:47:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:47:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:47:56 inet 127.0.0.1/8 scope host lo 02:47:56 valid_lft forever preferred_lft forever 02:47:56 inet6 ::1/128 scope host 02:47:56 valid_lft forever preferred_lft forever 02:47:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:47:56 link/ether fa:16:3e:64:51:82 brd ff:ff:ff:ff:ff:ff 02:47:56 inet 10.30.122.168/23 brd 10.30.123.255 scope global dynamic eth0 02:47:56 valid_lft 85996sec preferred_lft 85996sec 02:47:56 inet6 fe80::f816:3eff:fe64:5182/64 scope link 02:47:56 valid_lft forever preferred_lft forever 02:47:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:47:56 link/ether 02:42:07:06:03:d1 brd ff:ff:ff:ff:ff:ff 02:47:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:47:56 valid_lft forever preferred_lft forever 02:47:56 inet6 fe80::42:7ff:fe06:3d1/64 scope link 02:47:56 valid_lft forever preferred_lft forever 02:47:56 02:47:56 02:47:56 ---> sar -b -r -n DEV: 02:47:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 02:47:56 02:47:56 02:40:59 LINUX RESTART (4 CPU) 02:47:56 02:47:56 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:47:56 02:43:01 13.63 2.06 11.57 0.00 171.00 278.87 0.00 02:47:56 02:44:01 0.43 0.00 0.43 0.00 0.00 6.99 0.00 02:47:56 02:45:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 02:47:56 02:46:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 02:47:56 02:47:02 0.25 0.00 0.25 0.00 0.00 4.16 0.00 02:47:56 Average: 2.97 0.41 2.55 0.00 34.21 59.23 0.00 02:47:56 02:47:56 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:47:56 02:43:01 146324 0 630620 33.52 2620 1101980 1094360 37.35 466368 1067900 20 02:47:56 02:44:01 152336 0 624600 33.20 2620 1101988 1072124 36.59 464540 1064744 12 02:47:56 02:45:01 149688 0 627244 33.34 2620 1101992 1072244 36.59 470180 1061660 8 02:47:56 02:46:01 148984 0 627948 33.37 2620 1101992 1072340 36.60 474780 1057700 16 02:47:56 02:47:02 147236 0 629688 33.47 2620 1102000 1072484 36.60 478612 1055724 8 02:47:56 Average: 148914 0 628020 33.38 2620 1101990 1076710 36.75 470896 1061546 13 02:47:56 02:47:56 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:47:56 02:43:01 eth0 104.74 70.12 100.55 59.02 0.00 0.00 0.00 0.00 02:47:56 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 02:43:01 docker0 10.55 7.82 1.54 20.94 0.00 0.00 0.00 0.00 02:47:56 02:44:01 eth0 0.58 0.08 0.06 0.04 0.00 0.00 0.00 0.00 02:47:56 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 02:45:01 eth0 4.08 0.33 0.64 0.20 0.00 0.00 0.00 0.00 02:47:56 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 02:46:01 eth0 3.38 0.65 0.74 0.40 0.00 0.00 0.00 0.00 02:47:56 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 02:47:02 eth0 2.00 0.62 0.70 0.46 0.00 0.00 0.00 0.00 02:47:56 02:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 02:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 Average: eth0 22.96 14.36 20.54 12.03 0.00 0.00 0.00 0.00 02:47:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:56 Average: docker0 2.11 1.57 0.31 4.19 0.00 0.00 0.00 0.00 02:47:56 02:47:56 02:47:56 ---> sar -P ALL: 02:47:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 02:47:56 02:47:56 02:40:59 LINUX RESTART (4 CPU) 02:47:56 02:47:56 02:42:01 CPU %user %nice %system %iowait %steal %idle 02:47:56 02:43:01 all 2.12 0.00 1.00 0.19 0.03 96.66 02:47:56 02:43:01 0 1.91 0.00 1.05 0.05 0.03 96.95 02:47:56 02:43:01 1 2.63 0.00 0.99 0.08 0.05 96.25 02:47:56 02:43:01 2 1.89 0.00 1.09 0.08 0.02 96.92 02:47:56 02:43:01 3 2.04 0.00 0.89 0.55 0.02 96.51 02:47:56 02:44:01 all 0.03 0.00 0.05 0.00 0.00 99.92 02:47:56 02:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:47:56 02:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:47:56 02:44:01 2 0.07 0.00 0.08 0.00 0.00 99.85 02:47:56 02:44:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:47:56 02:45:01 all 0.14 0.00 0.05 0.00 0.00 99.81 02:47:56 02:45:01 0 0.05 0.00 0.07 0.00 0.00 99.88 02:47:56 02:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:47:56 02:45:01 2 0.42 0.00 0.05 0.00 0.02 99.52 02:47:56 02:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:47:56 02:46:01 all 0.15 0.00 0.04 0.00 0.05 99.76 02:47:56 02:46:01 0 0.02 0.00 0.03 0.00 0.03 99.92 02:47:56 02:46:01 1 0.08 0.00 0.05 0.00 0.05 99.82 02:47:56 02:46:01 2 0.48 0.00 0.03 0.00 0.05 99.43 02:47:56 02:46:01 3 0.03 0.00 0.03 0.00 0.07 99.87 02:47:56 02:47:02 all 0.14 0.00 0.10 0.00 0.12 99.63 02:47:56 02:47:02 0 0.08 0.00 0.20 0.00 0.02 99.70 02:47:56 02:47:02 1 0.05 0.00 0.08 0.00 0.10 99.77 02:47:56 02:47:02 2 0.35 0.00 0.07 0.00 0.18 99.40 02:47:56 02:47:02 3 0.07 0.00 0.07 0.00 0.20 99.67 02:47:56 Average: all 0.51 0.00 0.25 0.04 0.04 99.16 02:47:56 Average: 0 0.41 0.00 0.28 0.01 0.02 99.28 02:47:56 Average: 1 0.57 0.00 0.24 0.02 0.04 99.14 02:47:56 Average: 2 0.64 0.00 0.26 0.02 0.05 99.02 02:47:56 Average: 3 0.44 0.00 0.21 0.11 0.06 99.18 02:47:56 02:47:56 02:47:56