Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 84ea4a05cef1466ee67975698004463005cbf340 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-23961 in /w/workspace/dgexfoundry_device-sdk-go_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 84ea4a05cef1466ee67975698004463005cbf340 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 Commit message: "Merge pull request #763 from hahattan/issue-745" > git rev-list --no-walk d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:40:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:40:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:40:39 ========================================================= 13:40:39 EdgeX Global Pipelines Version Info 13:40:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:40:40 ------------------- 13:40:40 stable info: 13:40:40 ------------------- 13:40:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:40:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:40:40 Message: update stable to v1.0.179 13:40:41 ------------------- 13:40:41 experimental info: 13:40:41 ------------------- 13:40:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:40:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:40:41 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:40:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 13:40:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:40:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:40:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:40:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84ea4a05cef1466ee67975698004463005cbf340 [Pipeline] echo 13:40:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84ea4a0 [Pipeline] echo 13:40:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:40:45 provisioning config files... 13:40:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8415543404425692834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:40:45 ---> docker-login.sh 13:40:45 nexus3.edgexfoundry.org:10001 13:40:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:40:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:40:47 Configure a credential helper to remove this warning. See 13:40:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:40:47 13:40:47 Login Succeeded 13:40:47 nexus3.edgexfoundry.org:10002 13:40:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:40:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:40:47 Configure a credential helper to remove this warning. See 13:40:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:40:47 13:40:47 Login Succeeded 13:40:47 nexus3.edgexfoundry.org:10003 13:40:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:40:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:40:47 Configure a credential helper to remove this warning. See 13:40:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:40:47 13:40:47 Login Succeeded 13:40:47 nexus3.edgexfoundry.org:10004 13:40:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:40:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:40:47 Configure a credential helper to remove this warning. See 13:40:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:40:47 13:40:47 Login Succeeded 13:40:47 docker.io 13:40:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:40:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:40:47 Configure a credential helper to remove this warning. See 13:40:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:40:47 13:40:47 Login Succeeded 13:40:47 ---> docker-login.sh ends [Pipeline] } 13:40:47 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 13:40:48 + git log --format=format:%s -1 84ea4a05cef1466ee67975698004463005cbf340 [Pipeline] echo 13:40:48 GIT_COMMIT: 84ea4a05cef1466ee67975698004463005cbf340, Commit Message: Merge pull request #763 from hahattan/issue-745 [Pipeline] echo 13:40:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:40:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:40:49 13:40:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:40:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:40:49 latest: Pulling from edgex-devops/git-semver 13:40:49 31603596830f: Pulling fs layer 13:40:49 2a8b12db71e7: Pulling fs layer 13:40:49 6ca5941a6612: Pulling fs layer 13:40:49 ecc8261a40a4: Pulling fs layer 13:40:49 ecc8261a40a4: Waiting 13:40:49 2a8b12db71e7: Download complete 13:40:50 31603596830f: Verifying Checksum 13:40:50 31603596830f: Download complete 13:40:50 ecc8261a40a4: Verifying Checksum 13:40:50 ecc8261a40a4: Download complete 13:40:50 6ca5941a6612: Verifying Checksum 13:40:50 6ca5941a6612: Download complete 13:40:50 31603596830f: Pull complete 13:40:50 2a8b12db71e7: Pull complete 13:40:51 6ca5941a6612: Pull complete 13:40:51 ecc8261a40a4: Pull complete 13:40:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:40:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:40:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:40:52 prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container 13:40:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:40:55 $ docker top 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:40:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:40:55 [ssh-agent] Looking for ssh-agent implementation... 13:40:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:40:55 $ docker exec 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 ssh-agent 13:40:55 SSH_AUTH_SOCK=/tmp/ssh-xNnujmnnEpUo/agent.12 13:40:55 SSH_AGENT_PID=18 13:40:55 Running ssh-add (command line suppressed) 13:40:56 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2134844889854810963.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2134844889854810963.key) 13:40:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:40:56 + git tag --points-at HEAD [Pipeline] } 13:40:56 $ docker exec --env ******** --env ******** 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 ssh-agent -k 13:40:56 unset SSH_AUTH_SOCK; 13:40:56 unset SSH_AGENT_PID; 13:40:56 echo Agent pid 18 killed; 13:40:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:40:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:40:56 [ssh-agent] Looking for ssh-agent implementation... 13:40:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:40:56 $ docker exec 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 ssh-agent 13:40:57 SSH_AUTH_SOCK=/tmp/ssh-dpSVus7WIFcW/agent.47 13:40:57 SSH_AGENT_PID=52 13:40:57 Running ssh-add (command line suppressed) 13:40:57 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4878419668656145341.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4878419668656145341.key) 13:40:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:40:57 + git semver init 13:40:57 # -> Open(): unable to determine branch for HEAD 13:40:57 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:40:57 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:40:57 # $SEMVER_REMOTE_NAME = origin 13:40:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:40:57 # $SEMVER_USER_NAME = edgex-jenkins 13:40:57 # $SEMVER_BRANCH = master 13:40:57 # $SEMVER_TEMP = /tmp/semver-520412075 13:40:57 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 13:40:58 # '/tmp/semver-520412075' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 13:40:58 # -> Force: false 13:40:58 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 13:40:58 $ docker exec --env ******** --env ******** 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 ssh-agent -k 13:40:58 unset SSH_AUTH_SOCK; 13:40:58 unset SSH_AGENT_PID; 13:40:58 echo Agent pid 52 killed; 13:40:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:40:59 + git semver [Pipeline] } 13:40:59 $ docker stop --time=1 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 13:41:00 $ docker rm -f 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 [Pipeline] // withDockerContainer [Pipeline] sh 13:41:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:41:01 Stashed 1 file(s) [Pipeline] echo 13:41:01 [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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 13:41:17 Still waiting to schedule task 13:41:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:41:17 Still waiting to schedule task 13:41:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:43:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23964 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 13:43:10 Running in /w/workspace/device-sdk-go/114 [Pipeline] { [Pipeline] checkout 13:43:15 using credential edgex-jenkins-ssh 13:43:15 Cloning the remote Git repository 13:43:15 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:43:15 > git init /w/workspace/device-sdk-go/114 # timeout=10 13:43:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:43:15 > git --version # timeout=10 13:43:15 > git --version # 'git version 2.17.1' 13:43:15 using GIT_SSH to set credentials SSH Credentials for GitHub 13:43:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:43:17 Checking out Revision 84ea4a05cef1466ee67975698004463005cbf340 (master) 13:43:17 Running on prd-centos7-docker-4c-2g-23966 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 13:43:17 Running in /w/workspace/device-sdk-go/114 [Pipeline] { [Pipeline] checkout 13:43:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:43:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:43:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:43:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:43:17 using GIT_SSH to set credentials SSH Credentials for GitHub 13:43:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:43:17 > git config core.sparsecheckout # timeout=10 13:43:17 > git checkout -f 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 13:43:20 using credential edgex-jenkins-ssh 13:43:20 Cloning the remote Git repository 13:43:20 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:43:20 > git init /w/workspace/device-sdk-go/114 # timeout=10 13:43:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:43:20 > git --version # timeout=10 13:43:20 > git --version # 'git version 2.24.3' 13:43:20 using GIT_SSH to set credentials SSH Credentials for GitHub 13:43:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:43:21 Checking out Revision 84ea4a05cef1466ee67975698004463005cbf340 (master) 13:43:22 Commit message: "Merge pull request #763 from hahattan/issue-745" 13:43:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:43:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:43:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:43:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:43:21 using GIT_SSH to set credentials SSH Credentials for GitHub 13:43:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:43:21 > git config core.sparsecheckout # timeout=10 13:43:21 > git checkout -f 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:43:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:43:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:43:24 + + true 13:43:24 sudo service docker restart 13:43:25 Commit message: "Merge pull request #763 from hahattan/issue-745" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:43:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:43:27 provisioning config files... 13:43:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 13:43:27 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/114@tmp/config2962396847315521480tmp [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:43:27 + sudo service docker restart 13:43:27 + true 13:43:27 Redirecting to /bin/systemctl restart docker.service 13:43:27 ---> docker-login.sh 13:43:27 nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:43:28 provisioning config files... 13:43:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/114@tmp/config8108675161078549321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:43:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:28 ---> docker-login.sh 13:43:28 nexus3.edgexfoundry.org:10001 13:43:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:28 Configure a credential helper to remove this warning. See 13:43:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:28 13:43:28 Login Succeeded 13:43:28 nexus3.edgexfoundry.org:10002 13:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:29 Configure a credential helper to remove this warning. See 13:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:29 13:43:29 Login Succeeded 13:43:29 nexus3.edgexfoundry.org:10002 13:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:29 Configure a credential helper to remove this warning. See 13:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:29 13:43:29 Login Succeeded 13:43:29 nexus3.edgexfoundry.org:10003 13:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:29 Configure a credential helper to remove this warning. See 13:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:29 13:43:29 Login Succeeded 13:43:29 nexus3.edgexfoundry.org:10003 13:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:29 Configure a credential helper to remove this warning. See 13:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:29 13:43:29 Login Succeeded 13:43:29 nexus3.edgexfoundry.org:10004 13:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:29 Configure a credential helper to remove this warning. See 13:43:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:29 13:43:29 Login Succeeded 13:43:29 docker.io 13:43:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:30 Configure a credential helper to remove this warning. See 13:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:30 13:43:30 Login Succeeded 13:43:30 nexus3.edgexfoundry.org:10004 13:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:30 Configure a credential helper to remove this warning. See 13:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:30 13:43:30 Login Succeeded 13:43:30 ---> docker-login.sh ends [Pipeline] } 13:43:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 13:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] unstash 13:43:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:30 Configure a credential helper to remove this warning. See 13:43:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:30 13:43:30 Login Succeeded 13:43:30 docker.io [Pipeline] echo 13:43:30 ========================================================= 13:43:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:43:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:43:30 + 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 . 13:43:30 Sending build context to Docker daemon 2.472MB 13:43:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:43:30 Step 2/8 : FROM ${BASE} 13:43:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:43:31 188c0c94c7c5: Pulling fs layer 13:43:31 0ef7d3d256c8: Pulling fs layer 13:43:31 de9db76c5a1d: Pulling fs layer 13:43:31 bca2f99d35d6: Pulling fs layer 13:43:31 93359f2a8cfa: Pulling fs layer 13:43:31 7c6f9722023f: Pulling fs layer 13:43:31 a35cf1a2eb13: Pulling fs layer 13:43:31 93359f2a8cfa: Waiting 13:43:31 7c6f9722023f: Waiting 13:43:31 a35cf1a2eb13: Waiting 13:43:31 de9db76c5a1d: Verifying Checksum 13:43:31 de9db76c5a1d: Download complete 13:43:31 0ef7d3d256c8: Verifying Checksum 13:43:31 0ef7d3d256c8: Download complete 13:43:31 93359f2a8cfa: Verifying Checksum 13:43:31 93359f2a8cfa: Download complete 13:43:31 7c6f9722023f: Verifying Checksum 13:43:31 7c6f9722023f: Download complete 13:43:31 188c0c94c7c5: Verifying Checksum 13:43:31 188c0c94c7c5: Download complete 13:43:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:43:31 Configure a credential helper to remove this warning. See 13:43:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:43:31 13:43:31 Login Succeeded 13:43:31 ---> docker-login.sh ends [Pipeline] } 13:43:31 Deleting 1 temporary files 13:43:31 188c0c94c7c5: Pull complete [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 13:43:31 0ef7d3d256c8: Pull complete 13:43:31 de9db76c5a1d: Pull complete [Pipeline] echo 13:43:31 ========================================================= 13:43:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:43:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:43:32 + 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 . 13:43:32 Sending build context to Docker daemon 2.471MB 13:43:32 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:43:32 Step 2/8 : FROM ${BASE} 13:43:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:43:32 5f621e34cdf4: Pulling fs layer 13:43:32 a4357932f1b6: Pulling fs layer 13:43:32 18c013af1878: Pulling fs layer 13:43:32 00ac8860ef70: Pulling fs layer 13:43:32 63d7cb157983: Pulling fs layer 13:43:32 b116817d02f9: Pulling fs layer 13:43:32 745a02a5169b: Pulling fs layer 13:43:32 00ac8860ef70: Waiting 13:43:32 63d7cb157983: Waiting 13:43:32 b116817d02f9: Waiting 13:43:32 745a02a5169b: Waiting 13:43:33 18c013af1878: Download complete 13:43:33 a4357932f1b6: Verifying Checksum 13:43:33 a4357932f1b6: Download complete 13:43:33 63d7cb157983: Verifying Checksum 13:43:33 63d7cb157983: Download complete 13:43:33 b116817d02f9: Download complete 13:43:33 5f621e34cdf4: Verifying Checksum 13:43:33 5f621e34cdf4: Download complete 13:43:33 a35cf1a2eb13: Verifying Checksum 13:43:33 a35cf1a2eb13: Download complete 13:43:33 5f621e34cdf4: Pull complete 13:43:34 a4357932f1b6: Pull complete 13:43:34 18c013af1878: Pull complete 13:43:35 bca2f99d35d6: Verifying Checksum 13:43:35 bca2f99d35d6: Download complete 13:43:36 745a02a5169b: Verifying Checksum 13:43:36 745a02a5169b: Download complete 13:43:37 00ac8860ef70: Verifying Checksum 13:43:37 00ac8860ef70: Download complete 13:43:41 bca2f99d35d6: Pull complete 13:43:41 93359f2a8cfa: Pull complete 13:43:41 7c6f9722023f: Pull complete 13:43:47 a35cf1a2eb13: Pull complete 13:43:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:43:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:43:47 ---> a62c8e92a672 13:43:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:43:47 ---> Running in dec222596247 13:43:47 Removing intermediate container dec222596247 13:43:47 ---> 8b164b0ec82a 13:43:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:47 ---> Running in 9eb5f9dbe320 13:43:47 00ac8860ef70: Pull complete 13:43:47 63d7cb157983: Pull complete 13:43:47 b116817d02f9: Pull complete 13:43:48 Removing intermediate container 9eb5f9dbe320 13:43:48 ---> 3a839bfafd7c 13:43:48 Step 5/8 : RUN apk add --update --no-cache make git 13:43:48 ---> Running in ab52ec4620e2 13:43:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:43:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:43:50 OK: 166 MiB in 39 packages 13:43:50 Removing intermediate container ab52ec4620e2 13:43:50 ---> 1d209ccd314f 13:43:50 Step 6/8 : WORKDIR /device-sdk-go 13:43:50 ---> Running in 182f1cfd7c76 13:43:50 Removing intermediate container 182f1cfd7c76 13:43:50 ---> 07555c6e6f53 13:43:50 Step 7/8 : COPY . . 13:43:51 745a02a5169b: Pull complete 13:43:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:43:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:43:51 ---> b7e6874047d6 13:43:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:43:51 ---> 547966592a60 13:43:51 Step 8/8 : RUN go mod download 13:43:52 ---> Running in e544f4257e87 13:43:54 ---> Running in a5fe4968e32c 13:43:54 Removing intermediate container a5fe4968e32c 13:43:54 ---> 30bafd4d722d 13:43:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:54 ---> Running in ba82a37953ea 13:43:57 Removing intermediate container ba82a37953ea 13:43:57 ---> 8ad924d12aa8 13:43:57 Step 5/8 : RUN apk add --update --no-cache make git 13:43:57 ---> Running in 31705e026c90 13:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:43:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:43:59 OK: 142 MiB in 39 packages 13:44:00 Removing intermediate container 31705e026c90 13:44:00 ---> f982744e0241 13:44:00 Step 6/8 : WORKDIR /device-sdk-go 13:44:01 ---> Running in 3818ac81104b 13:44:01 Removing intermediate container 3818ac81104b 13:44:01 ---> d49c3ff5a119 13:44:01 Step 7/8 : COPY . . 13:44:02 ---> 89f23718386b 13:44:02 Step 8/8 : RUN go mod download 13:44:02 ---> Running in bee7a7aff002 13:44:14 Removing intermediate container e544f4257e87 13:44:14 ---> 7d85cae2c37b 13:44:14 Successfully built 7d85cae2c37b 13:44:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:44:14 + docker inspect -f . ci-base-image-x86_64 13:44:14 . [Pipeline] withDockerContainer 13:44:14 prd-centos7-docker-4c-2g-23966 does not seem to be running inside a container 13:44:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/114 -v /w/workspace/device-sdk-go/114:/w/workspace/device-sdk-go/114:rw,z -v /w/workspace/device-sdk-go/114@tmp:/w/workspace/device-sdk-go/114@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 ******** ci-base-image-x86_64 cat 13:44:15 $ docker top 746a9ea91db70243a834df9b42165de4ab11f2735ad7de74f82019f48c38ba98 -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:16 + go version 13:44:16 go version go1.15.5 linux/amd64 [Pipeline] } 13:44:16 $ docker stop --time=1 746a9ea91db70243a834df9b42165de4ab11f2735ad7de74f82019f48c38ba98 13:44:17 $ docker rm -f 746a9ea91db70243a834df9b42165de4ab11f2735ad7de74f82019f48c38ba98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:44:18 + docker inspect -f . ci-base-image-x86_64 13:44:18 . [Pipeline] withDockerContainer 13:44:18 prd-centos7-docker-4c-2g-23966 does not seem to be running inside a container 13:44:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/114 -v /w/workspace/device-sdk-go/114:/w/workspace/device-sdk-go/114:rw,z -v /w/workspace/device-sdk-go/114@tmp:/w/workspace/device-sdk-go/114@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 ******** ci-base-image-x86_64 cat 13:44:19 $ docker top 85c222f89daa73e2c4a5ed563a9fe57f74ed0627a9a9a3b87d75f347863252d7 -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:20 + make test 13:44:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:44:25 Removing intermediate container bee7a7aff002 13:44:25 ---> 037dfbc01338 13:44:25 Successfully built 037dfbc01338 13:44:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:44:25 + docker inspect -f . ci-base-image-arm64 13:44:25 . [Pipeline] withDockerContainer 13:44:25 prd-ubuntu18.04-docker-arm64-4c-16g-23964 does not seem to be running inside a container 13:44:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/114 -v /w/workspace/device-sdk-go/114:/w/workspace/device-sdk-go/114:rw,z -v /w/workspace/device-sdk-go/114@tmp:/w/workspace/device-sdk-go/114@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 ******** ci-base-image-arm64 cat 13:44:27 $ docker top 6ff0051056d0f14a9b7a1d4210fa9b76b7d84c6edb8d4a687cf27fb9ecb92186 -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:28 + go version 13:44:28 go version go1.15.5 linux/arm64 [Pipeline] } 13:44:28 $ docker stop --time=1 6ff0051056d0f14a9b7a1d4210fa9b76b7d84c6edb8d4a687cf27fb9ecb92186 13:44:28 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 13:44:30 $ docker rm -f 6ff0051056d0f14a9b7a1d4210fa9b76b7d84c6edb8d4a687cf27fb9ecb92186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:44:31 + docker inspect -f . ci-base-image-arm64 13:44:31 . [Pipeline] withDockerContainer 13:44:31 prd-ubuntu18.04-docker-arm64-4c-16g-23964 does not seem to be running inside a container 13:44:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/114 -v /w/workspace/device-sdk-go/114:/w/workspace/device-sdk-go/114:rw,z -v /w/workspace/device-sdk-go/114@tmp:/w/workspace/device-sdk-go/114@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 ******** ci-base-image-arm64 cat 13:44:33 $ docker top d8bfbbc49a408963c7d7bd98d73181c4ca360bfe4b6a126bcf9887dc1f4cb506 -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:34 + make test 13:44:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:44:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 13:44:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 13:44:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 13:44:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.077s coverage: 19.4% of statements 13:44:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.502s coverage: 97.1% of statements 13:44:56 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 13:45:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.070s coverage: 9.4% of statements 13:45:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.049s coverage: 21.7% of statements 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 13:45:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.246s coverage: 43.6% of statements 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 13:45:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.291s coverage: 68.9% of statements 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 13:45:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.083s coverage: 53.8% of statements 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 13:45:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.073s coverage: 25.2% of statements 13:45:19 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.471s coverage: 83.5% of statements 13:45:19 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.074s coverage: 4.2% of statements 13:45:19 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 13:45:19 GO111MODULE=on go vet ./... 13:45:27 gofmt -l . 13:45:27 [ "`gofmt -l .`" = "" ] 13:45:27 ./bin/test-attribution-txt.sh 13:45:27 ./bin/test-go-mod-tidy.sh [Pipeline] } 13:45:28 $ docker stop --time=1 85c222f89daa73e2c4a5ed563a9fe57f74ed0627a9a9a3b87d75f347863252d7 13:45:30 $ docker rm -f 85c222f89daa73e2c4a5ed563a9fe57f74ed0627a9a9a3b87d75f347863252d7 [Pipeline] // withDockerContainer [Pipeline] sh 13:45:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:45:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:45:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:45:34 + ls -al . 13:45:34 total 216 13:45:34 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 29 13:45 . 13:45:34 drwxrwxr-x. 4 jenkins jenkins 32 Jan 29 13:43 .. 13:45:34 drwxrwxr-x. 2 jenkins jenkins 64 Jan 29 13:43 bin 13:45:34 -rw-r--r--. 1 jenkins jenkins 137333 Jan 29 13:45 coverage.out 13:45:34 -rw-rw-r--. 1 jenkins jenkins 949 Jan 29 13:43 Dockerfile.build 13:45:34 -rw-rw-r--. 1 jenkins jenkins 140 Jan 29 13:43 .dockerignore 13:45:34 drwxrwxr-x. 4 jenkins jenkins 48 Jan 29 13:43 example 13:45:34 drwxrwxr-x. 8 jenkins jenkins 162 Jan 29 13:43 .git 13:45:34 drwxrwxr-x. 2 jenkins jenkins 103 Jan 29 13:43 .github 13:45:34 -rw-rw-r--. 1 jenkins jenkins 138 Jan 29 13:43 .gitignore 13:45:34 -rw-r--r--. 1 jenkins jenkins 514 Jan 29 13:45 go.mod 13:45:34 -rw-r--r--. 1 jenkins jenkins 14191 Jan 29 13:45 go.sum 13:45:34 drwxrwxr-x. 15 jenkins jenkins 211 Jan 29 13:43 internal 13:45:34 -rw-rw-r--. 1 jenkins jenkins 901 Jan 29 13:43 Jenkinsfile 13:45:34 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 29 13:43 LICENSE 13:45:34 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 29 13:43 Makefile 13:45:34 drwxrwxr-x. 4 jenkins jenkins 26 Jan 29 13:43 openapi 13:45:34 drwxrwxr-x. 5 jenkins jenkins 50 Jan 29 13:43 pkg 13:45:34 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 29 13:43 README.md 13:45:34 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 29 13:43 RELEASE-NOTES.txt 13:45:34 drwxrwxr-x. 4 jenkins jenkins 54 Jan 29 13:43 snap 13:45:34 -rw-rw-r--. 1 jenkins jenkins 11 Jan 29 13:41 VERSION 13:45:34 -rw-rw-r--. 1 jenkins jenkins 222 Jan 29 13:43 version.go [Pipeline] isUnix [Pipeline] sh 13:45:34 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=84ea4a05cef1466ee67975698004463005cbf340 --label arch=amd64 --label version=2.0.0-dev.9 . 13:45:34 Sending build context to Docker daemon 2.61MB 13:45:34 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 13:45:34 Step 2/24 : FROM ${BASE} AS builder 13:45:34 ---> 7d85cae2c37b 13:45:34 Step 3/24 : ARG MAKE='make build' 13:45:35 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 13:45:35 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 13:45:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 13:45:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.160s coverage: 19.4% of statements 13:45:35 ---> Running in 9ee4e9c76df9 13:45:35 Removing intermediate container 9ee4e9c76df9 13:45:35 ---> 35851144f86d 13:45:35 Step 4/24 : WORKDIR /device-sdk-go 13:45:35 ---> Running in a8abfc48a516 13:45:35 Removing intermediate container a8abfc48a516 13:45:35 ---> 56de0f1824a3 13:45:35 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:45:35 ---> Running in b7b881f5b4dc 13:45:36 Removing intermediate container b7b881f5b4dc 13:45:36 ---> b03b87807a21 13:45:36 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:45:36 ---> Running in bd9c86051711 13:45:37 Removing intermediate container bd9c86051711 13:45:37 ---> cb13c58f30ae 13:45:37 Step 7/24 : RUN apk add --update --no-cache make git 13:45:37 ---> Running in 469cd6733d6b 13:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:45:39 OK: 166 MiB in 39 packages 13:45:40 Removing intermediate container 469cd6733d6b 13:45:40 ---> 517e1126e5cf 13:45:40 Step 8/24 : COPY . . 13:45:41 ---> a481fd5cc99a 13:45:41 Step 9/24 : RUN ${MAKE} 13:45:41 ---> Running in 23aa116843b8 13:45:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 13:45:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.233s coverage: 97.1% of statements 13:45:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 13:45:52 Removing intermediate container 23aa116843b8 13:45:52 ---> d7927ce47545 13:45:52 Step 10/24 : FROM scratch 13:45:52 ---> 13:45:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:45:52 ---> Running in 64768ff93609 13:45:52 Removing intermediate container 64768ff93609 13:45:52 ---> 98c119be6545 13:45:52 Step 12/24 : ENV APP_PORT=49990 13:45:52 ---> Running in 1af7cd9e9e43 13:45:53 Removing intermediate container 1af7cd9e9e43 13:45:53 ---> 2ec08dd35cbf 13:45:53 Step 13/24 : EXPOSE $APP_PORT 13:45:53 ---> Running in 27de85735ac7 13:45:53 Removing intermediate container 27de85735ac7 13:45:53 ---> 53e28ce484b9 13:45:53 Step 14/24 : WORKDIR / 13:45:53 ---> Running in 8109b24b98ee 13:45:53 Removing intermediate container 8109b24b98ee 13:45:53 ---> d6ee5af5c7a3 13:45:53 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 13:45:53 ---> 2ade4ef77773 13:45:53 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 13:45:54 ---> cd04c783a372 13:45:54 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 13:45:54 ---> e5fb80a98388 13:45:54 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 13:45:54 ---> f2ba3600ffd7 13:45:54 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 13:45:55 ---> ce00ec2e9c70 13:45:55 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 13:45:55 ---> Running in 8c164e36c676 13:45:55 Removing intermediate container 8c164e36c676 13:45:55 ---> 56279eb6d48c 13:45:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:45:55 ---> Running in 89a99ae09b37 13:45:55 Removing intermediate container 89a99ae09b37 13:45:55 ---> 3c293d19da95 13:45:55 Step 22/24 : LABEL arch=amd64 13:45:55 ---> Running in ae565086252f 13:45:55 Removing intermediate container ae565086252f 13:45:55 ---> 5d7042c29342 13:45:55 Step 23/24 : LABEL git_sha=84ea4a05cef1466ee67975698004463005cbf340 13:45:55 ---> Running in 690a78e01a12 13:45:56 Removing intermediate container 690a78e01a12 13:45:56 ---> d227e05c4a76 13:45:56 Step 24/24 : LABEL version=2.0.0-dev.9 13:45:56 ---> Running in 9d3dc86c1627 13:45:56 Removing intermediate container 9d3dc86c1627 13:45:56 ---> 0d811331cfb4 13:45:56 [Warning] One or more build-args [ARCH] were not consumed 13:45:56 Successfully built 0d811331cfb4 13:45:56 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:46:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.138s coverage: 9.4% of statements 13:46:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.146s coverage: 21.7% of statements 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 13:46:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.556s coverage: 43.6% of statements 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 13:46:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.765s coverage: 68.9% of statements 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 13:46:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.189s coverage: 53.8% of statements 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 13:46:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.163s coverage: 25.2% of statements 13:46:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.804s coverage: 83.5% of statements 13:46:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 4.2% of statements 13:46:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 13:46:10 GO111MODULE=on go vet ./... 13:46:43 gofmt -l . 13:46:43 [ "`gofmt -l .`" = "" ] 13:46:43 ./bin/test-attribution-txt.sh 13:46:43 ./bin/test-go-mod-tidy.sh [Pipeline] } 13:46:43 $ docker stop --time=1 d8bfbbc49a408963c7d7bd98d73181c4ca360bfe4b6a126bcf9887dc1f4cb506 13:46:45 $ docker rm -f d8bfbbc49a408963c7d7bd98d73181c4ca360bfe4b6a126bcf9887dc1f4cb506 [Pipeline] // withDockerContainer [Pipeline] sh 13:46:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:46:46 Warning: overwriting stash ‘coverage-report’ 13:46:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:46:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:46:48 + ls -al . 13:46:48 total 252 13:46:48 drwxrwxr-x 10 jenkins jenkins 4096 Jan 29 13:46 . 13:46:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:43 .. 13:46:48 -rw-rw-r-- 1 jenkins jenkins 140 Jan 29 13:43 .dockerignore 13:46:48 drwxrwxr-x 8 jenkins jenkins 4096 Jan 29 13:43 .git 13:46:48 drwxrwxr-x 2 jenkins jenkins 4096 Jan 29 13:43 .github 13:46:48 -rw-rw-r-- 1 jenkins jenkins 138 Jan 29 13:43 .gitignore 13:46:48 -rw-rw-r-- 1 jenkins jenkins 949 Jan 29 13:43 Dockerfile.build 13:46:48 -rw-rw-r-- 1 jenkins jenkins 901 Jan 29 13:43 Jenkinsfile 13:46:48 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 29 13:43 LICENSE 13:46:48 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 29 13:43 Makefile 13:46:48 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 29 13:43 README.md 13:46:48 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 29 13:43 RELEASE-NOTES.txt 13:46:48 -rw-rw-r-- 1 jenkins jenkins 11 Jan 29 13:41 VERSION 13:46:48 drwxrwxr-x 2 jenkins jenkins 4096 Jan 29 13:43 bin 13:46:48 -rw-r--r-- 1 jenkins jenkins 137333 Jan 29 13:46 coverage.out 13:46:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:43 example 13:46:48 -rw-r--r-- 1 jenkins jenkins 514 Jan 29 13:46 go.mod 13:46:48 -rw-r--r-- 1 jenkins jenkins 14191 Jan 29 13:46 go.sum 13:46:48 drwxrwxr-x 15 jenkins jenkins 4096 Jan 29 13:43 internal 13:46:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:43 openapi 13:46:48 drwxrwxr-x 5 jenkins jenkins 4096 Jan 29 13:43 pkg 13:46:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:43 snap 13:46:48 -rw-rw-r-- 1 jenkins jenkins 222 Jan 29 13:43 version.go [Pipeline] isUnix [Pipeline] sh 13:46:48 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=84ea4a05cef1466ee67975698004463005cbf340 --label arch=arm64 --label version=2.0.0-dev.9 . 13:46:49 Sending build context to Docker daemon 2.609MB 13:46:49 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 13:46:49 Step 2/24 : FROM ${BASE} AS builder 13:46:49 ---> 037dfbc01338 13:46:49 Step 3/24 : ARG MAKE='make build' 13:46:49 ---> Running in 206eca6369c7 13:46:50 Removing intermediate container 206eca6369c7 13:46:50 ---> bcfc9628205b 13:46:50 Step 4/24 : WORKDIR /device-sdk-go 13:46:50 ---> Running in a5952f948cff 13:46:50 Removing intermediate container a5952f948cff 13:46:50 ---> 4c5bceaf71eb 13:46:50 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:46:50 ---> Running in 3396b92488ea 13:46:51 Removing intermediate container 3396b92488ea 13:46:51 ---> c849438c2e8a 13:46:51 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:46:51 ---> Running in 1622272a6d30 13:46:54 Removing intermediate container 1622272a6d30 13:46:54 ---> 8899caae5e97 13:46:54 Step 7/24 : RUN apk add --update --no-cache make git 13:46:54 ---> Running in 27cc6d1eb141 13:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:56 OK: 142 MiB in 39 packages 13:46:57 Removing intermediate container 27cc6d1eb141 13:46:57 ---> ffdedf240734 13:46:57 Step 8/24 : COPY . . 13:46:58 ---> 08dd522bcba6 13:46:58 Step 9/24 : RUN ${MAKE} 13:46:58 ---> Running in 61f5b18fec44 13:47:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 13:47:27 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 13:47:27 Removing intermediate container 61f5b18fec44 13:47:27 ---> 54247667779e 13:47:27 Step 10/24 : FROM scratch 13:47:27 ---> 13:47:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:47:27 ---> Running in c817e6720144 13:47:27 Removing intermediate container c817e6720144 13:47:27 ---> 82e7983dce50 13:47:27 Step 12/24 : ENV APP_PORT=49990 13:47:27 ---> Running in 2b643203b87d 13:47:27 Removing intermediate container 2b643203b87d 13:47:27 ---> 07bf2249c97a 13:47:27 Step 13/24 : EXPOSE $APP_PORT 13:47:27 ---> Running in 65ad5680980a 13:47:28 Removing intermediate container 65ad5680980a 13:47:28 ---> 5d6bfe8d0efd 13:47:28 Step 14/24 : WORKDIR / 13:47:28 ---> Running in bd0bf69b9a8c 13:47:28 Removing intermediate container bd0bf69b9a8c 13:47:28 ---> 0caa85185018 13:47:28 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 13:47:30 ---> fceaf1a54399 13:47:30 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 13:47:30 ---> 8752d1c6b0c2 13:47:30 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 13:47:31 ---> 661dbe399174 13:47:31 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 13:47:32 ---> 5341093ff224 13:47:32 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 13:47:32 ---> 4a0e6a25c8df 13:47:32 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 13:47:32 ---> Running in b6cecd214df3 13:47:33 Removing intermediate container b6cecd214df3 13:47:33 ---> e1aef816bffc 13:47:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:47:33 ---> Running in fa22eb742c50 13:47:33 Removing intermediate container fa22eb742c50 13:47:33 ---> 9418ac185bd7 13:47:33 Step 22/24 : LABEL arch=arm64 13:47:34 ---> Running in b310b54715b0 13:47:34 Removing intermediate container b310b54715b0 13:47:34 ---> af223ffd9227 13:47:34 Step 23/24 : LABEL git_sha=84ea4a05cef1466ee67975698004463005cbf340 13:47:34 ---> Running in 2f97a3021cf1 13:47:35 Removing intermediate container 2f97a3021cf1 13:47:35 ---> 04fe3c78cee2 13:47:35 Step 24/24 : LABEL version=2.0.0-dev.9 13:47:35 ---> Running in dd741bdc0cf9 13:47:35 Removing intermediate container dd741bdc0cf9 13:47:35 ---> 92518fcdbdd8 13:47:35 [Warning] One or more build-args [ARCH] were not consumed 13:47:35 Successfully built 92518fcdbdd8 13:47:35 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 13:47:37 provisioning config files... 13:47:37 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3802657325571819987tmp [Pipeline] { [Pipeline] sh 13:47:37 + set +x 13:47:37 + curl -s https://codecov.io/bash 13:47:37 + bash -s -- 13:47:37 13:47:37 _____ _ 13:47:37 / ____| | | 13:47:37 | | ___ __| | ___ ___ _____ __ 13:47:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:47:37 | |___| (_) | (_| | __/ (_| (_) \ V / 13:47:37 \_____\___/ \__,_|\___|\___\___/ \_/ 13:47:37 Bash-20210128-d4071a2 13:47:37 13:47:37 13:47:37 ==> git version 2.24.3 found 13:47:37 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 13:47:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:47:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:47:37 ==> Jenkins CI detected. 13:47:37 project root: . 13:47:37 --> token set from env 13:47:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:47:37 ==> Running gcov in . (disable via -X gcov) 13:47:37 ==> Python coveragepy not found 13:47:37 ==> Searching for coverage reports in: 13:47:37 + . 13:47:37 -> Found 1 reports 13:47:37 ==> Detecting git/mercurial file structure 13:47:37 ==> Reading reports 13:47:37 + ./coverage.out bytes=137333 13:47:37 ==> Appending adjustments 13:47:37 https://docs.codecov.io/docs/fixing-reports 13:47:38 + Found adjustments 13:47:38 ==> Gzipping contents 13:47:38 24K /tmp/codecov.xZCROn.gz 13:47:38 ==> Uploading reports 13:47:38 url: https://codecov.io 13:47:38 query: branch=master&commit=84ea4a05cef1466ee67975698004463005cbf340&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F114%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:47:38 -> Pinging Codecov 13:47:38 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=master&commit=84ea4a05cef1466ee67975698004463005cbf340&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F114%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:47:39 -> Uploading to 13:47:39 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/7E55EF52A471D76F132DFD9A03CDDE97/84ea4a05cef1466ee67975698004463005cbf340/9cdc2c44-4bf8-4713-aeca-43371cb2b513.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T134739Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6358a5ac68df6b76e13a7644721abceda8ef739fa24ca30ff2fe93e550f04a2d 13:47:39 % Total % Received % Xferd Average Speed Time Time Time Current 13:47:39 Dload Upload Total Spent Left Speed 13:47:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21652 0 0 100 21652 0 39095 --:--:-- --:--:-- --:--:-- 39083 13:47:40 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/84ea4a05cef1466ee67975698004463005cbf340 [Pipeline] } 13:47:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:47:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:47:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:47:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:47:41 13:47:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 13:47:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:47:42 1.410.4: Pulling from edgex-devops/edgex-snyk-go 13:47:42 188c0c94c7c5: Pulling fs layer 13:47:42 0ef7d3d256c8: Pulling fs layer 13:47:42 de9db76c5a1d: Pulling fs layer 13:47:42 0eba1c9be4d2: Pulling fs layer 13:47:42 0d57e429df01: Pulling fs layer 13:47:42 4e4be7b47b0d: Pulling fs layer 13:47:42 e1f770b5df2f: Pulling fs layer 13:47:42 85a0685a4137: Pulling fs layer 13:47:42 0eba1c9be4d2: Waiting 13:47:42 e1f770b5df2f: Waiting 13:47:42 0d57e429df01: Waiting 13:47:42 85a0685a4137: Waiting 13:47:42 de9db76c5a1d: Verifying Checksum 13:47:42 de9db76c5a1d: Download complete 13:47:42 0ef7d3d256c8: Download complete 13:47:42 0d57e429df01: Verifying Checksum 13:47:42 0d57e429df01: Download complete 13:47:42 188c0c94c7c5: Verifying Checksum 13:47:42 188c0c94c7c5: Download complete 13:47:42 4e4be7b47b0d: Verifying Checksum 13:47:42 4e4be7b47b0d: Download complete 13:47:42 188c0c94c7c5: Pull complete 13:47:42 0ef7d3d256c8: Pull complete 13:47:43 de9db76c5a1d: Pull complete 13:47:43 e1f770b5df2f: Verifying Checksum 13:47:43 e1f770b5df2f: Download complete 13:47:45 0eba1c9be4d2: Verifying Checksum 13:47:45 0eba1c9be4d2: Download complete 13:47:45 85a0685a4137: Verifying Checksum 13:47:45 85a0685a4137: Download complete 13:47:51 0eba1c9be4d2: Pull complete 13:47:51 0d57e429df01: Pull complete 13:47:51 4e4be7b47b0d: Pull complete 13:47:54 e1f770b5df2f: Pull complete 13:48:02 85a0685a4137: Pull complete 13:48:02 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 13:48:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:48:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 13:48:02 prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container 13:48:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 13:48:04 $ docker top 0d770eeafb367fe3507c1129555e1ed3e44bbe7ff00fe70213c1642846b5b93c -eo pid,comm [Pipeline] { [Pipeline] echo 13:48:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 13:48:04 + set -o pipefail 13:48:04 + snyk monitor '--org=edgex-jenkins' 13:48:12 13:48:12 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 13:48:12 13:48:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/3a723648-8f1f-4145-a32c-96eade9aaf10 13:48:12 13:48:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:48:12 13:48:13 [Pipeline] } 13:48:13 $ docker stop --time=1 0d770eeafb367fe3507c1129555e1ed3e44bbe7ff00fe70213c1642846b5b93c 13:48:15 $ docker rm -f 0d770eeafb367fe3507c1129555e1ed3e44bbe7ff00fe70213c1642846b5b93c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 13:48:16 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:48:16 provisioning config files... 13:48:17 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3444107176486796664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:48:17 --> edgex-publish-swagger.sh 13:48:17 === Publish openapi/v1 API === 13:48:17 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 13:48:17 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 13:48:17 % Total % Received % Xferd Average Speed Time Time Time Current 13:48:17 Dload Upload Total Spent Left Speed 13:48:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26172 --:--:-- --:--:-- --:--:-- 26177 13:48:18 13:48:18 13:48:18 === Publish openapi/v2 API === 13:48:18 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 13:48:18 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 13:48:18 % Total % Received % Xferd Average Speed Time Time Time Current 13:48:18 Dload Upload Total Spent Left Speed 13:48:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47566 0 0 100 47566 0 63285 --:--:-- --:--:-- --:--:-- 63252 100 47566 0 0 100 47566 0 63266 --:--:-- --:--:-- --:--:-- 63252 13:48:18 13:48:18 [Pipeline] } 13:48:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:48:19 + git log --format=format:%s -1 84ea4a05cef1466ee67975698004463005cbf340 [Pipeline] isUnix [Pipeline] sh 13:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:48:20 . [Pipeline] withDockerContainer 13:48:20 prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container 13:48:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:48:20 $ docker top 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:48:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:48:21 [ssh-agent] Looking for ssh-agent implementation... 13:48:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:48:21 $ docker exec 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 ssh-agent 13:48:21 SSH_AUTH_SOCK=/tmp/ssh-AXel9HmG8Fe1/agent.11 13:48:21 SSH_AGENT_PID=16 13:48:21 Running ssh-add (command line suppressed) 13:48:21 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4918905061832376082.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4918905061832376082.key) 13:48:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:48:22 + git semver tag 13:48:22 # -> Open(): unable to determine branch for HEAD 13:48:22 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:48:22 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:48:22 # $SEMVER_REMOTE_NAME = origin 13:48:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:48:22 # $SEMVER_USER_NAME = edgex-jenkins 13:48:22 # $SEMVER_BRANCH = master 13:48:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 13:48:22 # 84ea4a05cef1466ee67975698004463005cbf340 HEAD 13:48:22 # -> Force: false 13:48:22 # 7e18fd26feaef4435987d180b1d5b4871c3c4420 refs/tags/v2.0.0-dev.9 [Pipeline] } 13:48:22 $ docker exec --env ******** --env ******** 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 ssh-agent -k 13:48:22 unset SSH_AUTH_SOCK; 13:48:22 unset SSH_AGENT_PID; 13:48:22 echo Agent pid 16 killed; 13:48:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:48:23 + git semver [Pipeline] } 13:48:23 $ docker stop --time=1 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 13:48:24 $ docker rm -f 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 13:48:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:48:25 13:48:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 13:48:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:48:25 0.23.1-centos7: Pulling from edgex-lftools 13:48:25 ab5ef0e58194: Pulling fs layer 13:48:25 9712f1f96733: Pulling fs layer 13:48:25 63f879dbbcfc: Pulling fs layer 13:48:25 0d9ebad4ef96: Pulling fs layer 13:48:25 e9a5061849ea: Pulling fs layer 13:48:25 d747dcd14b5f: Pulling fs layer 13:48:25 2de7ff778b66: Pulling fs layer 13:48:25 e9a5061849ea: Waiting 13:48:25 d747dcd14b5f: Waiting 13:48:25 2de7ff778b66: Waiting 13:48:25 0d9ebad4ef96: Waiting 13:48:25 9712f1f96733: Verifying Checksum 13:48:25 9712f1f96733: Download complete 13:48:27 63f879dbbcfc: Verifying Checksum 13:48:27 63f879dbbcfc: Download complete 13:48:27 e9a5061849ea: Verifying Checksum 13:48:27 e9a5061849ea: Download complete 13:48:27 d747dcd14b5f: Verifying Checksum 13:48:27 d747dcd14b5f: Download complete 13:48:28 2de7ff778b66: Verifying Checksum 13:48:28 2de7ff778b66: Download complete 13:48:28 0d9ebad4ef96: Download complete 13:48:28 ab5ef0e58194: Verifying Checksum 13:48:28 ab5ef0e58194: Download complete 13:48:33 ab5ef0e58194: Pull complete 13:48:33 9712f1f96733: Pull complete 13:48:36 63f879dbbcfc: Pull complete 13:48:43 0d9ebad4ef96: Pull complete 13:48:44 e9a5061849ea: Pull complete 13:48:44 d747dcd14b5f: Pull complete 13:48:46 2de7ff778b66: Pull complete 13:48:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:48:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:48:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 13:48:46 prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container 13:48:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 13:48:51 $ docker top d0e6bcc688efe447db6f1d572a75252558d348e8663eebb844acb1a22239d164 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:48:51 provisioning config files... 13:48:51 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6814158969811434262tmp 13:48:51 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3399812460837441293tmp 13:48:51 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7673628608387478331tmp [Pipeline] { [Pipeline] echo 13:48:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:48:51 ---> sigul-configuration.sh 13:48:51 gpg: directory `/root/.gnupg' created 13:48:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:48:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:48:51 gpg: keyring `/root/.gnupg/secring.gpg' created 13:48:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:48:51 gpg: CAST5 encrypted data 13:48:52 gpg: encrypted with 1 passphrase 13:48:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:48:52 + mkdir /home/jenkins 13:48:52 + mkdir /home/jenkins/sigul [Pipeline] sh 13:48:52 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 13:48:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:48:53 ---> sigul-install.sh 13:49:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 13:49:01 + git tag --list 13:49:01 0.7.1 13:49:01 delhi-tag 13:49:01 v1.0.0 13:49:01 v1.1.0 13:49:01 v1.1.1 13:49:01 v1.1.2 13:49:01 v1.2.0 13:49:01 v1.2.1 13:49:01 v1.2.2 13:49:01 v1.2.3 13:49:01 v1.3.0 13:49:01 v1.4.0 13:49:01 v2.0.0-dev.1 13:49:01 v2.0.0-dev.2 13:49:01 v2.0.0-dev.3 13:49:01 v2.0.0-dev.4 13:49:01 v2.0.0-dev.5 13:49:01 v2.0.0-dev.6 13:49:01 v2.0.0-dev.7 13:49:01 v2.0.0-dev.8 13:49:01 v2.0.0-dev.9 [Pipeline] sh 13:49:01 + lftools sign git-tag v2.0.0-dev.9 13:49:03 Signing Git tag with Sigul... 13:49:03 Signing v2.0.0-dev.9 [Pipeline] echo 13:49:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:49:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:49:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:49:04 $ docker stop --time=1 d0e6bcc688efe447db6f1d572a75252558d348e8663eebb844acb1a22239d164 13:49:06 $ docker rm -f d0e6bcc688efe447db6f1d572a75252558d348e8663eebb844acb1a22239d164 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 13:49:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:49:07 . [Pipeline] withDockerContainer 13:49:07 prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container 13:49:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:49:08 $ docker top 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:49:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:49:08 [ssh-agent] Looking for ssh-agent implementation... 13:49:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:49:09 $ docker exec 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 ssh-agent 13:49:09 SSH_AUTH_SOCK=/tmp/ssh-4XdemEYgtWYQ/agent.11 13:49:09 SSH_AGENT_PID=16 13:49:09 Running ssh-add (command line suppressed) 13:49:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1875761444621046050.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1875761444621046050.key) 13:49:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:49:09 + git semver bump pre 13:49:09 # -> Open(): unable to determine branch for HEAD 13:49:09 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:49:09 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:49:09 # $SEMVER_REMOTE_NAME = origin 13:49:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:49:09 # $SEMVER_USER_NAME = edgex-jenkins 13:49:09 # $SEMVER_BRANCH = master 13:49:09 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 13:49:09 2.0.0-dev.10 [Pipeline] } 13:49:09 $ docker exec --env ******** --env ******** 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 ssh-agent -k 13:49:09 unset SSH_AUTH_SOCK; 13:49:09 unset SSH_AGENT_PID; 13:49:09 echo Agent pid 16 killed; 13:49:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:49:10 + git semver [Pipeline] } 13:49:10 $ docker stop --time=1 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 13:49:11 $ docker rm -f 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 13:49:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:49:12 . [Pipeline] withDockerContainer 13:49:12 prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container 13:49:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:49:13 $ docker top 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:49:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:49:13 [ssh-agent] Looking for ssh-agent implementation... 13:49:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:49:13 $ docker exec 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 ssh-agent 13:49:14 SSH_AUTH_SOCK=/tmp/ssh-9hNzuqlSg2Zg/agent.11 13:49:14 SSH_AGENT_PID=16 13:49:14 Running ssh-add (command line suppressed) 13:49:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3975766019339851392.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3975766019339851392.key) 13:49:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:49:14 + git semver push 13:49:14 # -> Open(): unable to determine branch for HEAD 13:49:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:49:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:49:14 # $SEMVER_REMOTE_NAME = origin 13:49:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:49:14 # $SEMVER_USER_NAME = edgex-jenkins 13:49:14 # $SEMVER_BRANCH = master 13:49:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 13:49:21 $ docker exec --env ******** --env ******** 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 ssh-agent -k 13:49:21 unset SSH_AUTH_SOCK; 13:49:21 unset SSH_AGENT_PID; 13:49:21 echo Agent pid 16 killed; 13:49:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:49:21 + git semver [Pipeline] } 13:49:22 $ docker stop --time=1 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 13:49:23 $ docker rm -f 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 13:49:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:49:25 ---> package-listing.sh 13:49:25 ++ facter osfamily 13:49:25 ++ tr '[:upper:]' '[:lower:]' 13:49:25 + OS_FAMILY=redhat 13:49:25 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 13:49:25 + START_PACKAGES=/tmp/packages_start.txt 13:49:25 + END_PACKAGES=/tmp/packages_end.txt 13:49:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:49:25 + PACKAGES=/tmp/packages_start.txt 13:49:25 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 13:49:25 + PACKAGES=/tmp/packages_end.txt 13:49:25 + case "${OS_FAMILY}" in 13:49:25 + rpm -qa 13:49:25 + sort 13:49:30 + '[' -f /tmp/packages_start.txt ']' 13:49:30 + '[' -f /tmp/packages_end.txt ']' 13:49:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:49:30 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 13:49:30 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 13:49:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 13:49:30 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:49:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:49:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:49:31 13:49:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:49:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:49:31 alpine: Pulling from edgex-lftools-log-publisher 13:49:31 df20fa9351a1: Pulling fs layer 13:49:31 36b3adc4ff6f: Pulling fs layer 13:49:31 8ad3a11d3b57: Pulling fs layer 13:49:31 46f8f816bc3b: Pulling fs layer 13:49:31 93b61091891f: Pulling fs layer 13:49:31 93b9cdb0e59b: Pulling fs layer 13:49:31 5e14af77c1be: Pulling fs layer 13:49:31 01666e4c0597: Pulling fs layer 13:49:31 aa168da1d23b: Pulling fs layer 13:49:31 93b61091891f: Waiting 13:49:31 93b9cdb0e59b: Waiting 13:49:31 5e14af77c1be: Waiting 13:49:31 01666e4c0597: Waiting 13:49:31 aa168da1d23b: Waiting 13:49:31 46f8f816bc3b: Waiting 13:49:31 36b3adc4ff6f: Verifying Checksum 13:49:31 36b3adc4ff6f: Download complete 13:49:31 46f8f816bc3b: Verifying Checksum 13:49:31 46f8f816bc3b: Download complete 13:49:31 df20fa9351a1: Verifying Checksum 13:49:31 df20fa9351a1: Download complete 13:49:31 93b9cdb0e59b: Verifying Checksum 13:49:31 93b9cdb0e59b: Download complete 13:49:31 5e14af77c1be: Verifying Checksum 13:49:31 5e14af77c1be: Download complete 13:49:31 93b61091891f: Verifying Checksum 13:49:31 93b61091891f: Download complete 13:49:31 01666e4c0597: Verifying Checksum 13:49:31 01666e4c0597: Download complete 13:49:31 8ad3a11d3b57: Verifying Checksum 13:49:31 8ad3a11d3b57: Download complete 13:49:32 df20fa9351a1: Pull complete 13:49:32 36b3adc4ff6f: Pull complete 13:49:33 aa168da1d23b: Verifying Checksum 13:49:33 aa168da1d23b: Download complete 13:49:34 8ad3a11d3b57: Pull complete 13:49:35 46f8f816bc3b: Pull complete 13:49:35 93b61091891f: Pull complete 13:49:35 93b9cdb0e59b: Pull complete 13:49:35 5e14af77c1be: Pull complete 13:49:35 01666e4c0597: Pull complete 13:49:43 aa168da1d23b: Pull complete 13:49:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:49:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:49:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:49:44 prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container 13:49:44 $ 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_master/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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:49:46 $ docker top 16da28c37a42a975f788bbd95d14ae08e08236b706746897faac4b33c0652f38 -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:47 + touch /tmp/pre-build-complete [Pipeline] sh 13:49:47 + mkdir -p /var/log/sa [Pipeline] sh 13:49:48 + ls /var/log/sa-host 13:49:48 + sadf -c /var/log/sa-host/sa23 13:49:48 file_magic: OK 13:49:48 HZ: Using current value: 100 13:49:48 file_header: OK 13:49:48 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 13:49:48 Statistics: 13:49:48 Hnuu...uuuununununu... 13:49:48 File successfully converted to sysstat format version 12.2.1 13:49:48 + sadf -c /var/log/sa-host/sa29 13:49:48 file_magic: OK 13:49:48 HZ: Using current value: 100 13:49:48 file_header: OK 13:49:48 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 13:49:48 Statistics: 13:49:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:49:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:49:48 provisioning config files... 13:49:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8280661378467177067tmp [Pipeline] { [Pipeline] echo 13:49:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:49:48 ---> create-netrc.sh [Pipeline] } 13:49:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:49:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:49:49 ---> python-tools-install.sh [Pipeline] echo 13:49:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:49:49 ---> sudo-logs.sh 13:49:49 Archiving 'sudo' log.. [Pipeline] echo 13:49:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:49:49 ---> job-cost.sh 13:49:49 lf-activate-venv: SKIPPING 13:49:49 INFO: No Stack... 13:49:50 INFO: Retrieving Pricing Info for: v1-standard-2 13:49:51 INFO: Archiving Costs [Pipeline] echo 13:49:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:49:51 ---> logs-deploy.sh 13:49:51 lf-activate-venv: SKIPPING 13:49:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/114 13:49:51 INFO: archiving workspace using pattern(s): 13:49:53 Archives upload complete. 13:49:53 INFO: archiving logs to Nexus 13:49:54 ---> uname -a: 13:49:54 Linux prd-centos7-docker-4c-2g-23961.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:49:54 13:49:54 13:49:54 ---> lscpu: 13:49:54 Architecture: x86_64 13:49:54 CPU op-mode(s): 32-bit, 64-bit 13:49:54 Byte Order: Little Endian 13:49:54 Address sizes: 40 bits physical, 48 bits virtual 13:49:54 CPU(s): 4 13:49:54 On-line CPU(s) list: 0-3 13:49:54 Thread(s) per core: 1 13:49:54 Core(s) per socket: 1 13:49:54 Socket(s): 4 13:49:54 NUMA node(s): 1 13:49:54 Vendor ID: GenuineIntel 13:49:54 CPU family: 6 13:49:54 Model: 44 13:49:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:49:54 Stepping: 1 13:49:54 CPU MHz: 2933.438 13:49:54 BogoMIPS: 5866.87 13:49:54 Virtualization: VT-x 13:49:54 Hypervisor vendor: KVM 13:49:54 Virtualization type: full 13:49:54 L1d cache: 128 KiB 13:49:54 L1i cache: 128 KiB 13:49:54 L2 cache: 16 MiB 13:49:54 L3 cache: 64 MiB 13:49:54 NUMA node0 CPU(s): 0-3 13:49:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:49:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:49:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:49:54 Vulnerability Meltdown: Mitigation; PTI 13:49:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:49:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:49:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:49:54 Vulnerability Srbds: Not affected 13:49:54 Vulnerability Tsx async abort: Not affected 13:49:54 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 13:49:54 13:49:54 13:49:54 ---> nproc: 13:49:54 4 13:49:54 13:49:54 13:49:54 ---> df -h: 13:49:54 Filesystem Size Used Available Use% Mounted on 13:49:54 overlay 50.0G 8.5G 41.4G 17% / 13:49:54 tmpfs 64.0M 0 64.0M 0% /dev 13:49:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:49:54 shm 64.0M 0 64.0M 0% /dev/shm 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 13:49:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 13:49:54 13:49:54 13:49:54 ---> free -m: 13:49:54 total used free shared buff/cache available 13:49:54 Mem: 1837 837 151 0 848 934 13:49:54 Swap: 1023 2 1021 13:49:54 13:49:54 13:49:54 ---> ip addr: 13:49:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:49:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:49:54 inet 127.0.0.1/8 scope host lo 13:49:54 valid_lft forever preferred_lft forever 13:49:54 inet6 ::1/128 scope host 13:49:54 valid_lft forever preferred_lft forever 13:49:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:49:54 link/ether fa:16:3e:9e:3f:35 brd ff:ff:ff:ff:ff:ff 13:49:54 inet 10.30.123.27/23 brd 10.30.123.255 scope global dynamic eth0 13:49:54 valid_lft 85807sec preferred_lft 85807sec 13:49:54 inet6 fe80::f816:3eff:fe9e:3f35/64 scope link 13:49:54 valid_lft forever preferred_lft forever 13:49:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:49:54 link/ether 02:42:ef:5d:6a:55 brd ff:ff:ff:ff:ff:ff 13:49:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:49:54 valid_lft forever preferred_lft forever 13:49:54 inet6 fe80::42:efff:fe5d:6a55/64 scope link 13:49:54 valid_lft forever preferred_lft forever 13:49:54 13:49:54 13:49:54 ---> sar -b -r -n DEV: 13:49:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 13:49:54 13:49:54 13:39:48 LINUX RESTART (4 CPU) 13:49:54 13:49:54 13:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:49:54 13:42:01 3.51 0.03 3.48 0.00 1.07 111.55 0.00 13:49:54 13:43:01 0.47 0.00 0.47 0.00 0.00 7.28 0.00 13:49:54 13:44:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 13:49:54 13:45:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 13:49:54 13:46:01 0.35 0.00 0.35 0.00 0.00 4.65 0.00 13:49:54 13:47:01 0.35 0.00 0.35 0.00 0.00 5.08 0.00 13:49:54 13:48:02 193.33 111.30 82.03 0.00 4307.75 31749.80 0.00 13:49:54 13:49:01 281.29 127.14 154.15 0.00 8064.57 34973.55 0.00 13:49:54 Average: 59.54 29.62 29.91 0.00 1534.02 8306.63 0.00 13:49:54 13:49:54 13:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:49:54 13:42:01 166356 0 600776 31.93 2620 1111792 1109624 37.87 426960 1089724 12 13:49:54 13:43:01 166648 0 600476 31.91 2620 1111800 1104124 37.68 430232 1086828 12 13:49:54 13:44:01 167008 0 600112 31.89 2620 1111804 1104064 37.68 434092 1082644 8 13:49:54 13:45:01 167580 0 599540 31.86 2620 1111804 1085492 37.05 436660 1079672 8 13:49:54 13:46:01 167128 0 599984 31.89 2620 1111812 1085552 37.05 444988 1071660 8 13:49:54 13:47:01 167560 0 599548 31.86 2620 1111816 1085552 37.05 444892 1071780 20 13:49:54 13:48:02 270980 0 658052 34.97 2596 949916 1087500 37.11 416044 947396 46260 13:49:54 13:49:01 100940 0 789736 41.97 1520 989348 1207132 41.20 628568 817568 72368 13:49:54 Average: 171775 0 631028 33.54 2480 1076262 1108630 37.84 457804 1030909 14837 13:49:54 13:49:54 13:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:49:54 13:42:01 eth0 3.85 1.51 2.55 0.34 0.00 0.00 0.00 0.00 13:49:54 13:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:43:01 eth0 2.61 1.10 0.97 0.58 0.00 0.00 0.00 0.00 13:49:54 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:44:01 eth0 2.07 0.67 0.64 0.43 0.00 0.00 0.00 0.00 13:49:54 13:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:45:01 eth0 1.30 0.30 0.34 0.20 0.00 0.00 0.00 0.00 13:49:54 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:46:01 eth0 1.27 0.57 0.48 0.28 0.00 0.00 0.00 0.00 13:49:54 13:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:47:01 eth0 0.72 0.32 0.29 0.20 0.00 0.00 0.00 0.00 13:49:54 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:48:02 eth0 436.96 355.42 4076.33 30.20 0.00 0.00 0.00 0.00 13:49:54 13:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:49:01 veth7389a2a 29.64 39.70 2.00 205.95 0.00 0.00 0.00 0.00 13:49:54 13:49:01 eth0 551.15 470.34 3657.45 107.23 0.00 0.00 0.00 0.00 13:49:54 13:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 13:49:01 docker0 61.59 70.76 4.43 363.15 0.00 0.00 0.00 0.00 13:49:54 Average: veth7389a2a 3.65 4.89 0.25 25.38 0.00 0.00 0.00 0.00 13:49:54 Average: eth0 124.17 103.08 962.36 17.26 0.00 0.00 0.00 0.00 13:49:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:49:54 Average: docker0 7.59 8.72 0.55 44.76 0.00 0.00 0.00 0.00 13:49:54 13:49:54 13:49:54 ---> sar -P ALL: 13:49:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 13:49:54 13:49:54 13:39:48 LINUX RESTART (4 CPU) 13:49:54 13:49:54 13:41:01 CPU %user %nice %system %iowait %steal %idle 13:49:54 13:42:01 all 0.23 0.00 0.09 0.00 0.02 99.65 13:49:54 13:42:01 0 0.52 0.00 0.07 0.00 0.03 99.38 13:49:54 13:42:01 1 0.13 0.00 0.13 0.00 0.05 99.68 13:49:54 13:42:01 2 0.22 0.00 0.07 0.00 0.00 99.72 13:49:54 13:42:01 3 0.07 0.00 0.08 0.00 0.02 99.83 13:49:54 13:43:01 all 0.17 0.00 0.05 0.00 0.02 99.76 13:49:54 13:43:01 0 0.45 0.00 0.05 0.00 0.00 99.50 13:49:54 13:43:01 1 0.07 0.00 0.03 0.00 0.03 99.87 13:49:54 13:43:01 2 0.15 0.00 0.08 0.00 0.02 99.75 13:49:54 13:43:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:49:54 13:44:01 all 0.20 0.00 0.08 0.00 0.03 99.69 13:49:54 13:44:01 0 0.07 0.00 0.07 0.00 0.05 99.82 13:49:54 13:44:01 1 0.55 0.00 0.10 0.00 0.00 99.35 13:49:54 13:44:01 2 0.10 0.00 0.08 0.00 0.02 99.80 13:49:54 13:44:01 3 0.08 0.00 0.07 0.00 0.05 99.80 13:49:54 13:45:01 all 0.17 0.00 0.10 0.00 0.00 99.72 13:49:54 13:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:49:54 13:45:01 1 0.55 0.00 0.13 0.00 0.02 99.30 13:49:54 13:45:01 2 0.10 0.00 0.13 0.00 0.00 99.77 13:49:54 13:45:01 3 0.05 0.00 0.12 0.00 0.00 99.83 13:49:54 13:46:01 all 0.15 0.00 0.06 0.00 0.01 99.77 13:49:54 13:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:49:54 13:46:01 1 0.37 0.00 0.13 0.00 0.00 99.50 13:49:54 13:46:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:49:54 13:46:01 3 0.18 0.00 0.07 0.00 0.02 99.73 13:49:54 13:47:01 all 0.16 0.00 0.05 0.00 0.03 99.76 13:49:54 13:47:01 0 0.02 0.00 0.03 0.00 0.03 99.92 13:49:54 13:47:01 1 0.37 0.00 0.07 0.00 0.02 99.55 13:49:54 13:47:01 2 0.23 0.00 0.07 0.00 0.03 99.67 13:49:54 13:47:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:49:54 13:48:02 all 7.56 0.00 5.52 1.00 0.07 85.85 13:49:54 13:48:02 0 7.17 0.00 6.00 0.51 0.05 86.26 13:49:54 13:48:02 1 7.55 0.00 5.49 1.71 0.08 85.17 13:49:54 13:48:02 2 7.80 0.00 5.58 0.75 0.07 85.81 13:49:54 13:48:02 3 7.70 0.00 5.03 1.02 0.07 86.18 13:49:54 13:49:01 all 12.51 0.00 9.68 4.45 0.10 73.26 13:49:54 13:49:01 0 10.83 0.00 10.76 2.42 0.09 75.90 13:49:54 13:49:01 1 11.15 0.00 9.04 7.45 0.10 72.26 13:49:54 13:49:01 2 12.77 0.00 8.76 2.67 0.09 75.72 13:49:54 13:49:01 3 15.30 0.00 10.16 5.24 0.12 69.18 13:49:54 Average: all 2.58 0.00 1.90 0.66 0.03 94.83 13:49:54 Average: 0 2.32 0.00 2.06 0.35 0.03 95.23 13:49:54 Average: 1 2.54 0.00 1.84 1.11 0.04 94.47 13:49:54 Average: 2 2.61 0.00 1.80 0.41 0.03 95.14 13:49:54 Average: 3 2.84 0.00 1.89 0.75 0.04 94.48 13:49:54 13:49:54 13:49:54