Pull request #976 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 239175b49856413a074f5f5832c36fffc08bf04f+a24609de80133c139ab476bfa891138650961ed9 (b74b77ef0f2950e5edb28e03291d659e0e1a7c77) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2126280157402696833.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh934075764445580026.key > 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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git 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-976/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-976/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7061548329905522503.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-976/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8883935341177314968.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8477252580986316330.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE 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-976/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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-976/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4878464696131306649.key > 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 Avoid second fetch Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 6a41506d72e8e131afc862d141935157bee59f41 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1825’ is offline Running on prd-centos7-docker-4c-2g-640 in /w/workspace/dgexfoundry_device-sdk-go_PR-976 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-976 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/jenkins-gitclient-ssh4455060735039460056.key > 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 Merging remotes/origin/master commit a24609de80133c139ab476bfa891138650961ed9 into PR head commit 239175b49856413a074f5f5832c36fffc08bf04f Merge succeeded, producing 239175b49856413a074f5f5832c36fffc08bf04f Checking out Revision 239175b49856413a074f5f5832c36fffc08bf04f (PR-976) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/jenkins-gitclient-ssh3019530383903603264.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/976/head:refs/remotes/origin/PR-976 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/jenkins-gitclient-ssh2093536557846109836.key > git merge a24609de80133c139ab476bfa891138650961ed9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-22T04:06:40.122Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-22T04:06:40.319Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-22T04:06:40.468Z] ========================================================= [2021-06-22T04:06:40.468Z] EdgeX Global Pipelines Version Info [2021-06-22T04:06:40.468Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:06:42.003Z] ------------------- [2021-06-22T04:06:42.003Z] stable info: [2021-06-22T04:06:42.003Z] ------------------- [2021-06-22T04:06:42.003Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-22T04:06:42.003Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-22T04:06:42.003Z] Message: update stable to v1.0.195 [2021-06-22T04:06:42.582Z] ------------------- [2021-06-22T04:06:42.582Z] experimental info: [2021-06-22T04:06:42.582Z] ------------------- [2021-06-22T04:06:42.583Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-22T04:06:42.583Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-22T04:06:42.583Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-22T04:06:42.818Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-06-22T04:06:42.877Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-06-22T04:06:42.941Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-22T04:06:43.005Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-22T04:06:43.064Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-22T04:06:43.129Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-22T04:06:43.189Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-22T04:06:43.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-22T04:06:43.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-06-22T04:06:43.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-22T04:06:43.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-22T04:06:43.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-06-22T04:06:43.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-22T04:06:43.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-22T04:06:43.716Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-22T04:06:43.773Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-06-22T04:06:43.833Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-22T04:06:43.890Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-22T04:06:43.958Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-22T04:06:44.013Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-22T04:06:44.068Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-22T04:06:44.124Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-06-22T04:06:44.192Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-22T04:06:44.249Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-22T04:06:44.323Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-22T04:06:44.378Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-22T04:06:44.434Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-976 [Pipeline] echo [2021-06-22T04:06:44.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-976 [Pipeline] echo [2021-06-22T04:06:44.581Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-976 [Pipeline] echo [2021-06-22T04:06:44.636Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 239175b49856413a074f5f5832c36fffc08bf04f [Pipeline] echo [2021-06-22T04:06:44.729Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 239175b [Pipeline] echo [2021-06-22T04:06:44.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T04:06:44.958Z] provisioning config files... [2021-06-22T04:06:44.980Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/config3021860914523637685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:06:45.355Z] ---> docker-login.sh [2021-06-22T04:06:45.355Z] nexus3.edgexfoundry.org:10001 [2021-06-22T04:06:45.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:06:45.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:06:45.625Z] Configure a credential helper to remove this warning. See [2021-06-22T04:06:45.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:06:45.625Z] [2021-06-22T04:06:45.625Z] Login Succeeded [2021-06-22T04:06:45.625Z] nexus3.edgexfoundry.org:10002 [2021-06-22T04:06:45.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:06:45.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:06:45.625Z] Configure a credential helper to remove this warning. See [2021-06-22T04:06:45.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:06:45.625Z] [2021-06-22T04:06:45.625Z] Login Succeeded [2021-06-22T04:06:45.625Z] nexus3.edgexfoundry.org:10003 [2021-06-22T04:06:45.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:06:45.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:06:45.896Z] Configure a credential helper to remove this warning. See [2021-06-22T04:06:45.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:06:45.896Z] [2021-06-22T04:06:45.896Z] Login Succeeded [2021-06-22T04:06:45.896Z] nexus3.edgexfoundry.org:10004 [2021-06-22T04:06:45.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:06:45.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:06:45.896Z] Configure a credential helper to remove this warning. See [2021-06-22T04:06:45.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:06:45.896Z] [2021-06-22T04:06:45.896Z] Login Succeeded [2021-06-22T04:06:45.896Z] docker.io [2021-06-22T04:06:46.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:06:46.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:06:46.432Z] Configure a credential helper to remove this warning. See [2021-06-22T04:06:46.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:06:46.432Z] [2021-06-22T04:06:46.432Z] Login Succeeded [2021-06-22T04:06:46.432Z] ---> docker-login.sh ends [Pipeline] } [2021-06-22T04:06:46.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T04:06:47.237Z] + git log --format=format:%s -1 239175b49856413a074f5f5832c36fffc08bf04f [Pipeline] echo [2021-06-22T04:06:47.297Z] GIT_COMMIT: 239175b49856413a074f5f5832c36fffc08bf04f, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-06-22T04:06:47.339Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:06:48.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T04:06:48.336Z] [2021-06-22T04:06:48.336Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:06:48.714Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T04:06:48.714Z] latest: Pulling from edgex-devops/git-semver [2021-06-22T04:06:48.714Z] 31603596830f: Pulling fs layer [2021-06-22T04:06:48.714Z] 54011a49482f: Pulling fs layer [2021-06-22T04:06:48.714Z] a6820b24f6d8: Pulling fs layer [2021-06-22T04:06:48.714Z] f581987b2513: Pulling fs layer [2021-06-22T04:06:48.714Z] f581987b2513: Waiting [2021-06-22T04:06:48.714Z] 54011a49482f: Verifying Checksum [2021-06-22T04:06:48.714Z] 54011a49482f: Download complete [2021-06-22T04:06:48.991Z] 31603596830f: Verifying Checksum [2021-06-22T04:06:48.991Z] 31603596830f: Download complete [2021-06-22T04:06:48.991Z] f581987b2513: Verifying Checksum [2021-06-22T04:06:48.991Z] f581987b2513: Download complete [2021-06-22T04:06:48.991Z] a6820b24f6d8: Verifying Checksum [2021-06-22T04:06:48.991Z] a6820b24f6d8: Download complete [2021-06-22T04:06:48.991Z] 31603596830f: Pull complete [2021-06-22T04:06:49.254Z] 54011a49482f: Pull complete [2021-06-22T04:06:49.828Z] a6820b24f6d8: Pull complete [2021-06-22T04:06:49.828Z] f581987b2513: Pull complete [2021-06-22T04:06:50.090Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-22T04:06:50.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T04:06:50.090Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-22T04:06:50.192Z] prd-centos7-docker-4c-2g-640 does not seem to be running inside a container [2021-06-22T04:06:50.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-976 -v /w/workspace/dgexfoundry_device-sdk-go_PR-976:/w/workspace/dgexfoundry_device-sdk-go_PR-976:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-22T04:06:51.196Z] $ docker top ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-22T04:06:51.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-22T04:06:51.472Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-22T04:06:51.591Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-22T04:06:51.592Z] $ docker exec ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 ssh-agent [2021-06-22T04:06:51.708Z] SSH_AUTH_SOCK=/tmp/ssh-5TzO0ioUnBxd/agent.13 [2021-06-22T04:06:51.708Z] SSH_AGENT_PID=19 [2021-06-22T04:06:51.718Z] Running ssh-add (command line suppressed) [2021-06-22T04:06:51.824Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/private_key_6339678183442092797.key (/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/private_key_6339678183442092797.key) [2021-06-22T04:06:51.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-22T04:06:52.209Z] + git tag --points-at HEAD [Pipeline] } [2021-06-22T04:06:52.237Z] $ docker exec --env ******** --env ******** ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 ssh-agent -k [2021-06-22T04:06:52.332Z] unset SSH_AUTH_SOCK; [2021-06-22T04:06:52.332Z] unset SSH_AGENT_PID; [2021-06-22T04:06:52.332Z] echo Agent pid 19 killed; [2021-06-22T04:06:52.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-22T04:06:52.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-22T04:06:52.454Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-22T04:06:52.575Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-22T04:06:52.577Z] $ docker exec ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 ssh-agent [2021-06-22T04:06:52.697Z] SSH_AUTH_SOCK=/tmp/ssh-pdV7jpHsCY9P/agent.53 [2021-06-22T04:06:52.697Z] SSH_AGENT_PID=60 [2021-06-22T04:06:52.703Z] Running ssh-add (command line suppressed) [2021-06-22T04:06:52.800Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/private_key_4349240047913283443.key (/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/private_key_4349240047913283443.key) [2021-06-22T04:06:52.822Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-22T04:06:53.198Z] + git semver init [2021-06-22T04:06:53.198Z] # -> Open(): unable to determine branch for HEAD [2021-06-22T04:06:53.198Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-976/.git [2021-06-22T04:06:53.198Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-976 [2021-06-22T04:06:53.198Z] # $SEMVER_REMOTE_NAME = origin [2021-06-22T04:06:53.198Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-22T04:06:53.198Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-22T04:06:53.198Z] # $SEMVER_BRANCH = PR-976 [2021-06-22T04:06:53.198Z] # $SEMVER_TEMP = /tmp/semver-980993510 [2021-06-22T04:06:53.198Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-06-22T04:06:53.777Z] # '/tmp/semver-980993510' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-976/.semver' [2021-06-22T04:06:53.777Z] # -> Force: false [2021-06-22T04:06:53.777Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-976/.semver [Pipeline] } [2021-06-22T04:06:53.796Z] $ docker exec --env ******** --env ******** ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 ssh-agent -k [2021-06-22T04:06:53.891Z] unset SSH_AUTH_SOCK; [2021-06-22T04:06:53.891Z] unset SSH_AGENT_PID; [2021-06-22T04:06:53.891Z] echo Agent pid 60 killed; [2021-06-22T04:06:53.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-22T04:06:54.389Z] + git semver [Pipeline] } [2021-06-22T04:06:54.419Z] $ docker stop --time=1 ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 [2021-06-22T04:06:55.693Z] $ docker rm -f ccb1a9836474c71ad7498362460e345ca8e467715f87012cb6cd100bd052f7e7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-22T04:06:56.147Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-22T04:06:56.482Z] Stashed 1 file(s) [Pipeline] echo [2021-06-22T04:06:56.502Z] [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 [2021-06-22T04:07:12.096Z] Still waiting to schedule task [2021-06-22T04:07:12.096Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-22T04:07:12.127Z] Still waiting to schedule task [2021-06-22T04:07:12.128Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-06-22T04:08:56.662Z] Running on prd-centos7-docker-4c-2g-643 in /w/workspace/dgexfoundry_device-sdk-go_PR-976 [Pipeline] { [Pipeline] ws [2021-06-22T04:08:56.732Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-06-22T04:08:56.887Z] Selected Git installation does not exist. Using Default [2021-06-22T04:08:56.887Z] The recommended git tool is: NONE [2021-06-22T04:08:59.222Z] using credential edgex-jenkins-ssh [2021-06-22T04:08:59.295Z] Cloning the remote Git repository [2021-06-22T04:08:59.343Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-06-22T04:08:59.432Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-06-22T04:08:59.458Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-22T04:08:59.458Z] > git --version # timeout=10 [2021-06-22T04:08:59.466Z] > git --version # 'git version 2.24.4' [2021-06-22T04:08:59.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T04:08:59.490Z] [INFO] Currently running in a labeled security context [2021-06-22T04:08:59.491Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T04:08:59.491Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh2065731465440304267.key [2021-06-22T04:08:59.504Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T04:09:00.257Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-22T04:09:00.265Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T04:09:00.280Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-22T04:09:00.292Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-22T04:09:00.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T04:09:00.296Z] [INFO] Currently running in a labeled security context [2021-06-22T04:09:00.296Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T04:09:00.296Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh1929049862436400779.key [2021-06-22T04:09:00.304Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/976/head:refs/remotes/origin/PR-976 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-22T04:09:00.854Z] Merging remotes/origin/master commit a24609de80133c139ab476bfa891138650961ed9 into PR head commit 239175b49856413a074f5f5832c36fffc08bf04f [2021-06-22T04:09:00.963Z] Merge succeeded, producing 239175b49856413a074f5f5832c36fffc08bf04f [2021-06-22T04:09:00.964Z] Checking out Revision 239175b49856413a074f5f5832c36fffc08bf04f (PR-976) [2021-06-22T04:09:00.857Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T04:09:00.866Z] > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 [2021-06-22T04:09:00.907Z] > git remote # timeout=10 [2021-06-22T04:09:00.915Z] > git config --get remote.origin.url # timeout=10 [2021-06-22T04:09:00.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T04:09:00.923Z] [INFO] Currently running in a labeled security context [2021-06-22T04:09:00.923Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T04:09:00.923Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh8507886494289375668.key [2021-06-22T04:09:00.934Z] > git merge a24609de80133c139ab476bfa891138650961ed9 # timeout=10 [2021-06-22T04:09:00.946Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-22T04:09:00.960Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T04:09:00.966Z] > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 [2021-06-22T04:09:04.663Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-06-22T04:09:04.684Z] > git --version # timeout=10 [2021-06-22T04:09:04.689Z] > git --version # 'git version 2.24.4' [2021-06-22T04:09:04.695Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T04:09:05.939Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-22T04:09:06.279Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-22T04:09:06.599Z] + true [2021-06-22T04:09:06.599Z] + sudo service docker restart [2021-06-22T04:09:06.599Z] Redirecting to /bin/systemctl restart docker.service [2021-06-22T04:09:12.559Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-642 in /w/workspace/dgexfoundry_device-sdk-go_PR-976 [Pipeline] { [Pipeline] ws [2021-06-22T04:09:12.617Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-06-22T04:09:12.871Z] Selected Git installation does not exist. Using Default [2021-06-22T04:09:12.871Z] The recommended git tool is: NONE [2021-06-22T04:09:18.627Z] using credential edgex-jenkins-ssh [2021-06-22T04:09:18.647Z] Cloning the remote Git repository [2021-06-22T04:09:18.694Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-06-22T04:09:18.857Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-06-22T04:09:18.957Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-22T04:09:18.960Z] > git --version # timeout=10 [2021-06-22T04:09:19.019Z] > git --version # 'git version 2.17.1' [2021-06-22T04:09:19.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T04:09:19.158Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T04:09:21.131Z] Merging remotes/origin/master commit a24609de80133c139ab476bfa891138650961ed9 into PR head commit 239175b49856413a074f5f5832c36fffc08bf04f [2021-06-22T04:09:21.349Z] Merge succeeded, producing 239175b49856413a074f5f5832c36fffc08bf04f [2021-06-22T04:09:21.350Z] Checking out Revision 239175b49856413a074f5f5832c36fffc08bf04f (PR-976) [2021-06-22T04:09:20.507Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-22T04:09:20.529Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T04:09:20.556Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-22T04:09:20.600Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-22T04:09:20.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T04:09:20.614Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/976/head:refs/remotes/origin/PR-976 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-22T04:09:21.145Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T04:09:21.157Z] > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 [2021-06-22T04:09:21.254Z] > git remote # timeout=10 [2021-06-22T04:09:21.279Z] > git config --get remote.origin.url # timeout=10 [2021-06-22T04:09:21.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T04:09:21.308Z] > git merge a24609de80133c139ab476bfa891138650961ed9 # timeout=10 [2021-06-22T04:09:21.330Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-22T04:09:21.351Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T04:09:21.373Z] > git checkout -f 239175b49856413a074f5f5832c36fffc08bf04f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T04:09:24.867Z] provisioning config files... [2021-06-22T04:09:24.890Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config5756809004453376113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:09:25.268Z] ---> docker-login.sh [2021-06-22T04:09:25.268Z] nexus3.edgexfoundry.org:10001 [2021-06-22T04:09:25.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:09:25.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:25.536Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:25.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:25.536Z] [2021-06-22T04:09:25.536Z] Login Succeeded [2021-06-22T04:09:25.536Z] nexus3.edgexfoundry.org:10002 [2021-06-22T04:09:25.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:09:25.621Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-06-22T04:09:25.683Z] > git --version # timeout=10 [2021-06-22T04:09:25.693Z] > git --version # 'git version 2.17.1' [2021-06-22T04:09:25.703Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-22T04:09:25.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:25.802Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:25.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:25.802Z] [2021-06-22T04:09:25.802Z] Login Succeeded [2021-06-22T04:09:25.802Z] nexus3.edgexfoundry.org:10003 [2021-06-22T04:09:25.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:09:25.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:25.802Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:25.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:25.802Z] [2021-06-22T04:09:25.802Z] Login Succeeded [2021-06-22T04:09:25.802Z] nexus3.edgexfoundry.org:10004 [2021-06-22T04:09:25.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [2021-06-22T04:09:26.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:26.065Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:26.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:26.065Z] [2021-06-22T04:09:26.065Z] Login Succeeded [2021-06-22T04:09:26.065Z] docker.io [2021-06-22T04:09:26.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T04:09:26.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:26.327Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:26.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:26.327Z] [2021-06-22T04:09:26.327Z] Login Succeeded [2021-06-22T04:09:26.327Z] ---> docker-login.sh ends [Pipeline] } [2021-06-22T04:09:27.142Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-06-22T04:09:27.397Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] echo [2021-06-22T04:09:27.430Z] ========================================================= [2021-06-22T04:09:27.430Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-22T04:09:27.430Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2021-06-22T04:09:27.784Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-22T04:09:27.784Z] Sending build context to Docker daemon 2.69MB [2021-06-22T04:09:27.784Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T04:09:27.784Z] Step 2/8 : FROM ${BASE} [2021-06-22T04:09:27.898Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-22T04:09:28.048Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-22T04:09:28.048Z] 540db60ca938: Pulling fs layer [2021-06-22T04:09:28.048Z] adcc1eea9eea: Pulling fs layer [2021-06-22T04:09:28.048Z] 4c4ab2625f07: Pulling fs layer [2021-06-22T04:09:28.048Z] 0510c868ecb4: Pulling fs layer [2021-06-22T04:09:28.048Z] afea3b2eda06: Pulling fs layer [2021-06-22T04:09:28.048Z] 7809a108b3ef: Pulling fs layer [2021-06-22T04:09:28.048Z] f706445af74f: Pulling fs layer [2021-06-22T04:09:28.048Z] 0510c868ecb4: Waiting [2021-06-22T04:09:28.048Z] afea3b2eda06: Waiting [2021-06-22T04:09:28.048Z] 7809a108b3ef: Waiting [2021-06-22T04:09:28.048Z] f706445af74f: Waiting [2021-06-22T04:09:28.048Z] 4c4ab2625f07: Verifying Checksum [2021-06-22T04:09:28.048Z] 4c4ab2625f07: Download complete [2021-06-22T04:09:28.048Z] adcc1eea9eea: Verifying Checksum [2021-06-22T04:09:28.048Z] adcc1eea9eea: Download complete [2021-06-22T04:09:28.048Z] afea3b2eda06: Verifying Checksum [2021-06-22T04:09:28.048Z] afea3b2eda06: Download complete [2021-06-22T04:09:28.048Z] 7809a108b3ef: Verifying Checksum [2021-06-22T04:09:28.048Z] 7809a108b3ef: Download complete [2021-06-22T04:09:28.048Z] 540db60ca938: Verifying Checksum [2021-06-22T04:09:28.048Z] 540db60ca938: Download complete [2021-06-22T04:09:28.269Z] + true [2021-06-22T04:09:28.269Z] + sudo service docker restart [2021-06-22T04:09:28.313Z] 540db60ca938: Pull complete [2021-06-22T04:09:28.313Z] adcc1eea9eea: Pull complete [2021-06-22T04:09:28.578Z] 4c4ab2625f07: Pull complete [2021-06-22T04:09:29.968Z] f706445af74f: Verifying Checksum [2021-06-22T04:09:29.968Z] f706445af74f: Download complete [2021-06-22T04:09:30.545Z] 0510c868ecb4: Verifying Checksum [2021-06-22T04:09:30.545Z] 0510c868ecb4: Download complete [2021-06-22T04:09:33.876Z] 0510c868ecb4: Pull complete [2021-06-22T04:09:33.876Z] afea3b2eda06: Pull complete [2021-06-22T04:09:33.876Z] 7809a108b3ef: Pull complete [2021-06-22T04:09:35.283Z] f706445af74f: Pull complete [2021-06-22T04:09:35.283Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-22T04:09:35.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-22T04:09:35.283Z] ---> b068be0155e3 [2021-06-22T04:09:35.283Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T04:09:39.494Z] ---> Running in 24a3b6540750 [2021-06-22T04:09:39.494Z] Removing intermediate container 24a3b6540750 [2021-06-22T04:09:39.494Z] ---> c60012c17c48 [2021-06-22T04:09:39.494Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T04:09:39.494Z] ---> Running in 21474c9d42c7 [2021-06-22T04:09:39.768Z] Removing intermediate container 21474c9d42c7 [2021-06-22T04:09:39.768Z] ---> dc40e82d3921 [2021-06-22T04:09:39.768Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-06-22T04:09:39.768Z] ---> Running in 737f48cec607 [2021-06-22T04:09:40.031Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-22T04:09:40.976Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-22T04:09:41.550Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-06-22T04:09:41.550Z] (2/6) Installing libsodium (1.0.18-r0) [2021-06-22T04:09:41.550Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-06-22T04:09:41.550Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-06-22T04:09:41.812Z] (5/6) Installing libzmq (4.3.3-r1) [2021-06-22T04:09:41.812Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-06-22T04:09:42.074Z] Executing busybox-1.32.1-r6.trigger [2021-06-22T04:09:42.074Z] OK: 150 MiB in 46 packages [2021-06-22T04:09:42.343Z] Removing intermediate container 737f48cec607 [2021-06-22T04:09:42.343Z] ---> f3202e3becd2 [2021-06-22T04:09:42.343Z] Step 6/8 : WORKDIR /device-sdk-go [2021-06-22T04:09:42.343Z] ---> Running in 7459a394280b [2021-06-22T04:09:42.343Z] Removing intermediate container 7459a394280b [2021-06-22T04:09:42.343Z] ---> 9a55ceeb806f [2021-06-22T04:09:42.343Z] Step 7/8 : COPY . . [2021-06-22T04:09:42.614Z] ---> 0dead07376f2 [2021-06-22T04:09:42.614Z] Step 8/8 : RUN go mod download [2021-06-22T04:09:42.614Z] ---> Running in 1cc165e3108f [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T04:09:46.705Z] provisioning config files... [2021-06-22T04:09:46.737Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config7051346278579538153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:09:47.164Z] ---> docker-login.sh [2021-06-22T04:09:47.164Z] nexus3.edgexfoundry.org:10001 [2021-06-22T04:09:48.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:09:48.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:48.433Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:48.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:48.433Z] [2021-06-22T04:09:48.433Z] Login Succeeded [2021-06-22T04:09:48.433Z] nexus3.edgexfoundry.org:10002 [2021-06-22T04:09:48.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:09:48.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:48.981Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:48.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:48.981Z] [2021-06-22T04:09:48.981Z] Login Succeeded [2021-06-22T04:09:48.981Z] nexus3.edgexfoundry.org:10003 [2021-06-22T04:09:49.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:09:49.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:49.528Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:49.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:49.528Z] [2021-06-22T04:09:49.528Z] Login Succeeded [2021-06-22T04:09:49.528Z] nexus3.edgexfoundry.org:10004 [2021-06-22T04:09:49.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:09:50.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:50.077Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:50.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:50.077Z] [2021-06-22T04:09:50.077Z] Login Succeeded [2021-06-22T04:09:50.077Z] docker.io [2021-06-22T04:09:50.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T04:09:50.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T04:09:50.949Z] Configure a credential helper to remove this warning. See [2021-06-22T04:09:50.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T04:09:50.949Z] [2021-06-22T04:09:50.949Z] Login Succeeded [2021-06-22T04:09:50.949Z] ---> docker-login.sh ends [Pipeline] } [2021-06-22T04:09:50.979Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-22T04:09:51.593Z] ========================================================= [2021-06-22T04:09:51.593Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-22T04:09:51.593Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:09:52.022Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-22T04:09:52.638Z] Sending build context to Docker daemon 2.689MB [2021-06-22T04:09:52.638Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T04:09:52.638Z] Step 2/8 : FROM ${BASE} [2021-06-22T04:09:52.917Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-22T04:09:52.917Z] 595b0fe564bb: Pulling fs layer [2021-06-22T04:09:52.917Z] 3088b5b3c5c0: Pulling fs layer [2021-06-22T04:09:52.917Z] 5b7225fbf94c: Pulling fs layer [2021-06-22T04:09:52.917Z] ba82ee9f976e: Pulling fs layer [2021-06-22T04:09:52.917Z] 506bd15cee9f: Pulling fs layer [2021-06-22T04:09:52.917Z] 75a0a4a0db45: Pulling fs layer [2021-06-22T04:09:52.917Z] 618dc40b7e24: Pulling fs layer [2021-06-22T04:09:52.917Z] 506bd15cee9f: Waiting [2021-06-22T04:09:52.917Z] 75a0a4a0db45: Waiting [2021-06-22T04:09:52.917Z] ba82ee9f976e: Waiting [2021-06-22T04:09:52.917Z] 618dc40b7e24: Waiting [2021-06-22T04:09:52.917Z] 5b7225fbf94c: Verifying Checksum [2021-06-22T04:09:52.917Z] 5b7225fbf94c: Download complete [2021-06-22T04:09:52.917Z] 3088b5b3c5c0: Verifying Checksum [2021-06-22T04:09:52.917Z] 3088b5b3c5c0: Download complete [2021-06-22T04:09:52.917Z] 506bd15cee9f: Verifying Checksum [2021-06-22T04:09:52.917Z] 506bd15cee9f: Download complete [2021-06-22T04:09:52.917Z] 75a0a4a0db45: Download complete [2021-06-22T04:09:52.917Z] 595b0fe564bb: Verifying Checksum [2021-06-22T04:09:52.917Z] 595b0fe564bb: Download complete [2021-06-22T04:09:53.526Z] 595b0fe564bb: Pull complete [2021-06-22T04:09:54.126Z] 3088b5b3c5c0: Pull complete [2021-06-22T04:09:54.722Z] 5b7225fbf94c: Pull complete [2021-06-22T04:09:54.722Z] 618dc40b7e24: Verifying Checksum [2021-06-22T04:09:54.722Z] 618dc40b7e24: Download complete [2021-06-22T04:09:56.164Z] ba82ee9f976e: Verifying Checksum [2021-06-22T04:09:56.165Z] ba82ee9f976e: Download complete [2021-06-22T04:09:57.557Z] Removing intermediate container 1cc165e3108f [2021-06-22T04:09:57.557Z] ---> 6e59fc4b980b [2021-06-22T04:09:57.557Z] Successfully built 6e59fc4b980b [2021-06-22T04:09:57.557Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:09:57.896Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-22T04:09:57.897Z] . [Pipeline] withDockerContainer [2021-06-22T04:09:57.998Z] prd-centos7-docker-4c-2g-643 does not seem to be running inside a container [2021-06-22T04:09:58.042Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-06-22T04:09:58.391Z] $ docker top bccc52f7f5afb7ac7fcf8b9739f305b2c6f7cbc483f31e824dee7c117de00afd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T04:09:58.840Z] + go version [2021-06-22T04:09:58.840Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-22T04:09:58.884Z] $ docker stop --time=1 bccc52f7f5afb7ac7fcf8b9739f305b2c6f7cbc483f31e824dee7c117de00afd [2021-06-22T04:10:00.054Z] $ docker rm -f bccc52f7f5afb7ac7fcf8b9739f305b2c6f7cbc483f31e824dee7c117de00afd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:10:00.850Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-22T04:10:00.850Z] . [Pipeline] withDockerContainer [2021-06-22T04:10:00.951Z] prd-centos7-docker-4c-2g-643 does not seem to be running inside a container [2021-06-22T04:10:00.986Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-06-22T04:10:01.362Z] $ docker top c011573f1e90e36efbe506688146c2c0183ee5912591622325d008cffcaffadc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T04:10:02.061Z] + go mod tidy [Pipeline] sh [2021-06-22T04:10:02.392Z] + make test [2021-06-22T04:10:02.392Z] go mod tidy [2021-06-22T04:10:02.659Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-22T04:10:06.374Z] ba82ee9f976e: Pull complete [2021-06-22T04:10:06.374Z] 506bd15cee9f: Pull complete [2021-06-22T04:10:06.374Z] 75a0a4a0db45: Pull complete [2021-06-22T04:10:08.022Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-06-22T04:10:10.708Z] 618dc40b7e24: Pull complete [2021-06-22T04:10:10.708Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-22T04:10:10.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-22T04:10:10.708Z] ---> a36622ca3599 [2021-06-22T04:10:10.708Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T04:10:12.144Z] ---> Running in 141420ab4cc3 [2021-06-22T04:10:12.752Z] Removing intermediate container 141420ab4cc3 [2021-06-22T04:10:12.752Z] ---> 62701bd9aa88 [2021-06-22T04:10:12.752Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T04:10:12.752Z] ---> Running in fdc001c75154 [2021-06-22T04:10:14.778Z] Removing intermediate container fdc001c75154 [2021-06-22T04:10:14.778Z] ---> b252e77d97c3 [2021-06-22T04:10:14.778Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-06-22T04:10:15.053Z] ---> Running in b0b1f6e4fe06 [2021-06-22T04:10:16.044Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-22T04:10:17.471Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-22T04:10:18.090Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-06-22T04:10:18.090Z] (2/6) Installing libsodium (1.0.18-r0) [2021-06-22T04:10:18.362Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-06-22T04:10:18.362Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-06-22T04:10:18.362Z] (5/6) Installing libzmq (4.3.3-r1) [2021-06-22T04:10:18.637Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-06-22T04:10:18.637Z] Executing busybox-1.32.1-r6.trigger [2021-06-22T04:10:18.637Z] OK: 139 MiB in 46 packages [2021-06-22T04:10:20.069Z] Removing intermediate container b0b1f6e4fe06 [2021-06-22T04:10:20.069Z] ---> 9a07f045f059 [2021-06-22T04:10:20.069Z] Step 6/8 : WORKDIR /device-sdk-go [2021-06-22T04:10:20.069Z] ---> Running in 7f5651a1b53c [2021-06-22T04:10:20.665Z] Removing intermediate container 7f5651a1b53c [2021-06-22T04:10:20.665Z] ---> 62ba5717379b [2021-06-22T04:10:20.665Z] Step 7/8 : COPY . . [2021-06-22T04:10:22.123Z] ---> 3d108e161063 [2021-06-22T04:10:22.123Z] Step 8/8 : RUN go mod download [2021-06-22T04:10:22.123Z] ---> Running in 4123c7a2d7b6 [2021-06-22T04:10:30.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-06-22T04:10:30.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-06-22T04:10:30.094Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-06-22T04:10:32.057Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.047s coverage: 25.4% of statements [2021-06-22T04:10:32.057Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-06-22T04:10:32.057Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.045s coverage: 28.1% of statements [2021-06-22T04:10:32.057Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.051s coverage: 78.9% of statements [2021-06-22T04:10:32.330Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.044s coverage: 9.0% of statements [2021-06-22T04:10:32.330Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-06-22T04:10:32.330Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-06-22T04:10:32.330Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-06-22T04:10:32.943Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.075s coverage: 29.2% of statements [2021-06-22T04:10:32.943Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-06-22T04:10:34.342Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.048s coverage: 83.3% of statements [2021-06-22T04:10:34.342Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-06-22T04:10:34.342Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-06-22T04:10:34.342Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.076s coverage: 58.0% of statements [2021-06-22T04:10:35.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.833s coverage: 89.2% of statements [2021-06-22T04:10:35.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-06-22T04:10:35.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.052s coverage: 5.0% of statements [2021-06-22T04:10:35.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-06-22T04:10:35.317Z] GO111MODULE=on go vet ./... [2021-06-22T04:10:48.965Z] Removing intermediate container 4123c7a2d7b6 [2021-06-22T04:10:48.965Z] ---> a4fc7801a1c8 [2021-06-22T04:10:48.965Z] Successfully built a4fc7801a1c8 [2021-06-22T04:10:48.965Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:10:49.340Z] + docker inspect -f . ci-base-image-arm64 [2021-06-22T04:10:49.340Z] . [Pipeline] withDockerContainer [2021-06-22T04:10:49.619Z] prd-ubuntu18.04-docker-arm64-4c-16g-642 does not seem to be running inside a container [2021-06-22T04:10:49.702Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-06-22T04:10:51.144Z] $ docker top d072e609c47844dcac115c1c82da66f2ffd8f9bc9f7e110aa635de730823aaf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T04:10:52.161Z] + go version [2021-06-22T04:10:52.161Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-22T04:10:52.195Z] $ docker stop --time=1 d072e609c47844dcac115c1c82da66f2ffd8f9bc9f7e110aa635de730823aaf0 [2021-06-22T04:10:53.547Z] gofmt -l . [2021-06-22T04:10:53.547Z] [ "`gofmt -l .`" = "" ] [2021-06-22T04:10:53.547Z] ./bin/test-attribution-txt.sh [2021-06-22T04:10:53.547Z] ./bin/test-go-mod-tidy.sh [2021-06-22T04:10:54.036Z] $ docker rm -f d072e609c47844dcac115c1c82da66f2ffd8f9bc9f7e110aa635de730823aaf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-06-22T04:10:54.328Z] $ docker stop --time=1 c011573f1e90e36efbe506688146c2c0183ee5912591622325d008cffcaffadc [2021-06-22T04:10:55.930Z] $ docker rm -f c011573f1e90e36efbe506688146c2c0183ee5912591622325d008cffcaffadc [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [2021-06-22T04:10:56.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] stage [Pipeline] { (Test) [Pipeline] stash [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:10:56.820Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-06-22T04:10:57.052Z] + docker inspect -f . ci-base-image-arm64 [2021-06-22T04:10:57.052Z] . [Pipeline] withDockerContainer [2021-06-22T04:10:57.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-642 does not seem to be running inside a container [2021-06-22T04:10:57.429Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-06-22T04:10:59.079Z] $ docker top f17985b79d5eecfaab2484fcd0264a866ab1b48d472f32ad623e079a51daaaec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T04:11:00.134Z] + go mod tidy [Pipeline] sh [Pipeline] sh [2021-06-22T04:11:02.153Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-22T04:11:02.496Z] + ls -al . [2021-06-22T04:11:02.496Z] total 208 [2021-06-22T04:11:02.496Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 22 04:10 . [2021-06-22T04:11:02.496Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 22 04:08 .. [2021-06-22T04:11:02.496Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 22 04:09 bin [2021-06-22T04:11:02.496Z] -rw-r--r--. 1 jenkins jenkins 126073 Jun 22 04:10 coverage.out [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 987 Jun 22 04:09 Dockerfile.build [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 22 04:09 .dockerignore [2021-06-22T04:11:02.496Z] drwxrwxr-x. 5 jenkins jenkins 62 Jun 22 04:09 example [2021-06-22T04:11:02.496Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 22 04:09 .git [2021-06-22T04:11:02.496Z] drwxrwxr-x. 2 jenkins jenkins 103 Jun 22 04:09 .github [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 138 Jun 22 04:09 .gitignore [2021-06-22T04:11:02.496Z] -rw-r--r--. 1 jenkins jenkins 576 Jun 22 04:10 go.mod [2021-06-22T04:11:02.496Z] -rw-r--r--. 1 jenkins jenkins 20413 Jun 22 04:10 go.sum [2021-06-22T04:11:02.496Z] drwxrwxr-x. 15 jenkins jenkins 224 Jun 22 04:09 internal [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 894 Jun 22 04:09 Jenkinsfile [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jun 22 04:09 LICENSE [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 1026 Jun 22 04:09 Makefile [2021-06-22T04:11:02.496Z] drwxrwxr-x. 4 jenkins jenkins 26 Jun 22 04:09 openapi [2021-06-22T04:11:02.496Z] drwxrwxr-x. 5 jenkins jenkins 50 Jun 22 04:09 pkg [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 7652 Jun 22 04:09 README.md [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jun 22 04:09 RELEASE-NOTES.txt [2021-06-22T04:11:02.496Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 22 04:09 snap [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 22 04:06 VERSION [2021-06-22T04:11:02.496Z] -rw-rw-r--. 1 jenkins jenkins 222 Jun 22 04:09 version.go [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:11:02.593Z] + make test [2021-06-22T04:11:02.593Z] go mod tidy [2021-06-22T04:11:02.849Z] + 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=239175b49856413a074f5f5832c36fffc08bf04f --label arch=amd64 --label version=0.0.0 . [2021-06-22T04:11:02.849Z] Sending build context to Docker daemon 2.817MB [2021-06-22T04:11:02.849Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T04:11:02.849Z] Step 2/23 : FROM ${BASE} AS builder [2021-06-22T04:11:02.849Z] ---> 6e59fc4b980b [2021-06-22T04:11:02.849Z] Step 3/23 : WORKDIR /device-sdk-go [2021-06-22T04:11:02.849Z] ---> Running in 3f5d803572ee [2021-06-22T04:11:03.121Z] Removing intermediate container 3f5d803572ee [2021-06-22T04:11:03.121Z] ---> ad8f0a7bd75b [2021-06-22T04:11:03.121Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T04:11:03.121Z] ---> Running in f945508aa213 [2021-06-22T04:11:03.121Z] Removing intermediate container f945508aa213 [2021-06-22T04:11:03.121Z] ---> 4a18f4eddad4 [2021-06-22T04:11:03.121Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T04:11:03.121Z] ---> Running in 4554932d2792 [2021-06-22T04:11:03.195Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-22T04:11:03.731Z] Removing intermediate container 4554932d2792 [2021-06-22T04:11:03.731Z] ---> 8380c363fd6f [2021-06-22T04:11:03.731Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-06-22T04:11:03.731Z] ---> Running in 5a54d946fa38 [2021-06-22T04:11:03.993Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-22T04:11:04.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-22T04:11:05.141Z] OK: 150 MiB in 46 packages [2021-06-22T04:11:05.411Z] Removing intermediate container 5a54d946fa38 [2021-06-22T04:11:05.411Z] ---> 6f5a78014a48 [2021-06-22T04:11:05.411Z] Step 7/23 : COPY . . [2021-06-22T04:11:05.674Z] ---> aab8d65f3351 [2021-06-22T04:11:05.674Z] Step 8/23 : RUN go mod download [2021-06-22T04:11:05.674Z] ---> Running in 16d73316ea90 [2021-06-22T04:11:06.250Z] Removing intermediate container 16d73316ea90 [2021-06-22T04:11:06.250Z] ---> 1a243473d94b [2021-06-22T04:11:06.250Z] Step 9/23 : RUN make build [2021-06-22T04:11:06.250Z] ---> Running in 340a21241bf6 [2021-06-22T04:11:06.515Z] go mod tidy [2021-06-22T04:11:06.515Z] CGO_ENABLED=1 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 [2021-06-22T04:11:16.579Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-06-22T04:11:17.526Z] Removing intermediate container 340a21241bf6 [2021-06-22T04:11:17.527Z] ---> f5ad6131d71d [2021-06-22T04:11:17.527Z] Step 10/23 : FROM alpine:3.12 [2021-06-22T04:11:17.787Z] 3.12: Pulling from library/alpine [2021-06-22T04:11:18.050Z] 339de151aab4: Pulling fs layer [2021-06-22T04:11:18.050Z] 339de151aab4: Verifying Checksum [2021-06-22T04:11:18.050Z] 339de151aab4: Download complete [2021-06-22T04:11:18.317Z] 339de151aab4: Pull complete [2021-06-22T04:11:18.317Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-06-22T04:11:18.317Z] Status: Downloaded newer image for alpine:3.12 [2021-06-22T04:11:18.317Z] ---> 13621d1b12d4 [2021-06-22T04:11:18.317Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T04:11:18.317Z] ---> Running in 4aa3cb5dd03c [2021-06-22T04:11:18.583Z] Removing intermediate container 4aa3cb5dd03c [2021-06-22T04:11:18.583Z] ---> a9bcb9f66967 [2021-06-22T04:11:18.583Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T04:11:18.583Z] ---> Running in 2f6286e90be6 [2021-06-22T04:11:18.849Z] Removing intermediate container 2f6286e90be6 [2021-06-22T04:11:18.849Z] ---> 2ec30ae1519b [2021-06-22T04:11:18.849Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-06-22T04:11:18.849Z] ---> Running in 4e6d4dd04b34 [2021-06-22T04:11:19.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-22T04:11:20.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-22T04:11:20.314Z] (1/5) Installing libgcc (9.3.0-r2) [2021-06-22T04:11:20.579Z] (2/5) Installing libsodium (1.0.18-r0) [2021-06-22T04:11:20.579Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-06-22T04:11:21.524Z] (4/5) Installing libzmq (4.3.3-r0) [2021-06-22T04:11:21.524Z] (5/5) Installing zeromq (4.3.3-r0) [2021-06-22T04:11:21.789Z] Executing busybox-1.31.1-r20.trigger [2021-06-22T04:11:21.789Z] OK: 8 MiB in 19 packages [2021-06-22T04:11:22.055Z] Removing intermediate container 4e6d4dd04b34 [2021-06-22T04:11:22.055Z] ---> ae72fcabb4c3 [2021-06-22T04:11:22.055Z] Step 14/23 : WORKDIR / [2021-06-22T04:11:22.055Z] ---> Running in d698921fe556 [2021-06-22T04:11:22.055Z] Removing intermediate container d698921fe556 [2021-06-22T04:11:22.055Z] ---> 9283fde8789c [2021-06-22T04:11:22.055Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-06-22T04:11:22.319Z] ---> 28033065c54c [2021-06-22T04:11:22.320Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-06-22T04:11:22.899Z] ---> 2b71f153c229 [2021-06-22T04:11:22.900Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-06-22T04:11:22.900Z] ---> f8d9b2abe6af [2021-06-22T04:11:22.900Z] Step 18/23 : EXPOSE 59999 [2021-06-22T04:11:22.900Z] ---> Running in e5ff285d70c5 [2021-06-22T04:11:22.900Z] Removing intermediate container e5ff285d70c5 [2021-06-22T04:11:22.900Z] ---> 495bef31e6ee [2021-06-22T04:11:22.900Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-06-22T04:11:23.166Z] ---> Running in fef50f57f354 [2021-06-22T04:11:23.166Z] Removing intermediate container fef50f57f354 [2021-06-22T04:11:23.166Z] ---> c34f340fcba5 [2021-06-22T04:11:23.166Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-22T04:11:23.166Z] ---> Running in a2e9c765d6d6 [2021-06-22T04:11:23.166Z] Removing intermediate container a2e9c765d6d6 [2021-06-22T04:11:23.166Z] ---> 3edfb06f8a00 [2021-06-22T04:11:23.166Z] Step 21/23 : LABEL arch=amd64 [2021-06-22T04:11:23.166Z] ---> Running in 2d52fc5be69e [2021-06-22T04:11:23.427Z] Removing intermediate container 2d52fc5be69e [2021-06-22T04:11:23.427Z] ---> c5dd28e0f64a [2021-06-22T04:11:23.427Z] Step 22/23 : LABEL git_sha=239175b49856413a074f5f5832c36fffc08bf04f [2021-06-22T04:11:23.427Z] ---> Running in c75f558fa7ec [2021-06-22T04:11:23.427Z] Removing intermediate container c75f558fa7ec [2021-06-22T04:11:23.427Z] ---> 86151947cadd [2021-06-22T04:11:23.427Z] Step 23/23 : LABEL version=0.0.0 [2021-06-22T04:11:23.427Z] ---> Running in a21ebba48711 [2021-06-22T04:11:23.427Z] Removing intermediate container a21ebba48711 [2021-06-22T04:11:23.427Z] ---> 97e7543e1904 [2021-06-22T04:11:23.427Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-06-22T04:11:23.690Z] Successfully built 97e7543e1904 [2021-06-22T04:11:23.690Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:11:24.951Z] ---> job-cost.sh [2021-06-22T04:11:24.952Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DqFZ [2021-06-22T04:11:25.383Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-06-22T04:11:35.021Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-22T04:11:47.347Z] lf-activate-venv(): INFO: Adding /tmp/venv-DqFZ/bin to PATH [2021-06-22T04:11:47.347Z] INFO: No Stack... [2021-06-22T04:11:47.347Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-22T04:11:47.608Z] INFO: Archiving Costs [Pipeline] sh [2021-06-22T04:11:47.939Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-06-22T04:11:47.939Z] + cut -d, -f6 [Pipeline] lock [2021-06-22T04:11:47.997Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [2021-06-22T04:11:48.006Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] did not exist. Created. [2021-06-22T04:11:48.006Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-22T04:11:48.445Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-22T04:11:48.530Z] Stashed 1 file(s) [Pipeline] } [2021-06-22T04:11:48.552Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-22T04:12:33.490Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-06-22T04:12:33.490Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-06-22T04:12:33.490Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-06-22T04:12:40.246Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.257s coverage: 25.4% of statements [2021-06-22T04:12:40.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-06-22T04:12:40.246Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.273s coverage: 28.1% of statements [2021-06-22T04:12:40.246Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.218s coverage: 78.9% of statements [2021-06-22T04:12:40.246Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.167s coverage: 9.0% of statements [2021-06-22T04:12:40.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-06-22T04:12:40.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-06-22T04:12:40.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-06-22T04:12:40.526Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.313s coverage: 29.2% of statements [2021-06-22T04:12:40.526Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-06-22T04:12:43.950Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.193s coverage: 83.3% of statements [2021-06-22T04:12:43.950Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-06-22T04:12:43.950Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-06-22T04:12:43.950Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.411s coverage: 58.0% of statements [2021-06-22T04:12:44.933Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.050s coverage: 89.2% of statements [2021-06-22T04:12:44.933Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-06-22T04:12:45.207Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.168s coverage: 5.0% of statements [2021-06-22T04:12:45.207Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-06-22T04:12:45.481Z] GO111MODULE=on go vet ./... [2021-06-22T04:13:42.127Z] gofmt -l . [2021-06-22T04:13:42.127Z] [ "`gofmt -l .`" = "" ] [2021-06-22T04:13:42.127Z] ./bin/test-attribution-txt.sh [2021-06-22T04:13:42.402Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-06-22T04:13:43.042Z] $ docker stop --time=1 f17985b79d5eecfaab2484fcd0264a866ab1b48d472f32ad623e079a51daaaec [2021-06-22T04:13:45.119Z] $ docker rm -f f17985b79d5eecfaab2484fcd0264a866ab1b48d472f32ad623e079a51daaaec [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-22T04:13:46.222Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-22T04:13:46.264Z] Warning: overwriting stash ‘coverage-report’ [2021-06-22T04:13:46.837Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T04:13:47.649Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-22T04:13:48.006Z] + ls -al . [2021-06-22T04:13:48.006Z] total 244 [2021-06-22T04:13:48.006Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 22 04:13 . [2021-06-22T04:13:48.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 04:09 .. [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 22 04:09 .dockerignore [2021-06-22T04:13:48.006Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 04:09 .git [2021-06-22T04:13:48.006Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 04:09 .github [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 138 Jun 22 04:09 .gitignore [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 987 Jun 22 04:09 Dockerfile.build [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 894 Jun 22 04:09 Jenkinsfile [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 22 04:09 LICENSE [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 1026 Jun 22 04:09 Makefile [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 7652 Jun 22 04:09 README.md [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jun 22 04:09 RELEASE-NOTES.txt [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 04:06 VERSION [2021-06-22T04:13:48.006Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 04:09 bin [2021-06-22T04:13:48.006Z] -rw-r--r-- 1 jenkins jenkins 126073 Jun 22 04:12 coverage.out [2021-06-22T04:13:48.006Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 04:09 example [2021-06-22T04:13:48.006Z] -rw-r--r-- 1 jenkins jenkins 576 Jun 22 04:13 go.mod [2021-06-22T04:13:48.006Z] -rw-r--r-- 1 jenkins jenkins 20413 Jun 22 04:11 go.sum [2021-06-22T04:13:48.006Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 22 04:09 internal [2021-06-22T04:13:48.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 04:09 openapi [2021-06-22T04:13:48.006Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 22 04:09 pkg [2021-06-22T04:13:48.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 04:09 snap [2021-06-22T04:13:48.006Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 22 04:09 version.go [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:13:48.388Z] + 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=239175b49856413a074f5f5832c36fffc08bf04f --label arch=arm64 --label version=0.0.0 . [2021-06-22T04:13:48.671Z] Sending build context to Docker daemon 2.816MB [2021-06-22T04:13:48.945Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T04:13:48.945Z] Step 2/23 : FROM ${BASE} AS builder [2021-06-22T04:13:48.945Z] ---> a4fc7801a1c8 [2021-06-22T04:13:48.945Z] Step 3/23 : WORKDIR /device-sdk-go [2021-06-22T04:13:49.218Z] ---> Running in 3dde09522da7 [2021-06-22T04:13:49.817Z] Removing intermediate container 3dde09522da7 [2021-06-22T04:13:49.817Z] ---> af01c028d7fd [2021-06-22T04:13:49.817Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T04:13:49.817Z] ---> Running in 32bac5918a5a [2021-06-22T04:13:50.413Z] Removing intermediate container 32bac5918a5a [2021-06-22T04:13:50.413Z] ---> 77ac19f00c27 [2021-06-22T04:13:50.413Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T04:13:50.413Z] ---> Running in bd130cf8d35a [2021-06-22T04:13:52.413Z] Removing intermediate container bd130cf8d35a [2021-06-22T04:13:52.413Z] ---> 669bd1ca9c96 [2021-06-22T04:13:52.413Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-06-22T04:13:52.413Z] ---> Running in 35f049d405c8 [2021-06-22T04:13:53.855Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-22T04:13:54.833Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-22T04:13:55.429Z] OK: 139 MiB in 46 packages [2021-06-22T04:13:56.423Z] Removing intermediate container 35f049d405c8 [2021-06-22T04:13:56.423Z] ---> c1f50084fc5f [2021-06-22T04:13:56.423Z] Step 7/23 : COPY . . [2021-06-22T04:13:57.875Z] ---> 2f9799b1050f [2021-06-22T04:13:57.875Z] Step 8/23 : RUN go mod download [2021-06-22T04:13:58.153Z] ---> Running in 9b0b6b1835ba [2021-06-22T04:14:00.792Z] Removing intermediate container 9b0b6b1835ba [2021-06-22T04:14:00.792Z] ---> ed7ae4569d55 [2021-06-22T04:14:00.792Z] Step 9/23 : RUN make build [2021-06-22T04:14:00.792Z] ---> Running in 47392a67eda0 [2021-06-22T04:14:01.782Z] go mod tidy [2021-06-22T04:14:02.391Z] CGO_ENABLED=1 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 [2021-06-22T04:14:34.791Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-06-22T04:14:36.237Z] Removing intermediate container 47392a67eda0 [2021-06-22T04:14:36.237Z] ---> 1ad4f2190ba9 [2021-06-22T04:14:36.237Z] Step 10/23 : FROM alpine:3.12 [2021-06-22T04:14:36.516Z] 3.12: Pulling from library/alpine [2021-06-22T04:14:36.791Z] d2f70382dc9a: Pulling fs layer [2021-06-22T04:14:36.791Z] d2f70382dc9a: Verifying Checksum [2021-06-22T04:14:36.791Z] d2f70382dc9a: Download complete [2021-06-22T04:14:37.773Z] d2f70382dc9a: Pull complete [2021-06-22T04:14:37.773Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-06-22T04:14:37.773Z] Status: Downloaded newer image for alpine:3.12 [2021-06-22T04:14:37.773Z] ---> c4fd0aeabfcf [2021-06-22T04:14:37.773Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T04:14:37.773Z] ---> Running in 7c6154ecc5fa [2021-06-22T04:14:38.376Z] Removing intermediate container 7c6154ecc5fa [2021-06-22T04:14:38.376Z] ---> 78ef2eeaa148 [2021-06-22T04:14:38.376Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T04:14:38.376Z] ---> Running in 147df4565578 [2021-06-22T04:14:40.366Z] Removing intermediate container 147df4565578 [2021-06-22T04:14:40.366Z] ---> a660384d02e3 [2021-06-22T04:14:40.366Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-06-22T04:14:40.651Z] ---> Running in a07e67b45e32 [2021-06-22T04:14:42.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-22T04:14:42.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-22T04:14:43.296Z] (1/5) Installing libgcc (9.3.0-r2) [2021-06-22T04:14:43.296Z] (2/5) Installing libsodium (1.0.18-r0) [2021-06-22T04:14:43.296Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-06-22T04:14:43.568Z] (4/5) Installing libzmq (4.3.3-r0) [2021-06-22T04:14:43.568Z] (5/5) Installing zeromq (4.3.3-r0) [2021-06-22T04:14:43.840Z] Executing busybox-1.31.1-r20.trigger [2021-06-22T04:14:43.840Z] OK: 8 MiB in 19 packages [2021-06-22T04:14:44.834Z] Removing intermediate container a07e67b45e32 [2021-06-22T04:14:44.834Z] ---> ef505ca66a26 [2021-06-22T04:14:44.834Z] Step 14/23 : WORKDIR / [2021-06-22T04:14:45.109Z] ---> Running in fa7d91ed45be [2021-06-22T04:14:45.711Z] Removing intermediate container fa7d91ed45be [2021-06-22T04:14:45.711Z] ---> c5d65b5930de [2021-06-22T04:14:45.711Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-06-22T04:14:46.311Z] ---> 157bba16fcfc [2021-06-22T04:14:46.311Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-06-22T04:14:47.753Z] ---> 1c85d35c4a39 [2021-06-22T04:14:47.753Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-06-22T04:14:48.353Z] ---> 2dd669e49a3d [2021-06-22T04:14:48.353Z] Step 18/23 : EXPOSE 59999 [2021-06-22T04:14:48.353Z] ---> Running in 08cd7703e2ae [2021-06-22T04:14:48.949Z] Removing intermediate container 08cd7703e2ae [2021-06-22T04:14:48.949Z] ---> 23f1c22195c9 [2021-06-22T04:14:48.949Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-06-22T04:14:48.949Z] ---> Running in 4afd248e5de9 [2021-06-22T04:14:49.548Z] Removing intermediate container 4afd248e5de9 [2021-06-22T04:14:49.548Z] ---> 7f06f785f164 [2021-06-22T04:14:49.548Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-22T04:14:49.548Z] ---> Running in 47ea944062a5 [2021-06-22T04:14:50.152Z] Removing intermediate container 47ea944062a5 [2021-06-22T04:14:50.152Z] ---> b5fb9b9fa6fa [2021-06-22T04:14:50.152Z] Step 21/23 : LABEL arch=arm64 [2021-06-22T04:14:50.152Z] ---> Running in 7e5f3a1cfc63 [2021-06-22T04:14:50.754Z] Removing intermediate container 7e5f3a1cfc63 [2021-06-22T04:14:50.754Z] ---> 4b2f339ea5af [2021-06-22T04:14:50.754Z] Step 22/23 : LABEL git_sha=239175b49856413a074f5f5832c36fffc08bf04f [2021-06-22T04:14:50.754Z] ---> Running in fabdd1ff2d80 [2021-06-22T04:14:51.359Z] Removing intermediate container fabdd1ff2d80 [2021-06-22T04:14:51.360Z] ---> e1ffeb1d437e [2021-06-22T04:14:51.360Z] Step 23/23 : LABEL version=0.0.0 [2021-06-22T04:14:51.637Z] ---> Running in b3ac5c843865 [2021-06-22T04:14:51.910Z] Removing intermediate container b3ac5c843865 [2021-06-22T04:14:51.910Z] ---> a86c662e3455 [2021-06-22T04:14:51.910Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-06-22T04:14:51.910Z] Successfully built a86c662e3455 [2021-06-22T04:14:51.910Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:14:52.859Z] ---> job-cost.sh [2021-06-22T04:14:52.859Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-76g1 [2021-06-22T04:15:33.365Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-22T04:16:55.149Z] lf-activate-venv(): INFO: Adding /tmp/venv-76g1/bin to PATH [2021-06-22T04:16:55.149Z] INFO: No Stack... [2021-06-22T04:16:55.149Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-22T04:16:55.149Z] INFO: Archiving Costs [Pipeline] sh [2021-06-22T04:16:55.512Z] + cut -d, -f6 [2021-06-22T04:16:55.512Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2021-06-22T04:16:55.601Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [2021-06-22T04:16:55.607Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] did not exist. Created. [2021-06-22T04:16:55.607Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-22T04:16:56.124Z] /w/workspace/device-sdk-go/1@tmp/durable-ed6a6c6b/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-ed6a6c6b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-22T04:16:56.501Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-22T04:16:56.543Z] Warning: overwriting stash ‘stack-cost’ [2021-06-22T04:16:56.701Z] Stashed 1 file(s) [Pipeline] } [2021-06-22T04:16:56.725Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-976-1-stack-cost] [Pipeline] // lock [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] configFileProvider [2021-06-22T04:16:57.931Z] provisioning config files... [2021-06-22T04:16:57.950Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/config6310227292170195133tmp [Pipeline] { [Pipeline] sh [2021-06-22T04:16:58.313Z] + set +x [2021-06-22T04:16:58.313Z] + curl -s https://codecov.io/bash [2021-06-22T04:16:58.313Z] + bash -s -- [2021-06-22T04:16:58.313Z] [2021-06-22T04:16:58.313Z] _____ _ [2021-06-22T04:16:58.313Z] / ____| | | [2021-06-22T04:16:58.313Z] | | ___ __| | ___ ___ _____ __ [2021-06-22T04:16:58.313Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-22T04:16:58.313Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-22T04:16:58.313Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-22T04:16:58.313Z] Bash-1.0.3 [2021-06-22T04:16:58.313Z] [2021-06-22T04:16:58.313Z] [2021-06-22T04:16:58.313Z] ==> git version 2.24.4 found [2021-06-22T04:16:58.313Z] ==> 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 [2021-06-22T04:16:58.313Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-22T04:16:58.313Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-22T04:16:58.313Z] ==> Jenkins CI detected. [2021-06-22T04:16:58.313Z] project root: . [2021-06-22T04:16:58.313Z] --> token set from env [2021-06-22T04:16:58.313Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-22T04:16:58.313Z] ==> Running gcov in . (disable via -X gcov) [2021-06-22T04:16:58.313Z] ==> Python coveragepy not found [2021-06-22T04:16:58.313Z] ==> Searching for coverage reports in: [2021-06-22T04:16:58.313Z] + . [2021-06-22T04:16:58.576Z] -> Found 1 reports [2021-06-22T04:16:58.576Z] ==> Detecting git/mercurial file structure [2021-06-22T04:16:58.576Z] ==> Reading reports [2021-06-22T04:16:58.576Z] + ./coverage.out bytes=126073 [2021-06-22T04:16:58.576Z] ==> Appending adjustments [2021-06-22T04:16:58.576Z] https://docs.codecov.io/docs/fixing-reports [2021-06-22T04:16:58.576Z] + Found adjustments [2021-06-22T04:16:58.839Z] ==> Gzipping contents [2021-06-22T04:16:58.839Z] 20K /tmp/codecov.l7Yq4z.gz [2021-06-22T04:16:58.839Z] ==> Uploading reports [2021-06-22T04:16:58.839Z] url: https://codecov.io [2021-06-22T04:16:58.839Z] query: branch=PR-976&commit=239175b49856413a074f5f5832c36fffc08bf04f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-976%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=976&job=&cmd_args= [2021-06-22T04:16:58.839Z] -> Pinging Codecov [2021-06-22T04:16:58.839Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-976&commit=239175b49856413a074f5f5832c36fffc08bf04f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-976%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=976&job=&cmd_args= [2021-06-22T04:16:59.100Z] -> Uploading to [2021-06-22T04:16:59.100Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-22/7E55EF52A471D76F132DFD9A03CDDE97/239175b49856413a074f5f5832c36fffc08bf04f/1a7fd609-3a2e-4375-b391-70b07cae1fd4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210622%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210622T041659Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=27fc1df9c986c92c31621a5d362901bad99336aaa506534751c2cc83c12f5c66 [2021-06-22T04:16:59.100Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-22T04:16:59.100Z] Dload Upload Total Spent Left Speed [2021-06-22T04:16:59.683Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16422 0 0 100 16422 0 33114 --:--:-- --:--:-- --:--:-- 33175 [2021-06-22T04:16:59.683Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/239175b49856413a074f5f5832c36fffc08bf04f [Pipeline] } [2021-06-22T04:16:59.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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 [2021-06-22T04:17:02.428Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:17:03.069Z] ---> package-listing.sh [2021-06-22T04:17:03.069Z] ++ facter osfamily [2021-06-22T04:17:03.069Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-22T04:17:03.334Z] + OS_FAMILY=redhat [2021-06-22T04:17:03.334Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-976 [2021-06-22T04:17:03.334Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-22T04:17:03.334Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-22T04:17:03.334Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-22T04:17:03.334Z] + PACKAGES=/tmp/packages_start.txt [2021-06-22T04:17:03.334Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-976 ']' [2021-06-22T04:17:03.334Z] + PACKAGES=/tmp/packages_end.txt [2021-06-22T04:17:03.334Z] + case "${OS_FAMILY}" in [2021-06-22T04:17:03.334Z] + rpm -qa [2021-06-22T04:17:03.334Z] + sort [2021-06-22T04:17:03.909Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-22T04:17:03.909Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-22T04:17:03.909Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-22T04:17:03.909Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-976 ']' [2021-06-22T04:17:03.909Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-976/archives/ [2021-06-22T04:17:03.909Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-976/archives/ [Pipeline] echo [2021-06-22T04:17:03.942Z] 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-976/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-22T04:17:04.262Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:17:04.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T04:17:04.873Z] [2021-06-22T04:17:04.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-22T04:17:05.240Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T04:17:05.241Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-22T04:17:05.241Z] df20fa9351a1: Pulling fs layer [2021-06-22T04:17:05.241Z] 36b3adc4ff6f: Pulling fs layer [2021-06-22T04:17:05.241Z] 8ad3a11d3b57: Pulling fs layer [2021-06-22T04:17:05.241Z] 46f8f816bc3b: Pulling fs layer [2021-06-22T04:17:05.241Z] 93b61091891f: Pulling fs layer [2021-06-22T04:17:05.241Z] 93b9cdb0e59b: Pulling fs layer [2021-06-22T04:17:05.241Z] 5e14af77c1be: Pulling fs layer [2021-06-22T04:17:05.241Z] 01666e4c0597: Pulling fs layer [2021-06-22T04:17:05.241Z] aa168da1d23b: Pulling fs layer [2021-06-22T04:17:05.241Z] 46f8f816bc3b: Waiting [2021-06-22T04:17:05.241Z] 93b61091891f: Waiting [2021-06-22T04:17:05.241Z] 93b9cdb0e59b: Waiting [2021-06-22T04:17:05.241Z] 5e14af77c1be: Waiting [2021-06-22T04:17:05.241Z] 01666e4c0597: Waiting [2021-06-22T04:17:05.241Z] aa168da1d23b: Waiting [2021-06-22T04:17:05.241Z] 36b3adc4ff6f: Verifying Checksum [2021-06-22T04:17:05.241Z] 36b3adc4ff6f: Download complete [2021-06-22T04:17:05.241Z] 46f8f816bc3b: Verifying Checksum [2021-06-22T04:17:05.241Z] 46f8f816bc3b: Download complete [2021-06-22T04:17:05.241Z] df20fa9351a1: Verifying Checksum [2021-06-22T04:17:05.241Z] df20fa9351a1: Download complete [2021-06-22T04:17:05.241Z] 93b9cdb0e59b: Verifying Checksum [2021-06-22T04:17:05.241Z] 93b9cdb0e59b: Download complete [2021-06-22T04:17:05.506Z] 5e14af77c1be: Verifying Checksum [2021-06-22T04:17:05.506Z] 5e14af77c1be: Download complete [2021-06-22T04:17:05.506Z] 93b61091891f: Verifying Checksum [2021-06-22T04:17:05.506Z] 93b61091891f: Download complete [2021-06-22T04:17:05.506Z] 01666e4c0597: Verifying Checksum [2021-06-22T04:17:05.507Z] 01666e4c0597: Download complete [2021-06-22T04:17:05.507Z] df20fa9351a1: Pull complete [2021-06-22T04:17:05.770Z] 36b3adc4ff6f: Pull complete [2021-06-22T04:17:05.770Z] 8ad3a11d3b57: Verifying Checksum [2021-06-22T04:17:05.770Z] 8ad3a11d3b57: Download complete [2021-06-22T04:17:06.345Z] 8ad3a11d3b57: Pull complete [2021-06-22T04:17:06.605Z] 46f8f816bc3b: Pull complete [2021-06-22T04:17:06.872Z] 93b61091891f: Pull complete [2021-06-22T04:17:06.872Z] 93b9cdb0e59b: Pull complete [2021-06-22T04:17:07.134Z] 5e14af77c1be: Pull complete [2021-06-22T04:17:07.134Z] 01666e4c0597: Pull complete [2021-06-22T04:17:07.396Z] aa168da1d23b: Verifying Checksum [2021-06-22T04:17:07.396Z] aa168da1d23b: Download complete [2021-06-22T04:17:11.632Z] aa168da1d23b: Pull complete [2021-06-22T04:17:11.632Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-22T04:17:11.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T04:17:11.632Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-22T04:17:11.734Z] prd-centos7-docker-4c-2g-640 does not seem to be running inside a container [2021-06-22T04:17:11.775Z] $ 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-976/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-976 -v /w/workspace/dgexfoundry_device-sdk-go_PR-976:/w/workspace/dgexfoundry_device-sdk-go_PR-976:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-976@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-22T04:17:13.964Z] $ docker top 9cf52e958126a996c1ceb9de77ddb040ede2bfd6e0fffc82d468000e3aa6d3c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T04:17:14.411Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-22T04:17:14.733Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-22T04:17:15.061Z] + ls /var/log/sa-host [2021-06-22T04:17:15.061Z] + sadf -c /var/log/sa-host/sa05 [2021-06-22T04:17:15.061Z] file_magic: OK [2021-06-22T04:17:15.061Z] HZ: Using current value: 100 [2021-06-22T04:17:15.061Z] file_header: OK [2021-06-22T04:17:15.061Z] 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 [2021-06-22T04:17:15.061Z] Statistics: [2021-06-22T04:17:15.061Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-22T04:17:15.061Z] File successfully converted to sysstat format version 12.2.1 [2021-06-22T04:17:15.061Z] + sadf -c /var/log/sa-host/sa22 [2021-06-22T04:17:15.061Z] file_magic: OK [2021-06-22T04:17:15.061Z] HZ: Using current value: 100 [2021-06-22T04:17:15.061Z] file_header: OK [2021-06-22T04:17:15.061Z] 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 [2021-06-22T04:17:15.061Z] Statistics: [2021-06-22T04:17:15.061Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-22T04:17:15.061Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T04:17:15.804Z] provisioning config files... [2021-06-22T04:17:15.816Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp/config5318621460200444123tmp [Pipeline] { [Pipeline] echo [2021-06-22T04:17:15.879Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:17:16.230Z] ---> create-netrc.sh [Pipeline] } [2021-06-22T04:17:16.254Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:17:16.721Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-22T04:17:16.753Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:17:17.122Z] ---> sudo-logs.sh [2021-06-22T04:17:17.122Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-22T04:17:17.223Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:17:17.567Z] ---> job-cost.sh [2021-06-22T04:17:17.567Z] lf-activate-venv: SKIPPING [2021-06-22T04:17:17.567Z] DEBUG: total: 0.18000000715255737 [2021-06-22T04:17:17.567Z] INFO: Retrieving Stack Cost... [2021-06-22T04:17:18.515Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-22T04:17:18.778Z] INFO: Archiving Costs [Pipeline] echo [2021-06-22T04:17:18.812Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T04:17:19.166Z] ---> logs-deploy.sh [2021-06-22T04:17:19.166Z] lf-activate-venv: SKIPPING [2021-06-22T04:17:19.166Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-976/1 [2021-06-22T04:17:19.166Z] INFO: archiving workspace using pattern(s): [2021-06-22T04:17:20.116Z] Archives upload complete. [2021-06-22T04:17:20.116Z] INFO: archiving logs to Nexus [2021-06-22T04:17:20.697Z] ---> uname -a: [2021-06-22T04:17:20.697Z] Linux prd-centos7-docker-4c-2g-640.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-22T04:17:20.697Z] [2021-06-22T04:17:20.697Z] [2021-06-22T04:17:20.697Z] ---> lscpu: [2021-06-22T04:17:20.697Z] Architecture: x86_64 [2021-06-22T04:17:20.697Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-22T04:17:20.697Z] Byte Order: Little Endian [2021-06-22T04:17:20.697Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-22T04:17:20.697Z] CPU(s): 2 [2021-06-22T04:17:20.697Z] On-line CPU(s) list: 0,1 [2021-06-22T04:17:20.697Z] Thread(s) per core: 1 [2021-06-22T04:17:20.698Z] Core(s) per socket: 1 [2021-06-22T04:17:20.698Z] Socket(s): 2 [2021-06-22T04:17:20.698Z] NUMA node(s): 1 [2021-06-22T04:17:20.698Z] Vendor ID: AuthenticAMD [2021-06-22T04:17:20.698Z] CPU family: 23 [2021-06-22T04:17:20.698Z] Model: 49 [2021-06-22T04:17:20.698Z] Model name: AMD EPYC-Rome Processor [2021-06-22T04:17:20.698Z] Stepping: 0 [2021-06-22T04:17:20.698Z] CPU MHz: 2800.000 [2021-06-22T04:17:20.698Z] BogoMIPS: 5600.00 [2021-06-22T04:17:20.698Z] Virtualization: AMD-V [2021-06-22T04:17:20.698Z] Hypervisor vendor: KVM [2021-06-22T04:17:20.698Z] Virtualization type: full [2021-06-22T04:17:20.698Z] L1d cache: 64 KiB [2021-06-22T04:17:20.698Z] L1i cache: 64 KiB [2021-06-22T04:17:20.698Z] L2 cache: 1 MiB [2021-06-22T04:17:20.698Z] L3 cache: 32 MiB [2021-06-22T04:17:20.698Z] NUMA node0 CPU(s): 0,1 [2021-06-22T04:17:20.698Z] Vulnerability Itlb multihit: Not affected [2021-06-22T04:17:20.698Z] Vulnerability L1tf: Not affected [2021-06-22T04:17:20.698Z] Vulnerability Mds: Not affected [2021-06-22T04:17:20.698Z] Vulnerability Meltdown: Not affected [2021-06-22T04:17:20.698Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-22T04:17:20.698Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-22T04:17:20.698Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-22T04:17:20.698Z] Vulnerability Srbds: Not affected [2021-06-22T04:17:20.698Z] Vulnerability Tsx async abort: Not affected [2021-06-22T04:17:20.698Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] ---> nproc: [2021-06-22T04:17:20.698Z] 2 [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] ---> df -h: [2021-06-22T04:17:20.698Z] Filesystem Size Used Available Use% Mounted on [2021-06-22T04:17:20.698Z] overlay 40.0G 7.6G 32.4G 19% / [2021-06-22T04:17:20.698Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-22T04:17:20.698Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-22T04:17:20.698Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-976 [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-976@tmp [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure [2021-06-22T04:17:20.698Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] ---> free -m: [2021-06-22T04:17:20.698Z] total used free shared buff/cache available [2021-06-22T04:17:20.698Z] Mem: 7821 929 4793 0 2098 6713 [2021-06-22T04:17:20.698Z] Swap: 1023 0 1023 [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] ---> ip addr: [2021-06-22T04:17:20.698Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-22T04:17:20.698Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-22T04:17:20.698Z] inet 127.0.0.1/8 scope host lo [2021-06-22T04:17:20.698Z] valid_lft forever preferred_lft forever [2021-06-22T04:17:20.698Z] inet6 ::1/128 scope host [2021-06-22T04:17:20.698Z] valid_lft forever preferred_lft forever [2021-06-22T04:17:20.698Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-22T04:17:20.698Z] link/ether fa:16:3e:da:f1:b1 brd ff:ff:ff:ff:ff:ff [2021-06-22T04:17:20.698Z] inet 10.30.123.135/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-22T04:17:20.698Z] valid_lft 85730sec preferred_lft 85730sec [2021-06-22T04:17:20.698Z] inet6 fe80::f816:3eff:feda:f1b1/64 scope link [2021-06-22T04:17:20.698Z] valid_lft forever preferred_lft forever [2021-06-22T04:17:20.698Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-22T04:17:20.698Z] link/ether 02:42:08:b9:9c:c5 brd ff:ff:ff:ff:ff:ff [2021-06-22T04:17:20.698Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-22T04:17:20.698Z] valid_lft forever preferred_lft forever [2021-06-22T04:17:20.698Z] inet6 fe80::42:8ff:feb9:9cc5/64 scope link [2021-06-22T04:17:20.698Z] valid_lft forever preferred_lft forever [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] ---> sar -b -r -n DEV: [2021-06-22T04:17:20.698Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] 04:05:59 LINUX RESTART (2 CPU) [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] 04:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-22T04:17:20.698Z] 04:08:01 1.71 0.00 1.71 0.00 0.00 37.91 0.00 [2021-06-22T04:17:20.698Z] 04:09:01 0.50 0.00 0.50 0.00 0.00 7.10 0.00 [2021-06-22T04:17:20.698Z] 04:10:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 [2021-06-22T04:17:20.698Z] 04:11:01 0.22 0.00 0.22 0.00 0.00 3.50 0.00 [2021-06-22T04:17:20.698Z] 04:12:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 [2021-06-22T04:17:20.698Z] 04:13:01 0.13 0.00 0.13 0.00 0.00 2.13 0.00 [2021-06-22T04:17:20.698Z] 04:14:01 0.22 0.00 0.22 0.00 0.00 3.60 0.00 [2021-06-22T04:17:20.698Z] 04:15:01 0.25 0.00 0.25 0.00 0.00 2.72 0.00 [2021-06-22T04:17:20.698Z] 04:16:01 0.32 0.00 0.32 0.00 0.00 3.56 0.00 [2021-06-22T04:17:20.698Z] 04:17:01 0.30 0.03 0.27 0.00 3.73 4.33 0.00 [2021-06-22T04:17:20.698Z] Average: 0.42 0.00 0.42 0.00 0.37 7.32 0.00 [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] 04:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-22T04:17:20.698Z] 04:08:01 5461976 0 803684 10.03 2620 1740652 1225340 13.53 574036 1574132 16 [2021-06-22T04:17:20.698Z] 04:09:01 5460304 0 805352 10.06 2620 1740656 1205092 13.30 582920 1567096 20 [2021-06-22T04:17:20.698Z] 04:10:01 5459224 0 806428 10.07 2620 1740660 1205128 13.31 580652 1570728 16 [2021-06-22T04:17:20.698Z] 04:11:01 5459904 0 805744 10.06 2620 1740664 1205068 13.30 579628 1571400 8 [2021-06-22T04:17:20.698Z] 04:12:01 5453228 0 812412 10.14 2620 1740672 1266412 13.98 581812 1574688 20 [2021-06-22T04:17:20.698Z] 04:13:01 5462776 0 802860 10.02 2620 1740676 1197892 13.23 573500 1574688 16 [2021-06-22T04:17:20.698Z] 04:14:01 5461408 0 804220 10.04 2620 1740684 1198156 13.23 574704 1574688 8 [2021-06-22T04:17:20.698Z] 04:15:01 5451960 0 813664 10.16 2620 1740688 1198256 13.23 584136 1574688 8 [2021-06-22T04:17:20.698Z] 04:16:01 5453720 0 811900 10.14 2620 1740692 1197968 13.23 584776 1572876 8 [2021-06-22T04:17:20.698Z] 04:17:01 5450208 0 815152 10.18 2620 1740952 1198792 13.24 588024 1572916 164 [2021-06-22T04:17:20.698Z] Average: 5457471 0 808142 10.09 2620 1740700 1209810 13.36 580419 1572790 28 [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] 04:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-22T04:17:20.698Z] 04:08:01 eth0 1.08 0.07 0.09 0.04 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:09:01 eth0 2.47 0.97 1.43 0.39 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:10:01 eth0 1.87 0.75 0.85 0.62 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:11:01 eth0 1.68 0.30 0.38 0.20 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:12:01 eth0 2.82 2.37 0.54 20.90 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:13:01 eth0 0.68 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:14:01 eth0 1.17 0.50 0.33 1.95 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:15:01 eth0 0.57 0.40 0.28 0.18 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:16:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:17:01 eth0 5.13 3.40 4.94 1.88 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] Average: eth0 1.76 0.89 0.89 2.62 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] ---> sar -P ALL: [2021-06-22T04:17:20.698Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/22/21 _x86_64_ (2 CPU) [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] 04:05:59 LINUX RESTART (2 CPU) [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] 04:07:02 CPU %user %nice %system %iowait %steal %idle [2021-06-22T04:17:20.698Z] 04:08:01 all 0.09 0.00 0.03 0.00 0.03 99.85 [2021-06-22T04:17:20.698Z] 04:08:01 0 0.10 0.00 0.05 0.00 0.05 99.80 [2021-06-22T04:17:20.698Z] 04:08:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-22T04:17:20.698Z] 04:09:01 all 0.07 0.00 0.05 0.00 0.04 99.84 [2021-06-22T04:17:20.698Z] 04:09:01 0 0.07 0.00 0.05 0.00 0.05 99.83 [2021-06-22T04:17:20.698Z] 04:09:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2021-06-22T04:17:20.698Z] 04:10:01 all 0.12 0.00 0.03 0.00 0.03 99.83 [2021-06-22T04:17:20.698Z] 04:10:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2021-06-22T04:17:20.698Z] 04:10:01 1 0.13 0.00 0.02 0.00 0.02 99.83 [2021-06-22T04:17:20.698Z] 04:11:01 all 0.10 0.00 0.04 0.00 0.03 99.82 [2021-06-22T04:17:20.698Z] 04:11:01 0 0.08 0.00 0.05 0.00 0.05 99.82 [2021-06-22T04:17:20.698Z] 04:11:01 1 0.12 0.00 0.03 0.00 0.02 99.83 [2021-06-22T04:17:20.698Z] 04:12:01 all 0.17 0.00 0.06 0.00 0.03 99.74 [2021-06-22T04:17:20.698Z] 04:12:01 0 0.15 0.00 0.07 0.00 0.03 99.75 [2021-06-22T04:17:20.698Z] 04:12:01 1 0.18 0.00 0.05 0.00 0.03 99.73 [2021-06-22T04:17:20.698Z] 04:13:01 all 0.03 0.00 0.03 0.00 0.03 99.92 [2021-06-22T04:17:20.698Z] 04:13:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-22T04:17:20.698Z] 04:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-22T04:17:20.698Z] 04:14:01 all 0.13 0.00 0.03 0.00 0.03 99.82 [2021-06-22T04:17:20.698Z] 04:14:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2021-06-22T04:17:20.698Z] 04:14:01 1 0.15 0.00 0.03 0.00 0.02 99.80 [2021-06-22T04:17:20.698Z] 04:15:01 all 0.12 0.00 0.03 0.00 0.03 99.83 [2021-06-22T04:17:20.698Z] 04:15:01 0 0.22 0.00 0.02 0.00 0.03 99.73 [2021-06-22T04:17:20.698Z] 04:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-22T04:17:20.698Z] 04:16:01 all 0.07 0.00 0.03 0.00 0.03 99.88 [2021-06-22T04:17:20.698Z] 04:16:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-22T04:17:20.698Z] 04:16:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-22T04:17:20.698Z] 04:17:01 all 0.40 0.00 0.28 0.00 0.04 99.28 [2021-06-22T04:17:20.698Z] 04:17:01 0 0.45 0.00 0.35 0.00 0.05 99.15 [2021-06-22T04:17:20.698Z] 04:17:01 1 0.35 0.00 0.20 0.00 0.03 99.41 [2021-06-22T04:17:20.698Z] Average: all 0.13 0.00 0.06 0.00 0.03 99.78 [2021-06-22T04:17:20.698Z] Average: 0 0.14 0.00 0.07 0.00 0.04 99.75 [2021-06-22T04:17:20.698Z] Average: 1 0.12 0.00 0.05 0.00 0.02 99.81 [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z] [2021-06-22T04:17:20.698Z]