Pull request #1109 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 97292904093c4593d6582cd0c7fedb47835f6b76+511d52040eef7e00dec48ea5a3bfdec0745a4f08 (f7aed436c105273146f2b70cd7383b97122f6cf2) 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-ssh6678658449518214508.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-ssh11836270319894810626.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-1109/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-1109/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7016144350274176202.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-1109/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15843622840209795332.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-ssh16012786770198873963.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-1109/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-1109/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh10723631256993364396.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7909 in /w/workspace/gexfoundry_device-sdk-go_PR-1109 [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-1109 # 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 Merging remotes/origin/main commit 511d52040eef7e00dec48ea5a3bfdec0745a4f08 into PR head commit 97292904093c4593d6582cd0c7fedb47835f6b76 Merge succeeded, producing 97292904093c4593d6582cd0c7fedb47835f6b76 Checking out Revision 97292904093c4593d6582cd0c7fedb47835f6b76 (PR-1109) > 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/1109/head:refs/remotes/origin/PR-1109 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 97292904093c4593d6582cd0c7fedb47835f6b76 # 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 511d52040eef7e00dec48ea5a3bfdec0745a4f08 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 97292904093c4593d6582cd0c7fedb47835f6b76 # 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-03-18T04:05:18.525Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-18T04:05:18.702Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-18T04:05:18.798Z] ========================================================= [2022-03-18T04:05:18.799Z] EdgeX Global Pipelines Version Info [2022-03-18T04:05:18.799Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:05:19.587Z] ------------------- [2022-03-18T04:05:19.587Z] stable info: [2022-03-18T04:05:19.587Z] ------------------- [2022-03-18T04:05:19.587Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-18T04:05:19.587Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-18T04:05:19.587Z] Message: update stable to v1.0.221 [2022-03-18T04:05:20.172Z] ------------------- [2022-03-18T04:05:20.172Z] experimental info: [2022-03-18T04:05:20.173Z] ------------------- [2022-03-18T04:05:20.173Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-18T04:05:20.173Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-18T04:05:20.173Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-18T04:05:20.422Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-03-18T04:05:20.457Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-03-18T04:05:20.498Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-18T04:05:20.536Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-18T04:05:20.578Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-18T04:05:20.612Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-18T04:05:20.649Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-18T04:05:20.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-03-18T04:05:20.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-18T04:05:20.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-18T04:05:20.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-18T04:05:20.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-03-18T04:05:20.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-18T04:05:20.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-18T04:05:20.925Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-18T04:05:20.963Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-03-18T04:05:20.998Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-03-18T04:05:21.034Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-03-18T04:05:21.070Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-18T04:05:21.110Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-03-18T04:05:21.149Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-18T04:05:21.190Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-18T04:05:21.227Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-03-18T04:05:21.263Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-03-18T04:05:21.300Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-03-18T04:05:21.336Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-18T04:05:21.375Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1109 [Pipeline] echo [2022-03-18T04:05:21.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1109 [Pipeline] echo [2022-03-18T04:05:21.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1109 [Pipeline] echo [2022-03-18T04:05:21.488Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 97292904093c4593d6582cd0c7fedb47835f6b76 [Pipeline] echo [2022-03-18T04:05:21.525Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9729290 [Pipeline] echo [2022-03-18T04:05:21.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-18T04:05:21.672Z] provisioning config files... [2022-03-18T04:05:21.687Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp/config8921421350257090858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:05:22.069Z] ---> docker-login.sh [2022-03-18T04:05:22.069Z] nexus3.edgexfoundry.org:10001 [2022-03-18T04:05:22.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:22.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:22.593Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:22.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:22.593Z] [2022-03-18T04:05:22.593Z] Login Succeeded [2022-03-18T04:05:22.593Z] nexus3.edgexfoundry.org:10002 [2022-03-18T04:05:22.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:22.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:22.593Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:22.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:22.593Z] [2022-03-18T04:05:22.593Z] Login Succeeded [2022-03-18T04:05:22.593Z] nexus3.edgexfoundry.org:10003 [2022-03-18T04:05:22.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:22.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:22.856Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:22.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:22.856Z] [2022-03-18T04:05:22.856Z] Login Succeeded [2022-03-18T04:05:22.856Z] nexus3.edgexfoundry.org:10004 [2022-03-18T04:05:22.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:22.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:22.856Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:22.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:22.856Z] [2022-03-18T04:05:22.856Z] Login Succeeded [2022-03-18T04:05:22.856Z] docker.io [2022-03-18T04:05:23.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:23.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:23.379Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:23.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:23.379Z] [2022-03-18T04:05:23.379Z] Login Succeeded [2022-03-18T04:05:23.379Z] ---> docker-login.sh ends [Pipeline] } [2022-03-18T04:05:23.406Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-18T04:05:24.054Z] + git rev-list -1 --merges 97292904093c4593d6582cd0c7fedb47835f6b76~1..97292904093c4593d6582cd0c7fedb47835f6b76 [Pipeline] echo [2022-03-18T04:05:24.170Z] -----------> git rev-list -1 --merges 97292904093c4593d6582cd0c7fedb47835f6b76~1..97292904093c4593d6582cd0c7fedb47835f6b76 97292904093c4593d6582cd0c7fedb47835f6b76 [false] [Pipeline] sh [2022-03-18T04:05:24.489Z] + git log --format=format:%s -1 97292904093c4593d6582cd0c7fedb47835f6b76 [Pipeline] echo [2022-03-18T04:05:24.523Z] ========================================================= [2022-03-18T04:05:24.523Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-18T04:05:24.523Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-18T04:05:24.959Z] + git log --format=format:%s -1 97292904093c4593d6582cd0c7fedb47835f6b76 [Pipeline] echo [2022-03-18T04:05:25.000Z] [semverPrep] GIT_COMMIT: 97292904093c4593d6582cd0c7fedb47835f6b76, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2022-03-18T04:05:25.031Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-03-18T04:05:25.494Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-18T04:05:25.494Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-18T04:05:25.494Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-18T04:05:25.494Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-18T04:05:25.494Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2022-03-18T04:05:25.494Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-18T04:05:25.494Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:05:25.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-18T04:05:25.957Z] [2022-03-18T04:05:25.957Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:05:26.302Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-18T04:05:26.302Z] latest: Pulling from edgex-devops/git-semver [2022-03-18T04:05:26.302Z] a0d0a0d46f8b: Pulling fs layer [2022-03-18T04:05:26.302Z] 3e5f54012d9b: Pulling fs layer [2022-03-18T04:05:26.302Z] 4c7163046ea9: Pulling fs layer [2022-03-18T04:05:26.302Z] 0c2d73faf560: Pulling fs layer [2022-03-18T04:05:26.302Z] 3e5f54012d9b: Download complete [2022-03-18T04:05:26.302Z] a0d0a0d46f8b: Verifying Checksum [2022-03-18T04:05:26.302Z] a0d0a0d46f8b: Download complete [2022-03-18T04:05:26.302Z] 4c7163046ea9: Verifying Checksum [2022-03-18T04:05:26.302Z] 4c7163046ea9: Download complete [2022-03-18T04:05:26.302Z] 0c2d73faf560: Verifying Checksum [2022-03-18T04:05:26.302Z] 0c2d73faf560: Download complete [2022-03-18T04:05:26.564Z] a0d0a0d46f8b: Pull complete [2022-03-18T04:05:26.564Z] 3e5f54012d9b: Pull complete [2022-03-18T04:05:26.825Z] 4c7163046ea9: Pull complete [2022-03-18T04:05:27.087Z] 0c2d73faf560: Pull complete [2022-03-18T04:05:27.087Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-18T04:05:27.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-18T04:05:27.087Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-18T04:05:27.184Z] prd-ubuntu20.04-docker-8c-8g-7909 does not seem to be running inside a container [2022-03-18T04:05:27.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1109 -v /w/workspace/gexfoundry_device-sdk-go_PR-1109:/w/workspace/gexfoundry_device-sdk-go_PR-1109:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-18T04:05:27.981Z] $ docker top 38148e00eba9061b872fce60aebd3a6e2b25d474d7c070a3f6dc21a2c3cdb005 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-18T04:05:28.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-18T04:05:28.162Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-18T04:05:28.312Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-18T04:05:28.328Z] $ docker exec 38148e00eba9061b872fce60aebd3a6e2b25d474d7c070a3f6dc21a2c3cdb005 ssh-agent [2022-03-18T04:05:28.449Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOHjDiN/agent.14 [2022-03-18T04:05:28.449Z] SSH_AGENT_PID=20 [2022-03-18T04:05:28.459Z] Running ssh-add (command line suppressed) [2022-03-18T04:05:28.601Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp/private_key_8182881322886573305.key (/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp/private_key_8182881322886573305.key) [2022-03-18T04:05:28.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-18T04:05:28.939Z] + git tag --points-at HEAD [Pipeline] } [2022-03-18T04:05:28.981Z] $ docker exec --env ******** --env ******** 38148e00eba9061b872fce60aebd3a6e2b25d474d7c070a3f6dc21a2c3cdb005 ssh-agent -k [2022-03-18T04:05:29.098Z] unset SSH_AUTH_SOCK; [2022-03-18T04:05:29.099Z] unset SSH_AGENT_PID; [2022-03-18T04:05:29.099Z] echo Agent pid 20 killed; [2022-03-18T04:05:29.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-18T04:05:29.185Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-18T04:05:29.185Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-18T04:05:29.308Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-18T04:05:29.324Z] $ docker exec 38148e00eba9061b872fce60aebd3a6e2b25d474d7c070a3f6dc21a2c3cdb005 ssh-agent [2022-03-18T04:05:29.441Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCfmAjL/agent.53 [2022-03-18T04:05:29.441Z] SSH_AGENT_PID=59 [2022-03-18T04:05:29.447Z] Running ssh-add (command line suppressed) [2022-03-18T04:05:29.584Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp/private_key_7003518568973660950.key (/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp/private_key_7003518568973660950.key) [2022-03-18T04:05:29.589Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-18T04:05:29.918Z] + git semver init [2022-03-18T04:05:29.919Z] # -> Open(): unable to determine branch for HEAD [2022-03-18T04:05:29.919Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1109/.git [2022-03-18T04:05:29.919Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1109 [2022-03-18T04:05:29.919Z] # $SEMVER_REMOTE_NAME = origin [2022-03-18T04:05:29.919Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-18T04:05:29.919Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-18T04:05:29.919Z] # $SEMVER_BRANCH = PR-1109 [2022-03-18T04:05:29.919Z] # $SEMVER_TEMP = /tmp/semver-055717762 [2022-03-18T04:05:29.919Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2022-03-18T04:05:31.309Z] # '/tmp/semver-055717762' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1109/.semver' [2022-03-18T04:05:31.309Z] # -> Force: false [2022-03-18T04:05:31.309Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1109/.semver [Pipeline] } [2022-03-18T04:05:31.347Z] $ docker exec --env ******** --env ******** 38148e00eba9061b872fce60aebd3a6e2b25d474d7c070a3f6dc21a2c3cdb005 ssh-agent -k [2022-03-18T04:05:31.468Z] unset SSH_AUTH_SOCK; [2022-03-18T04:05:31.469Z] unset SSH_AGENT_PID; [2022-03-18T04:05:31.469Z] echo Agent pid 59 killed; [2022-03-18T04:05:31.469Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-18T04:05:31.885Z] + git semver [Pipeline] } [2022-03-18T04:05:31.928Z] $ docker stop --time=1 38148e00eba9061b872fce60aebd3a6e2b25d474d7c070a3f6dc21a2c3cdb005 [2022-03-18T04:05:33.308Z] $ docker rm -f 38148e00eba9061b872fce60aebd3a6e2b25d474d7c070a3f6dc21a2c3cdb005 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-18T04:05:33.727Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-18T04:05:34.039Z] Stashed 1 file(s) [Pipeline] echo [2022-03-18T04:05:34.057Z] [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-03-18T04:05:34.606Z] provisioning config files... [2022-03-18T04:05:34.617Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp/config5121568379302985423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:05:34.966Z] ---> docker-login.sh [2022-03-18T04:05:34.966Z] nexus3.edgexfoundry.org:10001 [2022-03-18T04:05:34.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:34.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:34.966Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:34.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:34.966Z] [2022-03-18T04:05:34.966Z] Login Succeeded [2022-03-18T04:05:34.966Z] nexus3.edgexfoundry.org:10002 [2022-03-18T04:05:34.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:35.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:35.227Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:35.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:35.227Z] [2022-03-18T04:05:35.228Z] Login Succeeded [2022-03-18T04:05:35.228Z] nexus3.edgexfoundry.org:10003 [2022-03-18T04:05:35.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:35.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:35.228Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:35.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:35.228Z] [2022-03-18T04:05:35.228Z] Login Succeeded [2022-03-18T04:05:35.228Z] nexus3.edgexfoundry.org:10004 [2022-03-18T04:05:35.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:35.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:35.490Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:35.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:35.490Z] [2022-03-18T04:05:35.490Z] Login Succeeded [2022-03-18T04:05:35.490Z] docker.io [2022-03-18T04:05:35.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:05:36.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:05:36.064Z] Configure a credential helper to remove this warning. See [2022-03-18T04:05:36.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:05:36.064Z] [2022-03-18T04:05:36.064Z] Login Succeeded [2022-03-18T04:05:36.064Z] ---> docker-login.sh ends [Pipeline] } [2022-03-18T04:05:36.093Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-18T04:05:36.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-18T04:05:36.336Z] ========================================================= [2022-03-18T04:05:36.336Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-18T04:05:36.336Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:05:36.741Z] + 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-03-18T04:05:36.741Z] Sending build context to Docker daemon 9.535MB [2022-03-18T04:05:36.741Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-03-18T04:05:36.741Z] Step 2/11 : FROM ${BASE} AS builder [2022-03-18T04:05:37.003Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-18T04:05:37.003Z] 59bf1c3509f3: Pulling fs layer [2022-03-18T04:05:37.003Z] 666ba61612fd: Pulling fs layer [2022-03-18T04:05:37.003Z] 8ed8ca486205: Pulling fs layer [2022-03-18T04:05:37.003Z] 4fe6c5a15a65: Pulling fs layer [2022-03-18T04:05:37.003Z] 22a0e8bec74d: Pulling fs layer [2022-03-18T04:05:37.003Z] 640e595b4fbd: Pulling fs layer [2022-03-18T04:05:37.003Z] 763cafe07f6e: Pulling fs layer [2022-03-18T04:05:37.003Z] 0c0b528cf693: Pulling fs layer [2022-03-18T04:05:37.003Z] 4fe6c5a15a65: Waiting [2022-03-18T04:05:37.003Z] 10935f4eaf8b: Pulling fs layer [2022-03-18T04:05:37.003Z] 22a0e8bec74d: Waiting [2022-03-18T04:05:37.003Z] 640e595b4fbd: Waiting [2022-03-18T04:05:37.003Z] 763cafe07f6e: Waiting [2022-03-18T04:05:37.003Z] 0c0b528cf693: Waiting [2022-03-18T04:05:37.003Z] 10935f4eaf8b: Waiting [2022-03-18T04:05:37.003Z] 8ed8ca486205: Download complete [2022-03-18T04:05:37.003Z] 666ba61612fd: Verifying Checksum [2022-03-18T04:05:37.003Z] 666ba61612fd: Download complete [2022-03-18T04:05:37.003Z] 22a0e8bec74d: Verifying Checksum [2022-03-18T04:05:37.003Z] 22a0e8bec74d: Download complete [2022-03-18T04:05:37.003Z] 640e595b4fbd: Download complete [2022-03-18T04:05:37.003Z] 59bf1c3509f3: Verifying Checksum [2022-03-18T04:05:37.003Z] 59bf1c3509f3: Download complete [2022-03-18T04:05:37.003Z] 763cafe07f6e: Verifying Checksum [2022-03-18T04:05:37.003Z] 763cafe07f6e: Download complete [2022-03-18T04:05:37.003Z] 0c0b528cf693: Verifying Checksum [2022-03-18T04:05:37.003Z] 0c0b528cf693: Download complete [2022-03-18T04:05:37.264Z] 59bf1c3509f3: Pull complete [2022-03-18T04:05:37.264Z] 666ba61612fd: Pull complete [2022-03-18T04:05:37.264Z] 8ed8ca486205: Pull complete [2022-03-18T04:05:37.525Z] 10935f4eaf8b: Verifying Checksum [2022-03-18T04:05:37.525Z] 10935f4eaf8b: Download complete [2022-03-18T04:05:37.782Z] 4fe6c5a15a65: Verifying Checksum [2022-03-18T04:05:37.782Z] 4fe6c5a15a65: Download complete [2022-03-18T04:05:41.973Z] 4fe6c5a15a65: Pull complete [2022-03-18T04:05:41.973Z] 22a0e8bec74d: Pull complete [2022-03-18T04:05:41.973Z] 640e595b4fbd: Pull complete [2022-03-18T04:05:41.973Z] 763cafe07f6e: Pull complete [2022-03-18T04:05:42.234Z] 0c0b528cf693: Pull complete [2022-03-18T04:05:44.789Z] 10935f4eaf8b: Pull complete [2022-03-18T04:05:44.789Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-18T04:05:44.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-18T04:05:44.789Z] ---> 99d49a6021b9 [2022-03-18T04:05:44.789Z] Step 3/11 : ARG MAKE=make build [2022-03-18T04:05:46.188Z] ---> Running in 406acefbba41 [2022-03-18T04:05:46.449Z] Removing intermediate container 406acefbba41 [2022-03-18T04:05:46.449Z] ---> 89d621c614f1 [2022-03-18T04:05:46.449Z] Step 4/11 : WORKDIR /device-sdk-go [2022-03-18T04:05:46.449Z] ---> Running in fec868281c79 [2022-03-18T04:05:46.449Z] Removing intermediate container fec868281c79 [2022-03-18T04:05:46.449Z] ---> ff5a9306bb38 [2022-03-18T04:05:46.449Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-18T04:05:46.449Z] ---> Running in fd03be2aaf0b [2022-03-18T04:05:46.713Z] Removing intermediate container fd03be2aaf0b [2022-03-18T04:05:46.713Z] ---> 9e1fadbb3d9d [2022-03-18T04:05:46.713Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-18T04:05:46.713Z] ---> Running in ed8b3c579620 [2022-03-18T04:05:47.287Z] Removing intermediate container ed8b3c579620 [2022-03-18T04:05:47.287Z] ---> 4bd6d4fcb857 [2022-03-18T04:05:47.287Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-03-18T04:05:47.287Z] ---> Running in 3ad30e35dc3a [2022-03-18T04:05:47.549Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-18T04:05:48.494Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-18T04:05:48.757Z] OK: 221 MiB in 52 packages [2022-03-18T04:05:49.329Z] Removing intermediate container 3ad30e35dc3a [2022-03-18T04:05:49.329Z] ---> dd59786280b0 [2022-03-18T04:05:49.329Z] Step 8/11 : COPY go.mod vendor* ./ [2022-03-18T04:05:49.329Z] ---> ad203ef34269 [2022-03-18T04:05:49.329Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-18T04:05:49.329Z] ---> Running in dd0fe5b97a0b [2022-03-18T04:05:49.443Z] Still waiting to schedule task [2022-03-18T04:05:49.443Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-03-18T04:06:21.454Z] Removing intermediate container dd0fe5b97a0b [2022-03-18T04:06:21.454Z] ---> 9784eea8ebc1 [2022-03-18T04:06:21.454Z] Step 10/11 : COPY . . [2022-03-18T04:06:21.454Z] ---> 63a2e343470a [2022-03-18T04:06:21.454Z] Step 11/11 : RUN ${MAKE} [2022-03-18T04:06:21.454Z] ---> Running in 3127e259cf11 [2022-03-18T04:06:21.454Z] noop [2022-03-18T04:06:21.454Z] Removing intermediate container 3127e259cf11 [2022-03-18T04:06:21.454Z] ---> 7d78d21a1cc6 [2022-03-18T04:06:21.454Z] Successfully built 7d78d21a1cc6 [2022-03-18T04:06:21.454Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:06:21.786Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-18T04:06:21.786Z] . [Pipeline] withDockerContainer [2022-03-18T04:06:21.880Z] prd-ubuntu20.04-docker-8c-8g-7909 does not seem to be running inside a container [2022-03-18T04:06:21.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1109 -v /w/workspace/gexfoundry_device-sdk-go_PR-1109:/w/workspace/gexfoundry_device-sdk-go_PR-1109:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-18T04:06:22.348Z] $ docker top 71301df1eb87f59817a35456127f2d2810721ec119d1aeb8b128e1dfcf25750f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-18T04:06:22.755Z] + go version [2022-03-18T04:06:22.755Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-18T04:06:22.789Z] $ docker stop --time=1 71301df1eb87f59817a35456127f2d2810721ec119d1aeb8b128e1dfcf25750f [2022-03-18T04:06:24.140Z] $ docker rm -f 71301df1eb87f59817a35456127f2d2810721ec119d1aeb8b128e1dfcf25750f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:06:24.831Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-18T04:06:24.831Z] . [Pipeline] withDockerContainer [2022-03-18T04:06:24.954Z] prd-ubuntu20.04-docker-8c-8g-7909 does not seem to be running inside a container [2022-03-18T04:06:25.057Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1109 -v /w/workspace/gexfoundry_device-sdk-go_PR-1109:/w/workspace/gexfoundry_device-sdk-go_PR-1109:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-18T04:06:25.503Z] $ docker top 2d4f7e0a507211d05b33a222bc813833bf61c3e0a886a12fd5e25c4c7c7dcade -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-18T04:06:25.958Z] + make test [2022-03-18T04:06:25.958Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-03-18T04:06:26.221Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.015s coverage: 23.3% of statements [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.013s coverage: 27.6% of statements [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.012s coverage: 78.9% of statements [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.013s coverage: 10.8% of statements [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.018s coverage: 33.2% of statements [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.014s coverage: 86.1% of statements [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.012s coverage: 57.4% of statements [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.042s coverage: 89.2% of statements [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-03-18T04:06:34.348Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.015s coverage: 4.8% of statements [2022-03-18T04:06:34.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-03-18T04:06:40.926Z] GO111MODULE=on go vet ./... [2022-03-18T04:06:44.224Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-18T04:06:44.224Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-18T04:06:44.224Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-18T04:06:44.257Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-18T04:06:44.288Z] $ docker stop --time=1 2d4f7e0a507211d05b33a222bc813833bf61c3e0a886a12fd5e25c4c7c7dcade [2022-03-18T04:06:45.967Z] $ docker rm -f 2d4f7e0a507211d05b33a222bc813833bf61c3e0a886a12fd5e25c4c7c7dcade [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-18T04:06:46.442Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-18T04:06:46.528Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-03-18T04:06:47.697Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-18T04:06:48.008Z] + ls -al . [2022-03-18T04:06:48.008Z] total 312 [2022-03-18T04:06:48.008Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 18 04:06 . [2022-03-18T04:06:48.008Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 04:05 .. [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 18 04:05 .dockerignore [2022-03-18T04:06:48.008Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 04:05 .git [2022-03-18T04:06:48.008Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 04:05 .github [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 18 04:05 .gitignore [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 18 04:05 .golangci.yml [2022-03-18T04:06:48.008Z] drwx------ 3 jenkins jenkins 4096 Mar 18 04:05 .semver [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 26321 Mar 18 04:05 CHANGELOG.md [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 18 04:05 GOVERNANCE.md [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 880 Mar 18 04:05 Jenkinsfile [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 18 04:05 LICENSE [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 18 04:05 Makefile [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 18 04:05 OWNERS.md [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 4881 Mar 18 04:05 README.md [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 18 04:05 VERSION [2022-03-18T04:06:48.008Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 04:05 bin [2022-03-18T04:06:48.008Z] -rw-r--r-- 1 jenkins jenkins 129001 Mar 18 04:06 coverage.out [2022-03-18T04:06:48.008Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 04:05 example [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 2773 Mar 18 04:05 go.mod [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 50080 Mar 18 04:05 go.sum [2022-03-18T04:06:48.008Z] drwxrwxr-x 15 jenkins jenkins 4096 Mar 18 04:05 internal [2022-03-18T04:06:48.008Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 04:05 openapi [2022-03-18T04:06:48.008Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 04:05 pkg [2022-03-18T04:06:48.008Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 04:05 snap [2022-03-18T04:06:48.008Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 18 04:05 version.go [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:06:48.347Z] + 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=97292904093c4593d6582cd0c7fedb47835f6b76 --label arch=amd64 --label version=0.0.0 . [2022-03-18T04:06:48.347Z] Sending build context to Docker daemon 9.665MB [2022-03-18T04:06:48.347Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-03-18T04:06:48.347Z] Step 2/25 : FROM ${BASE} AS builder [2022-03-18T04:06:48.347Z] ---> 7d78d21a1cc6 [2022-03-18T04:06:48.347Z] Step 3/25 : ARG MAKE=make build [2022-03-18T04:06:48.608Z] ---> Running in 415cd232168f [2022-03-18T04:06:48.608Z] Removing intermediate container 415cd232168f [2022-03-18T04:06:48.608Z] ---> 3095200bbb64 [2022-03-18T04:06:48.608Z] Step 4/25 : WORKDIR /device-sdk-go [2022-03-18T04:06:48.608Z] ---> Running in 0211e7cc3e3c [2022-03-18T04:06:48.868Z] Removing intermediate container 0211e7cc3e3c [2022-03-18T04:06:48.868Z] ---> bb5591a47d66 [2022-03-18T04:06:48.868Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-18T04:06:48.868Z] ---> Running in 6e325955a650 [2022-03-18T04:06:48.868Z] Removing intermediate container 6e325955a650 [2022-03-18T04:06:48.868Z] ---> 4f64473badf3 [2022-03-18T04:06:48.868Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-18T04:06:48.868Z] ---> Running in 5cacf79b3754 [2022-03-18T04:06:49.440Z] Removing intermediate container 5cacf79b3754 [2022-03-18T04:06:49.440Z] ---> a91ba6e71167 [2022-03-18T04:06:49.440Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-03-18T04:06:49.701Z] ---> Running in c6f24a4fc0d8 [2022-03-18T04:06:49.962Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-18T04:06:50.907Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-18T04:06:50.907Z] OK: 221 MiB in 52 packages [2022-03-18T04:06:51.477Z] Removing intermediate container c6f24a4fc0d8 [2022-03-18T04:06:51.477Z] ---> e4fd28c47276 [2022-03-18T04:06:51.477Z] Step 8/25 : COPY go.mod vendor* ./ [2022-03-18T04:06:51.477Z] ---> 4a250854fe32 [2022-03-18T04:06:51.477Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-18T04:06:51.477Z] ---> Running in e5cf3463f552 [2022-03-18T04:06:52.417Z] Removing intermediate container e5cf3463f552 [2022-03-18T04:06:52.417Z] ---> cb75563e0440 [2022-03-18T04:06:52.417Z] Step 10/25 : COPY . . [2022-03-18T04:06:52.677Z] ---> ab83c249908a [2022-03-18T04:06:52.677Z] Step 11/25 : RUN ${MAKE} [2022-03-18T04:06:52.677Z] ---> Running in d969ebc3ecd5 [2022-03-18T04:06:52.938Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-03-18T04:06:59.513Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-03-18T04:07:00.086Z] Removing intermediate container d969ebc3ecd5 [2022-03-18T04:07:00.086Z] ---> d42f03f0694a [2022-03-18T04:07:00.086Z] Step 12/25 : FROM alpine:3.14 [2022-03-18T04:07:01.026Z] 3.14: Pulling from library/alpine [2022-03-18T04:07:01.026Z] 36ccefbf3d8a: Pulling fs layer [2022-03-18T04:07:01.026Z] 36ccefbf3d8a: Download complete [2022-03-18T04:07:01.287Z] 36ccefbf3d8a: Pull complete [2022-03-18T04:07:01.287Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-18T04:07:01.287Z] Status: Downloaded newer image for alpine:3.14 [2022-03-18T04:07:01.287Z] ---> a33ac4f1069a [2022-03-18T04:07:01.287Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-18T04:07:01.287Z] ---> Running in 8a33a9d1eb44 [2022-03-18T04:07:01.547Z] Removing intermediate container 8a33a9d1eb44 [2022-03-18T04:07:01.547Z] ---> 5ce09ec82ba2 [2022-03-18T04:07:01.547Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-18T04:07:01.547Z] ---> Running in d279e980ac0d [2022-03-18T04:07:02.115Z] Removing intermediate container d279e980ac0d [2022-03-18T04:07:02.115Z] ---> 654b33cd4ac7 [2022-03-18T04:07:02.115Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-03-18T04:07:02.115Z] ---> Running in 3a8e76c096fb [2022-03-18T04:07:02.376Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-18T04:07:03.317Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-18T04:07:03.579Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-03-18T04:07:03.579Z] (2/5) Installing libsodium (1.0.18-r0) [2022-03-18T04:07:03.840Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-18T04:07:03.840Z] (4/5) Installing libzmq (4.3.4-r0) [2022-03-18T04:07:03.840Z] (5/5) Installing zeromq (4.3.4-r0) [2022-03-18T04:07:04.100Z] Executing busybox-1.33.1-r6.trigger [2022-03-18T04:07:04.100Z] OK: 8 MiB in 19 packages [2022-03-18T04:07:04.359Z] Removing intermediate container 3a8e76c096fb [2022-03-18T04:07:04.359Z] ---> 1dfae5fb6173 [2022-03-18T04:07:04.359Z] Step 16/25 : WORKDIR / [2022-03-18T04:07:04.359Z] ---> Running in 827778ffaf02 [2022-03-18T04:07:04.618Z] Removing intermediate container 827778ffaf02 [2022-03-18T04:07:04.618Z] ---> afa9c45c2ea0 [2022-03-18T04:07:04.618Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-03-18T04:07:04.618Z] ---> a0cf2bbb6f53 [2022-03-18T04:07:04.618Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-03-18T04:07:05.190Z] ---> 335d3a966abb [2022-03-18T04:07:05.190Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-03-18T04:07:05.190Z] ---> b14d91ed1896 [2022-03-18T04:07:05.190Z] Step 20/25 : EXPOSE 59999 [2022-03-18T04:07:05.190Z] ---> Running in 425f4c45a7b4 [2022-03-18T04:07:05.451Z] Removing intermediate container 425f4c45a7b4 [2022-03-18T04:07:05.451Z] ---> c6d9913269c5 [2022-03-18T04:07:05.451Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-03-18T04:07:05.451Z] ---> Running in 9c6a7d37a610 [2022-03-18T04:07:05.451Z] Removing intermediate container 9c6a7d37a610 [2022-03-18T04:07:05.451Z] ---> f3ebe5626093 [2022-03-18T04:07:05.451Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-18T04:07:05.451Z] ---> Running in 9dbbfa0b0c57 [2022-03-18T04:07:05.713Z] Removing intermediate container 9dbbfa0b0c57 [2022-03-18T04:07:05.713Z] ---> a9ad325f421c [2022-03-18T04:07:05.713Z] Step 23/25 : LABEL arch=amd64 [2022-03-18T04:07:05.713Z] ---> Running in e3cf389c1ba0 [2022-03-18T04:07:05.713Z] Removing intermediate container e3cf389c1ba0 [2022-03-18T04:07:05.713Z] ---> bcaf9b1209f9 [2022-03-18T04:07:05.713Z] Step 24/25 : LABEL git_sha=97292904093c4593d6582cd0c7fedb47835f6b76 [2022-03-18T04:07:05.972Z] ---> Running in 838b0a168d3a [2022-03-18T04:07:05.972Z] Removing intermediate container 838b0a168d3a [2022-03-18T04:07:05.972Z] ---> c81b2afbd73b [2022-03-18T04:07:05.972Z] Step 25/25 : LABEL version=0.0.0 [2022-03-18T04:07:05.972Z] ---> Running in 62ac3f791ffe [2022-03-18T04:07:05.972Z] Removing intermediate container 62ac3f791ffe [2022-03-18T04:07:05.972Z] ---> a6a20c1f697e [2022-03-18T04:07:05.972Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-18T04:07:05.972Z] Successfully built a6a20c1f697e [2022-03-18T04:07:05.972Z] 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-03-18T04:07:06.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-18T04:07:06.718Z] [2022-03-18T04:07:06.718Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:07:07.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-18T04:07:07.064Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-18T04:07:07.064Z] 5eb5b503b376: Pulling fs layer [2022-03-18T04:07:07.064Z] 5c69ac0246d0: Pulling fs layer [2022-03-18T04:07:07.064Z] ec43610c2a17: Pulling fs layer [2022-03-18T04:07:07.064Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-18T04:07:07.064Z] 33b1e0a273af: Pulling fs layer [2022-03-18T04:07:07.064Z] 5d3b04190fa2: Pulling fs layer [2022-03-18T04:07:07.064Z] 3a2ae6a8a46f: Waiting [2022-03-18T04:07:07.064Z] 2f39f015ded8: Pulling fs layer [2022-03-18T04:07:07.064Z] 5d3b04190fa2: Waiting [2022-03-18T04:07:07.064Z] 2f39f015ded8: Waiting [2022-03-18T04:07:07.064Z] 5c69ac0246d0: Download complete [2022-03-18T04:07:07.064Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-18T04:07:07.064Z] 3a2ae6a8a46f: Download complete [2022-03-18T04:07:07.064Z] 33b1e0a273af: Verifying Checksum [2022-03-18T04:07:07.064Z] 33b1e0a273af: Download complete [2022-03-18T04:07:07.064Z] ec43610c2a17: Verifying Checksum [2022-03-18T04:07:07.064Z] ec43610c2a17: Download complete [2022-03-18T04:07:07.064Z] 5d3b04190fa2: Download complete [2022-03-18T04:07:07.324Z] 5eb5b503b376: Verifying Checksum [2022-03-18T04:07:07.324Z] 5eb5b503b376: Download complete [2022-03-18T04:07:07.896Z] 2f39f015ded8: Download complete [2022-03-18T04:07:08.465Z] 5eb5b503b376: Pull complete [2022-03-18T04:07:08.724Z] 5c69ac0246d0: Pull complete [2022-03-18T04:07:09.291Z] ec43610c2a17: Pull complete [2022-03-18T04:07:09.291Z] 3a2ae6a8a46f: Pull complete [2022-03-18T04:07:09.553Z] 33b1e0a273af: Pull complete [2022-03-18T04:07:09.553Z] 5d3b04190fa2: Pull complete [2022-03-18T04:07:14.830Z] 2f39f015ded8: Pull complete [2022-03-18T04:07:14.830Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-18T04:07:14.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-18T04:07:14.830Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-18T04:07:14.921Z] prd-ubuntu20.04-docker-8c-8g-7909 does not seem to be running inside a container [2022-03-18T04:07:14.966Z] $ 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-1109 -v /w/workspace/gexfoundry_device-sdk-go_PR-1109:/w/workspace/gexfoundry_device-sdk-go_PR-1109:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1109@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-03-18T04:07:16.804Z] $ docker top 1e13bcf7b46095783c2cb4d24835e24cbee2a0c25db496f6de75b5d2cbca7c70 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:07:17.298Z] ---> job-cost.sh [2022-03-18T04:07:17.298Z] lf-activate-venv: SKIPPING [2022-03-18T04:07:17.298Z] INFO: No Stack... [2022-03-18T04:07:17.559Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-18T04:07:18.128Z] INFO: Archiving Costs [Pipeline] sh [2022-03-18T04:07:18.445Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1109/archives/cost.csv [2022-03-18T04:07:18.445Z] + cut -d, -f6 [Pipeline] lock [2022-03-18T04:07:18.482Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1109-1-stack-cost] [2022-03-18T04:07:18.486Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1109-1-stack-cost] did not exist. Created. [2022-03-18T04:07:18.487Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1109-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-18T04:07:18.877Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-03-18T04:07:18.931Z] Stashed 1 file(s) [Pipeline] } [2022-03-18T04:07:18.957Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1109-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-18T04:07:19.038Z] $ docker stop --time=1 1e13bcf7b46095783c2cb4d24835e24cbee2a0c25db496f6de75b5d2cbca7c70 [2022-03-18T04:07:20.212Z] $ docker rm -f 1e13bcf7b46095783c2cb4d24835e24cbee2a0c25db496f6de75b5d2cbca7c70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-18T04:07:29.905Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7913 in /w/workspace/gexfoundry_device-sdk-go_PR-1109 [Pipeline] { [Pipeline] ws [2022-03-18T04:07:29.951Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-03-18T04:07:30.293Z] The recommended git tool is: git [2022-03-18T04:07:38.318Z] using credential edgex-jenkins-ssh [2022-03-18T04:07:38.335Z] Cloning the remote Git repository [2022-03-18T04:07:38.413Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-03-18T04:07:38.495Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-03-18T04:07:38.596Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-03-18T04:07:38.597Z] > git --version # timeout=10 [2022-03-18T04:07:38.658Z] > git --version # 'git version 2.25.1' [2022-03-18T04:07:38.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-18T04:07:38.850Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-18T04:07:40.569Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-03-18T04:07:40.606Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-18T04:07:40.651Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-03-18T04:07:40.705Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-03-18T04:07:40.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-18T04:07:40.722Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1109/head:refs/remotes/origin/PR-1109 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-18T04:07:41.362Z] Merging remotes/origin/main commit 511d52040eef7e00dec48ea5a3bfdec0745a4f08 into PR head commit 97292904093c4593d6582cd0c7fedb47835f6b76 [2022-03-18T04:07:41.650Z] Merge succeeded, producing 97292904093c4593d6582cd0c7fedb47835f6b76 [2022-03-18T04:07:41.651Z] Checking out Revision 97292904093c4593d6582cd0c7fedb47835f6b76 (PR-1109) [2022-03-18T04:07:41.388Z] > git config core.sparsecheckout # timeout=10 [2022-03-18T04:07:41.419Z] > git checkout -f 97292904093c4593d6582cd0c7fedb47835f6b76 # timeout=10 [2022-03-18T04:07:41.556Z] > git remote # timeout=10 [2022-03-18T04:07:41.575Z] > git config --get remote.origin.url # timeout=10 [2022-03-18T04:07:41.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-18T04:07:41.614Z] > git merge 511d52040eef7e00dec48ea5a3bfdec0745a4f08 # timeout=10 [2022-03-18T04:07:41.639Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-18T04:07:41.663Z] > git config core.sparsecheckout # timeout=10 [2022-03-18T04:07:41.684Z] > git checkout -f 97292904093c4593d6582cd0c7fedb47835f6b76 # timeout=10 [2022-03-18T04:07:46.209Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2022-03-18T04:07:46.291Z] > git --version # timeout=10 [2022-03-18T04:07:46.304Z] > git --version # 'git version 2.25.1' [2022-03-18T04:07:46.330Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-18T04:07:47.395Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-18T04:07:47.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-18T04:07:47.395Z] Dload Upload Total Spent Left Speed [2022-03-18T04:07:47.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 44690 0 --:--:-- --:--:-- --:--:-- 44690 [Pipeline] sh [2022-03-18T04:07:47.964Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-18T04:07:48.325Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-18T04:07:48.325Z] + sudo tee /etc/docker/daemon.new [2022-03-18T04:07:48.325Z] { [2022-03-18T04:07:48.325Z] "registry-mirrors": [ [2022-03-18T04:07:48.325Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-18T04:07:48.325Z] ], [2022-03-18T04:07:48.325Z] "bip": "10.250.0.254/24", [2022-03-18T04:07:48.325Z] "hosts": [ [2022-03-18T04:07:48.325Z] "tcp://0.0.0.0:5555", [2022-03-18T04:07:48.325Z] "unix:///var/run/docker.sock" [2022-03-18T04:07:48.325Z] ], [2022-03-18T04:07:48.325Z] "mtu": 1458, [2022-03-18T04:07:48.325Z] "selinux-enabled": true, [2022-03-18T04:07:48.325Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-18T04:07:48.325Z] } [Pipeline] sh [2022-03-18T04:07:48.682Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-18T04:07:49.052Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-18T04:08:07.496Z] provisioning config files... [2022-03-18T04:08:07.529Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6424112030406609442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:08:08.168Z] ---> docker-login.sh [2022-03-18T04:08:08.168Z] nexus3.edgexfoundry.org:10001 [2022-03-18T04:08:08.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:08:09.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:08:09.046Z] Configure a credential helper to remove this warning. See [2022-03-18T04:08:09.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:08:09.046Z] [2022-03-18T04:08:09.046Z] Login Succeeded [2022-03-18T04:08:09.046Z] nexus3.edgexfoundry.org:10002 [2022-03-18T04:08:09.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:08:09.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:08:09.644Z] Configure a credential helper to remove this warning. See [2022-03-18T04:08:09.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:08:09.644Z] [2022-03-18T04:08:09.644Z] Login Succeeded [2022-03-18T04:08:09.644Z] nexus3.edgexfoundry.org:10003 [2022-03-18T04:08:09.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:08:10.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:08:10.204Z] Configure a credential helper to remove this warning. See [2022-03-18T04:08:10.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:08:10.204Z] [2022-03-18T04:08:10.204Z] Login Succeeded [2022-03-18T04:08:10.204Z] nexus3.edgexfoundry.org:10004 [2022-03-18T04:08:10.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:08:10.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:08:10.761Z] Configure a credential helper to remove this warning. See [2022-03-18T04:08:10.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:08:10.761Z] [2022-03-18T04:08:10.761Z] Login Succeeded [2022-03-18T04:08:10.761Z] docker.io [2022-03-18T04:08:11.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-18T04:08:11.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-18T04:08:11.312Z] Configure a credential helper to remove this warning. See [2022-03-18T04:08:11.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-18T04:08:11.312Z] [2022-03-18T04:08:11.312Z] Login Succeeded [2022-03-18T04:08:11.312Z] ---> docker-login.sh ends [Pipeline] } [2022-03-18T04:08:11.341Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-18T04:08:11.748Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-18T04:08:11.781Z] ========================================================= [2022-03-18T04:08:11.781Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-18T04:08:11.781Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:08:12.223Z] + 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-03-18T04:08:12.499Z] Sending build context to Docker daemon 5.157MB [2022-03-18T04:08:12.782Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-03-18T04:08:12.782Z] Step 2/11 : FROM ${BASE} AS builder [2022-03-18T04:08:12.782Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-18T04:08:12.782Z] 9b3977197b4f: Pulling fs layer [2022-03-18T04:08:12.782Z] 1a89e8eeedd5: Pulling fs layer [2022-03-18T04:08:12.782Z] 94645a83ff95: Pulling fs layer [2022-03-18T04:08:12.782Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-18T04:08:12.782Z] 0c92f367c5e7: Pulling fs layer [2022-03-18T04:08:12.782Z] f7c0051592d6: Pulling fs layer [2022-03-18T04:08:12.782Z] a227ed2f7395: Pulling fs layer [2022-03-18T04:08:12.782Z] 7b1c46037f91: Pulling fs layer [2022-03-18T04:08:12.782Z] 3f3a8bcf1eab: Waiting [2022-03-18T04:08:12.782Z] 0c92f367c5e7: Waiting [2022-03-18T04:08:12.782Z] f7c0051592d6: Waiting [2022-03-18T04:08:12.782Z] 7b1c46037f91: Waiting [2022-03-18T04:08:12.782Z] a227ed2f7395: Waiting [2022-03-18T04:08:12.782Z] 94645a83ff95: Verifying Checksum [2022-03-18T04:08:12.782Z] 94645a83ff95: Download complete [2022-03-18T04:08:12.782Z] 1a89e8eeedd5: Verifying Checksum [2022-03-18T04:08:12.782Z] 1a89e8eeedd5: Download complete [2022-03-18T04:08:13.062Z] 0c92f367c5e7: Verifying Checksum [2022-03-18T04:08:13.063Z] 0c92f367c5e7: Download complete [2022-03-18T04:08:13.063Z] f7c0051592d6: Verifying Checksum [2022-03-18T04:08:13.063Z] f7c0051592d6: Download complete [2022-03-18T04:08:13.063Z] 9b3977197b4f: Verifying Checksum [2022-03-18T04:08:13.063Z] a227ed2f7395: Verifying Checksum [2022-03-18T04:08:13.063Z] a227ed2f7395: Download complete [2022-03-18T04:08:13.675Z] 9b3977197b4f: Pull complete [2022-03-18T04:08:14.281Z] 1a89e8eeedd5: Pull complete [2022-03-18T04:08:14.559Z] 94645a83ff95: Pull complete [2022-03-18T04:08:15.162Z] 7b1c46037f91: Verifying Checksum [2022-03-18T04:08:15.162Z] 7b1c46037f91: Download complete [2022-03-18T04:08:15.769Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-18T04:08:15.769Z] 3f3a8bcf1eab: Download complete [2022-03-18T04:08:28.190Z] 3f3a8bcf1eab: Pull complete [2022-03-18T04:08:28.190Z] 0c92f367c5e7: Pull complete [2022-03-18T04:08:28.467Z] f7c0051592d6: Pull complete [2022-03-18T04:08:28.742Z] a227ed2f7395: Pull complete [2022-03-18T04:08:35.481Z] 7b1c46037f91: Pull complete [2022-03-18T04:08:35.481Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-18T04:08:35.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-18T04:08:35.481Z] ---> f79e39bc4007 [2022-03-18T04:08:35.481Z] Step 3/11 : ARG MAKE=make build [2022-03-18T04:08:35.755Z] ---> Running in 22dc0667352e [2022-03-18T04:08:36.364Z] Removing intermediate container 22dc0667352e [2022-03-18T04:08:36.364Z] ---> aeb6a105d3ed [2022-03-18T04:08:36.364Z] Step 4/11 : WORKDIR /device-sdk-go [2022-03-18T04:08:36.364Z] ---> Running in 404ac899db8b [2022-03-18T04:08:36.647Z] Removing intermediate container 404ac899db8b [2022-03-18T04:08:36.647Z] ---> 1062ea454bde [2022-03-18T04:08:36.647Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-18T04:08:36.647Z] ---> Running in ba9baea9ce38 [2022-03-18T04:08:36.926Z] Removing intermediate container ba9baea9ce38 [2022-03-18T04:08:36.926Z] ---> 3266437e96c2 [2022-03-18T04:08:36.926Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-18T04:08:36.926Z] ---> Running in 51625142b313 [2022-03-18T04:08:38.935Z] Removing intermediate container 51625142b313 [2022-03-18T04:08:38.935Z] ---> 8629dc263e92 [2022-03-18T04:08:38.935Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-03-18T04:08:38.935Z] ---> Running in 2cd890f85519 [2022-03-18T04:08:40.380Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-18T04:08:40.982Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-18T04:08:42.426Z] OK: 220 MiB in 52 packages [2022-03-18T04:08:43.031Z] Removing intermediate container 2cd890f85519 [2022-03-18T04:08:43.031Z] ---> 9e6d993fbcec [2022-03-18T04:08:43.031Z] Step 8/11 : COPY go.mod vendor* ./ [2022-03-18T04:08:43.641Z] ---> 0e9324899ae5 [2022-03-18T04:08:43.641Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-18T04:08:43.641Z] ---> Running in dc33a19dd32d [2022-03-18T04:10:05.517Z] Removing intermediate container dc33a19dd32d [2022-03-18T04:10:05.517Z] ---> 02b05555bc23 [2022-03-18T04:10:05.517Z] Step 10/11 : COPY . . [2022-03-18T04:10:05.517Z] ---> 81fc71db1caf [2022-03-18T04:10:05.517Z] Step 11/11 : RUN ${MAKE} [2022-03-18T04:10:05.517Z] ---> Running in e19ae3b4ee1d [2022-03-18T04:10:05.517Z] noop [2022-03-18T04:10:06.502Z] Removing intermediate container e19ae3b4ee1d [2022-03-18T04:10:06.502Z] ---> c13a58a65586 [2022-03-18T04:10:06.502Z] Successfully built c13a58a65586 [2022-03-18T04:10:06.776Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:10:07.148Z] + docker inspect -f . ci-base-image-arm64 [2022-03-18T04:10:07.148Z] . [Pipeline] withDockerContainer [2022-03-18T04:10:07.392Z] prd-ubuntu20.04-docker-arm64-4c-16g-7913 does not seem to be running inside a container [2022-03-18T04:10:07.480Z] $ 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-03-18T04:10:08.767Z] $ docker top c6dfa2e6f545a7b10d245748044b4ddcd0282800678ebc8d046d438d1fd80704 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-18T04:10:09.717Z] + go version [2022-03-18T04:10:09.717Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-18T04:10:09.757Z] $ docker stop --time=1 c6dfa2e6f545a7b10d245748044b4ddcd0282800678ebc8d046d438d1fd80704 [2022-03-18T04:10:11.420Z] $ docker rm -f c6dfa2e6f545a7b10d245748044b4ddcd0282800678ebc8d046d438d1fd80704 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:10:12.302Z] + docker inspect -f . ci-base-image-arm64 [2022-03-18T04:10:12.302Z] . [Pipeline] withDockerContainer [2022-03-18T04:10:12.563Z] prd-ubuntu20.04-docker-arm64-4c-16g-7913 does not seem to be running inside a container [2022-03-18T04:10:12.652Z] $ 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-03-18T04:10:14.017Z] $ docker top f92c0f9a73cd9cfe63718d72a68c1b9c204633a2148967c4cd69d63d891656e8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-18T04:10:15.025Z] + make test [2022-03-18T04:10:15.025Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-03-18T04:10:17.037Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-03-18T04:11:13.658Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-03-18T04:11:13.658Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-03-18T04:11:13.658Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-03-18T04:11:20.408Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.100s coverage: 23.3% of statements [2022-03-18T04:11:20.408Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-03-18T04:11:20.408Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.069s coverage: 27.6% of statements [2022-03-18T04:11:20.408Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.095s coverage: 78.9% of statements [2022-03-18T04:11:20.408Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.098s coverage: 10.8% of statements [2022-03-18T04:11:20.408Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-03-18T04:11:20.408Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-03-18T04:11:20.408Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-03-18T04:11:21.860Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.104s coverage: 33.2% of statements [2022-03-18T04:11:21.860Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-03-18T04:11:23.310Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.067s coverage: 86.1% of statements [2022-03-18T04:11:23.310Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-03-18T04:11:23.310Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-03-18T04:11:23.310Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.149s coverage: 57.4% of statements [2022-03-18T04:11:23.310Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.215s coverage: 89.2% of statements [2022-03-18T04:11:23.310Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-03-18T04:11:25.942Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.060s coverage: 4.8% of statements [2022-03-18T04:11:25.942Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-03-18T04:11:26.217Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-03-18T04:11:26.217Z] GO111MODULE=on go vet ./... [2022-03-18T04:11:48.413Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-18T04:11:48.413Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-18T04:11:48.413Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-18T04:11:50.437Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-18T04:11:50.473Z] $ docker stop --time=1 f92c0f9a73cd9cfe63718d72a68c1b9c204633a2148967c4cd69d63d891656e8 [2022-03-18T04:11:52.318Z] $ docker rm -f f92c0f9a73cd9cfe63718d72a68c1b9c204633a2148967c4cd69d63d891656e8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-18T04:11:53.330Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-18T04:11:53.368Z] Warning: overwriting stash ‘coverage-report’ [2022-03-18T04:11:54.068Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-18T04:11:54.686Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-18T04:11:55.051Z] + ls -al . [2022-03-18T04:11:55.052Z] total 308 [2022-03-18T04:11:55.052Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 04:11 . [2022-03-18T04:11:55.052Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 04:07 .. [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 18 04:07 .dockerignore [2022-03-18T04:11:55.052Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 04:07 .git [2022-03-18T04:11:55.052Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 04:07 .github [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 18 04:07 .gitignore [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 18 04:07 .golangci.yml [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 26321 Mar 18 04:07 CHANGELOG.md [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 18 04:07 GOVERNANCE.md [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 880 Mar 18 04:07 Jenkinsfile [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 18 04:07 LICENSE [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 18 04:07 Makefile [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 18 04:07 OWNERS.md [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 4881 Mar 18 04:07 README.md [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 18 04:05 VERSION [2022-03-18T04:11:55.052Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 04:07 bin [2022-03-18T04:11:55.052Z] -rw-r--r-- 1 jenkins jenkins 129001 Mar 18 04:11 coverage.out [2022-03-18T04:11:55.052Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 04:07 example [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 2773 Mar 18 04:07 go.mod [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 50080 Mar 18 04:07 go.sum [2022-03-18T04:11:55.052Z] drwxrwxr-x 15 jenkins jenkins 4096 Mar 18 04:07 internal [2022-03-18T04:11:55.052Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 04:07 openapi [2022-03-18T04:11:55.052Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 18 04:07 pkg [2022-03-18T04:11:55.052Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 04:07 snap [2022-03-18T04:11:55.052Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 18 04:07 version.go [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:11:55.426Z] + 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=97292904093c4593d6582cd0c7fedb47835f6b76 --label arch=arm64 --label version=0.0.0 . [2022-03-18T04:11:56.031Z] Sending build context to Docker daemon 5.287MB [2022-03-18T04:11:56.031Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-03-18T04:11:56.031Z] Step 2/25 : FROM ${BASE} AS builder [2022-03-18T04:11:56.031Z] ---> c13a58a65586 [2022-03-18T04:11:56.031Z] Step 3/25 : ARG MAKE=make build [2022-03-18T04:11:56.031Z] ---> Running in b488032515a3 [2022-03-18T04:11:56.314Z] Removing intermediate container b488032515a3 [2022-03-18T04:11:56.314Z] ---> 0b7eaf10dc1c [2022-03-18T04:11:56.314Z] Step 4/25 : WORKDIR /device-sdk-go [2022-03-18T04:11:56.596Z] ---> Running in 98aa95ac86e0 [2022-03-18T04:11:56.873Z] Removing intermediate container 98aa95ac86e0 [2022-03-18T04:11:56.873Z] ---> cda9a9f4a03b [2022-03-18T04:11:56.873Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-18T04:11:56.873Z] ---> Running in 9da514cd9a58 [2022-03-18T04:11:57.480Z] Removing intermediate container 9da514cd9a58 [2022-03-18T04:11:57.480Z] ---> 3c04dbee996e [2022-03-18T04:11:57.480Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-18T04:11:57.480Z] ---> Running in 33aae4cd47b2 [2022-03-18T04:11:59.472Z] Removing intermediate container 33aae4cd47b2 [2022-03-18T04:11:59.472Z] ---> 2afcfe7d4cba [2022-03-18T04:11:59.472Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-03-18T04:11:59.472Z] ---> Running in 62667010d21b [2022-03-18T04:12:00.458Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-18T04:12:01.440Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-18T04:12:02.418Z] OK: 220 MiB in 52 packages [2022-03-18T04:12:03.409Z] Removing intermediate container 62667010d21b [2022-03-18T04:12:03.409Z] ---> 44e6f0b175a2 [2022-03-18T04:12:03.409Z] Step 8/25 : COPY go.mod vendor* ./ [2022-03-18T04:12:03.686Z] ---> aaa291a4486d [2022-03-18T04:12:03.686Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-18T04:12:03.960Z] ---> Running in 5edee5d1061c [2022-03-18T04:12:05.956Z] Removing intermediate container 5edee5d1061c [2022-03-18T04:12:05.956Z] ---> 423ac44aa71b [2022-03-18T04:12:05.956Z] Step 10/25 : COPY . . [2022-03-18T04:12:07.389Z] ---> 86d3567d89fa [2022-03-18T04:12:07.389Z] Step 11/25 : RUN ${MAKE} [2022-03-18T04:12:07.389Z] ---> Running in 33f7b7d22212 [2022-03-18T04:12:08.373Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-03-18T04:12:55.429Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-03-18T04:12:55.429Z] Removing intermediate container 33f7b7d22212 [2022-03-18T04:12:55.429Z] ---> 9d0669c6b878 [2022-03-18T04:12:55.429Z] Step 12/25 : FROM alpine:3.14 [2022-03-18T04:12:55.429Z] 3.14: Pulling from library/alpine [2022-03-18T04:12:55.429Z] 93a1719cf261: Pulling fs layer [2022-03-18T04:12:55.429Z] 93a1719cf261: Download complete [2022-03-18T04:12:55.429Z] 93a1719cf261: Pull complete [2022-03-18T04:12:55.429Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-18T04:12:55.429Z] Status: Downloaded newer image for alpine:3.14 [2022-03-18T04:12:55.429Z] ---> 71a2028e5025 [2022-03-18T04:12:55.429Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-18T04:12:55.429Z] ---> Running in 878aebc9b9d1 [2022-03-18T04:12:55.429Z] Removing intermediate container 878aebc9b9d1 [2022-03-18T04:12:55.429Z] ---> 3dc568b7d432 [2022-03-18T04:12:55.429Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-18T04:12:55.429Z] ---> Running in 7a4ce6727780 [2022-03-18T04:12:56.883Z] Removing intermediate container 7a4ce6727780 [2022-03-18T04:12:56.883Z] ---> 11b11154d5fa [2022-03-18T04:12:56.883Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-03-18T04:12:57.164Z] ---> Running in 4dc4ebe4ff77 [2022-03-18T04:12:58.158Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-18T04:12:59.139Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-18T04:13:00.119Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-03-18T04:13:00.119Z] (2/5) Installing libsodium (1.0.18-r0) [2022-03-18T04:13:00.119Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-18T04:13:00.396Z] (4/5) Installing libzmq (4.3.4-r0) [2022-03-18T04:13:00.396Z] (5/5) Installing zeromq (4.3.4-r0) [2022-03-18T04:13:00.672Z] Executing busybox-1.33.1-r6.trigger [2022-03-18T04:13:00.672Z] OK: 8 MiB in 19 packages [2022-03-18T04:13:01.674Z] Removing intermediate container 4dc4ebe4ff77 [2022-03-18T04:13:01.674Z] ---> 87acce20d37f [2022-03-18T04:13:01.674Z] Step 16/25 : WORKDIR / [2022-03-18T04:13:01.674Z] ---> Running in bbc549511829 [2022-03-18T04:13:01.948Z] Removing intermediate container bbc549511829 [2022-03-18T04:13:01.948Z] ---> 67f25654475b [2022-03-18T04:13:01.948Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-03-18T04:13:02.548Z] ---> 464ac9496ca2 [2022-03-18T04:13:02.548Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-03-18T04:13:03.541Z] ---> 1392205c82e5 [2022-03-18T04:13:03.541Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-03-18T04:13:04.527Z] ---> cad0d13d875d [2022-03-18T04:13:04.527Z] Step 20/25 : EXPOSE 59999 [2022-03-18T04:13:04.527Z] ---> Running in 691523b5848e [2022-03-18T04:13:04.804Z] Removing intermediate container 691523b5848e [2022-03-18T04:13:04.804Z] ---> 68433056c675 [2022-03-18T04:13:04.804Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-03-18T04:13:04.804Z] ---> Running in d969c4847e73 [2022-03-18T04:13:05.090Z] Removing intermediate container d969c4847e73 [2022-03-18T04:13:05.090Z] ---> fea8d8b18dc1 [2022-03-18T04:13:05.090Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-18T04:13:05.090Z] ---> Running in 5de3e6c9b0e5 [2022-03-18T04:13:05.690Z] Removing intermediate container 5de3e6c9b0e5 [2022-03-18T04:13:05.690Z] ---> cb1b4ef03eff [2022-03-18T04:13:05.690Z] Step 23/25 : LABEL arch=arm64 [2022-03-18T04:13:05.690Z] ---> Running in 9f5dde6132b0 [2022-03-18T04:13:05.965Z] Removing intermediate container 9f5dde6132b0 [2022-03-18T04:13:05.965Z] ---> 099a140e881c [2022-03-18T04:13:05.965Z] Step 24/25 : LABEL git_sha=97292904093c4593d6582cd0c7fedb47835f6b76 [2022-03-18T04:13:05.965Z] ---> Running in 7efd59d30e53 [2022-03-18T04:13:06.241Z] Removing intermediate container 7efd59d30e53 [2022-03-18T04:13:06.241Z] ---> f174bad46a18 [2022-03-18T04:13:06.241Z] Step 25/25 : LABEL version=0.0.0 [2022-03-18T04:13:06.517Z] ---> Running in aba6d244d72c [2022-03-18T04:13:06.794Z] Removing intermediate container aba6d244d72c [2022-03-18T04:13:06.794Z] ---> 45d02fd67dc3 [2022-03-18T04:13:06.794Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-18T04:13:06.794Z] Successfully built 45d02fd67dc3 [2022-03-18T04:13:06.794Z] 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-03-18T04:13:07.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-18T04:13:07.537Z] [2022-03-18T04:13:07.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:13:07.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-18T04:13:08.213Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-18T04:13:08.213Z] 8998bd30e6a1: Pulling fs layer [2022-03-18T04:13:08.213Z] 04944245beec: Pulling fs layer [2022-03-18T04:13:08.213Z] 699f458cf7ca: Pulling fs layer [2022-03-18T04:13:08.213Z] 765212b225bb: Pulling fs layer [2022-03-18T04:13:08.213Z] f23df028b6ca: Pulling fs layer [2022-03-18T04:13:08.213Z] d65c8cfc05b1: Pulling fs layer [2022-03-18T04:13:08.213Z] 2437ff75d9bd: Pulling fs layer [2022-03-18T04:13:08.213Z] f23df028b6ca: Waiting [2022-03-18T04:13:08.213Z] 2437ff75d9bd: Waiting [2022-03-18T04:13:08.213Z] 765212b225bb: Waiting [2022-03-18T04:13:08.213Z] d65c8cfc05b1: Waiting [2022-03-18T04:13:08.213Z] 04944245beec: Verifying Checksum [2022-03-18T04:13:08.213Z] 04944245beec: Download complete [2022-03-18T04:13:08.213Z] 765212b225bb: Verifying Checksum [2022-03-18T04:13:08.213Z] 765212b225bb: Download complete [2022-03-18T04:13:08.489Z] f23df028b6ca: Verifying Checksum [2022-03-18T04:13:08.489Z] f23df028b6ca: Download complete [2022-03-18T04:13:08.489Z] d65c8cfc05b1: Verifying Checksum [2022-03-18T04:13:08.489Z] d65c8cfc05b1: Download complete [2022-03-18T04:13:08.489Z] 699f458cf7ca: Verifying Checksum [2022-03-18T04:13:08.489Z] 699f458cf7ca: Download complete [2022-03-18T04:13:09.090Z] 8998bd30e6a1: Download complete [2022-03-18T04:13:11.075Z] 2437ff75d9bd: Download complete [2022-03-18T04:13:13.708Z] 8998bd30e6a1: Pull complete [2022-03-18T04:13:13.708Z] 04944245beec: Pull complete [2022-03-18T04:13:15.148Z] 699f458cf7ca: Pull complete [2022-03-18T04:13:15.423Z] 765212b225bb: Pull complete [2022-03-18T04:13:16.398Z] f23df028b6ca: Pull complete [2022-03-18T04:13:16.673Z] d65c8cfc05b1: Pull complete [2022-03-18T04:13:31.762Z] 2437ff75d9bd: Pull complete [2022-03-18T04:13:31.762Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-18T04:13:31.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-18T04:13:31.762Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-18T04:13:32.006Z] prd-ubuntu20.04-docker-arm64-4c-16g-7913 does not seem to be running inside a container [2022-03-18T04:13:32.100Z] $ 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-03-18T04:13:35.033Z] $ docker top 5f98732b5bc0bbb1573de12f194e5afbe782e557b327b36684d8285c2ed8c9a0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:13:36.072Z] ---> job-cost.sh [2022-03-18T04:13:36.072Z] lf-activate-venv: SKIPPING [2022-03-18T04:13:36.072Z] INFO: No Stack... [2022-03-18T04:13:36.669Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-18T04:13:37.270Z] INFO: Archiving Costs [Pipeline] sh [2022-03-18T04:13:37.958Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2022-03-18T04:13:37.958Z] + cut -d, -f6 [Pipeline] lock [2022-03-18T04:13:38.045Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1109-1-stack-cost] [2022-03-18T04:13:38.051Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1109-1-stack-cost] did not exist. Created. [2022-03-18T04:13:38.051Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1109-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-18T04:13:38.801Z] /w/workspace/device-sdk-go/1@tmp/durable-42ccd728/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-03-18T04:13:39.508Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-18T04:13:39.543Z] Warning: overwriting stash ‘stack-cost’ [2022-03-18T04:13:39.615Z] Stashed 1 file(s) [Pipeline] } [2022-03-18T04:13:39.630Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1109-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-18T04:13:39.710Z] $ docker stop --time=1 5f98732b5bc0bbb1573de12f194e5afbe782e557b327b36684d8285c2ed8c9a0 [2022-03-18T04:13:41.220Z] $ docker rm -f 5f98732b5bc0bbb1573de12f194e5afbe782e557b327b36684d8285c2ed8c9a0 [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-03-18T04:13:42.265Z] provisioning config files... [2022-03-18T04:13:42.301Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp/config6738839363807253878tmp [Pipeline] { [Pipeline] sh [2022-03-18T04:13:42.686Z] + set +x [2022-03-18T04:13:42.686Z] + bash -s -- [2022-03-18T04:13:42.686Z] + curl -s https://codecov.io/bash [2022-03-18T04:13:42.686Z] [2022-03-18T04:13:42.686Z] _____ _ [2022-03-18T04:13:42.686Z] / ____| | | [2022-03-18T04:13:42.686Z] | | ___ __| | ___ ___ _____ __ [2022-03-18T04:13:42.686Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-18T04:13:42.686Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-18T04:13:42.686Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-18T04:13:42.686Z] Bash-1.0.6 [2022-03-18T04:13:42.686Z] [2022-03-18T04:13:42.686Z] [2022-03-18T04:13:42.686Z] ==> git version 2.25.1 found [2022-03-18T04:13:42.686Z] ==> 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-03-18T04:13:42.686Z] Release-Date: 2020-01-08 [2022-03-18T04:13:42.686Z] 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-03-18T04:13:42.686Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-18T04:13:42.686Z] ==> Jenkins CI detected. [2022-03-18T04:13:42.686Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1109 [2022-03-18T04:13:42.686Z] project root: . [2022-03-18T04:13:42.686Z] --> token set from env [2022-03-18T04:13:42.686Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-18T04:13:42.686Z] ==> Running gcov in . (disable via -X gcov) [2022-03-18T04:13:42.686Z] ==> Python coveragepy not found [2022-03-18T04:13:42.686Z] ==> Searching for coverage reports in: [2022-03-18T04:13:42.686Z] + . [2022-03-18T04:13:42.686Z] -> Found 1 reports [2022-03-18T04:13:42.686Z] ==> Detecting git/mercurial file structure [2022-03-18T04:13:42.686Z] ==> Reading reports [2022-03-18T04:13:42.946Z] + ./coverage.out bytes=129001 [2022-03-18T04:13:42.946Z] ==> Appending adjustments [2022-03-18T04:13:42.946Z] https://docs.codecov.io/docs/fixing-reports [2022-03-18T04:13:43.209Z] + Found adjustments [2022-03-18T04:13:43.209Z] ==> Gzipping contents [2022-03-18T04:13:43.209Z] 16K /tmp/codecov.yXePKT.gz [2022-03-18T04:13:43.209Z] ==> Uploading reports [2022-03-18T04:13:43.209Z] url: https://codecov.io [2022-03-18T04:13:43.209Z] query: branch=PR-1109&commit=97292904093c4593d6582cd0c7fedb47835f6b76&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1109%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1109&job=&cmd_args= [2022-03-18T04:13:43.209Z] -> Pinging Codecov [2022-03-18T04:13:43.209Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1109&commit=97292904093c4593d6582cd0c7fedb47835f6b76&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1109%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1109&job=&cmd_args= [2022-03-18T04:13:43.471Z] -> Uploading to [2022-03-18T04:13:43.471Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-18/7E55EF52A471D76F132DFD9A03CDDE97/97292904093c4593d6582cd0c7fedb47835f6b76/3177cfe3-fc4b-4a71-b605-0958e052d295.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220318T041343Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c948d4c75d1fe4730dc89633e0f68a3b1285cf530718ad77c4087343d0e9999b [2022-03-18T04:13:43.471Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-18T04:13:43.471Z] Dload Upload Total Spent Left Speed [2022-03-18T04:13:43.732Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16223 0 0 100 16223 0 73740 --:--:-- --:--:-- --:--:-- 73407 100 16223 0 0 100 16223 0 62879 --:--:-- --:--:-- --:--:-- 62637 [2022-03-18T04:13:43.732Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/97292904093c4593d6582cd0c7fedb47835f6b76 [Pipeline] } [2022-03-18T04:13:43.760Z] 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-03-18T04:13:45.476Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1109/archives ] [2022-03-18T04:13:45.476Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1109/archives [2022-03-18T04:13:45.476Z] total 16 [2022-03-18T04:13:45.476Z] drwxr-xr-x 3 root root 4096 Mar 18 04:07 . [2022-03-18T04:13:45.476Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 18 04:07 .. [2022-03-18T04:13:45.476Z] drwxr-xr-x 2 root root 4096 Mar 18 04:07 cost [2022-03-18T04:13:45.476Z] -rw-r--r-- 1 root root 85 Mar 18 04:07 cost.csv [2022-03-18T04:13:45.476Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1109/archives [2022-03-18T04:13:45.476Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1109/archives [2022-03-18T04:13:45.476Z] total 16 [2022-03-18T04:13:45.476Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 18 04:07 . [2022-03-18T04:13:45.476Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 18 04:07 .. [2022-03-18T04:13:45.476Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 18 04:07 cost [2022-03-18T04:13:45.476Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 18 04:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:13:45.804Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:13:46.700Z] ---> package-listing.sh [2022-03-18T04:13:46.700Z] ++ facter osfamily [2022-03-18T04:13:46.700Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-18T04:13:46.961Z] + OS_FAMILY=debian [2022-03-18T04:13:46.961Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1109 [2022-03-18T04:13:46.961Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-18T04:13:46.961Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-18T04:13:46.961Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-18T04:13:46.961Z] + PACKAGES=/tmp/packages_start.txt [2022-03-18T04:13:46.961Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1109 ']' [2022-03-18T04:13:46.961Z] + PACKAGES=/tmp/packages_end.txt [2022-03-18T04:13:46.961Z] + case "${OS_FAMILY}" in [2022-03-18T04:13:46.961Z] + dpkg -l [2022-03-18T04:13:46.961Z] + grep '^ii' [2022-03-18T04:13:46.961Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-18T04:13:46.961Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-18T04:13:46.961Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-18T04:13:46.961Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1109 ']' [2022-03-18T04:13:46.961Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1109/archives/ [2022-03-18T04:13:46.961Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1109/archives/ [Pipeline] echo [2022-03-18T04:13:46.990Z] 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-1109/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-18T04:13:47.286Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-18T04:13:47.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-18T04:13:47.874Z] . [Pipeline] withDockerContainer [2022-03-18T04:13:47.963Z] prd-ubuntu20.04-docker-8c-8g-7909 does not seem to be running inside a container [2022-03-18T04:13:48.001Z] $ 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-1109/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-1109 -v /w/workspace/gexfoundry_device-sdk-go_PR-1109:/w/workspace/gexfoundry_device-sdk-go_PR-1109:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-18T04:13:48.253Z] $ docker top a482324d5526d9a379cfa4601fbcc075bb7254ad6d1164502f55e818765f000c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-18T04:13:48.669Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-18T04:13:48.978Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-18T04:13:49.290Z] + ls /var/log/sa-host [2022-03-18T04:13:49.290Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-18T04:13:49.561Z] provisioning config files... [2022-03-18T04:13:49.572Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1109@tmp/config2078085458167635682tmp [Pipeline] { [Pipeline] echo [2022-03-18T04:13:49.615Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:13:49.930Z] ---> create-netrc.sh [Pipeline] } [2022-03-18T04:13:49.958Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:13:50.379Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-18T04:13:50.415Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:13:50.731Z] ---> sudo-logs.sh [2022-03-18T04:13:50.731Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-18T04:13:50.822Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:13:51.137Z] ---> job-cost.sh [2022-03-18T04:13:51.137Z] lf-activate-venv: SKIPPING [2022-03-18T04:13:51.137Z] DEBUG: total: 0.2199999988079071 [2022-03-18T04:13:51.137Z] INFO: Retrieving Stack Cost... [2022-03-18T04:13:51.397Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-18T04:13:51.968Z] INFO: Archiving Costs [Pipeline] echo [2022-03-18T04:13:52.000Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-18T04:13:52.314Z] ---> logs-deploy.sh [2022-03-18T04:13:52.314Z] lf-activate-venv: SKIPPING [2022-03-18T04:13:52.314Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1109/1 [2022-03-18T04:13:52.314Z] INFO: archiving workspace using pattern(s): [2022-03-18T04:13:53.255Z] Archives upload complete. [2022-03-18T04:13:53.255Z] INFO: archiving logs to Nexus