Pull request #829 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from d1d9bcbcfc0abd23936c477722a2a680a73e8042+e522836f5d508ce20413c5d2a08a926bd2b9771b (ee6c128983866d620bb125561a51a6f66bc1400c) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31308 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [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-829 # 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 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit d1d9bcbcfc0abd23936c477722a2a680a73e8042 Merge succeeded, producing d1d9bcbcfc0abd23936c477722a2a680a73e8042 Checking out Revision d1d9bcbcfc0abd23936c477722a2a680a73e8042 (PR-829) 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/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1d9bcbcfc0abd23936c477722a2a680a73e8042 # 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 e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1d9bcbcfc0abd23936c477722a2a680a73e8042 # timeout=10 Commit message: "feat: update example configuration to support MessageBus" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 26a4423d655cc358e7d0c344981c50fea279f837 # timeout=10 [Pipeline] timeout 03:55:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:55:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:55:23 ========================================================= 03:55:23 EdgeX Global Pipelines Version Info 03:55:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:55:25 ------------------- 03:55:25 stable info: 03:55:25 ------------------- 03:55:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:55:25 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:55:25 Message: update stable to v1.0.186 03:55:26 ------------------- 03:55:26 experimental info: 03:55:26 ------------------- 03:55:26 Commited By: **** collab-it+edgex@linuxfoundation.org 03:55:26 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 03:55:26 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:55:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:55:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:55:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:55:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:55:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:55:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:55:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:55:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:55:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-829 [Pipeline] echo 03:55:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-829 [Pipeline] echo 03:55:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-829 [Pipeline] echo 03:55:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1d9bcbcfc0abd23936c477722a2a680a73e8042 [Pipeline] echo 03:55:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1d9bcb [Pipeline] echo 03:55:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:55:29 provisioning config files... 03:55:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/config7091762889244845306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:55:30 ---> docker-login.sh 03:55:30 nexus3.edgexfoundry.org:10001 03:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:30 Configure a credential helper to remove this warning. See 03:55:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:30 03:55:30 Login Succeeded 03:55:30 nexus3.edgexfoundry.org:10002 03:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:30 Configure a credential helper to remove this warning. See 03:55:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:30 03:55:30 Login Succeeded 03:55:30 nexus3.edgexfoundry.org:10003 03:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:31 Configure a credential helper to remove this warning. See 03:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:31 03:55:31 Login Succeeded 03:55:31 nexus3.edgexfoundry.org:10004 03:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:31 Configure a credential helper to remove this warning. See 03:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:31 03:55:31 Login Succeeded 03:55:31 docker.io 03:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:31 Configure a credential helper to remove this warning. See 03:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:31 03:55:31 Login Succeeded 03:55:31 ---> docker-login.sh ends [Pipeline] } 03:55:31 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 03:55:32 + git log --format=format:%s -1 d1d9bcbcfc0abd23936c477722a2a680a73e8042 [Pipeline] echo 03:55:32 GIT_COMMIT: d1d9bcbcfc0abd23936c477722a2a680a73e8042, Commit Message: feat: update example configuration to support MessageBus [Pipeline] echo 03:55:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:55:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:33 03:55:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:55:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:34 latest: Pulling from edgex-devops/git-semver 03:55:34 31603596830f: Pulling fs layer 03:55:34 2a8b12db71e7: Pulling fs layer 03:55:34 6ca5941a6612: Pulling fs layer 03:55:34 ecc8261a40a4: Pulling fs layer 03:55:34 ecc8261a40a4: Waiting 03:55:34 2a8b12db71e7: Verifying Checksum 03:55:34 2a8b12db71e7: Download complete 03:55:34 31603596830f: Verifying Checksum 03:55:34 31603596830f: Download complete 03:55:34 6ca5941a6612: Verifying Checksum 03:55:34 6ca5941a6612: Download complete 03:55:34 ecc8261a40a4: Verifying Checksum 03:55:34 ecc8261a40a4: Download complete 03:55:34 31603596830f: Pull complete 03:55:34 2a8b12db71e7: Pull complete 03:55:35 6ca5941a6612: Pull complete 03:55:35 ecc8261a40a4: Pull complete 03:55:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:55:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:55:35 prd-centos7-docker-4c-2g-31308 does not seem to be running inside a container 03:55:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-829 -v /w/workspace/dgexfoundry_device-sdk-go_PR-829:/w/workspace/dgexfoundry_device-sdk-go_PR-829:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-829@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:55:38 $ docker top 79014c8c560bbffe6b5b126ca91af6f3c4a35571ee3a7c5a845c07a02464f20b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:55:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:55:38 [ssh-agent] Looking for ssh-agent implementation... 03:55:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:55:38 $ docker exec 79014c8c560bbffe6b5b126ca91af6f3c4a35571ee3a7c5a845c07a02464f20b ssh-agent 03:55:38 SSH_AUTH_SOCK=/tmp/ssh-jkAaTCXiDHvB/agent.11 03:55:38 SSH_AGENT_PID=17 03:55:38 Running ssh-add (command line suppressed) 03:55:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_4903681992234200983.key (/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_4903681992234200983.key) 03:55:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:55:39 + git tag --points-at HEAD [Pipeline] } 03:55:39 $ docker exec --env ******** --env ******** 79014c8c560bbffe6b5b126ca91af6f3c4a35571ee3a7c5a845c07a02464f20b ssh-agent -k 03:55:39 unset SSH_AUTH_SOCK; 03:55:39 unset SSH_AGENT_PID; 03:55:39 echo Agent pid 17 killed; 03:55:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:55:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:55:39 [ssh-agent] Looking for ssh-agent implementation... 03:55:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:55:40 $ docker exec 79014c8c560bbffe6b5b126ca91af6f3c4a35571ee3a7c5a845c07a02464f20b ssh-agent 03:55:40 SSH_AUTH_SOCK=/tmp/ssh-3dvWwq3w5oB6/agent.46 03:55:40 SSH_AGENT_PID=51 03:55:40 Running ssh-add (command line suppressed) 03:55:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_6331977090507966905.key (/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_6331977090507966905.key) 03:55:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:55:40 + git semver init 03:55:40 # -> Open(): unable to determine branch for HEAD 03:55:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-829/.git 03:55:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-829 03:55:40 # $SEMVER_REMOTE_NAME = origin 03:55:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:55:40 # $SEMVER_USER_NAME = edgex-jenkins 03:55:40 # $SEMVER_BRANCH = PR-829 03:55:40 # $SEMVER_TEMP = /tmp/semver-664714601 03:55:40 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:55:41 # '/tmp/semver-664714601' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-829/.semver' 03:55:41 # -> Force: false 03:55:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-829/.semver [Pipeline] } 03:55:41 $ docker exec --env ******** --env ******** 79014c8c560bbffe6b5b126ca91af6f3c4a35571ee3a7c5a845c07a02464f20b ssh-agent -k 03:55:41 unset SSH_AUTH_SOCK; 03:55:41 unset SSH_AGENT_PID; 03:55:41 echo Agent pid 51 killed; 03:55:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:55:42 + git semver [Pipeline] } 03:55:42 $ docker stop --time=1 79014c8c560bbffe6b5b126ca91af6f3c4a35571ee3a7c5a845c07a02464f20b 03:55:43 $ docker rm -f 79014c8c560bbffe6b5b126ca91af6f3c4a35571ee3a7c5a845c07a02464f20b [Pipeline] // withDockerContainer [Pipeline] sh 03:55:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:55:44 Stashed 1 file(s) [Pipeline] echo 03:55:44 [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 03:56:00 Still waiting to schedule task 03:56:00 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31308’ 03:56:00 Still waiting to schedule task 03:56:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:57:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31309 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [Pipeline] { [Pipeline] ws 03:57:34 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 03:57:39 using credential edgex-jenkins-ssh 03:57:39 Cloning the remote Git repository 03:57:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:57:39 > git init /w/workspace/device-sdk-go/3 # timeout=10 03:57:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:57:39 > git --version # timeout=10 03:57:39 > git --version # 'git version 2.17.1' 03:57:39 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:57:41 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit d1d9bcbcfc0abd23936c477722a2a680a73e8042 03:57:41 Merge succeeded, producing d1d9bcbcfc0abd23936c477722a2a680a73e8042 03:57:41 Checking out Revision d1d9bcbcfc0abd23936c477722a2a680a73e8042 (PR-829) 03:57:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:57:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:57:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:57:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:57:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:57:41 > git config core.sparsecheckout # timeout=10 03:57:41 > git checkout -f d1d9bcbcfc0abd23936c477722a2a680a73e8042 # timeout=10 03:57:41 > git remote # timeout=10 03:57:41 > git config --get remote.origin.url # timeout=10 03:57:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:41 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 03:57:41 > git rev-parse HEAD^{commit} # timeout=10 03:57:42 > git config core.sparsecheckout # timeout=10 03:57:42 > git checkout -f d1d9bcbcfc0abd23936c477722a2a680a73e8042 # timeout=10 03:57:46 Commit message: "feat: update example configuration to support MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:57:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:57:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:57:48 + sudo service docker restart 03:57:48 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:57:51 provisioning config files... 03:57:51 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config6440062352878028971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:57:52 ---> docker-login.sh 03:57:52 nexus3.edgexfoundry.org:10001 03:57:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:53 Configure a credential helper to remove this warning. See 03:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:53 03:57:53 Login Succeeded 03:57:53 nexus3.edgexfoundry.org:10002 03:57:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:53 Configure a credential helper to remove this warning. See 03:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:53 03:57:53 Login Succeeded 03:57:53 nexus3.edgexfoundry.org:10003 03:57:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:54 Configure a credential helper to remove this warning. See 03:57:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:54 03:57:54 Login Succeeded 03:57:54 nexus3.edgexfoundry.org:10004 03:57:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:54 Configure a credential helper to remove this warning. See 03:57:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:54 03:57:54 Login Succeeded 03:57:54 docker.io 03:57:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:57:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:57:55 Configure a credential helper to remove this warning. See 03:57:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:57:55 03:57:55 Login Succeeded 03:57:55 ---> docker-login.sh ends [Pipeline] } 03:57:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:57:55 ========================================================= 03:57:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:57:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:57:56 + 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 . 03:57:56 Sending build context to Docker daemon 2.387MB 03:57:56 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:57:56 Step 2/8 : FROM ${BASE} 03:57:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:57:56 5f621e34cdf4: Pulling fs layer 03:57:56 a4357932f1b6: Pulling fs layer 03:57:56 18c013af1878: Pulling fs layer 03:57:56 00ac8860ef70: Pulling fs layer 03:57:56 63d7cb157983: Pulling fs layer 03:57:56 b116817d02f9: Pulling fs layer 03:57:56 745a02a5169b: Pulling fs layer 03:57:56 00ac8860ef70: Waiting 03:57:56 63d7cb157983: Waiting 03:57:56 b116817d02f9: Waiting 03:57:56 745a02a5169b: Waiting 03:57:56 18c013af1878: Verifying Checksum 03:57:56 18c013af1878: Download complete 03:57:56 a4357932f1b6: Verifying Checksum 03:57:56 a4357932f1b6: Download complete 03:57:56 63d7cb157983: Verifying Checksum 03:57:56 63d7cb157983: Download complete 03:57:56 5f621e34cdf4: Verifying Checksum 03:57:56 5f621e34cdf4: Download complete 03:57:56 b116817d02f9: Verifying Checksum 03:57:56 b116817d02f9: Download complete 03:57:57 5f621e34cdf4: Pull complete 03:57:57 a4357932f1b6: Pull complete 03:57:58 18c013af1878: Pull complete 03:57:59 745a02a5169b: Verifying Checksum 03:57:59 745a02a5169b: Download complete 03:58:00 00ac8860ef70: Verifying Checksum 03:58:00 00ac8860ef70: Download complete 03:58:10 00ac8860ef70: Pull complete 03:58:10 63d7cb157983: Pull complete 03:58:10 b116817d02f9: Pull complete 03:58:15 745a02a5169b: Pull complete 03:58:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:58:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:58:15 ---> b7e6874047d6 03:58:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:58:17 ---> Running in d9dc5ffaf5d6 03:58:18 Removing intermediate container d9dc5ffaf5d6 03:58:18 ---> 742ddf97ff07 03:58:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:58:18 ---> Running in f82c6696320a 03:58:20 Removing intermediate container f82c6696320a 03:58:20 ---> 6edd5ac7130d 03:58:20 Step 5/8 : RUN apk add --update --no-cache make git 03:58:20 ---> Running in 68688bb285d3 03:58:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:58:23 OK: 142 MiB in 39 packages 03:58:24 Removing intermediate container 68688bb285d3 03:58:24 ---> db027b36e9ec 03:58:24 Step 6/8 : WORKDIR /device-sdk-go 03:58:24 ---> Running in 21036c20145f 03:58:25 Removing intermediate container 21036c20145f 03:58:25 ---> 144a5ec3edda 03:58:25 Step 7/8 : COPY . . 03:58:26 ---> 7da6c2e18d2e 03:58:26 Step 8/8 : RUN go mod download 03:58:26 ---> Running in d5572ee37c16 03:58:28 Running on prd-centos7-docker-4c-2g-31310 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [Pipeline] { [Pipeline] ws 03:58:28 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 03:58:31 using credential edgex-jenkins-ssh 03:58:31 Cloning the remote Git repository 03:58:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:58:31 > git init /w/workspace/device-sdk-go/3 # timeout=10 03:58:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:58:31 > git --version # timeout=10 03:58:31 > git --version # 'git version 2.24.3' 03:58:31 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:33 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit d1d9bcbcfc0abd23936c477722a2a680a73e8042 03:58:33 Merge succeeded, producing d1d9bcbcfc0abd23936c477722a2a680a73e8042 03:58:33 Checking out Revision d1d9bcbcfc0abd23936c477722a2a680a73e8042 (PR-829) 03:58:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:58:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:58:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:58:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:58:33 > git config core.sparsecheckout # timeout=10 03:58:33 > git checkout -f d1d9bcbcfc0abd23936c477722a2a680a73e8042 # timeout=10 03:58:33 > git remote # timeout=10 03:58:33 > git config --get remote.origin.url # timeout=10 03:58:33 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:33 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 03:58:33 > git rev-parse HEAD^{commit} # timeout=10 03:58:33 > git config core.sparsecheckout # timeout=10 03:58:33 > git checkout -f d1d9bcbcfc0abd23936c477722a2a680a73e8042 # timeout=10 03:58:36 Commit message: "feat: update example configuration to support MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:58:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:58:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:58:38 + sudo service docker restart 03:58:38 + true 03:58:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:58:39 provisioning config files... 03:58:39 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config1068951591260140852tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:58:40 ---> docker-login.sh 03:58:40 nexus3.edgexfoundry.org:10001 03:58:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:40 Configure a credential helper to remove this warning. See 03:58:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:40 03:58:40 Login Succeeded 03:58:40 nexus3.edgexfoundry.org:10002 03:58:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:40 Configure a credential helper to remove this warning. See 03:58:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:40 03:58:40 Login Succeeded 03:58:40 nexus3.edgexfoundry.org:10003 03:58:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:40 Configure a credential helper to remove this warning. See 03:58:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:40 03:58:40 Login Succeeded 03:58:40 nexus3.edgexfoundry.org:10004 03:58:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:41 Configure a credential helper to remove this warning. See 03:58:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:41 03:58:41 Login Succeeded 03:58:41 docker.io 03:58:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:41 Configure a credential helper to remove this warning. See 03:58:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:41 03:58:41 Login Succeeded 03:58:41 ---> docker-login.sh ends [Pipeline] } 03:58:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:58:41 ========================================================= 03:58:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:58:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:58:42 + 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 . 03:58:42 Sending build context to Docker daemon 2.388MB 03:58:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:58:42 Step 2/8 : FROM ${BASE} 03:58:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:58:42 188c0c94c7c5: Pulling fs layer 03:58:42 0ef7d3d256c8: Pulling fs layer 03:58:42 de9db76c5a1d: Pulling fs layer 03:58:42 bca2f99d35d6: Pulling fs layer 03:58:42 93359f2a8cfa: Pulling fs layer 03:58:42 7c6f9722023f: Pulling fs layer 03:58:42 a35cf1a2eb13: Pulling fs layer 03:58:42 93359f2a8cfa: Waiting 03:58:42 7c6f9722023f: Waiting 03:58:42 bca2f99d35d6: Waiting 03:58:42 a35cf1a2eb13: Waiting 03:58:42 de9db76c5a1d: Verifying Checksum 03:58:42 de9db76c5a1d: Download complete 03:58:42 0ef7d3d256c8: Download complete 03:58:42 93359f2a8cfa: Download complete 03:58:42 7c6f9722023f: Download complete 03:58:42 188c0c94c7c5: Verifying Checksum 03:58:42 188c0c94c7c5: Download complete 03:58:42 188c0c94c7c5: Pull complete 03:58:42 0ef7d3d256c8: Pull complete 03:58:42 de9db76c5a1d: Pull complete 03:58:44 a35cf1a2eb13: Verifying Checksum 03:58:44 a35cf1a2eb13: Download complete 03:58:44 bca2f99d35d6: Verifying Checksum 03:58:44 bca2f99d35d6: Download complete 03:58:49 bca2f99d35d6: Pull complete 03:58:49 93359f2a8cfa: Pull complete 03:58:49 7c6f9722023f: Pull complete 03:58:53 Removing intermediate container d5572ee37c16 03:58:53 ---> bcc97c2463d7 03:58:53 Successfully built bcc97c2463d7 03:58:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:58:53 + docker inspect -f . ci-base-image-arm64 03:58:53 . [Pipeline] withDockerContainer 03:58:54 prd-ubuntu18.04-docker-arm64-4c-16g-31309 does not seem to be running inside a container 03:58:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 03:58:55 $ docker top b10b4c902abb18d8aba93114bff9475f676fe421add411c4a3e8e180184d3134 -eo pid,comm [Pipeline] { [Pipeline] sh 03:58:56 + go version 03:58:56 go version go1.15.5 linux/arm64 [Pipeline] } 03:58:56 $ docker stop --time=1 b10b4c902abb18d8aba93114bff9475f676fe421add411c4a3e8e180184d3134 03:58:58 $ docker rm -f b10b4c902abb18d8aba93114bff9475f676fe421add411c4a3e8e180184d3134 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:58:59 + docker inspect -f . ci-base-image-arm64 03:58:59 . [Pipeline] withDockerContainer 03:58:59 prd-ubuntu18.04-docker-arm64-4c-16g-31309 does not seem to be running inside a container 03:58:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 03:59:00 a35cf1a2eb13: Pull complete 03:59:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:59:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:59:00 ---> a62c8e92a672 03:59:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:59:00 ---> Running in 43db21e2a11f 03:59:00 Removing intermediate container 43db21e2a11f 03:59:00 ---> 85a6f93e5ce3 03:59:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:00 ---> Running in 7668681733b2 03:59:00 Removing intermediate container 7668681733b2 03:59:00 ---> c92e50c8cf30 03:59:00 Step 5/8 : RUN apk add --update --no-cache make git 03:59:00 ---> Running in c32c92b512f6 03:59:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:59:01 $ docker top 29677786a5a3a24a7e469e0219d4fcd5a4f8aadc45ede47d317fb8356ff14ebd -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:59:02 OK: 166 MiB in 39 packages 03:59:02 + make test 03:59:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:59:02 Removing intermediate container c32c92b512f6 03:59:02 ---> b7d742c9b1a4 03:59:02 Step 6/8 : WORKDIR /device-sdk-go 03:59:02 ---> Running in 0d597bd0eb34 03:59:03 Removing intermediate container 0d597bd0eb34 03:59:03 ---> 300e66520ffb 03:59:03 Step 7/8 : COPY . . 03:59:04 ---> b476e34c2314 03:59:04 Step 8/8 : RUN go mod download 03:59:04 ---> Running in 9ae77c404c9d 03:59:24 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:59:26 Removing intermediate container 9ae77c404c9d 03:59:26 ---> 9d26c1c3ec4d 03:59:26 Successfully built 9d26c1c3ec4d 03:59:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:59:26 + docker inspect -f . ci-base-image-x86_64 03:59:26 . [Pipeline] withDockerContainer 03:59:26 prd-centos7-docker-4c-2g-31310 does not seem to be running inside a container 03:59:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:59:27 $ docker top a87f11d4bff5e1ed659cf4d2476b364c6aa305a362eb1864eca07d8da3207b91 -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:28 + go version 03:59:28 go version go1.15.5 linux/amd64 [Pipeline] } 03:59:28 $ docker stop --time=1 a87f11d4bff5e1ed659cf4d2476b364c6aa305a362eb1864eca07d8da3207b91 03:59:29 $ docker rm -f a87f11d4bff5e1ed659cf4d2476b364c6aa305a362eb1864eca07d8da3207b91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:59:30 + docker inspect -f . ci-base-image-x86_64 03:59:30 . [Pipeline] withDockerContainer 03:59:30 prd-centos7-docker-4c-2g-31310 does not seem to be running inside a container 03:59:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:59:31 $ docker top 013517249c41ee45ddc30adf9ce49235020b24dcca6dc4412fb9ad5f7da27047 -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:31 + make test 03:59:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:59:34 # pkg-config --cflags -- libzmq 03:59:34 pkg-config: exec: "pkg-config": executable file not found in $PATH 03:59:40 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:59:43 # pkg-config --cflags -- libzmq 03:59:43 pkg-config: exec: "pkg-config": executable file not found in $PATH 03:59:58 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] 03:59:58 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/cache [build failed] 03:59:58 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] 03:59:58 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [build failed] 03:59:58 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] 03:59:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.145s coverage: 6.6% of statements 03:59:58 FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] 03:59:59 make: *** [Makefile:32: test] Error 2 [Pipeline] } 03:59:59 $ docker stop --time=1 013517249c41ee45ddc30adf9ce49235020b24dcca6dc4412fb9ad5f7da27047 04:00:00 $ docker rm -f 013517249c41ee45ddc30adf9ce49235020b24dcca6dc4412fb9ad5f7da27047 [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) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:00:02 ---> job-cost.sh 04:00:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CBY2 04:00:13 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] 04:00:13 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/cache [build failed] 04:00:13 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] 04:00:13 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [build failed] 04:00:13 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] 04:00:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.787s coverage: 6.6% of statements 04:00:17 FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] 04:00:17 make: *** [Makefile:32: test] Error 2 [Pipeline] } 04:00:17 $ docker stop --time=1 29677786a5a3a24a7e469e0219d4fcd5a4f8aadc45ede47d317fb8356ff14ebd 04:00:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:00:19 $ docker rm -f 29677786a5a3a24a7e469e0219d4fcd5a4f8aadc45ede47d317fb8356ff14ebd [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 Post stage [Pipeline] libraryResource [Pipeline] sh 04:00:21 ---> job-cost.sh 04:00:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AukZ 04:00:44 lf-activate-venv(): INFO: Adding /tmp/venv-CBY2/bin to PATH 04:00:44 INFO: No Stack... 04:00:44 INFO: Retrieving Pricing Info for: v1-standard-2 04:00:45 INFO: Archiving Costs [Pipeline] sh 04:00:46 + cat /w/workspace/device-sdk-go/3/archives/cost.csv 04:00:46 + cut -d, -f6 [Pipeline] lock 04:00:46 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-829-3-stack-cost] 04:00:46 Resource [jenkins-edgexfoundry-device-sdk-go-PR-829-3-stack-cost] did not exist. Created. 04:00:46 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-829-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:00:46 + echo total: 0.029999999329447746 [Pipeline] stash 04:00:47 Stashed 1 file(s) [Pipeline] } 04:00:47 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-829-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:00:47 Failed in branch amd64 04:01:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:02:22 lf-activate-venv(): INFO: Adding /tmp/venv-AukZ/bin to PATH 04:02:22 INFO: No Stack... 04:02:22 INFO: Retrieving Pricing Info for: lf-standard-4 04:02:23 INFO: Archiving Costs [Pipeline] sh 04:02:23 + + cat /w/workspace/device-sdk-go/3/archives/cost.csvcut 04:02:23 -d, -f6 [Pipeline] lock 04:02:23 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-829-3-stack-cost] 04:02:23 Resource [jenkins-edgexfoundry-device-sdk-go-PR-829-3-stack-cost] did not exist. Created. 04:02:23 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-829-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:02:24 /w/workspace/device-sdk-go/3@tmp/durable-b8e3c20b/script.sh: 1: /w/workspace/device-sdk-go/3@tmp/durable-b8e3c20b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:02:24 + echo total: 0.20999999344348907 [Pipeline] stash 04:02:24 Warning: overwriting stash ‘stack-cost’ 04:02:25 Stashed 1 file(s) [Pipeline] } 04:02:25 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-829-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:02:26 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] { (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 04:02:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:02:29 ---> package-listing.sh 04:02:29 ++ facter osfamily 04:02:29 ++ tr '[:upper:]' '[:lower:]' 04:02:29 + OS_FAMILY=redhat 04:02:29 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-829 04:02:29 + START_PACKAGES=/tmp/packages_start.txt 04:02:29 + END_PACKAGES=/tmp/packages_end.txt 04:02:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:02:29 + PACKAGES=/tmp/packages_start.txt 04:02:29 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-829 ']' 04:02:29 + PACKAGES=/tmp/packages_end.txt 04:02:29 + case "${OS_FAMILY}" in 04:02:29 + rpm -qa 04:02:29 + sort 04:02:34 + '[' -f /tmp/packages_start.txt ']' 04:02:34 + '[' -f /tmp/packages_end.txt ']' 04:02:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:02:34 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-829 ']' 04:02:34 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-829/archives/ 04:02:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-829/archives/ [Pipeline] echo 04:02: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-829/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:02:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:02:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:35 04:02:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:02:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:35 alpine: Pulling from edgex-lftools-log-publisher 04:02:35 df20fa9351a1: Pulling fs layer 04:02:35 36b3adc4ff6f: Pulling fs layer 04:02:35 8ad3a11d3b57: Pulling fs layer 04:02:35 46f8f816bc3b: Pulling fs layer 04:02:35 93b61091891f: Pulling fs layer 04:02:35 93b9cdb0e59b: Pulling fs layer 04:02:35 5e14af77c1be: Pulling fs layer 04:02:35 01666e4c0597: Pulling fs layer 04:02:35 aa168da1d23b: Pulling fs layer 04:02:35 93b9cdb0e59b: Waiting 04:02:35 5e14af77c1be: Waiting 04:02:35 aa168da1d23b: Waiting 04:02:35 01666e4c0597: Waiting 04:02:35 46f8f816bc3b: Waiting 04:02:35 93b61091891f: Waiting 04:02:35 36b3adc4ff6f: Verifying Checksum 04:02:35 36b3adc4ff6f: Download complete 04:02:35 46f8f816bc3b: Verifying Checksum 04:02:35 46f8f816bc3b: Download complete 04:02:35 df20fa9351a1: Verifying Checksum 04:02:35 df20fa9351a1: Download complete 04:02:35 93b61091891f: Verifying Checksum 04:02:35 93b61091891f: Download complete 04:02:35 93b9cdb0e59b: Verifying Checksum 04:02:35 93b9cdb0e59b: Download complete 04:02:35 5e14af77c1be: Verifying Checksum 04:02:35 5e14af77c1be: Download complete 04:02:35 01666e4c0597: Verifying Checksum 04:02:35 01666e4c0597: Download complete 04:02:36 df20fa9351a1: Pull complete 04:02:36 36b3adc4ff6f: Pull complete 04:02:36 8ad3a11d3b57: Verifying Checksum 04:02:36 8ad3a11d3b57: Download complete 04:02:37 8ad3a11d3b57: Pull complete 04:02:37 46f8f816bc3b: Pull complete 04:02:38 aa168da1d23b: Verifying Checksum 04:02:38 aa168da1d23b: Download complete 04:02:38 93b61091891f: Pull complete 04:02:38 93b9cdb0e59b: Pull complete 04:02:39 5e14af77c1be: Pull complete 04:02:39 01666e4c0597: Pull complete 04:02:45 aa168da1d23b: Pull complete 04:02:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:02:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:02:45 prd-centos7-docker-4c-2g-31308 does not seem to be running inside a container 04:02: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-829/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-829 -v /w/workspace/dgexfoundry_device-sdk-go_PR-829:/w/workspace/dgexfoundry_device-sdk-go_PR-829:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-829@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:02:49 $ docker top 135628dafaa3b2a3289056db0a875a3c75fbd723963e9abc6db001c6e31991ed -eo pid,comm [Pipeline] { [Pipeline] sh 04:02:50 + touch /tmp/pre-build-complete [Pipeline] sh 04:02:50 + mkdir -p /var/log/sa [Pipeline] sh 04:02:51 + ls /var/log/sa-host 04:02:51 + sadf -c /var/log/sa-host/sa23 04:02:51 file_magic: OK 04:02:51 HZ: Using current value: 100 04:02:51 file_header: OK 04:02:51 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 04:02:51 Statistics: 04:02:51 Hnuu...uuuununununu... 04:02:51 File successfully converted to sysstat format version 12.2.1 04:02:51 + sadf -c /var/log/sa-host/sa25 04:02:51 file_magic: OK 04:02:51 HZ: Using current value: 100 04:02:51 file_header: OK 04:02:51 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 04:02:51 Statistics: 04:02:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:02:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:02:51 provisioning config files... 04:02:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/config3877926311595416098tmp [Pipeline] { [Pipeline] echo 04:02:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:02:52 ---> create-netrc.sh [Pipeline] } 04:02:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:02:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:02:52 ---> python-tools-install.sh [Pipeline] echo 04:02:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:02:52 ---> sudo-logs.sh 04:02:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:02:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:02:53 ---> job-cost.sh 04:02:53 lf-activate-venv: SKIPPING 04:02:53 DEBUG: total: 0.20999999344348907 04:02:53 INFO: Retrieving Stack Cost... 04:02:54 INFO: Retrieving Pricing Info for: v1-standard-2 04:02:54 INFO: Archiving Costs [Pipeline] echo 04:02:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:02:55 ---> logs-deploy.sh 04:02:55 lf-activate-venv: SKIPPING 04:02:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-829/3 04:02:55 INFO: archiving workspace using pattern(s): 04:02:57 Archives upload complete. 04:02:57 INFO: archiving logs to Nexus 04:02:58 ---> uname -a: 04:02:58 Linux prd-centos7-docker-4c-2g-31308.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:02:58 04:02:58 04:02:58 ---> lscpu: 04:02:58 Architecture: x86_64 04:02:58 CPU op-mode(s): 32-bit, 64-bit 04:02:58 Byte Order: Little Endian 04:02:58 Address sizes: 40 bits physical, 48 bits virtual 04:02:58 CPU(s): 4 04:02:58 On-line CPU(s) list: 0-3 04:02:58 Thread(s) per core: 1 04:02:58 Core(s) per socket: 1 04:02:58 Socket(s): 4 04:02:58 NUMA node(s): 1 04:02:58 Vendor ID: GenuineIntel 04:02:58 CPU family: 6 04:02:58 Model: 44 04:02:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:02:58 Stepping: 1 04:02:58 CPU MHz: 2933.436 04:02:58 BogoMIPS: 5866.87 04:02:58 Virtualization: VT-x 04:02:58 Hypervisor vendor: KVM 04:02:58 Virtualization type: full 04:02:58 L1d cache: 128 KiB 04:02:58 L1i cache: 128 KiB 04:02:58 L2 cache: 16 MiB 04:02:58 L3 cache: 64 MiB 04:02:58 NUMA node0 CPU(s): 0-3 04:02:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:02:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:02:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:02:58 Vulnerability Meltdown: Mitigation; PTI 04:02:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:02:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:02:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:02:58 Vulnerability Srbds: Not affected 04:02:58 Vulnerability Tsx async abort: Not affected 04:02:58 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 04:02:58 04:02:58 04:02:58 ---> nproc: 04:02:58 4 04:02:58 04:02:58 04:02:58 ---> df -h: 04:02:58 Filesystem Size Used Available Use% Mounted on 04:02:58 overlay 50.0G 7.3G 42.7G 15% / 04:02:58 tmpfs 64.0M 0 64.0M 0% /dev 04:02:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:02:58 shm 64.0M 0 64.0M 0% /dev/shm 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-829 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 04:02:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 04:02:58 04:02:58 04:02:58 ---> free -m: 04:02:58 total used free shared buff/cache available 04:02:58 Mem: 1837 723 107 0 1005 1008 04:02:58 Swap: 1023 1 1022 04:02:58 04:02:58 04:02:58 ---> ip addr: 04:02:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:02:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:02:58 inet 127.0.0.1/8 scope host lo 04:02:58 valid_lft forever preferred_lft forever 04:02:58 inet6 ::1/128 scope host 04:02:58 valid_lft forever preferred_lft forever 04:02:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:02:58 link/ether fa:16:3e:e4:89:d7 brd ff:ff:ff:ff:ff:ff 04:02:58 inet 10.30.122.249/23 brd 10.30.123.255 scope global dynamic eth0 04:02:58 valid_lft 85913sec preferred_lft 85913sec 04:02:58 inet6 fe80::f816:3eff:fee4:89d7/64 scope link 04:02:58 valid_lft forever preferred_lft forever 04:02:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:02:58 link/ether 02:42:1e:9a:4a:cb brd ff:ff:ff:ff:ff:ff 04:02:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:02:58 valid_lft forever preferred_lft forever 04:02:58 inet6 fe80::42:1eff:fe9a:4acb/64 scope link 04:02:58 valid_lft forever preferred_lft forever 04:02:58 04:02:58 04:02:58 ---> sar -b -r -n DEV: 04:02:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 04:02:58 04:02:58 03:54:39 LINUX RESTART (4 CPU) 04:02:58 04:02:58 03:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:02:58 03:56:01 124.12 45.70 78.43 0.00 7918.23 32704.61 0.00 04:02:58 03:57:01 2.41 0.00 2.41 0.00 0.00 55.64 0.00 04:02:58 03:58:01 0.47 0.00 0.47 0.00 0.00 7.01 0.00 04:02:58 03:59:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 04:02:58 04:00:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 04:02:58 04:01:01 0.32 0.02 0.30 0.00 0.13 4.26 0.00 04:02:58 04:02:01 0.58 0.08 0.50 0.00 1.60 7.79 0.00 04:02:58 Average: 18.35 6.54 11.80 0.00 1131.75 4684.92 0.00 04:02:58 04:02:58 03:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:02:58 03:56:01 148888 0 619536 32.93 2620 1110500 1101304 37.59 411580 1122308 128 04:02:58 03:57:01 154356 0 613976 32.63 2620 1110592 1060768 36.20 410208 1118784 16 04:02:58 03:58:01 154100 0 614228 32.64 2620 1110596 1060912 36.21 413712 1116108 8 04:02:58 03:59:01 154008 0 614320 32.65 2620 1110596 1060924 36.21 413784 1116108 12 04:02:58 04:00:01 153608 0 614712 32.67 2620 1110604 1060768 36.20 414900 1115428 16 04:02:58 04:01:01 149404 0 618912 32.89 2620 1110608 1063324 36.29 419552 1114768 8 04:02:58 04:02:01 150192 0 618000 32.85 2620 1110732 1061312 36.22 418716 1114824 20 04:02:58 Average: 152079 0 616241 32.75 2620 1110604 1067045 36.42 414636 1116904 30 04:02:58 04:02:58 03:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:02:58 03:56:01 eth0 495.64 304.54 1093.82 94.95 0.00 0.00 0.00 0.00 04:02:58 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 03:56:01 docker0 10.50 7.54 1.53 24.13 0.00 0.00 0.00 0.00 04:02:58 03:57:01 eth0 0.77 0.08 0.06 0.05 0.00 0.00 0.00 0.00 04:02:58 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 03:58:01 eth0 4.81 2.11 4.12 0.29 0.00 0.00 0.00 0.00 04:02:58 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 03:59:01 eth0 0.58 0.28 0.28 0.23 0.00 0.00 0.00 0.00 04:02:58 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 04:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:02:58 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 04:01:01 eth0 0.23 0.15 0.08 0.07 0.00 0.00 0.00 0.00 04:02:58 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 04:02:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 04:02:58 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 Average: eth0 71.78 43.93 156.96 13.66 0.00 0.00 0.00 0.00 04:02:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:58 Average: docker0 1.50 1.08 0.22 3.45 0.00 0.00 0.00 0.00 04:02:58 04:02:58 04:02:58 ---> sar -P ALL: 04:02:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 04:02:58 04:02:58 03:54:39 LINUX RESTART (4 CPU) 04:02:58 04:02:58 03:55:01 CPU %user %nice %system %iowait %steal %idle 04:02:58 03:56:01 all 13.40 0.00 5.80 3.82 0.09 76.89 04:02:58 03:56:01 0 14.29 0.00 5.14 3.17 0.10 77.30 04:02:58 03:56:01 1 12.60 0.00 6.00 3.89 0.10 77.41 04:02:58 03:56:01 2 11.60 0.00 7.29 5.93 0.08 75.10 04:02:58 03:56:01 3 15.13 0.00 4.75 2.31 0.07 77.75 04:02:58 03:57:01 all 0.13 0.00 0.05 0.00 0.00 99.82 04:02:58 03:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:02:58 03:57:01 1 0.40 0.00 0.05 0.00 0.00 99.55 04:02:58 03:57:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:02:58 03:57:01 3 0.07 0.00 0.05 0.00 0.00 99.88 04:02:58 03:58:01 all 0.17 0.00 0.06 0.00 0.00 99.77 04:02:58 03:58:01 0 0.15 0.00 0.05 0.00 0.00 99.80 04:02:58 03:58:01 1 0.40 0.00 0.10 0.00 0.00 99.50 04:02:58 03:58:01 2 0.07 0.00 0.05 0.00 0.00 99.88 04:02:58 03:58:01 3 0.07 0.00 0.05 0.00 0.00 99.88 04:02:58 03:59:01 all 0.12 0.00 0.05 0.00 0.00 99.82 04:02:58 03:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:02:58 03:59:01 1 0.40 0.00 0.05 0.00 0.00 99.55 04:02:58 03:59:01 2 0.03 0.00 0.07 0.00 0.02 99.88 04:02:58 03:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 04:02:58 04:00:01 all 0.03 0.00 0.05 0.00 0.01 99.90 04:02:58 04:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:02:58 04:00:01 1 0.05 0.00 0.07 0.00 0.02 99.87 04:02:58 04:00:01 2 0.03 0.00 0.07 0.00 0.02 99.88 04:02:58 04:00:01 3 0.03 0.00 0.05 0.00 0.02 99.90 04:02:58 04:01:01 all 0.12 0.00 0.05 0.00 0.01 99.82 04:02:58 04:01:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:02:58 04:01:01 1 0.05 0.00 0.08 0.00 0.00 99.87 04:02:58 04:01:01 2 0.38 0.00 0.05 0.00 0.02 99.55 04:02:58 04:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:02:58 04:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 04:02:58 04:02:01 0 0.00 0.00 0.03 0.00 0.00 99.97 04:02:58 04:02:01 1 0.47 0.00 0.03 0.00 0.00 99.50 04:02:58 04:02:01 2 0.10 0.00 0.07 0.00 0.00 99.83 04:02:58 04:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:02:58 Average: all 2.00 0.00 0.86 0.54 0.02 96.59 04:02:58 Average: 0 2.05 0.00 0.75 0.45 0.02 96.74 04:02:58 Average: 1 2.03 0.00 0.90 0.55 0.02 96.50 04:02:58 Average: 2 1.73 0.00 1.08 0.84 0.02 96.33 04:02:58 Average: 3 2.17 0.00 0.71 0.32 0.01 96.79 04:02:58 04:02:58 04:02:58