Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 854a1d02177849dfca254246521bbb7ea3bc181d+c11ae5f9cc83784f65659a881f6412b77a9cc0d8 (3d5e0a0e52676452ce2783fe0d5897fb7ffe2e97) 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-ssh14980251399653990442.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-ssh17011848941093929014.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1123/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1123/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15807733687335959851.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 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-ssh3185486728192855928.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1123/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1123/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh18048565879232032261.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-20570’ Running on prd-ubuntu20.04-docker-8c-8g-20573 in /w/workspace/gexfoundry_device-sdk-go_PR-1123 [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-1123 # 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 c11ae5f9cc83784f65659a881f6412b77a9cc0d8 into PR head commit 854a1d02177849dfca254246521bbb7ea3bc181d Merge succeeded, producing f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e Checking out Revision f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e (PR-1123) > 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/1123/head:refs/remotes/origin/PR-1123 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 854a1d02177849dfca254246521bbb7ea3bc181d # 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 c11ae5f9cc83784f65659a881f6412b77a9cc0d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e # timeout=10 Commit message: "Merge commit 'c11ae5f9cc83784f65659a881f6412b77a9cc0d8' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-11T22:44:57.908Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-11T22:44:57.963Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-11T22:44:57.980Z] ========================================================= [2022-04-11T22:44:57.980Z] EdgeX Global Pipelines Version Info [2022-04-11T22:44:57.980Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0585fd7db716542023b240f973d745842ef6e787 # timeout=10 [2022-04-11T22:44:59.102Z] ------------------- [2022-04-11T22:44:59.102Z] stable info: [2022-04-11T22:44:59.102Z] ------------------- [2022-04-11T22:44:59.102Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-11T22:44:59.102Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-11T22:44:59.102Z] Message: update stable to v1.0.221 [2022-04-11T22:44:59.362Z] ------------------- [2022-04-11T22:44:59.362Z] experimental info: [2022-04-11T22:44:59.362Z] ------------------- [2022-04-11T22:44:59.362Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-11T22:44:59.362Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-11T22:44:59.362Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-11T22:44:59.504Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-04-11T22:44:59.516Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-04-11T22:44:59.531Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-11T22:44:59.547Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-11T22:44:59.566Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-11T22:44:59.584Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-11T22:44:59.601Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-11T22:44:59.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-04-11T22:44:59.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-11T22:44:59.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-11T22:44:59.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-11T22:44:59.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-04-11T22:44:59.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-11T22:44:59.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-11T22:44:59.743Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-11T22:44:59.754Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-04-11T22:44:59.769Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-11T22:44:59.785Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-11T22:44:59.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-11T22:44:59.824Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-11T22:44:59.843Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-11T22:44:59.858Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-11T22:44:59.866Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-11T22:44:59.875Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-11T22:44:59.886Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-11T22:44:59.894Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-11T22:44:59.903Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1123 [Pipeline] echo [2022-04-11T22:44:59.912Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1123 [Pipeline] echo [2022-04-11T22:44:59.922Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1123 [Pipeline] echo [2022-04-11T22:44:59.941Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e [Pipeline] echo [2022-04-11T22:44:59.955Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f4d2296 [Pipeline] echo [2022-04-11T22:44:59.970Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T22:45:00.021Z] provisioning config files... [2022-04-11T22:45:00.034Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp/config2580000239784639682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:45:00.341Z] ---> docker-login.sh [2022-04-11T22:45:00.341Z] nexus3.edgexfoundry.org:10001 [2022-04-11T22:45:00.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:00.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:00.600Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:00.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:00.600Z] [2022-04-11T22:45:00.600Z] Login Succeeded [2022-04-11T22:45:00.600Z] nexus3.edgexfoundry.org:10002 [2022-04-11T22:45:00.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:00.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:00.861Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:00.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:00.861Z] [2022-04-11T22:45:00.861Z] Login Succeeded [2022-04-11T22:45:00.861Z] nexus3.edgexfoundry.org:10003 [2022-04-11T22:45:00.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:00.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:00.861Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:00.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:00.861Z] [2022-04-11T22:45:00.861Z] Login Succeeded [2022-04-11T22:45:00.861Z] nexus3.edgexfoundry.org:10004 [2022-04-11T22:45:01.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:01.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:01.122Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:01.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:01.122Z] [2022-04-11T22:45:01.122Z] Login Succeeded [2022-04-11T22:45:01.122Z] docker.io [2022-04-11T22:45:01.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:01.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:01.382Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:01.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:01.382Z] [2022-04-11T22:45:01.382Z] Login Succeeded [2022-04-11T22:45:01.382Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T22:45:01.390Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-11T22:45:01.800Z] + git rev-list -1 --merges f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e~1..f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e [Pipeline] echo [2022-04-11T22:45:01.835Z] -----------> git rev-list -1 --merges f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e~1..f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e [2022-04-11T22:45:01.835Z] f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e [false] [Pipeline] sh [2022-04-11T22:45:02.137Z] + git log --format=format:%s -1 f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e [Pipeline] echo [2022-04-11T22:45:02.153Z] ========================================================= [2022-04-11T22:45:02.153Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-11T22:45:02.153Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T22:45:02.481Z] + git log --format=format:%s -1 f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e [Pipeline] echo [2022-04-11T22:45:02.495Z] [semverPrep] GIT_COMMIT: f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e, Commit Message: Merge commit 'c11ae5f9cc83784f65659a881f6412b77a9cc0d8' into HEAD [Pipeline] echo [2022-04-11T22:45:02.505Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-11T22:45:02.889Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-11T22:45:02.889Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-11T22:45:02.889Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-11T22:45:02.889Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-11T22:45:02.889Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-11T22:45:02.889Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-11T22:45:02.889Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:45:03.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T22:45:03.240Z] [2022-04-11T22:45:03.240Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:45:03.547Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T22:45:03.547Z] latest: Pulling from edgex-devops/git-semver [2022-04-11T22:45:03.547Z] a0d0a0d46f8b: Pulling fs layer [2022-04-11T22:45:03.547Z] 3e5f54012d9b: Pulling fs layer [2022-04-11T22:45:03.547Z] 4c7163046ea9: Pulling fs layer [2022-04-11T22:45:03.547Z] 0c2d73faf560: Pulling fs layer [2022-04-11T22:45:03.547Z] 0c2d73faf560: Waiting [2022-04-11T22:45:03.547Z] 3e5f54012d9b: Verifying Checksum [2022-04-11T22:45:03.547Z] 3e5f54012d9b: Download complete [2022-04-11T22:45:03.547Z] a0d0a0d46f8b: Download complete [2022-04-11T22:45:03.547Z] 0c2d73faf560: Verifying Checksum [2022-04-11T22:45:03.547Z] 0c2d73faf560: Download complete [2022-04-11T22:45:03.547Z] 4c7163046ea9: Verifying Checksum [2022-04-11T22:45:03.547Z] 4c7163046ea9: Download complete [2022-04-11T22:45:03.807Z] a0d0a0d46f8b: Pull complete [2022-04-11T22:45:03.807Z] 3e5f54012d9b: Pull complete [2022-04-11T22:45:04.067Z] 4c7163046ea9: Pull complete [2022-04-11T22:45:04.328Z] 0c2d73faf560: Pull complete [2022-04-11T22:45:04.328Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-11T22:45:04.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-11T22:45:04.328Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-11T22:45:04.459Z] prd-ubuntu20.04-docker-8c-8g-20573 does not seem to be running inside a container [2022-04-11T22:45:04.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1123 -v /w/workspace/gexfoundry_device-sdk-go_PR-1123:/w/workspace/gexfoundry_device-sdk-go_PR-1123:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-11T22:45:05.191Z] $ docker top 1af6e760dbc739801fdfac4cd56767b17fbb1c3000efa3e16270bc6ec05ab355 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-11T22:45:05.303Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T22:45:05.303Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T22:45:05.413Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T22:45:05.401Z] $ docker exec 1af6e760dbc739801fdfac4cd56767b17fbb1c3000efa3e16270bc6ec05ab355 ssh-agent [2022-04-11T22:45:05.550Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeAmJch/agent.14 [2022-04-11T22:45:05.550Z] SSH_AGENT_PID=21 [2022-04-11T22:45:05.556Z] Running ssh-add (command line suppressed) [2022-04-11T22:45:05.657Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp/private_key_6851375196547812747.key (/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp/private_key_6851375196547812747.key) [2022-04-11T22:45:05.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T22:45:05.978Z] + git tag --points-at HEAD [Pipeline] } [2022-04-11T22:45:05.987Z] $ docker exec --env ******** --env ******** 1af6e760dbc739801fdfac4cd56767b17fbb1c3000efa3e16270bc6ec05ab355 ssh-agent -k [2022-04-11T22:45:06.097Z] unset SSH_AUTH_SOCK; [2022-04-11T22:45:06.098Z] unset SSH_AGENT_PID; [2022-04-11T22:45:06.098Z] echo Agent pid 21 killed; [2022-04-11T22:45:06.120Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-11T22:45:06.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-11T22:45:06.143Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-11T22:45:06.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-11T22:45:06.250Z] $ docker exec 1af6e760dbc739801fdfac4cd56767b17fbb1c3000efa3e16270bc6ec05ab355 ssh-agent [2022-04-11T22:45:06.391Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOEPGKf/agent.53 [2022-04-11T22:45:06.391Z] SSH_AGENT_PID=60 [2022-04-11T22:45:06.397Z] Running ssh-add (command line suppressed) [2022-04-11T22:45:06.509Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp/private_key_8495318612446884030.key (/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp/private_key_8495318612446884030.key) [2022-04-11T22:45:06.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-11T22:45:06.822Z] + git semver init [2022-04-11T22:45:06.822Z] # -> Open(): unable to determine branch for HEAD [2022-04-11T22:45:06.822Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1123/.git [2022-04-11T22:45:06.822Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1123 [2022-04-11T22:45:06.822Z] # $SEMVER_REMOTE_NAME = origin [2022-04-11T22:45:06.822Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-11T22:45:06.822Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-11T22:45:06.822Z] # $SEMVER_BRANCH = PR-1123 [2022-04-11T22:45:06.822Z] # $SEMVER_TEMP = /tmp/semver-085014489 [2022-04-11T22:45:06.822Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2022-04-11T22:45:07.767Z] # '/tmp/semver-085014489' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1123/.semver' [2022-04-11T22:45:07.767Z] # -> Force: false [2022-04-11T22:45:07.767Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1123/.semver [Pipeline] } [2022-04-11T22:45:07.766Z] $ docker exec --env ******** --env ******** 1af6e760dbc739801fdfac4cd56767b17fbb1c3000efa3e16270bc6ec05ab355 ssh-agent -k [2022-04-11T22:45:07.880Z] unset SSH_AUTH_SOCK; [2022-04-11T22:45:07.881Z] unset SSH_AGENT_PID; [2022-04-11T22:45:07.881Z] echo Agent pid 60 killed; [2022-04-11T22:45:07.904Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-11T22:45:08.216Z] + git semver [Pipeline] } [2022-04-11T22:45:08.220Z] $ docker stop --time=1 1af6e760dbc739801fdfac4cd56767b17fbb1c3000efa3e16270bc6ec05ab355 [2022-04-11T22:45:09.615Z] $ docker rm -f 1af6e760dbc739801fdfac4cd56767b17fbb1c3000efa3e16270bc6ec05ab355 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T22:45:09.987Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-11T22:45:10.242Z] Stashed 1 file(s) [Pipeline] echo [2022-04-11T22:45:10.246Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T22:45:10.363Z] provisioning config files... [2022-04-11T22:45:10.372Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp/config7816381732574262946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:45:10.673Z] ---> docker-login.sh [2022-04-11T22:45:10.673Z] nexus3.edgexfoundry.org:10001 [2022-04-11T22:45:10.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:10.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:10.673Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:10.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:10.673Z] [2022-04-11T22:45:10.673Z] Login Succeeded [2022-04-11T22:45:10.673Z] nexus3.edgexfoundry.org:10002 [2022-04-11T22:45:10.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:10.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:10.673Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:10.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:10.673Z] [2022-04-11T22:45:10.673Z] Login Succeeded [2022-04-11T22:45:10.673Z] nexus3.edgexfoundry.org:10003 [2022-04-11T22:45:10.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:10.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:10.934Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:10.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:10.934Z] [2022-04-11T22:45:10.934Z] Login Succeeded [2022-04-11T22:45:10.934Z] nexus3.edgexfoundry.org:10004 [2022-04-11T22:45:10.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:10.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:10.934Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:10.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:10.934Z] [2022-04-11T22:45:10.934Z] Login Succeeded [2022-04-11T22:45:10.934Z] docker.io [2022-04-11T22:45:11.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:45:11.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:45:11.456Z] Configure a credential helper to remove this warning. See [2022-04-11T22:45:11.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:45:11.456Z] [2022-04-11T22:45:11.456Z] Login Succeeded [2022-04-11T22:45:11.456Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T22:45:11.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-11T22:45:11.525Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-11T22:45:11.539Z] ========================================================= [2022-04-11T22:45:11.539Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-11T22:45:11.539Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:45:11.849Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-11T22:45:11.849Z] Sending build context to Docker daemon 9.583MB [2022-04-11T22:45:11.849Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T22:45:11.849Z] Step 2/11 : FROM ${BASE} AS builder [2022-04-11T22:45:11.849Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-11T22:45:11.849Z] 59bf1c3509f3: Pulling fs layer [2022-04-11T22:45:11.849Z] 666ba61612fd: Pulling fs layer [2022-04-11T22:45:11.849Z] 8ed8ca486205: Pulling fs layer [2022-04-11T22:45:11.849Z] 4fe6c5a15a65: Pulling fs layer [2022-04-11T22:45:11.849Z] 22a0e8bec74d: Pulling fs layer [2022-04-11T22:45:11.849Z] 640e595b4fbd: Pulling fs layer [2022-04-11T22:45:11.849Z] 763cafe07f6e: Pulling fs layer [2022-04-11T22:45:11.849Z] 0c0b528cf693: Pulling fs layer [2022-04-11T22:45:11.849Z] 10935f4eaf8b: Pulling fs layer [2022-04-11T22:45:11.849Z] 4fe6c5a15a65: Waiting [2022-04-11T22:45:11.849Z] 22a0e8bec74d: Waiting [2022-04-11T22:45:11.849Z] 640e595b4fbd: Waiting [2022-04-11T22:45:11.849Z] 763cafe07f6e: Waiting [2022-04-11T22:45:11.849Z] 0c0b528cf693: Waiting [2022-04-11T22:45:11.849Z] 10935f4eaf8b: Waiting [2022-04-11T22:45:12.110Z] 8ed8ca486205: Verifying Checksum [2022-04-11T22:45:12.110Z] 8ed8ca486205: Download complete [2022-04-11T22:45:12.110Z] 666ba61612fd: Verifying Checksum [2022-04-11T22:45:12.110Z] 666ba61612fd: Download complete [2022-04-11T22:45:12.110Z] 22a0e8bec74d: Verifying Checksum [2022-04-11T22:45:12.110Z] 22a0e8bec74d: Download complete [2022-04-11T22:45:12.110Z] 640e595b4fbd: Verifying Checksum [2022-04-11T22:45:12.110Z] 640e595b4fbd: Download complete [2022-04-11T22:45:12.110Z] 59bf1c3509f3: Verifying Checksum [2022-04-11T22:45:12.110Z] 59bf1c3509f3: Download complete [2022-04-11T22:45:12.110Z] 763cafe07f6e: Verifying Checksum [2022-04-11T22:45:12.110Z] 763cafe07f6e: Download complete [2022-04-11T22:45:12.110Z] 0c0b528cf693: Verifying Checksum [2022-04-11T22:45:12.110Z] 0c0b528cf693: Download complete [2022-04-11T22:45:12.110Z] 59bf1c3509f3: Pull complete [2022-04-11T22:45:12.372Z] 666ba61612fd: Pull complete [2022-04-11T22:45:12.372Z] 8ed8ca486205: Pull complete [2022-04-11T22:45:12.632Z] 10935f4eaf8b: Verifying Checksum [2022-04-11T22:45:12.632Z] 10935f4eaf8b: Download complete [2022-04-11T22:45:12.632Z] 4fe6c5a15a65: Download complete [2022-04-11T22:45:16.819Z] 4fe6c5a15a65: Pull complete [2022-04-11T22:45:16.820Z] 22a0e8bec74d: Pull complete [2022-04-11T22:45:16.820Z] 640e595b4fbd: Pull complete [2022-04-11T22:45:16.820Z] 763cafe07f6e: Pull complete [2022-04-11T22:45:16.820Z] 0c0b528cf693: Pull complete [2022-04-11T22:45:18.728Z] 10935f4eaf8b: Pull complete [2022-04-11T22:45:18.728Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-11T22:45:18.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-11T22:45:18.728Z] ---> 99d49a6021b9 [2022-04-11T22:45:18.728Z] Step 3/11 : ARG MAKE=make build [2022-04-11T22:45:20.115Z] ---> Running in 842a26befe49 [2022-04-11T22:45:20.115Z] Removing intermediate container 842a26befe49 [2022-04-11T22:45:20.115Z] ---> 5aba10ddbbd5 [2022-04-11T22:45:20.115Z] Step 4/11 : WORKDIR /device-sdk-go [2022-04-11T22:45:20.115Z] ---> Running in 703514b61eac [2022-04-11T22:45:20.115Z] Removing intermediate container 703514b61eac [2022-04-11T22:45:20.115Z] ---> 6b57691dd585 [2022-04-11T22:45:20.115Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-11T22:45:20.115Z] ---> Running in 5e1947fd12c0 [2022-04-11T22:45:20.115Z] Removing intermediate container 5e1947fd12c0 [2022-04-11T22:45:20.115Z] ---> 7b2a936b3d27 [2022-04-11T22:45:20.115Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T22:45:20.377Z] ---> Running in 0a12a92c9dcb [2022-04-11T22:45:20.948Z] Removing intermediate container 0a12a92c9dcb [2022-04-11T22:45:20.948Z] ---> f4dae3d2350f [2022-04-11T22:45:20.948Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-11T22:45:20.948Z] ---> Running in 7c76622cf6aa [2022-04-11T22:45:21.211Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-11T22:45:22.158Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-11T22:45:22.422Z] OK: 221 MiB in 52 packages [2022-04-11T22:45:22.685Z] Removing intermediate container 7c76622cf6aa [2022-04-11T22:45:22.685Z] ---> d287c903691a [2022-04-11T22:45:22.685Z] Step 8/11 : COPY go.mod vendor* ./ [2022-04-11T22:45:22.685Z] ---> dba65a2a51a2 [2022-04-11T22:45:22.685Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T22:45:22.947Z] ---> Running in 321473e4b048 [2022-04-11T22:45:25.332Z] Still waiting to schedule task [2022-04-11T22:45:25.332Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-20572’ [2022-04-11T22:45:35.254Z] Removing intermediate container 321473e4b048 [2022-04-11T22:45:35.254Z] ---> 46c815628ce3 [2022-04-11T22:45:35.254Z] Step 10/11 : COPY . . [2022-04-11T22:45:35.516Z] ---> 3967de32533d [2022-04-11T22:45:35.516Z] Step 11/11 : RUN ${MAKE} [2022-04-11T22:45:35.516Z] ---> Running in 18aea130fca8 [2022-04-11T22:45:35.777Z] noop [2022-04-11T22:45:36.040Z] Removing intermediate container 18aea130fca8 [2022-04-11T22:45:36.040Z] ---> ae571e15e07c [2022-04-11T22:45:36.040Z] Successfully built ae571e15e07c [2022-04-11T22:45:36.040Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:45:36.346Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-11T22:45:36.346Z] . [Pipeline] withDockerContainer [2022-04-11T22:45:36.425Z] prd-ubuntu20.04-docker-8c-8g-20573 does not seem to be running inside a container [2022-04-11T22:45:36.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1123 -v /w/workspace/gexfoundry_device-sdk-go_PR-1123:/w/workspace/gexfoundry_device-sdk-go_PR-1123:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-11T22:45:36.851Z] $ docker top 061e5e538fac4b827ec3363896d9091367cf735edbd98781addeed9fa2e1b5d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T22:45:37.211Z] + go version [2022-04-11T22:45:37.211Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-11T22:45:37.226Z] $ docker stop --time=1 061e5e538fac4b827ec3363896d9091367cf735edbd98781addeed9fa2e1b5d0 [2022-04-11T22:45:38.550Z] $ docker rm -f 061e5e538fac4b827ec3363896d9091367cf735edbd98781addeed9fa2e1b5d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:45:38.975Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-11T22:45:38.975Z] . [Pipeline] withDockerContainer [2022-04-11T22:45:39.047Z] prd-ubuntu20.04-docker-8c-8g-20573 does not seem to be running inside a container [2022-04-11T22:45:39.086Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1123 -v /w/workspace/gexfoundry_device-sdk-go_PR-1123:/w/workspace/gexfoundry_device-sdk-go_PR-1123:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-11T22:45:39.483Z] $ docker top 6f5f98cbfd9bcb96e45def047f2f2aa1f658e416621d4a027b7ad08be5a52869 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-11T22:45:39.864Z] + make test [2022-04-11T22:45:39.864Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-11T22:45:40.124Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-04-11T22:45:50.104Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-04-11T22:45:50.104Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-04-11T22:45:50.104Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-04-11T22:45:50.104Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.016s coverage: 23.3% of statements [2022-04-11T22:45:50.104Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-04-11T22:45:50.104Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.010s coverage: 27.6% of statements [2022-04-11T22:45:50.104Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.027s coverage: 78.9% of statements [2022-04-11T22:45:50.104Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.042s coverage: 10.8% of statements [2022-04-11T22:45:50.104Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-04-11T22:45:50.104Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-04-11T22:45:50.104Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-04-11T22:45:50.104Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.011s coverage: 33.2% of statements [2022-04-11T22:45:50.104Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-04-11T22:45:51.488Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.016s coverage: 86.1% of statements [2022-04-11T22:45:51.488Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-04-11T22:45:51.488Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-04-11T22:45:51.488Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.042s coverage: 57.4% of statements [2022-04-11T22:45:51.488Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.039s coverage: 89.2% of statements [2022-04-11T22:45:51.488Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-04-11T22:45:51.488Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.019s coverage: 4.8% of statements [2022-04-11T22:45:51.488Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-04-11T22:45:58.062Z] GO111MODULE=on go vet ./... [2022-04-11T22:46:02.257Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-11T22:46:02.257Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-11T22:46:02.257Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-11T22:46:02.270Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-11T22:46:02.290Z] $ docker stop --time=1 6f5f98cbfd9bcb96e45def047f2f2aa1f658e416621d4a027b7ad08be5a52869 [2022-04-11T22:46:04.159Z] $ docker rm -f 6f5f98cbfd9bcb96e45def047f2f2aa1f658e416621d4a027b7ad08be5a52869 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T22:46:04.624Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-11T22:46:04.710Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-11T22:46:05.347Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-11T22:46:05.636Z] + ls -al . [2022-04-11T22:46:05.636Z] total 316 [2022-04-11T22:46:05.636Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 11 22:46 . [2022-04-11T22:46:05.636Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 22:44 .. [2022-04-11T22:46:05.636Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 11 22:44 .dockerignore [2022-04-11T22:46:05.636Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 22:44 .git [2022-04-11T22:46:05.637Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 22:44 .github [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 11 22:44 .gitignore [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 11 22:44 .golangci.yml [2022-04-11T22:46:05.637Z] drwx------ 3 jenkins jenkins 4096 Apr 11 22:45 .semver [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 26321 Apr 11 22:44 CHANGELOG.md [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 22:44 GOVERNANCE.md [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 11 22:44 Jenkinsfile [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 11 22:44 LICENSE [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 2016 Apr 11 22:44 Makefile [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 11 22:44 OWNERS.md [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 4881 Apr 11 22:44 README.md [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 11 22:45 VERSION [2022-04-11T22:46:05.637Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 22:44 bin [2022-04-11T22:46:05.637Z] -rw-r--r-- 1 jenkins jenkins 129001 Apr 11 22:45 coverage.out [2022-04-11T22:46:05.637Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 11 22:44 example [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 3106 Apr 11 22:44 go.mod [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 53786 Apr 11 22:44 go.sum [2022-04-11T22:46:05.637Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 11 22:44 internal [2022-04-11T22:46:05.637Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 22:44 openapi [2022-04-11T22:46:05.637Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 11 22:44 pkg [2022-04-11T22:46:05.637Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 22:44 snap [2022-04-11T22:46:05.637Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 11 22:44 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:46:05.932Z] + 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=f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e --label arch=amd64 --label version=0.0.0 . [2022-04-11T22:46:05.932Z] Sending build context to Docker daemon 9.713MB [2022-04-11T22:46:05.932Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T22:46:05.932Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-11T22:46:05.932Z] ---> ae571e15e07c [2022-04-11T22:46:05.932Z] Step 3/25 : ARG MAKE=make build [2022-04-11T22:46:06.194Z] ---> Running in 7c7caf773d89 [2022-04-11T22:46:06.194Z] Removing intermediate container 7c7caf773d89 [2022-04-11T22:46:06.194Z] ---> 27002f86a566 [2022-04-11T22:46:06.194Z] Step 4/25 : WORKDIR /device-sdk-go [2022-04-11T22:46:06.194Z] ---> Running in 9a61e711600d [2022-04-11T22:46:06.194Z] Removing intermediate container 9a61e711600d [2022-04-11T22:46:06.194Z] ---> 2dd192f9043e [2022-04-11T22:46:06.194Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-11T22:46:06.454Z] ---> Running in 6c94379d62fe [2022-04-11T22:46:06.454Z] Removing intermediate container 6c94379d62fe [2022-04-11T22:46:06.454Z] ---> 17c02ba847c2 [2022-04-11T22:46:06.454Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T22:46:06.454Z] ---> Running in f5ed5a3421d6 [2022-04-11T22:46:07.027Z] Removing intermediate container f5ed5a3421d6 [2022-04-11T22:46:07.027Z] ---> 288ddbf755c8 [2022-04-11T22:46:07.027Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-11T22:46:07.027Z] ---> Running in a60f03976214 [2022-04-11T22:46:07.287Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-11T22:46:08.227Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-11T22:46:08.488Z] OK: 221 MiB in 52 packages [2022-04-11T22:46:08.748Z] Removing intermediate container a60f03976214 [2022-04-11T22:46:08.748Z] ---> 444b7cde110d [2022-04-11T22:46:08.748Z] Step 8/25 : COPY go.mod vendor* ./ [2022-04-11T22:46:09.007Z] ---> f821024fabd8 [2022-04-11T22:46:09.007Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T22:46:09.007Z] ---> Running in 11bea1d168aa [2022-04-11T22:46:09.577Z] Removing intermediate container 11bea1d168aa [2022-04-11T22:46:09.577Z] ---> 815e5d59fa5c [2022-04-11T22:46:09.577Z] Step 10/25 : COPY . . [2022-04-11T22:46:10.153Z] ---> 7111ecba591d [2022-04-11T22:46:10.153Z] Step 11/25 : RUN ${MAKE} [2022-04-11T22:46:10.153Z] ---> Running in 4e79bb6b6c17 [2022-04-11T22:46:10.412Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-04-11T22:46:28.532Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-04-11T22:46:29.101Z] Removing intermediate container 4e79bb6b6c17 [2022-04-11T22:46:29.101Z] ---> 47801718fba6 [2022-04-11T22:46:29.101Z] Step 12/25 : FROM alpine:3.14 [2022-04-11T22:46:29.670Z] 3.14: Pulling from library/alpine [2022-04-11T22:46:29.929Z] 8663204ce13b: Pulling fs layer [2022-04-11T22:46:29.929Z] 8663204ce13b: Verifying Checksum [2022-04-11T22:46:29.929Z] 8663204ce13b: Download complete [2022-04-11T22:46:30.189Z] 8663204ce13b: Pull complete [2022-04-11T22:46:30.189Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-11T22:46:30.189Z] Status: Downloaded newer image for alpine:3.14 [2022-04-11T22:46:30.189Z] ---> e04c818066af [2022-04-11T22:46:30.189Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-11T22:46:30.189Z] ---> Running in cb7d4c8ea2c4 [2022-04-11T22:46:30.450Z] Removing intermediate container cb7d4c8ea2c4 [2022-04-11T22:46:30.450Z] ---> c53079483822 [2022-04-11T22:46:30.450Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T22:46:30.450Z] ---> Running in 3164b4b83069 [2022-04-11T22:46:31.019Z] Removing intermediate container 3164b4b83069 [2022-04-11T22:46:31.019Z] ---> d4ff0b53f4ed [2022-04-11T22:46:31.019Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-04-11T22:46:31.019Z] ---> Running in c37bd3e18a94 [2022-04-11T22:46:31.279Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-11T22:46:32.220Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-11T22:46:32.480Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-04-11T22:46:32.480Z] (2/5) Installing libsodium (1.0.18-r0) [2022-04-11T22:46:32.480Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-11T22:46:32.740Z] (4/5) Installing libzmq (4.3.4-r0) [2022-04-11T22:46:32.740Z] (5/5) Installing zeromq (4.3.4-r0) [2022-04-11T22:46:32.740Z] Executing busybox-1.33.1-r7.trigger [2022-04-11T22:46:32.740Z] OK: 8 MiB in 19 packages [2022-04-11T22:46:33.309Z] Removing intermediate container c37bd3e18a94 [2022-04-11T22:46:33.309Z] ---> fd6b1d8082e4 [2022-04-11T22:46:33.309Z] Step 16/25 : WORKDIR / [2022-04-11T22:46:33.309Z] ---> Running in 28afa44b1c9a [2022-04-11T22:46:33.309Z] Removing intermediate container 28afa44b1c9a [2022-04-11T22:46:33.309Z] ---> 7cb2e74d94c1 [2022-04-11T22:46:33.309Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-04-11T22:46:33.569Z] ---> 34ab7ed3ba84 [2022-04-11T22:46:33.569Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-04-11T22:46:34.138Z] ---> 2fbb0651147b [2022-04-11T22:46:34.138Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-04-11T22:46:34.138Z] ---> 779d6e80a687 [2022-04-11T22:46:34.138Z] Step 20/25 : EXPOSE 59999 [2022-04-11T22:46:34.138Z] ---> Running in fc949a28c2ca [2022-04-11T22:46:34.397Z] Removing intermediate container fc949a28c2ca [2022-04-11T22:46:34.397Z] ---> 8e1cb8af3376 [2022-04-11T22:46:34.397Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-04-11T22:46:34.397Z] ---> Running in e85d3f14599c [2022-04-11T22:46:34.397Z] Removing intermediate container e85d3f14599c [2022-04-11T22:46:34.397Z] ---> ade4083e2751 [2022-04-11T22:46:34.397Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-11T22:46:34.397Z] ---> Running in 11c8185b48b4 [2022-04-11T22:46:34.657Z] Removing intermediate container 11c8185b48b4 [2022-04-11T22:46:34.657Z] ---> 807c99c63f4c [2022-04-11T22:46:34.657Z] Step 23/25 : LABEL arch=amd64 [2022-04-11T22:46:34.657Z] ---> Running in fd93399d0e4c [2022-04-11T22:46:34.657Z] Removing intermediate container fd93399d0e4c [2022-04-11T22:46:34.657Z] ---> 3f6d8ee1d463 [2022-04-11T22:46:34.657Z] Step 24/25 : LABEL git_sha=f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e [2022-04-11T22:46:34.657Z] ---> Running in 26996bc0a08b [2022-04-11T22:46:34.918Z] Removing intermediate container 26996bc0a08b [2022-04-11T22:46:34.918Z] ---> c18e9b0ff344 [2022-04-11T22:46:34.918Z] Step 25/25 : LABEL version=0.0.0 [2022-04-11T22:46:34.918Z] ---> Running in 238dec8e042a [2022-04-11T22:46:34.918Z] Removing intermediate container 238dec8e042a [2022-04-11T22:46:34.918Z] ---> aae00202441f [2022-04-11T22:46:34.918Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-11T22:46:34.918Z] Successfully built aae00202441f [2022-04-11T22:46:34.918Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:46:35.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T22:46:35.338Z] [2022-04-11T22:46:35.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:46:35.641Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T22:46:35.641Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-11T22:46:35.641Z] 5eb5b503b376: Pulling fs layer [2022-04-11T22:46:35.641Z] 5c69ac0246d0: Pulling fs layer [2022-04-11T22:46:35.641Z] ec43610c2a17: Pulling fs layer [2022-04-11T22:46:35.641Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-11T22:46:35.641Z] 33b1e0a273af: Pulling fs layer [2022-04-11T22:46:35.641Z] 5d3b04190fa2: Pulling fs layer [2022-04-11T22:46:35.641Z] 2f39f015ded8: Pulling fs layer [2022-04-11T22:46:35.641Z] 2f39f015ded8: Waiting [2022-04-11T22:46:35.641Z] 33b1e0a273af: Waiting [2022-04-11T22:46:35.641Z] 3a2ae6a8a46f: Waiting [2022-04-11T22:46:35.641Z] 5d3b04190fa2: Waiting [2022-04-11T22:46:35.641Z] 5c69ac0246d0: Verifying Checksum [2022-04-11T22:46:35.641Z] 5c69ac0246d0: Download complete [2022-04-11T22:46:35.641Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-11T22:46:35.641Z] 3a2ae6a8a46f: Download complete [2022-04-11T22:46:35.641Z] 33b1e0a273af: Verifying Checksum [2022-04-11T22:46:35.641Z] 33b1e0a273af: Download complete [2022-04-11T22:46:35.641Z] 5d3b04190fa2: Verifying Checksum [2022-04-11T22:46:35.641Z] 5d3b04190fa2: Download complete [2022-04-11T22:46:35.641Z] ec43610c2a17: Verifying Checksum [2022-04-11T22:46:35.641Z] ec43610c2a17: Download complete [2022-04-11T22:46:35.900Z] 5eb5b503b376: Verifying Checksum [2022-04-11T22:46:35.900Z] 5eb5b503b376: Download complete [2022-04-11T22:46:36.468Z] 2f39f015ded8: Download complete [2022-04-11T22:46:37.035Z] 5eb5b503b376: Pull complete [2022-04-11T22:46:37.294Z] 5c69ac0246d0: Pull complete [2022-04-11T22:46:37.861Z] ec43610c2a17: Pull complete [2022-04-11T22:46:37.861Z] 3a2ae6a8a46f: Pull complete [2022-04-11T22:46:37.861Z] 33b1e0a273af: Pull complete [2022-04-11T22:46:38.121Z] 5d3b04190fa2: Pull complete [2022-04-11T22:46:43.384Z] 2f39f015ded8: Pull complete [2022-04-11T22:46:43.384Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-11T22:46:43.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T22:46:43.385Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-11T22:46:43.453Z] prd-ubuntu20.04-docker-8c-8g-20573 does not seem to be running inside a container [2022-04-11T22:46:43.491Z] $ 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-1123 -v /w/workspace/gexfoundry_device-sdk-go_PR-1123:/w/workspace/gexfoundry_device-sdk-go_PR-1123:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-11T22:46:45.174Z] $ docker top 7c001c474d7a0ac581feca02940dd6ec4b017c5baca94b3f5a62fbcd2cb3411c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:46:45.559Z] ---> job-cost.sh [2022-04-11T22:46:45.559Z] lf-activate-venv: SKIPPING [2022-04-11T22:46:45.559Z] INFO: No Stack... [2022-04-11T22:46:46.129Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-11T22:46:46.389Z] INFO: Archiving Costs [Pipeline] sh [2022-04-11T22:46:46.680Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1123/archives/cost.csv [2022-04-11T22:46:46.680Z] + cut -d, -f6 [Pipeline] lock [2022-04-11T22:46:46.697Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1123-3-stack-cost] [2022-04-11T22:46:46.706Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1123-3-stack-cost] did not exist. Created. [2022-04-11T22:46:46.706Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1123-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-11T22:46:47.014Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-11T22:46:47.050Z] Stashed 1 file(s) [Pipeline] } [2022-04-11T22:46:47.059Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1123-3-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-11T22:46:47.085Z] $ docker stop --time=1 7c001c474d7a0ac581feca02940dd6ec4b017c5baca94b3f5a62fbcd2cb3411c [2022-04-11T22:46:48.270Z] $ docker rm -f 7c001c474d7a0ac581feca02940dd6ec4b017c5baca94b3f5a62fbcd2cb3411c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-11T22:48:52.532Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-20575 in /w/workspace/gexfoundry_device-sdk-go_PR-1123 [Pipeline] { [Pipeline] ws [2022-04-11T22:48:52.545Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2022-04-11T22:48:52.827Z] The recommended git tool is: git [2022-04-11T22:49:00.455Z] using credential edgex-jenkins-ssh [2022-04-11T22:49:00.475Z] Cloning the remote Git repository [2022-04-11T22:49:00.563Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-04-11T22:49:00.648Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2022-04-11T22:49:00.798Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-04-11T22:49:00.799Z] > git --version # timeout=10 [2022-04-11T22:49:00.878Z] > git --version # 'git version 2.25.1' [2022-04-11T22:49:00.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-11T22:49:01.094Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-11T22:49:02.837Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-04-11T22:49:02.909Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-11T22:49:02.940Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-04-11T22:49:02.975Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-04-11T22:49:02.976Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-11T22:49:02.990Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1123/head:refs/remotes/origin/PR-1123 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-11T22:49:03.648Z] Merging remotes/origin/main commit c11ae5f9cc83784f65659a881f6412b77a9cc0d8 into PR head commit 854a1d02177849dfca254246521bbb7ea3bc181d [2022-04-11T22:49:04.003Z] Merge succeeded, producing 3325adb14315d6a270dca8262662c3c97c14334c [2022-04-11T22:49:04.003Z] Checking out Revision 3325adb14315d6a270dca8262662c3c97c14334c (PR-1123) [2022-04-11T22:49:03.683Z] > git config core.sparsecheckout # timeout=10 [2022-04-11T22:49:03.719Z] > git checkout -f 854a1d02177849dfca254246521bbb7ea3bc181d # timeout=10 [2022-04-11T22:49:03.850Z] > git remote # timeout=10 [2022-04-11T22:49:03.872Z] > git config --get remote.origin.url # timeout=10 [2022-04-11T22:49:03.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-11T22:49:03.902Z] > git merge c11ae5f9cc83784f65659a881f6412b77a9cc0d8 # timeout=10 [2022-04-11T22:49:03.992Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-11T22:49:04.015Z] > git config core.sparsecheckout # timeout=10 [2022-04-11T22:49:04.070Z] > git checkout -f 3325adb14315d6a270dca8262662c3c97c14334c # timeout=10 [2022-04-11T22:49:08.564Z] Commit message: "Merge commit 'c11ae5f9cc83784f65659a881f6412b77a9cc0d8' into HEAD" [2022-04-11T22:49:08.589Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T22:49:08.577Z] > git rev-list --no-walk 0585fd7db716542023b240f973d745842ef6e787 # timeout=10 [2022-04-11T22:49:09.636Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-11T22:49:09.636Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-11T22:49:09.636Z] Dload Upload Total Spent Left Speed [2022-04-11T22:49:09.636Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 48142 0 --:--:-- --:--:-- --:--:-- 48338 [Pipeline] sh [2022-04-11T22:49:10.158Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-11T22:49:10.517Z] + sudo tee /etc/docker/daemon.new [2022-04-11T22:49:10.517Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-11T22:49:10.517Z] { [2022-04-11T22:49:10.517Z] "registry-mirrors": [ [2022-04-11T22:49:10.517Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-11T22:49:10.517Z] ], [2022-04-11T22:49:10.517Z] "bip": "10.250.0.254/24", [2022-04-11T22:49:10.517Z] "hosts": [ [2022-04-11T22:49:10.517Z] "tcp://0.0.0.0:5555", [2022-04-11T22:49:10.517Z] "unix:///var/run/docker.sock" [2022-04-11T22:49:10.517Z] ], [2022-04-11T22:49:10.517Z] "mtu": 1458, [2022-04-11T22:49:10.517Z] "selinux-enabled": true, [2022-04-11T22:49:10.517Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-11T22:49:10.517Z] } [Pipeline] sh [2022-04-11T22:49:10.866Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-11T22:49:11.221Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T22:49:29.639Z] provisioning config files... [2022-04-11T22:49:29.663Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4651769738243479506tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:49:30.018Z] ---> docker-login.sh [2022-04-11T22:49:30.018Z] nexus3.edgexfoundry.org:10001 [2022-04-11T22:49:30.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:49:30.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:49:30.888Z] Configure a credential helper to remove this warning. See [2022-04-11T22:49:30.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:49:30.888Z] [2022-04-11T22:49:30.888Z] Login Succeeded [2022-04-11T22:49:31.162Z] nexus3.edgexfoundry.org:10002 [2022-04-11T22:49:31.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:49:31.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:49:31.437Z] Configure a credential helper to remove this warning. See [2022-04-11T22:49:31.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:49:31.437Z] [2022-04-11T22:49:31.437Z] Login Succeeded [2022-04-11T22:49:31.437Z] nexus3.edgexfoundry.org:10003 [2022-04-11T22:49:32.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:49:32.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:49:32.039Z] Configure a credential helper to remove this warning. See [2022-04-11T22:49:32.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:49:32.039Z] [2022-04-11T22:49:32.039Z] Login Succeeded [2022-04-11T22:49:32.039Z] nexus3.edgexfoundry.org:10004 [2022-04-11T22:49:32.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:49:32.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:49:32.587Z] Configure a credential helper to remove this warning. See [2022-04-11T22:49:32.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:49:32.587Z] [2022-04-11T22:49:32.587Z] Login Succeeded [2022-04-11T22:49:32.587Z] docker.io [2022-04-11T22:49:32.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-11T22:49:33.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-11T22:49:33.454Z] Configure a credential helper to remove this warning. See [2022-04-11T22:49:33.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-11T22:49:33.454Z] [2022-04-11T22:49:33.454Z] Login Succeeded [2022-04-11T22:49:33.454Z] ---> docker-login.sh ends [Pipeline] } [2022-04-11T22:49:33.472Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-11T22:49:33.957Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-11T22:49:33.970Z] ========================================================= [2022-04-11T22:49:33.970Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-11T22:49:33.970Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:49:34.332Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-11T22:49:34.935Z] Sending build context to Docker daemon 5.166MB [2022-04-11T22:49:34.935Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T22:49:34.935Z] Step 2/11 : FROM ${BASE} AS builder [2022-04-11T22:49:34.935Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-11T22:49:34.935Z] 9b3977197b4f: Pulling fs layer [2022-04-11T22:49:34.935Z] 1a89e8eeedd5: Pulling fs layer [2022-04-11T22:49:34.935Z] 94645a83ff95: Pulling fs layer [2022-04-11T22:49:34.935Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-11T22:49:34.935Z] 0c92f367c5e7: Pulling fs layer [2022-04-11T22:49:34.935Z] f7c0051592d6: Pulling fs layer [2022-04-11T22:49:34.935Z] 3f3a8bcf1eab: Waiting [2022-04-11T22:49:34.935Z] 0c92f367c5e7: Waiting [2022-04-11T22:49:34.935Z] a227ed2f7395: Pulling fs layer [2022-04-11T22:49:34.935Z] 7b1c46037f91: Pulling fs layer [2022-04-11T22:49:34.935Z] f7c0051592d6: Waiting [2022-04-11T22:49:34.935Z] a227ed2f7395: Waiting [2022-04-11T22:49:34.935Z] 7b1c46037f91: Waiting [2022-04-11T22:49:34.935Z] 94645a83ff95: Verifying Checksum [2022-04-11T22:49:34.935Z] 94645a83ff95: Download complete [2022-04-11T22:49:34.935Z] 1a89e8eeedd5: Verifying Checksum [2022-04-11T22:49:34.935Z] 1a89e8eeedd5: Download complete [2022-04-11T22:49:35.214Z] 0c92f367c5e7: Verifying Checksum [2022-04-11T22:49:35.214Z] 0c92f367c5e7: Download complete [2022-04-11T22:49:35.214Z] f7c0051592d6: Verifying Checksum [2022-04-11T22:49:35.214Z] f7c0051592d6: Download complete [2022-04-11T22:49:35.214Z] 9b3977197b4f: Verifying Checksum [2022-04-11T22:49:35.214Z] 9b3977197b4f: Download complete [2022-04-11T22:49:35.214Z] a227ed2f7395: Verifying Checksum [2022-04-11T22:49:35.214Z] a227ed2f7395: Download complete [2022-04-11T22:49:35.823Z] 9b3977197b4f: Pull complete [2022-04-11T22:49:36.439Z] 1a89e8eeedd5: Pull complete [2022-04-11T22:49:36.715Z] 94645a83ff95: Pull complete [2022-04-11T22:49:37.319Z] 7b1c46037f91: Verifying Checksum [2022-04-11T22:49:37.319Z] 7b1c46037f91: Download complete [2022-04-11T22:49:37.928Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-11T22:49:37.928Z] 3f3a8bcf1eab: Download complete [2022-04-11T22:49:50.444Z] 3f3a8bcf1eab: Pull complete [2022-04-11T22:49:50.444Z] 0c92f367c5e7: Pull complete [2022-04-11T22:49:50.444Z] f7c0051592d6: Pull complete [2022-04-11T22:49:50.719Z] a227ed2f7395: Pull complete [2022-04-11T22:49:57.450Z] 7b1c46037f91: Pull complete [2022-04-11T22:49:57.450Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-11T22:49:57.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-11T22:49:57.450Z] ---> f79e39bc4007 [2022-04-11T22:49:57.450Z] Step 3/11 : ARG MAKE=make build [2022-04-11T22:49:58.440Z] ---> Running in b3061bf99837 [2022-04-11T22:49:58.440Z] Removing intermediate container b3061bf99837 [2022-04-11T22:49:58.440Z] ---> 0a278966f8ba [2022-04-11T22:49:58.440Z] Step 4/11 : WORKDIR /device-sdk-go [2022-04-11T22:49:58.716Z] ---> Running in fe208c18e5a7 [2022-04-11T22:49:58.990Z] Removing intermediate container fe208c18e5a7 [2022-04-11T22:49:58.990Z] ---> d0fb54c974bb [2022-04-11T22:49:58.990Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-11T22:49:58.990Z] ---> Running in 3a08fa5078bd [2022-04-11T22:49:59.264Z] Removing intermediate container 3a08fa5078bd [2022-04-11T22:49:59.264Z] ---> 466151388f5f [2022-04-11T22:49:59.264Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T22:49:59.264Z] ---> Running in 7386fe3f4829 [2022-04-11T22:50:01.258Z] Removing intermediate container 7386fe3f4829 [2022-04-11T22:50:01.258Z] ---> a7b9bc05569e [2022-04-11T22:50:01.258Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-11T22:50:01.258Z] ---> Running in bd2c655485d3 [2022-04-11T22:50:02.242Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-11T22:50:03.218Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-11T22:50:03.816Z] OK: 220 MiB in 52 packages [2022-04-11T22:50:04.820Z] Removing intermediate container bd2c655485d3 [2022-04-11T22:50:04.820Z] ---> 92dcd611857e [2022-04-11T22:50:04.820Z] Step 8/11 : COPY go.mod vendor* ./ [2022-04-11T22:50:05.096Z] ---> 8e6c94cd644e [2022-04-11T22:50:05.096Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T22:50:05.096Z] ---> Running in 22ee9e1f0c83 [2022-04-11T22:50:52.121Z] Removing intermediate container 22ee9e1f0c83 [2022-04-11T22:50:52.121Z] ---> 8b15e7f2c26f [2022-04-11T22:50:52.121Z] Step 10/11 : COPY . . [2022-04-11T22:50:52.121Z] ---> b74cc174c767 [2022-04-11T22:50:52.121Z] Step 11/11 : RUN ${MAKE} [2022-04-11T22:50:52.121Z] ---> Running in 86875b9a6695 [2022-04-11T22:50:53.104Z] noop [2022-04-11T22:50:53.378Z] Removing intermediate container 86875b9a6695 [2022-04-11T22:50:53.378Z] ---> ccfbb6cc054f [2022-04-11T22:50:53.652Z] Successfully built ccfbb6cc054f [2022-04-11T22:50:53.652Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:50:53.996Z] + docker inspect -f . ci-base-image-arm64 [2022-04-11T22:50:53.996Z] . [Pipeline] withDockerContainer [2022-04-11T22:50:54.237Z] prd-ubuntu20.04-docker-arm64-4c-16g-20575 does not seem to be running inside a container [2022-04-11T22:50:54.325Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-11T22:50:55.654Z] $ docker top e1f7824ade5adb027f5e3416d74b54ba546422a068c919460baf3c2492afe3e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T22:50:56.563Z] + go version [2022-04-11T22:50:56.563Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-11T22:50:56.595Z] $ docker stop --time=1 e1f7824ade5adb027f5e3416d74b54ba546422a068c919460baf3c2492afe3e1 [2022-04-11T22:50:58.218Z] $ docker rm -f e1f7824ade5adb027f5e3416d74b54ba546422a068c919460baf3c2492afe3e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:50:58.838Z] + docker inspect -f . ci-base-image-arm64 [2022-04-11T22:50:58.838Z] . [Pipeline] withDockerContainer [2022-04-11T22:50:59.062Z] prd-ubuntu20.04-docker-arm64-4c-16g-20575 does not seem to be running inside a container [2022-04-11T22:50:59.151Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-11T22:51:00.418Z] $ docker top d454f14e05dc15c32f20a494941282be2df2938414a9013e9455ef1f630f46a7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-11T22:51:01.323Z] + make test [2022-04-11T22:51:01.323Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-11T22:51:03.307Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-04-11T22:52:25.148Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-04-11T22:52:25.148Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-04-11T22:52:25.148Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-04-11T22:52:25.148Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.146s coverage: 23.3% of statements [2022-04-11T22:52:25.148Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-04-11T22:52:25.148Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.159s coverage: 27.6% of statements [2022-04-11T22:52:25.148Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.068s coverage: 78.9% of statements [2022-04-11T22:52:25.148Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.056s coverage: 10.8% of statements [2022-04-11T22:52:25.148Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-04-11T22:52:25.148Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-04-11T22:52:25.148Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-04-11T22:52:30.590Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.116s coverage: 33.2% of statements [2022-04-11T22:52:30.590Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-04-11T22:52:31.188Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.124s coverage: 86.1% of statements [2022-04-11T22:52:31.188Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-04-11T22:52:31.188Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-04-11T22:52:31.188Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 57.4% of statements [2022-04-11T22:52:31.188Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.232s coverage: 89.2% of statements [2022-04-11T22:52:31.188Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-04-11T22:52:34.586Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 4.8% of statements [2022-04-11T22:52:34.586Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-04-11T22:52:34.586Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-11T22:52:34.586Z] GO111MODULE=on go vet ./... [2022-04-11T22:53:01.399Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-11T22:53:01.399Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-11T22:53:01.399Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-11T22:53:04.045Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-11T22:53:04.066Z] $ docker stop --time=1 d454f14e05dc15c32f20a494941282be2df2938414a9013e9455ef1f630f46a7 [2022-04-11T22:53:05.844Z] $ docker rm -f d454f14e05dc15c32f20a494941282be2df2938414a9013e9455ef1f630f46a7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-11T22:53:06.779Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-11T22:53:06.810Z] Warning: overwriting stash ‘coverage-report’ [2022-04-11T22:53:07.363Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-11T22:53:07.757Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-11T22:53:08.093Z] + ls -al . [2022-04-11T22:53:08.093Z] total 312 [2022-04-11T22:53:08.093Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 22:53 . [2022-04-11T22:53:08.093Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 22:49 .. [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 11 22:49 .dockerignore [2022-04-11T22:53:08.093Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 22:49 .git [2022-04-11T22:53:08.093Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 22:49 .github [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 11 22:49 .gitignore [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 11 22:49 .golangci.yml [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 26321 Apr 11 22:49 CHANGELOG.md [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 22:49 GOVERNANCE.md [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 11 22:49 Jenkinsfile [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 11 22:49 LICENSE [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 2016 Apr 11 22:49 Makefile [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 11 22:49 OWNERS.md [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 4881 Apr 11 22:49 README.md [2022-04-11T22:53:08.093Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 11 22:45 VERSION [2022-04-11T22:53:08.094Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 22:49 bin [2022-04-11T22:53:08.094Z] -rw-r--r-- 1 jenkins jenkins 129001 Apr 11 22:52 coverage.out [2022-04-11T22:53:08.094Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 11 22:49 example [2022-04-11T22:53:08.094Z] -rw-rw-r-- 1 jenkins jenkins 3106 Apr 11 22:49 go.mod [2022-04-11T22:53:08.094Z] -rw-rw-r-- 1 jenkins jenkins 53786 Apr 11 22:49 go.sum [2022-04-11T22:53:08.094Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 11 22:49 internal [2022-04-11T22:53:08.094Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 11 22:49 openapi [2022-04-11T22:53:08.094Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 11 22:49 pkg [2022-04-11T22:53:08.094Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 22:49 snap [2022-04-11T22:53:08.094Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 11 22:49 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:53:08.436Z] + 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=3325adb14315d6a270dca8262662c3c97c14334c --label arch=arm64 --label version=0.0.0 . [2022-04-11T22:53:08.708Z] Sending build context to Docker daemon 5.296MB [2022-04-11T22:53:08.980Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-04-11T22:53:08.980Z] Step 2/25 : FROM ${BASE} AS builder [2022-04-11T22:53:08.980Z] ---> ccfbb6cc054f [2022-04-11T22:53:08.980Z] Step 3/25 : ARG MAKE=make build [2022-04-11T22:53:08.980Z] ---> Running in 5d61e712d00d [2022-04-11T22:53:09.253Z] Removing intermediate container 5d61e712d00d [2022-04-11T22:53:09.253Z] ---> d473f3f4479a [2022-04-11T22:53:09.253Z] Step 4/25 : WORKDIR /device-sdk-go [2022-04-11T22:53:09.525Z] ---> Running in cd65f3290b83 [2022-04-11T22:53:09.797Z] Removing intermediate container cd65f3290b83 [2022-04-11T22:53:09.797Z] ---> bf1d9edf4aac [2022-04-11T22:53:09.797Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-11T22:53:09.797Z] ---> Running in 6835584631c0 [2022-04-11T22:53:10.069Z] Removing intermediate container 6835584631c0 [2022-04-11T22:53:10.069Z] ---> bf65255e7001 [2022-04-11T22:53:10.070Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T22:53:10.070Z] ---> Running in 88686752c416 [2022-04-11T22:53:12.042Z] Removing intermediate container 88686752c416 [2022-04-11T22:53:12.042Z] ---> 33867e0274e6 [2022-04-11T22:53:12.042Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-04-11T22:53:12.042Z] ---> Running in 825a83ec8e10 [2022-04-11T22:53:12.637Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-11T22:53:13.613Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-11T22:53:14.625Z] OK: 220 MiB in 52 packages [2022-04-11T22:53:15.228Z] Removing intermediate container 825a83ec8e10 [2022-04-11T22:53:15.228Z] ---> deb9efdcacdb [2022-04-11T22:53:15.228Z] Step 8/25 : COPY go.mod vendor* ./ [2022-04-11T22:53:15.824Z] ---> aa344fa50062 [2022-04-11T22:53:15.824Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-11T22:53:15.824Z] ---> Running in 8ca2857d09e7 [2022-04-11T22:53:17.807Z] Removing intermediate container 8ca2857d09e7 [2022-04-11T22:53:17.807Z] ---> 89f92f2f081c [2022-04-11T22:53:17.807Z] Step 10/25 : COPY . . [2022-04-11T22:53:18.797Z] ---> ad4e7f801b8e [2022-04-11T22:53:18.797Z] Step 11/25 : RUN ${MAKE} [2022-04-11T22:53:19.075Z] ---> Running in c062b0d3adb5 [2022-04-11T22:53:20.064Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-04-11T22:55:26.984Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-04-11T22:55:26.984Z] Removing intermediate container c062b0d3adb5 [2022-04-11T22:55:26.984Z] ---> f531e3734249 [2022-04-11T22:55:26.984Z] Step 12/25 : FROM alpine:3.14 [2022-04-11T22:55:26.984Z] 3.14: Pulling from library/alpine [2022-04-11T22:55:26.984Z] 455c02918c45: Pulling fs layer [2022-04-11T22:55:26.984Z] 455c02918c45: Verifying Checksum [2022-04-11T22:55:26.984Z] 455c02918c45: Download complete [2022-04-11T22:55:26.984Z] 455c02918c45: Pull complete [2022-04-11T22:55:26.985Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-11T22:55:26.985Z] Status: Downloaded newer image for alpine:3.14 [2022-04-11T22:55:26.985Z] ---> ac73e934f311 [2022-04-11T22:55:26.985Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-04-11T22:55:26.985Z] ---> Running in cdd82dd3b11e [2022-04-11T22:55:26.985Z] Removing intermediate container cdd82dd3b11e [2022-04-11T22:55:26.985Z] ---> 30003d2a7158 [2022-04-11T22:55:26.985Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-11T22:55:26.985Z] ---> Running in fb4c65409f79 [2022-04-11T22:55:26.985Z] Removing intermediate container fb4c65409f79 [2022-04-11T22:55:26.985Z] ---> 17c216790fd3 [2022-04-11T22:55:26.985Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-04-11T22:55:26.985Z] ---> Running in 71bea4d699c0 [2022-04-11T22:55:26.985Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-11T22:55:27.584Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-11T22:55:28.180Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-04-11T22:55:28.454Z] (2/5) Installing libsodium (1.0.18-r0) [2022-04-11T22:55:28.454Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-11T22:55:28.732Z] (4/5) Installing libzmq (4.3.4-r0) [2022-04-11T22:55:28.732Z] (5/5) Installing zeromq (4.3.4-r0) [2022-04-11T22:55:28.732Z] Executing busybox-1.33.1-r7.trigger [2022-04-11T22:55:28.732Z] OK: 8 MiB in 19 packages [2022-04-11T22:55:29.721Z] Removing intermediate container 71bea4d699c0 [2022-04-11T22:55:29.721Z] ---> ec982c6c3563 [2022-04-11T22:55:29.721Z] Step 16/25 : WORKDIR / [2022-04-11T22:55:29.721Z] ---> Running in b167831091bd [2022-04-11T22:55:30.009Z] Removing intermediate container b167831091bd [2022-04-11T22:55:30.009Z] ---> 77e112ed3743 [2022-04-11T22:55:30.009Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-04-11T22:55:30.605Z] ---> caad995adc42 [2022-04-11T22:55:30.605Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-04-11T22:55:32.585Z] ---> 2bbf6b776889 [2022-04-11T22:55:32.585Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-04-11T22:55:32.860Z] ---> 2c6a6b07c649 [2022-04-11T22:55:32.860Z] Step 20/25 : EXPOSE 59999 [2022-04-11T22:55:32.860Z] ---> Running in 1b646ab289b3 [2022-04-11T22:55:33.135Z] Removing intermediate container 1b646ab289b3 [2022-04-11T22:55:33.135Z] ---> a6a76ea27e59 [2022-04-11T22:55:33.135Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-04-11T22:55:33.416Z] ---> Running in 26fbab9eb0a4 [2022-04-11T22:55:33.692Z] Removing intermediate container 26fbab9eb0a4 [2022-04-11T22:55:33.692Z] ---> ae2ff6eebcd8 [2022-04-11T22:55:33.692Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-11T22:55:33.692Z] ---> Running in 28ee6ff564ed [2022-04-11T22:55:33.967Z] Removing intermediate container 28ee6ff564ed [2022-04-11T22:55:33.967Z] ---> b280a750c421 [2022-04-11T22:55:33.967Z] Step 23/25 : LABEL arch=arm64 [2022-04-11T22:55:33.967Z] ---> Running in 3f09fa5284e9 [2022-04-11T22:55:34.248Z] Removing intermediate container 3f09fa5284e9 [2022-04-11T22:55:34.248Z] ---> 6d706b5dc7e9 [2022-04-11T22:55:34.248Z] Step 24/25 : LABEL git_sha=3325adb14315d6a270dca8262662c3c97c14334c [2022-04-11T22:55:34.526Z] ---> Running in 44b80bfe2555 [2022-04-11T22:55:34.801Z] Removing intermediate container 44b80bfe2555 [2022-04-11T22:55:34.801Z] ---> 6981bcea2cf2 [2022-04-11T22:55:34.801Z] Step 25/25 : LABEL version=0.0.0 [2022-04-11T22:55:34.801Z] ---> Running in dccd39078f6e [2022-04-11T22:55:35.074Z] Removing intermediate container dccd39078f6e [2022-04-11T22:55:35.074Z] ---> 9329b67a9a3e [2022-04-11T22:55:35.074Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-11T22:55:35.074Z] Successfully built 9329b67a9a3e [2022-04-11T22:55:35.074Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:55:35.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T22:55:35.506Z] [2022-04-11T22:55:35.506Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:55:35.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T22:55:36.143Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-11T22:55:36.143Z] 8998bd30e6a1: Pulling fs layer [2022-04-11T22:55:36.143Z] 04944245beec: Pulling fs layer [2022-04-11T22:55:36.143Z] 699f458cf7ca: Pulling fs layer [2022-04-11T22:55:36.143Z] 765212b225bb: Pulling fs layer [2022-04-11T22:55:36.143Z] f23df028b6ca: Pulling fs layer [2022-04-11T22:55:36.143Z] d65c8cfc05b1: Pulling fs layer [2022-04-11T22:55:36.143Z] 2437ff75d9bd: Pulling fs layer [2022-04-11T22:55:36.143Z] 765212b225bb: Waiting [2022-04-11T22:55:36.143Z] f23df028b6ca: Waiting [2022-04-11T22:55:36.143Z] d65c8cfc05b1: Waiting [2022-04-11T22:55:36.143Z] 2437ff75d9bd: Waiting [2022-04-11T22:55:36.143Z] 04944245beec: Verifying Checksum [2022-04-11T22:55:36.143Z] 04944245beec: Download complete [2022-04-11T22:55:36.143Z] 765212b225bb: Verifying Checksum [2022-04-11T22:55:36.143Z] 765212b225bb: Download complete [2022-04-11T22:55:36.143Z] f23df028b6ca: Verifying Checksum [2022-04-11T22:55:36.143Z] f23df028b6ca: Download complete [2022-04-11T22:55:36.143Z] d65c8cfc05b1: Verifying Checksum [2022-04-11T22:55:36.143Z] d65c8cfc05b1: Download complete [2022-04-11T22:55:36.422Z] 699f458cf7ca: Verifying Checksum [2022-04-11T22:55:36.422Z] 699f458cf7ca: Download complete [2022-04-11T22:55:36.702Z] 8998bd30e6a1: Verifying Checksum [2022-04-11T22:55:36.702Z] 8998bd30e6a1: Download complete [2022-04-11T22:55:39.338Z] 2437ff75d9bd: Verifying Checksum [2022-04-11T22:55:39.338Z] 2437ff75d9bd: Download complete [2022-04-11T22:55:41.324Z] 8998bd30e6a1: Pull complete [2022-04-11T22:55:41.599Z] 04944245beec: Pull complete [2022-04-11T22:55:43.050Z] 699f458cf7ca: Pull complete [2022-04-11T22:55:43.325Z] 765212b225bb: Pull complete [2022-04-11T22:55:43.926Z] f23df028b6ca: Pull complete [2022-04-11T22:55:44.201Z] d65c8cfc05b1: Pull complete [2022-04-11T22:55:59.310Z] 2437ff75d9bd: Pull complete [2022-04-11T22:55:59.310Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-11T22:55:59.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-11T22:55:59.310Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-11T22:55:59.532Z] prd-ubuntu20.04-docker-arm64-4c-16g-20575 does not seem to be running inside a container [2022-04-11T22:55:59.623Z] $ 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/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-11T22:56:02.333Z] $ docker top 2ebc42999eee2f56960324cc111d12f7cb5338966db380529342822fb4696343 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:56:03.263Z] ---> job-cost.sh [2022-04-11T22:56:03.263Z] lf-activate-venv: SKIPPING [2022-04-11T22:56:03.263Z] INFO: No Stack... [2022-04-11T22:56:03.858Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-11T22:56:04.832Z] INFO: Archiving Costs [Pipeline] sh [2022-04-11T22:56:05.494Z] + cut -d, -f6 [2022-04-11T22:56:05.494Z] + cat /w/workspace/device-sdk-go/3/archives/cost.csv [Pipeline] lock [2022-04-11T22:56:05.564Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1123-3-stack-cost] [2022-04-11T22:56:05.571Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1123-3-stack-cost] did not exist. Created. [2022-04-11T22:56:05.571Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1123-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-11T22:56:06.261Z] /w/workspace/device-sdk-go/3@tmp/durable-b4d08ac3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-11T22:56:06.958Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-11T22:56:06.982Z] Warning: overwriting stash ‘stack-cost’ [2022-04-11T22:56:07.050Z] Stashed 1 file(s) [Pipeline] } [2022-04-11T22:56:07.058Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1123-3-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-11T22:56:07.081Z] $ docker stop --time=1 2ebc42999eee2f56960324cc111d12f7cb5338966db380529342822fb4696343 [2022-04-11T22:56:08.579Z] $ docker rm -f 2ebc42999eee2f56960324cc111d12f7cb5338966db380529342822fb4696343 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-11T22:56:09.122Z] provisioning config files... [2022-04-11T22:56:09.131Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp/config5038031518522842816tmp [Pipeline] { [Pipeline] sh [2022-04-11T22:56:09.430Z] + set +x [2022-04-11T22:56:09.430Z] + curl -s https://codecov.io/bash [2022-04-11T22:56:09.430Z] + bash -s -- [2022-04-11T22:56:09.430Z] [2022-04-11T22:56:09.430Z] _____ _ [2022-04-11T22:56:09.430Z] / ____| | | [2022-04-11T22:56:09.430Z] | | ___ __| | ___ ___ _____ __ [2022-04-11T22:56:09.430Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-11T22:56:09.430Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-11T22:56:09.430Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-11T22:56:09.430Z] Bash-1.0.6 [2022-04-11T22:56:09.430Z] [2022-04-11T22:56:09.430Z] [2022-04-11T22:56:09.430Z] ==> git version 2.25.1 found [2022-04-11T22:56:09.430Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-11T22:56:09.430Z] Release-Date: 2020-01-08 [2022-04-11T22:56:09.430Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-11T22:56:09.430Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-11T22:56:09.430Z] ==> Jenkins CI detected. [2022-04-11T22:56:09.430Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1123 [2022-04-11T22:56:09.430Z] project root: . [2022-04-11T22:56:09.430Z] --> token set from env [2022-04-11T22:56:09.430Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-11T22:56:09.430Z] ==> Running gcov in . (disable via -X gcov) [2022-04-11T22:56:09.430Z] ==> Python coveragepy not found [2022-04-11T22:56:09.430Z] ==> Searching for coverage reports in: [2022-04-11T22:56:09.430Z] + . [2022-04-11T22:56:09.430Z] -> Found 1 reports [2022-04-11T22:56:09.430Z] ==> Detecting git/mercurial file structure [2022-04-11T22:56:09.430Z] ==> Reading reports [2022-04-11T22:56:09.691Z] + ./coverage.out bytes=129001 [2022-04-11T22:56:09.691Z] ==> Appending adjustments [2022-04-11T22:56:09.691Z] https://docs.codecov.io/docs/fixing-reports [2022-04-11T22:56:09.952Z] + Found adjustments [2022-04-11T22:56:09.952Z] ==> Gzipping contents [2022-04-11T22:56:09.952Z] 16K /tmp/codecov.P0jpvZ.gz [2022-04-11T22:56:09.952Z] ==> Uploading reports [2022-04-11T22:56:09.952Z] url: https://codecov.io [2022-04-11T22:56:09.952Z] query: branch=PR-1123&commit=f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1123%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1123&job=&cmd_args= [2022-04-11T22:56:09.952Z] -> Pinging Codecov [2022-04-11T22:56:09.952Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1123&commit=f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1123%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1123&job=&cmd_args= [2022-04-11T22:56:09.952Z] -> Uploading to [2022-04-11T22:56:09.952Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-11/7E55EF52A471D76F132DFD9A03CDDE97/f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e/901362b1-b1f9-46c5-be43-224ae92e76a2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220411%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220411T225609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=130cfd5aa6c326e768bde9ca1c20bda825e9ae453794ace9f903694afd0d4da1 [2022-04-11T22:56:09.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-11T22:56:09.952Z] Dload Upload Total Spent Left Speed [2022-04-11T22:56:10.211Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16227 0 0 100 16227 0 73759 --:--:-- --:--:-- --:--:-- 73759 [2022-04-11T22:56:10.211Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/f4d2296a6bfbaa00a1e9c056c4c520a6d4de5d4e [Pipeline] } [2022-04-11T22:56:10.219Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-11T22:56:10.943Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1123/archives ] [2022-04-11T22:56:10.943Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1123/archives [2022-04-11T22:56:10.943Z] total 16 [2022-04-11T22:56:10.943Z] drwxr-xr-x 3 root root 4096 Apr 11 22:46 . [2022-04-11T22:56:10.943Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 11 22:46 .. [2022-04-11T22:56:10.943Z] drwxr-xr-x 2 root root 4096 Apr 11 22:46 cost [2022-04-11T22:56:10.943Z] -rw-r--r-- 1 root root 85 Apr 11 22:46 cost.csv [2022-04-11T22:56:10.943Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1123/archives [2022-04-11T22:56:10.943Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1123/archives [2022-04-11T22:56:10.943Z] total 16 [2022-04-11T22:56:10.943Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 22:46 . [2022-04-11T22:56:10.943Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 11 22:46 .. [2022-04-11T22:56:10.943Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 22:46 cost [2022-04-11T22:56:10.943Z] -rw-r--r-- 1 jenkins jenkins 85 Apr 11 22:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:56:11.252Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:56:12.120Z] ---> package-listing.sh [2022-04-11T22:56:12.120Z] ++ facter osfamily [2022-04-11T22:56:12.120Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-11T22:56:12.381Z] + OS_FAMILY=debian [2022-04-11T22:56:12.381Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1123 [2022-04-11T22:56:12.381Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-11T22:56:12.381Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-11T22:56:12.381Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-11T22:56:12.381Z] + PACKAGES=/tmp/packages_start.txt [2022-04-11T22:56:12.381Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1123 ']' [2022-04-11T22:56:12.381Z] + PACKAGES=/tmp/packages_end.txt [2022-04-11T22:56:12.381Z] + case "${OS_FAMILY}" in [2022-04-11T22:56:12.381Z] + dpkg -l [2022-04-11T22:56:12.381Z] + grep '^ii' [2022-04-11T22:56:12.381Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-11T22:56:12.381Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-11T22:56:12.381Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-11T22:56:12.381Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1123 ']' [2022-04-11T22:56:12.381Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1123/archives/ [2022-04-11T22:56:12.381Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1123/archives/ [Pipeline] echo [2022-04-11T22:56:12.393Z] 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-1123/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-11T22:56:12.674Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-11T22:56:13.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-11T22:56:13.234Z] . [Pipeline] withDockerContainer [2022-04-11T22:56:13.304Z] prd-ubuntu20.04-docker-8c-8g-20573 does not seem to be running inside a container [2022-04-11T22:56:13.351Z] $ 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-1123/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-1123 -v /w/workspace/gexfoundry_device-sdk-go_PR-1123:/w/workspace/gexfoundry_device-sdk-go_PR-1123:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-11T22:56:13.569Z] $ docker top 9f606fec1c1b47851f66194563a90a5e5f0a044c3fb80d227ad200772a29ff69 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-11T22:56:13.908Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-11T22:56:14.205Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-11T22:56:14.494Z] + ls /var/log/sa-host [2022-04-11T22:56:14.494Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-11T22:56:14.584Z] provisioning config files... [2022-04-11T22:56:14.593Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1123@tmp/config5680147790644824032tmp [Pipeline] { [Pipeline] echo [2022-04-11T22:56:14.606Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:56:14.895Z] ---> create-netrc.sh [Pipeline] } [2022-04-11T22:56:14.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:56:15.239Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-11T22:56:15.250Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:56:15.536Z] ---> sudo-logs.sh [2022-04-11T22:56:15.536Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-11T22:56:15.564Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:56:15.849Z] ---> job-cost.sh [2022-04-11T22:56:15.849Z] lf-activate-venv: SKIPPING [2022-04-11T22:56:15.849Z] DEBUG: total: 0.2199999988079071 [2022-04-11T22:56:15.849Z] INFO: Retrieving Stack Cost... [2022-04-11T22:56:16.420Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-11T22:56:16.681Z] INFO: Archiving Costs [Pipeline] echo [2022-04-11T22:56:16.695Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-11T22:56:16.980Z] ---> logs-deploy.sh [2022-04-11T22:56:16.980Z] lf-activate-venv: SKIPPING [2022-04-11T22:56:16.980Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1123/3 [2022-04-11T22:56:16.980Z] INFO: archiving workspace using pattern(s): [2022-04-11T22:56:17.922Z] Archives upload complete. [2022-04-11T22:56:17.922Z] INFO: archiving logs to Nexus