Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8b91b72697140cd4e74a24f10fb7960df898822e+42e5a1ea61e0adb23423a933a3224d1395f33e87 (0265ab68e7a1efd890425b8f91ffccc71204539b) 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-17568 in /w/workspace/dgexfoundry_device-sdk-go_PR-704 [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-704 # 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 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 8b91b72697140cd4e74a24f10fb7960df898822e Merge succeeded, producing 5b79113da7bc099a07f342feda87777dcfe28cf8 Checking out Revision 5b79113da7bc099a07f342feda87777dcfe28cf8 (PR-704) > 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/704/head:refs/remotes/origin/PR-704 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b91b72697140cd4e74a24f10fb7960df898822e # 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 5b79113da7bc099a07f342feda87777dcfe28cf8 # timeout=10 Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" > git rev-list --no-walk 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:05 ========================================================= 02:43:05 EdgeX Global Pipelines Version Info 02:43:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:07 ------------------- 02:43:07 stable info: 02:43:07 ------------------- 02:43:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:07 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:43:07 Message: update stable to v1.0.173 02:43:08 ------------------- 02:43:08 experimental info: 02:43:08 ------------------- 02:43:08 Commited By: **** collab-it+edgex@linuxfoundation.org 02:43:08 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:43:08 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:11 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:43:11 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:43:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-704 [Pipeline] echo 02:43:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-704 [Pipeline] echo 02:43:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-704 [Pipeline] echo 02:43:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b79113da7bc099a07f342feda87777dcfe28cf8 [Pipeline] echo 02:43:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b79113 [Pipeline] echo 02:43:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:11 provisioning config files... 02:43:11 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/config1102379991036237940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:12 ---> docker-login.sh 02:43:12 nexus3.edgexfoundry.org:10001 02:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:12 Configure a credential helper to remove this warning. See 02:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:12 02:43:12 Login Succeeded 02:43:12 nexus3.edgexfoundry.org:10002 02:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:12 Configure a credential helper to remove this warning. See 02:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:12 02:43:12 Login Succeeded 02:43:12 nexus3.edgexfoundry.org:10003 02:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:13 Configure a credential helper to remove this warning. See 02:43:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:13 02:43:13 Login Succeeded 02:43:13 nexus3.edgexfoundry.org:10004 02:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:13 Configure a credential helper to remove this warning. See 02:43:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:13 02:43:13 Login Succeeded 02:43:13 docker.io 02:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:13 Configure a credential helper to remove this warning. See 02:43:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:13 02:43:13 Login Succeeded 02:43:13 ---> docker-login.sh ends [Pipeline] } 02:43:13 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:43:14 + git log --format=format:%s -1 5b79113da7bc099a07f342feda87777dcfe28cf8 [Pipeline] echo 02:43:14 GIT_COMMIT: 5b79113da7bc099a07f342feda87777dcfe28cf8, Commit Message: Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD [Pipeline] echo 02:43:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:15 02:43:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:15 latest: Pulling from edgex-devops/git-semver 02:43:15 31603596830f: Pulling fs layer 02:43:15 2a8b12db71e7: Pulling fs layer 02:43:15 6ca5941a6612: Pulling fs layer 02:43:15 ecc8261a40a4: Pulling fs layer 02:43:15 ecc8261a40a4: Waiting 02:43:15 2a8b12db71e7: Verifying Checksum 02:43:15 2a8b12db71e7: Download complete 02:43:15 31603596830f: Download complete 02:43:15 ecc8261a40a4: Verifying Checksum 02:43:15 ecc8261a40a4: Download complete 02:43:15 6ca5941a6612: Verifying Checksum 02:43:15 6ca5941a6612: Download complete 02:43:15 31603596830f: Pull complete 02:43:16 2a8b12db71e7: Pull complete 02:43:17 6ca5941a6612: Pull complete 02:43:17 ecc8261a40a4: Pull complete 02:43:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:17 prd-centos7-docker-4c-2g-17568 does not seem to be running inside a container 02:43:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-704 -v /w/workspace/dgexfoundry_device-sdk-go_PR-704:/w/workspace/dgexfoundry_device-sdk-go_PR-704:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:43:19 $ docker top 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:20 [ssh-agent] Looking for ssh-agent implementation... 02:43:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:20 $ docker exec 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 ssh-agent 02:43:20 SSH_AUTH_SOCK=/tmp/ssh-SmlzOLcNzoIi/agent.12 02:43:20 SSH_AGENT_PID=17 02:43:20 Running ssh-add (command line suppressed) 02:43:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/private_key_8932401249769027631.key (/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/private_key_8932401249769027631.key) 02:43:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:20 + git tag --points-at HEAD [Pipeline] } 02:43:20 $ docker exec --env ******** --env ******** 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 ssh-agent -k 02:43:21 unset SSH_AUTH_SOCK; 02:43:21 unset SSH_AGENT_PID; 02:43:21 echo Agent pid 17 killed; 02:43:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:21 [ssh-agent] Looking for ssh-agent implementation... 02:43:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:21 $ docker exec 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 ssh-agent 02:43:21 SSH_AUTH_SOCK=/tmp/ssh-mOFr5fmHqPSa/agent.47 02:43:21 SSH_AGENT_PID=52 02:43:21 Running ssh-add (command line suppressed) 02:43:21 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/private_key_5226942403009280123.key (/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/private_key_5226942403009280123.key) 02:43:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:22 + git semver init 02:43:22 # -> Open(): unable to determine branch for HEAD 02:43:22 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-704/.git 02:43:22 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-704 02:43:22 # $SEMVER_REMOTE_NAME = origin 02:43:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:22 # $SEMVER_USER_NAME = edgex-jenkins 02:43:22 # $SEMVER_BRANCH = PR-704 02:43:22 # $SEMVER_TEMP = /tmp/semver-309898247 02:43:22 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:22 # '/tmp/semver-309898247' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-704/.semver' 02:43:22 # -> Force: false 02:43:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-704/.semver [Pipeline] } 02:43:22 $ docker exec --env ******** --env ******** 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 ssh-agent -k 02:43:22 unset SSH_AUTH_SOCK; 02:43:22 unset SSH_AGENT_PID; 02:43:22 echo Agent pid 52 killed; 02:43:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:23 + git semver [Pipeline] } 02:43:23 $ docker stop --time=1 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 02:43:24 $ docker rm -f 976d5fdbccfad36efc2f0b0ab129f57b6a8b629d6cbf31b410faf955def503b7 [Pipeline] // withDockerContainer [Pipeline] sh 02:43:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:25 Stashed 1 file(s) [Pipeline] echo 02:43:25 [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:43:41 Still waiting to schedule task 02:43:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:43:41 Still waiting to schedule task 02:43:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-17569’ is offline 02:46:20 Running on prd-centos7-docker-4c-2g-17578 in /w/workspace/dgexfoundry_device-sdk-go_PR-704 [Pipeline] { [Pipeline] ws 02:46:20 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:46:23 using credential edgex-jenkins-ssh 02:46:23 Cloning the remote Git repository 02:46:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:23 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:46:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:23 > git --version # timeout=10 02:46:23 > git --version # 'git version 2.24.3' 02:46:23 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:24 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 8b91b72697140cd4e74a24f10fb7960df898822e 02:46:24 Merge succeeded, producing ca6c35d641cf1ad242f4fb729d98d8f0a8e17ee2 02:46:24 Checking out Revision ca6c35d641cf1ad242f4fb729d98d8f0a8e17ee2 (PR-704) 02:46:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/704/head:refs/remotes/origin/PR-704 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:24 > git config core.sparsecheckout # timeout=10 02:46:24 > git checkout -f 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 02:46:24 > git remote # timeout=10 02:46:24 > git config --get remote.origin.url # timeout=10 02:46:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:24 > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 02:46:24 > git rev-parse HEAD^{commit} # timeout=10 02:46:24 > git config core.sparsecheckout # timeout=10 02:46:24 > git checkout -f ca6c35d641cf1ad242f4fb729d98d8f0a8e17ee2 # timeout=10 02:46:28 Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" 02:46:28 > git rev-list --no-walk 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:46:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:30 + sudo service docker restart 02:46:30 + true 02:46:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:32 provisioning config files... 02:46:32 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6888029617800976276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:33 ---> docker-login.sh 02:46:33 nexus3.edgexfoundry.org:10001 02:46:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:33 Configure a credential helper to remove this warning. See 02:46:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:33 02:46:33 Login Succeeded 02:46:33 nexus3.edgexfoundry.org:10002 02:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:34 Configure a credential helper to remove this warning. See 02:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:34 02:46:34 Login Succeeded 02:46:34 nexus3.edgexfoundry.org:10003 02:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:34 Configure a credential helper to remove this warning. See 02:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:34 02:46:34 Login Succeeded 02:46:34 nexus3.edgexfoundry.org:10004 02:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:34 Configure a credential helper to remove this warning. See 02:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:34 02:46:34 Login Succeeded 02:46:34 docker.io 02:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:35 Configure a credential helper to remove this warning. See 02:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:35 02:46:35 Login Succeeded 02:46:35 ---> docker-login.sh ends [Pipeline] } 02:46:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:35 ========================================================= 02:46:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:36 + 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:46:36 Sending build context to Docker daemon 2.423MB 02:46:36 Step 1/8 : ARG BASE=golang:1.15-alpine 02:46:36 Step 2/8 : FROM ${BASE} 02:46:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:36 188c0c94c7c5: Pulling fs layer 02:46:36 0ef7d3d256c8: Pulling fs layer 02:46:36 de9db76c5a1d: Pulling fs layer 02:46:36 bca2f99d35d6: Pulling fs layer 02:46:36 93359f2a8cfa: Pulling fs layer 02:46:36 7c6f9722023f: Pulling fs layer 02:46:36 a35cf1a2eb13: Pulling fs layer 02:46:36 bca2f99d35d6: Waiting 02:46:36 93359f2a8cfa: Waiting 02:46:36 7c6f9722023f: Waiting 02:46:36 a35cf1a2eb13: Waiting 02:46:36 de9db76c5a1d: Verifying Checksum 02:46:36 de9db76c5a1d: Download complete 02:46:36 0ef7d3d256c8: Verifying Checksum 02:46:36 0ef7d3d256c8: Download complete 02:46:36 93359f2a8cfa: Verifying Checksum 02:46:36 93359f2a8cfa: Download complete 02:46:36 7c6f9722023f: Download complete 02:46:36 188c0c94c7c5: Verifying Checksum 02:46:36 188c0c94c7c5: Download complete 02:46:37 188c0c94c7c5: Pull complete 02:46:37 0ef7d3d256c8: Pull complete 02:46:37 de9db76c5a1d: Pull complete 02:46:38 a35cf1a2eb13: Verifying Checksum 02:46:38 a35cf1a2eb13: Download complete 02:46:39 bca2f99d35d6: Verifying Checksum 02:46:39 bca2f99d35d6: Download complete 02:46:47 bca2f99d35d6: Pull complete 02:46:47 93359f2a8cfa: Pull complete 02:46:47 7c6f9722023f: Pull complete 02:46:55 a35cf1a2eb13: Pull complete 02:46:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:46:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:55 ---> a62c8e92a672 02:46:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:55 ---> Running in e7274cfaaa11 02:46:55 Removing intermediate container e7274cfaaa11 02:46:55 ---> 8f87687d256c 02:46:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:55 ---> Running in 010ea09ce565 02:46:56 Removing intermediate container 010ea09ce565 02:46:56 ---> 2491aa42b49d 02:46:56 Step 5/8 : RUN apk add --no-cache make git 02:46:56 ---> Running in 5c0b3204a1f7 02:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:00 OK: 166 MiB in 39 packages 02:47:00 Removing intermediate container 5c0b3204a1f7 02:47:00 ---> 690535c17b8a 02:47:00 Step 6/8 : WORKDIR /device-sdk-go 02:47:00 ---> Running in 7a0e978bda09 02:47:00 Removing intermediate container 7a0e978bda09 02:47:00 ---> 84ad3fdc9763 02:47:00 Step 7/8 : COPY . . 02:47:02 ---> 211f5c199d1f 02:47:02 Step 8/8 : RUN go mod download 02:47:02 ---> Running in 95ae5da3dbcc 02:47:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17577 in /w/workspace/dgexfoundry_device-sdk-go_PR-704 [Pipeline] { [Pipeline] ws 02:47:07 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:47:12 using credential edgex-jenkins-ssh 02:47:12 Cloning the remote Git repository 02:47:12 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:47:12 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:47:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:12 > git --version # timeout=10 02:47:12 > git --version # 'git version 2.17.1' 02:47:12 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:14 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 8b91b72697140cd4e74a24f10fb7960df898822e 02:47:14 Merge succeeded, producing e8e304225cf854933d9c679f7472938aa1aaee05 02:47:14 Checking out Revision e8e304225cf854933d9c679f7472938aa1aaee05 (PR-704) 02:47:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:13 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/704/head:refs/remotes/origin/PR-704 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:47:14 > git config core.sparsecheckout # timeout=10 02:47:14 > git checkout -f 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 02:47:14 > git remote # timeout=10 02:47:14 > git config --get remote.origin.url # timeout=10 02:47:14 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:14 > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 02:47:14 > git rev-parse HEAD^{commit} # timeout=10 02:47:14 > git config core.sparsecheckout # timeout=10 02:47:14 > git checkout -f e8e304225cf854933d9c679f7472938aa1aaee05 # timeout=10 02:47:19 Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" 02:47:19 > git rev-list --no-walk 8b91b72697140cd4e74a24f10fb7960df898822e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:20 Removing intermediate container 95ae5da3dbcc 02:47:20 ---> 249e41fd2e56 02:47:20 Successfully built 249e41fd2e56 02:47:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:47:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 02:47:20 + docker inspect -f . ci-base-image-x86_64 02:47:20 . [Pipeline] withDockerContainer 02:47:20 prd-centos7-docker-4c-2g-17578 does not seem to be running inside a container 02:47:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-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 02:47:21 $ docker top 12a39b881cfa69635ac1af3f75210a17f95914cc4551f79db274e6364fdc4881 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 02:47:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:47:22 + go version 02:47:22 go version go1.15.5 linux/amd64 [Pipeline] } 02:47:22 $ docker stop --time=1 12a39b881cfa69635ac1af3f75210a17f95914cc4551f79db274e6364fdc4881 02:47:22 + true 02:47:22 + sudo service docker restart 02:47:23 $ docker rm -f 12a39b881cfa69635ac1af3f75210a17f95914cc4551f79db274e6364fdc4881 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:47:24 provisioning config files... 02:47:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3861508943577662942tmp [Pipeline] { 02:47:24 + docker inspect -f . ci-base-image-x86_64 02:47:24 . [Pipeline] withDockerContainer 02:47:25 prd-centos7-docker-4c-2g-17578 does not seem to be running inside a container 02:47:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-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 02:47:25 $ docker top b18c00853121461d8ddeb022e52f402f638e03aa97c9c3a5911239955a483410 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh 02:47:26 ---> docker-login.sh 02:47:26 nexus3.edgexfoundry.org:10001 02:47:26 + make test 02:47:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:26 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 02:47:26 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 02:47:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:27 Configure a credential helper to remove this warning. See 02:47:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:27 02:47:27 Login Succeeded 02:47:27 nexus3.edgexfoundry.org:10002 02:47:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:27 Configure a credential helper to remove this warning. See 02:47:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:27 02:47:27 Login Succeeded 02:47:27 nexus3.edgexfoundry.org:10003 02:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:28 Configure a credential helper to remove this warning. See 02:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:28 02:47:28 Login Succeeded 02:47:28 nexus3.edgexfoundry.org:10004 02:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:28 Configure a credential helper to remove this warning. See 02:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:28 02:47:28 Login Succeeded 02:47:28 docker.io 02:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:29 Configure a credential helper to remove this warning. See 02:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:29 02:47:29 Login Succeeded 02:47:29 ---> docker-login.sh ends [Pipeline] } 02:47:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:47:29 ========================================================= 02:47:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:47:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:47:30 + 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:47:30 Sending build context to Docker daemon 2.423MB 02:47:30 Step 1/8 : ARG BASE=golang:1.15-alpine 02:47:30 Step 2/8 : FROM ${BASE} 02:47:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:47:30 5f621e34cdf4: Pulling fs layer 02:47:30 a4357932f1b6: Pulling fs layer 02:47:30 18c013af1878: Pulling fs layer 02:47:30 00ac8860ef70: Pulling fs layer 02:47:30 63d7cb157983: Pulling fs layer 02:47:30 b116817d02f9: Pulling fs layer 02:47:30 745a02a5169b: Pulling fs layer 02:47:30 00ac8860ef70: Waiting 02:47:30 63d7cb157983: Waiting 02:47:30 b116817d02f9: Waiting 02:47:30 745a02a5169b: Waiting 02:47:30 a4357932f1b6: Verifying Checksum 02:47:30 a4357932f1b6: Download complete 02:47:31 5f621e34cdf4: Verifying Checksum 02:47:31 18c013af1878: Download complete 02:47:31 63d7cb157983: Download complete 02:47:31 b116817d02f9: Verifying Checksum 02:47:31 b116817d02f9: Download complete 02:47:31 pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.64), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 02:47:31 pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.64), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 02:47:31 make: *** [Makefile:32: test] Error 1 [Pipeline] } 02:47:31 $ docker stop --time=1 b18c00853121461d8ddeb022e52f402f638e03aa97c9c3a5911239955a483410 02:47:32 5f621e34cdf4: Pull complete 02:47:32 a4357932f1b6: Pull complete 02:47:33 18c013af1878: Pull complete 02:47:33 $ docker rm -f b18c00853121461d8ddeb022e52f402f638e03aa97c9c3a5911239955a483410 [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] stage [Pipeline] { (Snap) 02:47:34 745a02a5169b: Verifying Checksum 02:47:34 745a02a5169b: Download complete 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:34 Failed in branch amd64 02:47:35 00ac8860ef70: Verifying Checksum 02:47:35 00ac8860ef70: Download complete 02:47:45 00ac8860ef70: Pull complete 02:47:45 63d7cb157983: Pull complete 02:47:46 b116817d02f9: Pull complete 02:47:49 745a02a5169b: Pull complete 02:47:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:47:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:47:49 ---> b7e6874047d6 02:47:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:53 ---> Running in b8fd6c52625c 02:47:53 Removing intermediate container b8fd6c52625c 02:47:53 ---> 70b98a63c2ff 02:47:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:53 ---> Running in 600f2192ba1b 02:47:56 Removing intermediate container 600f2192ba1b 02:47:56 ---> 76caa59f7fdb 02:47:56 Step 5/8 : RUN apk add --no-cache make git 02:47:56 ---> Running in 097cd7dfe371 02:47:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:59 OK: 142 MiB in 39 packages 02:48:00 Removing intermediate container 097cd7dfe371 02:48:00 ---> d54ea40829cf 02:48:00 Step 6/8 : WORKDIR /device-sdk-go 02:48:00 ---> Running in 126a0a5cdb4e 02:48:01 Removing intermediate container 126a0a5cdb4e 02:48:01 ---> 67159b19eed0 02:48:01 Step 7/8 : COPY . . 02:48:02 ---> cf394859557f 02:48:02 Step 8/8 : RUN go mod download 02:48:02 ---> Running in e5563bdeed95 02:48:24 Removing intermediate container e5563bdeed95 02:48:24 ---> e4ddbe225ebd 02:48:24 Successfully built e4ddbe225ebd 02:48:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:48:25 + docker inspect -f . ci-base-image-arm64 02:48:25 . [Pipeline] withDockerContainer 02:48:25 prd-ubuntu18.04-docker-arm64-4c-16g-17577 does not seem to be running inside a container 02:48:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:48:27 $ docker top 9c51355a5e4d53cb97bea6a9d78945a97ed61adcf5908e789735eec594b4d1b8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:28 + go version 02:48:28 go version go1.15.5 linux/arm64 [Pipeline] } 02:48:28 $ docker stop --time=1 9c51355a5e4d53cb97bea6a9d78945a97ed61adcf5908e789735eec594b4d1b8 02:48:30 $ docker rm -f 9c51355a5e4d53cb97bea6a9d78945a97ed61adcf5908e789735eec594b4d1b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:31 + docker inspect -f . ci-base-image-arm64 02:48:31 . [Pipeline] withDockerContainer 02:48:31 prd-ubuntu18.04-docker-arm64-4c-16g-17577 does not seem to be running inside a container 02:48:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:48:33 $ docker top 89065fea081770c685aa8755c23db4bf59624cbde3cf925857b3a19662ccb3d2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:34 + make test 02:48:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:48:34 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 02:48:34 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 02:48:35 pkg/service/main.go:19:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.64), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 02:48:35 pkg/service/main.go:20:2: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.64), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 02:48:35 make: *** [Makefile:32: test] Error 1 [Pipeline] } 02:48:35 $ docker stop --time=1 89065fea081770c685aa8755c23db4bf59624cbde3cf925857b3a19662ccb3d2 02:48:37 $ docker rm -f 89065fea081770c685aa8755c23db4bf59624cbde3cf925857b3a19662ccb3d2 [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] } 02:48:39 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 02:48:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:48:42 ---> package-listing.sh 02:48:42 ++ facter osfamily 02:48:42 ++ tr '[:upper:]' '[:lower:]' 02:48:42 + OS_FAMILY=redhat 02:48:42 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-704 02:48:42 + START_PACKAGES=/tmp/packages_start.txt 02:48:42 + END_PACKAGES=/tmp/packages_end.txt 02:48:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:48:42 + PACKAGES=/tmp/packages_start.txt 02:48:42 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-704 ']' 02:48:42 + PACKAGES=/tmp/packages_end.txt 02:48:42 + case "${OS_FAMILY}" in 02:48:42 + rpm -qa 02:48:42 + sort 02:48:47 + '[' -f /tmp/packages_start.txt ']' 02:48:47 + '[' -f /tmp/packages_end.txt ']' 02:48:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:48:47 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-704 ']' 02:48:47 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-704/archives/ 02:48:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-704/archives/ [Pipeline] echo 02:48:47 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-704/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:48:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:48:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:48:48 02:48:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:48:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:48:48 alpine: Pulling from edgex-lftools-log-publisher 02:48:48 df20fa9351a1: Pulling fs layer 02:48:48 36b3adc4ff6f: Pulling fs layer 02:48:48 8ad3a11d3b57: Pulling fs layer 02:48:48 46f8f816bc3b: Pulling fs layer 02:48:48 93b61091891f: Pulling fs layer 02:48:48 93b9cdb0e59b: Pulling fs layer 02:48:48 5e14af77c1be: Pulling fs layer 02:48:48 01666e4c0597: Pulling fs layer 02:48:48 aa168da1d23b: Pulling fs layer 02:48:48 46f8f816bc3b: Waiting 02:48:48 93b61091891f: Waiting 02:48:48 93b9cdb0e59b: Waiting 02:48:48 5e14af77c1be: Waiting 02:48:48 01666e4c0597: Waiting 02:48:48 aa168da1d23b: Waiting 02:48:48 36b3adc4ff6f: Verifying Checksum 02:48:48 36b3adc4ff6f: Download complete 02:48:48 46f8f816bc3b: Download complete 02:48:48 df20fa9351a1: Verifying Checksum 02:48:48 df20fa9351a1: Download complete 02:48:48 93b9cdb0e59b: Verifying Checksum 02:48:48 93b9cdb0e59b: Download complete 02:48:48 5e14af77c1be: Verifying Checksum 02:48:48 5e14af77c1be: Download complete 02:48:48 01666e4c0597: Download complete 02:48:48 93b61091891f: Verifying Checksum 02:48:48 93b61091891f: Download complete 02:48:49 8ad3a11d3b57: Verifying Checksum 02:48:49 8ad3a11d3b57: Download complete 02:48:49 df20fa9351a1: Pull complete 02:48:49 36b3adc4ff6f: Pull complete 02:48:49 8ad3a11d3b57: Pull complete 02:48:50 46f8f816bc3b: Pull complete 02:48:50 93b61091891f: Pull complete 02:48:50 93b9cdb0e59b: Pull complete 02:48:50 5e14af77c1be: Pull complete 02:48:51 aa168da1d23b: Download complete 02:48:51 01666e4c0597: Pull complete 02:48:58 aa168da1d23b: Pull complete 02:48:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:48:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:48:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:48:58 prd-centos7-docker-4c-2g-17568 does not seem to be running inside a container 02:48:58 $ 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-704/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-704 -v /w/workspace/dgexfoundry_device-sdk-go_PR-704:/w/workspace/dgexfoundry_device-sdk-go_PR-704:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:49:01 $ docker top d1e7e4ad8901bc7559dd65ad8a8fc1b0a18289029f6838510d41ba44634c28ad -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:02 + touch /tmp/pre-build-complete [Pipeline] sh 02:49:02 + mkdir -p /var/log/sa [Pipeline] sh 02:49:02 + ls /var/log/sa-host 02:49:02 + sadf -c /var/log/sa-host/sa23 02:49:02 file_magic: OK 02:49:02 HZ: Using current value: 100 02:49:02 file_header: OK 02:49:02 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:49:02 Statistics: 02:49:02 Hnuu...uuuununununu... 02:49:02 File successfully converted to sysstat format version 12.2.1 02:49:02 + sadf -c /var/log/sa-host/sa29 02:49:02 file_magic: OK 02:49:02 HZ: Using current value: 100 02:49:02 file_header: OK 02:49:02 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:49:02 Statistics: 02:49:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:49:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:49:03 provisioning config files... 02:49:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp/config7786599384057889203tmp [Pipeline] { [Pipeline] echo 02:49:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:49:03 ---> create-netrc.sh [Pipeline] } 02:49:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:49:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:49:03 ---> python-tools-install.sh [Pipeline] echo 02:49:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:49:04 ---> sudo-logs.sh 02:49:04 Archiving 'sudo' log.. [Pipeline] echo 02:49:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:49:04 ---> job-cost.sh 02:49:04 lf-activate-venv: SKIPPING 02:49:04 INFO: No Stack... 02:49:05 INFO: Retrieving Pricing Info for: v1-standard-2 02:49:06 INFO: Archiving Costs [Pipeline] echo 02:49:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:49:06 ---> logs-deploy.sh 02:49:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-704/2 02:49:06 INFO: archiving workspace using pattern(s): 02:49:08 Archives upload complete. 02:49:08 INFO: archiving logs to Nexus 02:49:09 ---> uname -a: 02:49:09 Linux prd-centos7-docker-4c-2g-17568.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:49:09 02:49:09 02:49:09 ---> lscpu: 02:49:09 Architecture: x86_64 02:49:09 CPU op-mode(s): 32-bit, 64-bit 02:49:09 Byte Order: Little Endian 02:49:09 Address sizes: 40 bits physical, 48 bits virtual 02:49:09 CPU(s): 4 02:49:09 On-line CPU(s) list: 0-3 02:49:09 Thread(s) per core: 1 02:49:09 Core(s) per socket: 1 02:49:09 Socket(s): 4 02:49:09 NUMA node(s): 1 02:49:09 Vendor ID: GenuineIntel 02:49:09 CPU family: 6 02:49:09 Model: 44 02:49:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:49:09 Stepping: 1 02:49:09 CPU MHz: 2933.438 02:49:09 BogoMIPS: 5866.87 02:49:09 Virtualization: VT-x 02:49:09 Hypervisor vendor: KVM 02:49:09 Virtualization type: full 02:49:09 L1d cache: 128 KiB 02:49:09 L1i cache: 128 KiB 02:49:09 L2 cache: 16 MiB 02:49:09 L3 cache: 64 MiB 02:49:09 NUMA node0 CPU(s): 0-3 02:49:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:49:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:49:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:49:09 Vulnerability Meltdown: Mitigation; PTI 02:49:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:49:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:49:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:49:09 Vulnerability Srbds: Not affected 02:49:09 Vulnerability Tsx async abort: Not affected 02:49:09 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:49:09 02:49:09 02:49:09 ---> nproc: 02:49:09 4 02:49:09 02:49:09 02:49:09 ---> df -h: 02:49:09 Filesystem Size Used Available Use% Mounted on 02:49:09 overlay 50.0G 7.3G 42.7G 15% / 02:49:09 tmpfs 64.0M 0 64.0M 0% /dev 02:49:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:49:09 shm 64.0M 0 64.0M 0% /dev/shm 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-704 02:49:09 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-704@tmp 02:49:09 02:49:09 02:49:09 ---> free -m: 02:49:09 total used free shared buff/cache available 02:49:09 Mem: 1837 684 96 0 1056 1048 02:49:09 Swap: 1023 0 1023 02:49:09 02:49:09 02:49:09 ---> ip addr: 02:49:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:49:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:49:09 inet 127.0.0.1/8 scope host lo 02:49:09 valid_lft forever preferred_lft forever 02:49:09 inet6 ::1/128 scope host 02:49:09 valid_lft forever preferred_lft forever 02:49:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:49:09 link/ether fa:16:3e:12:7d:6c brd ff:ff:ff:ff:ff:ff 02:49:09 inet 10.30.122.14/23 brd 10.30.123.255 scope global dynamic eth0 02:49:09 valid_lft 86002sec preferred_lft 86002sec 02:49:09 inet6 fe80::f816:3eff:fe12:7d6c/64 scope link 02:49:09 valid_lft forever preferred_lft forever 02:49:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:49:09 link/ether 02:42:d4:c5:37:41 brd ff:ff:ff:ff:ff:ff 02:49:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:49:09 valid_lft forever preferred_lft forever 02:49:09 inet6 fe80::42:d4ff:fec5:3741/64 scope link 02:49:09 valid_lft forever preferred_lft forever 02:49:09 02:49:09 02:49:09 ---> sar -b -r -n DEV: 02:49:09 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:49:09 02:49:09 02:42:19 LINUX RESTART (4 CPU) 02:49:09 02:49:09 02:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:49:09 02:44:01 47.37 11.84 35.53 0.00 4491.24 3114.50 0.00 02:49:09 02:45:01 1.97 0.00 1.97 0.00 0.00 37.18 0.00 02:49:09 02:46:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 02:49:09 02:47:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 02:49:09 02:48:01 0.20 0.00 0.20 0.00 0.00 2.88 0.00 02:49:09 02:49:01 125.23 71.12 54.11 0.00 6142.74 18358.09 0.00 02:49:09 Average: 29.17 13.84 15.33 0.00 1765.23 3589.26 0.00 02:49:09 02:49:09 02:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:49:09 02:44:01 160512 0 578032 30.72 2620 1140380 1093124 37.31 390740 1130856 20 02:49:09 02:45:01 163608 0 574928 30.56 2620 1140388 1087588 37.12 393476 1125108 8 02:49:09 02:46:01 163360 0 575116 30.57 2620 1140448 1070268 36.53 391660 1127816 20 02:49:09 02:47:01 163104 0 575428 30.58 2620 1140392 1070232 36.53 405680 1113560 8 02:49:09 02:48:01 162272 0 576252 30.63 2620 1140400 1070280 36.53 404048 1116684 8 02:49:09 02:49:01 130792 0 702452 37.33 2620 1045680 1470508 50.19 481652 1013348 0 02:49:09 Average: 157275 0 597035 31.73 2620 1124615 1143667 39.03 411209 1104562 11 02:49:09 02:49:09 02:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:49:09 02:44:01 eth0 173.06 129.99 481.08 40.48 0.00 0.00 0.00 0.00 02:49:09 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:44:01 docker0 10.79 8.13 1.53 21.21 0.00 0.00 0.00 0.00 02:49:09 02:45:01 eth0 4.21 0.48 0.86 0.21 0.00 0.00 0.00 0.00 02:49:09 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:46:01 eth0 3.40 0.70 0.76 0.40 0.00 0.00 0.00 0.00 02:49:09 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:47:01 eth0 1.98 0.63 0.63 0.40 0.00 0.00 0.00 0.00 02:49:09 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:48:01 eth0 1.15 0.63 0.62 0.46 0.00 0.00 0.00 0.00 02:49:09 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:49:01 eth0 208.97 181.44 2169.89 18.30 0.00 0.00 0.00 0.00 02:49:09 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 Average: eth0 65.18 52.11 442.36 9.96 0.00 0.00 0.00 0.00 02:49:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:09 Average: docker0 1.77 1.34 0.25 3.49 0.00 0.00 0.00 0.00 02:49:09 02:49:09 02:49:09 ---> sar -P ALL: 02:49:09 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:49:09 02:49:09 02:42:19 LINUX RESTART (4 CPU) 02:49:09 02:49:09 02:43:02 CPU %user %nice %system %iowait %steal %idle 02:49:09 02:44:01 all 3.65 0.00 2.21 1.36 0.02 92.77 02:49:09 02:44:01 0 3.29 0.00 2.18 0.19 0.02 94.32 02:49:09 02:44:01 1 3.90 0.00 2.42 3.63 0.02 90.04 02:49:09 02:44:01 2 3.85 0.00 2.13 0.49 0.03 93.49 02:49:09 02:44:01 3 3.55 0.00 2.10 1.11 0.00 93.25 02:49:09 02:45:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:49:09 02:45:01 0 0.03 0.00 0.05 0.00 0.00 99.92 02:49:09 02:45:01 1 0.48 0.00 0.03 0.00 0.00 99.48 02:49:09 02:45:01 2 0.05 0.00 0.07 0.00 0.02 99.87 02:49:09 02:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:49:09 02:46:01 all 0.08 0.00 0.03 0.00 0.01 99.87 02:49:09 02:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:49:09 02:46:01 1 0.20 0.00 0.03 0.00 0.02 99.75 02:49:09 02:46:01 2 0.07 0.00 0.05 0.00 0.02 99.87 02:49:09 02:46:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:49:09 02:47:01 all 0.15 0.00 0.05 0.00 0.01 99.80 02:49:09 02:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:49:09 02:47:01 1 0.40 0.00 0.07 0.00 0.00 99.53 02:49:09 02:47:01 2 0.05 0.00 0.07 0.00 0.03 99.85 02:49:09 02:47:01 3 0.10 0.00 0.03 0.00 0.00 99.87 02:49:09 02:48:01 all 0.07 0.00 0.07 0.00 0.00 99.86 02:49:09 02:48:01 0 0.08 0.00 0.05 0.00 0.00 99.87 02:49:09 02:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:49:09 02:48:01 2 0.10 0.00 0.12 0.00 0.00 99.78 02:49:09 02:48:01 3 0.05 0.00 0.07 0.00 0.00 99.88 02:49:09 02:49:01 all 5.31 0.00 3.51 2.06 0.02 89.10 02:49:09 02:49:01 0 5.31 0.00 3.79 2.19 0.03 88.67 02:49:09 02:49:01 1 6.01 0.00 4.29 3.43 0.02 86.25 02:49:09 02:49:01 2 4.97 0.00 2.73 1.04 0.00 91.26 02:49:09 02:49:01 3 4.97 0.00 3.21 1.58 0.02 90.22 02:49:09 Average: all 1.55 0.00 0.98 0.56 0.01 96.90 02:49:09 Average: 0 1.45 0.00 1.01 0.39 0.01 97.13 02:49:09 Average: 1 1.83 0.00 1.14 1.16 0.01 95.86 02:49:09 Average: 2 1.50 0.00 0.85 0.25 0.02 97.38 02:49:09 Average: 3 1.44 0.00 0.90 0.44 0.01 97.22 02:49:09 02:49:09 02:49:09