Pull request #1132 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a10ee31a4230b1d60406550b25f041cc551d2c47+45e6addfd964a0ca7ed47e9673a51a0c53e11884 (a9a34780dc30e916c452fac7f3f2be33a35a351b) 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17832112930640986529.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh18378860034507695869.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 c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1132/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1132/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh991065325211697217.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1132/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2864102539988183393.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6548348832652354192.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1132/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1132/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5994537870905402851.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 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/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.17 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder 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/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 Running on prd-ubuntu20.04-docker-8c-8g-20622 in /w/workspace/gexfoundry_device-sdk-go_PR-1132 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1132 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1132/head:refs/remotes/origin/PR-1132 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 45e6addfd964a0ca7ed47e9673a51a0c53e11884 into PR head commit a10ee31a4230b1d60406550b25f041cc551d2c47 Merge succeeded, producing a10ee31a4230b1d60406550b25f041cc551d2c47 Checking out Revision a10ee31a4230b1d60406550b25f041cc551d2c47 (PR-1132) > git config core.sparsecheckout # timeout=10 > git checkout -f a10ee31a4230b1d60406550b25f041cc551d2c47 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 45e6addfd964a0ca7ed47e9673a51a0c53e11884 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a10ee31a4230b1d60406550b25f041cc551d2c47 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-12T05:31:52.146Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-12T05:31:52.310Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-12T05:31:52.409Z] ========================================================= [2022-04-12T05:31:52.410Z] EdgeX Global Pipelines Version Info [2022-04-12T05:31:52.410Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:31:53.201Z] ------------------- [2022-04-12T05:31:53.201Z] stable info: [2022-04-12T05:31:53.201Z] ------------------- [2022-04-12T05:31:53.201Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-12T05:31:53.201Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-12T05:31:53.201Z] Message: update stable to v1.0.221 [2022-04-12T05:31:53.775Z] ------------------- [2022-04-12T05:31:53.775Z] experimental info: [2022-04-12T05:31:53.775Z] ------------------- [2022-04-12T05:31:53.775Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-12T05:31:53.775Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-12T05:31:53.775Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-12T05:31:54.006Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-04-12T05:31:54.044Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-04-12T05:31:54.080Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-12T05:31:54.118Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-12T05:31:54.160Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-12T05:31:54.202Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-12T05:31:54.239Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-12T05:31:54.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-04-12T05:31:54.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-12T05:31:54.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-12T05:31:54.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-12T05:31:54.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-04-12T05:31:54.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-12T05:31:54.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-12T05:31:54.581Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-12T05:31:54.621Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-04-12T05:31:54.657Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-12T05:31:54.695Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-12T05:31:54.734Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-12T05:31:54.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-12T05:31:54.811Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-12T05:31:54.847Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-12T05:31:54.884Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-12T05:31:54.924Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-12T05:31:54.961Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-12T05:31:55.002Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-12T05:31:55.042Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1132 [Pipeline] echo [2022-04-12T05:31:55.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1132 [Pipeline] echo [2022-04-12T05:31:55.121Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1132 [Pipeline] echo [2022-04-12T05:31:55.160Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a10ee31a4230b1d60406550b25f041cc551d2c47 [Pipeline] echo [2022-04-12T05:31:55.203Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a10ee31 [Pipeline] echo [2022-04-12T05:31:55.246Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T05:31:55.357Z] provisioning config files... [2022-04-12T05:31:55.373Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp/config7433483918880739610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:31:55.723Z] ---> docker-login.sh [2022-04-12T05:31:55.723Z] nexus3.edgexfoundry.org:10001 [2022-04-12T05:31:55.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:31:55.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:31:55.990Z] Configure a credential helper to remove this warning. See [2022-04-12T05:31:55.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:31:55.990Z] [2022-04-12T05:31:55.990Z] Login Succeeded [2022-04-12T05:31:56.252Z] nexus3.edgexfoundry.org:10002 [2022-04-12T05:31:56.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:31:56.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:31:56.252Z] Configure a credential helper to remove this warning. See [2022-04-12T05:31:56.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:31:56.252Z] [2022-04-12T05:31:56.252Z] Login Succeeded [2022-04-12T05:31:56.252Z] nexus3.edgexfoundry.org:10003 [2022-04-12T05:31:56.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:31:56.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:31:56.514Z] Configure a credential helper to remove this warning. See [2022-04-12T05:31:56.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:31:56.514Z] [2022-04-12T05:31:56.514Z] Login Succeeded [2022-04-12T05:31:56.514Z] nexus3.edgexfoundry.org:10004 [2022-04-12T05:31:56.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:31:56.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:31:56.514Z] Configure a credential helper to remove this warning. See [2022-04-12T05:31:56.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:31:56.514Z] [2022-04-12T05:31:56.514Z] Login Succeeded [2022-04-12T05:31:56.514Z] docker.io [2022-04-12T05:31:56.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:31:57.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:31:57.040Z] Configure a credential helper to remove this warning. See [2022-04-12T05:31:57.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:31:57.040Z] [2022-04-12T05:31:57.040Z] Login Succeeded [2022-04-12T05:31:57.040Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T05:31:57.073Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-12T05:31:57.706Z] + git rev-list -1 --merges a10ee31a4230b1d60406550b25f041cc551d2c47~1..a10ee31a4230b1d60406550b25f041cc551d2c47 [Pipeline] echo [2022-04-12T05:31:57.820Z] -----------> git rev-list -1 --merges a10ee31a4230b1d60406550b25f041cc551d2c47~1..a10ee31a4230b1d60406550b25f041cc551d2c47 a10ee31a4230b1d60406550b25f041cc551d2c47 [false] [Pipeline] sh [2022-04-12T05:31:58.135Z] + git log --format=format:%s -1 a10ee31a4230b1d60406550b25f041cc551d2c47 [Pipeline] echo [2022-04-12T05:31:58.168Z] ========================================================= [2022-04-12T05:31:58.168Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-12T05:31:58.168Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-12T05:31:58.600Z] + git log --format=format:%s -1 a10ee31a4230b1d60406550b25f041cc551d2c47 [Pipeline] echo [2022-04-12T05:31:58.633Z] [semverPrep] GIT_COMMIT: a10ee31a4230b1d60406550b25f041cc551d2c47, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2022-04-12T05:31:58.664Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-12T05:31:59.137Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-12T05:31:59.137Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-12T05:31:59.137Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-12T05:31:59.137Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-12T05:31:59.137Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-12T05:31:59.137Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-12T05:31:59.137Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:31:59.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T05:31:59.632Z] [2022-04-12T05:31:59.632Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:31:59.988Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T05:31:59.988Z] latest: Pulling from edgex-devops/git-semver [2022-04-12T05:31:59.988Z] a0d0a0d46f8b: Pulling fs layer [2022-04-12T05:31:59.988Z] 3e5f54012d9b: Pulling fs layer [2022-04-12T05:31:59.988Z] 4c7163046ea9: Pulling fs layer [2022-04-12T05:31:59.988Z] 0c2d73faf560: Pulling fs layer [2022-04-12T05:31:59.988Z] 0c2d73faf560: Waiting [2022-04-12T05:31:59.988Z] 3e5f54012d9b: Download complete [2022-04-12T05:31:59.988Z] a0d0a0d46f8b: Verifying Checksum [2022-04-12T05:31:59.988Z] a0d0a0d46f8b: Download complete [2022-04-12T05:32:00.249Z] 0c2d73faf560: Verifying Checksum [2022-04-12T05:32:00.249Z] 0c2d73faf560: Download complete [2022-04-12T05:32:00.249Z] 4c7163046ea9: Download complete [2022-04-12T05:32:00.249Z] a0d0a0d46f8b: Pull complete [2022-04-12T05:32:00.249Z] 3e5f54012d9b: Pull complete [2022-04-12T05:32:00.823Z] 4c7163046ea9: Pull complete [2022-04-12T05:32:00.823Z] 0c2d73faf560: Pull complete [2022-04-12T05:32:00.823Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-12T05:32:00.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-12T05:32:00.823Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-12T05:32:00.926Z] prd-ubuntu20.04-docker-8c-8g-20622 does not seem to be running inside a container [2022-04-12T05:32:00.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1132 -v /w/workspace/gexfoundry_device-sdk-go_PR-1132:/w/workspace/gexfoundry_device-sdk-go_PR-1132:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-12T05:32:01.660Z] $ docker top 71cb647f53fb16fa5ad6dad6b1c631cc8749a38aa685a41ceceed1fb7945989d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-12T05:32:01.849Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T05:32:01.849Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T05:32:01.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T05:32:02.004Z] $ docker exec 71cb647f53fb16fa5ad6dad6b1c631cc8749a38aa685a41ceceed1fb7945989d ssh-agent [2022-04-12T05:32:02.131Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkDBFNe/agent.13 [2022-04-12T05:32:02.131Z] SSH_AGENT_PID=19 [2022-04-12T05:32:02.140Z] Running ssh-add (command line suppressed) [2022-04-12T05:32:02.264Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp/private_key_7873436523608742469.key (/w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp/private_key_7873436523608742469.key) [2022-04-12T05:32:02.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T05:32:02.611Z] + git tag --points-at HEAD [Pipeline] } [2022-04-12T05:32:02.711Z] $ docker exec --env ******** --env ******** 71cb647f53fb16fa5ad6dad6b1c631cc8749a38aa685a41ceceed1fb7945989d ssh-agent -k [2022-04-12T05:32:02.829Z] unset SSH_AUTH_SOCK; [2022-04-12T05:32:02.829Z] unset SSH_AGENT_PID; [2022-04-12T05:32:02.829Z] echo Agent pid 19 killed; [2022-04-12T05:32:02.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-12T05:32:02.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-12T05:32:02.927Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-12T05:32:03.059Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-12T05:32:03.069Z] $ docker exec 71cb647f53fb16fa5ad6dad6b1c631cc8749a38aa685a41ceceed1fb7945989d ssh-agent [2022-04-12T05:32:03.201Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjcKLne/agent.53 [2022-04-12T05:32:03.201Z] SSH_AGENT_PID=60 [2022-04-12T05:32:03.208Z] Running ssh-add (command line suppressed) [2022-04-12T05:32:03.349Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp/private_key_1322195959519583908.key (/w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp/private_key_1322195959519583908.key) [2022-04-12T05:32:03.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-12T05:32:03.704Z] + git semver init [2022-04-12T05:32:03.704Z] # -> Open(): unable to determine branch for HEAD [2022-04-12T05:32:03.704Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1132/.git [2022-04-12T05:32:03.704Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1132 [2022-04-12T05:32:03.704Z] # $SEMVER_REMOTE_NAME = origin [2022-04-12T05:32:03.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-12T05:32:03.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-12T05:32:03.704Z] # $SEMVER_BRANCH = PR-1132 [2022-04-12T05:32:03.704Z] # $SEMVER_TEMP = /tmp/semver-208808658 [2022-04-12T05:32:03.704Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2022-04-12T05:32:05.095Z] # '/tmp/semver-208808658' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1132/.semver' [2022-04-12T05:32:05.095Z] # -> Force: false [2022-04-12T05:32:05.095Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1132/.semver [Pipeline] } [2022-04-12T05:32:05.131Z] $ docker exec --env ******** --env ******** 71cb647f53fb16fa5ad6dad6b1c631cc8749a38aa685a41ceceed1fb7945989d ssh-agent -k [2022-04-12T05:32:05.255Z] unset SSH_AUTH_SOCK; [2022-04-12T05:32:05.255Z] unset SSH_AGENT_PID; [2022-04-12T05:32:05.255Z] echo Agent pid 60 killed; [2022-04-12T05:32:05.260Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-12T05:32:05.693Z] + git semver [Pipeline] } [2022-04-12T05:32:05.736Z] $ docker stop --time=1 71cb647f53fb16fa5ad6dad6b1c631cc8749a38aa685a41ceceed1fb7945989d [2022-04-12T05:32:07.098Z] $ docker rm -f 71cb647f53fb16fa5ad6dad6b1c631cc8749a38aa685a41ceceed1fb7945989d [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T05:32:07.506Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-12T05:32:07.831Z] Stashed 1 file(s) [Pipeline] echo [2022-04-12T05:32:07.850Z] [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T05:32:08.427Z] provisioning config files... [2022-04-12T05:32:08.438Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp/config137405155542738406tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:32:08.796Z] ---> docker-login.sh [2022-04-12T05:32:08.796Z] nexus3.edgexfoundry.org:10001 [2022-04-12T05:32:08.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:32:08.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:32:08.796Z] Configure a credential helper to remove this warning. See [2022-04-12T05:32:08.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:32:08.796Z] [2022-04-12T05:32:08.796Z] Login Succeeded [2022-04-12T05:32:08.796Z] nexus3.edgexfoundry.org:10002 [2022-04-12T05:32:08.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:32:09.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:32:09.060Z] Configure a credential helper to remove this warning. See [2022-04-12T05:32:09.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:32:09.060Z] [2022-04-12T05:32:09.060Z] Login Succeeded [2022-04-12T05:32:09.060Z] nexus3.edgexfoundry.org:10003 [2022-04-12T05:32:09.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:32:09.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:32:09.060Z] Configure a credential helper to remove this warning. See [2022-04-12T05:32:09.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:32:09.060Z] [2022-04-12T05:32:09.060Z] Login Succeeded [2022-04-12T05:32:09.060Z] nexus3.edgexfoundry.org:10004 [2022-04-12T05:32:09.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:32:09.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:32:09.322Z] Configure a credential helper to remove this warning. See [2022-04-12T05:32:09.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:32:09.322Z] [2022-04-12T05:32:09.322Z] Login Succeeded [2022-04-12T05:32:09.322Z] docker.io [2022-04-12T05:32:09.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:32:09.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:32:09.583Z] Configure a credential helper to remove this warning. See [2022-04-12T05:32:09.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:32:09.583Z] [2022-04-12T05:32:09.583Z] Login Succeeded [2022-04-12T05:32:09.583Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T05:32:09.611Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-12T05:32:09.812Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T05:32:09.850Z] ========================================================= [2022-04-12T05:32:09.850Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-12T05:32:09.850Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:32:10.264Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-12T05:32:10.264Z] Sending build context to Docker daemon 9.581MB [2022-04-12T05:32:10.264Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-04-12T05:32:10.264Z] Step 2/11 : FROM ${BASE} AS builder [2022-04-12T05:32:10.264Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-12T05:32:10.264Z] 59bf1c3509f3: Pulling fs layer [2022-04-12T05:32:10.264Z] 666ba61612fd: Pulling fs layer [2022-04-12T05:32:10.264Z] 8ed8ca486205: Pulling fs layer [2022-04-12T05:32:10.264Z] 4fe6c5a15a65: Pulling fs layer [2022-04-12T05:32:10.264Z] 22a0e8bec74d: Pulling fs layer [2022-04-12T05:32:10.264Z] 640e595b4fbd: Pulling fs layer [2022-04-12T05:32:10.264Z] 4fe6c5a15a65: Waiting [2022-04-12T05:32:10.264Z] 22a0e8bec74d: Waiting [2022-04-12T05:32:10.264Z] 763cafe07f6e: Pulling fs layer [2022-04-12T05:32:10.264Z] 640e595b4fbd: Waiting [2022-04-12T05:32:10.264Z] 0c0b528cf693: Pulling fs layer [2022-04-12T05:32:10.264Z] 10935f4eaf8b: Pulling fs layer [2022-04-12T05:32:10.264Z] 763cafe07f6e: Waiting [2022-04-12T05:32:10.264Z] 0c0b528cf693: Waiting [2022-04-12T05:32:10.264Z] 10935f4eaf8b: Waiting [2022-04-12T05:32:10.264Z] 8ed8ca486205: Verifying Checksum [2022-04-12T05:32:10.264Z] 8ed8ca486205: Download complete [2022-04-12T05:32:10.264Z] 666ba61612fd: Download complete [2022-04-12T05:32:10.524Z] 22a0e8bec74d: Verifying Checksum [2022-04-12T05:32:10.524Z] 22a0e8bec74d: Download complete [2022-04-12T05:32:10.524Z] 640e595b4fbd: Verifying Checksum [2022-04-12T05:32:10.524Z] 640e595b4fbd: Download complete [2022-04-12T05:32:10.524Z] 59bf1c3509f3: Verifying Checksum [2022-04-12T05:32:10.524Z] 59bf1c3509f3: Download complete [2022-04-12T05:32:10.524Z] 763cafe07f6e: Download complete [2022-04-12T05:32:10.524Z] 0c0b528cf693: Verifying Checksum [2022-04-12T05:32:10.524Z] 0c0b528cf693: Download complete [2022-04-12T05:32:10.524Z] 59bf1c3509f3: Pull complete [2022-04-12T05:32:10.784Z] 666ba61612fd: Pull complete [2022-04-12T05:32:10.784Z] 8ed8ca486205: Pull complete [2022-04-12T05:32:11.043Z] 10935f4eaf8b: Verifying Checksum [2022-04-12T05:32:11.043Z] 10935f4eaf8b: Download complete [2022-04-12T05:32:11.303Z] 4fe6c5a15a65: Verifying Checksum [2022-04-12T05:32:14.820Z] 4fe6c5a15a65: Pull complete [2022-04-12T05:32:14.820Z] 22a0e8bec74d: Pull complete [2022-04-12T05:32:15.089Z] 640e595b4fbd: Pull complete [2022-04-12T05:32:15.089Z] 763cafe07f6e: Pull complete [2022-04-12T05:32:15.089Z] 0c0b528cf693: Pull complete [2022-04-12T05:32:17.634Z] 10935f4eaf8b: Pull complete [2022-04-12T05:32:17.634Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-12T05:32:17.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-12T05:32:17.634Z] ---> 99d49a6021b9 [2022-04-12T05:32:17.634Z] Step 3/11 : ARG MAKE=make build [2022-04-12T05:32:19.019Z] ---> Running in 0cf4d194a48f [2022-04-12T05:32:19.019Z] Removing intermediate container 0cf4d194a48f [2022-04-12T05:32:19.019Z] ---> d21c3ec7bf4e [2022-04-12T05:32:19.019Z] Step 4/11 : WORKDIR /device-sdk-go [2022-04-12T05:32:19.019Z] ---> Running in e2482f905f23 [2022-04-12T05:32:19.019Z] Removing intermediate container e2482f905f23 [2022-04-12T05:32:19.019Z] ---> 6af64cc0c228 [2022-04-12T05:32:19.019Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-12T05:32:19.019Z] ---> Running in 1204640d463e [2022-04-12T05:32:19.019Z] Removing intermediate container 1204640d463e [2022-04-12T05:32:19.019Z] ---> 6bbae8f72e51 [2022-04-12T05:32:19.019Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T05:32:19.019Z] ---> Running in ade0e9fa2dd1 [2022-04-12T05:32:19.591Z] Removing intermediate container ade0e9fa2dd1 [2022-04-12T05:32:19.591Z] ---> 763d4bae1e8a [2022-04-12T05:32:19.591Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-12T05:32:19.591Z] ---> Running in a144b5e94eef [2022-04-12T05:32:19.854Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T05:32:20.797Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T05:32:21.059Z] OK: 221 MiB in 52 packages [2022-04-12T05:32:21.631Z] Removing intermediate container a144b5e94eef [2022-04-12T05:32:21.631Z] ---> f21620127638 [2022-04-12T05:32:21.631Z] Step 8/11 : COPY go.mod vendor* ./ [2022-04-12T05:32:21.631Z] ---> cc392499d6e0 [2022-04-12T05:32:21.631Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T05:32:21.631Z] ---> Running in a9fb133dd5ef [2022-04-12T05:32:23.250Z] Still waiting to schedule task [2022-04-12T05:32:23.251Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-12T05:32:36.541Z] Removing intermediate container a9fb133dd5ef [2022-04-12T05:32:36.541Z] ---> 3b034cffe7fd [2022-04-12T05:32:36.541Z] Step 10/11 : COPY . . [2022-04-12T05:32:36.541Z] ---> f06f2951c870 [2022-04-12T05:32:36.541Z] Step 11/11 : RUN ${MAKE} [2022-04-12T05:32:36.541Z] ---> Running in ecce7f3b7d02 [2022-04-12T05:32:36.802Z] noop [2022-04-12T05:32:37.070Z] Removing intermediate container ecce7f3b7d02 [2022-04-12T05:32:37.070Z] ---> 49ec0166fba7 [2022-04-12T05:32:37.070Z] Successfully built 49ec0166fba7 [2022-04-12T05:32:37.070Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:32:37.404Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-12T05:32:37.404Z] . [Pipeline] withDockerContainer [2022-04-12T05:32:37.727Z] prd-ubuntu20.04-docker-8c-8g-20622 does not seem to be running inside a container [2022-04-12T05:32:37.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1132 -v /w/workspace/gexfoundry_device-sdk-go_PR-1132:/w/workspace/gexfoundry_device-sdk-go_PR-1132:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1132@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 ******** ci-base-image-x86_64 cat [2022-04-12T05:32:38.175Z] $ docker top 6199bad7f6d5d62b85cbc3b556224da50d3c02bc8580b6cba32084ec374c4e51 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T05:32:38.585Z] + go version [2022-04-12T05:32:38.585Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-12T05:32:38.623Z] $ docker stop --time=1 6199bad7f6d5d62b85cbc3b556224da50d3c02bc8580b6cba32084ec374c4e51 [2022-04-12T05:32:39.920Z] $ docker rm -f 6199bad7f6d5d62b85cbc3b556224da50d3c02bc8580b6cba32084ec374c4e51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:32:40.599Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-12T05:32:40.599Z] . [Pipeline] withDockerContainer [2022-04-12T05:32:40.700Z] prd-ubuntu20.04-docker-8c-8g-20622 does not seem to be running inside a container [2022-04-12T05:32:40.745Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1132 -v /w/workspace/gexfoundry_device-sdk-go_PR-1132:/w/workspace/gexfoundry_device-sdk-go_PR-1132:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1132@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 ******** ci-base-image-x86_64 cat [2022-04-12T05:32:41.129Z] $ docker top 3c86a6ff38918e601142339aa0a9881bd90120366874b6308984ca89b6111e16 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-12T05:32:41.580Z] + make test [2022-04-12T05:32:41.580Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-12T05:32:46.860Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.072s coverage: 23.3% of statements [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.056s coverage: 27.6% of statements [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.065s coverage: 78.9% of statements [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.065s coverage: 10.8% of statements [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.088s coverage: 33.2% of statements [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.066s coverage: 86.1% of statements [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.104s coverage: 57.4% of statements [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.810s coverage: 89.2% of statements [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-04-12T05:32:59.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.060s coverage: 4.8% of statements [2022-04-12T05:32:59.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-04-12T05:33:14.062Z] GO111MODULE=on go vet ./... [2022-04-12T05:33:16.596Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-12T05:33:16.856Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-12T05:33:16.856Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-12T05:33:17.457Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-12T05:33:17.493Z] $ docker stop --time=1 3c86a6ff38918e601142339aa0a9881bd90120366874b6308984ca89b6111e16 [2022-04-12T05:33:19.635Z] $ docker rm -f 3c86a6ff38918e601142339aa0a9881bd90120366874b6308984ca89b6111e16 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T05:33:20.186Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-12T05:33:20.276Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-12T05:33:21.474Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-12T05:33:21.790Z] + ls -al . [2022-04-12T05:33:21.790Z] total 316 [2022-04-12T05:33:21.790Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 12 05:33 . [2022-04-12T05:33:21.790Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 05:31 .. [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 12 05:31 .dockerignore [2022-04-12T05:33:21.790Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 05:31 .git [2022-04-12T05:33:21.790Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 05:31 .github [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 12 05:31 .gitignore [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 12 05:31 .golangci.yml [2022-04-12T05:33:21.790Z] drwx------ 3 jenkins jenkins 4096 Apr 12 05:32 .semver [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 26321 Apr 12 05:31 CHANGELOG.md [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 12 05:31 GOVERNANCE.md [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 12 05:31 Jenkinsfile [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 12 05:31 LICENSE [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 2015 Apr 12 05:31 Makefile [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 12 05:31 OWNERS.md [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 4881 Apr 12 05:31 README.md [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 12 05:32 VERSION [2022-04-12T05:33:21.790Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 05:31 bin [2022-04-12T05:33:21.790Z] -rw-r--r-- 1 jenkins jenkins 129061 Apr 12 05:32 coverage.out [2022-04-12T05:33:21.790Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 12 05:31 example [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 3105 Apr 12 05:31 go.mod [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 53784 Apr 12 05:31 go.sum [2022-04-12T05:33:21.790Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 12 05:31 internal [2022-04-12T05:33:21.790Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 05:31 openapi [2022-04-12T05:33:21.790Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 12 05:31 pkg [2022-04-12T05:33:21.790Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 05:31 snap [2022-04-12T05:33:21.790Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 12 05:31 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:33:22.132Z] + 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=a10ee31a4230b1d60406550b25f041cc551d2c47 --label arch=amd64 --label version=0.0.0 . [2022-04-12T05:33:22.133Z] Sending build context to Docker daemon 9.711MB [2022-04-12T05:33:22.133Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-12T05:33:22.133Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-12T05:33:22.133Z] ---> 49ec0166fba7 [2022-04-12T05:33:22.133Z] Step 3/25 : ARG MAKE=make build [2022-04-12T05:33:22.133Z] ---> Running in 32a6792eaa70 [2022-04-12T05:33:22.393Z] Removing intermediate container 32a6792eaa70 [2022-04-12T05:33:22.393Z] ---> e644a2ea7506 [2022-04-12T05:33:22.393Z] Step 4/25 : WORKDIR /device-sdk-go [2022-04-12T05:33:22.393Z] ---> Running in 9dded5dac618 [2022-04-12T05:33:22.393Z] Removing intermediate container 9dded5dac618 [2022-04-12T05:33:22.393Z] ---> 914d6ae09436 [2022-04-12T05:33:22.393Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-12T05:33:22.393Z] ---> Running in 84c4ada2d685 [2022-04-12T05:33:22.652Z] Removing intermediate container 84c4ada2d685 [2022-04-12T05:33:22.652Z] ---> 39101930979b [2022-04-12T05:33:22.652Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T05:33:22.652Z] ---> Running in 0bed4b755f2f [2022-04-12T05:33:23.222Z] Removing intermediate container 0bed4b755f2f [2022-04-12T05:33:23.222Z] ---> 5c9e09e8f4bc [2022-04-12T05:33:23.222Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-12T05:33:23.222Z] ---> Running in 8f47a3dafecf [2022-04-12T05:33:23.482Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-12T05:33:24.436Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-12T05:33:24.696Z] OK: 221 MiB in 52 packages [2022-04-12T05:33:24.967Z] Removing intermediate container 8f47a3dafecf [2022-04-12T05:33:24.967Z] ---> 02e9967e4ae4 [2022-04-12T05:33:24.967Z] Step 8/25 : COPY go.mod vendor* ./ [2022-04-12T05:33:25.226Z] ---> d27631f94bb9 [2022-04-12T05:33:25.226Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T05:33:25.226Z] ---> Running in 2937b5f4fdae [2022-04-12T05:33:25.796Z] Removing intermediate container 2937b5f4fdae [2022-04-12T05:33:25.796Z] ---> bde78c40d224 [2022-04-12T05:33:25.796Z] Step 10/25 : COPY . . [2022-04-12T05:33:26.368Z] ---> 382f84827acc [2022-04-12T05:33:26.368Z] Step 11/25 : RUN ${MAKE} [2022-04-12T05:33:26.368Z] ---> Running in fa8c75434539 [2022-04-12T05:33:26.628Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-04-12T05:33:44.726Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-04-12T05:33:44.726Z] Removing intermediate container fa8c75434539 [2022-04-12T05:33:44.726Z] ---> 8f8f228775a3 [2022-04-12T05:33:44.726Z] Step 12/25 : FROM alpine:3.14 [2022-04-12T05:33:45.298Z] 3.14: Pulling from library/alpine [2022-04-12T05:33:45.561Z] 8663204ce13b: Pulling fs layer [2022-04-12T05:33:45.561Z] 8663204ce13b: Verifying Checksum [2022-04-12T05:33:45.562Z] 8663204ce13b: Download complete [2022-04-12T05:33:45.823Z] 8663204ce13b: Pull complete [2022-04-12T05:33:45.823Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T05:33:45.823Z] Status: Downloaded newer image for alpine:3.14 [2022-04-12T05:33:45.823Z] ---> e04c818066af [2022-04-12T05:33:45.823Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-12T05:33:45.823Z] ---> Running in bc8b1a2bbed5 [2022-04-12T05:33:46.083Z] Removing intermediate container bc8b1a2bbed5 [2022-04-12T05:33:46.083Z] ---> e13693fff45d [2022-04-12T05:33:46.083Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T05:33:46.083Z] ---> Running in ea52b97bc54c [2022-04-12T05:33:46.654Z] Removing intermediate container ea52b97bc54c [2022-04-12T05:33:46.654Z] ---> d3d3d1ab689b [2022-04-12T05:33:46.654Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-04-12T05:33:46.654Z] ---> Running in 1c4a6d39cfe2 [2022-04-12T05:33:46.918Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-12T05:33:47.856Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-12T05:33:48.120Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-04-12T05:33:48.120Z] (2/5) Installing libsodium (1.0.18-r0) [2022-04-12T05:33:48.120Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-12T05:33:48.380Z] (4/5) Installing libzmq (4.3.4-r0) [2022-04-12T05:33:48.380Z] (5/5) Installing zeromq (4.3.4-r0) [2022-04-12T05:33:48.380Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T05:33:48.380Z] OK: 8 MiB in 19 packages [2022-04-12T05:33:48.949Z] Removing intermediate container 1c4a6d39cfe2 [2022-04-12T05:33:48.949Z] ---> 1737b120984c [2022-04-12T05:33:48.949Z] Step 16/25 : WORKDIR / [2022-04-12T05:33:48.949Z] ---> Running in 84fdb0143a38 [2022-04-12T05:33:48.949Z] Removing intermediate container 84fdb0143a38 [2022-04-12T05:33:48.949Z] ---> 4cf673e859b0 [2022-04-12T05:33:48.949Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-04-12T05:33:49.208Z] ---> 615aedba70cb [2022-04-12T05:33:49.208Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-04-12T05:33:49.778Z] ---> db58df09ccec [2022-04-12T05:33:49.778Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-04-12T05:33:49.778Z] ---> 98b3fda398f6 [2022-04-12T05:33:49.778Z] Step 20/25 : EXPOSE 59999 [2022-04-12T05:33:50.038Z] ---> Running in a8fee05e52ba [2022-04-12T05:33:50.038Z] Removing intermediate container a8fee05e52ba [2022-04-12T05:33:50.038Z] ---> f9672d52eabb [2022-04-12T05:33:50.038Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-04-12T05:33:50.038Z] ---> Running in 69edcca42847 [2022-04-12T05:33:50.038Z] Removing intermediate container 69edcca42847 [2022-04-12T05:33:50.038Z] ---> 5992a052672a [2022-04-12T05:33:50.038Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T05:33:50.297Z] ---> Running in a84265669191 [2022-04-12T05:33:50.297Z] Removing intermediate container a84265669191 [2022-04-12T05:33:50.297Z] ---> 8806b818f972 [2022-04-12T05:33:50.297Z] Step 23/25 : LABEL arch=amd64 [2022-04-12T05:33:50.297Z] ---> Running in d0fccc0cf60e [2022-04-12T05:33:50.297Z] Removing intermediate container d0fccc0cf60e [2022-04-12T05:33:50.297Z] ---> 9b5026193086 [2022-04-12T05:33:50.297Z] Step 24/25 : LABEL git_sha=a10ee31a4230b1d60406550b25f041cc551d2c47 [2022-04-12T05:33:50.297Z] ---> Running in 3b9e94e4bbe0 [2022-04-12T05:33:50.557Z] Removing intermediate container 3b9e94e4bbe0 [2022-04-12T05:33:50.557Z] ---> f5e86bf8f2c1 [2022-04-12T05:33:50.557Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T05:33:50.557Z] ---> Running in 78d532da1629 [2022-04-12T05:33:50.557Z] Removing intermediate container 78d532da1629 [2022-04-12T05:33:50.557Z] ---> 370422c9953f [2022-04-12T05:33:50.557Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-12T05:33:50.557Z] Successfully built 370422c9953f [2022-04-12T05:33:50.557Z] 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:33:51.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T05:33:51.281Z] [2022-04-12T05:33:51.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:33:51.621Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T05:33:51.622Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-12T05:33:51.622Z] 5eb5b503b376: Pulling fs layer [2022-04-12T05:33:51.622Z] 5c69ac0246d0: Pulling fs layer [2022-04-12T05:33:51.622Z] ec43610c2a17: Pulling fs layer [2022-04-12T05:33:51.622Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-12T05:33:51.622Z] 33b1e0a273af: Pulling fs layer [2022-04-12T05:33:51.622Z] 5d3b04190fa2: Pulling fs layer [2022-04-12T05:33:51.622Z] 2f39f015ded8: Pulling fs layer [2022-04-12T05:33:51.622Z] 3a2ae6a8a46f: Waiting [2022-04-12T05:33:51.622Z] 33b1e0a273af: Waiting [2022-04-12T05:33:51.622Z] 5d3b04190fa2: Waiting [2022-04-12T05:33:51.622Z] 2f39f015ded8: Waiting [2022-04-12T05:33:51.622Z] 5c69ac0246d0: Download complete [2022-04-12T05:33:51.622Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-12T05:33:51.622Z] 3a2ae6a8a46f: Download complete [2022-04-12T05:33:51.622Z] 33b1e0a273af: Verifying Checksum [2022-04-12T05:33:51.622Z] 33b1e0a273af: Download complete [2022-04-12T05:33:51.622Z] 5d3b04190fa2: Verifying Checksum [2022-04-12T05:33:51.622Z] 5d3b04190fa2: Download complete [2022-04-12T05:33:51.622Z] ec43610c2a17: Verifying Checksum [2022-04-12T05:33:51.622Z] ec43610c2a17: Download complete [2022-04-12T05:33:51.879Z] 5eb5b503b376: Verifying Checksum [2022-04-12T05:33:51.879Z] 5eb5b503b376: Download complete [2022-04-12T05:33:52.449Z] 2f39f015ded8: Verifying Checksum [2022-04-12T05:33:52.449Z] 2f39f015ded8: Download complete [2022-04-12T05:33:53.024Z] 5eb5b503b376: Pull complete [2022-04-12T05:33:53.284Z] 5c69ac0246d0: Pull complete [2022-04-12T05:33:53.543Z] ec43610c2a17: Pull complete [2022-04-12T05:33:53.543Z] 3a2ae6a8a46f: Pull complete [2022-04-12T05:33:53.804Z] 33b1e0a273af: Pull complete [2022-04-12T05:33:53.804Z] 5d3b04190fa2: Pull complete [2022-04-12T05:33:56.232Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-20624 in /w/workspace/gexfoundry_device-sdk-go_PR-1132 [Pipeline] { [Pipeline] ws [2022-04-12T05:33:56.287Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-04-12T05:33:56.594Z] The recommended git tool is: git [2022-04-12T05:33:57.997Z] 2f39f015ded8: Pull complete [2022-04-12T05:33:57.997Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-12T05:33:57.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T05:33:57.997Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-12T05:33:58.083Z] prd-ubuntu20.04-docker-8c-8g-20622 does not seem to be running inside a container [2022-04-12T05:33:58.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1132 -v /w/workspace/gexfoundry_device-sdk-go_PR-1132:/w/workspace/gexfoundry_device-sdk-go_PR-1132:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1132@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-12T05:33:59.655Z] $ docker top 59e9688a99883e42f6d9567d554d54201d36e9cea46fa94dad2e6c44b49598a0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:34:00.147Z] ---> job-cost.sh [2022-04-12T05:34:00.148Z] lf-activate-venv: SKIPPING [2022-04-12T05:34:00.148Z] INFO: No Stack... [2022-04-12T05:34:00.719Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-12T05:34:00.978Z] INFO: Archiving Costs [Pipeline] sh [2022-04-12T05:34:01.297Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1132/archives/cost.csv [2022-04-12T05:34:01.297Z] + cut -d, -f6 [Pipeline] lock [2022-04-12T05:34:01.374Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1132-1-stack-cost] [2022-04-12T05:34:01.378Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1132-1-stack-cost] did not exist. Created. [2022-04-12T05:34:01.378Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1132-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-12T05:34:01.760Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-12T05:34:01.815Z] Stashed 1 file(s) [Pipeline] } [2022-04-12T05:34:01.847Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1132-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-12T05:34:01.925Z] $ docker stop --time=1 59e9688a99883e42f6d9567d554d54201d36e9cea46fa94dad2e6c44b49598a0 [2022-04-12T05:34:03.116Z] $ docker rm -f 59e9688a99883e42f6d9567d554d54201d36e9cea46fa94dad2e6c44b49598a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-12T05:34:03.920Z] using credential edgex-jenkins-ssh [2022-04-12T05:34:03.937Z] Cloning the remote Git repository [2022-04-12T05:34:04.031Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-04-12T05:34:04.125Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-04-12T05:34:04.255Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-04-12T05:34:04.255Z] > git --version # timeout=10 [2022-04-12T05:34:04.354Z] > git --version # 'git version 2.25.1' [2022-04-12T05:34:04.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T05:34:04.449Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-12T05:34:06.183Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-04-12T05:34:06.236Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-12T05:34:06.291Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-04-12T05:34:06.352Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-04-12T05:34:06.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T05:34:06.366Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1132/head:refs/remotes/origin/PR-1132 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-12T05:34:06.999Z] Merging remotes/origin/main commit 45e6addfd964a0ca7ed47e9673a51a0c53e11884 into PR head commit a10ee31a4230b1d60406550b25f041cc551d2c47 [2022-04-12T05:34:07.357Z] Merge succeeded, producing a10ee31a4230b1d60406550b25f041cc551d2c47 [2022-04-12T05:34:07.357Z] Checking out Revision a10ee31a4230b1d60406550b25f041cc551d2c47 (PR-1132) [2022-04-12T05:34:07.032Z] > git config core.sparsecheckout # timeout=10 [2022-04-12T05:34:07.094Z] > git checkout -f a10ee31a4230b1d60406550b25f041cc551d2c47 # timeout=10 [2022-04-12T05:34:07.230Z] > git remote # timeout=10 [2022-04-12T05:34:07.267Z] > git config --get remote.origin.url # timeout=10 [2022-04-12T05:34:07.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-12T05:34:07.305Z] > git merge 45e6addfd964a0ca7ed47e9673a51a0c53e11884 # timeout=10 [2022-04-12T05:34:07.330Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-12T05:34:07.370Z] > git config core.sparsecheckout # timeout=10 [2022-04-12T05:34:07.384Z] > git checkout -f a10ee31a4230b1d60406550b25f041cc551d2c47 # timeout=10 [2022-04-12T05:34:11.868Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-04-12T05:34:11.934Z] > git --version # timeout=10 [2022-04-12T05:34:11.975Z] > git --version # 'git version 2.25.1' [2022-04-12T05:34:11.996Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-12T05:34:13.222Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-12T05:34:13.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-12T05:34:13.222Z] Dload Upload Total Spent Left Speed [2022-04-12T05:34:13.222Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45903 0 --:--:-- --:--:-- --:--:-- 45725 [Pipeline] sh [2022-04-12T05:34:13.878Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-12T05:34:14.235Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-12T05:34:14.235Z] + sudo tee /etc/docker/daemon.new [2022-04-12T05:34:14.235Z] { [2022-04-12T05:34:14.235Z] "registry-mirrors": [ [2022-04-12T05:34:14.235Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-12T05:34:14.235Z] ], [2022-04-12T05:34:14.235Z] "bip": "10.250.0.254/24", [2022-04-12T05:34:14.235Z] "hosts": [ [2022-04-12T05:34:14.235Z] "tcp://0.0.0.0:5555", [2022-04-12T05:34:14.235Z] "unix:///var/run/docker.sock" [2022-04-12T05:34:14.235Z] ], [2022-04-12T05:34:14.235Z] "mtu": 1458, [2022-04-12T05:34:14.235Z] "selinux-enabled": true, [2022-04-12T05:34:14.235Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-12T05:34:14.235Z] } [Pipeline] sh [2022-04-12T05:34:14.694Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-12T05:34:15.047Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T05:34:33.446Z] provisioning config files... [2022-04-12T05:34:33.475Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6987345222977131231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:34:34.068Z] ---> docker-login.sh [2022-04-12T05:34:34.068Z] nexus3.edgexfoundry.org:10001 [2022-04-12T05:34:34.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:34:34.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:34:34.938Z] Configure a credential helper to remove this warning. See [2022-04-12T05:34:34.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:34:34.938Z] [2022-04-12T05:34:34.938Z] Login Succeeded [2022-04-12T05:34:34.938Z] nexus3.edgexfoundry.org:10002 [2022-04-12T05:34:35.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:34:35.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:34:35.214Z] Configure a credential helper to remove this warning. See [2022-04-12T05:34:35.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:34:35.214Z] [2022-04-12T05:34:35.214Z] Login Succeeded [2022-04-12T05:34:35.489Z] nexus3.edgexfoundry.org:10003 [2022-04-12T05:34:35.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:34:35.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:34:35.768Z] Configure a credential helper to remove this warning. See [2022-04-12T05:34:35.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:34:35.768Z] [2022-04-12T05:34:35.768Z] Login Succeeded [2022-04-12T05:34:35.768Z] nexus3.edgexfoundry.org:10004 [2022-04-12T05:34:36.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:34:36.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:34:36.322Z] Configure a credential helper to remove this warning. See [2022-04-12T05:34:36.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:34:36.322Z] [2022-04-12T05:34:36.322Z] Login Succeeded [2022-04-12T05:34:36.322Z] docker.io [2022-04-12T05:34:36.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-12T05:34:37.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-12T05:34:37.197Z] Configure a credential helper to remove this warning. See [2022-04-12T05:34:37.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-12T05:34:37.197Z] [2022-04-12T05:34:37.197Z] Login Succeeded [2022-04-12T05:34:37.197Z] ---> docker-login.sh ends [Pipeline] } [2022-04-12T05:34:37.227Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-12T05:34:37.616Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-12T05:34:37.650Z] ========================================================= [2022-04-12T05:34:37.650Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-12T05:34:37.650Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:34:38.096Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-12T05:34:38.376Z] Sending build context to Docker daemon 5.177MB [2022-04-12T05:34:38.652Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-04-12T05:34:38.652Z] Step 2/11 : FROM ${BASE} AS builder [2022-04-12T05:34:38.652Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-12T05:34:38.652Z] 9b3977197b4f: Pulling fs layer [2022-04-12T05:34:38.652Z] 1a89e8eeedd5: Pulling fs layer [2022-04-12T05:34:38.652Z] 94645a83ff95: Pulling fs layer [2022-04-12T05:34:38.652Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-12T05:34:38.652Z] 0c92f367c5e7: Pulling fs layer [2022-04-12T05:34:38.652Z] f7c0051592d6: Pulling fs layer [2022-04-12T05:34:38.652Z] a227ed2f7395: Pulling fs layer [2022-04-12T05:34:38.652Z] 7b1c46037f91: Pulling fs layer [2022-04-12T05:34:38.652Z] f7c0051592d6: Waiting [2022-04-12T05:34:38.652Z] a227ed2f7395: Waiting [2022-04-12T05:34:38.652Z] 3f3a8bcf1eab: Waiting [2022-04-12T05:34:38.652Z] 0c92f367c5e7: Waiting [2022-04-12T05:34:38.652Z] 7b1c46037f91: Waiting [2022-04-12T05:34:38.652Z] 94645a83ff95: Verifying Checksum [2022-04-12T05:34:38.652Z] 94645a83ff95: Download complete [2022-04-12T05:34:38.652Z] 1a89e8eeedd5: Verifying Checksum [2022-04-12T05:34:38.652Z] 1a89e8eeedd5: Download complete [2022-04-12T05:34:38.652Z] 0c92f367c5e7: Verifying Checksum [2022-04-12T05:34:38.652Z] 0c92f367c5e7: Download complete [2022-04-12T05:34:38.933Z] f7c0051592d6: Verifying Checksum [2022-04-12T05:34:38.933Z] f7c0051592d6: Download complete [2022-04-12T05:34:38.933Z] 9b3977197b4f: Verifying Checksum [2022-04-12T05:34:38.933Z] a227ed2f7395: Verifying Checksum [2022-04-12T05:34:38.933Z] a227ed2f7395: Download complete [2022-04-12T05:34:39.536Z] 9b3977197b4f: Pull complete [2022-04-12T05:34:40.139Z] 1a89e8eeedd5: Pull complete [2022-04-12T05:34:40.415Z] 94645a83ff95: Pull complete [2022-04-12T05:34:40.697Z] 7b1c46037f91: Verifying Checksum [2022-04-12T05:34:40.697Z] 7b1c46037f91: Download complete [2022-04-12T05:34:41.293Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-12T05:34:41.294Z] 3f3a8bcf1eab: Download complete [2022-04-12T05:34:53.703Z] 3f3a8bcf1eab: Pull complete [2022-04-12T05:34:53.703Z] 0c92f367c5e7: Pull complete [2022-04-12T05:34:53.703Z] f7c0051592d6: Pull complete [2022-04-12T05:34:53.975Z] a227ed2f7395: Pull complete [2022-04-12T05:35:00.707Z] 7b1c46037f91: Pull complete [2022-04-12T05:35:00.707Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-12T05:35:00.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-12T05:35:00.707Z] ---> f79e39bc4007 [2022-04-12T05:35:00.707Z] Step 3/11 : ARG MAKE=make build [2022-04-12T05:35:01.299Z] ---> Running in d5952d004722 [2022-04-12T05:35:01.587Z] Removing intermediate container d5952d004722 [2022-04-12T05:35:01.587Z] ---> 0de14d2daa01 [2022-04-12T05:35:01.587Z] Step 4/11 : WORKDIR /device-sdk-go [2022-04-12T05:35:01.587Z] ---> Running in 0ca03123ecbe [2022-04-12T05:35:01.874Z] Removing intermediate container 0ca03123ecbe [2022-04-12T05:35:01.874Z] ---> 5672927125de [2022-04-12T05:35:01.874Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-12T05:35:02.157Z] ---> Running in acaf34435b59 [2022-04-12T05:35:02.435Z] Removing intermediate container acaf34435b59 [2022-04-12T05:35:02.435Z] ---> a3deef9b5e0d [2022-04-12T05:35:02.435Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T05:35:02.435Z] ---> Running in 6f66398d67e9 [2022-04-12T05:35:04.407Z] Removing intermediate container 6f66398d67e9 [2022-04-12T05:35:04.407Z] ---> 229498cab8a9 [2022-04-12T05:35:04.407Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-12T05:35:04.407Z] ---> Running in 0b42ba11c525 [2022-04-12T05:35:05.003Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T05:35:05.977Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T05:35:06.569Z] OK: 220 MiB in 52 packages [2022-04-12T05:35:07.567Z] Removing intermediate container 0b42ba11c525 [2022-04-12T05:35:07.567Z] ---> 72f2bf4a0389 [2022-04-12T05:35:07.567Z] Step 8/11 : COPY go.mod vendor* ./ [2022-04-12T05:35:07.843Z] ---> dc76ed0ff7de [2022-04-12T05:35:07.843Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T05:35:07.843Z] ---> Running in a250e88d9c08 [2022-04-12T05:35:54.883Z] Removing intermediate container a250e88d9c08 [2022-04-12T05:35:54.883Z] ---> b33f175140e1 [2022-04-12T05:35:54.883Z] Step 10/11 : COPY . . [2022-04-12T05:35:54.883Z] ---> b594a75fe10b [2022-04-12T05:35:54.883Z] Step 11/11 : RUN ${MAKE} [2022-04-12T05:35:54.883Z] ---> Running in 79d9cf21a95e [2022-04-12T05:35:55.486Z] noop [2022-04-12T05:35:56.089Z] Removing intermediate container 79d9cf21a95e [2022-04-12T05:35:56.089Z] ---> 8e7f9207067a [2022-04-12T05:35:56.089Z] Successfully built 8e7f9207067a [2022-04-12T05:35:56.089Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:35:56.461Z] + docker inspect -f . ci-base-image-arm64 [2022-04-12T05:35:56.461Z] . [Pipeline] withDockerContainer [2022-04-12T05:35:56.723Z] prd-ubuntu20.04-docker-arm64-4c-16g-20624 does not seem to be running inside a container [2022-04-12T05:35:56.811Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-12T05:35:58.143Z] $ docker top 6f1ddb445105faff617f39a85089cebb7393e606b972741d82e1ec145d579c43 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T05:35:59.123Z] + go version [2022-04-12T05:35:59.123Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-12T05:35:59.163Z] $ docker stop --time=1 6f1ddb445105faff617f39a85089cebb7393e606b972741d82e1ec145d579c43 [2022-04-12T05:36:00.809Z] $ docker rm -f 6f1ddb445105faff617f39a85089cebb7393e606b972741d82e1ec145d579c43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:36:01.689Z] + docker inspect -f . ci-base-image-arm64 [2022-04-12T05:36:01.689Z] . [Pipeline] withDockerContainer [2022-04-12T05:36:01.963Z] prd-ubuntu20.04-docker-arm64-4c-16g-20624 does not seem to be running inside a container [2022-04-12T05:36:02.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-12T05:36:03.445Z] $ docker top ea7a052e89c2f44762a9cbcdb0abae35cce9098f235a698550107eb16ca3360a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-12T05:36:04.451Z] + make test [2022-04-12T05:36:04.451Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-12T05:36:36.855Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-04-12T05:38:28.745Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-04-12T05:38:28.745Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-04-12T05:38:28.745Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-04-12T05:38:28.745Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.394s coverage: 23.3% of statements [2022-04-12T05:38:28.745Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-04-12T05:38:28.745Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.265s coverage: 27.6% of statements [2022-04-12T05:38:28.745Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.305s coverage: 78.9% of statements [2022-04-12T05:38:28.745Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.260s coverage: 10.8% of statements [2022-04-12T05:38:28.745Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-04-12T05:38:28.745Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-04-12T05:38:28.745Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-04-12T05:38:33.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.399s coverage: 33.2% of statements [2022-04-12T05:38:33.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-04-12T05:38:33.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.306s coverage: 86.1% of statements [2022-04-12T05:38:33.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-04-12T05:38:33.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-04-12T05:38:33.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.477s coverage: 57.4% of statements [2022-04-12T05:38:33.102Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.924s coverage: 89.2% of statements [2022-04-12T05:38:33.102Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-04-12T05:38:38.527Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.263s coverage: 4.8% of statements [2022-04-12T05:38:38.527Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-04-12T05:38:39.124Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-12T05:38:39.124Z] GO111MODULE=on go vet ./... [2022-04-12T05:40:16.134Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-12T05:40:16.134Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-12T05:40:16.134Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-12T05:40:16.175Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-12T05:40:16.213Z] $ docker stop --time=1 ea7a052e89c2f44762a9cbcdb0abae35cce9098f235a698550107eb16ca3360a [2022-04-12T05:40:17.986Z] $ docker rm -f ea7a052e89c2f44762a9cbcdb0abae35cce9098f235a698550107eb16ca3360a [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-12T05:40:19.341Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-12T05:40:19.377Z] Warning: overwriting stash ‘coverage-report’ [2022-04-12T05:40:19.967Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-12T05:40:20.570Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-12T05:40:20.920Z] + ls -al . [2022-04-12T05:40:20.921Z] total 312 [2022-04-12T05:40:20.921Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 05:40 . [2022-04-12T05:40:20.921Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 05:34 .. [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 12 05:34 .dockerignore [2022-04-12T05:40:20.921Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 05:34 .git [2022-04-12T05:40:20.921Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 05:34 .github [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 12 05:34 .gitignore [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 12 05:34 .golangci.yml [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 26321 Apr 12 05:34 CHANGELOG.md [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 12 05:34 GOVERNANCE.md [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 12 05:34 Jenkinsfile [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 12 05:34 LICENSE [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 2015 Apr 12 05:34 Makefile [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 12 05:34 OWNERS.md [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 4881 Apr 12 05:34 README.md [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 12 05:32 VERSION [2022-04-12T05:40:20.921Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 05:34 bin [2022-04-12T05:40:20.921Z] -rw-r--r-- 1 jenkins jenkins 129061 Apr 12 05:38 coverage.out [2022-04-12T05:40:20.921Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 12 05:34 example [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 3105 Apr 12 05:34 go.mod [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 53784 Apr 12 05:34 go.sum [2022-04-12T05:40:20.921Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 12 05:34 internal [2022-04-12T05:40:20.921Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 05:34 openapi [2022-04-12T05:40:20.921Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 12 05:34 pkg [2022-04-12T05:40:20.921Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 05:34 snap [2022-04-12T05:40:20.921Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 12 05:34 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:40:21.299Z] + 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=a10ee31a4230b1d60406550b25f041cc551d2c47 --label arch=arm64 --label version=0.0.0 . [2022-04-12T05:40:21.897Z] Sending build context to Docker daemon 5.307MB [2022-04-12T05:40:21.897Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-12T05:40:21.897Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-12T05:40:21.897Z] ---> 8e7f9207067a [2022-04-12T05:40:21.897Z] Step 3/25 : ARG MAKE=make build [2022-04-12T05:40:21.897Z] ---> Running in efaeaa388b49 [2022-04-12T05:40:22.169Z] Removing intermediate container efaeaa388b49 [2022-04-12T05:40:22.169Z] ---> 86ba80b9fc29 [2022-04-12T05:40:22.169Z] Step 4/25 : WORKDIR /device-sdk-go [2022-04-12T05:40:22.442Z] ---> Running in f2238e48a25e [2022-04-12T05:40:22.713Z] Removing intermediate container f2238e48a25e [2022-04-12T05:40:22.713Z] ---> e7625c26258a [2022-04-12T05:40:22.713Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-12T05:40:22.713Z] ---> Running in 522fd9d4f963 [2022-04-12T05:40:22.988Z] Removing intermediate container 522fd9d4f963 [2022-04-12T05:40:22.988Z] ---> b4ba720000e1 [2022-04-12T05:40:22.988Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T05:40:22.988Z] ---> Running in 07152ff9d086 [2022-04-12T05:40:24.950Z] Removing intermediate container 07152ff9d086 [2022-04-12T05:40:24.950Z] ---> fca1e1712549 [2022-04-12T05:40:24.950Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-12T05:40:24.950Z] ---> Running in ea4b73ae13b6 [2022-04-12T05:40:25.542Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-12T05:40:26.520Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-12T05:40:27.508Z] OK: 220 MiB in 52 packages [2022-04-12T05:40:28.099Z] Removing intermediate container ea4b73ae13b6 [2022-04-12T05:40:28.099Z] ---> f2871b0eb87f [2022-04-12T05:40:28.099Z] Step 8/25 : COPY go.mod vendor* ./ [2022-04-12T05:40:28.690Z] ---> 41317e988f78 [2022-04-12T05:40:28.690Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-12T05:40:28.690Z] ---> Running in bd45a215bda0 [2022-04-12T05:40:30.657Z] Removing intermediate container bd45a215bda0 [2022-04-12T05:40:30.657Z] ---> 07756cd3727b [2022-04-12T05:40:30.657Z] Step 10/25 : COPY . . [2022-04-12T05:40:31.635Z] ---> f85db2d4cf72 [2022-04-12T05:40:31.635Z] Step 11/25 : RUN ${MAKE} [2022-04-12T05:40:31.635Z] ---> Running in 92dd5cfac7bb [2022-04-12T05:40:32.613Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-04-12T05:42:39.494Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-04-12T05:42:40.472Z] Removing intermediate container 92dd5cfac7bb [2022-04-12T05:42:40.472Z] ---> 9865726bebbc [2022-04-12T05:42:40.472Z] Step 12/25 : FROM alpine:3.14 [2022-04-12T05:42:41.446Z] 3.14: Pulling from library/alpine [2022-04-12T05:42:41.446Z] 455c02918c45: Pulling fs layer [2022-04-12T05:42:41.718Z] 455c02918c45: Verifying Checksum [2022-04-12T05:42:41.718Z] 455c02918c45: Download complete [2022-04-12T05:42:42.314Z] 455c02918c45: Pull complete [2022-04-12T05:42:42.314Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-12T05:42:42.314Z] Status: Downloaded newer image for alpine:3.14 [2022-04-12T05:42:42.314Z] ---> ac73e934f311 [2022-04-12T05:42:42.314Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-12T05:42:42.314Z] ---> Running in 35dc1f53a35f [2022-04-12T05:42:42.591Z] Removing intermediate container 35dc1f53a35f [2022-04-12T05:42:42.591Z] ---> 41ce8cbe976b [2022-04-12T05:42:42.591Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-12T05:42:42.591Z] ---> Running in 83d20fdf4b90 [2022-04-12T05:42:44.574Z] Removing intermediate container 83d20fdf4b90 [2022-04-12T05:42:44.574Z] ---> 8f9549aa2a51 [2022-04-12T05:42:44.574Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-04-12T05:42:44.574Z] ---> Running in 14b3de70b2f9 [2022-04-12T05:42:45.560Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-12T05:42:46.540Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-12T05:42:47.516Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-04-12T05:42:47.516Z] (2/5) Installing libsodium (1.0.18-r0) [2022-04-12T05:42:47.516Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-12T05:42:47.516Z] (4/5) Installing libzmq (4.3.4-r0) [2022-04-12T05:42:47.792Z] (5/5) Installing zeromq (4.3.4-r0) [2022-04-12T05:42:47.792Z] Executing busybox-1.33.1-r7.trigger [2022-04-12T05:42:47.792Z] OK: 8 MiB in 19 packages [2022-04-12T05:42:48.784Z] Removing intermediate container 14b3de70b2f9 [2022-04-12T05:42:48.784Z] ---> 7ff0e5187b51 [2022-04-12T05:42:48.784Z] Step 16/25 : WORKDIR / [2022-04-12T05:42:48.784Z] ---> Running in f4a3f5e100b3 [2022-04-12T05:42:49.391Z] Removing intermediate container f4a3f5e100b3 [2022-04-12T05:42:49.391Z] ---> 0a6bb2223e65 [2022-04-12T05:42:49.391Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-04-12T05:42:49.664Z] ---> 9c85ce9f270f [2022-04-12T05:42:49.664Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-04-12T05:42:51.643Z] ---> 29cfc3a2d496 [2022-04-12T05:42:51.643Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-04-12T05:42:51.913Z] ---> c93e681d4d61 [2022-04-12T05:42:51.913Z] Step 20/25 : EXPOSE 59999 [2022-04-12T05:42:51.913Z] ---> Running in b9b337bc15f0 [2022-04-12T05:42:52.192Z] Removing intermediate container b9b337bc15f0 [2022-04-12T05:42:52.192Z] ---> 3af852ec8a4b [2022-04-12T05:42:52.192Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-04-12T05:42:52.192Z] ---> Running in 85be3a38b6fe [2022-04-12T05:42:52.794Z] Removing intermediate container 85be3a38b6fe [2022-04-12T05:42:52.794Z] ---> 2150992c4dad [2022-04-12T05:42:52.794Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-12T05:42:52.794Z] ---> Running in a108a124a2a6 [2022-04-12T05:42:53.067Z] Removing intermediate container a108a124a2a6 [2022-04-12T05:42:53.067Z] ---> c7faa00ff661 [2022-04-12T05:42:53.067Z] Step 23/25 : LABEL arch=arm64 [2022-04-12T05:42:53.067Z] ---> Running in ce9ec1c9d498 [2022-04-12T05:42:53.344Z] Removing intermediate container ce9ec1c9d498 [2022-04-12T05:42:53.344Z] ---> 63b53a5f290f [2022-04-12T05:42:53.344Z] Step 24/25 : LABEL git_sha=a10ee31a4230b1d60406550b25f041cc551d2c47 [2022-04-12T05:42:53.344Z] ---> Running in 973a45bc7ea3 [2022-04-12T05:42:53.943Z] Removing intermediate container 973a45bc7ea3 [2022-04-12T05:42:53.943Z] ---> 02359d3015a9 [2022-04-12T05:42:53.943Z] Step 25/25 : LABEL version=0.0.0 [2022-04-12T05:42:53.943Z] ---> Running in 143e81c5d774 [2022-04-12T05:42:54.215Z] Removing intermediate container 143e81c5d774 [2022-04-12T05:42:54.216Z] ---> 473ab5e1011d [2022-04-12T05:42:54.216Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-12T05:42:54.216Z] Successfully built 473ab5e1011d [2022-04-12T05:42:54.216Z] 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:42:54.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T05:42:54.889Z] [2022-04-12T05:42:54.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:42:55.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T05:42:55.544Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-12T05:42:55.544Z] 8998bd30e6a1: Pulling fs layer [2022-04-12T05:42:55.544Z] 04944245beec: Pulling fs layer [2022-04-12T05:42:55.544Z] 699f458cf7ca: Pulling fs layer [2022-04-12T05:42:55.544Z] 765212b225bb: Pulling fs layer [2022-04-12T05:42:55.544Z] f23df028b6ca: Pulling fs layer [2022-04-12T05:42:55.544Z] d65c8cfc05b1: Pulling fs layer [2022-04-12T05:42:55.544Z] 2437ff75d9bd: Pulling fs layer [2022-04-12T05:42:55.544Z] f23df028b6ca: Waiting [2022-04-12T05:42:55.544Z] 765212b225bb: Waiting [2022-04-12T05:42:55.544Z] d65c8cfc05b1: Waiting [2022-04-12T05:42:55.544Z] 2437ff75d9bd: Waiting [2022-04-12T05:42:55.544Z] 04944245beec: Download complete [2022-04-12T05:42:55.544Z] 765212b225bb: Verifying Checksum [2022-04-12T05:42:55.544Z] 765212b225bb: Download complete [2022-04-12T05:42:55.544Z] f23df028b6ca: Download complete [2022-04-12T05:42:55.544Z] d65c8cfc05b1: Verifying Checksum [2022-04-12T05:42:55.544Z] d65c8cfc05b1: Download complete [2022-04-12T05:42:55.820Z] 699f458cf7ca: Verifying Checksum [2022-04-12T05:42:55.820Z] 699f458cf7ca: Download complete [2022-04-12T05:42:56.094Z] 8998bd30e6a1: Verifying Checksum [2022-04-12T05:42:56.094Z] 8998bd30e6a1: Download complete [2022-04-12T05:42:58.077Z] 2437ff75d9bd: Verifying Checksum [2022-04-12T05:42:58.077Z] 2437ff75d9bd: Download complete [2022-04-12T05:43:00.054Z] 8998bd30e6a1: Pull complete [2022-04-12T05:43:00.652Z] 04944245beec: Pull complete [2022-04-12T05:43:02.089Z] 699f458cf7ca: Pull complete [2022-04-12T05:43:02.363Z] 765212b225bb: Pull complete [2022-04-12T05:43:02.961Z] f23df028b6ca: Pull complete [2022-04-12T05:43:03.236Z] d65c8cfc05b1: Pull complete [2022-04-12T05:43:18.489Z] 2437ff75d9bd: Pull complete [2022-04-12T05:43:18.489Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-12T05:43:18.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-12T05:43:18.489Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-12T05:43:18.749Z] prd-ubuntu20.04-docker-arm64-4c-16g-20624 does not seem to be running inside a container [2022-04-12T05:43:18.849Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-12T05:43:21.593Z] $ docker top 8bee1dacba6b55508d1fa45ef373e4aa2a8f899f5e59ff26bd1d4a1b3971ac86 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:43:22.599Z] ---> job-cost.sh [2022-04-12T05:43:22.599Z] lf-activate-venv: SKIPPING [2022-04-12T05:43:22.599Z] INFO: No Stack... [2022-04-12T05:43:23.191Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-12T05:43:24.164Z] INFO: Archiving Costs [Pipeline] sh [2022-04-12T05:43:24.840Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2022-04-12T05:43:24.840Z] + cut -d, -f6 [Pipeline] lock [2022-04-12T05:43:24.924Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1132-1-stack-cost] [2022-04-12T05:43:24.930Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1132-1-stack-cost] did not exist. Created. [2022-04-12T05:43:24.931Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1132-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-12T05:43:25.667Z] /w/workspace/device-sdk-go/1@tmp/durable-58db328a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-12T05:43:26.360Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-12T05:43:26.394Z] Warning: overwriting stash ‘stack-cost’ [2022-04-12T05:43:26.453Z] Stashed 1 file(s) [Pipeline] } [2022-04-12T05:43:26.468Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1132-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-12T05:43:26.557Z] $ docker stop --time=1 8bee1dacba6b55508d1fa45ef373e4aa2a8f899f5e59ff26bd1d4a1b3971ac86 [2022-04-12T05:43:28.092Z] $ docker rm -f 8bee1dacba6b55508d1fa45ef373e4aa2a8f899f5e59ff26bd1d4a1b3971ac86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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 [2022-04-12T05:43:29.168Z] provisioning config files... [2022-04-12T05:43:29.178Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp/config4891728705122373960tmp [Pipeline] { [Pipeline] sh [2022-04-12T05:43:29.518Z] + set +x [2022-04-12T05:43:29.519Z] + curl -s https://codecov.io/bash [2022-04-12T05:43:29.519Z] + bash -s -- [2022-04-12T05:43:29.519Z] [2022-04-12T05:43:29.519Z] _____ _ [2022-04-12T05:43:29.519Z] / ____| | | [2022-04-12T05:43:29.519Z] | | ___ __| | ___ ___ _____ __ [2022-04-12T05:43:29.519Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-12T05:43:29.519Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-12T05:43:29.519Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-12T05:43:29.519Z] Bash-1.0.6 [2022-04-12T05:43:29.519Z] [2022-04-12T05:43:29.519Z] [2022-04-12T05:43:29.519Z] ==> git version 2.25.1 found [2022-04-12T05:43:29.519Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-12T05:43:29.519Z] Release-Date: 2020-01-08 [2022-04-12T05:43:29.519Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-12T05:43:29.519Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-12T05:43:29.519Z] ==> Jenkins CI detected. [2022-04-12T05:43:29.519Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1132 [2022-04-12T05:43:29.519Z] project root: . [2022-04-12T05:43:29.519Z] --> token set from env [2022-04-12T05:43:29.519Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-12T05:43:29.519Z] ==> Running gcov in . (disable via -X gcov) [2022-04-12T05:43:29.519Z] ==> Python coveragepy not found [2022-04-12T05:43:29.519Z] ==> Searching for coverage reports in: [2022-04-12T05:43:29.519Z] + . [2022-04-12T05:43:29.519Z] -> Found 1 reports [2022-04-12T05:43:29.519Z] ==> Detecting git/mercurial file structure [2022-04-12T05:43:29.519Z] ==> Reading reports [2022-04-12T05:43:29.781Z] + ./coverage.out bytes=129061 [2022-04-12T05:43:29.781Z] ==> Appending adjustments [2022-04-12T05:43:29.781Z] https://docs.codecov.io/docs/fixing-reports [2022-04-12T05:43:30.043Z] + Found adjustments [2022-04-12T05:43:30.043Z] ==> Gzipping contents [2022-04-12T05:43:30.043Z] 20K /tmp/codecov.RAyu2t.gz [2022-04-12T05:43:30.043Z] ==> Uploading reports [2022-04-12T05:43:30.043Z] url: https://codecov.io [2022-04-12T05:43:30.043Z] query: branch=PR-1132&commit=a10ee31a4230b1d60406550b25f041cc551d2c47&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1132%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1132&job=&cmd_args= [2022-04-12T05:43:30.043Z] -> Pinging Codecov [2022-04-12T05:43:30.043Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1132&commit=a10ee31a4230b1d60406550b25f041cc551d2c47&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1132%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1132&job=&cmd_args= [2022-04-12T05:43:30.305Z] -> Uploading to [2022-04-12T05:43:30.305Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-12/7E55EF52A471D76F132DFD9A03CDDE97/a10ee31a4230b1d60406550b25f041cc551d2c47/3a871ed8-0ed5-4df1-abcc-087be72619db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220412T054330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ca3fb0fb4df662db7e88d9a6d1fcd56f9523c52a25b49d91ff8dc7dc9596d970 [2022-04-12T05:43:30.305Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-12T05:43:30.305Z] Dload Upload Total Spent Left Speed [2022-04-12T05:43:30.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16502 0 0 100 16502 0 63226 --:--:-- --:--:-- --:--:-- 63226 [2022-04-12T05:43:30.567Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/a10ee31a4230b1d60406550b25f041cc551d2c47 [Pipeline] } [2022-04-12T05:43:30.592Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-12T05:43:32.310Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1132/archives ] [2022-04-12T05:43:32.310Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1132/archives [2022-04-12T05:43:32.310Z] total 16 [2022-04-12T05:43:32.310Z] drwxr-xr-x 3 root root 4096 Apr 12 05:34 . [2022-04-12T05:43:32.310Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 12 05:34 .. [2022-04-12T05:43:32.310Z] drwxr-xr-x 2 root root 4096 Apr 12 05:34 cost [2022-04-12T05:43:32.310Z] -rw-r--r-- 1 root root 85 Apr 12 05:34 cost.csv [2022-04-12T05:43:32.310Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1132/archives [2022-04-12T05:43:32.310Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1132/archives [2022-04-12T05:43:32.310Z] total 16 [2022-04-12T05:43:32.310Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 12 05:34 . [2022-04-12T05:43:32.310Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 12 05:34 .. [2022-04-12T05:43:32.310Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 12 05:34 cost [2022-04-12T05:43:32.310Z] -rw-r--r-- 1 jenkins jenkins 85 Apr 12 05:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:43:32.650Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:43:33.551Z] ---> package-listing.sh [2022-04-12T05:43:33.551Z] ++ facter osfamily [2022-04-12T05:43:33.551Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-12T05:43:33.812Z] + OS_FAMILY=debian [2022-04-12T05:43:33.812Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1132 [2022-04-12T05:43:33.812Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-12T05:43:33.812Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-12T05:43:33.812Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-12T05:43:33.812Z] + PACKAGES=/tmp/packages_start.txt [2022-04-12T05:43:33.812Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1132 ']' [2022-04-12T05:43:33.812Z] + PACKAGES=/tmp/packages_end.txt [2022-04-12T05:43:33.812Z] + case "${OS_FAMILY}" in [2022-04-12T05:43:33.812Z] + dpkg -l [2022-04-12T05:43:33.812Z] + grep '^ii' [2022-04-12T05:43:33.812Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-12T05:43:33.812Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-12T05:43:33.812Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-12T05:43:33.812Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1132 ']' [2022-04-12T05:43:33.812Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1132/archives/ [2022-04-12T05:43:33.812Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1132/archives/ [Pipeline] echo [2022-04-12T05:43:33.849Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1132/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-12T05:43:34.147Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-12T05:43:34.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-12T05:43:34.735Z] . [Pipeline] withDockerContainer [2022-04-12T05:43:34.823Z] prd-ubuntu20.04-docker-8c-8g-20622 does not seem to be running inside a container [2022-04-12T05:43:34.863Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1132/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1132 -v /w/workspace/gexfoundry_device-sdk-go_PR-1132:/w/workspace/gexfoundry_device-sdk-go_PR-1132:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1132@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:10003/edgex-lftools-log-publisher:latest cat [2022-04-12T05:43:35.099Z] $ docker top e12bdc8909624767c92cb6b097664e58f95cdbce1f51e39c725135413b6a6a8e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-12T05:43:35.502Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-12T05:43:35.815Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-12T05:43:36.129Z] + ls /var/log/sa-host [2022-04-12T05:43:36.129Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-12T05:43:36.278Z] provisioning config files... [2022-04-12T05:43:36.288Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1132@tmp/config6821296798461800074tmp [Pipeline] { [Pipeline] echo [2022-04-12T05:43:36.335Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:43:36.656Z] ---> create-netrc.sh [Pipeline] } [2022-04-12T05:43:36.682Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:43:37.090Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-12T05:43:37.121Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:43:37.434Z] ---> sudo-logs.sh [2022-04-12T05:43:37.434Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-12T05:43:37.516Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:43:37.835Z] ---> job-cost.sh [2022-04-12T05:43:37.835Z] lf-activate-venv: SKIPPING [2022-04-12T05:43:37.835Z] DEBUG: total: 0.2199999988079071 [2022-04-12T05:43:37.835Z] INFO: Retrieving Stack Cost... [2022-04-12T05:43:38.096Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-12T05:43:38.666Z] INFO: Archiving Costs [Pipeline] echo [2022-04-12T05:43:38.707Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-12T05:43:39.021Z] ---> logs-deploy.sh [2022-04-12T05:43:39.021Z] lf-activate-venv: SKIPPING [2022-04-12T05:43:39.021Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1132/1 [2022-04-12T05:43:39.021Z] INFO: archiving workspace using pattern(s): [2022-04-12T05:43:39.962Z] Archives upload complete. [2022-04-12T05:43:39.962Z] INFO: archiving logs to Nexus