Pull request #955 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf+1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 (a0e3b2c488a52ddc925590d1cf22afc37e422505) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh6590111969384587500.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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-ssh7793068614741852308.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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-955/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-955/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1519740397944193869.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh2667682798661984341.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-955/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-955/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5751448891331125391.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32’ Running on prd-centos7-docker-4c-2g-35 in /w/workspace/dgexfoundry_device-sdk-go_PR-955 [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-955 # 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-955@tmp/jenkins-gitclient-ssh7411073065305591623.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 into PR head commit ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf Merge succeeded, producing ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf Checking out Revision ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf (PR-955) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [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-955@tmp/jenkins-gitclient-ssh3702470418757461866.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/955/head:refs/remotes/origin/PR-955 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # 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-955@tmp/jenkins-gitclient-ssh7003704317642965240.key > git merge 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 Commit message: "build(deps): bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-09T13:01:53.848Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-09T13:01:53.966Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk a17602907dae120b3709a8352c85f4573ad9558a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-09T13:01:54.017Z] ========================================================= [2021-06-09T13:01:54.017Z] EdgeX Global Pipelines Version Info [2021-06-09T13:01:54.017Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:01:55.567Z] ------------------- [2021-06-09T13:01:55.567Z] stable info: [2021-06-09T13:01:55.567Z] ------------------- [2021-06-09T13:01:55.567Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-09T13:01:55.567Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T13:01:55.567Z] Message: update stable to v1.0.194 [2021-06-09T13:01:56.144Z] ------------------- [2021-06-09T13:01:56.144Z] experimental info: [2021-06-09T13:01:56.144Z] ------------------- [2021-06-09T13:01:56.144Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-09T13:01:56.144Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T13:01:56.144Z] Message: update experimental to v1.0.194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-09T13:01:56.272Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-06-09T13:01:56.302Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-06-09T13:01:56.334Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-09T13:01:56.363Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-09T13:01:56.389Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-09T13:01:56.421Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-09T13:01:56.449Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-09T13:01:56.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-09T13:01:56.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-06-09T13:01:56.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-09T13:01:56.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-09T13:01:56.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-06-09T13:01:56.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-09T13:01:56.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-09T13:01:56.671Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-09T13:01:56.695Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-06-09T13:01:56.719Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-09T13:01:56.743Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-09T13:01:56.787Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-09T13:01:56.813Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-09T13:01:56.842Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-09T13:01:56.868Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-06-09T13:01:56.893Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-09T13:01:56.919Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-09T13:01:56.951Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-09T13:01:56.983Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-09T13:01:57.011Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-955 [Pipeline] echo [2021-06-09T13:01:57.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-955 [Pipeline] echo [2021-06-09T13:01:57.061Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-955 [Pipeline] echo [2021-06-09T13:01:57.085Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [Pipeline] echo [2021-06-09T13:01:57.110Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ab40dd7 [Pipeline] echo [2021-06-09T13:01:57.135Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T13:01:57.234Z] provisioning config files... [2021-06-09T13:01:57.253Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/config8789583168866330699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:01:57.581Z] ---> docker-login.sh [2021-06-09T13:01:57.581Z] nexus3.edgexfoundry.org:10001 [2021-06-09T13:01:57.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:01:57.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:01:57.844Z] Configure a credential helper to remove this warning. See [2021-06-09T13:01:57.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:01:57.844Z] [2021-06-09T13:01:57.844Z] Login Succeeded [2021-06-09T13:01:57.844Z] nexus3.edgexfoundry.org:10002 [2021-06-09T13:01:57.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:01:57.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:01:57.844Z] Configure a credential helper to remove this warning. See [2021-06-09T13:01:57.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:01:57.844Z] [2021-06-09T13:01:57.844Z] Login Succeeded [2021-06-09T13:01:57.844Z] nexus3.edgexfoundry.org:10003 [2021-06-09T13:01:58.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:01:58.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:01:58.106Z] Configure a credential helper to remove this warning. See [2021-06-09T13:01:58.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:01:58.106Z] [2021-06-09T13:01:58.106Z] Login Succeeded [2021-06-09T13:01:58.106Z] nexus3.edgexfoundry.org:10004 [2021-06-09T13:01:58.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:01:58.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:01:58.106Z] Configure a credential helper to remove this warning. See [2021-06-09T13:01:58.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:01:58.106Z] [2021-06-09T13:01:58.106Z] Login Succeeded [2021-06-09T13:01:58.106Z] docker.io [2021-06-09T13:01:58.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:01:58.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:01:58.638Z] Configure a credential helper to remove this warning. See [2021-06-09T13:01:58.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:01:58.638Z] [2021-06-09T13:01:58.638Z] Login Succeeded [2021-06-09T13:01:58.638Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T13:01:58.646Z] 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-09T13:01:59.192Z] + git log --format=format:%s -1 ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [Pipeline] echo [2021-06-09T13:01:59.233Z] GIT_COMMIT: ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf, Commit Message: build(deps): bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2 [Pipeline] echo [2021-06-09T13:01:59.248Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:01:59.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T13:01:59.832Z] [2021-06-09T13:01:59.832Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:02:00.141Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T13:02:00.141Z] latest: Pulling from edgex-devops/git-semver [2021-06-09T13:02:00.141Z] 31603596830f: Pulling fs layer [2021-06-09T13:02:00.141Z] 54011a49482f: Pulling fs layer [2021-06-09T13:02:00.141Z] a6820b24f6d8: Pulling fs layer [2021-06-09T13:02:00.141Z] f581987b2513: Pulling fs layer [2021-06-09T13:02:00.141Z] f581987b2513: Waiting [2021-06-09T13:02:00.141Z] 54011a49482f: Verifying Checksum [2021-06-09T13:02:00.141Z] 54011a49482f: Download complete [2021-06-09T13:02:00.410Z] 31603596830f: Verifying Checksum [2021-06-09T13:02:00.410Z] 31603596830f: Download complete [2021-06-09T13:02:00.410Z] f581987b2513: Verifying Checksum [2021-06-09T13:02:00.410Z] f581987b2513: Download complete [2021-06-09T13:02:00.410Z] a6820b24f6d8: Verifying Checksum [2021-06-09T13:02:00.410Z] a6820b24f6d8: Download complete [2021-06-09T13:02:00.410Z] 31603596830f: Pull complete [2021-06-09T13:02:00.709Z] 54011a49482f: Pull complete [2021-06-09T13:02:01.305Z] a6820b24f6d8: Pull complete [2021-06-09T13:02:01.577Z] f581987b2513: Pull complete [2021-06-09T13:02:01.577Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-09T13:02:01.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T13:02:01.577Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-09T13:02:01.693Z] prd-centos7-docker-4c-2g-35 does not seem to be running inside a container [2021-06-09T13:02:01.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-955 -v /w/workspace/dgexfoundry_device-sdk-go_PR-955:/w/workspace/dgexfoundry_device-sdk-go_PR-955:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-09T13:02:02.853Z] $ docker top 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-09T13:02:03.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T13:02:03.002Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T13:02:03.145Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T13:02:03.145Z] $ docker exec 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef ssh-agent [2021-06-09T13:02:03.265Z] SSH_AUTH_SOCK=/tmp/ssh-IjKy883Wztkx/agent.14 [2021-06-09T13:02:03.265Z] SSH_AGENT_PID=20 [2021-06-09T13:02:03.276Z] Running ssh-add (command line suppressed) [2021-06-09T13:02:03.394Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/private_key_3458192422484027671.key (/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/private_key_3458192422484027671.key) [2021-06-09T13:02:03.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T13:02:03.724Z] + git tag --points-at HEAD [Pipeline] } [2021-06-09T13:02:03.736Z] $ docker exec --env ******** --env ******** 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef ssh-agent -k [2021-06-09T13:02:03.845Z] unset SSH_AUTH_SOCK; [2021-06-09T13:02:03.847Z] unset SSH_AGENT_PID; [2021-06-09T13:02:03.847Z] echo Agent pid 20 killed; [2021-06-09T13:02:03.860Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-09T13:02:03.906Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T13:02:03.906Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T13:02:04.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T13:02:04.034Z] $ docker exec 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef ssh-agent [2021-06-09T13:02:04.155Z] SSH_AUTH_SOCK=/tmp/ssh-MDNYtRqlogOl/agent.53 [2021-06-09T13:02:04.155Z] SSH_AGENT_PID=59 [2021-06-09T13:02:04.161Z] Running ssh-add (command line suppressed) [2021-06-09T13:02:04.259Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/private_key_6102634331043308910.key (/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/private_key_6102634331043308910.key) [2021-06-09T13:02:04.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T13:02:04.591Z] + git semver init [2021-06-09T13:02:04.592Z] # -> Open(): unable to determine branch for HEAD [2021-06-09T13:02:04.592Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-955/.git [2021-06-09T13:02:04.592Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-955 [2021-06-09T13:02:04.592Z] # $SEMVER_REMOTE_NAME = origin [2021-06-09T13:02:04.592Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-09T13:02:04.592Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-09T13:02:04.592Z] # $SEMVER_BRANCH = PR-955 [2021-06-09T13:02:04.592Z] # $SEMVER_TEMP = /tmp/semver-738305687 [2021-06-09T13:02:04.592Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-06-09T13:02:05.983Z] # '/tmp/semver-738305687' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-955/.semver' [2021-06-09T13:02:05.983Z] # -> Force: false [2021-06-09T13:02:05.983Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-955/.semver [Pipeline] } [2021-06-09T13:02:05.990Z] $ docker exec --env ******** --env ******** 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef ssh-agent -k [2021-06-09T13:02:06.083Z] unset SSH_AUTH_SOCK; [2021-06-09T13:02:06.083Z] unset SSH_AGENT_PID; [2021-06-09T13:02:06.083Z] echo Agent pid 59 killed; [2021-06-09T13:02:06.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-09T13:02:06.430Z] + git semver [Pipeline] } [2021-06-09T13:02:06.441Z] $ docker stop --time=1 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef [2021-06-09T13:02:07.704Z] $ docker rm -f 11fb4d3a58ea000cff556cf52d0b61961283fbe50633eeacc4d0b22b20c085ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T13:02:08.091Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-09T13:02:08.372Z] Stashed 1 file(s) [Pipeline] echo [2021-06-09T13:02:08.377Z] [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-09T13:02:23.603Z] Still waiting to schedule task [2021-06-09T13:02:23.603Z] ‘prd-centos7-docker-4c-2g-33’ is offline [2021-06-09T13:02:23.603Z] ‘prd-centos7-docker-4c-2g-37’ is offline [2021-06-09T13:02:23.605Z] Still waiting to schedule task [2021-06-09T13:02:23.606Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-34’ [2021-06-09T13:02:31.031Z] Running on prd-centos7-docker-4c-2g-37 in /w/workspace/dgexfoundry_device-sdk-go_PR-955 [Pipeline] { [Pipeline] ws [2021-06-09T13:02:31.050Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-06-09T13:02:31.144Z] Selected Git installation does not exist. Using Default [2021-06-09T13:02:31.144Z] The recommended git tool is: NONE [2021-06-09T13:02:33.582Z] using credential edgex-jenkins-ssh [2021-06-09T13:02:33.596Z] Cloning the remote Git repository [2021-06-09T13:02:32.996Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T13:02:33.064Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2021-06-09T13:02:33.095Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T13:02:33.095Z] > git --version # timeout=10 [2021-06-09T13:02:33.107Z] > git --version # 'git version 2.24.4' [2021-06-09T13:02:33.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T13:02:33.134Z] [INFO] Currently running in a labeled security context [2021-06-09T13:02:33.134Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-09T13:02:33.134Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/6@tmp/jenkins-gitclient-ssh3535628943640959173.key [2021-06-09T13:02:33.145Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T13:02:34.916Z] Merging remotes/origin/master commit 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 into PR head commit ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [2021-06-09T13:02:35.004Z] Merge succeeded, producing ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [2021-06-09T13:02:35.005Z] Checking out Revision ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf (PR-955) [2021-06-09T13:02:33.921Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-09T13:02:33.926Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T13:02:33.939Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-09T13:02:33.952Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T13:02:33.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T13:02:33.953Z] [INFO] Currently running in a labeled security context [2021-06-09T13:02:33.953Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-09T13:02:33.953Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/6@tmp/jenkins-gitclient-ssh2884160397915287326.key [2021-06-09T13:02:33.958Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/955/head:refs/remotes/origin/PR-955 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-09T13:02:34.411Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T13:02:34.418Z] > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 [2021-06-09T13:02:34.455Z] > git remote # timeout=10 [2021-06-09T13:02:34.463Z] > git config --get remote.origin.url # timeout=10 [2021-06-09T13:02:34.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T13:02:34.471Z] [INFO] Currently running in a labeled security context [2021-06-09T13:02:34.471Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-09T13:02:34.471Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/6@tmp/jenkins-gitclient-ssh2611461298151398912.key [2021-06-09T13:02:34.477Z] > git merge 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 # timeout=10 [2021-06-09T13:02:34.491Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-09T13:02:34.501Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T13:02:34.507Z] > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 [2021-06-09T13:02:38.343Z] Commit message: "build(deps): bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T13:02:39.357Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-09T13:02:39.681Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T13:02:39.979Z] + sudo service docker restart [2021-06-09T13:02:39.979Z] + true [2021-06-09T13:02:39.979Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T13:02:58.155Z] provisioning config files... [2021-06-09T13:02:58.171Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config6910836397507199504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:02:58.511Z] ---> docker-login.sh [2021-06-09T13:02:58.511Z] nexus3.edgexfoundry.org:10001 [2021-06-09T13:02:58.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:02:58.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:02:58.776Z] Configure a credential helper to remove this warning. See [2021-06-09T13:02:58.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:02:58.776Z] [2021-06-09T13:02:58.776Z] Login Succeeded [2021-06-09T13:02:58.776Z] nexus3.edgexfoundry.org:10002 [2021-06-09T13:02:58.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:02:58.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:02:58.776Z] Configure a credential helper to remove this warning. See [2021-06-09T13:02:58.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:02:58.776Z] [2021-06-09T13:02:58.776Z] Login Succeeded [2021-06-09T13:02:58.776Z] nexus3.edgexfoundry.org:10003 [2021-06-09T13:02:59.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:02:59.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:02:59.039Z] Configure a credential helper to remove this warning. See [2021-06-09T13:02:59.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:02:59.039Z] [2021-06-09T13:02:59.039Z] Login Succeeded [2021-06-09T13:02:59.039Z] nexus3.edgexfoundry.org:10004 [2021-06-09T13:02:59.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:02:59.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:02:59.039Z] Configure a credential helper to remove this warning. See [2021-06-09T13:02:59.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:02:59.039Z] [2021-06-09T13:02:59.039Z] Login Succeeded [2021-06-09T13:02:59.039Z] docker.io [2021-06-09T13:02:59.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:02:59.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:02:59.564Z] Configure a credential helper to remove this warning. See [2021-06-09T13:02:59.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:02:59.564Z] [2021-06-09T13:02:59.564Z] Login Succeeded [2021-06-09T13:02:59.564Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T13:02:59.574Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-09T13:02:59.747Z] ========================================================= [2021-06-09T13:02:59.747Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-09T13:02:59.747Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:03:00.059Z] + 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-09T13:03:00.060Z] Sending build context to Docker daemon 2.648MB [2021-06-09T13:03:00.060Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T13:03:00.060Z] Step 2/8 : FROM ${BASE} [2021-06-09T13:03:00.060Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-09T13:03:00.060Z] 540db60ca938: Pulling fs layer [2021-06-09T13:03:00.060Z] adcc1eea9eea: Pulling fs layer [2021-06-09T13:03:00.060Z] 4c4ab2625f07: Pulling fs layer [2021-06-09T13:03:00.060Z] 0510c868ecb4: Pulling fs layer [2021-06-09T13:03:00.060Z] afea3b2eda06: Pulling fs layer [2021-06-09T13:03:00.060Z] 7809a108b3ef: Pulling fs layer [2021-06-09T13:03:00.060Z] f706445af74f: Pulling fs layer [2021-06-09T13:03:00.060Z] afea3b2eda06: Waiting [2021-06-09T13:03:00.060Z] 7809a108b3ef: Waiting [2021-06-09T13:03:00.060Z] f706445af74f: Waiting [2021-06-09T13:03:00.060Z] 0510c868ecb4: Waiting [2021-06-09T13:03:00.060Z] 4c4ab2625f07: Verifying Checksum [2021-06-09T13:03:00.060Z] 4c4ab2625f07: Download complete [2021-06-09T13:03:00.327Z] adcc1eea9eea: Verifying Checksum [2021-06-09T13:03:00.327Z] adcc1eea9eea: Download complete [2021-06-09T13:03:00.327Z] afea3b2eda06: Verifying Checksum [2021-06-09T13:03:00.327Z] afea3b2eda06: Download complete [2021-06-09T13:03:00.327Z] 540db60ca938: Verifying Checksum [2021-06-09T13:03:00.327Z] 540db60ca938: Download complete [2021-06-09T13:03:00.327Z] 7809a108b3ef: Verifying Checksum [2021-06-09T13:03:00.327Z] 7809a108b3ef: Download complete [2021-06-09T13:03:00.327Z] 540db60ca938: Pull complete [2021-06-09T13:03:00.592Z] adcc1eea9eea: Pull complete [2021-06-09T13:03:00.852Z] 4c4ab2625f07: Pull complete [2021-06-09T13:03:02.246Z] f706445af74f: Verifying Checksum [2021-06-09T13:03:02.246Z] f706445af74f: Download complete [2021-06-09T13:03:02.820Z] 0510c868ecb4: Verifying Checksum [2021-06-09T13:03:02.820Z] 0510c868ecb4: Download complete [2021-06-09T13:03:06.160Z] 0510c868ecb4: Pull complete [2021-06-09T13:03:06.160Z] afea3b2eda06: Pull complete [2021-06-09T13:03:06.160Z] 7809a108b3ef: Pull complete [2021-06-09T13:03:07.566Z] f706445af74f: Pull complete [2021-06-09T13:03:07.566Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-09T13:03:07.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-09T13:03:07.566Z] ---> b068be0155e3 [2021-06-09T13:03:07.566Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T13:03:11.780Z] ---> Running in 389caaf6bd28 [2021-06-09T13:03:11.780Z] Removing intermediate container 389caaf6bd28 [2021-06-09T13:03:11.780Z] ---> fec1d5bcb51a [2021-06-09T13:03:11.780Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T13:03:11.780Z] ---> Running in da7a7ca71b54 [2021-06-09T13:03:12.373Z] Removing intermediate container da7a7ca71b54 [2021-06-09T13:03:12.373Z] ---> 0fe0a038f0b6 [2021-06-09T13:03:12.373Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-06-09T13:03:12.373Z] ---> Running in c427238c299e [2021-06-09T13:03:12.641Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T13:03:13.583Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T13:03:13.844Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-06-09T13:03:13.844Z] (2/6) Installing libsodium (1.0.18-r0) [2021-06-09T13:03:14.105Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-06-09T13:03:14.105Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-06-09T13:03:14.105Z] (5/6) Installing libzmq (4.3.3-r1) [2021-06-09T13:03:14.366Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-06-09T13:03:14.366Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T13:03:14.366Z] OK: 150 MiB in 46 packages [2021-06-09T13:03:14.628Z] Removing intermediate container c427238c299e [2021-06-09T13:03:14.628Z] ---> 38dc782b8b84 [2021-06-09T13:03:14.628Z] Step 6/8 : WORKDIR /device-sdk-go [2021-06-09T13:03:14.892Z] ---> Running in 97d2e35a5d49 [2021-06-09T13:03:14.892Z] Removing intermediate container 97d2e35a5d49 [2021-06-09T13:03:14.892Z] ---> aa71c384beeb [2021-06-09T13:03:14.892Z] Step 7/8 : COPY . . [2021-06-09T13:03:15.151Z] ---> 26e77118fb6a [2021-06-09T13:03:15.151Z] Step 8/8 : RUN go mod download [2021-06-09T13:03:15.151Z] ---> Running in f0281081c30e [2021-06-09T13:03:25.166Z] Removing intermediate container f0281081c30e [2021-06-09T13:03:25.166Z] ---> cd396d85e067 [2021-06-09T13:03:25.166Z] Successfully built cd396d85e067 [2021-06-09T13:03:25.166Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:03:25.476Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T13:03:25.476Z] . [Pipeline] withDockerContainer [2021-06-09T13:03:25.550Z] prd-centos7-docker-4c-2g-37 does not seem to be running inside a container [2021-06-09T13:03:25.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-09T13:03:25.927Z] $ docker top 64a4d5dfb8993e230c37f40350764181f2e6bc990696781a98a5a0d0e4fc0208 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T13:03:26.311Z] + go version [2021-06-09T13:03:26.311Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-09T13:03:26.317Z] $ docker stop --time=1 64a4d5dfb8993e230c37f40350764181f2e6bc990696781a98a5a0d0e4fc0208 [2021-06-09T13:03:27.531Z] $ docker rm -f 64a4d5dfb8993e230c37f40350764181f2e6bc990696781a98a5a0d0e4fc0208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:03:28.163Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T13:03:28.163Z] . [Pipeline] withDockerContainer [2021-06-09T13:03:28.237Z] prd-centos7-docker-4c-2g-37 does not seem to be running inside a container [2021-06-09T13:03:28.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-09T13:03:28.658Z] $ docker top 76c72d738ec43374b139c04bc3c2d1915572268642d3e5a926ef3fbc2608ce86 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T13:03:29.050Z] + go mod tidy [Pipeline] sh [2021-06-09T13:03:29.616Z] + make test [2021-06-09T13:03:29.616Z] go mod tidy [2021-06-09T13:03:29.883Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T13:03:35.211Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-06-09T13:03:57.278Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-06-09T13:03:57.278Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-06-09T13:03:57.278Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-06-09T13:03:59.228Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.056s coverage: 25.4% of statements [2021-06-09T13:03:59.228Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-06-09T13:03:59.228Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.047s coverage: 28.1% of statements [2021-06-09T13:03:59.820Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.066s coverage: 78.9% of statements [2021-06-09T13:03:59.820Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.045s coverage: 9.0% of statements [2021-06-09T13:03:59.820Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-06-09T13:03:59.820Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-06-09T13:03:59.820Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-06-09T13:04:00.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.064s coverage: 29.2% of statements [2021-06-09T13:04:00.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-06-09T13:04:01.748Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.059s coverage: 83.3% of statements [2021-06-09T13:04:01.748Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-06-09T13:04:01.748Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-06-09T13:04:01.748Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.078s coverage: 58.0% of statements [2021-06-09T13:04:03.160Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.824s coverage: 89.2% of statements [2021-06-09T13:04:03.160Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-06-09T13:04:03.160Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.048s coverage: 5.0% of statements [2021-06-09T13:04:03.160Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-06-09T13:04:03.160Z] GO111MODULE=on go vet ./... [2021-06-09T13:04:21.419Z] gofmt -l . [2021-06-09T13:04:21.419Z] [ "`gofmt -l .`" = "" ] [2021-06-09T13:04:21.419Z] ./bin/test-attribution-txt.sh [2021-06-09T13:04:21.419Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-06-09T13:04:21.425Z] $ docker stop --time=1 76c72d738ec43374b139c04bc3c2d1915572268642d3e5a926ef3fbc2608ce86 [2021-06-09T13:04:23.057Z] $ docker rm -f 76c72d738ec43374b139c04bc3c2d1915572268642d3e5a926ef3fbc2608ce86 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T13:04:23.523Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-09T13:04:23.768Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-06-09T13:04:24.840Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-09T13:04:25.139Z] + ls -al . [2021-06-09T13:04:25.139Z] total 208 [2021-06-09T13:04:25.139Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 9 13:04 . [2021-06-09T13:04:25.139Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 9 13:02 .. [2021-06-09T13:04:25.139Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 9 13:02 bin [2021-06-09T13:04:25.139Z] -rw-r--r--. 1 jenkins jenkins 126071 Jun 9 13:04 coverage.out [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 987 Jun 9 13:02 Dockerfile.build [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 9 13:02 .dockerignore [2021-06-09T13:04:25.139Z] drwxrwxr-x. 5 jenkins jenkins 62 Jun 9 13:02 example [2021-06-09T13:04:25.139Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 9 13:02 .git [2021-06-09T13:04:25.139Z] drwxrwxr-x. 2 jenkins jenkins 103 Jun 9 13:02 .github [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 138 Jun 9 13:02 .gitignore [2021-06-09T13:04:25.139Z] -rw-r--r--. 1 jenkins jenkins 575 Jun 9 13:04 go.mod [2021-06-09T13:04:25.139Z] -rw-r--r--. 1 jenkins jenkins 20472 Jun 9 13:03 go.sum [2021-06-09T13:04:25.139Z] drwxrwxr-x. 15 jenkins jenkins 224 Jun 9 13:02 internal [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 894 Jun 9 13:02 Jenkinsfile [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jun 9 13:02 LICENSE [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 1026 Jun 9 13:02 Makefile [2021-06-09T13:04:25.139Z] drwxrwxr-x. 4 jenkins jenkins 26 Jun 9 13:02 openapi [2021-06-09T13:04:25.139Z] drwxrwxr-x. 5 jenkins jenkins 50 Jun 9 13:02 pkg [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 7652 Jun 9 13:02 README.md [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jun 9 13:02 RELEASE-NOTES.txt [2021-06-09T13:04:25.139Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 9 13:02 snap [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 9 13:02 VERSION [2021-06-09T13:04:25.139Z] -rw-rw-r--. 1 jenkins jenkins 222 Jun 9 13:02 version.go [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:04:25.445Z] + 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=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf --label arch=amd64 --label version=0.0.0 . [2021-06-09T13:04:25.445Z] Sending build context to Docker daemon 2.775MB [2021-06-09T13:04:25.445Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T13:04:25.445Z] Step 2/23 : FROM ${BASE} AS builder [2021-06-09T13:04:25.445Z] ---> cd396d85e067 [2021-06-09T13:04:25.445Z] Step 3/23 : WORKDIR /device-sdk-go [2021-06-09T13:04:25.445Z] ---> Running in e6876940104b [2021-06-09T13:04:25.711Z] Removing intermediate container e6876940104b [2021-06-09T13:04:25.711Z] ---> 2de067f0c1cf [2021-06-09T13:04:25.711Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T13:04:25.711Z] ---> Running in a2cb69bc8222 [2021-06-09T13:04:25.711Z] Removing intermediate container a2cb69bc8222 [2021-06-09T13:04:25.711Z] ---> 2adc2b654a4a [2021-06-09T13:04:25.711Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T13:04:25.711Z] ---> Running in 574a03788655 [2021-06-09T13:04:26.284Z] Removing intermediate container 574a03788655 [2021-06-09T13:04:26.284Z] ---> ca553c2e8640 [2021-06-09T13:04:26.284Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-06-09T13:04:26.284Z] ---> Running in a1c36be2f3d0 [2021-06-09T13:04:26.545Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T13:04:27.490Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T13:04:27.751Z] OK: 150 MiB in 46 packages [2021-06-09T13:04:28.019Z] Removing intermediate container a1c36be2f3d0 [2021-06-09T13:04:28.019Z] ---> de4e6732755a [2021-06-09T13:04:28.019Z] Step 7/23 : COPY . . [2021-06-09T13:04:28.284Z] ---> ffc475cc1042 [2021-06-09T13:04:28.284Z] Step 8/23 : RUN go mod download [2021-06-09T13:04:28.284Z] ---> Running in 2f90bd778a16 [2021-06-09T13:04:28.855Z] Removing intermediate container 2f90bd778a16 [2021-06-09T13:04:28.855Z] ---> bae3fbedd513 [2021-06-09T13:04:28.855Z] Step 9/23 : RUN make build [2021-06-09T13:04:28.855Z] ---> Running in 7a4fa439fbe8 [2021-06-09T13:04:29.122Z] go mod tidy [2021-06-09T13:04:29.122Z] 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-09T13:04:39.300Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-06-09T13:04:40.263Z] Removing intermediate container 7a4fa439fbe8 [2021-06-09T13:04:40.263Z] ---> 935a42f8474a [2021-06-09T13:04:40.263Z] Step 10/23 : FROM alpine:3.12 [2021-06-09T13:04:40.834Z] 3.12: Pulling from library/alpine [2021-06-09T13:04:41.098Z] 339de151aab4: Pulling fs layer [2021-06-09T13:04:41.098Z] 339de151aab4: Verifying Checksum [2021-06-09T13:04:41.098Z] 339de151aab4: Download complete [2021-06-09T13:04:41.366Z] 339de151aab4: Pull complete [2021-06-09T13:04:41.366Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T13:04:41.366Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T13:04:41.366Z] ---> 13621d1b12d4 [2021-06-09T13:04:41.366Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T13:04:41.366Z] ---> Running in 14014cd714d4 [2021-06-09T13:04:41.366Z] Removing intermediate container 14014cd714d4 [2021-06-09T13:04:41.366Z] ---> 1dde7035063d [2021-06-09T13:04:41.366Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T13:04:41.366Z] ---> Running in 8f8304c9491d [2021-06-09T13:04:41.941Z] Removing intermediate container 8f8304c9491d [2021-06-09T13:04:41.941Z] ---> 5c23ab19a370 [2021-06-09T13:04:41.941Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-06-09T13:04:41.941Z] ---> Running in b8199af9742b [2021-06-09T13:04:42.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-09T13:04:42.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-09T13:04:43.345Z] (1/5) Installing libgcc (9.3.0-r2) [2021-06-09T13:04:43.345Z] (2/5) Installing libsodium (1.0.18-r0) [2021-06-09T13:04:43.345Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-06-09T13:04:44.288Z] (4/5) Installing libzmq (4.3.3-r0) [2021-06-09T13:04:44.550Z] (5/5) Installing zeromq (4.3.3-r0) [2021-06-09T13:04:44.550Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T13:04:44.550Z] OK: 8 MiB in 19 packages [2021-06-09T13:04:44.811Z] Removing intermediate container b8199af9742b [2021-06-09T13:04:44.811Z] ---> 9ca8b6b2916e [2021-06-09T13:04:44.811Z] Step 14/23 : WORKDIR / [2021-06-09T13:04:44.811Z] ---> Running in ded7dfabb7b6 [2021-06-09T13:04:44.811Z] Removing intermediate container ded7dfabb7b6 [2021-06-09T13:04:44.811Z] ---> 75d2fcebc0dd [2021-06-09T13:04:44.811Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-06-09T13:04:45.072Z] ---> 14400e2fceaf [2021-06-09T13:04:45.072Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-06-09T13:04:45.646Z] ---> 974573aa86da [2021-06-09T13:04:45.646Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-06-09T13:04:45.646Z] ---> 72fb8b0b66f9 [2021-06-09T13:04:45.646Z] Step 18/23 : EXPOSE 59999 [2021-06-09T13:04:45.646Z] ---> Running in 3716a29351bc [2021-06-09T13:04:45.909Z] Removing intermediate container 3716a29351bc [2021-06-09T13:04:45.909Z] ---> 78d612e5535c [2021-06-09T13:04:45.909Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-06-09T13:04:45.909Z] ---> Running in d126e464b93d [2021-06-09T13:04:45.909Z] Removing intermediate container d126e464b93d [2021-06-09T13:04:45.909Z] ---> e8866155bdc4 [2021-06-09T13:04:45.909Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T13:04:45.909Z] ---> Running in 921ffd0cbf95 [2021-06-09T13:04:45.909Z] Removing intermediate container 921ffd0cbf95 [2021-06-09T13:04:45.909Z] ---> 4dcd37ad9b17 [2021-06-09T13:04:45.909Z] Step 21/23 : LABEL arch=amd64 [2021-06-09T13:04:45.909Z] ---> Running in 0af0f0e9c22d [2021-06-09T13:04:46.171Z] Removing intermediate container 0af0f0e9c22d [2021-06-09T13:04:46.171Z] ---> e89591ca4dae [2021-06-09T13:04:46.171Z] Step 22/23 : LABEL git_sha=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [2021-06-09T13:04:46.171Z] ---> Running in 0ca8ad41ab3a [2021-06-09T13:04:46.171Z] Removing intermediate container 0ca8ad41ab3a [2021-06-09T13:04:46.171Z] ---> 4fee2916a18d [2021-06-09T13:04:46.171Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T13:04:46.171Z] ---> Running in 4df5852cd1a3 [2021-06-09T13:04:46.432Z] Removing intermediate container 4df5852cd1a3 [2021-06-09T13:04:46.432Z] ---> 5e29adfaef45 [2021-06-09T13:04:46.432Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-06-09T13:04:46.432Z] Successfully built 5e29adfaef45 [2021-06-09T13:04:46.432Z] 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-09T13:04:47.185Z] ---> job-cost.sh [2021-06-09T13:04:47.186Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4oyN [2021-06-09T13:04:55.347Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-09T13:05:10.309Z] lf-activate-venv(): INFO: Adding /tmp/venv-4oyN/bin to PATH [2021-06-09T13:05:10.309Z] INFO: No Stack... [2021-06-09T13:05:10.309Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-09T13:05:10.309Z] INFO: Archiving Costs [Pipeline] sh [2021-06-09T13:05:10.612Z] + cat /w/workspace/device-sdk-go/6/archives/cost.csv [2021-06-09T13:05:10.613Z] + cut -d, -f6 [Pipeline] lock [2021-06-09T13:05:10.649Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] [2021-06-09T13:05:10.658Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] did not exist. Created. [2021-06-09T13:05:10.658Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-09T13:05:10.980Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-09T13:05:11.047Z] Stashed 1 file(s) [Pipeline] } [2021-06-09T13:05:11.058Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-09T13:05:15.191Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-38 in /w/workspace/dgexfoundry_device-sdk-go_PR-955 [Pipeline] { [Pipeline] ws [2021-06-09T13:05:15.210Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2021-06-09T13:05:15.424Z] Selected Git installation does not exist. Using Default [2021-06-09T13:05:15.424Z] The recommended git tool is: NONE [2021-06-09T13:05:20.633Z] using credential edgex-jenkins-ssh [2021-06-09T13:05:20.652Z] Cloning the remote Git repository [2021-06-09T13:05:20.691Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T13:05:20.797Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2021-06-09T13:05:20.861Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T13:05:20.861Z] > git --version # timeout=10 [2021-06-09T13:05:20.875Z] > git --version # 'git version 2.17.1' [2021-06-09T13:05:20.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T13:05:20.991Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T13:05:22.363Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-09T13:05:22.386Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T13:05:22.405Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-06-09T13:05:22.435Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-06-09T13:05:22.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T13:05:22.446Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/955/head:refs/remotes/origin/PR-955 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-09T13:05:22.935Z] Merging remotes/origin/master commit 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 into PR head commit ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [2021-06-09T13:05:23.126Z] Merge succeeded, producing ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [2021-06-09T13:05:23.127Z] Checking out Revision ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf (PR-955) [2021-06-09T13:05:22.945Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T13:05:22.971Z] > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 [2021-06-09T13:05:23.058Z] > git remote # timeout=10 [2021-06-09T13:05:23.071Z] > git config --get remote.origin.url # timeout=10 [2021-06-09T13:05:23.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T13:05:23.091Z] > git merge 1080da0e1dab4b2d4a9b3bd45e04d508fbfb4182 # timeout=10 [2021-06-09T13:05:23.109Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-09T13:05:23.126Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T13:05:23.134Z] > git checkout -f ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf # timeout=10 [2021-06-09T13:05:27.237Z] Commit message: "build(deps): bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T13:05:28.656Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-09T13:05:29.060Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T13:05:29.406Z] + true [2021-06-09T13:05:29.406Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T13:05:47.733Z] provisioning config files... [2021-06-09T13:05:47.756Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config7133910093368323265tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:05:48.132Z] ---> docker-login.sh [2021-06-09T13:05:48.132Z] nexus3.edgexfoundry.org:10001 [2021-06-09T13:05:48.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:05:49.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:05:49.333Z] Configure a credential helper to remove this warning. See [2021-06-09T13:05:49.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:05:49.333Z] [2021-06-09T13:05:49.333Z] Login Succeeded [2021-06-09T13:05:49.333Z] nexus3.edgexfoundry.org:10002 [2021-06-09T13:05:49.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:05:49.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:05:49.882Z] Configure a credential helper to remove this warning. See [2021-06-09T13:05:49.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:05:49.882Z] [2021-06-09T13:05:49.882Z] Login Succeeded [2021-06-09T13:05:49.882Z] nexus3.edgexfoundry.org:10003 [2021-06-09T13:05:50.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:05:50.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:05:50.437Z] Configure a credential helper to remove this warning. See [2021-06-09T13:05:50.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:05:50.437Z] [2021-06-09T13:05:50.437Z] Login Succeeded [2021-06-09T13:05:50.437Z] nexus3.edgexfoundry.org:10004 [2021-06-09T13:05:50.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:05:50.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:05:50.994Z] Configure a credential helper to remove this warning. See [2021-06-09T13:05:50.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:05:50.994Z] [2021-06-09T13:05:50.994Z] Login Succeeded [2021-06-09T13:05:50.994Z] docker.io [2021-06-09T13:05:51.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T13:05:51.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T13:05:51.870Z] Configure a credential helper to remove this warning. See [2021-06-09T13:05:51.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T13:05:51.871Z] [2021-06-09T13:05:51.871Z] Login Succeeded [2021-06-09T13:05:51.871Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T13:05:51.889Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-09T13:05:52.199Z] ========================================================= [2021-06-09T13:05:52.199Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-09T13:05:52.199Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:05:52.546Z] + 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-09T13:05:53.367Z] Sending build context to Docker daemon 2.648MB [2021-06-09T13:05:53.367Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T13:05:53.367Z] Step 2/8 : FROM ${BASE} [2021-06-09T13:05:53.367Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-09T13:05:53.367Z] 595b0fe564bb: Pulling fs layer [2021-06-09T13:05:53.367Z] 7186ed65a4f7: Pulling fs layer [2021-06-09T13:05:53.367Z] 316046926c0a: Pulling fs layer [2021-06-09T13:05:53.367Z] 4ebd0625c992: Pulling fs layer [2021-06-09T13:05:53.367Z] 207e8628e3a3: Pulling fs layer [2021-06-09T13:05:53.367Z] c791037a9be2: Pulling fs layer [2021-06-09T13:05:53.367Z] ffd874e62e21: Pulling fs layer [2021-06-09T13:05:53.367Z] 207e8628e3a3: Waiting [2021-06-09T13:05:53.367Z] c791037a9be2: Waiting [2021-06-09T13:05:53.367Z] ffd874e62e21: Waiting [2021-06-09T13:05:53.367Z] 4ebd0625c992: Waiting [2021-06-09T13:05:53.367Z] 316046926c0a: Verifying Checksum [2021-06-09T13:05:53.367Z] 316046926c0a: Download complete [2021-06-09T13:05:53.367Z] 7186ed65a4f7: Verifying Checksum [2021-06-09T13:05:53.367Z] 7186ed65a4f7: Download complete [2021-06-09T13:05:53.645Z] 207e8628e3a3: Verifying Checksum [2021-06-09T13:05:53.645Z] 207e8628e3a3: Download complete [2021-06-09T13:05:53.645Z] 595b0fe564bb: Verifying Checksum [2021-06-09T13:05:53.645Z] c791037a9be2: Verifying Checksum [2021-06-09T13:05:53.645Z] c791037a9be2: Download complete [2021-06-09T13:05:54.247Z] 595b0fe564bb: Pull complete [2021-06-09T13:05:54.854Z] 7186ed65a4f7: Pull complete [2021-06-09T13:05:55.135Z] 316046926c0a: Pull complete [2021-06-09T13:05:56.120Z] ffd874e62e21: Verifying Checksum [2021-06-09T13:05:56.120Z] ffd874e62e21: Download complete [2021-06-09T13:05:57.560Z] 4ebd0625c992: Verifying Checksum [2021-06-09T13:05:57.560Z] 4ebd0625c992: Download complete [2021-06-09T13:06:07.873Z] 4ebd0625c992: Pull complete [2021-06-09T13:06:08.149Z] 207e8628e3a3: Pull complete [2021-06-09T13:06:08.748Z] c791037a9be2: Pull complete [2021-06-09T13:06:12.155Z] ffd874e62e21: Pull complete [2021-06-09T13:06:12.155Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-09T13:06:12.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-09T13:06:12.155Z] ---> cfc18b08335c [2021-06-09T13:06:12.155Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T13:06:14.809Z] ---> Running in f60f7235025c [2021-06-09T13:06:14.809Z] Removing intermediate container f60f7235025c [2021-06-09T13:06:14.809Z] ---> 91091f567c1e [2021-06-09T13:06:14.809Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T13:06:15.091Z] ---> Running in 092d7472e574 [2021-06-09T13:06:17.718Z] Removing intermediate container 092d7472e574 [2021-06-09T13:06:17.718Z] ---> 97a65e1b2bee [2021-06-09T13:06:17.718Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-06-09T13:06:17.718Z] ---> Running in 88c19b747d13 [2021-06-09T13:06:18.708Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T13:06:19.683Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T13:06:20.277Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-06-09T13:06:20.277Z] (2/6) Installing libsodium (1.0.18-r0) [2021-06-09T13:06:20.277Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-06-09T13:06:20.551Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-06-09T13:06:20.551Z] (5/6) Installing libzmq (4.3.3-r1) [2021-06-09T13:06:20.821Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-06-09T13:06:20.821Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T13:06:20.821Z] OK: 139 MiB in 46 packages [2021-06-09T13:06:21.801Z] Removing intermediate container 88c19b747d13 [2021-06-09T13:06:21.801Z] ---> 2c9f0e3d6559 [2021-06-09T13:06:21.801Z] Step 6/8 : WORKDIR /device-sdk-go [2021-06-09T13:06:22.077Z] ---> Running in 2d3bd46399b2 [2021-06-09T13:06:22.675Z] Removing intermediate container 2d3bd46399b2 [2021-06-09T13:06:22.675Z] ---> 7c69c83b4ced [2021-06-09T13:06:22.675Z] Step 7/8 : COPY . . [2021-06-09T13:06:24.114Z] ---> 734c85763144 [2021-06-09T13:06:24.114Z] Step 8/8 : RUN go mod download [2021-06-09T13:06:24.114Z] ---> Running in 3f782e8f7512 [2021-06-09T13:06:50.942Z] Removing intermediate container 3f782e8f7512 [2021-06-09T13:06:50.942Z] ---> cfe1015ac39d [2021-06-09T13:06:50.942Z] Successfully built cfe1015ac39d [2021-06-09T13:06:50.942Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:06:51.283Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T13:06:51.283Z] . [Pipeline] withDockerContainer [2021-06-09T13:06:51.518Z] prd-ubuntu18.04-docker-arm64-4c-16g-38 does not seem to be running inside a container [2021-06-09T13:06:51.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-09T13:06:53.209Z] $ docker top 7e3bb1ddf902fa4fc5f1a7dc6ff9c5c4e0a439af019b17fc369e39febede227f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T13:06:54.181Z] + go version [2021-06-09T13:06:54.182Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-09T13:06:54.200Z] $ docker stop --time=1 7e3bb1ddf902fa4fc5f1a7dc6ff9c5c4e0a439af019b17fc369e39febede227f [2021-06-09T13:06:56.031Z] $ docker rm -f 7e3bb1ddf902fa4fc5f1a7dc6ff9c5c4e0a439af019b17fc369e39febede227f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:06:56.844Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T13:06:56.844Z] . [Pipeline] withDockerContainer [2021-06-09T13:06:57.108Z] prd-ubuntu18.04-docker-arm64-4c-16g-38 does not seem to be running inside a container [2021-06-09T13:06:57.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-09T13:06:58.848Z] $ docker top 8993c4763e4724a0d6d2f77f16d31959381d989472f2808f3433ea550aa0535e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T13:06:59.870Z] + go mod tidy [Pipeline] sh [2021-06-09T13:07:01.244Z] + make test [2021-06-09T13:07:01.244Z] go mod tidy [2021-06-09T13:07:01.851Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T13:07:24.037Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-06-09T13:08:32.091Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-06-09T13:08:32.091Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-06-09T13:08:32.091Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-06-09T13:08:38.827Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.237s coverage: 25.4% of statements [2021-06-09T13:08:38.827Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-06-09T13:08:38.827Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.205s coverage: 28.1% of statements [2021-06-09T13:08:38.827Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.233s coverage: 78.9% of statements [2021-06-09T13:08:38.827Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.269s coverage: 9.0% of statements [2021-06-09T13:08:38.827Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-06-09T13:08:38.827Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-06-09T13:08:38.827Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-06-09T13:08:40.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.269s coverage: 29.2% of statements [2021-06-09T13:08:40.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-06-09T13:08:42.274Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.212s coverage: 83.3% of statements [2021-06-09T13:08:42.274Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-06-09T13:08:42.274Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-06-09T13:08:42.274Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.461s coverage: 58.0% of statements [2021-06-09T13:08:45.671Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.003s coverage: 89.2% of statements [2021-06-09T13:08:45.672Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-06-09T13:08:45.672Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.192s coverage: 5.0% of statements [2021-06-09T13:08:45.672Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-06-09T13:08:46.279Z] GO111MODULE=on go vet ./... [2021-06-09T13:09:42.837Z] gofmt -l . [2021-06-09T13:09:42.837Z] [ "`gofmt -l .`" = "" ] [2021-06-09T13:09:42.837Z] ./bin/test-attribution-txt.sh [2021-06-09T13:09:42.837Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-06-09T13:09:43.126Z] $ docker stop --time=1 8993c4763e4724a0d6d2f77f16d31959381d989472f2808f3433ea550aa0535e [2021-06-09T13:09:45.203Z] $ docker rm -f 8993c4763e4724a0d6d2f77f16d31959381d989472f2808f3433ea550aa0535e [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T13:09:46.307Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-09T13:09:46.338Z] Warning: overwriting stash ‘coverage-report’ [2021-06-09T13:09:47.095Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T13:09:47.746Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-09T13:09:48.198Z] + ls -al . [2021-06-09T13:09:48.198Z] total 244 [2021-06-09T13:09:48.198Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 9 13:09 . [2021-06-09T13:09:48.198Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 13:05 .. [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 9 13:05 .dockerignore [2021-06-09T13:09:48.198Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 9 13:05 .git [2021-06-09T13:09:48.198Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 13:05 .github [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 138 Jun 9 13:05 .gitignore [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 987 Jun 9 13:05 Dockerfile.build [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 894 Jun 9 13:05 Jenkinsfile [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 9 13:05 LICENSE [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 1026 Jun 9 13:05 Makefile [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 7652 Jun 9 13:05 README.md [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jun 9 13:05 RELEASE-NOTES.txt [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 9 13:02 VERSION [2021-06-09T13:09:48.198Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 9 13:05 bin [2021-06-09T13:09:48.198Z] -rw-r--r-- 1 jenkins jenkins 126071 Jun 9 13:08 coverage.out [2021-06-09T13:09:48.198Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 13:05 example [2021-06-09T13:09:48.198Z] -rw-r--r-- 1 jenkins jenkins 575 Jun 9 13:09 go.mod [2021-06-09T13:09:48.198Z] -rw-r--r-- 1 jenkins jenkins 20472 Jun 9 13:07 go.sum [2021-06-09T13:09:48.198Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 9 13:05 internal [2021-06-09T13:09:48.198Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 13:05 openapi [2021-06-09T13:09:48.198Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 9 13:05 pkg [2021-06-09T13:09:48.198Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 9 13:05 snap [2021-06-09T13:09:48.198Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 9 13:05 version.go [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:09:48.570Z] + 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=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf --label arch=arm64 --label version=0.0.0 . [2021-06-09T13:09:49.180Z] Sending build context to Docker daemon 2.775MB [2021-06-09T13:09:49.180Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T13:09:49.180Z] Step 2/23 : FROM ${BASE} AS builder [2021-06-09T13:09:49.180Z] ---> cfe1015ac39d [2021-06-09T13:09:49.180Z] Step 3/23 : WORKDIR /device-sdk-go [2021-06-09T13:09:49.452Z] ---> Running in 1da9e34e2fb1 [2021-06-09T13:09:50.047Z] Removing intermediate container 1da9e34e2fb1 [2021-06-09T13:09:50.047Z] ---> 7335583d9fb1 [2021-06-09T13:09:50.047Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T13:09:50.047Z] ---> Running in c1e0f8d5b495 [2021-06-09T13:09:50.647Z] Removing intermediate container c1e0f8d5b495 [2021-06-09T13:09:50.647Z] ---> 4b4f43e94a7b [2021-06-09T13:09:50.647Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T13:09:50.647Z] ---> Running in 0f573213ec84 [2021-06-09T13:09:53.262Z] Removing intermediate container 0f573213ec84 [2021-06-09T13:09:53.262Z] ---> c8791307775d [2021-06-09T13:09:53.262Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-06-09T13:09:53.262Z] ---> Running in a3043b1b0c47 [2021-06-09T13:09:54.243Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T13:09:55.225Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T13:09:56.206Z] OK: 139 MiB in 46 packages [2021-06-09T13:09:57.188Z] Removing intermediate container a3043b1b0c47 [2021-06-09T13:09:57.188Z] ---> e704c760ac76 [2021-06-09T13:09:57.188Z] Step 7/23 : COPY . . [2021-06-09T13:09:58.621Z] ---> 28c20df1712c [2021-06-09T13:09:58.621Z] Step 8/23 : RUN go mod download [2021-06-09T13:09:58.893Z] ---> Running in a713340d922c [2021-06-09T13:10:01.511Z] Removing intermediate container a713340d922c [2021-06-09T13:10:01.512Z] ---> 8262f432945a [2021-06-09T13:10:01.512Z] Step 9/23 : RUN make build [2021-06-09T13:10:01.512Z] ---> Running in 65f8febcb88a [2021-06-09T13:10:02.497Z] go mod tidy [2021-06-09T13:10:03.095Z] 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-09T13:10:35.469Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-06-09T13:10:38.084Z] Removing intermediate container 65f8febcb88a [2021-06-09T13:10:38.084Z] ---> b2a5d2ae2d3b [2021-06-09T13:10:38.084Z] Step 10/23 : FROM alpine:3.12 [2021-06-09T13:10:38.675Z] 3.12: Pulling from library/alpine [2021-06-09T13:10:38.950Z] d2f70382dc9a: Pulling fs layer [2021-06-09T13:10:39.223Z] d2f70382dc9a: Verifying Checksum [2021-06-09T13:10:39.223Z] d2f70382dc9a: Download complete [2021-06-09T13:10:39.818Z] d2f70382dc9a: Pull complete [2021-06-09T13:10:39.818Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T13:10:39.818Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T13:10:39.818Z] ---> 9852663dfa18 [2021-06-09T13:10:39.818Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-09T13:10:40.091Z] ---> Running in c52550de154a [2021-06-09T13:10:40.683Z] Removing intermediate container c52550de154a [2021-06-09T13:10:40.683Z] ---> 5289095dba3c [2021-06-09T13:10:40.683Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T13:10:40.683Z] ---> Running in ecaf3bac396f [2021-06-09T13:10:43.300Z] Removing intermediate container ecaf3bac396f [2021-06-09T13:10:43.300Z] ---> 003f0fc74d3d [2021-06-09T13:10:43.300Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-06-09T13:10:43.300Z] ---> Running in 4898ecffe59c [2021-06-09T13:10:44.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T13:10:44.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T13:10:45.867Z] (1/5) Installing libgcc (9.3.0-r2) [2021-06-09T13:10:45.867Z] (2/5) Installing libsodium (1.0.18-r0) [2021-06-09T13:10:46.137Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-06-09T13:10:46.137Z] (4/5) Installing libzmq (4.3.3-r0) [2021-06-09T13:10:46.410Z] (5/5) Installing zeromq (4.3.3-r0) [2021-06-09T13:10:46.410Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T13:10:46.410Z] OK: 8 MiB in 19 packages [2021-06-09T13:10:47.851Z] Removing intermediate container 4898ecffe59c [2021-06-09T13:10:47.851Z] ---> f65c4507ce2e [2021-06-09T13:10:47.851Z] Step 14/23 : WORKDIR / [2021-06-09T13:10:47.851Z] ---> Running in f730224332d2 [2021-06-09T13:10:48.444Z] Removing intermediate container f730224332d2 [2021-06-09T13:10:48.444Z] ---> cb205b785e7b [2021-06-09T13:10:48.444Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-06-09T13:10:49.037Z] ---> 92eadbdc3aa1 [2021-06-09T13:10:49.037Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-06-09T13:10:50.465Z] ---> 4d1efc302267 [2021-06-09T13:10:50.465Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-06-09T13:10:51.440Z] ---> f7c204ac1137 [2021-06-09T13:10:51.440Z] Step 18/23 : EXPOSE 59999 [2021-06-09T13:10:51.440Z] ---> Running in 1511a84f3d34 [2021-06-09T13:10:52.033Z] Removing intermediate container 1511a84f3d34 [2021-06-09T13:10:52.033Z] ---> dff8e80545b0 [2021-06-09T13:10:52.033Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-06-09T13:10:52.033Z] ---> Running in fbf372df07ac [2021-06-09T13:10:52.627Z] Removing intermediate container fbf372df07ac [2021-06-09T13:10:52.627Z] ---> 6d9e643023e9 [2021-06-09T13:10:52.627Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T13:10:52.627Z] ---> Running in ff8c7166d4b8 [2021-06-09T13:10:53.220Z] Removing intermediate container ff8c7166d4b8 [2021-06-09T13:10:53.220Z] ---> 8100dac8a688 [2021-06-09T13:10:53.220Z] Step 21/23 : LABEL arch=arm64 [2021-06-09T13:10:53.220Z] ---> Running in 174b3fe1e746 [2021-06-09T13:10:53.815Z] Removing intermediate container 174b3fe1e746 [2021-06-09T13:10:53.815Z] ---> f24da2019255 [2021-06-09T13:10:53.815Z] Step 22/23 : LABEL git_sha=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [2021-06-09T13:10:53.815Z] ---> Running in 16491feddb32 [2021-06-09T13:10:54.408Z] Removing intermediate container 16491feddb32 [2021-06-09T13:10:54.408Z] ---> 5840ee84b004 [2021-06-09T13:10:54.408Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T13:10:54.690Z] ---> Running in 6de1b78b15fb [2021-06-09T13:10:54.961Z] Removing intermediate container 6de1b78b15fb [2021-06-09T13:10:54.961Z] ---> 6c78bebde15e [2021-06-09T13:10:54.961Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-06-09T13:10:54.961Z] Successfully built 6c78bebde15e [2021-06-09T13:10:54.961Z] 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-09T13:10:55.628Z] ---> job-cost.sh [2021-06-09T13:10:55.628Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QarO [2021-06-09T13:11:34.604Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-09T13:13:11.429Z] lf-activate-venv(): INFO: Adding /tmp/venv-QarO/bin to PATH [2021-06-09T13:13:11.429Z] INFO: No Stack... [2021-06-09T13:13:11.429Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-09T13:13:11.429Z] INFO: Archiving Costs [Pipeline] sh [2021-06-09T13:13:11.779Z] + cut -d, -f6 [2021-06-09T13:13:11.779Z] + cat /w/workspace/device-sdk-go/6/archives/cost.csv [Pipeline] lock [2021-06-09T13:13:11.846Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] [2021-06-09T13:13:11.855Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] did not exist. Created. [2021-06-09T13:13:11.855Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-955-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-09T13:13:12.235Z] /w/workspace/device-sdk-go/6@tmp/durable-7bb12129/script.sh: 1: /w/workspace/device-sdk-go/6@tmp/durable-7bb12129/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-09T13:13:12.580Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-09T13:13:12.611Z] Warning: overwriting stash ‘stack-cost’ [2021-06-09T13:13:12.766Z] Stashed 1 file(s) [Pipeline] } [2021-06-09T13:13:12.780Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-955-6-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-09T13:13:13.349Z] provisioning config files... [2021-06-09T13:13:13.360Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/config2255224144943240256tmp [Pipeline] { [Pipeline] sh [2021-06-09T13:13:13.684Z] + set +x [2021-06-09T13:13:13.684Z] + curl -s https://codecov.io/bash [2021-06-09T13:13:13.684Z] + bash -s -- [2021-06-09T13:13:13.684Z] [2021-06-09T13:13:13.684Z] _____ _ [2021-06-09T13:13:13.684Z] / ____| | | [2021-06-09T13:13:13.684Z] | | ___ __| | ___ ___ _____ __ [2021-06-09T13:13:13.684Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-09T13:13:13.684Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-09T13:13:13.684Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-09T13:13:13.684Z] Bash-1.0.3 [2021-06-09T13:13:13.684Z] [2021-06-09T13:13:13.684Z] [2021-06-09T13:13:13.684Z] ==> git version 2.24.4 found [2021-06-09T13:13:13.684Z] ==> 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-09T13:13:13.684Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-09T13:13:13.684Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-09T13:13:13.684Z] ==> Jenkins CI detected. [2021-06-09T13:13:13.684Z] project root: . [2021-06-09T13:13:13.684Z] --> token set from env [2021-06-09T13:13:13.684Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-09T13:13:13.684Z] ==> Running gcov in . (disable via -X gcov) [2021-06-09T13:13:13.684Z] ==> Python coveragepy not found [2021-06-09T13:13:13.684Z] ==> Searching for coverage reports in: [2021-06-09T13:13:13.684Z] + . [2021-06-09T13:13:13.684Z] -> Found 1 reports [2021-06-09T13:13:13.684Z] ==> Detecting git/mercurial file structure [2021-06-09T13:13:13.684Z] ==> Reading reports [2021-06-09T13:13:13.684Z] + ./coverage.out bytes=126071 [2021-06-09T13:13:13.684Z] ==> Appending adjustments [2021-06-09T13:13:13.684Z] https://docs.codecov.io/docs/fixing-reports [2021-06-09T13:13:13.946Z] + Found adjustments [2021-06-09T13:13:13.946Z] ==> Gzipping contents [2021-06-09T13:13:14.208Z] 20K /tmp/codecov.ZHRdOA.gz [2021-06-09T13:13:14.208Z] ==> Uploading reports [2021-06-09T13:13:14.208Z] url: https://codecov.io [2021-06-09T13:13:14.208Z] query: branch=PR-955&commit=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-955%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=955&job=&cmd_args= [2021-06-09T13:13:14.208Z] -> Pinging Codecov [2021-06-09T13:13:14.208Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-955&commit=ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-955%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=955&job=&cmd_args= [2021-06-09T13:13:14.474Z] -> Uploading to [2021-06-09T13:13:14.474Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-09/7E55EF52A471D76F132DFD9A03CDDE97/ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf/4e1940a1-a26a-4b56-9213-0e5f9901190a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210609%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210609T131314Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89e01da29d7d363aec866db83c1af774d0a6da5874c86ae1569e36bb5d518079 [2021-06-09T13:13:14.474Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-09T13:13:14.474Z] Dload Upload Total Spent Left Speed [2021-06-09T13:13:15.001Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16424 0 0 100 16424 0 33426 --:--:-- --:--:-- --:--:-- 33382 [2021-06-09T13:13:15.001Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/ab40dd78b1b14564c8a5e0ca9bc91e190e25faaf [Pipeline] } [2021-06-09T13:13:15.010Z] 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-09T13:13:16.492Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:13:17.084Z] ---> package-listing.sh [2021-06-09T13:13:17.084Z] ++ facter osfamily [2021-06-09T13:13:17.084Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-09T13:13:17.355Z] + OS_FAMILY=redhat [2021-06-09T13:13:17.355Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-955 [2021-06-09T13:13:17.355Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-09T13:13:17.355Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-09T13:13:17.355Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-09T13:13:17.355Z] + PACKAGES=/tmp/packages_start.txt [2021-06-09T13:13:17.355Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-955 ']' [2021-06-09T13:13:17.355Z] + PACKAGES=/tmp/packages_end.txt [2021-06-09T13:13:17.355Z] + case "${OS_FAMILY}" in [2021-06-09T13:13:17.355Z] + rpm -qa [2021-06-09T13:13:17.355Z] + sort [2021-06-09T13:13:17.952Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-09T13:13:17.952Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-09T13:13:17.952Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-09T13:13:17.952Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-955 ']' [2021-06-09T13:13:17.952Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-955/archives/ [2021-06-09T13:13:17.952Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-955/archives/ [Pipeline] echo [2021-06-09T13:13:17.967Z] 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-955/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-09T13:13:18.254Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:13:18.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T13:13:18.823Z] [2021-06-09T13:13:18.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-09T13:13:19.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T13:13:19.141Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-09T13:13:19.141Z] df20fa9351a1: Pulling fs layer [2021-06-09T13:13:19.141Z] 36b3adc4ff6f: Pulling fs layer [2021-06-09T13:13:19.141Z] 8ad3a11d3b57: Pulling fs layer [2021-06-09T13:13:19.141Z] 46f8f816bc3b: Pulling fs layer [2021-06-09T13:13:19.141Z] 93b61091891f: Pulling fs layer [2021-06-09T13:13:19.141Z] 93b9cdb0e59b: Pulling fs layer [2021-06-09T13:13:19.141Z] 5e14af77c1be: Pulling fs layer [2021-06-09T13:13:19.141Z] 01666e4c0597: Pulling fs layer [2021-06-09T13:13:19.141Z] aa168da1d23b: Pulling fs layer [2021-06-09T13:13:19.141Z] 46f8f816bc3b: Waiting [2021-06-09T13:13:19.141Z] 93b61091891f: Waiting [2021-06-09T13:13:19.141Z] 93b9cdb0e59b: Waiting [2021-06-09T13:13:19.141Z] 5e14af77c1be: Waiting [2021-06-09T13:13:19.141Z] 01666e4c0597: Waiting [2021-06-09T13:13:19.141Z] aa168da1d23b: Waiting [2021-06-09T13:13:19.141Z] 36b3adc4ff6f: Verifying Checksum [2021-06-09T13:13:19.141Z] 36b3adc4ff6f: Download complete [2021-06-09T13:13:19.141Z] 46f8f816bc3b: Verifying Checksum [2021-06-09T13:13:19.141Z] 46f8f816bc3b: Download complete [2021-06-09T13:13:19.141Z] df20fa9351a1: Verifying Checksum [2021-06-09T13:13:19.141Z] df20fa9351a1: Download complete [2021-06-09T13:13:19.421Z] 93b9cdb0e59b: Verifying Checksum [2021-06-09T13:13:19.421Z] 93b9cdb0e59b: Download complete [2021-06-09T13:13:19.421Z] 5e14af77c1be: Verifying Checksum [2021-06-09T13:13:19.421Z] 5e14af77c1be: Download complete [2021-06-09T13:13:19.421Z] 01666e4c0597: Verifying Checksum [2021-06-09T13:13:19.421Z] 01666e4c0597: Download complete [2021-06-09T13:13:19.421Z] 93b61091891f: Verifying Checksum [2021-06-09T13:13:19.421Z] 93b61091891f: Download complete [2021-06-09T13:13:19.421Z] df20fa9351a1: Pull complete [2021-06-09T13:13:19.686Z] 36b3adc4ff6f: Pull complete [2021-06-09T13:13:19.686Z] 8ad3a11d3b57: Verifying Checksum [2021-06-09T13:13:19.686Z] 8ad3a11d3b57: Download complete [2021-06-09T13:13:20.283Z] 8ad3a11d3b57: Pull complete [2021-06-09T13:13:20.283Z] 46f8f816bc3b: Pull complete [2021-06-09T13:13:20.858Z] 93b61091891f: Pull complete [2021-06-09T13:13:20.858Z] 93b9cdb0e59b: Pull complete [2021-06-09T13:13:20.858Z] 5e14af77c1be: Pull complete [2021-06-09T13:13:21.125Z] 01666e4c0597: Pull complete [2021-06-09T13:13:21.386Z] aa168da1d23b: Verifying Checksum [2021-06-09T13:13:21.386Z] aa168da1d23b: Download complete [2021-06-09T13:13:26.705Z] aa168da1d23b: Pull complete [2021-06-09T13:13:26.705Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-09T13:13:26.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T13:13:26.705Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-09T13:13:26.798Z] prd-centos7-docker-4c-2g-35 does not seem to be running inside a container [2021-06-09T13:13:26.832Z] $ 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-955/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-955 -v /w/workspace/dgexfoundry_device-sdk-go_PR-955:/w/workspace/dgexfoundry_device-sdk-go_PR-955:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-09T13:13:29.299Z] $ docker top 9efd7c500c2db24067214f4a5d02b24ee655fca793420846aacd2da637399b84 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T13:13:29.707Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-09T13:13:30.007Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-09T13:13:30.308Z] + ls /var/log/sa-host [2021-06-09T13:13:30.309Z] + sadf -c /var/log/sa-host/sa05 [2021-06-09T13:13:30.309Z] file_magic: OK [2021-06-09T13:13:30.309Z] HZ: Using current value: 100 [2021-06-09T13:13:30.309Z] file_header: OK [2021-06-09T13:13:30.309Z] 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-09T13:13:30.309Z] Statistics: [2021-06-09T13:13:30.309Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-09T13:13:30.309Z] File successfully converted to sysstat format version 12.2.1 [2021-06-09T13:13:30.309Z] + sadf -c /var/log/sa-host/sa09 [2021-06-09T13:13:30.309Z] file_magic: OK [2021-06-09T13:13:30.309Z] HZ: Using current value: 100 [2021-06-09T13:13:30.309Z] file_header: OK [2021-06-09T13:13:30.309Z] 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-09T13:13:30.309Z] Statistics: [2021-06-09T13:13:30.309Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-09T13:13:30.309Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T13:13:30.507Z] provisioning config files... [2021-06-09T13:13:30.521Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp/config2202392539363449956tmp [Pipeline] { [Pipeline] echo [2021-06-09T13:13:30.552Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:13:30.849Z] ---> create-netrc.sh [Pipeline] } [2021-06-09T13:13:30.857Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:13:31.238Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-09T13:13:31.250Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:13:31.572Z] ---> sudo-logs.sh [2021-06-09T13:13:31.572Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-09T13:13:31.606Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:13:31.900Z] ---> job-cost.sh [2021-06-09T13:13:31.900Z] lf-activate-venv: SKIPPING [2021-06-09T13:13:31.900Z] DEBUG: total: 0.18000000715255737 [2021-06-09T13:13:31.900Z] INFO: Retrieving Stack Cost... [2021-06-09T13:13:33.297Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-09T13:13:33.585Z] INFO: Archiving Costs [Pipeline] echo [2021-06-09T13:13:33.627Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T13:13:33.921Z] ---> logs-deploy.sh [2021-06-09T13:13:33.921Z] lf-activate-venv: SKIPPING [2021-06-09T13:13:33.921Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-955/6 [2021-06-09T13:13:33.921Z] INFO: archiving workspace using pattern(s): [2021-06-09T13:13:34.876Z] Archives upload complete. [2021-06-09T13:13:34.876Z] INFO: archiving logs to Nexus [2021-06-09T13:13:35.450Z] ---> uname -a: [2021-06-09T13:13:35.450Z] Linux prd-centos7-docker-4c-2g-35.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-09T13:13:35.450Z] [2021-06-09T13:13:35.450Z] [2021-06-09T13:13:35.450Z] ---> lscpu: [2021-06-09T13:13:35.450Z] Architecture: x86_64 [2021-06-09T13:13:35.450Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-09T13:13:35.450Z] Byte Order: Little Endian [2021-06-09T13:13:35.450Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-09T13:13:35.450Z] CPU(s): 2 [2021-06-09T13:13:35.450Z] On-line CPU(s) list: 0,1 [2021-06-09T13:13:35.450Z] Thread(s) per core: 1 [2021-06-09T13:13:35.450Z] Core(s) per socket: 1 [2021-06-09T13:13:35.450Z] Socket(s): 2 [2021-06-09T13:13:35.450Z] NUMA node(s): 1 [2021-06-09T13:13:35.450Z] Vendor ID: AuthenticAMD [2021-06-09T13:13:35.450Z] CPU family: 23 [2021-06-09T13:13:35.450Z] Model: 49 [2021-06-09T13:13:35.450Z] Model name: AMD EPYC-Rome Processor [2021-06-09T13:13:35.450Z] Stepping: 0 [2021-06-09T13:13:35.450Z] CPU MHz: 2799.998 [2021-06-09T13:13:35.450Z] BogoMIPS: 5599.99 [2021-06-09T13:13:35.450Z] Virtualization: AMD-V [2021-06-09T13:13:35.450Z] Hypervisor vendor: KVM [2021-06-09T13:13:35.450Z] Virtualization type: full [2021-06-09T13:13:35.450Z] L1d cache: 64 KiB [2021-06-09T13:13:35.450Z] L1i cache: 64 KiB [2021-06-09T13:13:35.450Z] L2 cache: 1 MiB [2021-06-09T13:13:35.450Z] L3 cache: 32 MiB [2021-06-09T13:13:35.450Z] NUMA node0 CPU(s): 0,1 [2021-06-09T13:13:35.450Z] Vulnerability Itlb multihit: Not affected [2021-06-09T13:13:35.450Z] Vulnerability L1tf: Not affected [2021-06-09T13:13:35.450Z] Vulnerability Mds: Not affected [2021-06-09T13:13:35.450Z] Vulnerability Meltdown: Not affected [2021-06-09T13:13:35.450Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-09T13:13:35.450Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-09T13:13:35.450Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-09T13:13:35.450Z] Vulnerability Srbds: Not affected [2021-06-09T13:13:35.450Z] Vulnerability Tsx async abort: Not affected [2021-06-09T13:13:35.450Z] 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-09T13:13:35.450Z] [2021-06-09T13:13:35.450Z] [2021-06-09T13:13:35.450Z] ---> nproc: [2021-06-09T13:13:35.450Z] 2 [2021-06-09T13:13:35.450Z] [2021-06-09T13:13:35.450Z] [2021-06-09T13:13:35.450Z] ---> df -h: [2021-06-09T13:13:35.450Z] Filesystem Size Used Available Use% Mounted on [2021-06-09T13:13:35.450Z] overlay 40.0G 7.6G 32.4G 19% / [2021-06-09T13:13:35.450Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-09T13:13:35.450Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-09T13:13:35.450Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-955 [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/dgexfoundry_device-sdk-go_PR-955@tmp [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure [2021-06-09T13:13:35.450Z] /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log [2021-06-09T13:13:35.450Z] [2021-06-09T13:13:35.450Z]