Pull request #1113 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e74d89f406ecab6627644f1059b0fe07b45cf9a4+511d52040eef7e00dec48ea5a3bfdec0745a4f08 (17e463f82ce7adc70634b85427c9f3c71817867a) 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-ssh17572676863206948794.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-ssh8503190763384504028.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-1113/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-1113/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6321965424608915724.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-1113/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9270205826519249729.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-ssh1578206296049470020.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-1113/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-1113/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh14041896127954157671.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-8607 in /w/workspace/gexfoundry_device-sdk-go_PR-1113 [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-1113 # 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 e74d89f406ecab6627644f1059b0fe07b45cf9a4 Merge succeeded, producing e74d89f406ecab6627644f1059b0fe07b45cf9a4 Checking out Revision e74d89f406ecab6627644f1059b0fe07b45cf9a4 (PR-1113) > 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/1113/head:refs/remotes/origin/PR-1113 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e74d89f406ecab6627644f1059b0fe07b45cf9a4 # 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 e74d89f406ecab6627644f1059b0fe07b45cf9a4 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/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-23T04:05:19.748Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-23T04:05:19.924Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-23T04:05:20.025Z] ========================================================= [2022-03-23T04:05:20.025Z] EdgeX Global Pipelines Version Info [2022-03-23T04:05:20.025Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:05:20.855Z] ------------------- [2022-03-23T04:05:20.855Z] stable info: [2022-03-23T04:05:20.855Z] ------------------- [2022-03-23T04:05:20.855Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-23T04:05:20.855Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-23T04:05:20.855Z] Message: update stable to v1.0.221 [2022-03-23T04:05:21.432Z] ------------------- [2022-03-23T04:05:21.432Z] experimental info: [2022-03-23T04:05:21.432Z] ------------------- [2022-03-23T04:05:21.432Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-23T04:05:21.432Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-23T04:05:21.432Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-23T04:05:21.683Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-03-23T04:05:21.724Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-03-23T04:05:21.761Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-23T04:05:21.801Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-23T04:05:21.845Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-23T04:05:21.888Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-23T04:05:21.934Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-23T04:05:21.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-03-23T04:05:22.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-23T04:05:22.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-23T04:05:22.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-23T04:05:22.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-03-23T04:05:22.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-23T04:05:22.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-23T04:05:22.337Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-23T04:05:22.375Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-03-23T04:05:22.410Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-03-23T04:05:22.449Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-03-23T04:05:22.486Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-23T04:05:22.524Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-03-23T04:05:22.561Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-23T04:05:22.599Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-23T04:05:22.633Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-03-23T04:05:22.666Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-03-23T04:05:22.700Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-03-23T04:05:22.746Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-23T04:05:22.786Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1113 [Pipeline] echo [2022-03-23T04:05:22.826Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1113 [Pipeline] echo [2022-03-23T04:05:22.864Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1113 [Pipeline] echo [2022-03-23T04:05:22.906Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e74d89f406ecab6627644f1059b0fe07b45cf9a4 [Pipeline] echo [2022-03-23T04:05:22.947Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e74d89f [Pipeline] echo [2022-03-23T04:05:22.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T04:05:23.114Z] provisioning config files... [2022-03-23T04:05:23.130Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp/config4823548921473888960tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:05:23.482Z] ---> docker-login.sh [2022-03-23T04:05:23.482Z] nexus3.edgexfoundry.org:10001 [2022-03-23T04:05:23.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:23.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:23.743Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:23.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:23.743Z] [2022-03-23T04:05:23.743Z] Login Succeeded [2022-03-23T04:05:23.743Z] nexus3.edgexfoundry.org:10002 [2022-03-23T04:05:24.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:24.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:24.006Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:24.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:24.006Z] [2022-03-23T04:05:24.006Z] Login Succeeded [2022-03-23T04:05:24.006Z] nexus3.edgexfoundry.org:10003 [2022-03-23T04:05:24.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:24.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:24.267Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:24.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:24.267Z] [2022-03-23T04:05:24.267Z] Login Succeeded [2022-03-23T04:05:24.267Z] nexus3.edgexfoundry.org:10004 [2022-03-23T04:05:24.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:24.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:24.267Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:24.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:24.267Z] [2022-03-23T04:05:24.267Z] Login Succeeded [2022-03-23T04:05:24.267Z] docker.io [2022-03-23T04:05:24.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:24.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:24.842Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:24.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:24.842Z] [2022-03-23T04:05:24.842Z] Login Succeeded [2022-03-23T04:05:24.842Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T04:05:24.871Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-23T04:05:25.539Z] + git rev-list -1 --merges e74d89f406ecab6627644f1059b0fe07b45cf9a4~1..e74d89f406ecab6627644f1059b0fe07b45cf9a4 [Pipeline] echo [2022-03-23T04:05:25.664Z] -----------> git rev-list -1 --merges e74d89f406ecab6627644f1059b0fe07b45cf9a4~1..e74d89f406ecab6627644f1059b0fe07b45cf9a4 e74d89f406ecab6627644f1059b0fe07b45cf9a4 [false] [Pipeline] sh [2022-03-23T04:05:25.979Z] + git log --format=format:%s -1 e74d89f406ecab6627644f1059b0fe07b45cf9a4 [Pipeline] echo [2022-03-23T04:05:26.014Z] ========================================================= [2022-03-23T04:05:26.014Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-23T04:05:26.014Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-23T04:05:26.470Z] + git log --format=format:%s -1 e74d89f406ecab6627644f1059b0fe07b45cf9a4 [Pipeline] echo [2022-03-23T04:05:26.503Z] [semverPrep] GIT_COMMIT: e74d89f406ecab6627644f1059b0fe07b45cf9a4, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2022-03-23T04:05:26.532Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-03-23T04:05:26.988Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-23T04:05:26.988Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-23T04:05:26.988Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-23T04:05:26.988Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-23T04:05:26.988Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-23T04:05:26.988Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-23T04:05:26.988Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:05:27.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T04:05:27.455Z] [2022-03-23T04:05:27.455Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:05:27.798Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T04:05:27.798Z] latest: Pulling from edgex-devops/git-semver [2022-03-23T04:05:27.798Z] a0d0a0d46f8b: Pulling fs layer [2022-03-23T04:05:27.798Z] 3e5f54012d9b: Pulling fs layer [2022-03-23T04:05:27.798Z] 4c7163046ea9: Pulling fs layer [2022-03-23T04:05:27.798Z] 0c2d73faf560: Pulling fs layer [2022-03-23T04:05:27.798Z] 0c2d73faf560: Waiting [2022-03-23T04:05:27.798Z] 3e5f54012d9b: Verifying Checksum [2022-03-23T04:05:27.798Z] 3e5f54012d9b: Download complete [2022-03-23T04:05:27.798Z] a0d0a0d46f8b: Download complete [2022-03-23T04:05:27.798Z] 4c7163046ea9: Verifying Checksum [2022-03-23T04:05:27.798Z] 4c7163046ea9: Download complete [2022-03-23T04:05:27.798Z] 0c2d73faf560: Verifying Checksum [2022-03-23T04:05:27.798Z] 0c2d73faf560: Download complete [2022-03-23T04:05:28.063Z] a0d0a0d46f8b: Pull complete [2022-03-23T04:05:28.063Z] 3e5f54012d9b: Pull complete [2022-03-23T04:05:28.656Z] 4c7163046ea9: Pull complete [2022-03-23T04:05:28.656Z] 0c2d73faf560: Pull complete [2022-03-23T04:05:28.656Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-23T04:05:28.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T04:05:28.656Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-23T04:05:28.761Z] prd-ubuntu20.04-docker-8c-8g-8607 does not seem to be running inside a container [2022-03-23T04:05:28.803Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1113 -v /w/workspace/gexfoundry_device-sdk-go_PR-1113:/w/workspace/gexfoundry_device-sdk-go_PR-1113:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1113@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-23T04:05:29.589Z] $ docker top 20f4d011843a7cf03562e63e93a32d177353e88387d285f765f931e354770c69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-23T04:05:29.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T04:05:29.778Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T04:05:29.904Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T04:05:29.913Z] $ docker exec 20f4d011843a7cf03562e63e93a32d177353e88387d285f765f931e354770c69 ssh-agent [2022-03-23T04:05:30.038Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdIdAhd/agent.13 [2022-03-23T04:05:30.038Z] SSH_AGENT_PID=19 [2022-03-23T04:05:30.047Z] Running ssh-add (command line suppressed) [2022-03-23T04:05:30.179Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp/private_key_8962927506639552906.key (/w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp/private_key_8962927506639552906.key) [2022-03-23T04:05:30.191Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T04:05:30.529Z] + git tag --points-at HEAD [Pipeline] } [2022-03-23T04:05:30.562Z] $ docker exec --env ******** --env ******** 20f4d011843a7cf03562e63e93a32d177353e88387d285f765f931e354770c69 ssh-agent -k [2022-03-23T04:05:30.674Z] unset SSH_AUTH_SOCK; [2022-03-23T04:05:30.675Z] unset SSH_AGENT_PID; [2022-03-23T04:05:30.675Z] echo Agent pid 19 killed; [2022-03-23T04:05:30.681Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-23T04:05:30.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T04:05:30.767Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T04:05:30.910Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T04:05:30.919Z] $ docker exec 20f4d011843a7cf03562e63e93a32d177353e88387d285f765f931e354770c69 ssh-agent [2022-03-23T04:05:31.053Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkanmPJ/agent.52 [2022-03-23T04:05:31.053Z] SSH_AGENT_PID=59 [2022-03-23T04:05:31.059Z] Running ssh-add (command line suppressed) [2022-03-23T04:05:31.192Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp/private_key_6114264487107997466.key (/w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp/private_key_6114264487107997466.key) [2022-03-23T04:05:31.206Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T04:05:31.538Z] + git semver init [2022-03-23T04:05:31.539Z] # -> Open(): unable to determine branch for HEAD [2022-03-23T04:05:31.539Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1113/.git [2022-03-23T04:05:31.539Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1113 [2022-03-23T04:05:31.539Z] # $SEMVER_REMOTE_NAME = origin [2022-03-23T04:05:31.539Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-23T04:05:31.539Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-23T04:05:31.539Z] # $SEMVER_BRANCH = PR-1113 [2022-03-23T04:05:31.539Z] # $SEMVER_TEMP = /tmp/semver-622047209 [2022-03-23T04:05:31.539Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2022-03-23T04:05:32.483Z] # '/tmp/semver-622047209' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1113/.semver' [2022-03-23T04:05:32.483Z] # -> Force: false [2022-03-23T04:05:32.483Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1113/.semver [Pipeline] } [2022-03-23T04:05:32.769Z] $ docker exec --env ******** --env ******** 20f4d011843a7cf03562e63e93a32d177353e88387d285f765f931e354770c69 ssh-agent -k [2022-03-23T04:05:32.893Z] unset SSH_AUTH_SOCK; [2022-03-23T04:05:32.893Z] unset SSH_AGENT_PID; [2022-03-23T04:05:32.893Z] echo Agent pid 59 killed; [2022-03-23T04:05:32.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T04:05:33.327Z] + git semver [Pipeline] } [2022-03-23T04:05:33.363Z] $ docker stop --time=1 20f4d011843a7cf03562e63e93a32d177353e88387d285f765f931e354770c69 [2022-03-23T04:05:34.715Z] $ docker rm -f 20f4d011843a7cf03562e63e93a32d177353e88387d285f765f931e354770c69 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T04:05:35.136Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-23T04:05:35.440Z] Stashed 1 file(s) [Pipeline] echo [2022-03-23T04:05:35.458Z] [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-23T04:05:36.041Z] provisioning config files... [2022-03-23T04:05:36.052Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp/config4085161660753004425tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:05:36.400Z] ---> docker-login.sh [2022-03-23T04:05:36.400Z] nexus3.edgexfoundry.org:10001 [2022-03-23T04:05:36.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:36.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:36.400Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:36.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:36.400Z] [2022-03-23T04:05:36.400Z] Login Succeeded [2022-03-23T04:05:36.400Z] nexus3.edgexfoundry.org:10002 [2022-03-23T04:05:36.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:36.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:36.662Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:36.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:36.662Z] [2022-03-23T04:05:36.662Z] Login Succeeded [2022-03-23T04:05:36.662Z] nexus3.edgexfoundry.org:10003 [2022-03-23T04:05:36.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:36.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:36.662Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:36.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:36.663Z] [2022-03-23T04:05:36.663Z] Login Succeeded [2022-03-23T04:05:36.663Z] nexus3.edgexfoundry.org:10004 [2022-03-23T04:05:36.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:36.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:36.923Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:36.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:36.923Z] [2022-03-23T04:05:36.923Z] Login Succeeded [2022-03-23T04:05:36.923Z] docker.io [2022-03-23T04:05:36.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:05:37.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:05:37.184Z] Configure a credential helper to remove this warning. See [2022-03-23T04:05:37.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:05:37.184Z] [2022-03-23T04:05:37.184Z] Login Succeeded [2022-03-23T04:05:37.184Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T04:05:37.214Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-23T04:05:37.408Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T04:05:37.439Z] ========================================================= [2022-03-23T04:05:37.439Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-23T04:05:37.439Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:05:37.841Z] + 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-23T04:05:37.841Z] Sending build context to Docker daemon 9.552MB [2022-03-23T04:05:37.841Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-03-23T04:05:37.841Z] Step 2/11 : FROM ${BASE} AS builder [2022-03-23T04:05:37.841Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-23T04:05:37.841Z] 59bf1c3509f3: Pulling fs layer [2022-03-23T04:05:37.841Z] 666ba61612fd: Pulling fs layer [2022-03-23T04:05:37.841Z] 8ed8ca486205: Pulling fs layer [2022-03-23T04:05:37.841Z] 4fe6c5a15a65: Pulling fs layer [2022-03-23T04:05:37.841Z] 22a0e8bec74d: Pulling fs layer [2022-03-23T04:05:37.841Z] 640e595b4fbd: Pulling fs layer [2022-03-23T04:05:37.841Z] 763cafe07f6e: Pulling fs layer [2022-03-23T04:05:37.841Z] 0c0b528cf693: Pulling fs layer [2022-03-23T04:05:37.841Z] 10935f4eaf8b: Pulling fs layer [2022-03-23T04:05:37.841Z] 763cafe07f6e: Waiting [2022-03-23T04:05:37.841Z] 0c0b528cf693: Waiting [2022-03-23T04:05:37.841Z] 10935f4eaf8b: Waiting [2022-03-23T04:05:37.841Z] 4fe6c5a15a65: Waiting [2022-03-23T04:05:37.841Z] 22a0e8bec74d: Waiting [2022-03-23T04:05:37.841Z] 640e595b4fbd: Waiting [2022-03-23T04:05:37.841Z] 8ed8ca486205: Download complete [2022-03-23T04:05:38.102Z] 666ba61612fd: Verifying Checksum [2022-03-23T04:05:38.102Z] 22a0e8bec74d: Verifying Checksum [2022-03-23T04:05:38.102Z] 22a0e8bec74d: Download complete [2022-03-23T04:05:38.102Z] 640e595b4fbd: Verifying Checksum [2022-03-23T04:05:38.102Z] 640e595b4fbd: Download complete [2022-03-23T04:05:38.102Z] 59bf1c3509f3: Verifying Checksum [2022-03-23T04:05:38.102Z] 59bf1c3509f3: Download complete [2022-03-23T04:05:38.102Z] 763cafe07f6e: Download complete [2022-03-23T04:05:38.102Z] 0c0b528cf693: Verifying Checksum [2022-03-23T04:05:38.102Z] 0c0b528cf693: Download complete [2022-03-23T04:05:38.102Z] 59bf1c3509f3: Pull complete [2022-03-23T04:05:38.368Z] 666ba61612fd: Pull complete [2022-03-23T04:05:38.368Z] 8ed8ca486205: Pull complete [2022-03-23T04:05:38.629Z] 10935f4eaf8b: Verifying Checksum [2022-03-23T04:05:38.629Z] 10935f4eaf8b: Download complete [2022-03-23T04:05:38.629Z] 4fe6c5a15a65: Verifying Checksum [2022-03-23T04:05:38.629Z] 4fe6c5a15a65: Download complete [2022-03-23T04:05:42.828Z] 4fe6c5a15a65: Pull complete [2022-03-23T04:05:42.828Z] 22a0e8bec74d: Pull complete [2022-03-23T04:05:42.828Z] 640e595b4fbd: Pull complete [2022-03-23T04:05:42.828Z] 763cafe07f6e: Pull complete [2022-03-23T04:05:42.828Z] 0c0b528cf693: Pull complete [2022-03-23T04:05:45.371Z] 10935f4eaf8b: Pull complete [2022-03-23T04:05:45.371Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-23T04:05:45.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T04:05:45.371Z] ---> 99d49a6021b9 [2022-03-23T04:05:45.371Z] Step 3/11 : ARG MAKE=make build [2022-03-23T04:05:47.289Z] ---> Running in 46a20171ce22 [2022-03-23T04:05:47.289Z] Removing intermediate container 46a20171ce22 [2022-03-23T04:05:47.289Z] ---> 5b56f36f45a8 [2022-03-23T04:05:47.289Z] Step 4/11 : WORKDIR /device-sdk-go [2022-03-23T04:05:47.289Z] ---> Running in f43cd45a9027 [2022-03-23T04:05:47.289Z] Removing intermediate container f43cd45a9027 [2022-03-23T04:05:47.289Z] ---> d98b25bfcdaa [2022-03-23T04:05:47.289Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-23T04:05:47.289Z] ---> Running in 4a07d111b97c [2022-03-23T04:05:47.289Z] Removing intermediate container 4a07d111b97c [2022-03-23T04:05:47.289Z] ---> 405127690446 [2022-03-23T04:05:47.289Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T04:05:47.551Z] ---> Running in d9e9405605b0 [2022-03-23T04:05:48.122Z] Removing intermediate container d9e9405605b0 [2022-03-23T04:05:48.122Z] ---> aa0339d723cc [2022-03-23T04:05:48.122Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-03-23T04:05:48.122Z] ---> Running in a5c84ec7618c [2022-03-23T04:05:48.384Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T04:05:50.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T04:05:50.846Z] Still waiting to schedule task [2022-03-23T04:05:50.846Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-03-23T04:05:50.885Z] OK: 221 MiB in 52 packages [2022-03-23T04:05:51.146Z] Removing intermediate container a5c84ec7618c [2022-03-23T04:05:51.146Z] ---> b56c3c105079 [2022-03-23T04:05:51.146Z] Step 8/11 : COPY go.mod vendor* ./ [2022-03-23T04:05:51.146Z] ---> 6eb2681e0b68 [2022-03-23T04:05:51.146Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T04:05:51.146Z] ---> Running in c664e0213ed6 [2022-03-23T04:06:17.744Z] Removing intermediate container c664e0213ed6 [2022-03-23T04:06:17.744Z] ---> 9f193aba19da [2022-03-23T04:06:17.744Z] Step 10/11 : COPY . . [2022-03-23T04:06:17.744Z] ---> 56f93172d7eb [2022-03-23T04:06:17.744Z] Step 11/11 : RUN ${MAKE} [2022-03-23T04:06:17.744Z] ---> Running in 667d5ec34564 [2022-03-23T04:06:17.744Z] noop [2022-03-23T04:06:18.005Z] Removing intermediate container 667d5ec34564 [2022-03-23T04:06:18.005Z] ---> a39e4eb394f5 [2022-03-23T04:06:18.005Z] Successfully built a39e4eb394f5 [2022-03-23T04:06:18.005Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:06:18.338Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-23T04:06:18.338Z] . [Pipeline] withDockerContainer [2022-03-23T04:06:18.428Z] prd-ubuntu20.04-docker-8c-8g-8607 does not seem to be running inside a container [2022-03-23T04:06:18.469Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1113 -v /w/workspace/gexfoundry_device-sdk-go_PR-1113:/w/workspace/gexfoundry_device-sdk-go_PR-1113:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1113@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-23T04:06:18.843Z] $ docker top 8fecefcac076143ee9cacabbe63cfee4071541ba2a39fb96a332b2d4778b7298 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T04:06:19.239Z] + go version [2022-03-23T04:06:19.239Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-23T04:06:19.273Z] $ docker stop --time=1 8fecefcac076143ee9cacabbe63cfee4071541ba2a39fb96a332b2d4778b7298 [2022-03-23T04:06:20.516Z] $ docker rm -f 8fecefcac076143ee9cacabbe63cfee4071541ba2a39fb96a332b2d4778b7298 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:06:21.202Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-23T04:06:21.202Z] . [Pipeline] withDockerContainer [2022-03-23T04:06:21.297Z] prd-ubuntu20.04-docker-8c-8g-8607 does not seem to be running inside a container [2022-03-23T04:06:21.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1113 -v /w/workspace/gexfoundry_device-sdk-go_PR-1113:/w/workspace/gexfoundry_device-sdk-go_PR-1113:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1113@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-23T04:06:21.712Z] $ docker top e1f07945a928ba6e7b378a35542f928d45f69806d2e9ffd97a90b416a36b3490 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-23T04:06:22.164Z] + make test [2022-03-23T04:06:22.164Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-03-23T04:06:22.423Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.023s coverage: 23.3% of statements [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.010s coverage: 27.6% of statements [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.011s coverage: 78.9% of statements [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.048s coverage: 10.8% of statements [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.023s coverage: 33.2% of statements [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.031s coverage: 86.1% of statements [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.014s coverage: 57.4% of statements [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.040s coverage: 89.2% of statements [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-03-23T04:06:30.766Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.013s coverage: 4.8% of statements [2022-03-23T04:06:30.766Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-03-23T04:06:37.354Z] GO111MODULE=on go vet ./... [2022-03-23T04:06:39.899Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-23T04:06:39.899Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-23T04:06:39.899Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-23T04:06:40.503Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-23T04:06:40.536Z] $ docker stop --time=1 e1f07945a928ba6e7b378a35542f928d45f69806d2e9ffd97a90b416a36b3490 [2022-03-23T04:06:42.368Z] $ docker rm -f e1f07945a928ba6e7b378a35542f928d45f69806d2e9ffd97a90b416a36b3490 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T04:06:42.859Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-23T04:06:42.940Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-03-23T04:06:44.103Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-23T04:06:44.415Z] + ls -al . [2022-03-23T04:06:44.416Z] total 312 [2022-03-23T04:06:44.416Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 23 04:06 . [2022-03-23T04:06:44.416Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 04:05 .. [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 23 04:05 .dockerignore [2022-03-23T04:06:44.416Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 04:05 .git [2022-03-23T04:06:44.416Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 04:05 .github [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 23 04:05 .gitignore [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 23 04:05 .golangci.yml [2022-03-23T04:06:44.416Z] drwx------ 3 jenkins jenkins 4096 Mar 23 04:05 .semver [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 26321 Mar 23 04:05 CHANGELOG.md [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 23 04:05 GOVERNANCE.md [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 880 Mar 23 04:05 Jenkinsfile [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 23 04:05 LICENSE [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 23 04:05 Makefile [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 23 04:05 OWNERS.md [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 4881 Mar 23 04:05 README.md [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 23 04:05 VERSION [2022-03-23T04:06:44.416Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 04:05 bin [2022-03-23T04:06:44.416Z] -rw-r--r-- 1 jenkins jenkins 129001 Mar 23 04:06 coverage.out [2022-03-23T04:06:44.416Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 23 04:05 example [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 2773 Mar 23 04:05 go.mod [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 50080 Mar 23 04:05 go.sum [2022-03-23T04:06:44.416Z] drwxrwxr-x 15 jenkins jenkins 4096 Mar 23 04:05 internal [2022-03-23T04:06:44.416Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 04:05 openapi [2022-03-23T04:06:44.416Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 23 04:05 pkg [2022-03-23T04:06:44.416Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 04:05 snap [2022-03-23T04:06:44.416Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 23 04:05 version.go [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:06:44.745Z] + 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=e74d89f406ecab6627644f1059b0fe07b45cf9a4 --label arch=amd64 --label version=0.0.0 . [2022-03-23T04:06:44.745Z] Sending build context to Docker daemon 9.682MB [2022-03-23T04:06:44.745Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-03-23T04:06:44.745Z] Step 2/25 : FROM ${BASE} AS builder [2022-03-23T04:06:44.745Z] ---> a39e4eb394f5 [2022-03-23T04:06:44.745Z] Step 3/25 : ARG MAKE=make build [2022-03-23T04:06:45.006Z] ---> Running in 12f70997537c [2022-03-23T04:06:45.006Z] Removing intermediate container 12f70997537c [2022-03-23T04:06:45.006Z] ---> 845931b1488e [2022-03-23T04:06:45.006Z] Step 4/25 : WORKDIR /device-sdk-go [2022-03-23T04:06:45.006Z] ---> Running in caca17ab5ee4 [2022-03-23T04:06:45.006Z] Removing intermediate container caca17ab5ee4 [2022-03-23T04:06:45.006Z] ---> f3a7d987866b [2022-03-23T04:06:45.006Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-23T04:06:45.268Z] ---> Running in 6d2d44a0849b [2022-03-23T04:06:45.268Z] Removing intermediate container 6d2d44a0849b [2022-03-23T04:06:45.268Z] ---> d2015db1e92f [2022-03-23T04:06:45.268Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T04:06:45.268Z] ---> Running in 7c095e414869 [2022-03-23T04:06:45.840Z] Removing intermediate container 7c095e414869 [2022-03-23T04:06:45.840Z] ---> ee3245fcde05 [2022-03-23T04:06:45.840Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-03-23T04:06:45.840Z] ---> Running in 670a6f446591 [2022-03-23T04:06:46.100Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T04:06:47.044Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T04:06:47.306Z] OK: 221 MiB in 52 packages [2022-03-23T04:06:47.564Z] Removing intermediate container 670a6f446591 [2022-03-23T04:06:47.564Z] ---> 1b0029e1db65 [2022-03-23T04:06:47.564Z] Step 8/25 : COPY go.mod vendor* ./ [2022-03-23T04:06:47.824Z] ---> edb6ab15dec0 [2022-03-23T04:06:47.824Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T04:06:47.824Z] ---> Running in 283a0fc92c9a [2022-03-23T04:06:48.393Z] Removing intermediate container 283a0fc92c9a [2022-03-23T04:06:48.393Z] ---> 3ab14d1be2c7 [2022-03-23T04:06:48.393Z] Step 10/25 : COPY . . [2022-03-23T04:06:48.964Z] ---> 62a9ede3d2af [2022-03-23T04:06:48.964Z] Step 11/25 : RUN ${MAKE} [2022-03-23T04:06:48.964Z] ---> Running in dcfed7d23afe [2022-03-23T04:06:49.224Z] 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-23T04:06:55.798Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-03-23T04:06:56.058Z] Removing intermediate container dcfed7d23afe [2022-03-23T04:06:56.058Z] ---> ab8d20a57e72 [2022-03-23T04:06:56.058Z] Step 12/25 : FROM alpine:3.14 [2022-03-23T04:06:56.999Z] 3.14: Pulling from library/alpine [2022-03-23T04:06:56.999Z] 36ccefbf3d8a: Pulling fs layer [2022-03-23T04:06:57.262Z] 36ccefbf3d8a: Verifying Checksum [2022-03-23T04:06:57.262Z] 36ccefbf3d8a: Download complete [2022-03-23T04:06:57.262Z] 36ccefbf3d8a: Pull complete [2022-03-23T04:06:57.262Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T04:06:57.262Z] Status: Downloaded newer image for alpine:3.14 [2022-03-23T04:06:57.521Z] ---> a33ac4f1069a [2022-03-23T04:06:57.521Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-23T04:06:57.521Z] ---> Running in 90168e283f98 [2022-03-23T04:06:57.521Z] Removing intermediate container 90168e283f98 [2022-03-23T04:06:57.521Z] ---> f7d80ca54f5d [2022-03-23T04:06:57.521Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T04:06:57.521Z] ---> Running in c88e344768fe [2022-03-23T04:06:58.463Z] Removing intermediate container c88e344768fe [2022-03-23T04:06:58.463Z] ---> afd7c9731d0d [2022-03-23T04:06:58.463Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-03-23T04:06:58.463Z] ---> Running in 28e731729a5e [2022-03-23T04:06:58.463Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T04:06:59.405Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T04:06:59.667Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T04:06:59.667Z] (2/5) Installing libsodium (1.0.18-r0) [2022-03-23T04:06:59.928Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T04:06:59.928Z] (4/5) Installing libzmq (4.3.4-r0) [2022-03-23T04:06:59.928Z] (5/5) Installing zeromq (4.3.4-r0) [2022-03-23T04:07:00.189Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T04:07:00.189Z] OK: 8 MiB in 19 packages [2022-03-23T04:07:00.451Z] Removing intermediate container 28e731729a5e [2022-03-23T04:07:00.451Z] ---> fbfa2c58f255 [2022-03-23T04:07:00.451Z] Step 16/25 : WORKDIR / [2022-03-23T04:07:00.451Z] ---> Running in 0ad16496192c [2022-03-23T04:07:00.713Z] Removing intermediate container 0ad16496192c [2022-03-23T04:07:00.713Z] ---> cc01f1827d9d [2022-03-23T04:07:00.713Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-03-23T04:07:00.713Z] ---> 1a0593cea77d [2022-03-23T04:07:00.713Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-03-23T04:07:01.284Z] ---> 010150c4c25e [2022-03-23T04:07:01.284Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-03-23T04:07:01.284Z] ---> eb8d9a720cbe [2022-03-23T04:07:01.284Z] Step 20/25 : EXPOSE 59999 [2022-03-23T04:07:01.284Z] ---> Running in 0aa2ccb4c033 [2022-03-23T04:07:01.543Z] Removing intermediate container 0aa2ccb4c033 [2022-03-23T04:07:01.543Z] ---> f5d90dc4ac19 [2022-03-23T04:07:01.543Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-03-23T04:07:01.543Z] ---> Running in ec6a5ef7c848 [2022-03-23T04:07:01.543Z] Removing intermediate container ec6a5ef7c848 [2022-03-23T04:07:01.543Z] ---> 7888f449f13f [2022-03-23T04:07:01.543Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T04:07:01.543Z] ---> Running in 84892189af0b [2022-03-23T04:07:01.803Z] Removing intermediate container 84892189af0b [2022-03-23T04:07:01.803Z] ---> 90fe9175e937 [2022-03-23T04:07:01.803Z] Step 23/25 : LABEL arch=amd64 [2022-03-23T04:07:01.803Z] ---> Running in 4ce4482fc14b [2022-03-23T04:07:01.803Z] Removing intermediate container 4ce4482fc14b [2022-03-23T04:07:01.803Z] ---> 81984000c5bb [2022-03-23T04:07:01.803Z] Step 24/25 : LABEL git_sha=e74d89f406ecab6627644f1059b0fe07b45cf9a4 [2022-03-23T04:07:01.803Z] ---> Running in d0f97db29020 [2022-03-23T04:07:02.063Z] Removing intermediate container d0f97db29020 [2022-03-23T04:07:02.063Z] ---> 9e3ac0eeba58 [2022-03-23T04:07:02.063Z] Step 25/25 : LABEL version=0.0.0 [2022-03-23T04:07:02.063Z] ---> Running in ac49f32ef24e [2022-03-23T04:07:02.063Z] Removing intermediate container ac49f32ef24e [2022-03-23T04:07:02.063Z] ---> 9e35a71c63f0 [2022-03-23T04:07:02.063Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-23T04:07:02.063Z] Successfully built 9e35a71c63f0 [2022-03-23T04:07:02.063Z] 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-23T04:07:02.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T04:07:02.800Z] [2022-03-23T04:07:02.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:07:03.152Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T04:07:03.152Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-23T04:07:03.152Z] 5eb5b503b376: Pulling fs layer [2022-03-23T04:07:03.152Z] 5c69ac0246d0: Pulling fs layer [2022-03-23T04:07:03.152Z] ec43610c2a17: Pulling fs layer [2022-03-23T04:07:03.152Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-23T04:07:03.152Z] 33b1e0a273af: Pulling fs layer [2022-03-23T04:07:03.152Z] 3a2ae6a8a46f: Waiting [2022-03-23T04:07:03.152Z] 33b1e0a273af: Waiting [2022-03-23T04:07:03.152Z] 5d3b04190fa2: Pulling fs layer [2022-03-23T04:07:03.152Z] 2f39f015ded8: Pulling fs layer [2022-03-23T04:07:03.152Z] 5d3b04190fa2: Waiting [2022-03-23T04:07:03.152Z] 2f39f015ded8: Waiting [2022-03-23T04:07:03.152Z] 5c69ac0246d0: Verifying Checksum [2022-03-23T04:07:03.152Z] 5c69ac0246d0: Download complete [2022-03-23T04:07:03.152Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-23T04:07:03.152Z] 3a2ae6a8a46f: Download complete [2022-03-23T04:07:03.152Z] 33b1e0a273af: Verifying Checksum [2022-03-23T04:07:03.152Z] 33b1e0a273af: Download complete [2022-03-23T04:07:03.152Z] ec43610c2a17: Verifying Checksum [2022-03-23T04:07:03.152Z] ec43610c2a17: Download complete [2022-03-23T04:07:03.152Z] 5d3b04190fa2: Verifying Checksum [2022-03-23T04:07:03.152Z] 5d3b04190fa2: Download complete [2022-03-23T04:07:03.417Z] 5eb5b503b376: Verifying Checksum [2022-03-23T04:07:03.417Z] 5eb5b503b376: Download complete [2022-03-23T04:07:03.988Z] 2f39f015ded8: Download complete [2022-03-23T04:07:04.560Z] 5eb5b503b376: Pull complete [2022-03-23T04:07:04.560Z] 5c69ac0246d0: Pull complete [2022-03-23T04:07:05.129Z] ec43610c2a17: Pull complete [2022-03-23T04:07:05.129Z] 3a2ae6a8a46f: Pull complete [2022-03-23T04:07:05.129Z] 33b1e0a273af: Pull complete [2022-03-23T04:07:05.388Z] 5d3b04190fa2: Pull complete [2022-03-23T04:07:09.580Z] 2f39f015ded8: Pull complete [2022-03-23T04:07:09.580Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-23T04:07:09.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T04:07:09.580Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-23T04:07:09.667Z] prd-ubuntu20.04-docker-8c-8g-8607 does not seem to be running inside a container [2022-03-23T04:07:09.706Z] $ 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-1113 -v /w/workspace/gexfoundry_device-sdk-go_PR-1113:/w/workspace/gexfoundry_device-sdk-go_PR-1113:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1113@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-23T04:07:11.150Z] $ docker top 8239f50899125bb72dd07b2dbd7dc1df088dac71e0e5c63731409284f4f9d2f7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:07:11.645Z] ---> job-cost.sh [2022-03-23T04:07:11.645Z] lf-activate-venv: SKIPPING [2022-03-23T04:07:11.645Z] INFO: No Stack... [2022-03-23T04:07:12.216Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-23T04:07:12.477Z] INFO: Archiving Costs [Pipeline] sh [2022-03-23T04:07:12.796Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1113/archives/cost.csv [2022-03-23T04:07:12.796Z] + cut -d, -f6 [Pipeline] lock [2022-03-23T04:07:12.836Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1113-1-stack-cost] [2022-03-23T04:07:12.841Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1113-1-stack-cost] did not exist. Created. [2022-03-23T04:07:12.841Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1113-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-23T04:07:13.251Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-03-23T04:07:13.309Z] Stashed 1 file(s) [Pipeline] } [2022-03-23T04:07:13.332Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1113-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-23T04:07:13.410Z] $ docker stop --time=1 8239f50899125bb72dd07b2dbd7dc1df088dac71e0e5c63731409284f4f9d2f7 [2022-03-23T04:07:14.591Z] $ docker rm -f 8239f50899125bb72dd07b2dbd7dc1df088dac71e0e5c63731409284f4f9d2f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-23T04:07:29.975Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8608 in /w/workspace/gexfoundry_device-sdk-go_PR-1113 [Pipeline] { [Pipeline] ws [2022-03-23T04:07:30.016Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-03-23T04:07:30.320Z] The recommended git tool is: git [2022-03-23T04:07:37.577Z] using credential edgex-jenkins-ssh [2022-03-23T04:07:37.596Z] Cloning the remote Git repository [2022-03-23T04:07:37.704Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-03-23T04:07:37.815Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-03-23T04:07:37.956Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-03-23T04:07:37.956Z] > git --version # timeout=10 [2022-03-23T04:07:37.988Z] > git --version # 'git version 2.25.1' [2022-03-23T04:07:37.990Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T04:07:38.063Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T04:07:40.175Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-03-23T04:07:40.197Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T04:07:40.229Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-03-23T04:07:40.264Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-03-23T04:07:40.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T04:07:40.278Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1113/head:refs/remotes/origin/PR-1113 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-23T04:07:40.862Z] Merging remotes/origin/main commit 511d52040eef7e00dec48ea5a3bfdec0745a4f08 into PR head commit e74d89f406ecab6627644f1059b0fe07b45cf9a4 [2022-03-23T04:07:41.133Z] Merge succeeded, producing e74d89f406ecab6627644f1059b0fe07b45cf9a4 [2022-03-23T04:07:41.133Z] Checking out Revision e74d89f406ecab6627644f1059b0fe07b45cf9a4 (PR-1113) [2022-03-23T04:07:40.886Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T04:07:40.920Z] > git checkout -f e74d89f406ecab6627644f1059b0fe07b45cf9a4 # timeout=10 [2022-03-23T04:07:41.045Z] > git remote # timeout=10 [2022-03-23T04:07:41.072Z] > git config --get remote.origin.url # timeout=10 [2022-03-23T04:07:41.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T04:07:41.099Z] > git merge 511d52040eef7e00dec48ea5a3bfdec0745a4f08 # timeout=10 [2022-03-23T04:07:41.124Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-23T04:07:41.144Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T04:07:41.163Z] > git checkout -f e74d89f406ecab6627644f1059b0fe07b45cf9a4 # timeout=10 [2022-03-23T04:07:45.473Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-03-23T04:07:45.535Z] > git --version # timeout=10 [2022-03-23T04:07:45.547Z] > git --version # 'git version 2.25.1' [2022-03-23T04:07:45.560Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-23T04:07:46.716Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-23T04:07:46.716Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T04:07:46.716Z] Dload Upload Total Spent Left Speed [2022-03-23T04:07:46.716Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45550 0 --:--:-- --:--:-- --:--:-- 45550 [Pipeline] sh [2022-03-23T04:07:47.251Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-23T04:07:47.604Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2022-03-23T04:07:47.604Z] sudo tee /etc/docker/daemon.new [2022-03-23T04:07:47.604Z] { [2022-03-23T04:07:47.604Z] "registry-mirrors": [ [2022-03-23T04:07:47.604Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-23T04:07:47.604Z] ], [2022-03-23T04:07:47.604Z] "bip": "10.250.0.254/24", [2022-03-23T04:07:47.604Z] "hosts": [ [2022-03-23T04:07:47.604Z] "tcp://0.0.0.0:5555", [2022-03-23T04:07:47.604Z] "unix:///var/run/docker.sock" [2022-03-23T04:07:47.604Z] ], [2022-03-23T04:07:47.604Z] "mtu": 1458, [2022-03-23T04:07:47.604Z] "selinux-enabled": true, [2022-03-23T04:07:47.604Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-23T04:07:47.604Z] } [Pipeline] sh [2022-03-23T04:07:48.028Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-23T04:07:48.387Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T04:08:06.784Z] provisioning config files... [2022-03-23T04:08:06.810Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config6502035916130648970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:08:07.389Z] ---> docker-login.sh [2022-03-23T04:08:07.389Z] nexus3.edgexfoundry.org:10001 [2022-03-23T04:08:07.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:08:08.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:08:08.265Z] Configure a credential helper to remove this warning. See [2022-03-23T04:08:08.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:08:08.265Z] [2022-03-23T04:08:08.265Z] Login Succeeded [2022-03-23T04:08:08.265Z] nexus3.edgexfoundry.org:10002 [2022-03-23T04:08:08.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:08:08.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:08:08.548Z] Configure a credential helper to remove this warning. See [2022-03-23T04:08:08.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:08:08.548Z] [2022-03-23T04:08:08.548Z] Login Succeeded [2022-03-23T04:08:08.823Z] nexus3.edgexfoundry.org:10003 [2022-03-23T04:08:09.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:08:09.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:08:09.099Z] Configure a credential helper to remove this warning. See [2022-03-23T04:08:09.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:08:09.099Z] [2022-03-23T04:08:09.099Z] Login Succeeded [2022-03-23T04:08:09.099Z] nexus3.edgexfoundry.org:10004 [2022-03-23T04:08:09.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:08:09.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:08:09.699Z] Configure a credential helper to remove this warning. See [2022-03-23T04:08:09.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:08:09.699Z] [2022-03-23T04:08:09.699Z] Login Succeeded [2022-03-23T04:08:09.699Z] docker.io [2022-03-23T04:08:09.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T04:08:10.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T04:08:10.573Z] Configure a credential helper to remove this warning. See [2022-03-23T04:08:10.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T04:08:10.573Z] [2022-03-23T04:08:10.573Z] Login Succeeded [2022-03-23T04:08:10.573Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T04:08:10.601Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-23T04:08:10.975Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T04:08:11.007Z] ========================================================= [2022-03-23T04:08:11.007Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-23T04:08:11.007Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:08:11.471Z] + 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-23T04:08:12.084Z] Sending build context to Docker daemon 5.155MB [2022-03-23T04:08:12.084Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-03-23T04:08:12.084Z] Step 2/11 : FROM ${BASE} AS builder [2022-03-23T04:08:12.084Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-23T04:08:12.084Z] 9b3977197b4f: Pulling fs layer [2022-03-23T04:08:12.084Z] 1a89e8eeedd5: Pulling fs layer [2022-03-23T04:08:12.084Z] 94645a83ff95: Pulling fs layer [2022-03-23T04:08:12.084Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-23T04:08:12.084Z] 0c92f367c5e7: Pulling fs layer [2022-03-23T04:08:12.084Z] f7c0051592d6: Pulling fs layer [2022-03-23T04:08:12.084Z] a227ed2f7395: Pulling fs layer [2022-03-23T04:08:12.084Z] 7b1c46037f91: Pulling fs layer [2022-03-23T04:08:12.084Z] 0c92f367c5e7: Waiting [2022-03-23T04:08:12.084Z] f7c0051592d6: Waiting [2022-03-23T04:08:12.084Z] a227ed2f7395: Waiting [2022-03-23T04:08:12.084Z] 7b1c46037f91: Waiting [2022-03-23T04:08:12.084Z] 3f3a8bcf1eab: Waiting [2022-03-23T04:08:12.084Z] 94645a83ff95: Download complete [2022-03-23T04:08:12.084Z] 1a89e8eeedd5: Verifying Checksum [2022-03-23T04:08:12.084Z] 1a89e8eeedd5: Download complete [2022-03-23T04:08:12.084Z] 0c92f367c5e7: Verifying Checksum [2022-03-23T04:08:12.084Z] 0c92f367c5e7: Download complete [2022-03-23T04:08:12.084Z] f7c0051592d6: Verifying Checksum [2022-03-23T04:08:12.084Z] f7c0051592d6: Download complete [2022-03-23T04:08:12.084Z] a227ed2f7395: Download complete [2022-03-23T04:08:12.084Z] 9b3977197b4f: Verifying Checksum [2022-03-23T04:08:12.084Z] 9b3977197b4f: Download complete [2022-03-23T04:08:13.087Z] 9b3977197b4f: Pull complete [2022-03-23T04:08:13.691Z] 1a89e8eeedd5: Pull complete [2022-03-23T04:08:13.968Z] 94645a83ff95: Pull complete [2022-03-23T04:08:14.246Z] 7b1c46037f91: Verifying Checksum [2022-03-23T04:08:14.246Z] 7b1c46037f91: Download complete [2022-03-23T04:08:14.843Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-23T04:08:14.843Z] 3f3a8bcf1eab: Download complete [2022-03-23T04:08:27.279Z] 3f3a8bcf1eab: Pull complete [2022-03-23T04:08:27.279Z] 0c92f367c5e7: Pull complete [2022-03-23T04:08:27.279Z] f7c0051592d6: Pull complete [2022-03-23T04:08:27.555Z] a227ed2f7395: Pull complete [2022-03-23T04:08:34.291Z] 7b1c46037f91: Pull complete [2022-03-23T04:08:34.291Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-23T04:08:34.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T04:08:34.291Z] ---> f79e39bc4007 [2022-03-23T04:08:34.291Z] Step 3/11 : ARG MAKE=make build [2022-03-23T04:08:34.291Z] ---> Running in 58a1de7a5a83 [2022-03-23T04:08:34.887Z] Removing intermediate container 58a1de7a5a83 [2022-03-23T04:08:34.887Z] ---> 6cd455374a2f [2022-03-23T04:08:34.887Z] Step 4/11 : WORKDIR /device-sdk-go [2022-03-23T04:08:34.887Z] ---> Running in d2958d6facf9 [2022-03-23T04:08:35.163Z] Removing intermediate container d2958d6facf9 [2022-03-23T04:08:35.163Z] ---> 9aae7ec522af [2022-03-23T04:08:35.163Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-23T04:08:35.163Z] ---> Running in e92dc9405751 [2022-03-23T04:08:35.442Z] Removing intermediate container e92dc9405751 [2022-03-23T04:08:35.442Z] ---> 2fe7c644cda6 [2022-03-23T04:08:35.442Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T04:08:35.442Z] ---> Running in 35d8e8bf053c [2022-03-23T04:08:37.445Z] Removing intermediate container 35d8e8bf053c [2022-03-23T04:08:37.445Z] ---> 6522af3226b9 [2022-03-23T04:08:37.445Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-03-23T04:08:37.445Z] ---> Running in 08d72f95e68f [2022-03-23T04:08:38.426Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T04:08:39.019Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T04:08:40.001Z] OK: 220 MiB in 52 packages [2022-03-23T04:08:40.993Z] Removing intermediate container 08d72f95e68f [2022-03-23T04:08:40.993Z] ---> 9f85161acb32 [2022-03-23T04:08:40.993Z] Step 8/11 : COPY go.mod vendor* ./ [2022-03-23T04:08:41.273Z] ---> 82fdaa438263 [2022-03-23T04:08:41.273Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T04:08:41.273Z] ---> Running in a3ccb6196fd8 [2022-03-23T04:10:03.133Z] Removing intermediate container a3ccb6196fd8 [2022-03-23T04:10:03.133Z] ---> 3ee358cdd63b [2022-03-23T04:10:03.133Z] Step 10/11 : COPY . . [2022-03-23T04:10:03.133Z] ---> a877d00ede94 [2022-03-23T04:10:03.133Z] Step 11/11 : RUN ${MAKE} [2022-03-23T04:10:03.133Z] ---> Running in 8d6947c14667 [2022-03-23T04:10:03.133Z] noop [2022-03-23T04:10:03.133Z] Removing intermediate container 8d6947c14667 [2022-03-23T04:10:03.133Z] ---> e404d3f51a37 [2022-03-23T04:10:03.133Z] Successfully built e404d3f51a37 [2022-03-23T04:10:03.133Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:10:03.500Z] + docker inspect -f . ci-base-image-arm64 [2022-03-23T04:10:03.500Z] . [Pipeline] withDockerContainer [2022-03-23T04:10:03.764Z] prd-ubuntu20.04-docker-arm64-4c-16g-8608 does not seem to be running inside a container [2022-03-23T04:10:03.854Z] $ 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-23T04:10:05.165Z] $ docker top 890605ef0112850a0ad4358464b227c04373c84ebfcf3895049ba2921d5e6590 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T04:10:06.116Z] + go version [2022-03-23T04:10:06.116Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-23T04:10:06.156Z] $ docker stop --time=1 890605ef0112850a0ad4358464b227c04373c84ebfcf3895049ba2921d5e6590 [2022-03-23T04:10:07.805Z] $ docker rm -f 890605ef0112850a0ad4358464b227c04373c84ebfcf3895049ba2921d5e6590 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:10:08.672Z] + docker inspect -f . ci-base-image-arm64 [2022-03-23T04:10:08.672Z] . [Pipeline] withDockerContainer [2022-03-23T04:10:08.937Z] prd-ubuntu20.04-docker-arm64-4c-16g-8608 does not seem to be running inside a container [2022-03-23T04:10:09.024Z] $ 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-23T04:10:10.333Z] $ docker top 16e4f57014c0948fef97b8f2be5ffc2f1a03dce2deab1e1b8d0c76c3589a6a38 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-23T04:10:11.335Z] + make test [2022-03-23T04:10:11.335Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-03-23T04:10:12.784Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-03-23T04:10:59.825Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-03-23T04:10:59.825Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-03-23T04:10:59.825Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-03-23T04:11:08.176Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.129s coverage: 23.3% of statements [2022-03-23T04:11:08.176Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-03-23T04:11:08.176Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.079s coverage: 27.6% of statements [2022-03-23T04:11:08.176Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.054s coverage: 78.9% of statements [2022-03-23T04:11:08.176Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.053s coverage: 10.8% of statements [2022-03-23T04:11:08.176Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-03-23T04:11:08.176Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-03-23T04:11:08.176Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-03-23T04:11:09.637Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.089s coverage: 33.2% of statements [2022-03-23T04:11:09.637Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-03-23T04:11:11.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.072s coverage: 86.1% of statements [2022-03-23T04:11:11.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-03-23T04:11:11.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-03-23T04:11:11.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.115s coverage: 57.4% of statements [2022-03-23T04:11:11.083Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.197s coverage: 89.2% of statements [2022-03-23T04:11:11.083Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-03-23T04:11:13.065Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.8% of statements [2022-03-23T04:11:13.065Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-03-23T04:11:13.065Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-03-23T04:11:13.065Z] GO111MODULE=on go vet ./... [2022-03-23T04:11:35.259Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-23T04:11:35.259Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-23T04:11:35.259Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-23T04:11:35.894Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-23T04:11:35.929Z] $ docker stop --time=1 16e4f57014c0948fef97b8f2be5ffc2f1a03dce2deab1e1b8d0c76c3589a6a38 [2022-03-23T04:11:37.752Z] $ docker rm -f 16e4f57014c0948fef97b8f2be5ffc2f1a03dce2deab1e1b8d0c76c3589a6a38 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T04:11:38.748Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-23T04:11:38.787Z] Warning: overwriting stash ‘coverage-report’ [2022-03-23T04:11:39.365Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-23T04:11:39.971Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-23T04:11:40.323Z] + ls -al . [2022-03-23T04:11:40.323Z] total 308 [2022-03-23T04:11:40.323Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 04:11 . [2022-03-23T04:11:40.323Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 04:07 .. [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 23 04:07 .dockerignore [2022-03-23T04:11:40.323Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 04:07 .git [2022-03-23T04:11:40.323Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 04:07 .github [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 23 04:07 .gitignore [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 23 04:07 .golangci.yml [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 26321 Mar 23 04:07 CHANGELOG.md [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 23 04:07 GOVERNANCE.md [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 880 Mar 23 04:07 Jenkinsfile [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 23 04:07 LICENSE [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 23 04:07 Makefile [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 23 04:07 OWNERS.md [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 4881 Mar 23 04:07 README.md [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 23 04:05 VERSION [2022-03-23T04:11:40.323Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 04:07 bin [2022-03-23T04:11:40.323Z] -rw-r--r-- 1 jenkins jenkins 129001 Mar 23 04:11 coverage.out [2022-03-23T04:11:40.323Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 23 04:07 example [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 2773 Mar 23 04:07 go.mod [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 50080 Mar 23 04:07 go.sum [2022-03-23T04:11:40.323Z] drwxrwxr-x 15 jenkins jenkins 4096 Mar 23 04:07 internal [2022-03-23T04:11:40.323Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 04:07 openapi [2022-03-23T04:11:40.323Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 23 04:07 pkg [2022-03-23T04:11:40.323Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 04:07 snap [2022-03-23T04:11:40.323Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 23 04:07 version.go [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:11:40.688Z] + 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=e74d89f406ecab6627644f1059b0fe07b45cf9a4 --label arch=arm64 --label version=0.0.0 . [2022-03-23T04:11:41.285Z] Sending build context to Docker daemon 5.284MB [2022-03-23T04:11:41.285Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-03-23T04:11:41.285Z] Step 2/25 : FROM ${BASE} AS builder [2022-03-23T04:11:41.285Z] ---> e404d3f51a37 [2022-03-23T04:11:41.285Z] Step 3/25 : ARG MAKE=make build [2022-03-23T04:11:41.285Z] ---> Running in 2839a59483d5 [2022-03-23T04:11:41.558Z] Removing intermediate container 2839a59483d5 [2022-03-23T04:11:41.558Z] ---> 1ad4bf49d626 [2022-03-23T04:11:41.558Z] Step 4/25 : WORKDIR /device-sdk-go [2022-03-23T04:11:41.837Z] ---> Running in ab4c9c874ca5 [2022-03-23T04:11:42.119Z] Removing intermediate container ab4c9c874ca5 [2022-03-23T04:11:42.119Z] ---> 5f1e7bb7c521 [2022-03-23T04:11:42.119Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-23T04:11:42.119Z] ---> Running in 9ab102e93ad3 [2022-03-23T04:11:42.396Z] Removing intermediate container 9ab102e93ad3 [2022-03-23T04:11:42.396Z] ---> cf181a13f7cc [2022-03-23T04:11:42.396Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T04:11:42.396Z] ---> Running in de6c006a687e [2022-03-23T04:11:44.376Z] Removing intermediate container de6c006a687e [2022-03-23T04:11:44.376Z] ---> 4c7f028e803c [2022-03-23T04:11:44.376Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-03-23T04:11:44.376Z] ---> Running in 044c2d640326 [2022-03-23T04:11:44.973Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T04:11:45.948Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T04:11:46.925Z] OK: 220 MiB in 52 packages [2022-03-23T04:11:47.524Z] Removing intermediate container 044c2d640326 [2022-03-23T04:11:47.524Z] ---> d4c8b81a35ea [2022-03-23T04:11:47.524Z] Step 8/25 : COPY go.mod vendor* ./ [2022-03-23T04:11:48.127Z] ---> 6dcf95b5b39d [2022-03-23T04:11:48.127Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T04:11:48.127Z] ---> Running in 8047eadabfb3 [2022-03-23T04:11:50.770Z] Removing intermediate container 8047eadabfb3 [2022-03-23T04:11:50.770Z] ---> 7e11a22a5f3f [2022-03-23T04:11:50.770Z] Step 10/25 : COPY . . [2022-03-23T04:11:51.750Z] ---> e0daa505ca08 [2022-03-23T04:11:51.750Z] Step 11/25 : RUN ${MAKE} [2022-03-23T04:11:51.750Z] ---> Running in d4acc4b752a1 [2022-03-23T04:11:52.744Z] 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-23T04:12:31.786Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-03-23T04:12:31.786Z] Removing intermediate container d4acc4b752a1 [2022-03-23T04:12:31.786Z] ---> c0d52248ee1e [2022-03-23T04:12:31.786Z] Step 12/25 : FROM alpine:3.14 [2022-03-23T04:12:32.383Z] 3.14: Pulling from library/alpine [2022-03-23T04:12:32.383Z] 93a1719cf261: Pulling fs layer [2022-03-23T04:12:32.658Z] 93a1719cf261: Verifying Checksum [2022-03-23T04:12:32.658Z] 93a1719cf261: Download complete [2022-03-23T04:12:33.256Z] 93a1719cf261: Pull complete [2022-03-23T04:12:33.256Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T04:12:33.256Z] Status: Downloaded newer image for alpine:3.14 [2022-03-23T04:12:33.256Z] ---> 71a2028e5025 [2022-03-23T04:12:33.256Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-03-23T04:12:33.256Z] ---> Running in b7a1332dc895 [2022-03-23T04:12:33.533Z] Removing intermediate container b7a1332dc895 [2022-03-23T04:12:33.533Z] ---> 781382f737a2 [2022-03-23T04:12:33.533Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T04:12:33.820Z] ---> Running in 094b055b21fa [2022-03-23T04:12:35.270Z] Removing intermediate container 094b055b21fa [2022-03-23T04:12:35.270Z] ---> 5dadd3eadd4b [2022-03-23T04:12:35.270Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-03-23T04:12:35.547Z] ---> Running in 5e49dcb96e6c [2022-03-23T04:12:36.533Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T04:12:37.516Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T04:12:38.112Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T04:12:38.112Z] (2/5) Installing libsodium (1.0.18-r0) [2022-03-23T04:12:38.382Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T04:12:38.382Z] (4/5) Installing libzmq (4.3.4-r0) [2022-03-23T04:12:38.659Z] (5/5) Installing zeromq (4.3.4-r0) [2022-03-23T04:12:38.659Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T04:12:38.659Z] OK: 8 MiB in 19 packages [2022-03-23T04:12:39.654Z] Removing intermediate container 5e49dcb96e6c [2022-03-23T04:12:39.654Z] ---> 3f736a0ededc [2022-03-23T04:12:39.654Z] Step 16/25 : WORKDIR / [2022-03-23T04:12:39.654Z] ---> Running in de530a13be75 [2022-03-23T04:12:39.932Z] Removing intermediate container de530a13be75 [2022-03-23T04:12:39.932Z] ---> c5af4c304406 [2022-03-23T04:12:39.932Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-03-23T04:12:40.534Z] ---> 495c78b37321 [2022-03-23T04:12:40.534Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-03-23T04:12:41.516Z] ---> c2657ff2faed [2022-03-23T04:12:41.516Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-03-23T04:12:42.114Z] ---> d38c8bcd9fa7 [2022-03-23T04:12:42.114Z] Step 20/25 : EXPOSE 59999 [2022-03-23T04:12:42.114Z] ---> Running in 0cbcc7125499 [2022-03-23T04:12:42.389Z] Removing intermediate container 0cbcc7125499 [2022-03-23T04:12:42.389Z] ---> e266bdd5af60 [2022-03-23T04:12:42.389Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-03-23T04:12:42.667Z] ---> Running in 06d77b1facb3 [2022-03-23T04:12:42.942Z] Removing intermediate container 06d77b1facb3 [2022-03-23T04:12:42.942Z] ---> 211dee49c459 [2022-03-23T04:12:42.942Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T04:12:42.943Z] ---> Running in cd2ab081c165 [2022-03-23T04:12:43.216Z] Removing intermediate container cd2ab081c165 [2022-03-23T04:12:43.216Z] ---> dc5041c5826a [2022-03-23T04:12:43.216Z] Step 23/25 : LABEL arch=arm64 [2022-03-23T04:12:43.216Z] ---> Running in 642114a20ac7 [2022-03-23T04:12:43.490Z] Removing intermediate container 642114a20ac7 [2022-03-23T04:12:43.490Z] ---> 0916289ddd2f [2022-03-23T04:12:43.490Z] Step 24/25 : LABEL git_sha=e74d89f406ecab6627644f1059b0fe07b45cf9a4 [2022-03-23T04:12:43.490Z] ---> Running in 937ca92d5d00 [2022-03-23T04:12:44.102Z] Removing intermediate container 937ca92d5d00 [2022-03-23T04:12:44.102Z] ---> 91617fb389b1 [2022-03-23T04:12:44.102Z] Step 25/25 : LABEL version=0.0.0 [2022-03-23T04:12:44.102Z] ---> Running in 73ce16065401 [2022-03-23T04:12:44.376Z] Removing intermediate container 73ce16065401 [2022-03-23T04:12:44.376Z] ---> 54c9703bb238 [2022-03-23T04:12:44.376Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-23T04:12:44.376Z] Successfully built 54c9703bb238 [2022-03-23T04:12:44.376Z] 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-23T04:12:45.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T04:12:45.060Z] [2022-03-23T04:12:45.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:12:45.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T04:12:45.721Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-23T04:12:45.721Z] 8998bd30e6a1: Pulling fs layer [2022-03-23T04:12:45.721Z] 04944245beec: Pulling fs layer [2022-03-23T04:12:45.721Z] 699f458cf7ca: Pulling fs layer [2022-03-23T04:12:45.721Z] 765212b225bb: Pulling fs layer [2022-03-23T04:12:45.721Z] f23df028b6ca: Pulling fs layer [2022-03-23T04:12:45.721Z] d65c8cfc05b1: Pulling fs layer [2022-03-23T04:12:45.721Z] 2437ff75d9bd: Pulling fs layer [2022-03-23T04:12:45.721Z] f23df028b6ca: Waiting [2022-03-23T04:12:45.721Z] d65c8cfc05b1: Waiting [2022-03-23T04:12:45.721Z] 2437ff75d9bd: Waiting [2022-03-23T04:12:45.721Z] 765212b225bb: Waiting [2022-03-23T04:12:45.721Z] 04944245beec: Download complete [2022-03-23T04:12:45.721Z] 765212b225bb: Verifying Checksum [2022-03-23T04:12:45.721Z] 765212b225bb: Download complete [2022-03-23T04:12:45.721Z] f23df028b6ca: Verifying Checksum [2022-03-23T04:12:45.721Z] f23df028b6ca: Download complete [2022-03-23T04:12:45.721Z] d65c8cfc05b1: Verifying Checksum [2022-03-23T04:12:45.721Z] d65c8cfc05b1: Download complete [2022-03-23T04:12:45.998Z] 699f458cf7ca: Verifying Checksum [2022-03-23T04:12:45.998Z] 699f458cf7ca: Download complete [2022-03-23T04:12:46.272Z] 8998bd30e6a1: Download complete [2022-03-23T04:12:48.897Z] 2437ff75d9bd: Download complete [2022-03-23T04:12:50.880Z] 8998bd30e6a1: Pull complete [2022-03-23T04:12:51.157Z] 04944245beec: Pull complete [2022-03-23T04:12:52.600Z] 699f458cf7ca: Pull complete [2022-03-23T04:12:52.873Z] 765212b225bb: Pull complete [2022-03-23T04:12:53.857Z] f23df028b6ca: Pull complete [2022-03-23T04:12:53.857Z] d65c8cfc05b1: Pull complete [2022-03-23T04:13:08.982Z] 2437ff75d9bd: Pull complete [2022-03-23T04:13:08.982Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-23T04:13:08.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T04:13:08.982Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-23T04:13:09.240Z] prd-ubuntu20.04-docker-arm64-4c-16g-8608 does not seem to be running inside a container [2022-03-23T04:13:09.329Z] $ 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-23T04:13:11.868Z] $ docker top 48cb5f71949ab1a9887562247109148b1d173505a7113973aba7e00b2c0c4a5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:13:12.869Z] ---> job-cost.sh [2022-03-23T04:13:12.869Z] lf-activate-venv: SKIPPING [2022-03-23T04:13:12.869Z] INFO: No Stack... [2022-03-23T04:13:13.143Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-23T04:13:14.120Z] INFO: Archiving Costs [Pipeline] sh [2022-03-23T04:13:14.797Z] + cut -d, -f6 [2022-03-23T04:13:14.797Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2022-03-23T04:13:14.881Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1113-1-stack-cost] [2022-03-23T04:13:14.886Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1113-1-stack-cost] did not exist. Created. [2022-03-23T04:13:14.886Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1113-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-23T04:13:15.624Z] /w/workspace/device-sdk-go/1@tmp/durable-a5a5c790/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-03-23T04:13:16.333Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-23T04:13:16.374Z] Warning: overwriting stash ‘stack-cost’ [2022-03-23T04:13:16.440Z] Stashed 1 file(s) [Pipeline] } [2022-03-23T04:13:16.460Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1113-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-23T04:13:16.545Z] $ docker stop --time=1 48cb5f71949ab1a9887562247109148b1d173505a7113973aba7e00b2c0c4a5f [2022-03-23T04:13:18.065Z] $ docker rm -f 48cb5f71949ab1a9887562247109148b1d173505a7113973aba7e00b2c0c4a5f [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-23T04:13:19.152Z] provisioning config files... [2022-03-23T04:13:19.170Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp/config865552271376378356tmp [Pipeline] { [Pipeline] sh [2022-03-23T04:13:19.511Z] + set +x [2022-03-23T04:13:19.511Z] + curl -s https://codecov.io/bash [2022-03-23T04:13:19.511Z] + bash -s -- [2022-03-23T04:13:19.511Z] [2022-03-23T04:13:19.511Z] _____ _ [2022-03-23T04:13:19.511Z] / ____| | | [2022-03-23T04:13:19.511Z] | | ___ __| | ___ ___ _____ __ [2022-03-23T04:13:19.511Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-23T04:13:19.511Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-23T04:13:19.511Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-23T04:13:19.511Z] Bash-1.0.6 [2022-03-23T04:13:19.511Z] [2022-03-23T04:13:19.511Z] [2022-03-23T04:13:19.511Z] ==> git version 2.25.1 found [2022-03-23T04:13:19.511Z] ==> 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-23T04:13:19.511Z] Release-Date: 2020-01-08 [2022-03-23T04:13:19.511Z] 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-23T04:13:19.511Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-23T04:13:19.512Z] ==> Jenkins CI detected. [2022-03-23T04:13:19.512Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1113 [2022-03-23T04:13:19.512Z] project root: . [2022-03-23T04:13:19.512Z] --> token set from env [2022-03-23T04:13:19.512Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-23T04:13:19.512Z] ==> Running gcov in . (disable via -X gcov) [2022-03-23T04:13:19.512Z] ==> Python coveragepy not found [2022-03-23T04:13:19.512Z] ==> Searching for coverage reports in: [2022-03-23T04:13:19.512Z] + . [2022-03-23T04:13:19.512Z] -> Found 1 reports [2022-03-23T04:13:19.512Z] ==> Detecting git/mercurial file structure [2022-03-23T04:13:19.512Z] ==> Reading reports [2022-03-23T04:13:19.512Z] + ./coverage.out bytes=129001 [2022-03-23T04:13:19.512Z] ==> Appending adjustments [2022-03-23T04:13:19.512Z] https://docs.codecov.io/docs/fixing-reports [2022-03-23T04:13:19.772Z] + Found adjustments [2022-03-23T04:13:20.036Z] ==> Gzipping contents [2022-03-23T04:13:20.036Z] 16K /tmp/codecov.jaq7t9.gz [2022-03-23T04:13:20.036Z] ==> Uploading reports [2022-03-23T04:13:20.036Z] url: https://codecov.io [2022-03-23T04:13:20.036Z] query: branch=PR-1113&commit=e74d89f406ecab6627644f1059b0fe07b45cf9a4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1113%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1113&job=&cmd_args= [2022-03-23T04:13:20.036Z] -> Pinging Codecov [2022-03-23T04:13:20.036Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1113&commit=e74d89f406ecab6627644f1059b0fe07b45cf9a4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1113%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1113&job=&cmd_args= [2022-03-23T04:13:20.298Z] -> Uploading to [2022-03-23T04:13:20.298Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-23/7E55EF52A471D76F132DFD9A03CDDE97/e74d89f406ecab6627644f1059b0fe07b45cf9a4/ef1615e4-d8ce-443c-8cb6-7b22a97564bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220323T041320Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=42c61d74fc4ec5ce4abffee7e7ea148ba0c210c85463360bb73ac1d3f654be4f [2022-03-23T04:13:20.298Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T04:13:20.298Z] Dload Upload Total Spent Left Speed [2022-03-23T04:13:20.560Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16229 0 0 100 16229 0 67340 --:--:-- --:--:-- --:--:-- 67340 [2022-03-23T04:13:20.560Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e74d89f406ecab6627644f1059b0fe07b45cf9a4 [Pipeline] } [2022-03-23T04:13:20.599Z] 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-23T04:13:22.361Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1113/archives ] [2022-03-23T04:13:22.361Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1113/archives [2022-03-23T04:13:22.361Z] total 16 [2022-03-23T04:13:22.361Z] drwxr-xr-x 3 root root 4096 Mar 23 04:07 . [2022-03-23T04:13:22.361Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 23 04:07 .. [2022-03-23T04:13:22.361Z] drwxr-xr-x 2 root root 4096 Mar 23 04:07 cost [2022-03-23T04:13:22.361Z] -rw-r--r-- 1 root root 85 Mar 23 04:07 cost.csv [2022-03-23T04:13:22.361Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1113/archives [2022-03-23T04:13:22.361Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1113/archives [2022-03-23T04:13:22.361Z] total 16 [2022-03-23T04:13:22.362Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 23 04:07 . [2022-03-23T04:13:22.362Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 23 04:07 .. [2022-03-23T04:13:22.362Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 23 04:07 cost [2022-03-23T04:13:22.362Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 23 04:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:13:22.697Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:13:23.596Z] ---> package-listing.sh [2022-03-23T04:13:23.596Z] ++ facter osfamily [2022-03-23T04:13:23.596Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-23T04:13:23.858Z] + OS_FAMILY=debian [2022-03-23T04:13:23.858Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1113 [2022-03-23T04:13:23.858Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-23T04:13:23.858Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-23T04:13:23.858Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-23T04:13:23.858Z] + PACKAGES=/tmp/packages_start.txt [2022-03-23T04:13:23.858Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1113 ']' [2022-03-23T04:13:23.858Z] + PACKAGES=/tmp/packages_end.txt [2022-03-23T04:13:23.858Z] + case "${OS_FAMILY}" in [2022-03-23T04:13:23.858Z] + dpkg -l [2022-03-23T04:13:23.858Z] + grep '^ii' [2022-03-23T04:13:23.858Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-23T04:13:23.858Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-23T04:13:23.858Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-23T04:13:23.858Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1113 ']' [2022-03-23T04:13:23.858Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1113/archives/ [2022-03-23T04:13:23.858Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1113/archives/ [Pipeline] echo [2022-03-23T04:13:23.897Z] 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-1113/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-23T04:13:24.191Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-23T04:13:24.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T04:13:24.772Z] . [Pipeline] withDockerContainer [2022-03-23T04:13:24.867Z] prd-ubuntu20.04-docker-8c-8g-8607 does not seem to be running inside a container [2022-03-23T04:13:24.906Z] $ 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-1113/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-1113 -v /w/workspace/gexfoundry_device-sdk-go_PR-1113:/w/workspace/gexfoundry_device-sdk-go_PR-1113:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1113@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-23T04:13:25.118Z] $ docker top d5d5b31d9ba0124437a2c56b6bed8d0e14e9db8eb3b477f72d68a4b56c9209af -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T04:13:25.521Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-23T04:13:25.842Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-23T04:13:26.156Z] + ls /var/log/sa-host [2022-03-23T04:13:26.156Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T04:13:26.423Z] provisioning config files... [2022-03-23T04:13:26.434Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1113@tmp/config3146282005592841242tmp [Pipeline] { [Pipeline] echo [2022-03-23T04:13:26.479Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:13:26.792Z] ---> create-netrc.sh [Pipeline] } [2022-03-23T04:13:26.820Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:13:27.228Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-23T04:13:27.258Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:13:27.573Z] ---> sudo-logs.sh [2022-03-23T04:13:27.573Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-23T04:13:27.654Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:13:27.971Z] ---> job-cost.sh [2022-03-23T04:13:27.971Z] lf-activate-venv: SKIPPING [2022-03-23T04:13:27.971Z] DEBUG: total: 0.2199999988079071 [2022-03-23T04:13:27.971Z] INFO: Retrieving Stack Cost... [2022-03-23T04:13:28.232Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-23T04:13:28.806Z] INFO: Archiving Costs [Pipeline] echo [2022-03-23T04:13:28.840Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T04:13:29.160Z] ---> logs-deploy.sh [2022-03-23T04:13:29.160Z] lf-activate-venv: SKIPPING [2022-03-23T04:13:29.160Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1113/1 [2022-03-23T04:13:29.160Z] INFO: archiving workspace using pattern(s): [2022-03-23T04:13:30.118Z] Archives upload complete. [2022-03-23T04:13:30.118Z] INFO: archiving logs to Nexus [2022-03-23T04:13:30.690Z] ---> uname -a: [2022-03-23T04:13:30.691Z] Linux prd-ubuntu20-04-docker-8c-8g-8607 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-03-23T04:13:30.691Z] [2022-03-23T04:13:30.691Z]