Pull request #44 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5148a09e91bfcfbc1af5e4ad3f132772594f665d+a6fd823ac0f8050cc93c4390e8ec7789fa877825 (20f5d18ec34a0343c06f21c0169edf1737581a8b) 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-ssh11715792029145733587.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh3294228545869942444.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-gpio/branches/PR-44/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-gpio/branches/PR-44/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5465390452641541168.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-gpio/branches/PR-44/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17499406735363561953.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh2298920941847414057.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-gpio/branches/PR-44/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-gpio/branches/PR-44/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16984657988227611979.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-gpio] ========================================================= [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-gpio-settings PROJECT: device-gpio USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-17353’ Running on prd-ubuntu20.04-docker-8c-8g-17359 in /w/workspace/edgexfoundry_device-gpio_PR-44 [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-gpio.git > git init /w/workspace/edgexfoundry_device-gpio_PR-44 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.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-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit a6fd823ac0f8050cc93c4390e8ec7789fa877825 into PR head commit 5148a09e91bfcfbc1af5e4ad3f132772594f665d Merge succeeded, producing 5148a09e91bfcfbc1af5e4ad3f132772594f665d Checking out Revision 5148a09e91bfcfbc1af5e4ad3f132772594f665d (PR-44) > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.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-gpio.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/44/head:refs/remotes/origin/PR-44 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5148a09e91bfcfbc1af5e4ad3f132772594f665d # 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 a6fd823ac0f8050cc93c4390e8ec7789fa877825 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5148a09e91bfcfbc1af5e4ad3f132772594f665d # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:18:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:18:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:18:10 ========================================================= 01:18:10 EdgeX Global Pipelines Version Info 01:18:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:18:11 ------------------- 01:18:11 stable info: 01:18:11 ------------------- 01:18:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:18:11 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 01:18:11 Message: update stable to v1.0.234 01:18:11 ------------------- 01:18:11 experimental info: 01:18:11 ------------------- 01:18:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:18:11 Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 01:18:11 Message: update experimental to v1.0.236 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:18:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 01:18:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:18:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:18:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:18:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:18:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-44 [Pipeline] echo 01:18:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-44 [Pipeline] echo 01:18:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-44 [Pipeline] echo 01:18:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] echo 01:18:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5148a09 [Pipeline] echo 01:18:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:18:13 provisioning config files... 01:18:13 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/config4773576788032859249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:18:13 ---> docker-login.sh 01:18:13 nexus3.edgexfoundry.org:10001 01:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:14 Configure a credential helper to remove this warning. See 01:18:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:14 01:18:14 Login Succeeded 01:18:14 nexus3.edgexfoundry.org:10002 01:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:14 Configure a credential helper to remove this warning. See 01:18:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:14 01:18:14 Login Succeeded 01:18:14 nexus3.edgexfoundry.org:10003 01:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:14 Configure a credential helper to remove this warning. See 01:18:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:14 01:18:14 Login Succeeded 01:18:14 nexus3.edgexfoundry.org:10004 01:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:14 Configure a credential helper to remove this warning. See 01:18:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:14 01:18:14 Login Succeeded 01:18:14 docker.io 01:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:15 Configure a credential helper to remove this warning. See 01:18:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:15 01:18:15 Login Succeeded 01:18:15 ---> docker-login.sh ends [Pipeline] } 01:18:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:18:15 + git rev-list -1 --merges 5148a09e91bfcfbc1af5e4ad3f132772594f665d~1..5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] echo 01:18:15 -----------> git rev-list -1 --merges 5148a09e91bfcfbc1af5e4ad3f132772594f665d~1..5148a09e91bfcfbc1af5e4ad3f132772594f665d 5148a09e91bfcfbc1af5e4ad3f132772594f665d [false] [Pipeline] sh 01:18:16 + git log --format=format:%s -1 5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] echo 01:18:16 ========================================================= 01:18:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:18:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:18:16 + git log --format=format:%s -1 5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] echo 01:18:16 [semverPrep] GIT_COMMIT: 5148a09e91bfcfbc1af5e4ad3f132772594f665d, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 01:18:16 [semverPrep] This is not a build commit. [Pipeline] sh 01:18:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:18:17 + grep -v github /etc/ssh/ssh_known_hosts 01:18:17 + [ -e /tmp/ssh_known_hosts ] 01:18:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:18:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:18:17 + sudo tee -a /etc/ssh/ssh_known_hosts 01:18:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:18:17 01:18:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:18:17 0.1.4: Pulling from edgex-devops/py-git-semver 01:18:17 b85a868b505f: Pulling fs layer 01:18:17 e2be974225ed: Pulling fs layer 01:18:17 339a4e72a1f5: Pulling fs layer 01:18:17 988bab9f4d93: Pulling fs layer 01:18:17 1469e6f7b9e6: Pulling fs layer 01:18:17 eaf3925da568: Pulling fs layer 01:18:17 bab4dde63d76: Pulling fs layer 01:18:17 988bab9f4d93: Waiting 01:18:17 1469e6f7b9e6: Waiting 01:18:17 bde34c3a00c8: Pulling fs layer 01:18:17 b352a97aabf1: Pulling fs layer 01:18:17 4872d77fe225: Pulling fs layer 01:18:17 5851b861e8e6: Pulling fs layer 01:18:17 bde34c3a00c8: Waiting 01:18:17 b352a97aabf1: Waiting 01:18:17 4872d77fe225: Waiting 01:18:17 5851b861e8e6: Waiting 01:18:17 e2be974225ed: Download complete 01:18:17 988bab9f4d93: Verifying Checksum 01:18:17 988bab9f4d93: Download complete 01:18:18 1469e6f7b9e6: Verifying Checksum 01:18:18 1469e6f7b9e6: Download complete 01:18:18 339a4e72a1f5: Verifying Checksum 01:18:18 339a4e72a1f5: Download complete 01:18:18 bde34c3a00c8: Verifying Checksum 01:18:18 bde34c3a00c8: Download complete 01:18:18 b352a97aabf1: Verifying Checksum 01:18:18 b352a97aabf1: Download complete 01:18:18 4872d77fe225: Verifying Checksum 01:18:18 4872d77fe225: Download complete 01:18:18 5851b861e8e6: Download complete 01:18:18 b85a868b505f: Verifying Checksum 01:18:18 b85a868b505f: Download complete 01:18:18 bab4dde63d76: Verifying Checksum 01:18:18 bab4dde63d76: Download complete 01:18:19 b85a868b505f: Pull complete 01:18:19 e2be974225ed: Pull complete 01:18:20 339a4e72a1f5: Pull complete 01:18:20 988bab9f4d93: Pull complete 01:18:20 1469e6f7b9e6: Pull complete 01:18:20 eaf3925da568: Pull complete 01:18:22 bab4dde63d76: Pull complete 01:18:23 bde34c3a00c8: Pull complete 01:18:23 b352a97aabf1: Pull complete 01:18:23 4872d77fe225: Pull complete 01:18:23 5851b861e8e6: Pull complete 01:18:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:18:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:18:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:18:23 prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container 01:18:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:18:25 $ docker top db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 -eo pid,comm 01:18:25 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). 01:18:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:18:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:18:25 [ssh-agent] Looking for ssh-agent implementation... 01:18:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:18:25 $ docker exec db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 ssh-agent 01:18:25 SSH_AUTH_SOCK=/tmp/ssh-WFYtQEoVW36c/agent.32 01:18:25 SSH_AGENT_PID=38 01:18:25 Running ssh-add (command line suppressed) 01:18:26 Identity added: /w/workspace/edgexfoundry_device-gpio_PR-44@tmp/private_key_3432502520452815371.key (/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/private_key_3432502520452815371.key) 01:18:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:18:26 + git tag --points-at HEAD [Pipeline] } 01:18:26 $ docker exec --env ******** --env ******** db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 ssh-agent -k 01:18:26 unset SSH_AUTH_SOCK; 01:18:26 unset SSH_AGENT_PID; 01:18:26 echo Agent pid 38 killed; 01:18:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:18:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:18:26 [ssh-agent] Looking for ssh-agent implementation... 01:18:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:18:26 $ docker exec db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 ssh-agent 01:18:26 SSH_AUTH_SOCK=/tmp/ssh-ntlpb2n5jaiZ/agent.73 01:18:26 SSH_AGENT_PID=80 01:18:26 Running ssh-add (command line suppressed) 01:18:27 Identity added: /w/workspace/edgexfoundry_device-gpio_PR-44@tmp/private_key_3969296338210246105.key (/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/private_key_3969296338210246105.key) 01:18:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:18:27 + git semver init 01:18:27 2022-07-11 01:18:27,634 [run_init] DEBUG init version:0.0.0 force:False 01:18:27 2022-07-11 01:18:27,635 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-44/.semver 01:18:27 2022-07-11 01:18:27,635 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-44/.semver 01:18:27 2022-07-11 01:18:27,635 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-44/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-44, universal_newlines=False, shell=None, istream=None) 01:18:28 2022-07-11 01:18:28,437 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-44/.git/info/exclude 01:18:28 2022-07-11 01:18:28,437 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-44/.semver/PR-44 with force:False 01:18:28 2022-07-11 01:18:28,437 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-44/.semver/PR-44 01:18:28 2022-07-11 01:18:28,442 [execute] INFO git cat-file --batch-check 01:18:28 2022-07-11 01:18:28,443 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-44/.semver, universal_newlines=False, shell=None, istream=) 01:18:28 2022-07-11 01:18:28,450 [execute] INFO git cat-file --batch 01:18:28 2022-07-11 01:18:28,450 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-44/.semver, universal_newlines=False, shell=None, istream=) 01:18:28 2022-07-11 01:18:28,457 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-44/.semver/PR-44 01:18:28 0.0.0 [Pipeline] } 01:18:28 $ docker exec --env ******** --env ******** db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 ssh-agent -k 01:18:28 unset SSH_AUTH_SOCK; 01:18:28 unset SSH_AGENT_PID; 01:18:28 echo Agent pid 80 killed; 01:18:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:18:29 + git semver [Pipeline] } 01:18:29 $ docker stop --time=1 db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 01:18:30 $ docker rm -f db39a1ba7872280ae2cb974ec92faa8d024d0380076c84783acd3e1638ecd7d2 [Pipeline] // withDockerContainer [Pipeline] sh 01:18:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:18:31 Stashed 1 file(s) [Pipeline] echo 01:18:31 [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 01:18:32 provisioning config files... 01:18:32 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/config4005346300742955173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:18:32 ---> docker-login.sh 01:18:32 nexus3.edgexfoundry.org:10001 01:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:32 Configure a credential helper to remove this warning. See 01:18:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:32 01:18:32 Login Succeeded 01:18:32 nexus3.edgexfoundry.org:10002 01:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:32 Configure a credential helper to remove this warning. See 01:18:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:32 01:18:32 Login Succeeded 01:18:32 nexus3.edgexfoundry.org:10003 01:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:32 Configure a credential helper to remove this warning. See 01:18:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:32 01:18:32 Login Succeeded 01:18:32 nexus3.edgexfoundry.org:10004 01:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:33 Configure a credential helper to remove this warning. See 01:18:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:33 01:18:33 Login Succeeded 01:18:33 docker.io 01:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:33 Configure a credential helper to remove this warning. See 01:18:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:33 01:18:33 Login Succeeded 01:18:33 ---> docker-login.sh ends [Pipeline] } 01:18:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:18:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:18:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:18:34 ========================================================= 01:18:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 01:18:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:34 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 01:18:34 Sending build context to Docker daemon 15.75MB 01:18:34 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 01:18:34 Step 2/12 : FROM ${BASE} AS builder 01:18:34 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 01:18:34 59bf1c3509f3: Pulling fs layer 01:18:34 666ba61612fd: Pulling fs layer 01:18:34 8ed8ca486205: Pulling fs layer 01:18:34 cc1cd167ecdc: Pulling fs layer 01:18:34 c516ae0d96e1: Pulling fs layer 01:18:34 684cea983483: Pulling fs layer 01:18:34 dd3240ac7de5: Pulling fs layer 01:18:34 b1e948a4e11c: Pulling fs layer 01:18:34 a8fd76ee1af6: Pulling fs layer 01:18:34 646ad004c059: Pulling fs layer 01:18:34 684cea983483: Waiting 01:18:34 dd3240ac7de5: Waiting 01:18:34 b1e948a4e11c: Waiting 01:18:34 a8fd76ee1af6: Waiting 01:18:34 646ad004c059: Waiting 01:18:34 cc1cd167ecdc: Waiting 01:18:34 c516ae0d96e1: Waiting 01:18:34 8ed8ca486205: Download complete 01:18:34 666ba61612fd: Download complete 01:18:34 c516ae0d96e1: Download complete 01:18:34 684cea983483: Verifying Checksum 01:18:34 684cea983483: Download complete 01:18:34 dd3240ac7de5: Verifying Checksum 01:18:34 dd3240ac7de5: Download complete 01:18:34 59bf1c3509f3: Verifying Checksum 01:18:34 59bf1c3509f3: Download complete 01:18:34 b1e948a4e11c: Verifying Checksum 01:18:34 b1e948a4e11c: Download complete 01:18:34 59bf1c3509f3: Pull complete 01:18:35 666ba61612fd: Pull complete 01:18:35 8ed8ca486205: Pull complete 01:18:35 646ad004c059: Verifying Checksum 01:18:35 646ad004c059: Download complete 01:18:35 cc1cd167ecdc: Verifying Checksum 01:18:35 cc1cd167ecdc: Download complete 01:18:35 a8fd76ee1af6: Verifying Checksum 01:18:39 cc1cd167ecdc: Pull complete 01:18:39 c516ae0d96e1: Pull complete 01:18:39 684cea983483: Pull complete 01:18:39 dd3240ac7de5: Pull complete 01:18:39 b1e948a4e11c: Pull complete 01:18:42 a8fd76ee1af6: Pull complete 01:18:42 646ad004c059: Pull complete 01:18:42 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 01:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 01:18:42 ---> 8f69c11f6b0c 01:18:42 Step 3/12 : ARG MAKE="make build" 01:18:45 ---> Running in 76aeaddb3f10 01:18:45 Removing intermediate container 76aeaddb3f10 01:18:45 ---> c9a89d846702 01:18:45 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:18:45 ---> Running in 8a943c8e2412 01:18:45 Removing intermediate container 8a943c8e2412 01:18:45 ---> ff990a27072f 01:18:45 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 01:18:45 ---> Running in ed367e944d1e 01:18:45 Removing intermediate container ed367e944d1e 01:18:45 ---> f87b77aafc1c 01:18:45 Step 6/12 : WORKDIR /device-gpio 01:18:45 ---> Running in af8c7a97b5b1 01:18:46 Removing intermediate container af8c7a97b5b1 01:18:46 ---> c2cbc660a639 01:18:46 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:18:46 ---> Running in e611bf9d8095 01:18:46 Removing intermediate container e611bf9d8095 01:18:46 ---> 4da9b34ac895 01:18:46 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:18:46 ---> Running in fa72cb36cbfa 01:18:47 Still waiting to schedule task 01:18:47 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-17357’ 01:18:47 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:18:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:18:48 (1/4) Installing openssh-keygen (8.8_p1-r1) 01:18:48 (2/4) Installing libedit (20210910.3.1-r0) 01:18:48 (3/4) Installing openssh-client-common (8.8_p1-r1) 01:18:48 (4/4) Installing openssh-client-default (8.8_p1-r1) 01:18:48 Executing busybox-1.34.1-r3.trigger 01:18:48 OK: 224 MiB in 56 packages 01:18:49 Removing intermediate container fa72cb36cbfa 01:18:49 ---> 49bf9ae4710d 01:18:49 Step 9/12 : COPY go.mod vendor* ./ 01:18:49 ---> a8f560619829 01:18:49 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:18:49 ---> Running in b7322a9ef075 01:19:15 Removing intermediate container b7322a9ef075 01:19:15 ---> 9fd73071e6da 01:19:15 Step 11/12 : COPY . . 01:19:15 ---> 84143082f2d5 01:19:15 Step 12/12 : RUN ${MAKE} 01:19:15 ---> Running in 9d8da896e9b0 01:19:15 noop 01:19:15 Removing intermediate container 9d8da896e9b0 01:19:15 ---> 126423e06f56 01:19:15 Successfully built 126423e06f56 01:19:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:16 + docker inspect -f . ci-base-image-x86_64 01:19:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:16 prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container 01:19:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@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 ******** ci-base-image-x86_64 cat 01:19:16 $ docker top de67955592c06c301c6408d7532cd061e1f87a11f797dad853dcb6a84e8770f8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:19:17 + go version 01:19:17 go version go1.17.7 linux/amd64 [Pipeline] } 01:19:17 $ docker stop --time=1 de67955592c06c301c6408d7532cd061e1f87a11f797dad853dcb6a84e8770f8 01:19:18 $ docker rm -f de67955592c06c301c6408d7532cd061e1f87a11f797dad853dcb6a84e8770f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:19 + docker inspect -f . ci-base-image-x86_64 01:19:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:19 prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container 01:19:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@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 ******** ci-base-image-x86_64 cat 01:19:20 $ docker top 22a2eea8ddb232e16bf104c9a00b3536202b452ab4303137f6cd148a9fecb3f5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 01:19:20 + make test 01:19:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:19:20 ? github.com/edgexfoundry/device-gpio [no test files] 01:19:30 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 01:19:30 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 01:19:36 CGO_ENABLED=1 GO111MODULE=on go vet ./... 01:19:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:19:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:19:40 ./bin/test-attribution-txt.sh [Pipeline] echo 01:19:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:19:40 $ docker stop --time=1 22a2eea8ddb232e16bf104c9a00b3536202b452ab4303137f6cd148a9fecb3f5 01:19:42 $ docker rm -f 22a2eea8ddb232e16bf104c9a00b3536202b452ab4303137f6cd148a9fecb3f5 [Pipeline] // withDockerContainer [Pipeline] sh 01:19:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:19:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:19:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:19:44 + ls -al . 01:19:44 total 172 01:19:44 drwxrwxr-x 9 jenkins jenkins 4096 Jul 11 01:19 . 01:19:44 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 01:18 .. 01:19:44 -rw-rw-r-- 1 jenkins jenkins 120 Jul 11 01:18 .dockerignore 01:19:44 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 01:18 .git 01:19:44 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:18 .github 01:19:44 -rw-rw-r-- 1 jenkins jenkins 343 Jul 11 01:18 .gitignore 01:19:44 -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 01:18 .golangci.yml 01:19:44 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 01:18 .semver 01:19:44 -rw-rw-r-- 1 jenkins jenkins 9182 Jul 11 01:18 Attribution.txt 01:19:44 -rw-rw-r-- 1 jenkins jenkins 3081 Jul 11 01:18 CHANGELOG.md 01:19:44 -rw-rw-r-- 1 jenkins jenkins 1868 Jul 11 01:18 Dockerfile 01:19:44 -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 01:18 GOVERNANCE.md 01:19:44 -rw-rw-r-- 1 jenkins jenkins 657 Jul 11 01:18 Jenkinsfile 01:19:44 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 11 01:18 LICENSE 01:19:44 -rw-rw-r-- 1 jenkins jenkins 1876 Jul 11 01:18 Makefile 01:19:44 -rw-rw-r-- 1 jenkins jenkins 617 Jul 11 01:18 OWNERS.md 01:19:44 -rw-rw-r-- 1 jenkins jenkins 11178 Jul 11 01:18 README.md 01:19:44 -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 01:18 VERSION 01:19:44 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 01:18 bin 01:19:44 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:18 cmd 01:19:44 -rw-r--r-- 1 jenkins jenkins 10 Jul 11 01:19 coverage.out 01:19:44 -rw-rw-r-- 1 jenkins jenkins 3287 Jul 11 01:18 go.mod 01:19:44 -rw-rw-r-- 1 jenkins jenkins 48093 Jul 11 01:18 go.sum 01:19:44 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:18 internal 01:19:44 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:18 snap 01:19:44 -rw-rw-r-- 1 jenkins jenkins 209 Jul 11 01:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:44 + docker build -t device-gpio -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=5148a09e91bfcfbc1af5e4ad3f132772594f665d --label arch=amd64 --label version=0.0.0 . 01:19:44 Sending build context to Docker daemon 15.75MB 01:19:44 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 01:19:44 Step 2/26 : FROM ${BASE} AS builder 01:19:44 ---> 126423e06f56 01:19:44 Step 3/26 : ARG MAKE="make build" 01:19:44 ---> Running in 2b3b944c1c8a 01:19:44 Removing intermediate container 2b3b944c1c8a 01:19:44 ---> 8adff61c9268 01:19:44 Step 4/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:19:44 ---> Running in fad0a1e598a0 01:19:45 Removing intermediate container fad0a1e598a0 01:19:45 ---> 2ccd114f6c15 01:19:45 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 01:19:45 ---> Running in 8084d045d71b 01:19:45 Removing intermediate container 8084d045d71b 01:19:45 ---> 03fc7b6f0d49 01:19:45 Step 6/26 : WORKDIR /device-gpio 01:19:45 ---> Running in cf19dc88aab7 01:19:45 Removing intermediate container cf19dc88aab7 01:19:45 ---> 90492faa7eb7 01:19:45 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:19:45 ---> Running in cd1c35688796 01:19:45 Removing intermediate container cd1c35688796 01:19:45 ---> 1415577fb2c1 01:19:45 Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:19:46 ---> Running in 03c94caf6b43 01:19:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:19:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:19:47 OK: 224 MiB in 56 packages 01:19:47 Removing intermediate container 03c94caf6b43 01:19:47 ---> fbc606cc3fca 01:19:47 Step 9/26 : COPY go.mod vendor* ./ 01:19:47 ---> 71bfbc4c78e4 01:19:47 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:19:48 ---> Running in 88965ea4e9fd 01:19:48 Removing intermediate container 88965ea4e9fd 01:19:48 ---> 786c725ed30e 01:19:48 Step 11/26 : COPY . . 01:19:49 ---> 9cbf219ded08 01:19:49 Step 12/26 : RUN ${MAKE} 01:19:49 ---> Running in cd13f72a3d06 01:19:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-gpio ./cmd 01:20:11 Removing intermediate container cd13f72a3d06 01:20:11 ---> 491a79e68e06 01:20:11 Step 13/26 : FROM alpine:3.15 01:20:11 3.15: Pulling from library/alpine 01:20:11 df9b9388f04a: Pulling fs layer 01:20:11 df9b9388f04a: Verifying Checksum 01:20:11 df9b9388f04a: Download complete 01:20:11 df9b9388f04a: Pull complete 01:20:11 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 01:20:11 Status: Downloaded newer image for alpine:3.15 01:20:11 ---> 0ac33e5f5afa 01:20:11 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 01:20:11 ---> Running in 05d9bc254dd0 01:20:11 Removing intermediate container 05d9bc254dd0 01:20:11 ---> b8d6f50c13e1 01:20:11 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:11 ---> Running in ccceff8e7894 01:20:11 Removing intermediate container ccceff8e7894 01:20:11 ---> fb30bfe5bd65 01:20:11 Step 16/26 : RUN apk add --update --no-cache zeromq 01:20:11 ---> Running in 2427934b3953 01:20:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:20:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:20:12 (1/5) Installing libgcc (10.3.1_git20211027-r0) 01:20:12 (2/5) Installing libsodium (1.0.18-r0) 01:20:12 (3/5) Installing libstdc++ (10.3.1_git20211027-r0) 01:20:12 (4/5) Installing libzmq (4.3.4-r0) 01:20:12 (5/5) Installing zeromq (4.3.4-r0) 01:20:12 Executing busybox-1.34.1-r5.trigger 01:20:12 OK: 8 MiB in 19 packages 01:20:13 Removing intermediate container 2427934b3953 01:20:13 ---> b101b6f4300b 01:20:13 Step 17/26 : WORKDIR / 01:20:13 ---> Running in 32d5314cc9a8 01:20:13 Removing intermediate container 32d5314cc9a8 01:20:13 ---> 5951b2675404 01:20:13 Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / 01:20:13 ---> 9e3bdd1e8b1d 01:20:13 Step 19/26 : COPY --from=builder /device-gpio/LICENSE / 01:20:13 ---> 5cd42396cf55 01:20:13 Step 20/26 : COPY --from=builder /device-gpio/cmd/ / 01:20:14 ---> d91b264053a0 01:20:14 Step 21/26 : EXPOSE 59910 01:20:14 ---> Running in a2875aec6727 01:20:14 Removing intermediate container a2875aec6727 01:20:14 ---> 93d0cf8e9d7e 01:20:14 Step 22/26 : ENTRYPOINT ["/device-gpio"] 01:20:14 ---> Running in 9f918e309002 01:20:14 Removing intermediate container 9f918e309002 01:20:14 ---> 7d20b2ebbfd6 01:20:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:20:14 ---> Running in 42f6e1bd1564 01:20:14 Removing intermediate container 42f6e1bd1564 01:20:14 ---> 796a70f3fb86 01:20:14 Step 24/26 : LABEL arch=amd64 01:20:14 ---> Running in ae7030f9eea6 01:20:14 Removing intermediate container ae7030f9eea6 01:20:14 ---> 16618c1cd6e3 01:20:14 Step 25/26 : LABEL git_sha=5148a09e91bfcfbc1af5e4ad3f132772594f665d 01:20:15 ---> Running in 0b7ed3af88d4 01:20:15 Removing intermediate container 0b7ed3af88d4 01:20:15 ---> 44375c0f5c06 01:20:15 Step 26/26 : LABEL version=0.0.0 01:20:15 ---> Running in c5f11313c08e 01:20:15 Removing intermediate container c5f11313c08e 01:20:15 ---> adfcd3eda67e 01:20:15 [Warning] One or more build-args [ARCH] were not consumed 01:20:15 Successfully built adfcd3eda67e 01:20:15 Successfully tagged device-gpio: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 01:20:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:20:15 01:20:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:20:16 latest: Pulling from edgex-lftools-log-publisher 01:20:16 5eb5b503b376: Pulling fs layer 01:20:16 5c69ac0246d0: Pulling fs layer 01:20:16 ec43610c2a17: Pulling fs layer 01:20:16 3a2ae6a8a46f: Pulling fs layer 01:20:16 33b1e0a273af: Pulling fs layer 01:20:16 5d3b04190fa2: Pulling fs layer 01:20:16 2f39f015ded8: Pulling fs layer 01:20:16 3a2ae6a8a46f: Waiting 01:20:16 33b1e0a273af: Waiting 01:20:16 5d3b04190fa2: Waiting 01:20:16 2f39f015ded8: Waiting 01:20:16 5c69ac0246d0: Download complete 01:20:16 3a2ae6a8a46f: Verifying Checksum 01:20:16 3a2ae6a8a46f: Download complete 01:20:16 33b1e0a273af: Verifying Checksum 01:20:16 33b1e0a273af: Download complete 01:20:16 ec43610c2a17: Verifying Checksum 01:20:16 ec43610c2a17: Download complete 01:20:16 5d3b04190fa2: Verifying Checksum 01:20:16 5d3b04190fa2: Download complete 01:20:16 5eb5b503b376: Verifying Checksum 01:20:16 5eb5b503b376: Download complete 01:20:17 2f39f015ded8: Download complete 01:20:18 5eb5b503b376: Pull complete 01:20:18 5c69ac0246d0: Pull complete 01:20:18 ec43610c2a17: Pull complete 01:20:18 3a2ae6a8a46f: Pull complete 01:20:18 33b1e0a273af: Pull complete 01:20:18 5d3b04190fa2: Pull complete 01:20:23 2f39f015ded8: Pull complete 01:20:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:20:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:20:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:20:23 prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container 01:20:23 $ 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/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@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 01:20:25 $ docker top 75ec1943590501464b67ab6e4dde48153cbdaebd30fce60f27d8288506e585b4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:20:25 ---> job-cost.sh 01:20:25 lf-activate-venv: SKIPPING 01:20:25 INFO: No Stack... 01:20:25 INFO: Retrieving Pricing Info for: v3-standard-8 01:20:26 INFO: Archiving Costs [Pipeline] sh 01:20:26 + cat /w/workspace/edgexfoundry_device-gpio_PR-44/archives/cost.csv 01:20:26 + cut -d, -f6 [Pipeline] lock 01:20:27 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] 01:20:27 Resource [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] did not exist. Created. 01:20:27 Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:20:27 + echo total: 0.2199999988079071 [Pipeline] stash 01:20:27 Stashed 1 file(s) [Pipeline] } 01:20:27 Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:20:27 $ docker stop --time=1 75ec1943590501464b67ab6e4dde48153cbdaebd30fce60f27d8288506e585b4 01:20:28 $ docker rm -f 75ec1943590501464b67ab6e4dde48153cbdaebd30fce60f27d8288506e585b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:22:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17360 in /w/workspace/edgexfoundry_device-gpio_PR-44 [Pipeline] { [Pipeline] ws 01:22:27 Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout 01:22:27 The recommended git tool is: git 01:22:34 using credential edgex-jenkins-ssh 01:22:34 Cloning the remote Git repository 01:22:34 Cloning repository git@github.com:edgexfoundry/device-gpio.git 01:22:34 > git init /w/workspace/device-gpio/1 # timeout=10 01:22:35 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 01:22:35 > git --version # timeout=10 01:22:35 > git --version # 'git version 2.25.1' 01:22:35 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:22:36 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 01:22:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:22:36 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 01:22:37 Merging remotes/origin/main commit a6fd823ac0f8050cc93c4390e8ec7789fa877825 into PR head commit 5148a09e91bfcfbc1af5e4ad3f132772594f665d 01:22:37 Merge succeeded, producing 5148a09e91bfcfbc1af5e4ad3f132772594f665d 01:22:37 Checking out Revision 5148a09e91bfcfbc1af5e4ad3f132772594f665d (PR-44) 01:22:36 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 01:22:36 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/44/head:refs/remotes/origin/PR-44 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:22:37 > git config core.sparsecheckout # timeout=10 01:22:37 > git checkout -f 5148a09e91bfcfbc1af5e4ad3f132772594f665d # timeout=10 01:22:37 > git remote # timeout=10 01:22:37 > git config --get remote.origin.url # timeout=10 01:22:37 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:37 > git merge a6fd823ac0f8050cc93c4390e8ec7789fa877825 # timeout=10 01:22:37 > git rev-parse HEAD^{commit} # timeout=10 01:22:37 > git config core.sparsecheckout # timeout=10 01:22:37 > git checkout -f 5148a09e91bfcfbc1af5e4ad3f132772594f665d # timeout=10 01:22:42 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 01:22:42 > git --version # timeout=10 01:22:42 > git --version # 'git version 2.25.1' 01:22:42 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:22:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:22:43 % Total % Received % Xferd Average Speed Time Time Time Current 01:22:43 Dload Upload Total Spent Left Speed 01:22:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 87063 0 --:--:-- --:--:-- --:--:-- 87063 [Pipeline] sh 01:22:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:22:45 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 01:22:45 /etc/docker/daemon.new 01:22:45 { 01:22:45 "registry-mirrors": [ 01:22:45 "https://nexus3.edgexfoundry.org:10001" 01:22:45 ], 01:22:45 "bip": "10.250.0.254/24", 01:22:45 "hosts": [ 01:22:45 "tcp://0.0.0.0:5555", 01:22:45 "unix:///var/run/docker.sock" 01:22:45 ], 01:22:45 "mtu": 1458, 01:22:45 "selinux-enabled": true, 01:22:45 "seccomp-profile": "/etc/docker/seccomp.json" 01:22:45 } [Pipeline] sh 01:22:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:22:46 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:23:04 provisioning config files... 01:23:04 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config719852522917362053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:23:05 ---> docker-login.sh 01:23:05 nexus3.edgexfoundry.org:10001 01:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:05 Configure a credential helper to remove this warning. See 01:23:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:05 01:23:05 Login Succeeded 01:23:05 nexus3.edgexfoundry.org:10002 01:23:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:06 Configure a credential helper to remove this warning. See 01:23:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:06 01:23:06 Login Succeeded 01:23:06 nexus3.edgexfoundry.org:10003 01:23:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:06 Configure a credential helper to remove this warning. See 01:23:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:06 01:23:06 Login Succeeded 01:23:06 nexus3.edgexfoundry.org:10004 01:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:07 Configure a credential helper to remove this warning. See 01:23:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:07 01:23:07 Login Succeeded 01:23:07 docker.io 01:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:23:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:23:07 Configure a credential helper to remove this warning. See 01:23:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:23:07 01:23:07 Login Succeeded 01:23:08 ---> docker-login.sh ends [Pipeline] } 01:23:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:23:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:23:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:23:08 ========================================================= 01:23:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 01:23:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:09 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 01:23:09 Sending build context to Docker daemon 7.94MB 01:23:09 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 01:23:09 Step 2/12 : FROM ${BASE} AS builder 01:23:09 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:23:09 9b3977197b4f: Pulling fs layer 01:23:09 1a89e8eeedd5: Pulling fs layer 01:23:09 94645a83ff95: Pulling fs layer 01:23:09 e6fb740bc735: Pulling fs layer 01:23:09 3a77bd46dcc9: Pulling fs layer 01:23:09 355e64cbe906: Pulling fs layer 01:23:09 63ab81a10011: Pulling fs layer 01:23:09 555d1d1c4555: Pulling fs layer 01:23:09 7d9057610161: Pulling fs layer 01:23:09 355e64cbe906: Waiting 01:23:09 63ab81a10011: Waiting 01:23:09 555d1d1c4555: Waiting 01:23:09 7d9057610161: Waiting 01:23:09 e6fb740bc735: Waiting 01:23:09 3a77bd46dcc9: Waiting 01:23:09 94645a83ff95: Download complete 01:23:09 1a89e8eeedd5: Download complete 01:23:09 3a77bd46dcc9: Verifying Checksum 01:23:09 3a77bd46dcc9: Download complete 01:23:09 355e64cbe906: Verifying Checksum 01:23:09 355e64cbe906: Download complete 01:23:09 9b3977197b4f: Verifying Checksum 01:23:09 9b3977197b4f: Download complete 01:23:09 63ab81a10011: Verifying Checksum 01:23:09 63ab81a10011: Download complete 01:23:10 9b3977197b4f: Pull complete 01:23:10 7d9057610161: Verifying Checksum 01:23:10 7d9057610161: Download complete 01:23:11 1a89e8eeedd5: Pull complete 01:23:11 94645a83ff95: Pull complete 01:23:12 555d1d1c4555: Verifying Checksum 01:23:12 555d1d1c4555: Download complete 01:23:12 e6fb740bc735: Verifying Checksum 01:23:12 e6fb740bc735: Download complete 01:23:25 e6fb740bc735: Pull complete 01:23:25 3a77bd46dcc9: Pull complete 01:23:25 355e64cbe906: Pull complete 01:23:25 63ab81a10011: Pull complete 01:23:32 555d1d1c4555: Pull complete 01:23:33 7d9057610161: Pull complete 01:23:33 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 01:23:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 01:23:33 ---> 819e984ddca1 01:23:33 Step 3/12 : ARG MAKE="make build" 01:23:35 ---> Running in 224899fc5758 01:23:35 Removing intermediate container 224899fc5758 01:23:35 ---> bb4df08480c9 01:23:35 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:23:35 ---> Running in ac8b9b3ac07a 01:23:36 Removing intermediate container ac8b9b3ac07a 01:23:36 ---> b96666c313b6 01:23:36 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 01:23:36 ---> Running in 8c2cdd0e163d 01:23:36 Removing intermediate container 8c2cdd0e163d 01:23:36 ---> 050e83f6a9ac 01:23:36 Step 6/12 : WORKDIR /device-gpio 01:23:36 ---> Running in 3b36fef6e845 01:23:37 Removing intermediate container 3b36fef6e845 01:23:37 ---> 3f5115d32507 01:23:37 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:37 ---> Running in bf5eec40bc67 01:23:39 Removing intermediate container bf5eec40bc67 01:23:39 ---> c0e68f4847a6 01:23:39 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:23:39 ---> Running in 9531b08ca624 01:23:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:23:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:23:42 (1/4) Installing openssh-keygen (8.8_p1-r1) 01:23:42 (2/4) Installing libedit (20210910.3.1-r0) 01:23:42 (3/4) Installing openssh-client-common (8.8_p1-r1) 01:23:42 (4/4) Installing openssh-client-default (8.8_p1-r1) 01:23:42 Executing busybox-1.34.1-r3.trigger 01:23:42 OK: 224 MiB in 56 packages 01:23:43 Removing intermediate container 9531b08ca624 01:23:43 ---> 2b3e8f0c2aee 01:23:43 Step 9/12 : COPY go.mod vendor* ./ 01:23:44 ---> 6833adf954b8 01:23:44 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:23:44 ---> Running in 5348e1e23e22 01:24:41 Removing intermediate container 5348e1e23e22 01:24:41 ---> bdf0596977be 01:24:41 Step 11/12 : COPY . . 01:24:41 ---> d1db14696789 01:24:41 Step 12/12 : RUN ${MAKE} 01:24:41 ---> Running in a6f18f88a418 01:24:41 noop 01:24:41 Removing intermediate container a6f18f88a418 01:24:41 ---> 2b453f63a421 01:24:41 Successfully built 2b453f63a421 01:24:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:41 + docker inspect -f . ci-base-image-arm64 01:24:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:24:41 prd-ubuntu20.04-docker-arm64-4c-16g-17360 does not seem to be running inside a container 01:24:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/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 ******** ci-base-image-arm64 cat 01:24:43 $ docker top 0c95c54844e884602305b26d4e0d9d625f9477e0620640521cd131c2e753afcf -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:44 + go version 01:24:44 go version go1.17.7 linux/arm64 [Pipeline] } 01:24:44 $ docker stop --time=1 0c95c54844e884602305b26d4e0d9d625f9477e0620640521cd131c2e753afcf 01:24:45 $ docker rm -f 0c95c54844e884602305b26d4e0d9d625f9477e0620640521cd131c2e753afcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:46 + docker inspect -f . ci-base-image-arm64 01:24:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:24:47 prd-ubuntu20.04-docker-arm64-4c-16g-17360 does not seem to be running inside a container 01:24:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/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 ******** ci-base-image-arm64 cat 01:24:48 $ docker top 1a0aada5de3436acca5443d979d1dc4cae11c600c4404ca1f6ed8ca0c63dbfc7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 01:24:49 + make test 01:24:49 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:24:51 ? github.com/edgexfoundry/device-gpio [no test files] 01:26:28 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 01:26:28 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 01:26:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:26:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 01:26:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:26:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:26:50 ./bin/test-attribution-txt.sh [Pipeline] echo 01:26:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:26:50 $ docker stop --time=1 1a0aada5de3436acca5443d979d1dc4cae11c600c4404ca1f6ed8ca0c63dbfc7 01:26:52 $ docker rm -f 1a0aada5de3436acca5443d979d1dc4cae11c600c4404ca1f6ed8ca0c63dbfc7 [Pipeline] // withDockerContainer [Pipeline] sh 01:26:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:26:53 Warning: overwriting stash ‘coverage-report’ 01:26:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:26:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:26:55 + ls -al . 01:26:55 total 168 01:26:55 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 01:26 . 01:26:55 drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 01:22 .. 01:26:55 -rw-rw-r-- 1 jenkins jenkins 120 Jul 11 01:22 .dockerignore 01:26:55 drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 01:22 .git 01:26:55 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:22 .github 01:26:55 -rw-rw-r-- 1 jenkins jenkins 343 Jul 11 01:22 .gitignore 01:26:55 -rw-rw-r-- 1 jenkins jenkins 41 Jul 11 01:22 .golangci.yml 01:26:55 -rw-rw-r-- 1 jenkins jenkins 9182 Jul 11 01:22 Attribution.txt 01:26:55 -rw-rw-r-- 1 jenkins jenkins 3081 Jul 11 01:22 CHANGELOG.md 01:26:55 -rw-rw-r-- 1 jenkins jenkins 1868 Jul 11 01:22 Dockerfile 01:26:55 -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 01:22 GOVERNANCE.md 01:26:55 -rw-rw-r-- 1 jenkins jenkins 657 Jul 11 01:22 Jenkinsfile 01:26:55 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 11 01:22 LICENSE 01:26:55 -rw-rw-r-- 1 jenkins jenkins 1876 Jul 11 01:22 Makefile 01:26:55 -rw-rw-r-- 1 jenkins jenkins 617 Jul 11 01:22 OWNERS.md 01:26:55 -rw-rw-r-- 1 jenkins jenkins 11178 Jul 11 01:22 README.md 01:26:55 -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 01:18 VERSION 01:26:55 drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 01:22 bin 01:26:55 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:22 cmd 01:26:55 -rw-r--r-- 1 jenkins jenkins 10 Jul 11 01:24 coverage.out 01:26:55 -rw-rw-r-- 1 jenkins jenkins 3287 Jul 11 01:22 go.mod 01:26:55 -rw-rw-r-- 1 jenkins jenkins 48093 Jul 11 01:22 go.sum 01:26:55 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:22 internal 01:26:55 drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 01:22 snap 01:26:55 -rw-rw-r-- 1 jenkins jenkins 209 Jul 11 01:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:26:55 + docker build -t device-gpio-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5148a09e91bfcfbc1af5e4ad3f132772594f665d --label arch=arm64 --label version=0.0.0 . 01:26:56 Sending build context to Docker daemon 7.941MB 01:26:56 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 01:26:56 Step 2/26 : FROM ${BASE} AS builder 01:26:56 ---> 2b453f63a421 01:26:56 Step 3/26 : ARG MAKE="make build" 01:26:56 ---> Running in 4d0b43b97af6 01:26:57 Removing intermediate container 4d0b43b97af6 01:26:57 ---> 55a6984556d4 01:26:57 Step 4/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:26:57 ---> Running in 0238acd8c02c 01:26:57 Removing intermediate container 0238acd8c02c 01:26:57 ---> b5335f91dc59 01:26:57 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 01:26:57 ---> Running in 24e29e042a6e 01:26:57 Removing intermediate container 24e29e042a6e 01:26:57 ---> 031b196d05ea 01:26:57 Step 6/26 : WORKDIR /device-gpio 01:26:57 ---> Running in 996ac98a3e54 01:26:58 Removing intermediate container 996ac98a3e54 01:26:58 ---> 69d923179c5f 01:26:58 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:58 ---> Running in 88c6ce8f8123 01:27:00 Removing intermediate container 88c6ce8f8123 01:27:00 ---> f444f6288fba 01:27:00 Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:27:00 ---> Running in 71e1b005f347 01:27:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:27:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:27:03 OK: 224 MiB in 56 packages 01:27:04 Removing intermediate container 71e1b005f347 01:27:04 ---> e967d75f65ce 01:27:04 Step 9/26 : COPY go.mod vendor* ./ 01:27:04 ---> db81fb9eb446 01:27:04 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:27:04 ---> Running in 51552f3b99e3 01:27:06 Removing intermediate container 51552f3b99e3 01:27:06 ---> a271caea1251 01:27:06 Step 11/26 : COPY . . 01:27:08 ---> 4539f1c09797 01:27:08 Step 12/26 : RUN ${MAKE} 01:27:08 ---> Running in a2c0d5d0d0b8 01:27:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-gpio ./cmd 01:29:31 Removing intermediate container a2c0d5d0d0b8 01:29:31 ---> dfa81da691f2 01:29:31 Step 13/26 : FROM alpine:3.15 01:29:31 3.15: Pulling from library/alpine 01:29:31 9981e73032c8: Pulling fs layer 01:29:31 9981e73032c8: Verifying Checksum 01:29:31 9981e73032c8: Download complete 01:29:31 9981e73032c8: Pull complete 01:29:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 01:29:31 Status: Downloaded newer image for alpine:3.15 01:29:31 ---> 3fb3c9af89a9 01:29:31 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 01:29:31 ---> Running in d5064dfc718b 01:29:31 Removing intermediate container d5064dfc718b 01:29:31 ---> 84481992530e 01:29:31 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:31 ---> Running in f1065722a53e 01:29:33 Removing intermediate container f1065722a53e 01:29:33 ---> 65ff08cc1b91 01:29:33 Step 16/26 : RUN apk add --update --no-cache zeromq 01:29:33 ---> Running in d2b6c2221043 01:29:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:29:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:29:36 (1/5) Installing libgcc (10.3.1_git20211027-r0) 01:29:36 (2/5) Installing libsodium (1.0.18-r0) 01:29:36 (3/5) Installing libstdc++ (10.3.1_git20211027-r0) 01:29:36 (4/5) Installing libzmq (4.3.4-r0) 01:29:37 (5/5) Installing zeromq (4.3.4-r0) 01:29:37 Executing busybox-1.34.1-r5.trigger 01:29:37 OK: 8 MiB in 19 packages 01:29:38 Removing intermediate container d2b6c2221043 01:29:38 ---> 508924426392 01:29:38 Step 17/26 : WORKDIR / 01:29:38 ---> Running in 61f98359fcc5 01:29:38 Removing intermediate container 61f98359fcc5 01:29:38 ---> eedfeaa942a1 01:29:38 Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / 01:29:39 ---> ba0d9608a5c1 01:29:39 Step 19/26 : COPY --from=builder /device-gpio/LICENSE / 01:29:39 ---> e12fc56b3b7f 01:29:39 Step 20/26 : COPY --from=builder /device-gpio/cmd/ / 01:29:41 ---> 48e32ab9778e 01:29:41 Step 21/26 : EXPOSE 59910 01:29:41 ---> Running in ea3ca2113e1c 01:29:41 Removing intermediate container ea3ca2113e1c 01:29:41 ---> bd165cee25aa 01:29:41 Step 22/26 : ENTRYPOINT ["/device-gpio"] 01:29:41 ---> Running in 395f37a86435 01:29:42 Removing intermediate container 395f37a86435 01:29:42 ---> ebd1a7edf327 01:29:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:29:42 ---> Running in e933829acdec 01:29:42 Removing intermediate container e933829acdec 01:29:42 ---> 16b513db8cdd 01:29:42 Step 24/26 : LABEL arch=arm64 01:29:42 ---> Running in c3d215e5b123 01:29:43 Removing intermediate container c3d215e5b123 01:29:43 ---> 4ace613d1402 01:29:43 Step 25/26 : LABEL git_sha=5148a09e91bfcfbc1af5e4ad3f132772594f665d 01:29:43 ---> Running in be7c24dba89c 01:29:43 Removing intermediate container be7c24dba89c 01:29:43 ---> 6dcdabe063d7 01:29:43 Step 26/26 : LABEL version=0.0.0 01:29:43 ---> Running in 26539d59c7f4 01:29:43 Removing intermediate container 26539d59c7f4 01:29:43 ---> 4037912a48ca 01:29:43 [Warning] One or more build-args [ARCH] were not consumed 01:29:43 Successfully built 4037912a48ca 01:29:43 Successfully tagged device-gpio-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 01:29:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:29:44 01:29:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:29:45 arm64: Pulling from edgex-lftools-log-publisher 01:29:45 8998bd30e6a1: Pulling fs layer 01:29:45 04944245beec: Pulling fs layer 01:29:45 699f458cf7ca: Pulling fs layer 01:29:45 765212b225bb: Pulling fs layer 01:29:45 f23df028b6ca: Pulling fs layer 01:29:45 d65c8cfc05b1: Pulling fs layer 01:29:45 2437ff75d9bd: Pulling fs layer 01:29:45 f23df028b6ca: Waiting 01:29:45 d65c8cfc05b1: Waiting 01:29:45 2437ff75d9bd: Waiting 01:29:45 04944245beec: Verifying Checksum 01:29:45 04944245beec: Download complete 01:29:45 765212b225bb: Verifying Checksum 01:29:45 765212b225bb: Download complete 01:29:45 f23df028b6ca: Download complete 01:29:45 d65c8cfc05b1: Verifying Checksum 01:29:45 d65c8cfc05b1: Download complete 01:29:45 699f458cf7ca: Verifying Checksum 01:29:45 699f458cf7ca: Download complete 01:29:45 8998bd30e6a1: Verifying Checksum 01:29:45 8998bd30e6a1: Download complete 01:29:48 2437ff75d9bd: Download complete 01:29:49 8998bd30e6a1: Pull complete 01:29:50 04944245beec: Pull complete 01:29:51 699f458cf7ca: Pull complete 01:29:52 765212b225bb: Pull complete 01:29:53 f23df028b6ca: Pull complete 01:29:53 d65c8cfc05b1: Pull complete 01:30:08 2437ff75d9bd: Pull complete 01:30:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:30:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:30:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:30:08 prd-ubuntu20.04-docker-arm64-4c-16g-17360 does not seem to be running inside a container 01:30:08 $ 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-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:30:11 $ docker top 8d530c15d0cde914a92ec9c15f8aee84387fea86262ca23c62129b5d5887d1b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:30:12 ---> job-cost.sh 01:30:12 lf-activate-venv: SKIPPING 01:30:12 INFO: No Stack... 01:30:13 INFO: Retrieving Pricing Info for: v3-standard-4 01:30:14 INFO: Archiving Costs [Pipeline] sh 01:30:14 + cat /w/workspace/device-gpio/1/archives/cost.csv 01:30:14 + cut -d, -f6 [Pipeline] lock 01:30:15 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] 01:30:15 Resource [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] did not exist. Created. 01:30:15 Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:30:15 /w/workspace/device-gpio/1@tmp/durable-946ccd8e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:30:16 + echo total: 0.10999999940395355 [Pipeline] stash 01:30:16 Warning: overwriting stash ‘stack-cost’ 01:30:16 Stashed 1 file(s) [Pipeline] } 01:30:16 Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-44-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:30:16 $ docker stop --time=1 8d530c15d0cde914a92ec9c15f8aee84387fea86262ca23c62129b5d5887d1b5 01:30:18 $ docker rm -f 8d530c15d0cde914a92ec9c15f8aee84387fea86262ca23c62129b5d5887d1b5 [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 01:30:19 provisioning config files... 01:30:19 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/config8028326299137312546tmp [Pipeline] { [Pipeline] sh 01:30:19 + set +x 01:30:19 + curl -s https://codecov.io/bash 01:30:19 + bash -s -- 01:30:19 01:30:19 _____ _ 01:30:19 / ____| | | 01:30:19 | | ___ __| | ___ ___ _____ __ 01:30:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:30:19 | |___| (_) | (_| | __/ (_| (_) \ V / 01:30:19 \_____\___/ \__,_|\___|\___\___/ \_/ 01:30:19 Bash-1.0.6 01:30:19 01:30:19 01:30:19 ==> git version 2.25.1 found 01:30:19 ==> 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 01:30:19 Release-Date: 2020-01-08 01:30:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:30:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:30:19 ==> Jenkins CI detected. 01:30:19 current dir:  /w/workspace/edgexfoundry_device-gpio_PR-44 01:30:19 project root: . 01:30:19 --> token set from env 01:30:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:30:19 ==> Running gcov in . (disable via -X gcov) 01:30:19 ==> Python coveragepy not found 01:30:19 ==> Searching for coverage reports in: 01:30:19 + . 01:30:19 -> Found 1 reports 01:30:19 ==> Detecting git/mercurial file structure 01:30:19 ==> Reading reports 01:30:19 + ./coverage.out bytes=10 01:30:19 ==> Appending adjustments 01:30:19 https://docs.codecov.io/docs/fixing-reports 01:30:19 + Found adjustments 01:30:19 ==> Gzipping contents 01:30:19 4.0K /tmp/codecov.2WZWb3.gz 01:30:19 ==> Uploading reports 01:30:19 url: https://codecov.io 01:30:19 query: branch=PR-44&commit=5148a09e91bfcfbc1af5e4ad3f132772594f665d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-44%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=44&job=&cmd_args= 01:30:19 -> Pinging Codecov 01:30:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-44&commit=5148a09e91bfcfbc1af5e4ad3f132772594f665d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-44%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=44&job=&cmd_args= 01:30:20 -> Uploading to 01:30:20 https://storage.googleapis.com/codecov/v4/raw/2022-07-11/3EC07B1A8CA8AF9BCAA0BB9F0134797F/5148a09e91bfcfbc1af5e4ad3f132772594f665d/9b3a4c26-437c-4959-b80e-208691ac1814.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220711T013020Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=af35c7000939dda20eb59479def574f4f78c836979629edf3cda8dc840138313 01:30:20 % Total % Received % Xferd Average Speed Time Time Time Current 01:30:20 Dload Upload Total Spent Left Speed 01:30:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 832 0 0 100 832 0 4118 --:--:-- --:--:-- --:--:-- 4098 100 832 0 0 100 832 0 3980 --:--:-- --:--:-- --:--:-- 3961 01:30:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-gpio/commit/5148a09e91bfcfbc1af5e4ad3f132772594f665d [Pipeline] } 01:30:20 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 01:30:22 + [ -d /w/workspace/edgexfoundry_device-gpio_PR-44/archives ] 01:30:22 + ls -al /w/workspace/edgexfoundry_device-gpio_PR-44/archives 01:30:22 total 16 01:30:22 drwxr-xr-x 3 root root 4096 Jul 11 01:20 . 01:30:22 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 01:20 .. 01:30:22 drwxr-xr-x 2 root root 4096 Jul 11 01:20 cost 01:30:22 -rw-r--r-- 1 root root 81 Jul 11 01:20 cost.csv 01:30:22 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-44/archives 01:30:22 + ls -al /w/workspace/edgexfoundry_device-gpio_PR-44/archives 01:30:22 total 16 01:30:22 drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 01:20 . 01:30:22 drwxrwxr-x 10 jenkins jenkins 4096 Jul 11 01:20 .. 01:30:22 drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 01:20 cost 01:30:22 -rw-r--r-- 1 jenkins jenkins 81 Jul 11 01:20 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:30:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:30:23 ---> package-listing.sh 01:30:23 ++ facter osfamily 01:30:23 ++ tr '[:upper:]' '[:lower:]' 01:30:23 + OS_FAMILY=debian 01:30:23 + workspace=/w/workspace/edgexfoundry_device-gpio_PR-44 01:30:23 + START_PACKAGES=/tmp/packages_start.txt 01:30:23 + END_PACKAGES=/tmp/packages_end.txt 01:30:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:30:23 + PACKAGES=/tmp/packages_start.txt 01:30:23 + '[' /w/workspace/edgexfoundry_device-gpio_PR-44 ']' 01:30:23 + PACKAGES=/tmp/packages_end.txt 01:30:23 + case "${OS_FAMILY}" in 01:30:23 + dpkg -l 01:30:23 + grep '^ii' 01:30:23 + '[' -f /tmp/packages_start.txt ']' 01:30:23 + '[' -f /tmp/packages_end.txt ']' 01:30:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:30:23 + '[' /w/workspace/edgexfoundry_device-gpio_PR-44 ']' 01:30:23 + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-44/archives/ 01:30:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-44/archives/ [Pipeline] echo 01:30:23 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/edgexfoundry_device-gpio_PR-44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:30:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:30:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:30:24 prd-ubuntu20.04-docker-8c-8g-17359 does not seem to be running inside a container 01:30:24 $ 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/edgexfoundry_device-gpio_PR-44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_PR-44 -v /w/workspace/edgexfoundry_device-gpio_PR-44:/w/workspace/edgexfoundry_device-gpio_PR-44:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-44@tmp:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:30:25 $ docker top 73cbf36c72f71d63df34b4e1980df3f03283fca3dcfa3fc18a7fa601b3f2c55f -eo pid,comm [Pipeline] { [Pipeline] sh 01:30:25 + touch /tmp/pre-build-complete [Pipeline] sh 01:30:25 + mkdir -p /var/log/sysstat [Pipeline] sh 01:30:26 + ls /var/log/sa-host 01:30:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:30:26 provisioning config files... 01:30:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-44@tmp/config6915439764644245705tmp [Pipeline] { [Pipeline] echo 01:30:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:30:26 ---> create-netrc.sh [Pipeline] } 01:30:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:30:27 ---> python-tools-install.sh [Pipeline] echo 01:30:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:30:27 ---> sudo-logs.sh 01:30:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:30:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:30:27 ---> job-cost.sh 01:30:27 lf-activate-venv: SKIPPING 01:30:27 DEBUG: total: 0.2199999988079071 01:30:27 INFO: Retrieving Stack Cost... 01:30:28 INFO: Retrieving Pricing Info for: v3-standard-8 01:30:28 INFO: Archiving Costs [Pipeline] echo 01:30:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:30:29 ---> logs-deploy.sh 01:30:29 lf-activate-venv: SKIPPING 01:30:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-44/1 01:30:29 INFO: archiving workspace using pattern(s): 01:30:30 Archives upload complete. 01:30:30 INFO: archiving logs to Nexus 01:30:30 ---> uname -a: 01:30:30 Linux prd-ubuntu20-04-docker-8c-8g-17359 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 01:30:30 01:30:30