Branch indexing 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 ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+848c16ec05d796c9e5a16abafab7aa79fc4967e4 (d331217c8c8515b411107c7b3334d8f960c1fa69) 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName: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: 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27266 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [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-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 45407d4645e594665b1339c307ea798f96f80dc7 Checking out Revision 45407d4645e594665b1339c307ea798f96f80dc7 (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # 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 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45407d4645e594665b1339c307ea798f96f80dc7 # timeout=10 Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 2006152dce5d89e4ee72e3be980cfa6571088e8b # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:24 ========================================================= 02:42:24 EdgeX Global Pipelines Version Info 02:42:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:42:25 ------------------- 02:42:25 stable info: 02:42:25 ------------------- 02:42:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:42:25 Message: update stable to v1.0.179 02:42:26 ------------------- 02:42:26 experimental info: 02:42:26 ------------------- 02:42:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:42:26 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45407d4645e594665b1339c307ea798f96f80dc7 [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45407d4 [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:42:30 provisioning config files... 02:42:30 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7700822869411164787tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:42:30 ---> docker-login.sh 02:42:30 nexus3.edgexfoundry.org:10001 02:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:30 Configure a credential helper to remove this warning. See 02:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:30 02:42:30 Login Succeeded 02:42:30 nexus3.edgexfoundry.org:10002 02:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:30 Configure a credential helper to remove this warning. See 02:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:30 02:42:30 Login Succeeded 02:42:30 nexus3.edgexfoundry.org:10003 02:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:31 Configure a credential helper to remove this warning. See 02:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:31 02:42:31 Login Succeeded 02:42:31 nexus3.edgexfoundry.org:10004 02:42:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:31 Configure a credential helper to remove this warning. See 02:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:31 02:42:31 Login Succeeded 02:42:31 docker.io 02:42:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:31 Configure a credential helper to remove this warning. See 02:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:31 02:42:31 Login Succeeded 02:42:31 ---> docker-login.sh ends [Pipeline] } 02:42:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:42:32 + git log --format=format:%s -1 45407d4645e594665b1339c307ea798f96f80dc7 [Pipeline] echo 02:42:32 GIT_COMMIT: 45407d4645e594665b1339c307ea798f96f80dc7, Commit Message: Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD [Pipeline] echo 02:42:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:33 02:42:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:33 latest: Pulling from edgex-devops/git-semver 02:42:33 31603596830f: Pulling fs layer 02:42:33 2a8b12db71e7: Pulling fs layer 02:42:33 6ca5941a6612: Pulling fs layer 02:42:33 ecc8261a40a4: Pulling fs layer 02:42:33 ecc8261a40a4: Waiting 02:42:33 2a8b12db71e7: Verifying Checksum 02:42:33 2a8b12db71e7: Download complete 02:42:33 31603596830f: Verifying Checksum 02:42:33 31603596830f: Download complete 02:42:33 ecc8261a40a4: Verifying Checksum 02:42:33 ecc8261a40a4: Download complete 02:42:33 6ca5941a6612: Verifying Checksum 02:42:33 6ca5941a6612: Download complete 02:42:34 31603596830f: Pull complete 02:42:34 2a8b12db71e7: Pull complete 02:42:35 6ca5941a6612: Pull complete 02:42:35 ecc8261a40a4: Pull complete 02:42:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:35 prd-centos7-docker-4c-2g-27266 does not seem to be running inside a container 02:42:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:42:37 $ docker top 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:38 [ssh-agent] Looking for ssh-agent implementation... 02:42:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:38 $ docker exec 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f ssh-agent 02:42:38 SSH_AUTH_SOCK=/tmp/ssh-kJm0fr9chOrO/agent.12 02:42:38 SSH_AGENT_PID=18 02:42:38 Running ssh-add (command line suppressed) 02:42:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4302181555066034914.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4302181555066034914.key) 02:42:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:38 + git tag --points-at HEAD [Pipeline] } 02:42:39 $ docker exec --env ******** --env ******** 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f ssh-agent -k 02:42:39 unset SSH_AUTH_SOCK; 02:42:39 unset SSH_AGENT_PID; 02:42:39 echo Agent pid 18 killed; 02:42:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:39 [ssh-agent] Looking for ssh-agent implementation... 02:42:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:39 $ docker exec 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f ssh-agent 02:42:39 SSH_AUTH_SOCK=/tmp/ssh-JTdLl1kk30PZ/agent.47 02:42:39 SSH_AGENT_PID=53 02:42:39 Running ssh-add (command line suppressed) 02:42:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5778349748212666510.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5778349748212666510.key) 02:42:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:40 + git semver init 02:42:40 # -> Open(): unable to determine branch for HEAD 02:42:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:42:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:42:40 # $SEMVER_REMOTE_NAME = origin 02:42:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:40 # $SEMVER_USER_NAME = edgex-jenkins 02:42:40 # $SEMVER_BRANCH = PR-725 02:42:40 # $SEMVER_TEMP = /tmp/semver-360977014 02:42:40 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:41 # '/tmp/semver-360977014' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:42:41 # -> Force: false 02:42:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:42:41 $ docker exec --env ******** --env ******** 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f ssh-agent -k 02:42:41 unset SSH_AUTH_SOCK; 02:42:41 unset SSH_AGENT_PID; 02:42:41 echo Agent pid 53 killed; 02:42:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:41 + git semver [Pipeline] } 02:42:41 $ docker stop --time=1 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f 02:42:43 $ docker rm -f 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f [Pipeline] // withDockerContainer [Pipeline] sh 02:42:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:44 Stashed 1 file(s) [Pipeline] echo 02:42:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:42:59 Still waiting to schedule task 02:42:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:42:59 Still waiting to schedule task 02:42:59 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 02:44:45 Running on prd-centos7-docker-4c-2g-27267 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:44:45 Running in /w/workspace/device-sdk-go/14 [Pipeline] { [Pipeline] checkout 02:44:57 using credential edgex-jenkins-ssh 02:44:57 Cloning the remote Git repository 02:44:57 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:57 > git init /w/workspace/device-sdk-go/14 # timeout=10 02:44:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:57 > git --version # timeout=10 02:44:57 > git --version # 'git version 2.24.3' 02:44:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:01 Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:45:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:00 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:01 > git config core.sparsecheckout # timeout=10 02:45:01 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:45:02 Merge succeeded, producing 3b0ee5dd69e258b1e79b661aa3ba7ca2ef424302 02:45:02 Checking out Revision 3b0ee5dd69e258b1e79b661aa3ba7ca2ef424302 (PR-725) 02:45:01 > git remote # timeout=10 02:45:01 > git config --get remote.origin.url # timeout=10 02:45:01 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:01 > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 02:45:02 > git rev-parse HEAD^{commit} # timeout=10 02:45:02 > git config core.sparsecheckout # timeout=10 02:45:02 > git checkout -f 3b0ee5dd69e258b1e79b661aa3ba7ca2ef424302 # timeout=10 02:45:09 Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" 02:45:09 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:09 > git rev-list --no-walk 2006152dce5d89e4ee72e3be980cfa6571088e8b # timeout=10 02:45:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:14 + sudo service docker restart 02:45:14 + true 02:45:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:17 provisioning config files... 02:45:17 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/14@tmp/config739496776670182369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:18 ---> docker-login.sh 02:45:18 nexus3.edgexfoundry.org:10001 02:45:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:20 Configure a credential helper to remove this warning. See 02:45:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:20 02:45:20 Login Succeeded 02:45:20 nexus3.edgexfoundry.org:10002 02:45:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:20 Configure a credential helper to remove this warning. See 02:45:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:20 02:45:20 Login Succeeded 02:45:20 nexus3.edgexfoundry.org:10003 02:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:21 Configure a credential helper to remove this warning. See 02:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:21 02:45:21 Login Succeeded 02:45:21 nexus3.edgexfoundry.org:10004 02:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:23 Configure a credential helper to remove this warning. See 02:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:23 02:45:23 Login Succeeded 02:45:23 docker.io 02:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:24 Configure a credential helper to remove this warning. See 02:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:24 02:45:24 Login Succeeded 02:45:24 ---> docker-login.sh ends [Pipeline] } 02:45:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:26 ========================================================= 02:45:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:45:27 Sending build context to Docker daemon 2.412MB 02:45:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:27 Step 2/8 : FROM ${BASE} 02:45:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:27 188c0c94c7c5: Pulling fs layer 02:45:27 0ef7d3d256c8: Pulling fs layer 02:45:27 de9db76c5a1d: Pulling fs layer 02:45:27 bca2f99d35d6: Pulling fs layer 02:45:27 93359f2a8cfa: Pulling fs layer 02:45:27 7c6f9722023f: Pulling fs layer 02:45:27 a35cf1a2eb13: Pulling fs layer 02:45:27 bca2f99d35d6: Waiting 02:45:27 93359f2a8cfa: Waiting 02:45:27 7c6f9722023f: Waiting 02:45:27 a35cf1a2eb13: Waiting 02:45:28 de9db76c5a1d: Verifying Checksum 02:45:28 de9db76c5a1d: Download complete 02:45:28 0ef7d3d256c8: Verifying Checksum 02:45:28 0ef7d3d256c8: Download complete 02:45:28 93359f2a8cfa: Verifying Checksum 02:45:28 93359f2a8cfa: Download complete 02:45:28 7c6f9722023f: Verifying Checksum 02:45:28 7c6f9722023f: Download complete 02:45:29 188c0c94c7c5: Verifying Checksum 02:45:29 188c0c94c7c5: Download complete 02:45:30 188c0c94c7c5: Pull complete 02:45:30 0ef7d3d256c8: Pull complete 02:45:30 de9db76c5a1d: Pull complete 02:45:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27271 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:45:34 Running in /w/workspace/device-sdk-go/14 [Pipeline] { [Pipeline] checkout 02:45:39 using credential edgex-jenkins-ssh 02:45:39 Cloning the remote Git repository 02:45:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:39 > git init /w/workspace/device-sdk-go/14 # timeout=10 02:45:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:39 > git --version # timeout=10 02:45:39 > git --version # 'git version 2.17.1' 02:45:39 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:40 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:41 Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:45:41 Merge succeeded, producing b51947b5309399cb0803da4a3a3f44b4ee3652df 02:45:41 Checking out Revision b51947b5309399cb0803da4a3a3f44b4ee3652df (PR-725) 02:45:41 > git config core.sparsecheckout # timeout=10 02:45:41 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:45:41 > git remote # timeout=10 02:45:41 > git config --get remote.origin.url # timeout=10 02:45:41 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:41 > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 02:45:41 > git rev-parse HEAD^{commit} # timeout=10 02:45:41 > git config core.sparsecheckout # timeout=10 02:45:41 > git checkout -f b51947b5309399cb0803da4a3a3f44b4ee3652df # timeout=10 02:45:42 a35cf1a2eb13: Verifying Checksum 02:45:42 a35cf1a2eb13: Download complete 02:45:42 bca2f99d35d6: Verifying Checksum 02:45:42 bca2f99d35d6: Download complete 02:45:45 Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" 02:45:45 First time build. Skipping changelog. 02:45:45 > git rev-list --no-walk 2006152dce5d89e4ee72e3be980cfa6571088e8b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:45:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:48 + sudo service docker restart 02:45:48 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:50 provisioning config files... 02:45:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/14@tmp/config4842447973419535614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:51 ---> docker-login.sh 02:45:51 nexus3.edgexfoundry.org:10001 02:45:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:52 Configure a credential helper to remove this warning. See 02:45:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:52 02:45:52 Login Succeeded 02:45:52 nexus3.edgexfoundry.org:10002 02:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:53 Configure a credential helper to remove this warning. See 02:45:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:53 02:45:53 Login Succeeded 02:45:53 nexus3.edgexfoundry.org:10003 02:45:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:53 Configure a credential helper to remove this warning. See 02:45:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:53 02:45:53 Login Succeeded 02:45:53 nexus3.edgexfoundry.org:10004 02:45:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:54 Configure a credential helper to remove this warning. See 02:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:54 02:45:54 Login Succeeded 02:45:54 docker.io 02:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:54 Configure a credential helper to remove this warning. See 02:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:54 02:45:54 Login Succeeded 02:45:54 ---> docker-login.sh ends [Pipeline] } 02:45:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:55 ========================================================= 02:45:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:45:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:45:56 Sending build context to Docker daemon 2.402MB 02:45:56 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:56 Step 2/8 : FROM ${BASE} 02:45:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:45:56 5f621e34cdf4: Pulling fs layer 02:45:56 a4357932f1b6: Pulling fs layer 02:45:56 18c013af1878: Pulling fs layer 02:45:56 00ac8860ef70: Pulling fs layer 02:45:56 63d7cb157983: Pulling fs layer 02:45:56 b116817d02f9: Pulling fs layer 02:45:56 745a02a5169b: Pulling fs layer 02:45:56 63d7cb157983: Waiting 02:45:56 b116817d02f9: Waiting 02:45:56 00ac8860ef70: Waiting 02:45:56 745a02a5169b: Waiting 02:45:56 18c013af1878: Verifying Checksum 02:45:56 18c013af1878: Download complete 02:45:56 a4357932f1b6: Verifying Checksum 02:45:56 a4357932f1b6: Download complete 02:45:56 63d7cb157983: Verifying Checksum 02:45:56 63d7cb157983: Download complete 02:45:56 b116817d02f9: Verifying Checksum 02:45:56 b116817d02f9: Download complete 02:45:56 5f621e34cdf4: Download complete 02:45:57 5f621e34cdf4: Pull complete 02:45:58 a4357932f1b6: Pull complete 02:45:58 18c013af1878: Pull complete 02:45:59 745a02a5169b: Verifying Checksum 02:45:59 745a02a5169b: Download complete 02:46:00 00ac8860ef70: Verifying Checksum 02:46:00 00ac8860ef70: Download complete 02:46:05 bca2f99d35d6: Pull complete 02:46:05 93359f2a8cfa: Pull complete 02:46:05 7c6f9722023f: Pull complete 02:46:11 00ac8860ef70: Pull complete 02:46:11 63d7cb157983: Pull complete 02:46:11 b116817d02f9: Pull complete 02:46:13 a35cf1a2eb13: Pull complete 02:46:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:46:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:13 ---> a62c8e92a672 02:46:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:13 ---> Running in ab716ce23119 02:46:13 Removing intermediate container ab716ce23119 02:46:13 ---> 9804c7818cfa 02:46:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:14 ---> Running in 3f7e23114fdd 02:46:15 745a02a5169b: Pull complete 02:46:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:46:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:46:15 ---> b7e6874047d6 02:46:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:17 Removing intermediate container 3f7e23114fdd 02:46:17 ---> 3825cc186650 02:46:17 Step 5/8 : RUN apk add --update --no-cache make git 02:46:17 ---> Running in f16f6748c29a 02:46:18 ---> Running in 34a11ea294b8 02:46:18 Removing intermediate container 34a11ea294b8 02:46:18 ---> c46224e87a1a 02:46:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:19 ---> Running in 8c47eaf008ee 02:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:21 Removing intermediate container 8c47eaf008ee 02:46:21 ---> c49ac10320ff 02:46:21 Step 5/8 : RUN apk add --update --no-cache make git 02:46:21 ---> Running in 8a1bfd9f47d8 02:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:23 OK: 166 MiB in 39 packages 02:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:24 Removing intermediate container f16f6748c29a 02:46:24 ---> d74057e73b38 02:46:24 Step 6/8 : WORKDIR /device-sdk-go 02:46:24 ---> Running in 5784206e60e1 02:46:24 Removing intermediate container 5784206e60e1 02:46:24 ---> af4c5e97f2c8 02:46:24 Step 7/8 : COPY . . 02:46:24 OK: 142 MiB in 39 packages 02:46:26 Removing intermediate container 8a1bfd9f47d8 02:46:26 ---> e6803504aa0a 02:46:26 Step 6/8 : WORKDIR /device-sdk-go 02:46:26 ---> Running in b63b9aaa1627 02:46:26 Removing intermediate container b63b9aaa1627 02:46:26 ---> 515a4e432a5c 02:46:26 Step 7/8 : COPY . . 02:46:28 ---> 7e995ed1fa57 02:46:28 Step 8/8 : RUN go mod download 02:46:28 ---> Running in c1249d29f40e 02:46:28 ---> 6abe3c21325a 02:46:28 Step 8/8 : RUN go mod download 02:46:28 ---> Running in bc19a538f62f 02:46:55 Removing intermediate container bc19a538f62f 02:46:55 ---> 23be5f99df13 02:46:55 Successfully built 23be5f99df13 02:46:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:46:55 + docker inspect -f . ci-base-image-arm64 02:46:55 . [Pipeline] withDockerContainer 02:46:55 prd-ubuntu18.04-docker-arm64-4c-16g-27271 does not seem to be running inside a container 02:46:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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 ******** -e ******** ci-base-image-arm64 cat 02:46:57 $ docker top 9ad5cddfab2e2d26a687217fc25449c7541ffddb7a83027a44de454a3b4ca2f7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:58 + go version 02:46:58 go version go1.15.5 linux/arm64 [Pipeline] } 02:46:58 $ docker stop --time=1 9ad5cddfab2e2d26a687217fc25449c7541ffddb7a83027a44de454a3b4ca2f7 02:47:00 $ docker rm -f 9ad5cddfab2e2d26a687217fc25449c7541ffddb7a83027a44de454a3b4ca2f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:01 + docker inspect -f . ci-base-image-arm64 02:47:01 . [Pipeline] withDockerContainer 02:47:01 prd-ubuntu18.04-docker-arm64-4c-16g-27271 does not seem to be running inside a container 02:47:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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 ******** -e ******** ci-base-image-arm64 cat 02:47:03 $ docker top d755f2a5ef3ca285fbd95da1bf4261977f03d0acd4dee69bd6bdac6bf1cf0aa3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:04 + make test 02:47:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:18 Removing intermediate container c1249d29f40e 02:47:18 ---> 4fb76806a525 02:47:18 Successfully built 4fb76806a525 02:47:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:47:19 + docker inspect -f . ci-base-image-x86_64 02:47:20 . [Pipeline] withDockerContainer 02:47:21 prd-centos7-docker-4c-2g-27267 does not seem to be running inside a container 02:47:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:47:26 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:47:26 $ docker top d9f22c53c2dc6a4bf3cb47d9f0af13fd6601faf332ecc1e015596e61c5f36d3d -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:28 + go version 02:47:28 go version go1.15.5 linux/amd64 [Pipeline] } 02:47:28 $ docker stop --time=1 d9f22c53c2dc6a4bf3cb47d9f0af13fd6601faf332ecc1e015596e61c5f36d3d 02:47:31 $ docker rm -f d9f22c53c2dc6a4bf3cb47d9f0af13fd6601faf332ecc1e015596e61c5f36d3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:33 + docker inspect -f . ci-base-image-x86_64 02:47:33 . [Pipeline] withDockerContainer 02:47:34 prd-centos7-docker-4c-2g-27267 does not seem to be running inside a container 02:47:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:47:36 $ docker top efb8050a4fdaefec24e31b22d9fefb245e3a6f0c4facc179459f61836ef62c67 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:38 + make test 02:47:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:48:07 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:48:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.167s coverage: 25.5% of statements 02:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.198s coverage: 10.1% of statements 02:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.116s coverage: 12.5% of statements 02:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.154s coverage: 84.8% of statements 02:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.184s coverage: 49.2% of statements 02:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.182s coverage: 81.3% of statements 02:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.162s coverage: 24.8% of statements 02:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.094s coverage: 83.5% of statements 02:48:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.144s coverage: 5.3% of statements 02:48:46 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:48:46 GO111MODULE=on go vet ./... 02:48:48 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:48:48 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:48:48 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:48:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.074s coverage: 25.5% of statements 02:49:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.190s coverage: 10.1% of statements 02:49:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.375s coverage: 12.5% of statements 02:49:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:49:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.121s coverage: 84.8% of statements 02:49:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:49:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:49:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:49:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:49:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.113s coverage: 49.2% of statements 02:49:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:49:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.114s coverage: 81.3% of statements 02:49:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.120s coverage: 24.8% of statements 02:49:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.668s coverage: 83.5% of statements 02:49:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.295s coverage: 5.3% of statements 02:49:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:49:17 GO111MODULE=on go vet ./... 02:49:18 gofmt -l . 02:49:18 [ "`gofmt -l .`" = "" ] 02:49:18 ./bin/test-attribution-txt.sh 02:49:18 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:49:18 $ docker stop --time=1 d755f2a5ef3ca285fbd95da1bf4261977f03d0acd4dee69bd6bdac6bf1cf0aa3 02:49:20 $ docker rm -f d755f2a5ef3ca285fbd95da1bf4261977f03d0acd4dee69bd6bdac6bf1cf0aa3 [Pipeline] // withDockerContainer [Pipeline] sh 02:49:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:49:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:26 + ls -al . 02:49:26 total 220 02:49:26 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 02:49 . 02:49:26 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:45 .. 02:49:26 -rw-rw-r-- 1 jenkins jenkins 140 Feb 23 02:45 .dockerignore 02:49:26 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 02:45 .git 02:49:26 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 02:45 .github 02:49:26 -rw-rw-r-- 1 jenkins jenkins 138 Feb 23 02:45 .gitignore 02:49:26 -rw-rw-r-- 1 jenkins jenkins 949 Feb 23 02:45 Dockerfile.build 02:49:26 -rw-rw-r-- 1 jenkins jenkins 894 Feb 23 02:45 Jenkinsfile 02:49:26 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 23 02:45 LICENSE 02:49:26 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 23 02:45 Makefile 02:49:26 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 23 02:45 README.md 02:49:26 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 23 02:45 RELEASE-NOTES.txt 02:49:26 -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 02:42 VERSION 02:49:26 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 02:45 bin 02:49:26 -rw-r--r-- 1 jenkins jenkins 101757 Feb 23 02:48 coverage.out 02:49:26 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:45 example 02:49:26 -rw-r--r-- 1 jenkins jenkins 515 Feb 23 02:49 go.mod 02:49:26 -rw-r--r-- 1 jenkins jenkins 19062 Feb 23 02:49 go.sum 02:49:26 drwxrwxr-x 13 jenkins jenkins 4096 Feb 23 02:45 internal 02:49:26 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:45 openapi 02:49:26 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 02:45 pkg 02:49:26 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:45 snap 02:49:26 -rw-rw-r-- 1 jenkins jenkins 222 Feb 23 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:49:26 + docker build -t 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=45407d4645e594665b1339c307ea798f96f80dc7 --label arch=arm64 --label version=0.0.0 . 02:49:26 Sending build context to Docker daemon 2.504MB 02:49:26 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:49:26 Step 2/24 : FROM ${BASE} AS builder 02:49:26 ---> 23be5f99df13 02:49:26 Step 3/24 : ARG MAKE='make build' 02:49:26 ---> Running in 5b628bf28c13 02:49:27 Removing intermediate container 5b628bf28c13 02:49:27 ---> bf674d23e8e7 02:49:27 Step 4/24 : WORKDIR /device-sdk-go 02:49:27 ---> Running in acbb0d5c71cc 02:49:28 Removing intermediate container acbb0d5c71cc 02:49:28 ---> c07f34ce3987 02:49:28 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:28 ---> Running in 0c195e2b9b51 02:49:28 Removing intermediate container 0c195e2b9b51 02:49:28 ---> 2f1bf10ec730 02:49:28 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:28 ---> Running in 7fc787b6d2d7 02:49:30 Removing intermediate container 7fc787b6d2d7 02:49:30 ---> b116b8e8596a 02:49:30 Step 7/24 : RUN apk add --update --no-cache make git 02:49:30 ---> Running in f65ce966bf75 02:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:36 OK: 142 MiB in 39 packages 02:49:37 Removing intermediate container f65ce966bf75 02:49:37 ---> b70c1b931e90 02:49:37 Step 8/24 : COPY . . 02:49:38 ---> 9da529a3a6db 02:49:38 Step 9/24 : RUN ${MAKE} 02:49:38 ---> Running in 43db8ed1b56c 02:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:49:51 gofmt -l . 02:49:51 [ "`gofmt -l .`" = "" ] 02:49:51 ./bin/test-attribution-txt.sh 02:49:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:49:56 $ docker stop --time=1 efb8050a4fdaefec24e31b22d9fefb245e3a6f0c4facc179459f61836ef62c67 02:49:58 $ docker rm -f efb8050a4fdaefec24e31b22d9fefb245e3a6f0c4facc179459f61836ef62c67 [Pipeline] // withDockerContainer [Pipeline] sh 02:49:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:49:59 Warning: overwriting stash ‘coverage-report’ 02:50:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:50:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:50:03 + ls -al . 02:50:03 total 184 02:50:03 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 02:49 . 02:50:03 drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 02:44 .. 02:50:03 drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 02:45 bin 02:50:03 -rw-r--r--. 1 jenkins jenkins 101756 Feb 23 02:49 coverage.out 02:50:03 -rw-rw-r--. 1 jenkins jenkins 949 Feb 23 02:45 Dockerfile.build 02:50:03 -rw-rw-r--. 1 jenkins jenkins 140 Feb 23 02:45 .dockerignore 02:50:03 drwxrwxr-x. 4 jenkins jenkins 48 Feb 23 02:45 example 02:50:03 drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 02:45 .git 02:50:03 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 02:45 .github 02:50:03 -rw-rw-r--. 1 jenkins jenkins 138 Feb 23 02:45 .gitignore 02:50:03 -rw-r--r--. 1 jenkins jenkins 515 Feb 23 02:49 go.mod 02:50:03 -rw-r--r--. 1 jenkins jenkins 19062 Feb 23 02:49 go.sum 02:50:03 drwxrwxr-x. 13 jenkins jenkins 183 Feb 23 02:45 internal 02:50:03 -rw-rw-r--. 1 jenkins jenkins 894 Feb 23 02:45 Jenkinsfile 02:50:03 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 23 02:45 LICENSE 02:50:03 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 23 02:45 Makefile 02:50:03 drwxrwxr-x. 4 jenkins jenkins 26 Feb 23 02:45 openapi 02:50:03 drwxrwxr-x. 5 jenkins jenkins 50 Feb 23 02:45 pkg 02:50:03 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 23 02:45 README.md 02:50:03 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 23 02:45 RELEASE-NOTES.txt 02:50:03 drwxrwxr-x. 4 jenkins jenkins 54 Feb 23 02:45 snap 02:50:03 -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 02:42 VERSION 02:50:03 -rw-rw-r--. 1 jenkins jenkins 222 Feb 23 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:50:03 + docker build -t 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=45407d4645e594665b1339c307ea798f96f80dc7 --label arch=amd64 --label version=0.0.0 . 02:50:04 Sending build context to Docker daemon 2.514MB 02:50:04 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:50:04 Step 2/24 : FROM ${BASE} AS builder 02:50:04 ---> 4fb76806a525 02:50:04 Step 3/24 : ARG MAKE='make build' 02:50:05 ---> Running in 15f99dc8fadb 02:50:05 Removing intermediate container 15f99dc8fadb 02:50:05 ---> 32f041159da2 02:50:05 Step 4/24 : WORKDIR /device-sdk-go 02:50:05 ---> Running in 866d0669d271 02:50:05 Removing intermediate container 866d0669d271 02:50:05 ---> f3d8e58b08f2 02:50:05 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:05 ---> Running in 87d687c8f2df 02:50:06 Removing intermediate container 87d687c8f2df 02:50:06 ---> fd74fe7faeff 02:50:06 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:06 ---> Running in fc98b85aa8f1 02:50:10 Removing intermediate container fc98b85aa8f1 02:50:10 ---> cd8f23073516 02:50:10 Step 7/24 : RUN apk add --update --no-cache make git 02:50:10 ---> Running in 0404c224305c 02:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:50:12 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:50:12 Removing intermediate container 43db8ed1b56c 02:50:12 ---> c451113cfc76 02:50:12 Step 10/24 : FROM scratch 02:50:12 ---> 02:50:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:12 ---> Running in b2f7fbe67014 02:50:12 Removing intermediate container b2f7fbe67014 02:50:12 ---> 202b1ef69da6 02:50:12 Step 12/24 : ENV APP_PORT=49990 02:50:12 ---> Running in 3cded9136ef5 02:50:12 Removing intermediate container 3cded9136ef5 02:50:12 ---> e493012a82e6 02:50:12 Step 13/24 : EXPOSE $APP_PORT 02:50:12 ---> Running in 6aaf6cf6d576 02:50:12 Removing intermediate container 6aaf6cf6d576 02:50:12 ---> ea0bd6b34a00 02:50:12 Step 14/24 : WORKDIR / 02:50:12 ---> Running in 7754177d6a8b 02:50:13 Removing intermediate container 7754177d6a8b 02:50:13 ---> ab061ef8f8d3 02:50:13 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:50:14 OK: 166 MiB in 39 packages 02:50:14 ---> c6ac0652760b 02:50:14 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:50:15 ---> 9e2ed8c94e7d 02:50:15 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:50:15 Removing intermediate container 0404c224305c 02:50:15 ---> 0a640ff50e36 02:50:15 Step 8/24 : COPY . . 02:50:15 ---> caa8660ff4b6 02:50:15 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:50:16 ---> 9495abd3f6cc 02:50:16 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:50:17 ---> 965a607b516e 02:50:17 Step 9/24 : RUN ${MAKE} 02:50:17 ---> Running in ea0f5dcac348 02:50:17 ---> 00bd11a294ed 02:50:17 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:50:17 ---> Running in 2b21d38b0801 02:50:17 Removing intermediate container 2b21d38b0801 02:50:17 ---> 62e7be2b9a06 02:50:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:18 ---> Running in ae9c7cf31845 02:50:18 Removing intermediate container ae9c7cf31845 02:50:18 ---> 45870f2b4982 02:50:18 Step 22/24 : LABEL arch=arm64 02:50:18 ---> Running in 2711d4ed8f9f 02:50:18 Removing intermediate container 2711d4ed8f9f 02:50:18 ---> 5b048bbc57b2 02:50:18 Step 23/24 : LABEL git_sha=45407d4645e594665b1339c307ea798f96f80dc7 02:50:19 ---> Running in 21b2f1ff10df 02:50:19 Removing intermediate container 21b2f1ff10df 02:50:19 ---> fb5aa8e61a01 02:50:19 Step 24/24 : LABEL version=0.0.0 02:50:19 ---> Running in 19b9d794137c 02:50:20 Removing intermediate container 19b9d794137c 02:50:20 ---> 90396edac290 02:50:20 [Warning] One or more build-args [ARCH] were not consumed 02:50:20 Successfully built 90396edac290 02:50:20 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 02:50:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 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] } 02:50:54 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:50:58 Removing intermediate container ea0f5dcac348 02:50:58 ---> b8dd050b1ff3 02:50:58 Step 10/24 : FROM scratch 02:50:58 ---> 02:50:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:58 ---> Running in 7644a380d261 02:50:58 Removing intermediate container 7644a380d261 02:50:58 ---> d4c0b1ff9913 02:50:58 Step 12/24 : ENV APP_PORT=49990 02:50:59 ---> Running in 6d5d1c783656 02:50:59 Removing intermediate container 6d5d1c783656 02:50:59 ---> e5f03cd20ad5 02:50:59 Step 13/24 : EXPOSE $APP_PORT 02:50:59 ---> Running in 84e1d7ffe759 02:50:59 Removing intermediate container 84e1d7ffe759 02:50:59 ---> 6525816d3312 02:50:59 Step 14/24 : WORKDIR / 02:50:59 ---> Running in e00591e2e564 02:51:00 Removing intermediate container e00591e2e564 02:51:00 ---> b39a38bc58dc 02:51:00 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:51:01 ---> 56b43647962c 02:51:01 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:51:03 ---> de6cefac575b 02:51:03 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:51:03 ---> 95be0bb0ea34 02:51:03 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:51:04 ---> 2e130cb9659f 02:51:04 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:51:04 ---> a002a12ea4e8 02:51:04 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:51:04 ---> Running in 36c0de0c2cbd 02:51:05 Removing intermediate container 36c0de0c2cbd 02:51:05 ---> de7095ebe4a6 02:51:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:51:05 ---> Running in 473a004b1f3c 02:51:06 Removing intermediate container 473a004b1f3c 02:51:06 ---> de924e6cd319 02:51:06 Step 22/24 : LABEL arch=amd64 02:51:06 ---> Running in 3a80cce10e41 02:51:06 Removing intermediate container 3a80cce10e41 02:51:06 ---> 3ec0ef50e14e 02:51:06 Step 23/24 : LABEL git_sha=45407d4645e594665b1339c307ea798f96f80dc7 02:51:07 ---> Running in f279df6bc920 02:51:07 Removing intermediate container f279df6bc920 02:51:07 ---> d3f56d9c2ada 02:51:07 Step 24/24 : LABEL version=0.0.0 02:51:07 ---> Running in c2b1de8f3d48 02:51:07 Removing intermediate container c2b1de8f3d48 02:51:07 ---> 93e9d81eb739 02:51:07 [Warning] One or more build-args [ARCH] were not consumed 02:51:07 Successfully built 93e9d81eb739 02:51:07 Successfully tagged 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:51:09 provisioning config files... 02:51:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config1869504931830876844tmp [Pipeline] { [Pipeline] sh 02:51:09 + set +x 02:51:09 + curl -s https://codecov.io/bash 02:51:09 + bash -s -- 02:51:10 02:51:10 _____ _ 02:51:10 / ____| | | 02:51:10 | | ___ __| | ___ ___ _____ __ 02:51:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:10 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:10 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:10 Bash-20210129-7c25fce 02:51:10 02:51:10 02:51:10 ==> git version 2.24.3 found 02:51:10 ==> 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 02:51:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:51:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:51:10 ==> Jenkins CI detected. 02:51:10 project root: . 02:51:10 --> token set from env 02:51:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:10 ==> Running gcov in . (disable via -X gcov) 02:51:10 ==> Python coveragepy not found 02:51:10 ==> Searching for coverage reports in: 02:51:10 + . 02:51:10 -> Found 1 reports 02:51:10 ==> Detecting git/mercurial file structure 02:51:10 ==> Reading reports 02:51:10 + ./coverage.out bytes=101756 02:51:10 ==> Appending adjustments 02:51:10 https://docs.codecov.io/docs/fixing-reports 02:51:10 + Found adjustments 02:51:10 ==> Gzipping contents 02:51:10 20K /tmp/codecov.b5BABt.gz 02:51:10 ==> Uploading reports 02:51:10 url: https://codecov.io 02:51:10 query: branch=PR-725&commit=45407d4645e594665b1339c307ea798f96f80dc7&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:10 -> Pinging Codecov 02:51:10 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-725&commit=45407d4645e594665b1339c307ea798f96f80dc7&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:10 -> Uploading to 02:51:10 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/7E55EF52A471D76F132DFD9A03CDDE97/45407d4645e594665b1339c307ea798f96f80dc7/53868c6a-fe1e-484f-8b36-2cf91d1eab3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T025110Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c30d6ce527b6fdb60a6efbc00d977bdafdecaea5f764fff45669576df7f2fa18 02:51:10 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:10 Dload Upload Total Spent Left Speed 02:51:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16493 0 0 100 16493 0 34546 --:--:-- --:--:-- --:--:-- 34576 02:51:11 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/45407d4645e594665b1339c307ea798f96f80dc7 [Pipeline] } 02:51:11 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 02:51:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:14 ---> package-listing.sh 02:51:14 ++ facter osfamily 02:51:14 ++ tr '[:upper:]' '[:lower:]' 02:51:14 + OS_FAMILY=redhat 02:51:14 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:51:14 + START_PACKAGES=/tmp/packages_start.txt 02:51:14 + END_PACKAGES=/tmp/packages_end.txt 02:51:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:14 + PACKAGES=/tmp/packages_start.txt 02:51:14 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:14 + PACKAGES=/tmp/packages_end.txt 02:51:14 + case "${OS_FAMILY}" in 02:51:14 + rpm -qa 02:51:14 + sort 02:51:19 + '[' -f /tmp/packages_start.txt ']' 02:51:19 + '[' -f /tmp/packages_end.txt ']' 02:51:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:19 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:51:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:51:19 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-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:51:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:51:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:20 02:51:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:51:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:20 alpine: Pulling from edgex-lftools-log-publisher 02:51:20 df20fa9351a1: Pulling fs layer 02:51:20 36b3adc4ff6f: Pulling fs layer 02:51:20 8ad3a11d3b57: Pulling fs layer 02:51:20 46f8f816bc3b: Pulling fs layer 02:51:20 93b61091891f: Pulling fs layer 02:51:20 93b9cdb0e59b: Pulling fs layer 02:51:20 5e14af77c1be: Pulling fs layer 02:51:20 01666e4c0597: Pulling fs layer 02:51:20 aa168da1d23b: Pulling fs layer 02:51:20 46f8f816bc3b: Waiting 02:51:20 93b61091891f: Waiting 02:51:20 93b9cdb0e59b: Waiting 02:51:20 5e14af77c1be: Waiting 02:51:20 01666e4c0597: Waiting 02:51:20 aa168da1d23b: Waiting 02:51:20 36b3adc4ff6f: Verifying Checksum 02:51:20 36b3adc4ff6f: Download complete 02:51:20 46f8f816bc3b: Verifying Checksum 02:51:20 46f8f816bc3b: Download complete 02:51:20 df20fa9351a1: Verifying Checksum 02:51:20 df20fa9351a1: Download complete 02:51:20 93b9cdb0e59b: Download complete 02:51:20 5e14af77c1be: Verifying Checksum 02:51:20 5e14af77c1be: Download complete 02:51:20 93b61091891f: Download complete 02:51:20 01666e4c0597: Verifying Checksum 02:51:20 01666e4c0597: Download complete 02:51:20 df20fa9351a1: Pull complete 02:51:20 36b3adc4ff6f: Pull complete 02:51:21 8ad3a11d3b57: Verifying Checksum 02:51:21 8ad3a11d3b57: Download complete 02:51:22 8ad3a11d3b57: Pull complete 02:51:22 46f8f816bc3b: Pull complete 02:51:22 aa168da1d23b: Verifying Checksum 02:51:22 aa168da1d23b: Download complete 02:51:23 93b61091891f: Pull complete 02:51:24 93b9cdb0e59b: Pull complete 02:51:24 5e14af77c1be: Pull complete 02:51:24 01666e4c0597: Pull complete 02:51:30 aa168da1d23b: Pull complete 02:51:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:51:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:51:30 prd-centos7-docker-4c-2g-27266 does not seem to be running inside a container 02:51:30 $ 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-725/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-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:51:35 $ docker top 368c5abc8cf76a7571589ef3393731fc65f6c669fb6ebdf0d85dfb465b189d06 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:35 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:35 + mkdir -p /var/log/sa [Pipeline] sh 02:51:36 + ls /var/log/sa-host 02:51:36 + sadf -c /var/log/sa-host/sa23 02:51:36 file_magic: OK 02:51:36 HZ: Using current value: 100 02:51:36 file_header: OK 02:51:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:36 Statistics: 02:51:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:36 provisioning config files... 02:51:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config856464668711887795tmp [Pipeline] { [Pipeline] echo 02:51:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:36 ---> create-netrc.sh [Pipeline] } 02:51:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:51:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:51:37 ---> python-tools-install.sh [Pipeline] echo 02:51:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:37 ---> sudo-logs.sh 02:51:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:51:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:37 ---> job-cost.sh 02:51:37 lf-activate-venv: SKIPPING 02:51:37 INFO: No Stack... 02:51:38 INFO: Retrieving Pricing Info for: v1-standard-2 02:51:39 INFO: Archiving Costs [Pipeline] echo 02:51:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:51:39 ---> logs-deploy.sh 02:51:39 lf-activate-venv: SKIPPING 02:51:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/14 02:51:39 INFO: archiving workspace using pattern(s): 02:51:41 Archives upload complete. 02:51:41 INFO: archiving logs to Nexus 02:51:42 ---> uname -a: 02:51:42 Linux prd-centos7-docker-4c-2g-27266.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:51:42 02:51:42 02:51:42 ---> lscpu: 02:51:42 Architecture: x86_64 02:51:42 CPU op-mode(s): 32-bit, 64-bit 02:51:42 Byte Order: Little Endian 02:51:42 Address sizes: 40 bits physical, 48 bits virtual 02:51:42 CPU(s): 4 02:51:42 On-line CPU(s) list: 0-3 02:51:42 Thread(s) per core: 1 02:51:42 Core(s) per socket: 1 02:51:42 Socket(s): 4 02:51:42 NUMA node(s): 1 02:51:42 Vendor ID: GenuineIntel 02:51:42 CPU family: 6 02:51:42 Model: 44 02:51:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:51:42 Stepping: 1 02:51:42 CPU MHz: 2933.438 02:51:42 BogoMIPS: 5866.87 02:51:42 Virtualization: VT-x 02:51:42 Hypervisor vendor: KVM 02:51:42 Virtualization type: full 02:51:42 L1d cache: 128 KiB 02:51:42 L1i cache: 128 KiB 02:51:42 L2 cache: 16 MiB 02:51:42 L3 cache: 64 MiB 02:51:42 NUMA node0 CPU(s): 0-3 02:51:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:51:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:51:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:51:42 Vulnerability Meltdown: Mitigation; PTI 02:51:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:51:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:51:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:51:42 Vulnerability Srbds: Not affected 02:51:42 Vulnerability Tsx async abort: Not affected 02:51:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:51:42 02:51:42 02:51:42 ---> nproc: 02:51:42 4 02:51:42 02:51:42 02:51:42 ---> df -h: 02:51:42 Filesystem Size Used Available Use% Mounted on 02:51:42 overlay 50.0G 7.3G 42.7G 15% / 02:51:42 tmpfs 64.0M 0 64.0M 0% /dev 02:51:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:51:42 shm 64.0M 0 64.0M 0% /dev/shm 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:51:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:51:42 02:51:42 02:51:42 ---> free -m: 02:51:42 total used free shared buff/cache available 02:51:42 Mem: 1837 716 101 0 1019 1016 02:51:42 Swap: 1023 0 1023 02:51:42 02:51:42 02:51:42 ---> ip addr: 02:51:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:51:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:51:42 inet 127.0.0.1/8 scope host lo 02:51:42 valid_lft forever preferred_lft forever 02:51:42 inet6 ::1/128 scope host 02:51:42 valid_lft forever preferred_lft forever 02:51:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:51:42 link/ether fa:16:3e:68:20:1d brd ff:ff:ff:ff:ff:ff 02:51:42 inet 10.30.122.166/23 brd 10.30.123.255 scope global dynamic eth0 02:51:42 valid_lft 85809sec preferred_lft 85809sec 02:51:42 inet6 fe80::f816:3eff:fe68:201d/64 scope link 02:51:42 valid_lft forever preferred_lft forever 02:51:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:51:42 link/ether 02:42:03:c9:f2:6e brd ff:ff:ff:ff:ff:ff 02:51:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:51:42 valid_lft forever preferred_lft forever 02:51:42 inet6 fe80::42:3ff:fec9:f26e/64 scope link 02:51:42 valid_lft forever preferred_lft forever 02:51:42 02:51:42 02:51:42 ---> sar -b -r -n DEV: 02:51:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 02:51:42 02:51:42 02:41:39 LINUX RESTART (4 CPU) 02:51:42 02:51:42 02:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:51:42 02:43:01 126.21 46.69 79.52 0.00 8046.74 32411.98 0.00 02:51:42 02:44:01 2.50 0.00 2.50 0.00 0.00 54.51 0.00 02:51:42 02:45:01 0.48 0.00 0.48 0.00 0.00 7.94 0.00 02:51:42 02:46:01 0.23 0.00 0.23 0.00 0.00 3.31 0.00 02:51:42 02:47:01 0.22 0.00 0.22 0.00 0.00 2.70 0.00 02:51:42 02:48:01 0.33 0.00 0.33 0.00 0.00 4.70 0.00 02:51:42 02:49:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 02:51:42 02:50:01 0.22 0.00 0.22 0.00 0.00 3.11 0.00 02:51:42 02:51:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 02:51:42 Average: 14.33 5.11 9.22 0.00 881.40 3559.47 0.00 02:51:42 02:51:42 02:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:51:42 02:43:01 132272 0 617472 32.82 2620 1129180 1120420 38.24 428208 1121032 132 02:51:42 02:44:01 137480 0 612144 32.53 2620 1129300 1105356 37.72 429864 1115208 12 02:51:42 02:45:01 136048 0 613572 32.61 2620 1129304 1105368 37.72 428464 1118404 12 02:51:42 02:46:01 135924 0 613696 32.62 2620 1129304 1103348 37.66 442648 1104304 8 02:51:42 02:47:01 137848 0 611764 32.51 2620 1129312 1088692 37.16 439512 1105768 12 02:51:42 02:48:01 136360 0 613248 32.59 2620 1129316 1088788 37.16 446160 1100752 8 02:51:42 02:49:01 137244 0 612360 32.55 2620 1129320 1088692 37.16 445672 1100748 20 02:51:42 02:50:01 136940 0 612660 32.56 2620 1129324 1088692 37.16 445652 1100748 8 02:51:42 02:51:01 136792 0 612800 32.57 2620 1129332 1088692 37.16 445660 1100748 8 02:51:42 Average: 136323 0 613302 32.60 2620 1129299 1097561 37.46 439093 1107524 24 02:51:42 02:51:42 02:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:51:42 02:43:01 eth0 619.24 388.24 1121.77 106.99 0.00 0.00 0.00 0.00 02:51:42 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:43:01 docker0 10.53 9.07 1.53 23.41 0.00 0.00 0.00 0.00 02:51:42 02:44:01 eth0 2.15 0.45 0.62 0.24 0.00 0.00 0.00 0.00 02:51:42 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:45:01 eth0 2.65 0.78 0.91 0.59 0.00 0.00 0.00 0.00 02:51:42 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:46:01 eth0 1.27 0.52 0.55 0.36 0.00 0.00 0.00 0.00 02:51:42 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:47:01 eth0 0.52 0.08 0.05 0.04 0.00 0.00 0.00 0.00 02:51:42 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:48:01 eth0 0.72 0.43 0.41 0.27 0.00 0.00 0.00 0.00 02:51:42 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:49:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:42 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:42 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:42 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 Average: eth0 68.68 42.81 123.16 11.89 0.00 0.00 0.00 0.00 02:51:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:42 Average: docker0 1.15 0.99 0.17 2.56 0.00 0.00 0.00 0.00 02:51:42 02:51:42 02:51:42 ---> sar -P ALL: 02:51:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 02:51:42 02:51:42 02:41:39 LINUX RESTART (4 CPU) 02:51:42 02:51:42 02:42:02 CPU %user %nice %system %iowait %steal %idle 02:51:42 02:43:01 all 13.28 0.00 6.09 4.07 0.03 76.53 02:51:42 02:43:01 0 12.87 0.00 7.23 6.30 0.02 73.58 02:51:42 02:43:01 1 13.02 0.00 5.55 4.40 0.03 77.00 02:51:42 02:43:01 2 12.66 0.00 6.23 2.86 0.03 78.21 02:51:42 02:43:01 3 14.58 0.00 5.35 2.71 0.03 77.32 02:51:42 02:44:01 all 0.15 0.00 0.05 0.00 0.00 99.80 02:51:42 02:44:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:51:42 02:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:51:42 02:44:01 2 0.05 0.00 0.07 0.00 0.00 99.88 02:51:42 02:44:01 3 0.47 0.00 0.05 0.00 0.00 99.48 02:51:42 02:45:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:51:42 02:45:01 0 0.07 0.00 0.02 0.00 0.02 99.90 02:51:42 02:45:01 1 0.07 0.00 0.02 0.00 0.00 99.92 02:51:42 02:45:01 2 0.03 0.00 0.07 0.00 0.00 99.90 02:51:42 02:45:01 3 0.42 0.00 0.07 0.00 0.00 99.52 02:51:42 02:46:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:51:42 02:46:01 0 0.08 0.00 0.03 0.00 0.00 99.88 02:51:42 02:46:01 1 0.12 0.00 0.07 0.00 0.00 99.82 02:51:42 02:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:51:42 02:46:01 3 0.43 0.00 0.03 0.00 0.00 99.53 02:51:42 02:47:01 all 0.15 0.00 0.07 0.00 0.00 99.78 02:51:42 02:47:01 0 0.03 0.00 0.08 0.00 0.00 99.88 02:51:42 02:47:01 1 0.52 0.00 0.03 0.00 0.02 99.43 02:51:42 02:47:01 2 0.05 0.00 0.10 0.00 0.00 99.85 02:51:42 02:47:01 3 0.02 0.00 0.05 0.00 0.00 99.93 02:51:42 02:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:51:42 02:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:51:42 02:48:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:51:42 02:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:51:42 02:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:51:42 02:49:01 all 0.16 0.00 0.02 0.00 0.00 99.81 02:51:42 02:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:51:42 02:49:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:51:42 02:49:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:51:42 02:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:51:42 02:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:51:42 02:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:51:42 02:50:01 1 0.55 0.00 0.03 0.00 0.00 99.42 02:51:42 02:50:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:51:42 02:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:51:42 02:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:51:42 02:51:01 0 0.37 0.00 0.02 0.00 0.00 99.62 02:51:42 02:51:01 1 0.08 0.00 0.00 0.00 0.00 99.92 02:51:42 02:51:01 2 0.05 0.00 0.07 0.00 0.00 99.88 02:51:42 02:51:01 3 0.10 0.00 0.02 0.00 0.00 99.88 02:51:42 Average: all 1.58 0.00 0.70 0.44 0.00 97.28 02:51:42 Average: 0 1.46 0.00 0.81 0.68 0.00 97.04 02:51:42 Average: 1 1.68 0.00 0.63 0.48 0.01 97.21 02:51:42 Average: 2 1.41 0.00 0.73 0.31 0.00 97.55 02:51:42 Average: 3 1.75 0.00 0.61 0.29 0.00 97.34 02:51:42 02:51:42 02:51:42