Pull request #652 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from b6110b295e59031ad53410b0c05ed17e33075c85+43893dea7cdf8ffe29fac0bba279684163774e51 (efed05116a343751992e69b431f79c8401f539f3) 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-12723 in /w/workspace/dgexfoundry_device-sdk-go_PR-652 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-652 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit b6110b295e59031ad53410b0c05ed17e33075c85 Merge succeeded, producing b6110b295e59031ad53410b0c05ed17e33075c85 Checking out Revision b6110b295e59031ad53410b0c05ed17e33075c85 (PR-652) > 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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/652/head:refs/remotes/origin/PR-652 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 Commit message: "feat: remove AdminState check for callback api route" > git rev-list --no-walk 4cd2f7720bf62c622db016cd8dddaf78c410fdd5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:05:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:05:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:05:21 ========================================================= 10:05:21 EdgeX Global Pipelines Version Info 10:05:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:05:23 ------------------- 10:05:23 stable info: 10:05:23 ------------------- 10:05:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:05:23 Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 10:05:23 Message: update stable to v1.0.166 10:05:23 ------------------- 10:05:23 experimental info: 10:05:23 ------------------- 10:05:23 Commited By: **** collab-it+edgex@linuxfoundation.org 10:05:23 Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 10:05:23 Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 10:05:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:05:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:05:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:05:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:05:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:05:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:05:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:05:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:05:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:05:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:05:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-652 [Pipeline] echo 10:05:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-652 [Pipeline] echo 10:05:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-652 [Pipeline] echo 10:05:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b6110b295e59031ad53410b0c05ed17e33075c85 [Pipeline] echo 10:05:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b6110b2 [Pipeline] echo 10:05:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:05:27 provisioning config files... 10:05:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/config1052357036562982493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:05:28 ---> docker-login.sh 10:05:28 nexus3.edgexfoundry.org:10001 10:05:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:29 Configure a credential helper to remove this warning. See 10:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:29 10:05:29 Login Succeeded 10:05:29 nexus3.edgexfoundry.org:10002 10:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:29 Configure a credential helper to remove this warning. See 10:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:29 10:05:29 Login Succeeded 10:05:29 nexus3.edgexfoundry.org:10003 10:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:29 Configure a credential helper to remove this warning. See 10:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:29 10:05:29 Login Succeeded 10:05:29 nexus3.edgexfoundry.org:10004 10:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:29 Configure a credential helper to remove this warning. See 10:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:29 10:05:29 Login Succeeded 10:05:29 docker.io 10:05:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:30 Configure a credential helper to remove this warning. See 10:05:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:30 10:05:30 Login Succeeded 10:05:30 ---> docker-login.sh ends [Pipeline] } 10:05:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:05:31 + git log --format=format:%s -1 b6110b295e59031ad53410b0c05ed17e33075c85 [Pipeline] echo 10:05:31 GIT_COMMIT: b6110b295e59031ad53410b0c05ed17e33075c85, Commit Message: feat: remove AdminState check for callback api route [Pipeline] echo 10:05:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:05:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:05:32 10:05:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:05:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:05:32 latest: Pulling from edgex-devops/git-semver 10:05:32 31603596830f: Pulling fs layer 10:05:32 2a8b12db71e7: Pulling fs layer 10:05:32 6ca5941a6612: Pulling fs layer 10:05:32 ecc8261a40a4: Pulling fs layer 10:05:32 ecc8261a40a4: Waiting 10:05:32 2a8b12db71e7: Verifying Checksum 10:05:32 2a8b12db71e7: Download complete 10:05:33 31603596830f: Verifying Checksum 10:05:33 31603596830f: Download complete 10:05:33 ecc8261a40a4: Verifying Checksum 10:05:33 ecc8261a40a4: Download complete 10:05:33 6ca5941a6612: Verifying Checksum 10:05:33 6ca5941a6612: Download complete 10:05:33 31603596830f: Pull complete 10:05:33 2a8b12db71e7: Pull complete 10:05:34 6ca5941a6612: Pull complete 10:05:34 ecc8261a40a4: Pull complete 10:05:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:05:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:05:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:05:35 prd-centos7-docker-4c-2g-12723 does not seem to be running inside a container 10:05:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-652 -v /w/workspace/dgexfoundry_device-sdk-go_PR-652:/w/workspace/dgexfoundry_device-sdk-go_PR-652:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:05:38 $ docker top 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:05:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:05:38 [ssh-agent] Looking for ssh-agent implementation... 10:05:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:05:38 $ docker exec 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a ssh-agent 10:05:39 SSH_AUTH_SOCK=/tmp/ssh-tIznGXltqOCI/agent.11 10:05:39 SSH_AGENT_PID=17 10:05:39 Running ssh-add (command line suppressed) 10:05:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/private_key_605442042686728244.key (/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/private_key_605442042686728244.key) 10:05:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:05:39 + git tag --points-at HEAD [Pipeline] } 10:05:39 $ docker exec --env ******** --env ******** 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a ssh-agent -k 10:05:39 unset SSH_AUTH_SOCK; 10:05:39 unset SSH_AGENT_PID; 10:05:39 echo Agent pid 17 killed; 10:05:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:05:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:05:40 [ssh-agent] Looking for ssh-agent implementation... 10:05:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:05:40 $ docker exec 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a ssh-agent 10:05:40 SSH_AUTH_SOCK=/tmp/ssh-yUbSt36Jogsv/agent.47 10:05:40 SSH_AGENT_PID=52 10:05:40 Running ssh-add (command line suppressed) 10:05:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/private_key_1530142839457945282.key (/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/private_key_1530142839457945282.key) 10:05:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:05:41 + git semver init 10:05:41 # -> Open(): unable to determine branch for HEAD 10:05:41 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-652/.git 10:05:41 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-652 10:05:41 # $SEMVER_REMOTE_NAME = origin 10:05:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:05:41 # $SEMVER_USER_NAME = edgex-jenkins 10:05:41 # $SEMVER_BRANCH = PR-652 10:05:41 # $SEMVER_TEMP = /tmp/semver-831745647 10:05:41 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:05:42 # '/tmp/semver-831745647' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-652/.semver' 10:05:42 # -> Force: false 10:05:42 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-652/.semver [Pipeline] } 10:05:42 $ docker exec --env ******** --env ******** 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a ssh-agent -k 10:05:42 unset SSH_AUTH_SOCK; 10:05:42 unset SSH_AGENT_PID; 10:05:42 echo Agent pid 52 killed; 10:05:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:05:42 + git semver [Pipeline] } 10:05:42 $ docker stop --time=1 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a 10:05:44 $ docker rm -f 42383689c20513e1a6644d8d1dc74d1823335bbbc5054241b8996e8d05fca83a [Pipeline] // withDockerContainer [Pipeline] sh 10:05:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:05:45 Stashed 1 file(s) [Pipeline] echo 10:05:45 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:06:01 Still waiting to schedule task 10:06:01 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12723’ 10:06:01 Still waiting to schedule task 10:06:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:08:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12724 in /w/workspace/dgexfoundry_device-sdk-go_PR-652 [Pipeline] { [Pipeline] ws 10:08:01 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:08:06 using credential edgex-jenkins-ssh 10:08:06 Cloning the remote Git repository 10:08:06 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:08:06 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:08:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:08:06 > git --version # timeout=10 10:08:06 > git --version # 'git version 2.17.1' 10:08:06 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:08:08 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit b6110b295e59031ad53410b0c05ed17e33075c85 10:08:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:08:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:08:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:08:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:08:08 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/652/head:refs/remotes/origin/PR-652 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:08:08 > git config core.sparsecheckout # timeout=10 10:08:08 > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 10:08:09 Merge succeeded, producing b6110b295e59031ad53410b0c05ed17e33075c85 10:08:09 Checking out Revision b6110b295e59031ad53410b0c05ed17e33075c85 (PR-652) 10:08:08 > git remote # timeout=10 10:08:08 > git config --get remote.origin.url # timeout=10 10:08:08 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:08 > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 10:08:09 > git rev-parse HEAD^{commit} # timeout=10 10:08:09 > git config core.sparsecheckout # timeout=10 10:08:09 > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 10:08:13 Commit message: "feat: remove AdminState check for callback api route" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:08:14 provisioning config files... 10:08:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6286603653193953324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:15 ---> docker-login.sh 10:08:15 nexus3.edgexfoundry.org:10001 10:08:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:16 Configure a credential helper to remove this warning. See 10:08:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:16 10:08:16 Login Succeeded 10:08:16 nexus3.edgexfoundry.org:10002 10:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:17 Configure a credential helper to remove this warning. See 10:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:17 10:08:17 Login Succeeded 10:08:17 nexus3.edgexfoundry.org:10003 10:08:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:17 Configure a credential helper to remove this warning. See 10:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:17 10:08:17 Login Succeeded 10:08:17 nexus3.edgexfoundry.org:10004 10:08:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:18 Configure a credential helper to remove this warning. See 10:08:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:18 10:08:18 Login Succeeded 10:08:18 docker.io 10:08:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:18 Configure a credential helper to remove this warning. See 10:08:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:18 10:08:18 Login Succeeded 10:08:18 ---> docker-login.sh ends [Pipeline] } 10:08:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:08:19 ========================================================= 10:08:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:08:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:08:19 + 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 . 10:08:20 Sending build context to Docker daemon 2.367MB 10:08:20 Step 1/8 : ARG BASE=golang:1.15-alpine 10:08:20 Step 2/8 : FROM ${BASE} 10:08:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:08:20 b538f80385f9: Pulling fs layer 10:08:20 74f711af9a0d: Pulling fs layer 10:08:20 99f96fe45779: Pulling fs layer 10:08:20 8529a6b9a6be: Pulling fs layer 10:08:20 45590311c82a: Pulling fs layer 10:08:20 69ca0ff8b7b3: Pulling fs layer 10:08:20 209524e5b208: Pulling fs layer 10:08:20 8529a6b9a6be: Waiting 10:08:20 45590311c82a: Waiting 10:08:20 69ca0ff8b7b3: Waiting 10:08:20 209524e5b208: Waiting 10:08:20 99f96fe45779: Verifying Checksum 10:08:20 99f96fe45779: Download complete 10:08:20 74f711af9a0d: Verifying Checksum 10:08:20 45590311c82a: Verifying Checksum 10:08:20 45590311c82a: Download complete 10:08:20 69ca0ff8b7b3: Verifying Checksum 10:08:20 69ca0ff8b7b3: Download complete 10:08:20 b538f80385f9: Verifying Checksum 10:08:20 b538f80385f9: Download complete 10:08:21 b538f80385f9: Pull complete 10:08:21 74f711af9a0d: Pull complete 10:08:22 99f96fe45779: Pull complete 10:08:23 209524e5b208: Verifying Checksum 10:08:23 209524e5b208: Download complete 10:08:25 8529a6b9a6be: Verifying Checksum 10:08:25 8529a6b9a6be: Download complete 10:08:35 8529a6b9a6be: Pull complete 10:08:35 45590311c82a: Pull complete 10:08:35 69ca0ff8b7b3: Pull complete 10:08:39 209524e5b208: Pull complete 10:08:39 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 10:08:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:08:39 ---> 5bddaf1c2fca 10:08:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:08:42 ---> Running in d20f0f6bcea3 10:08:42 Removing intermediate container d20f0f6bcea3 10:08:42 ---> be240d06d30e 10:08:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:08:42 ---> Running in bf619c444b64 10:08:45 Removing intermediate container bf619c444b64 10:08:45 ---> bf1d1ecc07be 10:08:45 Step 5/8 : RUN apk add --no-cache make git 10:08:45 ---> Running in 01bc6ca5d0f1 10:08:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:08:47 Running on prd-centos7-docker-4c-2g-12725 in /w/workspace/dgexfoundry_device-sdk-go_PR-652 [Pipeline] { [Pipeline] ws 10:08:47 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:08:48 OK: 142 MiB in 39 packages 10:08:49 Removing intermediate container 01bc6ca5d0f1 10:08:49 ---> edcf2a31b340 10:08:49 Step 6/8 : WORKDIR /device-sdk-go 10:08:49 ---> Running in c017e48926d3 10:08:50 Removing intermediate container c017e48926d3 10:08:50 ---> 49abd103be7e 10:08:50 Step 7/8 : COPY . . 10:08:50 using credential edgex-jenkins-ssh 10:08:50 Cloning the remote Git repository 10:08:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:08:50 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:08:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:08:50 > git --version # timeout=10 10:08:50 > git --version # 'git version 2.16.5' 10:08:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:08:51 ---> 4e0d53c15260 10:08:51 Step 8/8 : RUN go mod download 10:08:51 ---> Running in c0423cb6b5e5 10:08:51 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit b6110b295e59031ad53410b0c05ed17e33075c85 10:08:51 Merge succeeded, producing b6110b295e59031ad53410b0c05ed17e33075c85 10:08:51 Checking out Revision b6110b295e59031ad53410b0c05ed17e33075c85 (PR-652) 10:08:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:08:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:08:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:08:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:08:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/652/head:refs/remotes/origin/PR-652 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:08:51 > git config core.sparsecheckout # timeout=10 10:08:51 > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 10:08:51 > git remote # timeout=10 10:08:51 > git config --get remote.origin.url # timeout=10 10:08:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:51 > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 10:08:51 > git rev-parse HEAD^{commit} # timeout=10 10:08:51 > git config core.sparsecheckout # timeout=10 10:08:51 > git checkout -f b6110b295e59031ad53410b0c05ed17e33075c85 # timeout=10 10:08:55 Commit message: "feat: remove AdminState check for callback api route" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:08:56 provisioning config files... 10:08:56 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config7848270309820903273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:56 ---> docker-login.sh 10:08:56 nexus3.edgexfoundry.org:10001 10:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:57 Configure a credential helper to remove this warning. See 10:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:57 10:08:57 Login Succeeded 10:08:57 nexus3.edgexfoundry.org:10002 10:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:57 Configure a credential helper to remove this warning. See 10:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:57 10:08:57 Login Succeeded 10:08:57 nexus3.edgexfoundry.org:10003 10:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:57 Configure a credential helper to remove this warning. See 10:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:57 10:08:57 Login Succeeded 10:08:57 nexus3.edgexfoundry.org:10004 10:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:58 Configure a credential helper to remove this warning. See 10:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:58 10:08:58 Login Succeeded 10:08:58 docker.io 10:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:58 Configure a credential helper to remove this warning. See 10:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:58 10:08:58 Login Succeeded 10:08:58 ---> docker-login.sh ends [Pipeline] } 10:08:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:08:58 ========================================================= 10:08:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:08:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:08:59 + 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 . 10:08:59 Sending build context to Docker daemon 2.367MB 10:08:59 Step 1/8 : ARG BASE=golang:1.15-alpine 10:08:59 Step 2/8 : FROM ${BASE} 10:08:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:08:59 df20fa9351a1: Pulling fs layer 10:08:59 ed8968b2872e: Pulling fs layer 10:08:59 a92cc7c5fd73: Pulling fs layer 10:08:59 e871e8e8d7a9: Pulling fs layer 10:08:59 e73272ec9a57: Pulling fs layer 10:08:59 1e910a182e73: Pulling fs layer 10:08:59 4e634b169226: Pulling fs layer 10:08:59 e871e8e8d7a9: Waiting 10:08:59 e73272ec9a57: Waiting 10:08:59 1e910a182e73: Waiting 10:08:59 4e634b169226: Waiting 10:08:59 a92cc7c5fd73: Verifying Checksum 10:08:59 a92cc7c5fd73: Download complete 10:08:59 ed8968b2872e: Download complete 10:08:59 e73272ec9a57: Verifying Checksum 10:08:59 e73272ec9a57: Download complete 10:08:59 df20fa9351a1: Verifying Checksum 10:08:59 1e910a182e73: Verifying Checksum 10:08:59 1e910a182e73: Download complete 10:08:59 df20fa9351a1: Pull complete 10:09:00 ed8968b2872e: Pull complete 10:09:00 a92cc7c5fd73: Pull complete 10:09:01 4e634b169226: Verifying Checksum 10:09:02 e871e8e8d7a9: Verifying Checksum 10:09:02 e871e8e8d7a9: Download complete 10:09:07 e871e8e8d7a9: Pull complete 10:09:07 e73272ec9a57: Pull complete 10:09:07 1e910a182e73: Pull complete 10:09:13 4e634b169226: Pull complete 10:09:13 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 10:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:09:13 ---> f7629b54cfaa 10:09:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:09:13 ---> Running in 22958eaecbf9 10:09:13 Removing intermediate container 22958eaecbf9 10:09:13 ---> 8f64aa45abf0 10:09:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:09:13 ---> Running in 1bb9f3464769 10:09:13 Removing intermediate container c0423cb6b5e5 10:09:13 ---> a18f48fe588b 10:09:13 Successfully built a18f48fe588b 10:09:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:09:14 + docker inspect -f . ci-base-image-arm64 10:09:14 . [Pipeline] withDockerContainer 10:09:14 prd-ubuntu18.04-docker-arm64-4c-16g-12724 does not seem to be running inside a container 10:09:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:09:14 Removing intermediate container 1bb9f3464769 10:09:14 ---> 0de209ba0ff7 10:09:14 Step 5/8 : RUN apk add --no-cache make git 10:09:14 ---> Running in 22dca5783f6b 10:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:09:16 $ docker top f01f5b3dfaddd1dc452a58e82daa61611d89253cc0c876937291d840d8180bad -eo pid,comm 10:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { 10:09:16 OK: 166 MiB in 39 packages [Pipeline] sh 10:09:17 Removing intermediate container 22dca5783f6b 10:09:17 ---> 6988fedd9379 10:09:17 Step 6/8 : WORKDIR /device-sdk-go 10:09:17 ---> Running in 9f1cbc5e8146 10:09:17 Removing intermediate container 9f1cbc5e8146 10:09:17 ---> ce3759eeac17 10:09:17 Step 7/8 : COPY . . 10:09:17 + go version 10:09:17 go version go1.15.2 linux/arm64 [Pipeline] } 10:09:17 $ docker stop --time=1 f01f5b3dfaddd1dc452a58e82daa61611d89253cc0c876937291d840d8180bad 10:09:18 ---> 562b3a787cf0 10:09:18 Step 8/8 : RUN go mod download 10:09:18 ---> Running in ef29f17435ba 10:09:19 $ docker rm -f f01f5b3dfaddd1dc452a58e82daa61611d89253cc0c876937291d840d8180bad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:09:20 + docker inspect -f . ci-base-image-arm64 10:09:20 . [Pipeline] withDockerContainer 10:09:21 prd-ubuntu18.04-docker-arm64-4c-16g-12724 does not seem to be running inside a container 10:09:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:09:23 $ docker top aeb88dc3b70e741266c8ef17f9a24186bad260934decf3e828177ba278155567 -eo pid,comm [Pipeline] { [Pipeline] sh 10:09:24 + make test 10:09:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:09:36 Removing intermediate container ef29f17435ba 10:09:36 ---> 752ffc1e7767 10:09:36 Successfully built 752ffc1e7767 10:09:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:09:37 + docker inspect -f . ci-base-image-x86_64 10:09:37 . [Pipeline] withDockerContainer 10:09:37 prd-centos7-docker-4c-2g-12725 does not seem to be running inside a container 10:09:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:09:38 $ docker top 58943f13f61ec8bf54250be2338413c1bbc09119f71e005284d9b35403dde8c3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:09:39 + go version 10:09:39 go version go1.15.2 linux/amd64 [Pipeline] } 10:09:39 $ docker stop --time=1 58943f13f61ec8bf54250be2338413c1bbc09119f71e005284d9b35403dde8c3 10:09:40 $ docker rm -f 58943f13f61ec8bf54250be2338413c1bbc09119f71e005284d9b35403dde8c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:09:41 + docker inspect -f . ci-base-image-x86_64 10:09:41 . [Pipeline] withDockerContainer 10:09:41 prd-centos7-docker-4c-2g-12725 does not seem to be running inside a container 10:09:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:09:42 $ docker top 96f08c6687f7b7a9942e9b2fe03747aaaa10a46a0b144693048aa324a5421218 -eo pid,comm [Pipeline] { [Pipeline] sh 10:09:42 + make test 10:09:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:09:46 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:09:49 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:10:04 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:10:04 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:10:04 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:10:04 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.049s coverage: 20.6% of statements 10:10:04 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.456s coverage: 97.1% of statements 10:10:25 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:10:25 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:10:25 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:10:25 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.132s coverage: 20.6% of statements 10:10:30 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.151s coverage: 97.1% of statements 10:10:37 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.063s coverage: 9.4% of statements 10:10:37 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.054s coverage: 21.9% of statements 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:10:37 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.215s coverage: 42.5% of statements 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:10:37 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.269s coverage: 68.9% of statements 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 10:10:37 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 10:10:37 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 10:10:37 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.346s coverage: 68.9% of statements 10:10:37 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.7% of statements 10:10:37 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:10:37 GO111MODULE=on go vet ./... 10:10:43 gofmt -l . 10:10:43 [ "`gofmt -l .`" = "" ] 10:10:43 ./bin/test-attribution-txt.sh 10:10:44 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:10:44 $ docker stop --time=1 96f08c6687f7b7a9942e9b2fe03747aaaa10a46a0b144693048aa324a5421218 10:10:46 $ docker rm -f 96f08c6687f7b7a9942e9b2fe03747aaaa10a46a0b144693048aa324a5421218 [Pipeline] // withDockerContainer [Pipeline] sh 10:10:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:10:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:10:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:10:51 + ls -al . 10:10:51 total 208 10:10:51 drwxrwxr-x. 10 jenkins jenkins 4096 Nov 19 10:10 . 10:10:51 drwxrwxr-x. 4 jenkins jenkins 28 Nov 19 10:08 .. 10:10:51 drwxrwxr-x. 2 jenkins jenkins 64 Nov 19 10:08 bin 10:10:51 -rw-r--r--. 1 jenkins jenkins 127610 Nov 19 10:10 coverage.out 10:10:51 -rw-rw-r--. 1 jenkins jenkins 936 Nov 19 10:08 Dockerfile.build 10:10:51 -rw-rw-r--. 1 jenkins jenkins 140 Nov 19 10:08 .dockerignore 10:10:51 drwxrwxr-x. 4 jenkins jenkins 48 Nov 19 10:08 example 10:10:51 drwxrwxr-x. 8 jenkins jenkins 179 Nov 19 10:08 .git 10:10:51 drwxrwxr-x. 2 jenkins jenkins 60 Nov 19 10:08 .github 10:10:51 -rw-rw-r--. 1 jenkins jenkins 138 Nov 19 10:08 .gitignore 10:10:51 -rw-r--r--. 1 jenkins jenkins 518 Nov 19 10:10 go.mod 10:10:51 -rw-r--r--. 1 jenkins jenkins 13436 Nov 19 10:10 go.sum 10:10:51 drwxrwxr-x. 15 jenkins jenkins 211 Nov 19 10:08 internal 10:10:51 -rw-rw-r--. 1 jenkins jenkins 901 Nov 19 10:08 Jenkinsfile 10:10:51 -rw-rw-r--. 1 jenkins jenkins 11341 Nov 19 10:08 LICENSE 10:10:51 -rw-rw-r--. 1 jenkins jenkins 1013 Nov 19 10:08 Makefile 10:10:51 drwxrwxr-x. 4 jenkins jenkins 26 Nov 19 10:08 openapi 10:10:51 drwxrwxr-x. 5 jenkins jenkins 50 Nov 19 10:08 pkg 10:10:51 -rw-rw-r--. 1 jenkins jenkins 5897 Nov 19 10:08 README.md 10:10:51 -rw-rw-r--. 1 jenkins jenkins 4291 Nov 19 10:08 RELEASE-NOTES.txt 10:10:51 drwxrwxr-x. 4 jenkins jenkins 54 Nov 19 10:08 snap 10:10:51 -rw-rw-r--. 1 jenkins jenkins 5 Nov 19 10:05 VERSION 10:10:51 -rw-rw-r--. 1 jenkins jenkins 222 Nov 19 10:08 version.go [Pipeline] isUnix [Pipeline] sh 10:10:51 + 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=b6110b295e59031ad53410b0c05ed17e33075c85 --label arch=amd64 --label version=0.0.0 . 10:10:51 Sending build context to Docker daemon 2.496MB 10:10:51 Step 1/24 : ARG BASE=golang:1.15-alpine 10:10:51 Step 2/24 : FROM ${BASE} AS builder 10:10:51 ---> 752ffc1e7767 10:10:51 Step 3/24 : ARG MAKE='make build' 10:10:52 ---> Running in d1f2f98abc26 10:10:52 Removing intermediate container d1f2f98abc26 10:10:52 ---> 5997c4ffa09e 10:10:52 Step 4/24 : WORKDIR /device-sdk-go 10:10:52 ---> Running in f10bcceba609 10:10:52 Removing intermediate container f10bcceba609 10:10:52 ---> ffaaa695346a 10:10:52 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:10:52 ---> Running in 4b231a48939e 10:10:53 Removing intermediate container 4b231a48939e 10:10:53 ---> 033ab4a4b10d 10:10:53 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:10:53 ---> Running in af2452626f7d 10:10:54 Removing intermediate container af2452626f7d 10:10:54 ---> 92ce1a2a49cc 10:10:54 Step 7/24 : RUN apk add --update --no-cache make git 10:10:54 ---> Running in feb4e1939179 10:10:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:10:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:10:55 OK: 166 MiB in 39 packages 10:10:56 Removing intermediate container feb4e1939179 10:10:56 ---> ab08573fec85 10:10:56 Step 8/24 : COPY . . 10:10:56 ---> 6f459e76603a 10:10:56 Step 9/24 : RUN ${MAKE} 10:10:57 ---> Running in 32ad7317d5f7 10:10:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:11:02 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.163s coverage: 9.4% of statements 10:11:02 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.124s coverage: 21.9% of statements 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:11:02 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.535s coverage: 42.5% of statements 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:11:02 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.773s coverage: 68.9% of statements 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 10:11:02 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.196s coverage: 52.6% of statements 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 10:11:02 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 10:11:02 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.905s coverage: 68.9% of statements 10:11:02 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.138s coverage: 4.7% of statements 10:11:02 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:11:02 GO111MODULE=on go vet ./... 10:11:05 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:11:07 Removing intermediate container 32ad7317d5f7 10:11:07 ---> c28be0e5bb7c 10:11:07 Step 10/24 : FROM scratch 10:11:07 ---> 10:11:07 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:11:07 ---> Running in 3a5b3da63ef7 10:11:08 Removing intermediate container 3a5b3da63ef7 10:11:08 ---> 8b3c6de64530 10:11:08 Step 12/24 : ENV APP_PORT=49990 10:11:08 ---> Running in bb7e969ba2f5 10:11:08 Removing intermediate container bb7e969ba2f5 10:11:08 ---> cf61970fab91 10:11:08 Step 13/24 : EXPOSE $APP_PORT 10:11:08 ---> Running in 177ff7c84a8a 10:11:08 Removing intermediate container 177ff7c84a8a 10:11:08 ---> 49677595908e 10:11:08 Step 14/24 : WORKDIR / 10:11:08 ---> Running in 48aa18ccb569 10:11:08 Removing intermediate container 48aa18ccb569 10:11:08 ---> 90e4668802e9 10:11:08 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:11:09 ---> 9aed1401d932 10:11:09 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:11:09 ---> 036b482e973e 10:11:09 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:11:09 ---> 0369d4fbb1a8 10:11:09 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:11:09 ---> d1f8b46682a8 10:11:09 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:11:10 ---> fac7a02a9b74 10:11:10 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:11:10 ---> Running in ed0fe3bf0765 10:11:10 Removing intermediate container ed0fe3bf0765 10:11:10 ---> a834fc79dca5 10:11:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:11:10 ---> Running in 7ad127bfbd5c 10:11:10 Removing intermediate container 7ad127bfbd5c 10:11:10 ---> 7a8e9da07d8a 10:11:10 Step 22/24 : LABEL arch=amd64 10:11:10 ---> Running in e5cf71bef454 10:11:11 Removing intermediate container e5cf71bef454 10:11:11 ---> e14a42572098 10:11:11 Step 23/24 : LABEL git_sha=b6110b295e59031ad53410b0c05ed17e33075c85 10:11:11 ---> Running in 87cd4f2934de 10:11:11 Removing intermediate container 87cd4f2934de 10:11:11 ---> 659a6069c670 10:11:11 Step 24/24 : LABEL version=0.0.0 10:11:11 ---> Running in 5036b5e0adc6 10:11:11 Removing intermediate container 5036b5e0adc6 10:11:11 ---> 4ded14c96899 10:11:11 [Warning] One or more build-args [ARCH] were not consumed 10:11:11 Successfully built 4ded14c96899 10:11:11 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] } 10:11:29 gofmt -l . 10:11:29 [ "`gofmt -l .`" = "" ] 10:11:29 ./bin/test-attribution-txt.sh 10:11:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:11:29 $ docker stop --time=1 aeb88dc3b70e741266c8ef17f9a24186bad260934decf3e828177ba278155567 10:11:31 $ docker rm -f aeb88dc3b70e741266c8ef17f9a24186bad260934decf3e828177ba278155567 [Pipeline] // withDockerContainer [Pipeline] sh 10:11:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:11:32 Warning: overwriting stash ‘coverage-report’ 10:11:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:11:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:11:34 + ls -al . 10:11:34 total 244 10:11:34 drwxrwxr-x 10 jenkins jenkins 4096 Nov 19 10:11 . 10:11:34 drwxrwxr-x 4 jenkins jenkins 4096 Nov 19 10:08 .. 10:11:34 -rw-rw-r-- 1 jenkins jenkins 140 Nov 19 10:08 .dockerignore 10:11:34 drwxrwxr-x 8 jenkins jenkins 4096 Nov 19 10:08 .git 10:11:34 drwxrwxr-x 2 jenkins jenkins 4096 Nov 19 10:08 .github 10:11:34 -rw-rw-r-- 1 jenkins jenkins 138 Nov 19 10:08 .gitignore 10:11:34 -rw-rw-r-- 1 jenkins jenkins 936 Nov 19 10:08 Dockerfile.build 10:11:34 -rw-rw-r-- 1 jenkins jenkins 901 Nov 19 10:08 Jenkinsfile 10:11:34 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 19 10:08 LICENSE 10:11:34 -rw-rw-r-- 1 jenkins jenkins 1013 Nov 19 10:08 Makefile 10:11:34 -rw-rw-r-- 1 jenkins jenkins 5897 Nov 19 10:08 README.md 10:11:34 -rw-rw-r-- 1 jenkins jenkins 4291 Nov 19 10:08 RELEASE-NOTES.txt 10:11:34 -rw-rw-r-- 1 jenkins jenkins 5 Nov 19 10:05 VERSION 10:11:34 drwxrwxr-x 2 jenkins jenkins 4096 Nov 19 10:08 bin 10:11:34 -rw-r--r-- 1 jenkins jenkins 127610 Nov 19 10:10 coverage.out 10:11:34 drwxrwxr-x 4 jenkins jenkins 4096 Nov 19 10:08 example 10:11:34 -rw-r--r-- 1 jenkins jenkins 518 Nov 19 10:11 go.mod 10:11:34 -rw-r--r-- 1 jenkins jenkins 13436 Nov 19 10:11 go.sum 10:11:34 drwxrwxr-x 15 jenkins jenkins 4096 Nov 19 10:08 internal 10:11:34 drwxrwxr-x 4 jenkins jenkins 4096 Nov 19 10:08 openapi 10:11:34 drwxrwxr-x 5 jenkins jenkins 4096 Nov 19 10:08 pkg 10:11:34 drwxrwxr-x 4 jenkins jenkins 4096 Nov 19 10:08 snap 10:11:34 -rw-rw-r-- 1 jenkins jenkins 222 Nov 19 10:08 version.go [Pipeline] isUnix [Pipeline] sh 10:11:35 + 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=b6110b295e59031ad53410b0c05ed17e33075c85 --label arch=arm64 --label version=0.0.0 . 10:11:35 Sending build context to Docker daemon 2.496MB 10:11:35 Step 1/24 : ARG BASE=golang:1.15-alpine 10:11:35 Step 2/24 : FROM ${BASE} AS builder 10:11:35 ---> a18f48fe588b 10:11:35 Step 3/24 : ARG MAKE='make build' 10:11:36 ---> Running in 26a3f5ed4d39 10:11:36 Removing intermediate container 26a3f5ed4d39 10:11:36 ---> 74467fb20c42 10:11:36 Step 4/24 : WORKDIR /device-sdk-go 10:11:36 ---> Running in d8e542ddf276 10:11:37 Removing intermediate container d8e542ddf276 10:11:37 ---> 6a2f970fda2f 10:11:37 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:11:37 ---> Running in 88740ec2b0c7 10:11:37 Removing intermediate container 88740ec2b0c7 10:11:37 ---> 9250784f180d 10:11:37 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:11:37 ---> Running in f49f56cd2e75 10:11:40 Removing intermediate container f49f56cd2e75 10:11:40 ---> 722a29a4c140 10:11:40 Step 7/24 : RUN apk add --update --no-cache make git 10:11:40 ---> Running in 058b067c55d8 10:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:11:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:11:43 OK: 142 MiB in 39 packages 10:11:44 Removing intermediate container 058b067c55d8 10:11:44 ---> 240426711167 10:11:44 Step 8/24 : COPY . . 10:11:45 ---> 9f0817a31f7f 10:11:45 Step 9/24 : RUN ${MAKE} 10:11:45 ---> Running in 3569ba248a81 10:11:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:12:14 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:12:14 Removing intermediate container 3569ba248a81 10:12:14 ---> 0563c52c3b59 10:12:14 Step 10/24 : FROM scratch 10:12:14 ---> 10:12:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:12:14 ---> Running in 74eaa525fcea 10:12:14 Removing intermediate container 74eaa525fcea 10:12:14 ---> 42b3a012c0f6 10:12:14 Step 12/24 : ENV APP_PORT=49990 10:12:14 ---> Running in fb3fb243cfee 10:12:14 Removing intermediate container fb3fb243cfee 10:12:14 ---> a30fae1cdb6d 10:12:14 Step 13/24 : EXPOSE $APP_PORT 10:12:15 ---> Running in e276ff767125 10:12:15 Removing intermediate container e276ff767125 10:12:15 ---> f61fe46eb355 10:12:15 Step 14/24 : WORKDIR / 10:12:15 ---> Running in e69228a8a55d 10:12:15 Removing intermediate container e69228a8a55d 10:12:15 ---> aaa9b0d6b487 10:12:15 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:12:17 ---> e9a20e8c306d 10:12:17 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:12:17 ---> ceb0b8b5ed95 10:12:17 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:12:18 ---> 451baa3aa566 10:12:18 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:12:19 ---> 0d42e616a3d0 10:12:19 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:12:20 ---> cce75c1dc57c 10:12:20 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:12:20 ---> Running in 9c62d86c328b 10:12:20 Removing intermediate container 9c62d86c328b 10:12:20 ---> f654b40ed149 10:12:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:12:20 ---> Running in ae56ac0dd21a 10:12:21 Removing intermediate container ae56ac0dd21a 10:12:21 ---> 1abb6c80b695 10:12:21 Step 22/24 : LABEL arch=arm64 10:12:21 ---> Running in 3e7f87372881 10:12:21 Removing intermediate container 3e7f87372881 10:12:21 ---> ce3f0bd05009 10:12:21 Step 23/24 : LABEL git_sha=b6110b295e59031ad53410b0c05ed17e33075c85 10:12:21 ---> Running in 480d9ea4a2ae 10:12:22 Removing intermediate container 480d9ea4a2ae 10:12:22 ---> e53d4883b719 10:12:22 Step 24/24 : LABEL version=0.0.0 10:12:22 ---> Running in e8a0178e30a6 10:12:23 Removing intermediate container e8a0178e30a6 10:12:23 ---> f1aa813c4532 10:12:23 [Warning] One or more build-args [ARCH] were not consumed 10:12:23 Successfully built f1aa813c4532 10:12:23 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 10:12:25 provisioning config files... 10:12:25 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/config868511675489511567tmp [Pipeline] { [Pipeline] sh 10:12:25 + set +x 10:12:25 + bash -s -- 10:12:25 + curl -s https://codecov.io/bash 10:12:26 10:12:26 _____ _ 10:12:26 / ____| | | 10:12:26 | | ___ __| | ___ ___ _____ __ 10:12:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:12:26 | |___| (_) | (_| | __/ (_| (_) \ V / 10:12:26 \_____\___/ \__,_|\___|\___\___/ \_/ 10:12:26 Bash-20201116-eea08d9 10:12:26 10:12:26 10:12:26 ==> Jenkins CI detected. 10:12:26 project root: . 10:12:26 --> token set from env 10:12:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:12:26 ==> Running gcov in . (disable via -X gcov) 10:12:26 ==> Python coveragepy not found 10:12:26 ==> Searching for coverage reports in: 10:12:26 + . 10:12:26 -> Found 1 reports 10:12:26 ==> Detecting git/mercurial file structure 10:12:26 ==> Reading reports 10:12:26 + ./coverage.out bytes=127610 10:12:26 ==> Appending adjustments 10:12:26 https://docs.codecov.io/docs/fixing-reports 10:12:26 + Found adjustments 10:12:26 ==> Gzipping contents 10:12:26 ==> Uploading reports 10:12:26 url: https://codecov.io 10:12:26 query: branch=PR-652&commit=b6110b295e59031ad53410b0c05ed17e33075c85&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-652%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=652&job=&cmd_args= 10:12:26 -> Pinging Codecov 10:12:26 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-652&commit=b6110b295e59031ad53410b0c05ed17e33075c85&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-652%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=652&job=&cmd_args= 10:12:28 -> Uploading to 10:12:28 https://storage.googleapis.com/codecov/v4/raw/2020-11-19/7E55EF52A471D76F132DFD9A03CDDE97/b6110b295e59031ad53410b0c05ed17e33075c85/3fd9e769-a138-40ac-a5c2-92148e60e109.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T101228Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4c2f946808b1a5b0f5e16fe457d42e632524bd686da8470bc9e920556d7beed 10:12:28 % Total % Received % Xferd Average Speed Time Time Time Current 10:12:28 Dload Upload Total Spent Left Speed 10:12:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20898 0 0 100 20898 0 45565 --:--:-- --:--:-- --:--:-- 45529 10:12:29 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b6110b295e59031ad53410b0c05ed17e33075c85 [Pipeline] } 10:12:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 10:12:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:12:33 ---> package-listing.sh 10:12:33 ++ facter osfamily 10:12:33 ++ tr '[:upper:]' '[:lower:]' 10:12:33 + OS_FAMILY=redhat 10:12:33 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-652 10:12:33 + START_PACKAGES=/tmp/packages_start.txt 10:12:33 + END_PACKAGES=/tmp/packages_end.txt 10:12:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:12:33 + PACKAGES=/tmp/packages_start.txt 10:12:33 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-652 ']' 10:12:33 + PACKAGES=/tmp/packages_end.txt 10:12:33 + case "${OS_FAMILY}" in 10:12:33 + rpm -qa 10:12:33 + sort 10:12:37 + '[' -f /tmp/packages_start.txt ']' 10:12:37 + '[' -f /tmp/packages_end.txt ']' 10:12:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:12:37 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-652 ']' 10:12:37 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-652/archives/ 10:12:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-652/archives/ [Pipeline] echo 10:12:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-652/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:12:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:12:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:12:38 10:12:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:12:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:12:38 alpine: Pulling from edgex-lftools-log-publisher 10:12:38 df20fa9351a1: Pulling fs layer 10:12:38 36b3adc4ff6f: Pulling fs layer 10:12:38 8ad3a11d3b57: Pulling fs layer 10:12:38 46f8f816bc3b: Pulling fs layer 10:12:38 93b61091891f: Pulling fs layer 10:12:38 93b9cdb0e59b: Pulling fs layer 10:12:38 5e14af77c1be: Pulling fs layer 10:12:38 01666e4c0597: Pulling fs layer 10:12:38 aa168da1d23b: Pulling fs layer 10:12:38 93b9cdb0e59b: Waiting 10:12:38 5e14af77c1be: Waiting 10:12:38 01666e4c0597: Waiting 10:12:38 46f8f816bc3b: Waiting 10:12:38 93b61091891f: Waiting 10:12:38 aa168da1d23b: Waiting 10:12:39 36b3adc4ff6f: Verifying Checksum 10:12:39 36b3adc4ff6f: Download complete 10:12:39 46f8f816bc3b: Verifying Checksum 10:12:39 46f8f816bc3b: Download complete 10:12:39 df20fa9351a1: Verifying Checksum 10:12:39 df20fa9351a1: Download complete 10:12:39 93b9cdb0e59b: Verifying Checksum 10:12:39 93b9cdb0e59b: Download complete 10:12:39 5e14af77c1be: Verifying Checksum 10:12:39 5e14af77c1be: Download complete 10:12:39 01666e4c0597: Download complete 10:12:40 93b61091891f: Verifying Checksum 10:12:40 93b61091891f: Download complete 10:12:40 df20fa9351a1: Pull complete 10:12:40 36b3adc4ff6f: Pull complete 10:12:40 8ad3a11d3b57: Verifying Checksum 10:12:40 8ad3a11d3b57: Download complete 10:12:42 8ad3a11d3b57: Pull complete 10:12:42 46f8f816bc3b: Pull complete 10:12:42 93b61091891f: Pull complete 10:12:42 93b9cdb0e59b: Pull complete 10:12:43 5e14af77c1be: Pull complete 10:12:43 01666e4c0597: Pull complete 10:12:45 aa168da1d23b: Verifying Checksum 10:12:45 aa168da1d23b: Download complete 10:12:55 aa168da1d23b: Pull complete 10:12:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:12:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:12:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:12:55 prd-centos7-docker-4c-2g-12723 does not seem to be running inside a container 10:12:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-652/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-652 -v /w/workspace/dgexfoundry_device-sdk-go_PR-652:/w/workspace/dgexfoundry_device-sdk-go_PR-652:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:12:58 $ docker top c6b652605d6706d1174af3b2d93cf3d3f76f889b110e0f15be2ac24c5c02238c -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:58 + touch /tmp/pre-build-complete [Pipeline] sh 10:12:59 + mkdir -p /var/log/sa [Pipeline] sh 10:12:59 + ls /var/log/sa-host 10:12:59 + sadf -c /var/log/sa-host/sa05 10:12:59 file_magic: OK 10:12:59 HZ: Using current value: 100 10:12:59 file_header: OK 10:12:59 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 10:12:59 Statistics: 10:12:59 Hnuu...uuuununununu...Hnuu...uuuununununu... 10:12:59 File successfully converted to sysstat format version 12.2.1 10:12:59 + sadf -c /var/log/sa-host/sa19 10:12:59 file_magic: OK 10:12:59 HZ: Using current value: 100 10:12:59 file_header: OK 10:12:59 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 10:12:59 Statistics: 10:12:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:12:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:13:00 provisioning config files... 10:13:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp/config7021436321227884251tmp [Pipeline] { [Pipeline] echo 10:13:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:13:00 ---> create-netrc.sh [Pipeline] } 10:13:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:13:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:13:01 ---> python-tools-install.sh [Pipeline] echo 10:13:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:13:01 ---> sudo-logs.sh 10:13:01 Archiving 'sudo' log.. [Pipeline] echo 10:13:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:13:02 ---> job-cost.sh 10:13:02 lf-activate-venv: SKIPPING 10:13:02 INFO: No Stack... 10:13:02 INFO: Retrieving Pricing Info for: v1-standard-2 10:13:03 INFO: Archiving Costs [Pipeline] echo 10:13:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:13:04 ---> logs-deploy.sh 10:13:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-652/2 10:13:04 INFO: archiving workspace using pattern(s): 10:13:06 Archives upload complete. 10:13:06 INFO: archiving logs to Nexus 10:13:08 ---> uname -a: 10:13:08 Linux prd-centos7-docker-4c-2g-12723.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:13:08 10:13:08 10:13:08 ---> lscpu: 10:13:08 Architecture: x86_64 10:13:08 CPU op-mode(s): 32-bit, 64-bit 10:13:08 Byte Order: Little Endian 10:13:08 Address sizes: 40 bits physical, 48 bits virtual 10:13:08 CPU(s): 4 10:13:08 On-line CPU(s) list: 0-3 10:13:08 Thread(s) per core: 1 10:13:08 Core(s) per socket: 1 10:13:08 Socket(s): 4 10:13:08 NUMA node(s): 1 10:13:08 Vendor ID: GenuineIntel 10:13:08 CPU family: 6 10:13:08 Model: 44 10:13:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:13:08 Stepping: 1 10:13:08 CPU MHz: 2933.438 10:13:08 BogoMIPS: 5866.87 10:13:08 Virtualization: VT-x 10:13:08 Hypervisor vendor: KVM 10:13:08 Virtualization type: full 10:13:08 L1d cache: 128 KiB 10:13:08 L1i cache: 128 KiB 10:13:08 L2 cache: 16 MiB 10:13:08 L3 cache: 64 MiB 10:13:08 NUMA node0 CPU(s): 0-3 10:13:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:13:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:13:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:13:08 Vulnerability Meltdown: Mitigation; PTI 10:13:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:13:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:13:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:13:08 Vulnerability Tsx async abort: Not affected 10:13:08 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 10:13:08 10:13:08 10:13:08 ---> nproc: 10:13:08 4 10:13:08 10:13:08 10:13:08 ---> df -h: 10:13:08 Filesystem Size Used Available Use% Mounted on 10:13:08 overlay 50.0G 7.2G 42.8G 14% / 10:13:08 tmpfs 64.0M 0 64.0M 0% /dev 10:13:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:13:08 shm 64.0M 0 64.0M 0% /dev/shm 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-652@tmp 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 10:13:08 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-652 10:13:08 10:13:08 10:13:08 ---> free -m: 10:13:08 total used free shared buff/cache available 10:13:08 Mem: 1837 688 94 0 1055 1047 10:13:08 Swap: 1023 1 1022 10:13:08 10:13:08 10:13:08 ---> ip addr: 10:13:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:13:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:13:08 inet 127.0.0.1/8 scope host lo 10:13:08 valid_lft forever preferred_lft forever 10:13:08 inet6 ::1/128 scope host 10:13:08 valid_lft forever preferred_lft forever 10:13:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:13:08 link/ether fa:16:3e:8c:97:70 brd ff:ff:ff:ff:ff:ff 10:13:08 inet 10.30.122.237/23 brd 10.30.123.255 scope global dynamic eth0 10:13:08 valid_lft 85892sec preferred_lft 85892sec 10:13:08 inet6 fe80::f816:3eff:fe8c:9770/64 scope link 10:13:08 valid_lft forever preferred_lft forever 10:13:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:13:08 link/ether 02:42:44:0b:04:8c brd ff:ff:ff:ff:ff:ff 10:13:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:13:08 valid_lft forever preferred_lft forever 10:13:08 inet6 fe80::42:44ff:fe0b:48c/64 scope link 10:13:08 valid_lft forever preferred_lft forever 10:13:08 10:13:08 10:13:08 ---> sar -b -r -n DEV: 10:13:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 10:13:08 10:13:08 10:04:24 LINUX RESTART (4 CPU) 10:13:08 10:13:08 10:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:13:08 10:06:01 76.01 29.35 46.66 0.00 6646.66 5008.12 0.00 10:13:08 10:07:01 1.63 0.00 1.63 0.00 0.00 27.97 0.00 10:13:08 10:08:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 10:13:08 10:09:01 0.28 0.00 0.28 0.00 0.00 5.01 0.00 10:13:08 10:10:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 10:13:08 10:11:01 0.32 0.00 0.32 0.00 0.00 3.93 0.00 10:13:08 10:12:01 0.30 0.02 0.28 0.00 0.13 3.36 0.00 10:13:08 Average: 11.30 4.20 7.10 0.00 949.93 722.48 0.00 10:13:08 10:13:08 10:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:13:08 10:06:01 180292 0 568156 30.20 2620 1130488 1117592 38.14 426412 1114908 132 10:13:08 10:07:01 187352 0 561004 29.82 2620 1130580 1065748 36.37 423200 1112364 20 10:13:08 10:08:01 187456 0 560896 29.81 2620 1130584 1065748 36.37 423248 1112348 8 10:13:08 10:09:01 185416 0 562928 29.92 2620 1130592 1065940 36.38 426124 1111692 20 10:13:08 10:10:01 186868 0 561472 29.84 2620 1130596 1065748 36.37 425800 1110840 12 10:13:08 10:11:01 185984 0 562352 29.89 2620 1130600 1065820 36.37 432700 1104808 8 10:13:08 10:12:01 186156 0 562172 29.88 2620 1130608 1065748 36.37 434504 1102784 12 10:13:08 Average: 185646 0 562711 29.91 2620 1130578 1073192 36.63 427427 1109963 30 10:13:08 10:13:08 10:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:13:08 10:06:01 eth0 348.90 221.55 1053.66 87.56 0.00 0.00 0.00 0.00 10:13:08 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:06:01 docker0 6.69 5.42 1.14 19.95 0.00 0.00 0.00 0.00 10:13:08 10:07:01 eth0 0.37 0.07 0.02 0.01 0.00 0.00 0.00 0.00 10:13:08 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:08:01 eth0 0.57 0.13 0.07 0.01 0.00 0.00 0.00 0.00 10:13:08 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:09:01 eth0 2.73 1.45 3.45 0.45 0.00 0.00 0.00 0.00 10:13:08 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:10:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:13:08 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:11:01 eth0 0.32 0.23 0.14 0.08 0.00 0.00 0.00 0.00 10:13:08 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:12:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:13:08 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 Average: eth0 50.46 31.96 151.11 12.59 0.00 0.00 0.00 0.00 10:13:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:13:08 Average: docker0 0.96 0.78 0.16 2.85 0.00 0.00 0.00 0.00 10:13:08 10:13:08 10:13:08 ---> sar -P ALL: 10:13:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 10:13:08 10:13:08 10:04:24 LINUX RESTART (4 CPU) 10:13:08 10:13:08 10:05:01 CPU %user %nice %system %iowait %steal %idle 10:13:08 10:06:01 all 15.45 0.00 5.47 2.42 3.07 73.61 10:13:08 10:06:01 0 14.36 0.00 5.80 1.10 3.31 75.43 10:13:08 10:06:01 1 16.35 0.00 5.57 2.98 2.78 72.32 10:13:08 10:06:01 2 15.47 0.00 5.07 0.81 3.13 75.52 10:13:08 10:06:01 3 15.60 0.00 5.43 4.80 3.04 71.13 10:13:08 10:07:01 all 0.14 0.00 0.05 0.00 0.06 99.75 10:13:08 10:07:01 0 0.05 0.00 0.03 0.00 0.07 99.85 10:13:08 10:07:01 1 0.08 0.00 0.07 0.00 0.05 99.80 10:13:08 10:07:01 2 0.07 0.00 0.07 0.00 0.08 99.78 10:13:08 10:07:01 3 0.37 0.00 0.03 0.00 0.03 99.57 10:13:08 10:08:01 all 0.14 0.00 0.03 0.00 0.13 99.70 10:13:08 10:08:01 0 0.08 0.00 0.05 0.00 0.22 99.65 10:13:08 10:08:01 1 0.03 0.00 0.02 0.00 0.17 99.78 10:13:08 10:08:01 2 0.02 0.00 0.05 0.00 0.07 99.87 10:13:08 10:08:01 3 0.42 0.00 0.02 0.00 0.07 99.50 10:13:08 10:09:01 all 0.11 0.00 0.05 0.00 0.05 99.79 10:13:08 10:09:01 0 0.08 0.00 0.05 0.00 0.05 99.82 10:13:08 10:09:01 1 0.03 0.00 0.03 0.00 0.03 99.90 10:13:08 10:09:01 2 0.08 0.00 0.08 0.00 0.08 99.75 10:13:08 10:09:01 3 0.23 0.00 0.05 0.00 0.03 99.68 10:13:08 10:10:01 all 0.12 0.00 0.06 0.00 0.20 99.62 10:13:08 10:10:01 0 0.05 0.00 0.03 0.00 0.30 99.62 10:13:08 10:10:01 1 0.03 0.00 0.03 0.00 0.10 99.83 10:13:08 10:10:01 2 0.07 0.00 0.13 0.00 0.18 99.62 10:13:08 10:10:01 3 0.35 0.00 0.03 0.00 0.22 99.40 10:13:08 10:11:01 all 0.12 0.00 0.07 0.00 0.17 99.63 10:13:08 10:11:01 0 0.03 0.00 0.02 0.00 0.17 99.78 10:13:08 10:11:01 1 0.02 0.00 0.02 0.00 0.07 99.90 10:13:08 10:11:01 2 0.03 0.00 0.23 0.00 0.25 99.48 10:13:08 10:11:01 3 0.42 0.00 0.03 0.00 0.20 99.35 10:13:08 10:12:01 all 0.13 0.00 0.04 0.00 0.10 99.73 10:13:08 10:12:01 0 0.05 0.00 0.05 0.00 0.05 99.85 10:13:08 10:12:01 1 0.03 0.00 0.02 0.00 0.13 99.82 10:13:08 10:12:01 2 0.42 0.00 0.05 0.00 0.10 99.43 10:13:08 10:12:01 3 0.02 0.00 0.03 0.00 0.13 99.82 10:13:08 Average: all 2.25 0.00 0.80 0.34 0.53 96.08 10:13:08 Average: 0 2.05 0.00 0.84 0.15 0.58 96.37 10:13:08 Average: 1 2.31 0.00 0.80 0.42 0.47 96.00 10:13:08 Average: 2 2.25 0.00 0.79 0.11 0.54 96.30 10:13:08 Average: 3 2.41 0.00 0.78 0.66 0.52 95.64 10:13:08 10:13:08 10:13:08