Pull request #1172 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6+00685ec2d5c51377ae61b360273945aff10f59dc (f5dc42b24e91298cbba8c028138e8b1a0607cf00) 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-ssh17517104874527613226.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh5959369592673035934.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1172/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1172/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh526122474033056223.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1172/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9292255816280724640.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh10450994466884045680.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1172/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1172/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16852608403387368243.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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-710’ Running on prd-ubuntu20.04-docker-8c-8g-713 in /w/workspace/gexfoundry_device-sdk-go_PR-1172 [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-1172 # 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/jakarta commit 00685ec2d5c51377ae61b360273945aff10f59dc into PR head commit 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 Merge succeeded, producing 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 Checking out Revision 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 (PR-1172) > 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/1172/head:refs/remotes/origin/PR-1172 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 # 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 00685ec2d5c51377ae61b360273945aff10f59dc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 # timeout=10 Commit message: "build: Update change log and released go mods for 2.1.1 patch" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-02T22:59:34.002Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-02T22:59:34.163Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-02T22:59:34.252Z] ========================================================= [2022-06-02T22:59:34.252Z] EdgeX Global Pipelines Version Info [2022-06-02T22:59:34.252Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-02T22:59:35.066Z] ------------------- [2022-06-02T22:59:35.066Z] stable info: [2022-06-02T22:59:35.066Z] ------------------- [2022-06-02T22:59:35.066Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-02T22:59:35.066Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-06-02T22:59:35.066Z] Message: update stable to v1.0.230 [2022-06-02T22:59:35.639Z] ------------------- [2022-06-02T22:59:35.639Z] experimental info: [2022-06-02T22:59:35.639Z] ------------------- [2022-06-02T22:59:35.639Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-02T22:59:35.639Z] Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-02T22:59:35.639Z] Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-02T22:59:36.007Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-06-02T22:59:36.044Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-06-02T22:59:36.080Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-02T22:59:36.116Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-02T22:59:36.155Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-02T22:59:36.198Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-02T22:59:36.239Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-02T22:59:36.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-06-02T22:59:36.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-02T22:59:36.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-02T22:59:36.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-02T22:59:36.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-06-02T22:59:36.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-02T22:59:36.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-02T22:59:36.549Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-02T22:59:36.592Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-06-02T22:59:36.634Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-02T22:59:36.672Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-02T22:59:36.709Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-02T22:59:36.746Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-02T22:59:36.788Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-06-02T22:59:36.834Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-06-02T22:59:36.873Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-02T22:59:36.913Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-02T22:59:36.951Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-02T22:59:36.993Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-02T22:59:37.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1172 [Pipeline] echo [2022-06-02T22:59:37.070Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1172 [Pipeline] echo [2022-06-02T22:59:37.107Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1172 [Pipeline] echo [2022-06-02T22:59:37.142Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [Pipeline] echo [2022-06-02T22:59:37.179Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7cf7f2c [Pipeline] echo [2022-06-02T22:59:37.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-02T22:59:37.330Z] provisioning config files... [2022-06-02T22:59:37.345Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp/config3910701530467346714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T22:59:37.690Z] ---> docker-login.sh [2022-06-02T22:59:37.690Z] nexus3.edgexfoundry.org:10001 [2022-06-02T22:59:37.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:38.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:38.211Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:38.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:38.211Z] [2022-06-02T22:59:38.211Z] Login Succeeded [2022-06-02T22:59:38.211Z] nexus3.edgexfoundry.org:10002 [2022-06-02T22:59:38.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:38.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:38.211Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:38.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:38.211Z] [2022-06-02T22:59:38.211Z] Login Succeeded [2022-06-02T22:59:38.211Z] nexus3.edgexfoundry.org:10003 [2022-06-02T22:59:38.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:38.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:38.471Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:38.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:38.471Z] [2022-06-02T22:59:38.471Z] Login Succeeded [2022-06-02T22:59:38.471Z] nexus3.edgexfoundry.org:10004 [2022-06-02T22:59:38.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:38.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:38.471Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:38.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:38.471Z] [2022-06-02T22:59:38.471Z] Login Succeeded [2022-06-02T22:59:38.471Z] docker.io [2022-06-02T22:59:38.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:38.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:38.992Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:38.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:38.992Z] [2022-06-02T22:59:38.992Z] Login Succeeded [2022-06-02T22:59:38.992Z] ---> docker-login.sh ends [Pipeline] } [2022-06-02T22:59:39.019Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-02T22:59:39.629Z] + git rev-list -1 --merges 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6~1..7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [Pipeline] echo [2022-06-02T22:59:39.677Z] -----------> git rev-list -1 --merges 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6~1..7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [false] [Pipeline] sh [2022-06-02T22:59:39.993Z] + git log --format=format:%s -1 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [Pipeline] echo [2022-06-02T22:59:40.026Z] ========================================================= [2022-06-02T22:59:40.026Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-02T22:59:40.026Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-02T22:59:40.459Z] + git log --format=format:%s -1 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [Pipeline] echo [2022-06-02T22:59:40.491Z] [semverPrep] GIT_COMMIT: 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6, Commit Message: build: Update change log and released go mods for 2.1.1 patch [Pipeline] echo [2022-06-02T22:59:40.521Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-02T22:59:40.893Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-02T22:59:40.893Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-02T22:59:40.893Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-02T22:59:40.893Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-02T22:59:40.893Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-02T22:59:40.893Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-02T22:59:40.893Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:59:41.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-02T22:59:41.335Z] [2022-06-02T22:59:41.335Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:59:41.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-02T22:59:41.704Z] latest: Pulling from edgex-devops/py-git-semver [2022-06-02T22:59:41.704Z] 1fe172e4850f: Pulling fs layer [2022-06-02T22:59:41.704Z] caf521ccaac6: Pulling fs layer [2022-06-02T22:59:41.704Z] 3ead6fa29328: Pulling fs layer [2022-06-02T22:59:41.704Z] 5c2a1cbceb83: Pulling fs layer [2022-06-02T22:59:41.704Z] a8d5f1318db7: Pulling fs layer [2022-06-02T22:59:41.704Z] c427282e49a2: Pulling fs layer [2022-06-02T22:59:41.704Z] 1827001aaf11: Pulling fs layer [2022-06-02T22:59:41.704Z] 0714d37db230: Pulling fs layer [2022-06-02T22:59:41.704Z] ac28cf19c067: Pulling fs layer [2022-06-02T22:59:41.704Z] ca983d60f3e2: Pulling fs layer [2022-06-02T22:59:41.704Z] 9f894cec8388: Pulling fs layer [2022-06-02T22:59:41.704Z] 1827001aaf11: Waiting [2022-06-02T22:59:41.704Z] 5c2a1cbceb83: Waiting [2022-06-02T22:59:41.704Z] 0714d37db230: Waiting [2022-06-02T22:59:41.704Z] a8d5f1318db7: Waiting [2022-06-02T22:59:41.704Z] ac28cf19c067: Waiting [2022-06-02T22:59:41.704Z] c427282e49a2: Waiting [2022-06-02T22:59:41.704Z] ca983d60f3e2: Waiting [2022-06-02T22:59:41.704Z] 9f894cec8388: Waiting [2022-06-02T22:59:41.704Z] caf521ccaac6: Verifying Checksum [2022-06-02T22:59:41.704Z] caf521ccaac6: Download complete [2022-06-02T22:59:41.704Z] 5c2a1cbceb83: Verifying Checksum [2022-06-02T22:59:41.704Z] 5c2a1cbceb83: Download complete [2022-06-02T22:59:41.967Z] a8d5f1318db7: Verifying Checksum [2022-06-02T22:59:41.967Z] a8d5f1318db7: Download complete [2022-06-02T22:59:41.967Z] 3ead6fa29328: Verifying Checksum [2022-06-02T22:59:41.967Z] 3ead6fa29328: Download complete [2022-06-02T22:59:41.967Z] c427282e49a2: Verifying Checksum [2022-06-02T22:59:41.967Z] c427282e49a2: Download complete [2022-06-02T22:59:41.967Z] 0714d37db230: Verifying Checksum [2022-06-02T22:59:41.967Z] 0714d37db230: Download complete [2022-06-02T22:59:41.967Z] ac28cf19c067: Download complete [2022-06-02T22:59:41.967Z] ca983d60f3e2: Verifying Checksum [2022-06-02T22:59:41.967Z] ca983d60f3e2: Download complete [2022-06-02T22:59:41.967Z] 9f894cec8388: Download complete [2022-06-02T22:59:41.967Z] 1fe172e4850f: Verifying Checksum [2022-06-02T22:59:41.967Z] 1fe172e4850f: Download complete [2022-06-02T22:59:42.227Z] 1827001aaf11: Verifying Checksum [2022-06-02T22:59:42.227Z] 1827001aaf11: Download complete [2022-06-02T22:59:43.166Z] 1fe172e4850f: Pull complete [2022-06-02T22:59:43.426Z] caf521ccaac6: Pull complete [2022-06-02T22:59:43.998Z] 3ead6fa29328: Pull complete [2022-06-02T22:59:43.998Z] 5c2a1cbceb83: Pull complete [2022-06-02T22:59:44.262Z] a8d5f1318db7: Pull complete [2022-06-02T22:59:44.262Z] c427282e49a2: Pull complete [2022-06-02T22:59:46.171Z] 1827001aaf11: Pull complete [2022-06-02T22:59:46.171Z] 0714d37db230: Pull complete [2022-06-02T22:59:46.171Z] ac28cf19c067: Pull complete [2022-06-02T22:59:46.171Z] ca983d60f3e2: Pull complete [2022-06-02T22:59:46.433Z] 9f894cec8388: Pull complete [2022-06-02T22:59:46.433Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-06-02T22:59:46.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-02T22:59:46.433Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T22:59:46.656Z] prd-ubuntu20.04-docker-8c-8g-713 does not seem to be running inside a container [2022-06-02T22:59:46.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1172 -v /w/workspace/gexfoundry_device-sdk-go_PR-1172:/w/workspace/gexfoundry_device-sdk-go_PR-1172:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-06-02T22:59:48.449Z] $ docker top d2ee94e8347b485399553cb6da041da3e5d63ea187000704a1aee5e33b097953 -eo pid,comm [2022-06-02T22:59:48.513Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-06-02T22:59:48.513Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-02T22:59:48.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-02T22:59:48.634Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-02T22:59:48.771Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-02T22:59:48.780Z] $ docker exec d2ee94e8347b485399553cb6da041da3e5d63ea187000704a1aee5e33b097953 ssh-agent [2022-06-02T22:59:48.903Z] SSH_AUTH_SOCK=/tmp/ssh-TkRESd0iXarC/agent.32 [2022-06-02T22:59:48.903Z] SSH_AGENT_PID=38 [2022-06-02T22:59:48.909Z] Running ssh-add (command line suppressed) [2022-06-02T22:59:49.026Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp/private_key_1461486801161765658.key (/w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp/private_key_1461486801161765658.key) [2022-06-02T22:59:49.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-02T22:59:49.362Z] + git tag --points-at HEAD [Pipeline] } [2022-06-02T22:59:49.394Z] $ docker exec --env ******** --env ******** d2ee94e8347b485399553cb6da041da3e5d63ea187000704a1aee5e33b097953 ssh-agent -k [2022-06-02T22:59:49.499Z] unset SSH_AUTH_SOCK; [2022-06-02T22:59:49.499Z] unset SSH_AGENT_PID; [2022-06-02T22:59:49.500Z] echo Agent pid 38 killed; [2022-06-02T22:59:49.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-02T22:59:49.591Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-02T22:59:49.591Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-02T22:59:49.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-02T22:59:49.725Z] $ docker exec d2ee94e8347b485399553cb6da041da3e5d63ea187000704a1aee5e33b097953 ssh-agent [2022-06-02T22:59:49.839Z] SSH_AUTH_SOCK=/tmp/ssh-wGGvY1ydG2yg/agent.72 [2022-06-02T22:59:49.839Z] SSH_AGENT_PID=78 [2022-06-02T22:59:49.844Z] Running ssh-add (command line suppressed) [2022-06-02T22:59:49.968Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp/private_key_486558211744385925.key (/w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp/private_key_486558211744385925.key) [2022-06-02T22:59:49.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-02T22:59:50.310Z] + git semver init [2022-06-02T22:59:50.571Z] 2022-06-02 22:59:50,520 [run_init] DEBUG init version:0.0.0 force:False [2022-06-02T22:59:50.571Z] 2022-06-02 22:59:50,521 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1172/.semver [2022-06-02T22:59:50.571Z] 2022-06-02 22:59:50,521 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1172/.semver [2022-06-02T22:59:50.571Z] 2022-06-02 22:59:50,522 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1172/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1172, universal_newlines=False, shell=None, istream=None) [2022-06-02T22:59:51.517Z] 2022-06-02 22:59:51,308 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1172/.git/info/exclude [2022-06-02T22:59:51.517Z] 2022-06-02 22:59:51,309 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1172/.semver/PR-1172 with force:False [2022-06-02T22:59:51.517Z] 2022-06-02 22:59:51,309 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1172/.semver/PR-1172 [2022-06-02T22:59:51.517Z] 2022-06-02 22:59:51,313 [execute] INFO git cat-file --batch-check [2022-06-02T22:59:51.517Z] 2022-06-02 22:59:51,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1172/.semver, universal_newlines=False, shell=None, istream=) [2022-06-02T22:59:51.517Z] 2022-06-02 22:59:51,321 [execute] INFO git cat-file --batch [2022-06-02T22:59:51.517Z] 2022-06-02 22:59:51,321 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1172/.semver, universal_newlines=False, shell=None, istream=) [2022-06-02T22:59:51.517Z] 2022-06-02 22:59:51,327 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1172/.semver/PR-1172 [2022-06-02T22:59:51.517Z] 0.0.0 [Pipeline] } [2022-06-02T22:59:51.548Z] $ docker exec --env ******** --env ******** d2ee94e8347b485399553cb6da041da3e5d63ea187000704a1aee5e33b097953 ssh-agent -k [2022-06-02T22:59:51.652Z] unset SSH_AUTH_SOCK; [2022-06-02T22:59:51.653Z] unset SSH_AGENT_PID; [2022-06-02T22:59:51.654Z] echo Agent pid 78 killed; [2022-06-02T22:59:51.661Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-02T22:59:52.089Z] + git semver [Pipeline] } [2022-06-02T22:59:52.383Z] $ docker stop --time=1 d2ee94e8347b485399553cb6da041da3e5d63ea187000704a1aee5e33b097953 [2022-06-02T22:59:53.727Z] $ docker rm -f d2ee94e8347b485399553cb6da041da3e5d63ea187000704a1aee5e33b097953 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-02T22:59:54.136Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-02T22:59:54.452Z] Stashed 1 file(s) [Pipeline] echo [2022-06-02T22:59:54.469Z] [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-06-02T22:59:55.091Z] provisioning config files... [2022-06-02T22:59:55.101Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp/config7634623796364081396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T22:59:55.453Z] ---> docker-login.sh [2022-06-02T22:59:55.453Z] nexus3.edgexfoundry.org:10001 [2022-06-02T22:59:55.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:55.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:55.453Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:55.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:55.453Z] [2022-06-02T22:59:55.453Z] Login Succeeded [2022-06-02T22:59:55.453Z] nexus3.edgexfoundry.org:10002 [2022-06-02T22:59:55.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:55.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:55.714Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:55.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:55.714Z] [2022-06-02T22:59:55.714Z] Login Succeeded [2022-06-02T22:59:55.714Z] nexus3.edgexfoundry.org:10003 [2022-06-02T22:59:55.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:55.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:55.714Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:55.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:55.714Z] [2022-06-02T22:59:55.714Z] Login Succeeded [2022-06-02T22:59:55.714Z] nexus3.edgexfoundry.org:10004 [2022-06-02T22:59:55.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:55.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:55.975Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:55.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:55.975Z] [2022-06-02T22:59:55.975Z] Login Succeeded [2022-06-02T22:59:55.975Z] docker.io [2022-06-02T22:59:55.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:59:56.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:59:56.241Z] Configure a credential helper to remove this warning. See [2022-06-02T22:59:56.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:59:56.241Z] [2022-06-02T22:59:56.241Z] Login Succeeded [2022-06-02T22:59:56.241Z] ---> docker-login.sh ends [Pipeline] } [2022-06-02T22:59:56.272Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-02T22:59:56.460Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-02T22:59:56.491Z] ========================================================= [2022-06-02T22:59:56.491Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] [2022-06-02T22:59:56.491Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:59:56.962Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts --build-arg MAKE=echo noop --target=builder . [2022-06-02T22:59:56.962Z] Sending build context to Docker daemon 20.77MB [2022-06-02T22:59:56.962Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2022-06-02T22:59:56.962Z] Step 2/10 : FROM ${BASE} AS builder [2022-06-02T22:59:57.224Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base [2022-06-02T22:59:57.224Z] 59bf1c3509f3: Pulling fs layer [2022-06-02T22:59:57.224Z] 666ba61612fd: Pulling fs layer [2022-06-02T22:59:57.224Z] 8ed8ca486205: Pulling fs layer [2022-06-02T22:59:57.224Z] 4fe6c5a15a65: Pulling fs layer [2022-06-02T22:59:57.224Z] 22a0e8bec74d: Pulling fs layer [2022-06-02T22:59:57.224Z] 812f408151ee: Pulling fs layer [2022-06-02T22:59:57.224Z] bab7bd504b26: Pulling fs layer [2022-06-02T22:59:57.224Z] 070449caade9: Pulling fs layer [2022-06-02T22:59:57.224Z] 8f1a5288e3a6: Pulling fs layer [2022-06-02T22:59:57.224Z] 22a0e8bec74d: Waiting [2022-06-02T22:59:57.224Z] 812f408151ee: Waiting [2022-06-02T22:59:57.224Z] bab7bd504b26: Waiting [2022-06-02T22:59:57.224Z] 070449caade9: Waiting [2022-06-02T22:59:57.224Z] 8f1a5288e3a6: Waiting [2022-06-02T22:59:57.224Z] 8ed8ca486205: Download complete [2022-06-02T22:59:57.224Z] 666ba61612fd: Download complete [2022-06-02T22:59:57.224Z] 22a0e8bec74d: Verifying Checksum [2022-06-02T22:59:57.224Z] 812f408151ee: Verifying Checksum [2022-06-02T22:59:57.224Z] 812f408151ee: Download complete [2022-06-02T22:59:57.224Z] 59bf1c3509f3: Download complete [2022-06-02T22:59:57.224Z] bab7bd504b26: Verifying Checksum [2022-06-02T22:59:57.224Z] bab7bd504b26: Download complete [2022-06-02T22:59:57.224Z] 070449caade9: Verifying Checksum [2022-06-02T22:59:57.224Z] 070449caade9: Download complete [2022-06-02T22:59:57.484Z] 59bf1c3509f3: Pull complete [2022-06-02T22:59:57.485Z] 666ba61612fd: Pull complete [2022-06-02T22:59:57.485Z] 8ed8ca486205: Pull complete [2022-06-02T22:59:57.746Z] 8f1a5288e3a6: Download complete [2022-06-02T22:59:58.004Z] 4fe6c5a15a65: Verifying Checksum [2022-06-02T22:59:58.004Z] 4fe6c5a15a65: Download complete [2022-06-02T23:00:01.293Z] 4fe6c5a15a65: Pull complete [2022-06-02T23:00:01.293Z] 22a0e8bec74d: Pull complete [2022-06-02T23:00:01.551Z] 812f408151ee: Pull complete [2022-06-02T23:00:01.551Z] bab7bd504b26: Pull complete [2022-06-02T23:00:01.551Z] 070449caade9: Pull complete [2022-06-02T23:00:04.094Z] 8f1a5288e3a6: Pull complete [2022-06-02T23:00:04.094Z] Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 [2022-06-02T23:00:04.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-02T23:00:04.094Z] ---> c47586b81864 [2022-06-02T23:00:04.094Z] Step 3/10 : ARG MAKE=make build [2022-06-02T23:00:06.012Z] ---> Running in f228eb76df1a [2022-06-02T23:00:06.012Z] Removing intermediate container f228eb76df1a [2022-06-02T23:00:06.012Z] ---> 95a5bce71834 [2022-06-02T23:00:06.012Z] Step 4/10 : WORKDIR /device-sdk-go [2022-06-02T23:00:06.012Z] ---> Running in a71d103aaf3a [2022-06-02T23:00:06.012Z] Removing intermediate container a71d103aaf3a [2022-06-02T23:00:06.012Z] ---> cbec24734054 [2022-06-02T23:00:06.012Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-06-02T23:00:06.012Z] ---> Running in bbbf54f5ea83 [2022-06-02T23:00:06.012Z] Removing intermediate container bbbf54f5ea83 [2022-06-02T23:00:06.012Z] ---> 020ead12d278 [2022-06-02T23:00:06.012Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:00:06.012Z] ---> Running in d721d21964cc [2022-06-02T23:00:06.582Z] Removing intermediate container d721d21964cc [2022-06-02T23:00:06.582Z] ---> fbdbfef35a95 [2022-06-02T23:00:06.582Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-06-02T23:00:06.842Z] ---> Running in 5b33392cc4a2 [2022-06-02T23:00:07.102Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T23:00:08.040Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T23:00:08.040Z] OK: 221 MiB in 52 packages [2022-06-02T23:00:08.611Z] Removing intermediate container 5b33392cc4a2 [2022-06-02T23:00:08.611Z] ---> 0a3dce4e1d7b [2022-06-02T23:00:08.611Z] Step 8/10 : COPY . . [2022-06-02T23:00:09.556Z] ---> 66edc9658058 [2022-06-02T23:00:09.556Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:00:09.556Z] ---> Running in 12dfec126bca [2022-06-02T23:00:09.818Z] skipping... [2022-06-02T23:00:09.898Z] Still waiting to schedule task [2022-06-02T23:00:09.898Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-711’ [2022-06-02T23:00:10.077Z] Removing intermediate container 12dfec126bca [2022-06-02T23:00:10.077Z] ---> 980d17e6e141 [2022-06-02T23:00:10.077Z] Step 10/10 : RUN ${MAKE} [2022-06-02T23:00:10.077Z] ---> Running in a8f9ebb3d603 [2022-06-02T23:00:10.339Z] noop [2022-06-02T23:00:10.911Z] Removing intermediate container a8f9ebb3d603 [2022-06-02T23:00:10.911Z] ---> b11e553fc266 [2022-06-02T23:00:10.911Z] Successfully built b11e553fc266 [2022-06-02T23:00:10.911Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:00:11.358Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-02T23:00:11.358Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:00:11.517Z] prd-ubuntu20.04-docker-8c-8g-713 does not seem to be running inside a container [2022-06-02T23:00:11.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1172 -v /w/workspace/gexfoundry_device-sdk-go_PR-1172:/w/workspace/gexfoundry_device-sdk-go_PR-1172:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1172@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-06-02T23:00:11.935Z] $ docker top f754618c7637fe1da8e26a254cef46087a856abb04a6855319f1cab20d14c8d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T23:00:12.337Z] + go version [2022-06-02T23:00:12.337Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-06-02T23:00:12.376Z] $ docker stop --time=1 f754618c7637fe1da8e26a254cef46087a856abb04a6855319f1cab20d14c8d5 [2022-06-02T23:00:13.678Z] $ docker rm -f f754618c7637fe1da8e26a254cef46087a856abb04a6855319f1cab20d14c8d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:00:14.415Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-02T23:00:14.415Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:00:14.567Z] prd-ubuntu20.04-docker-8c-8g-713 does not seem to be running inside a container [2022-06-02T23:00:14.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1172 -v /w/workspace/gexfoundry_device-sdk-go_PR-1172:/w/workspace/gexfoundry_device-sdk-go_PR-1172:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1172@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-06-02T23:00:14.992Z] $ docker top daa5a98d3decbcc9f6b7d9a8169752a2eb04756b36796ee78c1d67b42a79fe96 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-02T23:00:15.431Z] + make test [2022-06-02T23:00:15.431Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-02T23:00:20.722Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.072s coverage: 23.3% of statements [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.045s coverage: 27.6% of statements [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.068s coverage: 78.9% of statements [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.074s coverage: 9.0% of statements [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.066s coverage: 28.7% of statements [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.086s coverage: 82.9% of statements [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.089s coverage: 57.8% of statements [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.785s coverage: 89.2% of statements [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-06-02T23:00:30.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 4.8% of statements [2022-06-02T23:00:30.704Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-06-02T23:00:30.704Z] GO111MODULE=on go vet ./... [2022-06-02T23:00:37.272Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-02T23:00:37.272Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-02T23:00:37.272Z] ./bin/test-attribution-txt.sh [2022-06-02T23:00:37.531Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-06-02T23:00:37.531Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-06-02T23:00:37.531Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-06-02T23:00:37.793Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-02T23:00:37.793Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-02T23:00:37.793Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-02T23:00:37.793Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-06-02T23:00:37.793Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-02T23:00:37.793Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-02T23:00:37.793Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-06-02T23:00:37.793Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-06-02T23:00:37.793Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-02T23:00:37.793Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-02T23:00:37.793Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-02T23:00:37.793Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-02T23:00:37.793Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-02T23:00:37.793Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-06-02T23:00:37.793Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-02T23:00:37.793Z] go: downloading golang.org/x/text v0.3.6 [2022-06-02T23:00:37.793Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-02T23:00:37.793Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-02T23:00:37.793Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-02T23:00:37.793Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-02T23:00:37.793Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-06-02T23:00:38.053Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-02T23:00:38.053Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-02T23:00:38.053Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-02T23:00:38.053Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-02T23:00:38.053Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-02T23:00:38.053Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-02T23:00:38.053Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-02T23:00:38.053Z] go: downloading github.com/go-playground/locales v0.14.0 [Pipeline] echo [2022-06-02T23:00:39.026Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-02T23:00:39.391Z] + go mod tidy [2022-06-02T23:00:39.391Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-02T23:00:39.391Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-02T23:00:39.391Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-02T23:00:39.391Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-06-02T23:00:39.391Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-06-02T23:00:39.391Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-02T23:00:39.391Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-02T23:00:39.391Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-02T23:00:39.391Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-02T23:00:39.391Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-02T23:00:39.391Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-02T23:00:39.391Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-02T23:00:39.391Z] go: downloading github.com/kr/pretty v0.3.0 [2022-06-02T23:00:39.391Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-06-02T23:00:39.391Z] go: downloading github.com/kr/text v0.2.0 [2022-06-02T23:00:39.391Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-02T23:00:39.391Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-02T23:00:39.391Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-02T23:00:39.391Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-02T23:00:39.653Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-06-02T23:00:39.653Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-06-02T23:00:39.653Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-02T23:00:39.653Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } [2022-06-02T23:00:39.687Z] $ docker stop --time=1 daa5a98d3decbcc9f6b7d9a8169752a2eb04756b36796ee78c1d67b42a79fe96 [2022-06-02T23:00:42.527Z] $ docker rm -f daa5a98d3decbcc9f6b7d9a8169752a2eb04756b36796ee78c1d67b42a79fe96 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-02T23:00:43.159Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-02T23:00:43.265Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-02T23:00:43.837Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-02T23:00:44.150Z] + ls -al . [2022-06-02T23:00:44.150Z] total 308 [2022-06-02T23:00:44.150Z] drwxrwxr-x 12 jenkins jenkins 4096 Jun 2 23:00 . [2022-06-02T23:00:44.150Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 2 22:59 .. [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 2 22:59 .dockerignore [2022-06-02T23:00:44.150Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 2 22:59 .git [2022-06-02T23:00:44.150Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 2 22:59 .github [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 124 Jun 2 22:59 .gitignore [2022-06-02T23:00:44.150Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 2 22:59 .semver [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 26850 Jun 2 22:59 CHANGELOG.md [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 2 22:59 GOVERNANCE.md [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 880 Jun 2 22:59 Jenkinsfile [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 2 22:59 LICENSE [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 1120 Jun 2 22:59 Makefile [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 619 Jun 2 22:59 OWNERS.md [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 4890 Jun 2 22:59 README.md [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 2 22:59 VERSION [2022-06-02T23:00:44.150Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 2 22:59 bin [2022-06-02T23:00:44.150Z] -rw-r--r-- 1 jenkins jenkins 128641 Jun 2 23:00 coverage.out [2022-06-02T23:00:44.150Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 2 22:59 example [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 576 Jun 2 23:00 go.mod [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 48946 Jun 2 22:59 go.sum [2022-06-02T23:00:44.150Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 2 22:59 internal [2022-06-02T23:00:44.150Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 2 22:59 openapi [2022-06-02T23:00:44.150Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 2 22:59 pkg [2022-06-02T23:00:44.150Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 2 22:59 snap [2022-06-02T23:00:44.150Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 2 22:59 vendor [2022-06-02T23:00:44.150Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 2 22:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:00:44.544Z] + 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=7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 --label arch=amd64 --label version=0.0.0 . [2022-06-02T23:00:44.544Z] Sending build context to Docker daemon 20.9MB [2022-06-02T23:00:44.544Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2022-06-02T23:00:44.544Z] Step 2/24 : FROM ${BASE} AS builder [2022-06-02T23:00:44.544Z] ---> b11e553fc266 [2022-06-02T23:00:44.544Z] Step 3/24 : ARG MAKE=make build [2022-06-02T23:00:44.806Z] ---> Running in 6cdf0d8b36bb [2022-06-02T23:00:45.066Z] Removing intermediate container 6cdf0d8b36bb [2022-06-02T23:00:45.066Z] ---> 158963be23c0 [2022-06-02T23:00:45.066Z] Step 4/24 : WORKDIR /device-sdk-go [2022-06-02T23:00:45.066Z] ---> Running in c65d557bfef0 [2022-06-02T23:00:45.066Z] Removing intermediate container c65d557bfef0 [2022-06-02T23:00:45.066Z] ---> 70eb53feaefe [2022-06-02T23:00:45.066Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-06-02T23:00:45.066Z] ---> Running in bdeefa915bb8 [2022-06-02T23:00:45.327Z] Removing intermediate container bdeefa915bb8 [2022-06-02T23:00:45.327Z] ---> ee41a6d94d8c [2022-06-02T23:00:45.327Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:00:45.327Z] ---> Running in 401e1506628a [2022-06-02T23:00:45.898Z] Removing intermediate container 401e1506628a [2022-06-02T23:00:45.898Z] ---> d86585824fcc [2022-06-02T23:00:45.898Z] Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-06-02T23:00:45.898Z] ---> Running in 0d84b4c33fbc [2022-06-02T23:00:46.159Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T23:00:47.101Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T23:00:47.362Z] OK: 221 MiB in 52 packages [2022-06-02T23:00:47.621Z] Removing intermediate container 0d84b4c33fbc [2022-06-02T23:00:47.621Z] ---> 2042ce7376b8 [2022-06-02T23:00:47.621Z] Step 8/24 : COPY . . [2022-06-02T23:00:48.562Z] ---> a1a7194363fd [2022-06-02T23:00:48.562Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:00:48.562Z] ---> Running in 5374581b2d58 [2022-06-02T23:00:48.823Z] skipping... [2022-06-02T23:00:49.085Z] Removing intermediate container 5374581b2d58 [2022-06-02T23:00:49.085Z] ---> 97fd99f4e2c8 [2022-06-02T23:00:49.085Z] Step 10/24 : RUN ${MAKE} [2022-06-02T23:00:49.345Z] ---> Running in 869f5c1c2e08 [2022-06-02T23:00:49.605Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-06-02T23:00:56.173Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-06-02T23:00:56.746Z] Removing intermediate container 869f5c1c2e08 [2022-06-02T23:00:56.746Z] ---> 072749a1ca3c [2022-06-02T23:00:56.746Z] Step 11/24 : FROM alpine:3.14 [2022-06-02T23:00:57.321Z] 3.14: Pulling from library/alpine [2022-06-02T23:00:57.321Z] 8663204ce13b: Pulling fs layer [2022-06-02T23:00:57.581Z] 8663204ce13b: Verifying Checksum [2022-06-02T23:00:57.581Z] 8663204ce13b: Download complete [2022-06-02T23:00:57.845Z] 8663204ce13b: Pull complete [2022-06-02T23:00:57.845Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T23:00:57.845Z] Status: Downloaded newer image for alpine:3.14 [2022-06-02T23:00:57.845Z] ---> e04c818066af [2022-06-02T23:00:57.845Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-06-02T23:00:57.845Z] ---> Running in dca6698bd739 [2022-06-02T23:00:58.106Z] Removing intermediate container dca6698bd739 [2022-06-02T23:00:58.106Z] ---> 8b39dee5a632 [2022-06-02T23:00:58.106Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:00:58.106Z] ---> Running in 664ae2861335 [2022-06-02T23:00:58.678Z] Removing intermediate container 664ae2861335 [2022-06-02T23:00:58.678Z] ---> aae49f2f91f3 [2022-06-02T23:00:58.678Z] Step 14/24 : RUN apk add --update --no-cache zeromq [2022-06-02T23:00:58.678Z] ---> Running in 49f56e65f2f6 [2022-06-02T23:00:58.938Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-02T23:00:59.880Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-02T23:01:00.141Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-06-02T23:01:00.141Z] (2/5) Installing libsodium (1.0.18-r0) [2022-06-02T23:01:00.141Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-02T23:01:00.401Z] (4/5) Installing libzmq (4.3.4-r0) [2022-06-02T23:01:00.401Z] (5/5) Installing zeromq (4.3.4-r0) [2022-06-02T23:01:00.401Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T23:01:00.401Z] OK: 8 MiB in 19 packages [2022-06-02T23:01:00.972Z] Removing intermediate container 49f56e65f2f6 [2022-06-02T23:01:00.972Z] ---> 6d2c7d86a438 [2022-06-02T23:01:00.972Z] Step 15/24 : WORKDIR / [2022-06-02T23:01:00.972Z] ---> Running in 74b458e03836 [2022-06-02T23:01:00.972Z] Removing intermediate container 74b458e03836 [2022-06-02T23:01:00.972Z] ---> a95e54782f51 [2022-06-02T23:01:00.972Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-06-02T23:01:01.233Z] ---> 577a77d6419f [2022-06-02T23:01:01.233Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-06-02T23:01:01.496Z] ---> 67ba88b599d1 [2022-06-02T23:01:01.496Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-06-02T23:01:01.756Z] ---> 14fc8196b3e0 [2022-06-02T23:01:01.756Z] Step 19/24 : EXPOSE 59999 [2022-06-02T23:01:01.756Z] ---> Running in 6b618431090a [2022-06-02T23:01:01.756Z] Removing intermediate container 6b618431090a [2022-06-02T23:01:01.756Z] ---> 3a9f380a14d7 [2022-06-02T23:01:01.756Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2022-06-02T23:01:01.756Z] ---> Running in 81d27c0d3c0f [2022-06-02T23:01:02.017Z] Removing intermediate container 81d27c0d3c0f [2022-06-02T23:01:02.017Z] ---> 3a5faee5272c [2022-06-02T23:01:02.017Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T23:01:02.017Z] ---> Running in 7749479ae892 [2022-06-02T23:01:02.017Z] Removing intermediate container 7749479ae892 [2022-06-02T23:01:02.017Z] ---> bba45e773bba [2022-06-02T23:01:02.017Z] Step 22/24 : LABEL arch=amd64 [2022-06-02T23:01:02.017Z] ---> Running in 580d3d24114a [2022-06-02T23:01:02.279Z] Removing intermediate container 580d3d24114a [2022-06-02T23:01:02.279Z] ---> a1f900d6689b [2022-06-02T23:01:02.279Z] Step 23/24 : LABEL git_sha=7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [2022-06-02T23:01:02.279Z] ---> Running in 6597d740b559 [2022-06-02T23:01:02.279Z] Removing intermediate container 6597d740b559 [2022-06-02T23:01:02.279Z] ---> 8f1355c04788 [2022-06-02T23:01:02.279Z] Step 24/24 : LABEL version=0.0.0 [2022-06-02T23:01:02.279Z] ---> Running in cc6154c82956 [2022-06-02T23:01:02.539Z] Removing intermediate container cc6154c82956 [2022-06-02T23:01:02.539Z] ---> 2d56754d7904 [2022-06-02T23:01:02.539Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-02T23:01:02.539Z] Successfully built 2d56754d7904 [2022-06-02T23:01:02.539Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:01:03.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-02T23:01:03.342Z] [2022-06-02T23:01:03.342Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:01:03.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-02T23:01:03.711Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-02T23:01:03.711Z] 5eb5b503b376: Pulling fs layer [2022-06-02T23:01:03.711Z] 5c69ac0246d0: Pulling fs layer [2022-06-02T23:01:03.711Z] ec43610c2a17: Pulling fs layer [2022-06-02T23:01:03.711Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-02T23:01:03.711Z] 33b1e0a273af: Pulling fs layer [2022-06-02T23:01:03.711Z] 5d3b04190fa2: Pulling fs layer [2022-06-02T23:01:03.711Z] 3a2ae6a8a46f: Waiting [2022-06-02T23:01:03.711Z] 33b1e0a273af: Waiting [2022-06-02T23:01:03.711Z] 2f39f015ded8: Pulling fs layer [2022-06-02T23:01:03.711Z] 5d3b04190fa2: Waiting [2022-06-02T23:01:03.711Z] 2f39f015ded8: Waiting [2022-06-02T23:01:03.711Z] 5c69ac0246d0: Verifying Checksum [2022-06-02T23:01:03.711Z] 5c69ac0246d0: Download complete [2022-06-02T23:01:03.711Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-02T23:01:03.711Z] 3a2ae6a8a46f: Download complete [2022-06-02T23:01:03.711Z] 33b1e0a273af: Verifying Checksum [2022-06-02T23:01:03.711Z] 33b1e0a273af: Download complete [2022-06-02T23:01:03.711Z] ec43610c2a17: Verifying Checksum [2022-06-02T23:01:03.711Z] ec43610c2a17: Download complete [2022-06-02T23:01:03.711Z] 5d3b04190fa2: Verifying Checksum [2022-06-02T23:01:03.711Z] 5d3b04190fa2: Download complete [2022-06-02T23:01:03.969Z] 5eb5b503b376: Download complete [2022-06-02T23:01:04.538Z] 2f39f015ded8: Download complete [2022-06-02T23:01:05.109Z] 5eb5b503b376: Pull complete [2022-06-02T23:01:05.371Z] 5c69ac0246d0: Pull complete [2022-06-02T23:01:05.632Z] ec43610c2a17: Pull complete [2022-06-02T23:01:05.632Z] 3a2ae6a8a46f: Pull complete [2022-06-02T23:01:05.892Z] 33b1e0a273af: Pull complete [2022-06-02T23:01:06.151Z] 5d3b04190fa2: Pull complete [2022-06-02T23:01:10.353Z] 2f39f015ded8: Pull complete [2022-06-02T23:01:10.353Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-02T23:01:10.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-02T23:01:10.353Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:01:10.581Z] prd-ubuntu20.04-docker-8c-8g-713 does not seem to be running inside a container [2022-06-02T23:01:10.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/gexfoundry_device-sdk-go_PR-1172 -v /w/workspace/gexfoundry_device-sdk-go_PR-1172:/w/workspace/gexfoundry_device-sdk-go_PR-1172:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1172@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-06-02T23:01:12.616Z] $ docker top 72237d6841e218910f2570ec880ba0c2e4f07c37bc6259e614144efa32a03242 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:01:13.079Z] ---> job-cost.sh [2022-06-02T23:01:13.079Z] lf-activate-venv: SKIPPING [2022-06-02T23:01:13.079Z] INFO: No Stack... [2022-06-02T23:01:13.338Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-02T23:01:13.598Z] INFO: Archiving Costs [Pipeline] sh [2022-06-02T23:01:13.926Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1172/archives/cost.csv [2022-06-02T23:01:13.926Z] + cut -d, -f6 [Pipeline] lock [2022-06-02T23:01:13.960Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1172-1-stack-cost] [2022-06-02T23:01:13.967Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1172-1-stack-cost] did not exist. Created. [2022-06-02T23:01:13.967Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1172-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-02T23:01:14.354Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-02T23:01:14.461Z] Stashed 1 file(s) [Pipeline] } [2022-06-02T23:01:14.474Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1172-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-02T23:01:14.560Z] $ docker stop --time=1 72237d6841e218910f2570ec880ba0c2e4f07c37bc6259e614144efa32a03242 [2022-06-02T23:01:15.742Z] $ docker rm -f 72237d6841e218910f2570ec880ba0c2e4f07c37bc6259e614144efa32a03242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-02T23:03:51.078Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-714 in /w/workspace/gexfoundry_device-sdk-go_PR-1172 [Pipeline] { [Pipeline] ws [2022-06-02T23:03:51.120Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-06-02T23:03:51.204Z] The recommended git tool is: git [2022-06-02T23:03:58.695Z] using credential edgex-jenkins-ssh [2022-06-02T23:03:58.714Z] Cloning the remote Git repository [2022-06-02T23:03:58.781Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-06-02T23:03:58.870Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-06-02T23:03:59.033Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-06-02T23:03:59.034Z] > git --version # timeout=10 [2022-06-02T23:03:59.087Z] > git --version # 'git version 2.25.1' [2022-06-02T23:03:59.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T23:03:59.277Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-02T23:04:00.738Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-06-02T23:04:01.455Z] Merging remotes/origin/jakarta commit 00685ec2d5c51377ae61b360273945aff10f59dc into PR head commit 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [2022-06-02T23:04:02.101Z] Merge succeeded, producing 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [2022-06-02T23:04:02.102Z] Checking out Revision 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 (PR-1172) [2022-06-02T23:04:00.770Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-02T23:04:00.800Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-06-02T23:04:00.848Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-06-02T23:04:00.850Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T23:04:00.865Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1172/head:refs/remotes/origin/PR-1172 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-02T23:04:01.481Z] > git config core.sparsecheckout # timeout=10 [2022-06-02T23:04:01.505Z] > git checkout -f 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 # timeout=10 [2022-06-02T23:04:01.996Z] > git remote # timeout=10 [2022-06-02T23:04:02.024Z] > git config --get remote.origin.url # timeout=10 [2022-06-02T23:04:02.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T23:04:02.062Z] > git merge 00685ec2d5c51377ae61b360273945aff10f59dc # timeout=10 [2022-06-02T23:04:02.091Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-02T23:04:02.114Z] > git config core.sparsecheckout # timeout=10 [2022-06-02T23:04:02.130Z] > git checkout -f 7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 # timeout=10 [2022-06-02T23:04:06.843Z] Commit message: "build: Update change log and released go mods for 2.1.1 patch" [2022-06-02T23:04:06.913Z] > git --version # timeout=10 [2022-06-02T23:04:06.927Z] > git --version # 'git version 2.25.1' [2022-06-02T23:04:06.941Z] fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-02T23:04:08.138Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-02T23:04:08.138Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-02T23:04:08.138Z] Dload Upload Total Spent Left Speed [2022-06-02T23:04:08.138Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 94984 0 --:--:-- --:--:-- --:--:-- 94984 [Pipeline] sh [2022-06-02T23:04:08.988Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-02T23:04:09.345Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo [2022-06-02T23:04:09.345Z] tee /etc/docker/daemon.new [2022-06-02T23:04:09.345Z] { [2022-06-02T23:04:09.345Z] "registry-mirrors": [ [2022-06-02T23:04:09.346Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-02T23:04:09.346Z] ], [2022-06-02T23:04:09.346Z] "bip": "10.250.0.254/24", [2022-06-02T23:04:09.346Z] "hosts": [ [2022-06-02T23:04:09.346Z] "tcp://0.0.0.0:5555", [2022-06-02T23:04:09.346Z] "unix:///var/run/docker.sock" [2022-06-02T23:04:09.346Z] ], [2022-06-02T23:04:09.346Z] "mtu": 1458, [2022-06-02T23:04:09.346Z] "selinux-enabled": true, [2022-06-02T23:04:09.346Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-02T23:04:09.346Z] } [Pipeline] sh [2022-06-02T23:04:09.705Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-02T23:04:10.263Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-02T23:04:28.687Z] provisioning config files... [2022-06-02T23:04:28.714Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config7645148776877403897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:04:29.118Z] ---> docker-login.sh [2022-06-02T23:04:29.118Z] nexus3.edgexfoundry.org:10001 [2022-06-02T23:04:29.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T23:04:29.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T23:04:29.998Z] Configure a credential helper to remove this warning. See [2022-06-02T23:04:29.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T23:04:29.998Z] [2022-06-02T23:04:29.998Z] Login Succeeded [2022-06-02T23:04:29.998Z] nexus3.edgexfoundry.org:10002 [2022-06-02T23:04:30.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T23:04:30.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T23:04:30.550Z] Configure a credential helper to remove this warning. See [2022-06-02T23:04:30.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T23:04:30.550Z] [2022-06-02T23:04:30.550Z] Login Succeeded [2022-06-02T23:04:30.550Z] nexus3.edgexfoundry.org:10003 [2022-06-02T23:04:30.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T23:04:31.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T23:04:31.103Z] Configure a credential helper to remove this warning. See [2022-06-02T23:04:31.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T23:04:31.103Z] [2022-06-02T23:04:31.103Z] Login Succeeded [2022-06-02T23:04:31.103Z] nexus3.edgexfoundry.org:10004 [2022-06-02T23:04:31.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T23:04:31.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T23:04:31.662Z] Configure a credential helper to remove this warning. See [2022-06-02T23:04:31.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T23:04:31.662Z] [2022-06-02T23:04:31.662Z] Login Succeeded [2022-06-02T23:04:31.662Z] docker.io [2022-06-02T23:04:31.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T23:04:32.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T23:04:32.536Z] Configure a credential helper to remove this warning. See [2022-06-02T23:04:32.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T23:04:32.536Z] [2022-06-02T23:04:32.537Z] Login Succeeded [2022-06-02T23:04:32.537Z] ---> docker-login.sh ends [Pipeline] } [2022-06-02T23:04:32.568Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-02T23:04:32.954Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-02T23:04:32.983Z] ========================================================= [2022-06-02T23:04:32.983Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] [2022-06-02T23:04:32.983Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:04:33.514Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts --build-arg MAKE=echo noop --target=builder . [2022-06-02T23:04:34.979Z] Sending build context to Docker daemon 16.26MB [2022-06-02T23:04:34.979Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2022-06-02T23:04:34.979Z] Step 2/10 : FROM ${BASE} AS builder [2022-06-02T23:04:34.979Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-02T23:04:34.979Z] 9b3977197b4f: Pulling fs layer [2022-06-02T23:04:34.979Z] 1a89e8eeedd5: Pulling fs layer [2022-06-02T23:04:34.979Z] 94645a83ff95: Pulling fs layer [2022-06-02T23:04:34.979Z] 3f3a8bcf1eab: Pulling fs layer [2022-06-02T23:04:34.979Z] 0c92f367c5e7: Pulling fs layer [2022-06-02T23:04:34.979Z] 63b1bc5785f6: Pulling fs layer [2022-06-02T23:04:34.979Z] 626d30ff41c6: Pulling fs layer [2022-06-02T23:04:34.979Z] de1d54c125be: Pulling fs layer [2022-06-02T23:04:34.979Z] 3f3a8bcf1eab: Waiting [2022-06-02T23:04:34.979Z] 0c92f367c5e7: Waiting [2022-06-02T23:04:34.979Z] 63b1bc5785f6: Waiting [2022-06-02T23:04:34.979Z] de1d54c125be: Waiting [2022-06-02T23:04:34.979Z] 626d30ff41c6: Waiting [2022-06-02T23:04:34.979Z] 94645a83ff95: Verifying Checksum [2022-06-02T23:04:34.979Z] 94645a83ff95: Download complete [2022-06-02T23:04:34.979Z] 1a89e8eeedd5: Verifying Checksum [2022-06-02T23:04:34.979Z] 1a89e8eeedd5: Download complete [2022-06-02T23:04:34.979Z] 0c92f367c5e7: Verifying Checksum [2022-06-02T23:04:34.979Z] 0c92f367c5e7: Download complete [2022-06-02T23:04:35.258Z] 63b1bc5785f6: Verifying Checksum [2022-06-02T23:04:35.258Z] 63b1bc5785f6: Download complete [2022-06-02T23:04:35.258Z] 9b3977197b4f: Verifying Checksum [2022-06-02T23:04:35.258Z] 9b3977197b4f: Download complete [2022-06-02T23:04:35.258Z] 626d30ff41c6: Verifying Checksum [2022-06-02T23:04:35.258Z] 626d30ff41c6: Download complete [2022-06-02T23:04:35.865Z] 9b3977197b4f: Pull complete [2022-06-02T23:04:36.464Z] 1a89e8eeedd5: Pull complete [2022-06-02T23:04:36.740Z] 94645a83ff95: Pull complete [2022-06-02T23:04:37.339Z] de1d54c125be: Verifying Checksum [2022-06-02T23:04:37.339Z] de1d54c125be: Download complete [2022-06-02T23:04:37.938Z] 3f3a8bcf1eab: Verifying Checksum [2022-06-02T23:04:37.938Z] 3f3a8bcf1eab: Download complete [2022-06-02T23:04:50.348Z] 3f3a8bcf1eab: Pull complete [2022-06-02T23:04:50.348Z] 0c92f367c5e7: Pull complete [2022-06-02T23:04:50.624Z] 63b1bc5785f6: Pull complete [2022-06-02T23:04:50.901Z] 626d30ff41c6: Pull complete [2022-06-02T23:04:57.638Z] de1d54c125be: Pull complete [2022-06-02T23:04:57.638Z] Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 [2022-06-02T23:04:57.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-02T23:04:57.638Z] ---> 5f011755c4a2 [2022-06-02T23:04:57.638Z] Step 3/10 : ARG MAKE=make build [2022-06-02T23:04:59.076Z] ---> Running in f598420a02c8 [2022-06-02T23:04:59.350Z] Removing intermediate container f598420a02c8 [2022-06-02T23:04:59.350Z] ---> 22c60f5bff9c [2022-06-02T23:04:59.350Z] Step 4/10 : WORKDIR /device-sdk-go [2022-06-02T23:04:59.350Z] ---> Running in 9dcdac526066 [2022-06-02T23:04:59.658Z] Removing intermediate container 9dcdac526066 [2022-06-02T23:04:59.658Z] ---> ae3cf22bf540 [2022-06-02T23:04:59.658Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-06-02T23:04:59.934Z] ---> Running in 48433c3936d1 [2022-06-02T23:05:01.378Z] Removing intermediate container 48433c3936d1 [2022-06-02T23:05:01.378Z] ---> 4401cba5d817 [2022-06-02T23:05:01.378Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:05:01.378Z] ---> Running in 14802ea13ae2 [2022-06-02T23:05:03.362Z] Removing intermediate container 14802ea13ae2 [2022-06-02T23:05:03.362Z] ---> bb83072c152b [2022-06-02T23:05:03.362Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-06-02T23:05:03.362Z] ---> Running in 21ebbdf5a192 [2022-06-02T23:05:04.342Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:05.317Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:06.293Z] OK: 220 MiB in 52 packages [2022-06-02T23:05:07.290Z] Removing intermediate container 21ebbdf5a192 [2022-06-02T23:05:07.290Z] ---> 2805af63d44c [2022-06-02T23:05:07.290Z] Step 8/10 : COPY . . [2022-06-02T23:05:11.600Z] ---> 2e1aef0510c1 [2022-06-02T23:05:11.600Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:05:11.600Z] ---> Running in c6d6a2dbe98d [2022-06-02T23:05:12.593Z] skipping... [2022-06-02T23:05:13.192Z] Removing intermediate container c6d6a2dbe98d [2022-06-02T23:05:13.192Z] ---> da333fcaf1bf [2022-06-02T23:05:13.192Z] Step 10/10 : RUN ${MAKE} [2022-06-02T23:05:13.192Z] ---> Running in 2de23c747b70 [2022-06-02T23:05:14.172Z] noop [2022-06-02T23:05:14.769Z] Removing intermediate container 2de23c747b70 [2022-06-02T23:05:14.769Z] ---> 9f8f2edb1610 [2022-06-02T23:05:15.043Z] Successfully built 9f8f2edb1610 [2022-06-02T23:05:15.043Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:05:15.530Z] + docker inspect -f . ci-base-image-arm64 [2022-06-02T23:05:15.530Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:05:15.876Z] prd-ubuntu20.04-docker-arm64-4c-16g-714 does not seem to be running inside a container [2022-06-02T23:05:15.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-02T23:05:17.354Z] $ docker top 71b87e93d13f1715bcd1a1eeac77b623af3eb3592c437ffa38e3584509d791e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T23:05:18.356Z] + go version [2022-06-02T23:05:18.356Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-06-02T23:05:18.399Z] $ docker stop --time=1 71b87e93d13f1715bcd1a1eeac77b623af3eb3592c437ffa38e3584509d791e2 [2022-06-02T23:05:20.093Z] $ docker rm -f 71b87e93d13f1715bcd1a1eeac77b623af3eb3592c437ffa38e3584509d791e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:05:21.024Z] + docker inspect -f . ci-base-image-arm64 [2022-06-02T23:05:21.024Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:05:21.359Z] prd-ubuntu20.04-docker-arm64-4c-16g-714 does not seem to be running inside a container [2022-06-02T23:05:21.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-02T23:05:22.814Z] $ docker top 063990ef08645ef370de71d0f5691f8773412b0a6a6def72847bb3e18b016255 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-02T23:05:23.856Z] + make test [2022-06-02T23:05:23.856Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-02T23:05:56.237Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-06-02T23:07:04.361Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-06-02T23:07:04.361Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-06-02T23:07:04.361Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-06-02T23:07:16.812Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.406s coverage: 23.3% of statements [2022-06-02T23:07:16.812Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-06-02T23:07:16.812Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.253s coverage: 27.6% of statements [2022-06-02T23:07:16.812Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.267s coverage: 78.9% of statements [2022-06-02T23:07:16.812Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.241s coverage: 9.0% of statements [2022-06-02T23:07:16.812Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-06-02T23:07:16.812Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-06-02T23:07:16.812Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-06-02T23:07:16.812Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.398s coverage: 28.7% of statements [2022-06-02T23:07:16.812Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-06-02T23:07:18.810Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.275s coverage: 82.9% of statements [2022-06-02T23:07:18.810Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-06-02T23:07:18.810Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-06-02T23:07:18.810Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.404s coverage: 57.8% of statements [2022-06-02T23:07:24.226Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.050s coverage: 89.2% of statements [2022-06-02T23:07:24.226Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-06-02T23:07:24.226Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.245s coverage: 4.8% of statements [2022-06-02T23:07:24.226Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-06-02T23:07:24.226Z] GO111MODULE=on go vet ./... [2022-06-02T23:08:20.869Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-02T23:08:21.467Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-02T23:08:21.742Z] ./bin/test-attribution-txt.sh [2022-06-02T23:08:23.185Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-06-02T23:08:23.185Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-06-02T23:08:23.463Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-02T23:08:23.463Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-02T23:08:23.463Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-02T23:08:23.463Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-02T23:08:23.463Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-06-02T23:08:23.463Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-02T23:08:23.463Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-02T23:08:23.463Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-06-02T23:08:23.742Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-02T23:08:23.742Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-02T23:08:23.742Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-02T23:08:23.742Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-06-02T23:08:23.742Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-06-02T23:08:23.742Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-02T23:08:23.742Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-02T23:08:23.742Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-02T23:08:23.742Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-02T23:08:23.742Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-02T23:08:24.032Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-06-02T23:08:24.032Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-06-02T23:08:24.032Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-06-02T23:08:24.311Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-02T23:08:24.311Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-02T23:08:24.311Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-02T23:08:24.311Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-02T23:08:24.311Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-02T23:08:24.311Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-02T23:08:24.311Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-02T23:08:24.311Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-02T23:08:24.311Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-06-02T23:08:24.311Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-02T23:08:24.311Z] go: downloading golang.org/x/text v0.3.6 [2022-06-02T23:08:25.874Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-02T23:08:25.874Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-02T23:08:25.874Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-02T23:08:25.874Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-02T23:08:25.874Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-02T23:08:25.874Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-02T23:08:25.874Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-02T23:08:26.161Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-02T23:08:26.161Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-02T23:08:26.455Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-02T23:08:27.897Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-06-02T23:08:27.897Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-02T23:08:27.897Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-02T23:08:27.897Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-02T23:08:27.897Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-02T23:08:27.897Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-02T23:08:27.897Z] go: downloading github.com/go-playground/locales v0.14.0 [Pipeline] echo [2022-06-02T23:08:33.391Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-02T23:08:34.145Z] + go mod tidy [2022-06-02T23:08:34.752Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-02T23:08:34.752Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-02T23:08:34.752Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-02T23:08:35.031Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-02T23:08:35.031Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-02T23:08:35.031Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-06-02T23:08:35.031Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-06-02T23:08:35.031Z] go: downloading github.com/kr/pretty v0.3.0 [2022-06-02T23:08:35.031Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-02T23:08:35.031Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-02T23:08:35.314Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-02T23:08:35.314Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-02T23:08:35.314Z] go: downloading github.com/kr/text v0.2.0 [2022-06-02T23:08:35.314Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-06-02T23:08:35.314Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-02T23:08:35.314Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-02T23:08:35.314Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-02T23:08:35.594Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-02T23:08:35.594Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-02T23:08:35.594Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-06-02T23:08:35.594Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-06-02T23:08:35.871Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-06-02T23:08:35.871Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } [2022-06-02T23:08:35.915Z] $ docker stop --time=1 063990ef08645ef370de71d0f5691f8773412b0a6a6def72847bb3e18b016255 [2022-06-02T23:08:38.405Z] $ docker rm -f 063990ef08645ef370de71d0f5691f8773412b0a6a6def72847bb3e18b016255 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-02T23:08:41.200Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-02T23:08:41.236Z] Warning: overwriting stash ‘coverage-report’ [2022-06-02T23:08:42.112Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-02T23:08:42.746Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-02T23:08:43.107Z] + ls -al . [2022-06-02T23:08:43.107Z] total 304 [2022-06-02T23:08:43.107Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 2 23:08 . [2022-06-02T23:08:43.107Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 2 23:03 .. [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 2 23:04 .dockerignore [2022-06-02T23:08:43.107Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 2 23:04 .git [2022-06-02T23:08:43.107Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 2 23:04 .github [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 124 Jun 2 23:04 .gitignore [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 26850 Jun 2 23:04 CHANGELOG.md [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 2 23:04 GOVERNANCE.md [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 880 Jun 2 23:04 Jenkinsfile [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jun 2 23:04 LICENSE [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 1120 Jun 2 23:04 Makefile [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 619 Jun 2 23:04 OWNERS.md [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 4890 Jun 2 23:04 README.md [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 2 22:59 VERSION [2022-06-02T23:08:43.107Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 2 23:04 bin [2022-06-02T23:08:43.107Z] -rw-r--r-- 1 jenkins jenkins 128642 Jun 2 23:07 coverage.out [2022-06-02T23:08:43.107Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 2 23:04 example [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 576 Jun 2 23:08 go.mod [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 48946 Jun 2 23:04 go.sum [2022-06-02T23:08:43.107Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 2 23:04 internal [2022-06-02T23:08:43.107Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 2 23:04 openapi [2022-06-02T23:08:43.107Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 2 23:04 pkg [2022-06-02T23:08:43.107Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 2 23:04 snap [2022-06-02T23:08:43.107Z] drwxrwxr-x 6 jenkins jenkins 4096 Jun 2 23:04 vendor [2022-06-02T23:08:43.107Z] -rw-rw-r-- 1 jenkins jenkins 222 Jun 2 23:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:08:43.550Z] + 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=7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 --label arch=arm64 --label version=0.0.0 . [2022-06-02T23:08:44.987Z] Sending build context to Docker daemon 16.39MB [2022-06-02T23:08:44.987Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2022-06-02T23:08:44.987Z] Step 2/24 : FROM ${BASE} AS builder [2022-06-02T23:08:44.987Z] ---> 9f8f2edb1610 [2022-06-02T23:08:44.987Z] Step 3/24 : ARG MAKE=make build [2022-06-02T23:08:45.264Z] ---> Running in 386622a7c0e5 [2022-06-02T23:08:45.540Z] Removing intermediate container 386622a7c0e5 [2022-06-02T23:08:45.540Z] ---> 5c289872a6d7 [2022-06-02T23:08:45.540Z] Step 4/24 : WORKDIR /device-sdk-go [2022-06-02T23:08:45.540Z] ---> Running in 9e992030c04f [2022-06-02T23:08:45.817Z] Removing intermediate container 9e992030c04f [2022-06-02T23:08:45.817Z] ---> f55bcf52e0e3 [2022-06-02T23:08:45.817Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-06-02T23:08:46.093Z] ---> Running in 53ef16d0482c [2022-06-02T23:08:46.373Z] Removing intermediate container 53ef16d0482c [2022-06-02T23:08:46.373Z] ---> cfd0df3d7736 [2022-06-02T23:08:46.373Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:08:46.373Z] ---> Running in 4f4405ddad8e [2022-06-02T23:08:48.354Z] Removing intermediate container 4f4405ddad8e [2022-06-02T23:08:48.354Z] ---> c9108cb96cb7 [2022-06-02T23:08:48.354Z] Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-06-02T23:08:48.354Z] ---> Running in 241dbcb458fc [2022-06-02T23:08:49.339Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:50.318Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:51.296Z] OK: 220 MiB in 52 packages [2022-06-02T23:08:52.278Z] Removing intermediate container 241dbcb458fc [2022-06-02T23:08:52.278Z] ---> fb6f785a1037 [2022-06-02T23:08:52.278Z] Step 8/24 : COPY . . [2022-06-02T23:08:57.708Z] ---> dcf31755e6dc [2022-06-02T23:08:57.708Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:08:57.708Z] ---> Running in 4a7c5f7bec34 [2022-06-02T23:08:57.988Z] skipping... [2022-06-02T23:08:58.615Z] Removing intermediate container 4a7c5f7bec34 [2022-06-02T23:08:58.615Z] ---> 8ef0d4f53bb4 [2022-06-02T23:08:58.615Z] Step 10/24 : RUN ${MAKE} [2022-06-02T23:08:58.615Z] ---> Running in b66fefd9361d [2022-06-02T23:09:00.061Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-06-02T23:09:39.132Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-06-02T23:09:42.528Z] Removing intermediate container b66fefd9361d [2022-06-02T23:09:42.528Z] ---> 5214010ce123 [2022-06-02T23:09:42.528Z] Step 11/24 : FROM alpine:3.14 [2022-06-02T23:09:42.528Z] 3.14: Pulling from library/alpine [2022-06-02T23:09:42.803Z] 455c02918c45: Pulling fs layer [2022-06-02T23:09:43.080Z] 455c02918c45: Download complete [2022-06-02T23:09:43.680Z] 455c02918c45: Pull complete [2022-06-02T23:09:43.680Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T23:09:43.680Z] Status: Downloaded newer image for alpine:3.14 [2022-06-02T23:09:43.680Z] ---> ac73e934f311 [2022-06-02T23:09:43.680Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-06-02T23:09:43.680Z] ---> Running in 8cec79391070 [2022-06-02T23:09:43.962Z] Removing intermediate container 8cec79391070 [2022-06-02T23:09:43.962Z] ---> 1c13202251af [2022-06-02T23:09:43.962Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:09:44.236Z] ---> Running in 6dd22cfc9c91 [2022-06-02T23:09:46.226Z] Removing intermediate container 6dd22cfc9c91 [2022-06-02T23:09:46.226Z] ---> 952e09a3270e [2022-06-02T23:09:46.226Z] Step 14/24 : RUN apk add --update --no-cache zeromq [2022-06-02T23:09:46.226Z] ---> Running in 43e00bce7555 [2022-06-02T23:09:47.208Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:09:48.194Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:09:48.798Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-06-02T23:09:49.079Z] (2/5) Installing libsodium (1.0.18-r0) [2022-06-02T23:09:49.079Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-02T23:09:49.079Z] (4/5) Installing libzmq (4.3.4-r0) [2022-06-02T23:09:49.356Z] (5/5) Installing zeromq (4.3.4-r0) [2022-06-02T23:09:49.356Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T23:09:49.356Z] OK: 8 MiB in 19 packages [2022-06-02T23:09:50.352Z] Removing intermediate container 43e00bce7555 [2022-06-02T23:09:50.352Z] ---> c63c7c47e205 [2022-06-02T23:09:50.352Z] Step 15/24 : WORKDIR / [2022-06-02T23:09:50.352Z] ---> Running in 2bb13b8c4178 [2022-06-02T23:09:50.954Z] Removing intermediate container 2bb13b8c4178 [2022-06-02T23:09:50.954Z] ---> 1e3e6ba59ce6 [2022-06-02T23:09:50.954Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-06-02T23:09:51.556Z] ---> 50cc72d06045 [2022-06-02T23:09:51.556Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-06-02T23:09:52.539Z] ---> f8d0010db2e8 [2022-06-02T23:09:52.539Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-06-02T23:09:53.140Z] ---> 12f46143b2db [2022-06-02T23:09:53.140Z] Step 19/24 : EXPOSE 59999 [2022-06-02T23:09:53.140Z] ---> Running in 3e6d654c0a85 [2022-06-02T23:09:53.458Z] Removing intermediate container 3e6d654c0a85 [2022-06-02T23:09:53.458Z] ---> 0c89b19bc463 [2022-06-02T23:09:53.458Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2022-06-02T23:09:53.771Z] ---> Running in 86bdafd42830 [2022-06-02T23:09:54.064Z] Removing intermediate container 86bdafd42830 [2022-06-02T23:09:54.064Z] ---> a147b2106d4d [2022-06-02T23:09:54.064Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T23:09:54.064Z] ---> Running in 531f73b5ab5a [2022-06-02T23:09:54.688Z] Removing intermediate container 531f73b5ab5a [2022-06-02T23:09:54.688Z] ---> aa34d58e87ed [2022-06-02T23:09:54.688Z] Step 22/24 : LABEL arch=arm64 [2022-06-02T23:09:54.688Z] ---> Running in 2c7d73477d01 [2022-06-02T23:09:54.974Z] Removing intermediate container 2c7d73477d01 [2022-06-02T23:09:54.974Z] ---> 9f21c014ff77 [2022-06-02T23:09:54.974Z] Step 23/24 : LABEL git_sha=7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [2022-06-02T23:09:54.974Z] ---> Running in 28877b23fd8f [2022-06-02T23:09:55.585Z] Removing intermediate container 28877b23fd8f [2022-06-02T23:09:55.585Z] ---> 4e3de62f7506 [2022-06-02T23:09:55.585Z] Step 24/24 : LABEL version=0.0.0 [2022-06-02T23:09:55.585Z] ---> Running in bcf9babf94a2 [2022-06-02T23:09:55.879Z] Removing intermediate container bcf9babf94a2 [2022-06-02T23:09:55.879Z] ---> efca974a41ad [2022-06-02T23:09:55.879Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-02T23:09:56.158Z] Successfully built efca974a41ad [2022-06-02T23:09:56.158Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:09:56.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-02T23:09:56.942Z] [2022-06-02T23:09:56.942Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:09:57.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-02T23:09:57.959Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-02T23:09:57.959Z] 8998bd30e6a1: Pulling fs layer [2022-06-02T23:09:57.959Z] 04944245beec: Pulling fs layer [2022-06-02T23:09:57.959Z] 699f458cf7ca: Pulling fs layer [2022-06-02T23:09:57.959Z] 765212b225bb: Pulling fs layer [2022-06-02T23:09:57.959Z] f23df028b6ca: Pulling fs layer [2022-06-02T23:09:57.959Z] d65c8cfc05b1: Pulling fs layer [2022-06-02T23:09:57.959Z] 2437ff75d9bd: Pulling fs layer [2022-06-02T23:09:57.959Z] 765212b225bb: Waiting [2022-06-02T23:09:57.959Z] f23df028b6ca: Waiting [2022-06-02T23:09:57.959Z] 2437ff75d9bd: Waiting [2022-06-02T23:09:57.959Z] d65c8cfc05b1: Waiting [2022-06-02T23:09:57.959Z] 04944245beec: Verifying Checksum [2022-06-02T23:09:57.959Z] 04944245beec: Download complete [2022-06-02T23:09:57.959Z] 765212b225bb: Verifying Checksum [2022-06-02T23:09:57.959Z] 765212b225bb: Download complete [2022-06-02T23:09:58.241Z] f23df028b6ca: Verifying Checksum [2022-06-02T23:09:58.241Z] f23df028b6ca: Download complete [2022-06-02T23:09:58.241Z] d65c8cfc05b1: Verifying Checksum [2022-06-02T23:09:58.241Z] d65c8cfc05b1: Download complete [2022-06-02T23:09:58.241Z] 699f458cf7ca: Verifying Checksum [2022-06-02T23:09:58.241Z] 699f458cf7ca: Download complete [2022-06-02T23:09:58.843Z] 8998bd30e6a1: Verifying Checksum [2022-06-02T23:09:58.843Z] 8998bd30e6a1: Download complete [2022-06-02T23:10:01.466Z] 2437ff75d9bd: Verifying Checksum [2022-06-02T23:10:01.466Z] 2437ff75d9bd: Download complete [2022-06-02T23:10:03.450Z] 8998bd30e6a1: Pull complete [2022-06-02T23:10:04.049Z] 04944245beec: Pull complete [2022-06-02T23:10:05.487Z] 699f458cf7ca: Pull complete [2022-06-02T23:10:05.760Z] 765212b225bb: Pull complete [2022-06-02T23:10:06.737Z] f23df028b6ca: Pull complete [2022-06-02T23:10:06.737Z] d65c8cfc05b1: Pull complete [2022-06-02T23:10:21.822Z] 2437ff75d9bd: Pull complete [2022-06-02T23:10:21.822Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-02T23:10:21.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-02T23:10:21.822Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:10:22.205Z] prd-ubuntu20.04-docker-arm64-4c-16g-714 does not seem to be running inside a container [2022-06-02T23:10:22.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-02T23:10:24.947Z] $ docker top fb7325c6ef6f534bb5f1193b31ee46125cbf4fc3fcef2e82ae489d7b96508b44 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:10:25.940Z] ---> job-cost.sh [2022-06-02T23:10:25.940Z] lf-activate-venv: SKIPPING [2022-06-02T23:10:25.940Z] INFO: No Stack... [2022-06-02T23:10:26.546Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-02T23:10:27.522Z] INFO: Archiving Costs [Pipeline] sh [2022-06-02T23:10:28.214Z] + cut -d, -f6 [2022-06-02T23:10:28.214Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2022-06-02T23:10:28.261Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1172-1-stack-cost] [2022-06-02T23:10:28.266Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1172-1-stack-cost] did not exist. Created. [2022-06-02T23:10:28.266Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1172-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-02T23:10:29.026Z] /w/workspace/device-sdk-go/1@tmp/durable-2d2c4a87/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-02T23:10:29.724Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-02T23:10:29.762Z] Warning: overwriting stash ‘stack-cost’ [2022-06-02T23:10:30.006Z] Stashed 1 file(s) [Pipeline] } [2022-06-02T23:10:30.026Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1172-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-02T23:10:30.117Z] $ docker stop --time=1 fb7325c6ef6f534bb5f1193b31ee46125cbf4fc3fcef2e82ae489d7b96508b44 [2022-06-02T23:10:31.674Z] $ docker rm -f fb7325c6ef6f534bb5f1193b31ee46125cbf4fc3fcef2e82ae489d7b96508b44 [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-06-02T23:10:32.651Z] provisioning config files... [2022-06-02T23:10:32.659Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp/config5116013803389516521tmp [Pipeline] { [Pipeline] sh [2022-06-02T23:10:32.999Z] + set +x [2022-06-02T23:10:32.999Z] + curl -s https://codecov.io/bash [2022-06-02T23:10:32.999Z] + bash -s -- [2022-06-02T23:10:32.999Z] [2022-06-02T23:10:32.999Z] _____ _ [2022-06-02T23:10:32.999Z] / ____| | | [2022-06-02T23:10:32.999Z] | | ___ __| | ___ ___ _____ __ [2022-06-02T23:10:32.999Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-02T23:10:32.999Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-02T23:10:32.999Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-02T23:10:32.999Z] Bash-1.0.6 [2022-06-02T23:10:32.999Z] [2022-06-02T23:10:32.999Z] [2022-06-02T23:10:32.999Z] ==> git version 2.25.1 found [2022-06-02T23:10:32.999Z] ==> 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-06-02T23:10:32.999Z] Release-Date: 2020-01-08 [2022-06-02T23:10:32.999Z] 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-06-02T23:10:32.999Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-02T23:10:32.999Z] ==> Jenkins CI detected. [2022-06-02T23:10:32.999Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1172 [2022-06-02T23:10:32.999Z] project root: . [2022-06-02T23:10:32.999Z] --> token set from env [2022-06-02T23:10:32.999Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-02T23:10:32.999Z] ==> Running gcov in . (disable via -X gcov) [2022-06-02T23:10:32.999Z] ==> Python coveragepy not found [2022-06-02T23:10:32.999Z] ==> Searching for coverage reports in: [2022-06-02T23:10:32.999Z] + . [2022-06-02T23:10:32.999Z] -> Found 1 reports [2022-06-02T23:10:32.999Z] ==> Detecting git/mercurial file structure [2022-06-02T23:10:32.999Z] ==> Reading reports [2022-06-02T23:10:33.258Z] + ./coverage.out bytes=128642 [2022-06-02T23:10:33.258Z] ==> Appending adjustments [2022-06-02T23:10:33.258Z] https://docs.codecov.io/docs/fixing-reports [2022-06-02T23:10:33.518Z] + Found adjustments [2022-06-02T23:10:33.518Z] ==> Gzipping contents [2022-06-02T23:10:33.518Z] 24K /tmp/codecov.RIlUPg.gz [2022-06-02T23:10:33.518Z] ==> Uploading reports [2022-06-02T23:10:33.518Z] url: https://codecov.io [2022-06-02T23:10:33.518Z] query: branch=PR-1172&commit=7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1172%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1172&job=&cmd_args= [2022-06-02T23:10:33.518Z] -> Pinging Codecov [2022-06-02T23:10:33.518Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1172&commit=7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1172%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1172&job=&cmd_args= [2022-06-02T23:10:33.777Z] -> Uploading to [2022-06-02T23:10:33.777Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-02/7E55EF52A471D76F132DFD9A03CDDE97/7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6/5268748f-b4c3-409e-b9c1-8470f601f542.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220602%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220602T231033Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=08ab0a67b26f90bd99249916daad6bf2123e4691e2e31ba9d9bd4eb9943562ab [2022-06-02T23:10:33.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-02T23:10:33.777Z] Dload Upload Total Spent Left Speed [2022-06-02T23:10:34.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23055 0 0 100 23055 0 100k --:--:-- --:--:-- --:--:-- 100k [2022-06-02T23:10:34.038Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7cf7f2c62d06b8c4e2b7d55d01e8ae8f22c0d1c6 [Pipeline] } [2022-06-02T23:10:34.066Z] 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-06-02T23:10:35.921Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1172/archives ] [2022-06-02T23:10:35.921Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1172/archives [2022-06-02T23:10:35.921Z] total 16 [2022-06-02T23:10:35.921Z] drwxr-xr-x 3 root root 4096 Jun 2 23:01 . [2022-06-02T23:10:35.921Z] drwxrwxr-x 13 jenkins jenkins 4096 Jun 2 23:01 .. [2022-06-02T23:10:35.921Z] drwxr-xr-x 2 root root 4096 Jun 2 23:01 cost [2022-06-02T23:10:35.921Z] -rw-r--r-- 1 root root 85 Jun 2 23:01 cost.csv [2022-06-02T23:10:35.921Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1172/archives [2022-06-02T23:10:35.921Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1172/archives [2022-06-02T23:10:35.921Z] total 16 [2022-06-02T23:10:35.921Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 2 23:01 . [2022-06-02T23:10:35.921Z] drwxrwxr-x 13 jenkins jenkins 4096 Jun 2 23:01 .. [2022-06-02T23:10:35.921Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 2 23:01 cost [2022-06-02T23:10:35.921Z] -rw-r--r-- 1 jenkins jenkins 85 Jun 2 23:01 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:10:36.249Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:10:37.148Z] ---> package-listing.sh [2022-06-02T23:10:37.149Z] ++ facter osfamily [2022-06-02T23:10:37.149Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-02T23:10:37.409Z] + OS_FAMILY=debian [2022-06-02T23:10:37.409Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1172 [2022-06-02T23:10:37.409Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-02T23:10:37.409Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-02T23:10:37.409Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-02T23:10:37.409Z] + PACKAGES=/tmp/packages_start.txt [2022-06-02T23:10:37.409Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1172 ']' [2022-06-02T23:10:37.409Z] + PACKAGES=/tmp/packages_end.txt [2022-06-02T23:10:37.409Z] + case "${OS_FAMILY}" in [2022-06-02T23:10:37.409Z] + dpkg -l [2022-06-02T23:10:37.409Z] + grep '^ii' [2022-06-02T23:10:37.409Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-02T23:10:37.409Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-02T23:10:37.409Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-02T23:10:37.409Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1172 ']' [2022-06-02T23:10:37.409Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1172/archives/ [2022-06-02T23:10:37.409Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1172/archives/ [Pipeline] echo [2022-06-02T23:10:37.443Z] 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-1172/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-02T23:10:37.739Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:10:38.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-02T23:10:38.365Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:10:38.512Z] prd-ubuntu20.04-docker-8c-8g-713 does not seem to be running inside a container [2022-06-02T23:10:38.553Z] $ 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-1172/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-1172 -v /w/workspace/gexfoundry_device-sdk-go_PR-1172:/w/workspace/gexfoundry_device-sdk-go_PR-1172:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1172@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-06-02T23:10:38.778Z] $ docker top 4636e6aad1d58ab40cb01a18606767270ba90e3e320258108dccfa0369c80ffe -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T23:10:39.183Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-02T23:10:39.497Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-02T23:10:39.810Z] + ls /var/log/sa-host [2022-06-02T23:10:39.810Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-02T23:10:40.008Z] provisioning config files... [2022-06-02T23:10:40.017Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1172@tmp/config1288137658878734541tmp [Pipeline] { [Pipeline] echo [2022-06-02T23:10:40.070Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:10:40.384Z] ---> create-netrc.sh [Pipeline] } [2022-06-02T23:10:40.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:10:40.827Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-02T23:10:40.860Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:10:41.180Z] ---> sudo-logs.sh [2022-06-02T23:10:41.180Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-02T23:10:41.259Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:10:41.613Z] ---> job-cost.sh [2022-06-02T23:10:41.613Z] lf-activate-venv: SKIPPING [2022-06-02T23:10:41.613Z] DEBUG: total: 0.2199999988079071 [2022-06-02T23:10:41.613Z] INFO: Retrieving Stack Cost... [2022-06-02T23:10:42.201Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-02T23:10:42.461Z] INFO: Archiving Costs [Pipeline] echo [2022-06-02T23:10:42.496Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:10:42.810Z] ---> logs-deploy.sh [2022-06-02T23:10:42.810Z] lf-activate-venv: SKIPPING [2022-06-02T23:10:42.810Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1172/1 [2022-06-02T23:10:42.810Z] INFO: archiving workspace using pattern(s): [2022-06-02T23:10:43.754Z] Archives upload complete. [2022-06-02T23:10:43.754Z] INFO: archiving logs to Nexus