Pull request #717 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef+372098887a6a7d5d9395bdaf9d03a023308f69fd (c0ea329fbdf213d0fbe1fa3cd228148c69d5c36c) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-717/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-717/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18808 in /w/workspace/dgexfoundry_device-sdk-go_PR-717 [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-717 # 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/717/head:refs/remotes/origin/PR-717 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef Merge succeeded, producing d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef Checking out Revision d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef (PR-717) > git config core.sparsecheckout # timeout=10 > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # 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 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:15:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:15:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:15:23 ========================================================= 06:15:23 EdgeX Global Pipelines Version Info 06:15:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:15:25 ------------------- 06:15:25 stable info: 06:15:25 ------------------- 06:15:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:15:25 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:15:25 Message: update stable to v1.0.173 06:15:26 ------------------- 06:15:26 experimental info: 06:15:26 ------------------- 06:15:26 Commited By: **** collab-it+edgex@linuxfoundation.org 06:15:26 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:15:26 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:15:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:15:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:15:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:15:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:15:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:15:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:15:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:15:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:15:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:15:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:15:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:15:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:15:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:15:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:15:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:15:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:15:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:15:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:15:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:15:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:15:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:15:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:15:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:15:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:15:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-717 [Pipeline] echo 06:15:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-717 [Pipeline] echo 06:15:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-717 [Pipeline] echo 06:15:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef [Pipeline] echo 06:15:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d994fb2 [Pipeline] echo 06:15:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:15:31 provisioning config files... 06:15:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/config6142840686683949740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:31 ---> docker-login.sh 06:15:31 nexus3.edgexfoundry.org:10001 06:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:32 Configure a credential helper to remove this warning. See 06:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:32 06:15:32 Login Succeeded 06:15:32 nexus3.edgexfoundry.org:10002 06:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:32 Configure a credential helper to remove this warning. See 06:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:32 06:15:32 Login Succeeded 06:15:32 nexus3.edgexfoundry.org:10003 06:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:32 Configure a credential helper to remove this warning. See 06:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:32 06:15:32 Login Succeeded 06:15:32 nexus3.edgexfoundry.org:10004 06:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:32 Configure a credential helper to remove this warning. See 06:15:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:32 06:15:32 Login Succeeded 06:15:32 docker.io 06:15:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:33 Configure a credential helper to remove this warning. See 06:15:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:33 06:15:33 Login Succeeded 06:15:33 ---> docker-login.sh ends [Pipeline] } 06:15:33 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 06:15:34 + git log --format=format:%s -1 d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef [Pipeline] echo 06:15:34 GIT_COMMIT: d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo 06:15:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:15:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:15:35 06:15:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:15:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:15:36 latest: Pulling from edgex-devops/git-semver 06:15:36 31603596830f: Pulling fs layer 06:15:36 2a8b12db71e7: Pulling fs layer 06:15:36 6ca5941a6612: Pulling fs layer 06:15:36 ecc8261a40a4: Pulling fs layer 06:15:36 ecc8261a40a4: Waiting 06:15:36 2a8b12db71e7: Verifying Checksum 06:15:36 2a8b12db71e7: Download complete 06:15:36 31603596830f: Download complete 06:15:36 6ca5941a6612: Verifying Checksum 06:15:36 6ca5941a6612: Download complete 06:15:36 ecc8261a40a4: Verifying Checksum 06:15:36 ecc8261a40a4: Download complete 06:15:36 31603596830f: Pull complete 06:15:36 2a8b12db71e7: Pull complete 06:15:37 6ca5941a6612: Pull complete 06:15:37 ecc8261a40a4: Pull complete 06:15:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:15:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:15:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:15:37 prd-centos7-docker-4c-2g-18808 does not seem to be running inside a container 06:15:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-717 -v /w/workspace/dgexfoundry_device-sdk-go_PR-717:/w/workspace/dgexfoundry_device-sdk-go_PR-717:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:15:39 $ docker top c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:15:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:15:40 [ssh-agent] Looking for ssh-agent implementation... 06:15:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:15:40 $ docker exec c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a ssh-agent 06:15:40 SSH_AUTH_SOCK=/tmp/ssh-ynHzEINQah1A/agent.11 06:15:40 SSH_AGENT_PID=16 06:15:40 Running ssh-add (command line suppressed) 06:15:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/private_key_4192273847583755732.key (/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/private_key_4192273847583755732.key) 06:15:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:15:41 + git tag --points-at HEAD [Pipeline] } 06:15:41 $ docker exec --env ******** --env ******** c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a ssh-agent -k 06:15:41 unset SSH_AUTH_SOCK; 06:15:41 unset SSH_AGENT_PID; 06:15:41 echo Agent pid 16 killed; 06:15:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:15:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:15:41 [ssh-agent] Looking for ssh-agent implementation... 06:15:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:15:42 $ docker exec c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a ssh-agent 06:15:42 SSH_AUTH_SOCK=/tmp/ssh-ijXraaolI9fR/agent.46 06:15:42 SSH_AGENT_PID=51 06:15:42 Running ssh-add (command line suppressed) 06:15:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/private_key_7579663888985943489.key (/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/private_key_7579663888985943489.key) 06:15:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:15:42 + git semver init 06:15:42 # -> Open(): unable to determine branch for HEAD 06:15:42 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-717/.git 06:15:42 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-717 06:15:42 # $SEMVER_REMOTE_NAME = origin 06:15:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:15:42 # $SEMVER_USER_NAME = edgex-jenkins 06:15:42 # $SEMVER_BRANCH = PR-717 06:15:42 # $SEMVER_TEMP = /tmp/semver-165096672 06:15:42 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:15:43 # '/tmp/semver-165096672' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-717/.semver' 06:15:43 # -> Force: false 06:15:43 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-717/.semver [Pipeline] } 06:15:43 $ docker exec --env ******** --env ******** c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a ssh-agent -k 06:15:43 unset SSH_AUTH_SOCK; 06:15:43 unset SSH_AGENT_PID; 06:15:43 echo Agent pid 51 killed; 06:15:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:15:44 + git semver [Pipeline] } 06:15:44 $ docker stop --time=1 c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a 06:15:46 $ docker rm -f c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a [Pipeline] // withDockerContainer [Pipeline] sh 06:15:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:15:47 Stashed 1 file(s) [Pipeline] echo 06:15:47 [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 06:16:03 Still waiting to schedule task 06:16:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:16:03 Still waiting to schedule task 06:16:03 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 06:17:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18809 in /w/workspace/dgexfoundry_device-sdk-go_PR-717 [Pipeline] { [Pipeline] ws 06:17:47 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 06:17:52 using credential edgex-jenkins-ssh 06:17:52 Cloning the remote Git repository 06:17:52 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:17:52 > git init /w/workspace/device-sdk-go/1 # timeout=10 06:17:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:17:53 > git --version # timeout=10 06:17:53 > git --version # 'git version 2.17.1' 06:17:53 using GIT_SSH to set credentials SSH Credentials for GitHub 06:17:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:17:55 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef 06:17:55 Merge succeeded, producing d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef 06:17:55 Checking out Revision d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef (PR-717) 06:17:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:17:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:17:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:17:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:17:54 using GIT_SSH to set credentials SSH Credentials for GitHub 06:17:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/717/head:refs/remotes/origin/PR-717 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:17:55 > git config core.sparsecheckout # timeout=10 06:17:55 > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 06:17:55 > git remote # timeout=10 06:17:55 > git config --get remote.origin.url # timeout=10 06:17:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:17:55 > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 06:17:55 > git rev-parse HEAD^{commit} # timeout=10 06:17:55 > git config core.sparsecheckout # timeout=10 06:17:55 > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 06:17:59 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" 06:17:59 > git --version # timeout=10 06:17:59 > git --version # 'git version 2.17.1' 06:17:59 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:18:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:18:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:18:02 + sudo service docker restart 06:18:02 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:18:05 provisioning config files... 06:18:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1914478652697321997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:18:06 ---> docker-login.sh 06:18:06 nexus3.edgexfoundry.org:10001 06:18:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:07 Configure a credential helper to remove this warning. See 06:18:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:07 06:18:07 Login Succeeded 06:18:07 nexus3.edgexfoundry.org:10002 06:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:08 Configure a credential helper to remove this warning. See 06:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:08 06:18:08 Login Succeeded 06:18:08 nexus3.edgexfoundry.org:10003 06:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:08 Configure a credential helper to remove this warning. See 06:18:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:08 06:18:08 Login Succeeded 06:18:08 nexus3.edgexfoundry.org:10004 06:18:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:09 Configure a credential helper to remove this warning. See 06:18:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:09 06:18:09 Login Succeeded 06:18:09 docker.io 06:18:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:09 Configure a credential helper to remove this warning. See 06:18:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:09 06:18:09 Login Succeeded 06:18:09 ---> docker-login.sh ends [Pipeline] } 06:18:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:18:10 ========================================================= 06:18:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:18:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:18:10 + 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 . 06:18:10 Sending build context to Docker daemon 2.429MB 06:18:11 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:18:11 Step 2/8 : FROM ${BASE} 06:18:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:18:11 5f621e34cdf4: Pulling fs layer 06:18:11 a4357932f1b6: Pulling fs layer 06:18:11 18c013af1878: Pulling fs layer 06:18:11 00ac8860ef70: Pulling fs layer 06:18:11 63d7cb157983: Pulling fs layer 06:18:11 b116817d02f9: Pulling fs layer 06:18:11 745a02a5169b: Pulling fs layer 06:18:11 63d7cb157983: Waiting 06:18:11 00ac8860ef70: Waiting 06:18:11 b116817d02f9: Waiting 06:18:11 745a02a5169b: Waiting 06:18:11 18c013af1878: Verifying Checksum 06:18:11 18c013af1878: Download complete 06:18:11 a4357932f1b6: Verifying Checksum 06:18:11 a4357932f1b6: Download complete 06:18:11 63d7cb157983: Verifying Checksum 06:18:11 63d7cb157983: Download complete 06:18:12 b116817d02f9: Verifying Checksum 06:18:12 b116817d02f9: Download complete 06:18:12 5f621e34cdf4: Verifying Checksum 06:18:12 5f621e34cdf4: Download complete 06:18:12 5f621e34cdf4: Pull complete 06:18:13 a4357932f1b6: Pull complete 06:18:14 18c013af1878: Pull complete 06:18:14 745a02a5169b: Verifying Checksum 06:18:14 745a02a5169b: Download complete 06:18:15 00ac8860ef70: Download complete 06:18:26 00ac8860ef70: Pull complete 06:18:26 63d7cb157983: Pull complete 06:18:26 b116817d02f9: Pull complete 06:18:30 745a02a5169b: Pull complete 06:18:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:18:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:18:30 ---> b7e6874047d6 06:18:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:18:32 ---> Running in 0d1a8c4cf295 06:18:33 Removing intermediate container 0d1a8c4cf295 06:18:33 ---> 6b9e22c37559 06:18:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:33 ---> Running in 6a27c4ae64b0 06:18:35 Removing intermediate container 6a27c4ae64b0 06:18:35 ---> cd4b1db59b91 06:18:35 Step 5/8 : RUN apk add --update --no-cache make git 06:18:35 ---> Running in 24bcaead7250 06:18:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:18:36 Running on prd-centos7-docker-4c-2g-18810 in /w/workspace/dgexfoundry_device-sdk-go_PR-717 [Pipeline] { [Pipeline] ws 06:18:36 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 06:18:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:18:38 OK: 142 MiB in 39 packages 06:18:39 using credential edgex-jenkins-ssh 06:18:39 Cloning the remote Git repository 06:18:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:18:39 Removing intermediate container 24bcaead7250 06:18:39 ---> c0cea9bfa9e8 06:18:39 Step 6/8 : WORKDIR /device-sdk-go 06:18:39 ---> Running in 37fc1e5ed720 06:18:40 Removing intermediate container 37fc1e5ed720 06:18:40 ---> a0244601830b 06:18:40 Step 7/8 : COPY . . 06:18:39 > git init /w/workspace/device-sdk-go/1 # timeout=10 06:18:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:18:39 > git --version # timeout=10 06:18:39 > git --version # 'git version 2.24.3' 06:18:39 using GIT_SSH to set credentials SSH Credentials for GitHub 06:18:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:18:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:18:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:18:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:18:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:18:40 using GIT_SSH to set credentials SSH Credentials for GitHub 06:18:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/717/head:refs/remotes/origin/PR-717 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:18:40 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef 06:18:40 Merge succeeded, producing d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef 06:18:40 Checking out Revision d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef (PR-717) 06:18:40 > git config core.sparsecheckout # timeout=10 06:18:40 > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 06:18:40 > git remote # timeout=10 06:18:40 > git config --get remote.origin.url # timeout=10 06:18:40 using GIT_SSH to set credentials SSH Credentials for GitHub 06:18:40 > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 06:18:40 > git rev-parse HEAD^{commit} # timeout=10 06:18:40 > git config core.sparsecheckout # timeout=10 06:18:40 > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 06:18:41 ---> 401cce557d74 06:18:41 Step 8/8 : RUN go mod download 06:18:41 ---> Running in ab519cad62d2 06:18:44 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" 06:18:44 > git --version # timeout=10 06:18:44 > git --version # 'git version 2.24.3' 06:18:44 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:18:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:18:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:18:46 + sudo service docker restart 06:18:46 + true 06:18:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:18:47 provisioning config files... 06:18:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1411098597490618518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:18:47 ---> docker-login.sh 06:18:47 nexus3.edgexfoundry.org:10001 06:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:48 Configure a credential helper to remove this warning. See 06:18:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:48 06:18:48 Login Succeeded 06:18:48 nexus3.edgexfoundry.org:10002 06:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:48 Configure a credential helper to remove this warning. See 06:18:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:48 06:18:48 Login Succeeded 06:18:48 nexus3.edgexfoundry.org:10003 06:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:48 Configure a credential helper to remove this warning. See 06:18:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:48 06:18:48 Login Succeeded 06:18:48 nexus3.edgexfoundry.org:10004 06:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:48 Configure a credential helper to remove this warning. See 06:18:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:48 06:18:48 Login Succeeded 06:18:48 docker.io 06:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:18:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:18:49 Configure a credential helper to remove this warning. See 06:18:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:18:49 06:18:49 Login Succeeded 06:18:49 ---> docker-login.sh ends [Pipeline] } 06:18:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:18:49 ========================================================= 06:18:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:18:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:18:50 + 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 . 06:18:50 Sending build context to Docker daemon 2.429MB 06:18:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:18:50 Step 2/8 : FROM ${BASE} 06:18:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:18:50 188c0c94c7c5: Pulling fs layer 06:18:50 0ef7d3d256c8: Pulling fs layer 06:18:50 de9db76c5a1d: Pulling fs layer 06:18:50 bca2f99d35d6: Pulling fs layer 06:18:50 93359f2a8cfa: Pulling fs layer 06:18:50 7c6f9722023f: Pulling fs layer 06:18:50 a35cf1a2eb13: Pulling fs layer 06:18:50 7c6f9722023f: Waiting 06:18:50 93359f2a8cfa: Waiting 06:18:50 bca2f99d35d6: Waiting 06:18:50 a35cf1a2eb13: Waiting 06:18:50 de9db76c5a1d: Verifying Checksum 06:18:50 de9db76c5a1d: Download complete 06:18:50 0ef7d3d256c8: Verifying Checksum 06:18:50 0ef7d3d256c8: Download complete 06:18:50 93359f2a8cfa: Verifying Checksum 06:18:50 93359f2a8cfa: Download complete 06:18:50 188c0c94c7c5: Verifying Checksum 06:18:50 188c0c94c7c5: Download complete 06:18:50 7c6f9722023f: Verifying Checksum 06:18:50 7c6f9722023f: Download complete 06:18:50 188c0c94c7c5: Pull complete 06:18:51 0ef7d3d256c8: Pull complete 06:18:51 de9db76c5a1d: Pull complete 06:18:52 a35cf1a2eb13: Verifying Checksum 06:18:52 a35cf1a2eb13: Download complete 06:18:53 bca2f99d35d6: Verifying Checksum 06:18:53 bca2f99d35d6: Download complete 06:18:58 bca2f99d35d6: Pull complete 06:18:58 93359f2a8cfa: Pull complete 06:18:58 7c6f9722023f: Pull complete 06:19:02 a35cf1a2eb13: Pull complete 06:19:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:19:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:19:02 ---> a62c8e92a672 06:19:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:19:03 ---> Running in 6cf6e0104545 06:19:03 Removing intermediate container 6cf6e0104545 06:19:03 ---> cf91f3486261 06:19:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:03 ---> Running in 680f6b239f70 06:19:03 Removing intermediate container ab519cad62d2 06:19:03 ---> d2a8445ee6ed 06:19:03 Successfully built d2a8445ee6ed 06:19:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:19:04 + docker inspect -f . ci-base-image-arm64 06:19:04 . [Pipeline] withDockerContainer 06:19:04 prd-ubuntu18.04-docker-arm64-4c-16g-18809 does not seem to be running inside a container 06:19:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat 06:19:04 Removing intermediate container 680f6b239f70 06:19:04 ---> 933743fe462d 06:19:04 Step 5/8 : RUN apk add --update --no-cache make git 06:19:04 ---> Running in 8974b39ba20d 06:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:19:05 $ docker top d3601b08f84e64c2d6711f2e40693707f8e513cf16760a5d6ff9876b4d950421 -eo pid,comm [Pipeline] { [Pipeline] sh 06:19:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:19:06 OK: 166 MiB in 39 packages 06:19:07 + go version 06:19:07 go version go1.15.5 linux/arm64 [Pipeline] } 06:19:07 $ docker stop --time=1 d3601b08f84e64c2d6711f2e40693707f8e513cf16760a5d6ff9876b4d950421 06:19:07 Removing intermediate container 8974b39ba20d 06:19:07 ---> 358b281a15a9 06:19:07 Step 6/8 : WORKDIR /device-sdk-go 06:19:07 ---> Running in 30d0c4785114 06:19:07 Removing intermediate container 30d0c4785114 06:19:07 ---> bdcad2a1f036 06:19:07 Step 7/8 : COPY . . 06:19:08 ---> 296d773b29eb 06:19:08 Step 8/8 : RUN go mod download 06:19:08 ---> Running in 9bc9cf770c64 06:19:08 $ docker rm -f d3601b08f84e64c2d6711f2e40693707f8e513cf16760a5d6ff9876b4d950421 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:19:10 + docker inspect -f . ci-base-image-arm64 06:19:10 . [Pipeline] withDockerContainer 06:19:10 prd-ubuntu18.04-docker-arm64-4c-16g-18809 does not seem to be running inside a container 06:19:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat 06:19:12 $ docker top 0b17737cfa8933e0518280b92dcf4e6fb0a0bc39b0b5fb49c2156167f506960e -eo pid,comm [Pipeline] { [Pipeline] sh 06:19:13 + make test 06:19:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:19:27 Removing intermediate container 9bc9cf770c64 06:19:27 ---> 5766603247bf 06:19:27 Successfully built 5766603247bf 06:19:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:19:27 + docker inspect -f . ci-base-image-x86_64 06:19:27 . [Pipeline] withDockerContainer 06:19:27 prd-centos7-docker-4c-2g-18810 does not seem to be running inside a container 06:19:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat 06:19:29 $ docker top dcab2a258539055265a2650ee16366e72e8bbe0260cc1489fb7dbf99ffa3fc3c -eo pid,comm [Pipeline] { [Pipeline] sh 06:19:29 + go version 06:19:29 go version go1.15.5 linux/amd64 [Pipeline] } 06:19:29 $ docker stop --time=1 dcab2a258539055265a2650ee16366e72e8bbe0260cc1489fb7dbf99ffa3fc3c 06:19:30 $ docker rm -f dcab2a258539055265a2650ee16366e72e8bbe0260cc1489fb7dbf99ffa3fc3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:19:32 + docker inspect -f . ci-base-image-x86_64 06:19:32 . [Pipeline] withDockerContainer 06:19:32 prd-centos7-docker-4c-2g-18810 does not seem to be running inside a container 06:19:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat 06:19:32 $ docker top f730e92e48661882c0e9de55b6dc8d1706caf87656ffc0820848dc181d73cd5a -eo pid,comm [Pipeline] { [Pipeline] sh 06:19:33 + make test 06:19:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:19:35 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:19:40 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:19:50 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 06:19:50 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 06:19:50 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 06:19:50 have (string, bool, string, string) 06:19:50 want (string, string) 06:19:52 FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] 06:19:52 # github.com/edgexfoundry/device-sdk-go/internal/common [github.com/edgexfoundry/device-sdk-go/internal/common.test] 06:19:52 internal/common/utils_test.go:110:8: undefined: logger.NewClientStdOut 06:19:53 # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] 06:19:53 internal/cache/init_test.go:24:8: undefined: logger.NewClientStdOut 06:19:53 FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] 06:19:53 FAIL github.com/edgexfoundry/device-sdk-go/internal/clients [build failed] 06:19:53 FAIL github.com/edgexfoundry/device-sdk-go/internal/common [build failed] 06:19:53 FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] 06:19:53 # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] 06:19:53 internal/transformer/transformresult_test.go:23:7: undefined: logger.NewClientStdOut 06:19:53 FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] 06:19:53 FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] 06:19:55 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.196s coverage: 68.9% of statements 06:19:55 FAIL github.com/edgexfoundry/device-sdk-go/pkg/service [build failed] 06:19:55 make: *** [Makefile:32: test] Error 2 [Pipeline] } 06:19:55 $ docker stop --time=1 f730e92e48661882c0e9de55b6dc8d1706caf87656ffc0820848dc181d73cd5a 06:19:57 $ docker rm -f f730e92e48661882c0e9de55b6dc8d1706caf87656ffc0820848dc181d73cd5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:20:00 Failed in branch amd64 06:20:07 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 06:20:07 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 06:20:07 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 06:20:07 have (string, bool, string, string) 06:20:07 want (string, string) 06:20:08 FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] 06:20:09 # github.com/edgexfoundry/device-sdk-go/internal/common [github.com/edgexfoundry/device-sdk-go/internal/common.test] 06:20:09 internal/common/utils_test.go:110:8: undefined: logger.NewClientStdOut 06:20:10 # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] 06:20:10 internal/cache/init_test.go:24:8: undefined: logger.NewClientStdOut 06:20:10 # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] 06:20:10 internal/transformer/transformresult_test.go:23:7: undefined: logger.NewClientStdOut 06:20:10 FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] 06:20:10 FAIL github.com/edgexfoundry/device-sdk-go/internal/clients [build failed] 06:20:10 FAIL github.com/edgexfoundry/device-sdk-go/internal/common [build failed] 06:20:10 FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] 06:20:11 FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] 06:20:11 FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] 06:20:17 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.889s coverage: 68.9% of statements 06:20:17 FAIL github.com/edgexfoundry/device-sdk-go/pkg/service [build failed] 06:20:18 make: *** [Makefile:32: test] Error 2 [Pipeline] } 06:20:18 $ docker stop --time=1 0b17737cfa8933e0518280b92dcf4e6fb0a0bc39b0b5fb49c2156167f506960e 06:20:20 $ docker rm -f 0b17737cfa8933e0518280b92dcf4e6fb0a0bc39b0b5fb49c2156167f506960e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:20:23 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:20:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:20:28 ---> package-listing.sh 06:20:28 ++ facter osfamily 06:20:28 ++ tr '[:upper:]' '[:lower:]' 06:20:28 + OS_FAMILY=redhat 06:20:28 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-717 06:20:28 + START_PACKAGES=/tmp/packages_start.txt 06:20:28 + END_PACKAGES=/tmp/packages_end.txt 06:20:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:20:28 + PACKAGES=/tmp/packages_start.txt 06:20:28 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-717 ']' 06:20:28 + PACKAGES=/tmp/packages_end.txt 06:20:28 + case "${OS_FAMILY}" in 06:20:28 + rpm -qa 06:20:28 + sort 06:20:33 + '[' -f /tmp/packages_start.txt ']' 06:20:33 + '[' -f /tmp/packages_end.txt ']' 06:20:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:20:33 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-717 ']' 06:20:33 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-717/archives/ 06:20:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-717/archives/ [Pipeline] echo 06:20:33 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-717/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:20:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:20:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:20:34 06:20:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:20:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:20:34 alpine: Pulling from edgex-lftools-log-publisher 06:20:34 df20fa9351a1: Pulling fs layer 06:20:34 36b3adc4ff6f: Pulling fs layer 06:20:34 8ad3a11d3b57: Pulling fs layer 06:20:34 46f8f816bc3b: Pulling fs layer 06:20:34 93b61091891f: Pulling fs layer 06:20:34 93b9cdb0e59b: Pulling fs layer 06:20:34 5e14af77c1be: Pulling fs layer 06:20:34 01666e4c0597: Pulling fs layer 06:20:34 aa168da1d23b: Pulling fs layer 06:20:34 93b9cdb0e59b: Waiting 06:20:34 5e14af77c1be: Waiting 06:20:34 01666e4c0597: Waiting 06:20:34 aa168da1d23b: Waiting 06:20:34 46f8f816bc3b: Waiting 06:20:34 36b3adc4ff6f: Download complete 06:20:34 46f8f816bc3b: Verifying Checksum 06:20:34 46f8f816bc3b: Download complete 06:20:35 df20fa9351a1: Verifying Checksum 06:20:35 df20fa9351a1: Download complete 06:20:35 93b9cdb0e59b: Verifying Checksum 06:20:35 93b9cdb0e59b: Download complete 06:20:35 93b61091891f: Verifying Checksum 06:20:35 93b61091891f: Download complete 06:20:35 5e14af77c1be: Verifying Checksum 06:20:35 5e14af77c1be: Download complete 06:20:35 01666e4c0597: Verifying Checksum 06:20:35 01666e4c0597: Download complete 06:20:35 df20fa9351a1: Pull complete 06:20:35 36b3adc4ff6f: Pull complete 06:20:35 8ad3a11d3b57: Verifying Checksum 06:20:35 8ad3a11d3b57: Download complete 06:20:36 8ad3a11d3b57: Pull complete 06:20:36 46f8f816bc3b: Pull complete 06:20:37 93b61091891f: Pull complete 06:20:37 93b9cdb0e59b: Pull complete 06:20:37 aa168da1d23b: Verifying Checksum 06:20:37 aa168da1d23b: Download complete 06:20:37 5e14af77c1be: Pull complete 06:20:37 01666e4c0597: Pull complete 06:20:45 aa168da1d23b: Pull complete 06:20:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:20:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:20:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:20:46 prd-centos7-docker-4c-2g-18808 does not seem to be running inside a container 06:20:46 $ 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-717/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-717 -v /w/workspace/dgexfoundry_device-sdk-go_PR-717:/w/workspace/dgexfoundry_device-sdk-go_PR-717:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:20:50 $ docker top 5af2dd3afdd39abccc68b6e03539844aaf74ceed18aa8e65bced8e9d0092bb71 -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:50 + touch /tmp/pre-build-complete [Pipeline] sh 06:20:51 + mkdir -p /var/log/sa [Pipeline] sh 06:20:51 + ls /var/log/sa-host 06:20:51 + sadf -c /var/log/sa-host/sa07 06:20:51 file_magic: OK 06:20:51 HZ: Using current value: 100 06:20:51 file_header: OK 06:20:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:20:51 Statistics: 06:20:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:20:51 File successfully converted to sysstat format version 12.2.1 06:20:51 + sadf -c /var/log/sa-host/sa23 06:20:51 file_magic: OK 06:20:51 HZ: Using current value: 100 06:20:51 file_header: OK 06:20:51 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:20:51 Statistics: 06:20:51 Hnuu...uuuununununu... 06:20:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:20:52 provisioning config files... 06:20:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/config6198296776558950504tmp [Pipeline] { [Pipeline] echo 06:20:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:20:52 ---> create-netrc.sh [Pipeline] } 06:20:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:20:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:20:53 ---> python-tools-install.sh [Pipeline] echo 06:20:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:20:53 ---> sudo-logs.sh 06:20:53 Archiving 'sudo' log.. [Pipeline] echo 06:20:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:20:53 ---> job-cost.sh 06:20:53 lf-activate-venv: SKIPPING 06:20:53 INFO: No Stack... 06:20:55 INFO: Retrieving Pricing Info for: v1-standard-2 06:20:55 INFO: Archiving Costs [Pipeline] echo 06:20:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:20:55 ---> logs-deploy.sh 06:20:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-717/1 06:20:55 INFO: archiving workspace using pattern(s): 06:20:57 Archives upload complete. 06:20:57 INFO: archiving logs to Nexus 06:20:58 ---> uname -a: 06:20:58 Linux prd-centos7-docker-4c-2g-18808.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:20:58 06:20:58 06:20:58 ---> lscpu: 06:20:58 Architecture: x86_64 06:20:58 CPU op-mode(s): 32-bit, 64-bit 06:20:58 Byte Order: Little Endian 06:20:58 Address sizes: 40 bits physical, 48 bits virtual 06:20:58 CPU(s): 4 06:20:58 On-line CPU(s) list: 0-3 06:20:58 Thread(s) per core: 1 06:20:58 Core(s) per socket: 1 06:20:58 Socket(s): 4 06:20:58 NUMA node(s): 1 06:20:58 Vendor ID: GenuineIntel 06:20:58 CPU family: 6 06:20:58 Model: 44 06:20:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:20:58 Stepping: 1 06:20:58 CPU MHz: 2933.442 06:20:58 BogoMIPS: 5866.88 06:20:58 Virtualization: VT-x 06:20:58 Hypervisor vendor: KVM 06:20:58 Virtualization type: full 06:20:58 L1d cache: 128 KiB 06:20:58 L1i cache: 128 KiB 06:20:58 L2 cache: 16 MiB 06:20:58 L3 cache: 64 MiB 06:20:58 NUMA node0 CPU(s): 0-3 06:20:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:20:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:20:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:20:58 Vulnerability Meltdown: Mitigation; PTI 06:20:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:20:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:20:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:20:58 Vulnerability Srbds: Not affected 06:20:58 Vulnerability Tsx async abort: Not affected 06:20:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:20:58 06:20:58 06:20:58 ---> nproc: 06:20:58 4 06:20:58 06:20:58 06:20:58 ---> df -h: 06:20:58 Filesystem Size Used Available Use% Mounted on 06:20:58 overlay 50.0G 7.3G 42.7G 15% / 06:20:58 tmpfs 64.0M 0 64.0M 0% /dev 06:20:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:20:58 shm 64.0M 0 64.0M 0% /dev/shm 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 06:20:58 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-717 06:20:58 06:20:58 06:20:58 ---> free -m: 06:20:58 total used free shared buff/cache available 06:20:58 Mem: 1837 696 110 0 1030 1036 06:20:58 Swap: 1023 1 1022 06:20:58 06:20:58 06:20:58 ---> ip addr: 06:20:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:20:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:20:58 inet 127.0.0.1/8 scope host lo 06:20:58 valid_lft forever preferred_lft forever 06:20:58 inet6 ::1/128 scope host 06:20:58 valid_lft forever preferred_lft forever 06:20:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:20:58 link/ether fa:16:3e:7b:d5:d7 brd ff:ff:ff:ff:ff:ff 06:20:58 inet 10.30.123.128/23 brd 10.30.123.255 scope global dynamic eth0 06:20:58 valid_lft 86032sec preferred_lft 86032sec 06:20:58 inet6 fe80::f816:3eff:fe7b:d5d7/64 scope link 06:20:58 valid_lft forever preferred_lft forever 06:20:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:20:58 link/ether 02:42:93:c6:ef:f7 brd ff:ff:ff:ff:ff:ff 06:20:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:20:58 valid_lft forever preferred_lft forever 06:20:58 inet6 fe80::42:93ff:fec6:eff7/64 scope link 06:20:58 valid_lft forever preferred_lft forever 06:20:58 06:20:58 06:20:58 ---> sar -b -r -n DEV: 06:20:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 06:20:58 06:20:58 06:14:39 LINUX RESTART (4 CPU) 06:20:58 06:20:58 06:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:20:58 06:16:01 125.25 44.85 80.40 0.00 7904.41 35826.41 0.00 06:20:58 06:17:01 3.06 0.00 3.06 0.00 0.00 107.18 0.00 06:20:58 06:18:02 0.48 0.00 0.48 0.00 0.00 6.48 0.00 06:20:58 06:19:01 0.24 0.00 0.24 0.00 0.00 3.01 0.00 06:20:58 06:20:01 0.15 0.00 0.15 0.00 0.00 2.15 0.00 06:20:58 Average: 25.94 9.00 16.93 0.00 1587.06 7217.12 0.00 06:20:58 06:20:58 06:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:20:58 06:16:01 169556 0 595508 31.65 2620 1113860 1107380 37.79 412480 1098372 132 06:20:58 06:17:01 176396 0 588760 31.29 2620 1113768 1074040 36.66 414936 1090144 12 06:20:58 06:18:02 173744 0 591408 31.43 2620 1113772 1074284 36.66 417580 1090460 16 06:20:58 06:19:01 171656 0 593496 31.54 2620 1113772 1074260 36.66 430752 1078972 12 06:20:58 06:20:01 172896 0 592248 31.48 2620 1113780 1074104 36.66 420924 1088052 12 06:20:58 Average: 172850 0 592284 31.48 2620 1113790 1080814 36.89 419334 1089200 37 06:20:58 06:20:58 06:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:20:58 06:16:01 eth0 574.26 367.13 1095.66 96.95 0.00 0.00 0.00 0.00 06:20:58 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 06:16:01 docker0 10.90 8.94 1.57 20.93 0.00 0.00 0.00 0.00 06:20:58 06:17:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:20:58 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 06:18:02 eth0 0.83 0.32 0.30 0.20 0.00 0.00 0.00 0.00 06:20:58 06:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 06:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 06:19:01 eth0 0.75 0.34 0.34 0.17 0.00 0.00 0.00 0.00 06:20:58 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 06:20:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 06:20:58 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 Average: eth0 115.78 73.88 220.13 19.55 0.00 0.00 0.00 0.00 06:20:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:20:58 Average: docker0 2.19 1.79 0.32 4.20 0.00 0.00 0.00 0.00 06:20:58 06:20:58 06:20:58 ---> sar -P ALL: 06:20:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 06:20:58 06:20:58 06:14:39 LINUX RESTART (4 CPU) 06:20:58 06:20:58 06:15:01 CPU %user %nice %system %iowait %steal %idle 06:20:58 06:16:01 all 13.54 0.00 6.59 4.99 0.03 74.84 06:20:58 06:16:01 0 12.50 0.00 7.53 4.57 0.03 75.36 06:20:58 06:16:01 1 13.02 0.00 5.44 3.21 0.02 78.32 06:20:58 06:16:01 2 15.21 0.00 5.92 5.61 0.03 73.22 06:20:58 06:16:01 3 13.45 0.00 7.47 6.59 0.03 72.45 06:20:58 06:17:01 all 0.16 0.00 0.07 0.00 0.00 99.77 06:20:58 06:17:01 0 0.07 0.00 0.10 0.00 0.00 99.83 06:20:58 06:17:01 1 0.05 0.00 0.07 0.00 0.02 99.87 06:20:58 06:17:01 2 0.50 0.00 0.08 0.00 0.00 99.42 06:20:58 06:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:20:58 06:18:02 all 0.16 0.00 0.04 0.00 0.00 99.80 06:20:58 06:18:02 0 0.03 0.00 0.03 0.00 0.02 99.92 06:20:58 06:18:02 1 0.05 0.00 0.03 0.00 0.00 99.92 06:20:58 06:18:02 2 0.52 0.00 0.05 0.00 0.00 99.43 06:20:58 06:18:02 3 0.03 0.00 0.05 0.00 0.00 99.92 06:20:58 06:19:01 all 0.15 0.00 0.06 0.00 0.00 99.78 06:20:58 06:19:01 0 0.03 0.00 0.12 0.00 0.00 99.85 06:20:58 06:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:20:58 06:19:01 2 0.52 0.00 0.03 0.00 0.00 99.44 06:20:58 06:19:01 3 0.02 0.00 0.05 0.00 0.00 99.93 06:20:58 06:20:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:20:58 06:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:20:58 06:20:01 1 0.05 0.00 0.03 0.00 0.02 99.90 06:20:58 06:20:01 2 0.52 0.00 0.02 0.00 0.00 99.47 06:20:58 06:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:20:58 Average: all 2.81 0.00 1.35 0.99 0.01 94.85 06:20:58 Average: 0 2.51 0.00 1.55 0.91 0.01 95.03 06:20:58 Average: 1 2.62 0.00 1.12 0.64 0.01 95.61 06:20:58 Average: 2 3.42 0.00 1.21 1.11 0.01 94.25 06:20:58 Average: 3 2.68 0.00 1.51 1.30 0.01 94.50 06:20:58 06:20:58 06:20:58