Pull request #40 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-gpio Loading trusted files from base branch main at e602fd7d654e8598d334cfcbfc0e6f43d27ef328 rather than 4a39a8e0ffe06088da96d4150f4204493302ac76 Obtained Jenkinsfile from e602fd7d654e8598d334cfcbfc0e6f43d27ef328 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-ssh2497349455596373070.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-ssh2923959456923709392.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-40/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-40/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3070749319251177757.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-40/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8981622498680516054.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-ssh5855407186455261314.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-40/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-40/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9734503665709066024.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 ‘prd-ubuntu20.04-docker-8c-8g-2563’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2565 in /w/workspace/edgexfoundry_device-gpio_PR-40 [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-40 # 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 e602fd7d654e8598d334cfcbfc0e6f43d27ef328 into PR head commit 4a39a8e0ffe06088da96d4150f4204493302ac76 Merge succeeded, producing 4a39a8e0ffe06088da96d4150f4204493302ac76 Checking out Revision 4a39a8e0ffe06088da96d4150f4204493302ac76 (PR-40) > 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/40/head:refs/remotes/origin/PR-40 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a39a8e0ffe06088da96d4150f4204493302ac76 # 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 e602fd7d654e8598d334cfcbfc0e6f43d27ef328 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a39a8e0ffe06088da96d4150f4204493302ac76 # timeout=10 Commit message: "build: Upgrade sdk and paho.mqtt lib" 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 11:16:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:16:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:16:32 ========================================================= 11:16:32 EdgeX Global Pipelines Version Info 11:16:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:16:33 ------------------- 11:16:33 stable info: 11:16:33 ------------------- 11:16:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:16:33 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 11:16:33 Message: update stable to v1.0.234 11:16:34 ------------------- 11:16:34 experimental info: 11:16:34 ------------------- 11:16:34 Commited By: **** collab-it+edgex@linuxfoundation.org 11:16:34 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 11:16:34 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-40 [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-40 [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-40 [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a39a8e0ffe06088da96d4150f4204493302ac76 [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a39a8e [Pipeline] echo 11:16:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:16:35 provisioning config files... 11:16:35 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-40@tmp/config1520721436315723205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:16:36 ---> docker-login.sh 11:16:36 nexus3.edgexfoundry.org:10001 11:16:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:36 Configure a credential helper to remove this warning. See 11:16:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:36 11:16:36 Login Succeeded 11:16:36 nexus3.edgexfoundry.org:10002 11:16:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:36 Configure a credential helper to remove this warning. See 11:16:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:36 11:16:36 Login Succeeded 11:16:36 nexus3.edgexfoundry.org:10003 11:16:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:37 Configure a credential helper to remove this warning. See 11:16:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:37 11:16:37 Login Succeeded 11:16:37 nexus3.edgexfoundry.org:10004 11:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:37 Configure a credential helper to remove this warning. See 11:16:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:37 11:16:37 Login Succeeded 11:16:37 docker.io 11:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:37 Configure a credential helper to remove this warning. See 11:16:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:37 11:16:37 Login Succeeded 11:16:37 ---> docker-login.sh ends [Pipeline] } 11:16:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:16:38 + git rev-list -1 --merges 4a39a8e0ffe06088da96d4150f4204493302ac76~1..4a39a8e0ffe06088da96d4150f4204493302ac76 [Pipeline] echo 11:16:38 -----------> git rev-list -1 --merges 4a39a8e0ffe06088da96d4150f4204493302ac76~1..4a39a8e0ffe06088da96d4150f4204493302ac76 4a39a8e0ffe06088da96d4150f4204493302ac76 [false] [Pipeline] sh 11:16:38 + git log --format=format:%s -1 4a39a8e0ffe06088da96d4150f4204493302ac76 [Pipeline] echo 11:16:38 ========================================================= 11:16:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:16:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:16:39 + git log --format=format:%s -1 4a39a8e0ffe06088da96d4150f4204493302ac76 [Pipeline] echo 11:16:39 [semverPrep] GIT_COMMIT: 4a39a8e0ffe06088da96d4150f4204493302ac76, Commit Message: build: Upgrade sdk and paho.mqtt lib [Pipeline] echo 11:16:39 [semverPrep] This is not a build commit. [Pipeline] sh 11:16:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:16:39 + grep -v github /etc/ssh/ssh_known_hosts 11:16:39 + [ -e /tmp/ssh_known_hosts ] 11:16:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:16:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:16:39 + sudo tee -a /etc/ssh/ssh_known_hosts 11:16:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:16:39 11:16:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:16:40 0.1.4: Pulling from edgex-devops/py-git-semver 11:16:40 42c077c10790: Pulling fs layer 11:16:40 f63e77b7563a: Pulling fs layer 11:16:40 bd5fdadae976: Pulling fs layer 11:16:40 205491f53016: Pulling fs layer 11:16:40 df18705c85c3: Pulling fs layer 11:16:40 bdb3f477010e: Pulling fs layer 11:16:40 c8a8fc8e1c8f: Pulling fs layer 11:16:40 2c6e9b1d212d: Pulling fs layer 11:16:40 bdb8f0575790: Pulling fs layer 11:16:40 386e3cb2ff24: Pulling fs layer 11:16:40 2343380bae48: Pulling fs layer 11:16:40 c8a8fc8e1c8f: Waiting 11:16:40 205491f53016: Waiting 11:16:40 df18705c85c3: Waiting 11:16:40 2c6e9b1d212d: Waiting 11:16:40 bdb8f0575790: Waiting 11:16:40 2343380bae48: Waiting 11:16:40 386e3cb2ff24: Waiting 11:16:40 bdb3f477010e: Waiting 11:16:40 f63e77b7563a: Verifying Checksum 11:16:40 f63e77b7563a: Download complete 11:16:40 205491f53016: Verifying Checksum 11:16:40 205491f53016: Download complete 11:16:40 df18705c85c3: Verifying Checksum 11:16:40 df18705c85c3: Download complete 11:16:40 bd5fdadae976: Verifying Checksum 11:16:40 bd5fdadae976: Download complete 11:16:40 bdb3f477010e: Verifying Checksum 11:16:40 bdb3f477010e: Download complete 11:16:40 2c6e9b1d212d: Verifying Checksum 11:16:40 2c6e9b1d212d: Download complete 11:16:40 bdb8f0575790: Download complete 11:16:40 386e3cb2ff24: Verifying Checksum 11:16:40 386e3cb2ff24: Download complete 11:16:40 2343380bae48: Verifying Checksum 11:16:40 2343380bae48: Download complete 11:16:40 42c077c10790: Download complete 11:16:40 c8a8fc8e1c8f: Verifying Checksum 11:16:40 c8a8fc8e1c8f: Download complete 11:16:41 42c077c10790: Pull complete 11:16:42 f63e77b7563a: Pull complete 11:16:42 bd5fdadae976: Pull complete 11:16:42 205491f53016: Pull complete 11:16:42 df18705c85c3: Pull complete 11:16:43 bdb3f477010e: Pull complete 11:16:45 c8a8fc8e1c8f: Pull complete 11:16:45 2c6e9b1d212d: Pull complete 11:16:45 bdb8f0575790: Pull complete 11:16:45 386e3cb2ff24: Pull complete 11:16:45 2343380bae48: Pull complete 11:16:45 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 11:16:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:16:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:16:45 prd-ubuntu20.04-docker-8c-8g-2565 does not seem to be running inside a container 11:16:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-40 -v /w/workspace/edgexfoundry_device-gpio_PR-40:/w/workspace/edgexfoundry_device-gpio_PR-40:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-40@tmp:/w/workspace/edgexfoundry_device-gpio_PR-40@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-devops/py-git-semver:0.1.4 cat 11:16:47 $ docker top 382999872ecbb84946af5d2856530bc4e00363a78ed2aeaf86538f8465c48b21 -eo pid,comm 11:16:47 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). 11:16:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:16:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:47 [ssh-agent] Looking for ssh-agent implementation... 11:16:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:47 $ docker exec 382999872ecbb84946af5d2856530bc4e00363a78ed2aeaf86538f8465c48b21 ssh-agent 11:16:47 SSH_AUTH_SOCK=/tmp/ssh-AlkPL0nKjFnO/agent.34 11:16:47 SSH_AGENT_PID=40 11:16:47 Running ssh-add (command line suppressed) 11:16:47 Identity added: /w/workspace/edgexfoundry_device-gpio_PR-40@tmp/private_key_7748684135690588691.key (/w/workspace/edgexfoundry_device-gpio_PR-40@tmp/private_key_7748684135690588691.key) 11:16:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:48 + git tag --points-at HEAD [Pipeline] } 11:16:48 $ docker exec --env ******** --env ******** 382999872ecbb84946af5d2856530bc4e00363a78ed2aeaf86538f8465c48b21 ssh-agent -k 11:16:48 unset SSH_AUTH_SOCK; 11:16:48 unset SSH_AGENT_PID; 11:16:48 echo Agent pid 40 killed; 11:16:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:16:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:48 [ssh-agent] Looking for ssh-agent implementation... 11:16:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:48 $ docker exec 382999872ecbb84946af5d2856530bc4e00363a78ed2aeaf86538f8465c48b21 ssh-agent 11:16:48 SSH_AUTH_SOCK=/tmp/ssh-WvDM8zS1s5I1/agent.72 11:16:48 SSH_AGENT_PID=78 11:16:48 Running ssh-add (command line suppressed) 11:16:48 Identity added: /w/workspace/edgexfoundry_device-gpio_PR-40@tmp/private_key_6645917306160118302.key (/w/workspace/edgexfoundry_device-gpio_PR-40@tmp/private_key_6645917306160118302.key) 11:16:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:49 + git semver init 11:16:49 2022-06-17 11:16:49,356 [run_init] DEBUG init version:0.0.0 force:False 11:16:49 2022-06-17 11:16:49,356 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-40/.semver 11:16:49 2022-06-17 11:16:49,357 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-40/.semver 11:16:49 2022-06-17 11:16:49,357 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-40/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-40, universal_newlines=False, shell=None, istream=None) 11:16:50 2022-06-17 11:16:50,179 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-40/.git/info/exclude 11:16:50 2022-06-17 11:16:50,179 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-40/.semver/PR-40 with force:False 11:16:50 2022-06-17 11:16:50,180 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-40/.semver/PR-40 11:16:50 2022-06-17 11:16:50,184 [execute] INFO git cat-file --batch-check 11:16:50 2022-06-17 11:16:50,184 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-40/.semver, universal_newlines=False, shell=None, istream=) 11:16:50 2022-06-17 11:16:50,190 [execute] INFO git cat-file --batch 11:16:50 2022-06-17 11:16:50,191 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-40/.semver, universal_newlines=False, shell=None, istream=) 11:16:50 2022-06-17 11:16:50,196 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-40/.semver/PR-40 11:16:50 0.0.0 [Pipeline] } 11:16:50 $ docker exec --env ******** --env ******** 382999872ecbb84946af5d2856530bc4e00363a78ed2aeaf86538f8465c48b21 ssh-agent -k 11:16:50 unset SSH_AUTH_SOCK; 11:16:50 unset SSH_AGENT_PID; 11:16:50 echo Agent pid 78 killed; 11:16:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:16:50 + git semver [Pipeline] } 11:16:51 $ docker stop --time=1 382999872ecbb84946af5d2856530bc4e00363a78ed2aeaf86538f8465c48b21 11:16:52 $ docker rm -f 382999872ecbb84946af5d2856530bc4e00363a78ed2aeaf86538f8465c48b21 [Pipeline] // withDockerContainer [Pipeline] sh 11:16:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:16:53 Stashed 1 file(s) [Pipeline] echo 11:16:53 [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 11:16:53 provisioning config files... 11:16:53 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-40@tmp/config6409468111238399938tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:16:54 ---> docker-login.sh 11:16:54 nexus3.edgexfoundry.org:10001 11:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:54 Configure a credential helper to remove this warning. See 11:16:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:54 11:16:54 Login Succeeded 11:16:54 nexus3.edgexfoundry.org:10002 11:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:54 Configure a credential helper to remove this warning. See 11:16:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:54 11:16:54 Login Succeeded 11:16:54 nexus3.edgexfoundry.org:10003 11:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:54 Configure a credential helper to remove this warning. See 11:16:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:54 11:16:54 Login Succeeded 11:16:54 nexus3.edgexfoundry.org:10004 11:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:54 Configure a credential helper to remove this warning. See 11:16:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:54 11:16:54 Login Succeeded 11:16:54 docker.io 11:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:16:55 Configure a credential helper to remove this warning. See 11:16:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:16:55 11:16:55 Login Succeeded 11:16:55 ---> docker-login.sh ends [Pipeline] } 11:16:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:16:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:16:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:16:55 ========================================================= 11:16:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 11:16:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:55 + 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 . 11:16:55 Sending build context to Docker daemon 15.75MB 11:16:55 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 11:16:55 Step 2/12 : FROM ${BASE} AS builder 11:16:55 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 11:16:55 59bf1c3509f3: Pulling fs layer 11:16:55 666ba61612fd: Pulling fs layer 11:16:55 8ed8ca486205: Pulling fs layer 11:16:55 cc1cd167ecdc: Pulling fs layer 11:16:55 c516ae0d96e1: Pulling fs layer 11:16:55 684cea983483: Pulling fs layer 11:16:55 dd3240ac7de5: Pulling fs layer 11:16:55 b1e948a4e11c: Pulling fs layer 11:16:55 a8fd76ee1af6: Pulling fs layer 11:16:55 646ad004c059: Pulling fs layer 11:16:55 c516ae0d96e1: Waiting 11:16:55 a8fd76ee1af6: Waiting 11:16:55 684cea983483: Waiting 11:16:55 646ad004c059: Waiting 11:16:55 dd3240ac7de5: Waiting 11:16:55 b1e948a4e11c: Waiting 11:16:55 8ed8ca486205: Download complete 11:16:56 666ba61612fd: Verifying Checksum 11:16:56 666ba61612fd: Download complete 11:16:56 c516ae0d96e1: Verifying Checksum 11:16:56 c516ae0d96e1: Download complete 11:16:56 684cea983483: Verifying Checksum 11:16:56 684cea983483: Download complete 11:16:56 dd3240ac7de5: Verifying Checksum 11:16:56 dd3240ac7de5: Download complete 11:16:56 59bf1c3509f3: Verifying Checksum 11:16:56 b1e948a4e11c: Verifying Checksum 11:16:56 b1e948a4e11c: Download complete 11:16:56 59bf1c3509f3: Pull complete 11:16:56 666ba61612fd: Pull complete 11:16:56 8ed8ca486205: Pull complete 11:16:56 646ad004c059: Verifying Checksum 11:16:56 646ad004c059: Download complete 11:16:56 a8fd76ee1af6: Verifying Checksum 11:16:56 a8fd76ee1af6: Download complete 11:16:56 cc1cd167ecdc: Verifying Checksum 11:16:56 cc1cd167ecdc: Download complete 11:17:00 cc1cd167ecdc: Pull complete 11:17:00 c516ae0d96e1: Pull complete 11:17:00 684cea983483: Pull complete 11:17:00 dd3240ac7de5: Pull complete 11:17:00 b1e948a4e11c: Pull complete 11:17:03 a8fd76ee1af6: Pull complete 11:17:03 646ad004c059: Pull complete 11:17:03 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 11:17:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 11:17:03 ---> 8f69c11f6b0c 11:17:03 Step 3/12 : ARG MAKE="make build" 11:17:05 ---> Running in dda1a7ba4613 11:17:05 Removing intermediate container dda1a7ba4613 11:17:05 ---> a006c1a769d0 11:17:05 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:17:05 ---> Running in d51a9af8d982 11:17:05 Removing intermediate container d51a9af8d982 11:17:05 ---> df0dfe890653 11:17:05 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 11:17:05 ---> Running in 280ba0776ba2 11:17:06 Removing intermediate container 280ba0776ba2 11:17:06 ---> 07152cdf53f5 11:17:06 Step 6/12 : WORKDIR /device-gpio 11:17:06 ---> Running in 343d6c700ec0 11:17:06 Removing intermediate container 343d6c700ec0 11:17:06 ---> 8f767bffbea6 11:17:06 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:17:06 ---> Running in 1d15e09f8e31 11:17:06 Removing intermediate container 1d15e09f8e31 11:17:06 ---> a30696d0d1b7 11:17:06 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:17:06 ---> Running in 6f993049e45d 11:17:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 11:17:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 11:17:08 (1/4) Installing openssh-keygen (8.8_p1-r1) 11:17:08 (2/4) Installing libedit (20210910.3.1-r0) 11:17:08 (3/4) Installing openssh-client-common (8.8_p1-r1) 11:17:08 (4/4) Installing openssh-client-default (8.8_p1-r1) 11:17:08 Executing busybox-1.34.1-r3.trigger 11:17:08 OK: 224 MiB in 56 packages 11:17:08 Still waiting to schedule task 11:17:08 ‘prd-ubuntu20.04-docker-arm64-4c-16g-2564’ is offline 11:17:09 Removing intermediate container 6f993049e45d 11:17:09 ---> 22c878063d8c 11:17:09 Step 9/12 : COPY go.mod vendor* ./ 11:17:09 ---> 69d8cf10a586 11:17:09 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:17:09 ---> Running in 313fcdab7307 11:17:31 Removing intermediate container 313fcdab7307 11:17:31 ---> 04db9c97cfc4 11:17:31 Step 11/12 : COPY . . 11:17:31 ---> ab0630362079 11:17:31 Step 12/12 : RUN ${MAKE} 11:17:31 ---> Running in ac2a7f137165 11:17:31 noop 11:17:31 Removing intermediate container ac2a7f137165 11:17:31 ---> 24db31a7e202 11:17:31 Successfully built 24db31a7e202 11:17:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:31 + docker inspect -f . ci-base-image-x86_64 11:17:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:17:31 prd-ubuntu20.04-docker-8c-8g-2565 does not seem to be running inside a container 11:17:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-40 -v /w/workspace/edgexfoundry_device-gpio_PR-40:/w/workspace/edgexfoundry_device-gpio_PR-40:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-40@tmp:/w/workspace/edgexfoundry_device-gpio_PR-40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:17:32 $ docker top 4d24533c7366612e88e3da026372393d689652f03c4338f68afc0d76e1b885aa -eo pid,comm [Pipeline] { [Pipeline] sh 11:17:32 + go version 11:17:32 go version go1.17.7 linux/amd64 [Pipeline] } 11:17:32 $ docker stop --time=1 4d24533c7366612e88e3da026372393d689652f03c4338f68afc0d76e1b885aa 11:17:34 $ docker rm -f 4d24533c7366612e88e3da026372393d689652f03c4338f68afc0d76e1b885aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:34 + docker inspect -f . ci-base-image-x86_64 11:17:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:17:35 prd-ubuntu20.04-docker-8c-8g-2565 does not seem to be running inside a container 11:17:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-40 -v /w/workspace/edgexfoundry_device-gpio_PR-40:/w/workspace/edgexfoundry_device-gpio_PR-40:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-40@tmp:/w/workspace/edgexfoundry_device-gpio_PR-40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:17:35 $ docker top 12f8eb8509ebaaed2a8e5eb0f4209b0672a7f806a5f25deac49296724bc4facd -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 11:17:35 + make test 11:17:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:17:36 ? github.com/edgexfoundry/device-gpio [no test files] 11:17:46 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 11:17:46 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 11:17:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:17:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:17:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:17:56 ./bin/test-attribution-txt.sh [Pipeline] echo 11:17:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:17:57 $ docker stop --time=1 12f8eb8509ebaaed2a8e5eb0f4209b0672a7f806a5f25deac49296724bc4facd 11:17:59 $ docker rm -f 12f8eb8509ebaaed2a8e5eb0f4209b0672a7f806a5f25deac49296724bc4facd [Pipeline] // withDockerContainer [Pipeline] sh 11:17:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:17:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:18:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:18:00 + ls -al . 11:18:00 total 172 11:18:00 drwxrwxr-x 9 jenkins jenkins 4096 Jun 17 11:17 . 11:18:00 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 11:16 .. 11:18:00 -rw-rw-r-- 1 jenkins jenkins 120 Jun 17 11:16 .dockerignore 11:18:00 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 11:16 .git 11:18:00 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 11:16 .github 11:18:00 -rw-rw-r-- 1 jenkins jenkins 343 Jun 17 11:16 .gitignore 11:18:00 -rw-rw-r-- 1 jenkins jenkins 41 Jun 17 11:16 .golangci.yml 11:18:00 drwxr-xr-x 3 jenkins jenkins 4096 Jun 17 11:16 .semver 11:18:00 -rw-rw-r-- 1 jenkins jenkins 9182 Jun 17 11:16 Attribution.txt 11:18:00 -rw-rw-r-- 1 jenkins jenkins 3081 Jun 17 11:16 CHANGELOG.md 11:18:00 -rw-rw-r-- 1 jenkins jenkins 1868 Jun 17 11:16 Dockerfile 11:18:00 -rw-rw-r-- 1 jenkins jenkins 677 Jun 17 11:16 GOVERNANCE.md 11:18:00 -rw-rw-r-- 1 jenkins jenkins 657 Jun 17 11:16 Jenkinsfile 11:18:00 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 11:16 LICENSE 11:18:00 -rw-rw-r-- 1 jenkins jenkins 1876 Jun 17 11:16 Makefile 11:18:00 -rw-rw-r-- 1 jenkins jenkins 617 Jun 17 11:16 OWNERS.md 11:18:00 -rw-rw-r-- 1 jenkins jenkins 11178 Jun 17 11:16 README.md 11:18:00 -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 11:16 VERSION 11:18:00 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 11:16 bin 11:18:00 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 11:16 cmd 11:18:00 -rw-r--r-- 1 jenkins jenkins 10 Jun 17 11:17 coverage.out 11:18:00 -rw-rw-r-- 1 jenkins jenkins 3286 Jun 17 11:16 go.mod 11:18:00 -rw-rw-r-- 1 jenkins jenkins 47631 Jun 17 11:16 go.sum 11:18:00 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 11:16 internal 11:18:00 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 11:16 snap 11:18:00 -rw-rw-r-- 1 jenkins jenkins 209 Jun 17 11:16 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:01 + 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=4a39a8e0ffe06088da96d4150f4204493302ac76 --label arch=amd64 --label version=0.0.0 . 11:18:01 Sending build context to Docker daemon 15.75MB 11:18:01 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 11:18:01 Step 2/26 : FROM ${BASE} AS builder 11:18:01 ---> 24db31a7e202 11:18:01 Step 3/26 : ARG MAKE="make build" 11:18:01 ---> Running in a99e0a217180 11:18:01 Removing intermediate container a99e0a217180 11:18:01 ---> 5e5a1aed9c47 11:18:01 Step 4/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:18:01 ---> Running in 6a6c33c40ce3 11:18:01 Removing intermediate container 6a6c33c40ce3 11:18:01 ---> a251a048c940 11:18:01 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 11:18:01 ---> Running in 65b408a02a59 11:18:01 Removing intermediate container 65b408a02a59 11:18:01 ---> 72f7d6879b51 11:18:01 Step 6/26 : WORKDIR /device-gpio 11:18:01 ---> Running in 886ed665d354 11:18:02 Removing intermediate container 886ed665d354 11:18:02 ---> 18238860cb1d 11:18:02 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:18:02 ---> Running in 159643a8e790 11:18:02 Removing intermediate container 159643a8e790 11:18:02 ---> 095065357e44 11:18:02 Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:18:02 ---> Running in af405e554e9a 11:18:02 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 11:18:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 11:18:04 OK: 224 MiB in 56 packages 11:18:04 Removing intermediate container af405e554e9a 11:18:04 ---> ecacaa3cbc3d 11:18:04 Step 9/26 : COPY go.mod vendor* ./ 11:18:04 ---> 5c3e0c127ac7 11:18:04 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:18:04 ---> Running in e0fed5b1c58e 11:18:05 Removing intermediate container e0fed5b1c58e 11:18:05 ---> e45e12d7ee3e 11:18:05 Step 11/26 : COPY . . 11:18:05 ---> a9f93483c788 11:18:05 Step 12/26 : RUN ${MAKE} 11:18:05 ---> Running in 6ead7591cea8 11:18:05 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 11:18:27 Removing intermediate container 6ead7591cea8 11:18:27 ---> 0cfa86155dfc 11:18:27 Step 13/26 : FROM alpine:3.15 11:18:27 3.15: Pulling from library/alpine 11:18:27 df9b9388f04a: Pulling fs layer 11:18:27 df9b9388f04a: Download complete 11:18:27 df9b9388f04a: Pull complete 11:18:27 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 11:18:27 Status: Downloaded newer image for alpine:3.15 11:18:27 ---> 0ac33e5f5afa 11:18:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 11:18:27 ---> Running in e7829ac092ec 11:18:27 Removing intermediate container e7829ac092ec 11:18:27 ---> 29d6310d3b3c 11:18:27 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:18:28 ---> Running in 7eb0760eb18b 11:18:29 Removing intermediate container 7eb0760eb18b 11:18:29 ---> 29bf8ee69547 11:18:29 Step 16/26 : RUN apk add --update --no-cache zeromq 11:18:29 ---> Running in e4a40f8016ea 11:18:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 11:18:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 11:18:30 (1/5) Installing libgcc (10.3.1_git20211027-r0) 11:18:30 (2/5) Installing libsodium (1.0.18-r0) 11:18:30 (3/5) Installing libstdc++ (10.3.1_git20211027-r0) 11:18:30 (4/5) Installing libzmq (4.3.4-r0) 11:18:31 (5/5) Installing zeromq (4.3.4-r0) 11:18:31 Executing busybox-1.34.1-r5.trigger 11:18:31 OK: 8 MiB in 19 packages 11:18:31 Removing intermediate container e4a40f8016ea 11:18:31 ---> e53d69dd6b3d 11:18:31 Step 17/26 : WORKDIR / 11:18:31 ---> Running in 8d39abe147f4 11:18:31 Removing intermediate container 8d39abe147f4 11:18:31 ---> 30edc508c7a4 11:18:31 Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / 11:18:31 ---> 07c969375c8b 11:18:31 Step 19/26 : COPY --from=builder /device-gpio/LICENSE / 11:18:31 ---> cbe99650d228 11:18:31 Step 20/26 : COPY --from=builder /device-gpio/cmd/ / 11:18:32 ---> 9e68de9d89cf 11:18:32 Step 21/26 : EXPOSE 59910 11:18:32 ---> Running in a2719ecb8aba 11:18:32 Removing intermediate container a2719ecb8aba 11:18:32 ---> ca4d283f1b13 11:18:32 Step 22/26 : ENTRYPOINT ["/device-gpio"] 11:18:32 ---> Running in 179bd46b2976 11:18:32 Removing intermediate container 179bd46b2976 11:18:32 ---> 20b093f37a20 11:18:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:18:32 ---> Running in e5483148c938 11:18:32 Removing intermediate container e5483148c938 11:18:32 ---> ab5eee58e8cb 11:18:32 Step 24/26 : LABEL arch=amd64 11:18:32 ---> Running in a758c03697c4 11:18:33 Removing intermediate container a758c03697c4 11:18:33 ---> a6fa8748e831 11:18:33 Step 25/26 : LABEL git_sha=4a39a8e0ffe06088da96d4150f4204493302ac76 11:18:33 ---> Running in 74dc83765fb5 11:18:33 Removing intermediate container 74dc83765fb5 11:18:33 ---> e767b99d524a 11:18:33 Step 26/26 : LABEL version=0.0.0 11:18:33 ---> Running in 6956611beed1 11:18:33 Removing intermediate container 6956611beed1 11:18:33 ---> 5c0cd61b7990 11:18:33 [Warning] One or more build-args [ARCH] were not consumed 11:18:33 Successfully built 5c0cd61b7990 11:18:33 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 11:18:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:18:34 11:18:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:18:34 latest: Pulling from edgex-lftools-log-publisher 11:18:34 5eb5b503b376: Pulling fs layer 11:18:34 5c69ac0246d0: Pulling fs layer 11:18:34 ec43610c2a17: Pulling fs layer 11:18:34 3a2ae6a8a46f: Pulling fs layer 11:18:34 33b1e0a273af: Pulling fs layer 11:18:34 5d3b04190fa2: Pulling fs layer 11:18:34 2f39f015ded8: Pulling fs layer 11:18:34 33b1e0a273af: Waiting 11:18:34 5d3b04190fa2: Waiting 11:18:34 3a2ae6a8a46f: Waiting 11:18:34 2f39f015ded8: Waiting 11:18:34 5c69ac0246d0: Verifying Checksum 11:18:34 5c69ac0246d0: Download complete 11:18:34 3a2ae6a8a46f: Verifying Checksum 11:18:34 3a2ae6a8a46f: Download complete 11:18:34 33b1e0a273af: Verifying Checksum 11:18:34 33b1e0a273af: Download complete 11:18:34 5d3b04190fa2: Verifying Checksum 11:18:34 5d3b04190fa2: Download complete 11:18:34 ec43610c2a17: Verifying Checksum 11:18:34 ec43610c2a17: Download complete 11:18:34 5eb5b503b376: Download complete 11:18:35 2f39f015ded8: Download complete 11:18:36 5eb5b503b376: Pull complete 11:18:36 5c69ac0246d0: Pull complete 11:18:37 ec43610c2a17: Pull complete 11:18:37 3a2ae6a8a46f: Pull complete 11:18:37 33b1e0a273af: Pull complete 11:18:37 5d3b04190fa2: Pull complete 11:18:42 2f39f015ded8: Pull complete 11:18:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:18:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:18:42 prd-ubuntu20.04-docker-8c-8g-2565 does not seem to be running inside a container 11:18:42 $ 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-40 -v /w/workspace/edgexfoundry_device-gpio_PR-40:/w/workspace/edgexfoundry_device-gpio_PR-40:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-40@tmp:/w/workspace/edgexfoundry_device-gpio_PR-40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:18:44 $ docker top 66b29813b882e67c9a3e5bb763d93eec61ed61c3b0fd1387d53a2bc0bedf5de3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:18:45 ---> job-cost.sh 11:18:45 lf-activate-venv: SKIPPING 11:18:45 INFO: No Stack... 11:18:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2566 in /w/workspace/edgexfoundry_device-gpio_PR-40 [Pipeline] { 11:18:45 INFO: Retrieving Pricing Info for: v3-standard-8 [Pipeline] ws 11:18:45 Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout 11:18:45 The recommended git tool is: git 11:18:45 INFO: Archiving Costs [Pipeline] sh 11:18:46 + cat /w/workspace/edgexfoundry_device-gpio_PR-40/archives/cost.csv 11:18:46 + cut -d, -f6 [Pipeline] lock 11:18:46 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-40-1-stack-cost] 11:18:46 Resource [jenkins-edgexfoundry-device-gpio-PR-40-1-stack-cost] did not exist. Created. 11:18:46 Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-40-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:18:46 + echo total: 0.2199999988079071 [Pipeline] stash 11:18:46 Stashed 1 file(s) [Pipeline] } 11:18:46 Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-40-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:18:46 $ docker stop --time=1 66b29813b882e67c9a3e5bb763d93eec61ed61c3b0fd1387d53a2bc0bedf5de3 11:18:48 $ docker rm -f 66b29813b882e67c9a3e5bb763d93eec61ed61c3b0fd1387d53a2bc0bedf5de3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:18:53 using credential edgex-jenkins-ssh 11:18:53 Cloning the remote Git repository 11:18:53 Cloning repository git@github.com:edgexfoundry/device-gpio.git 11:18:53 > git init /w/workspace/device-gpio/1 # timeout=10 11:18:53 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 11:18:53 > git --version # timeout=10 11:18:53 > git --version # 'git version 2.25.1' 11:18:53 using GIT_SSH to set credentials SSH Credentials for GitHub 11:18:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:18:56 Merging remotes/origin/main commit e602fd7d654e8598d334cfcbfc0e6f43d27ef328 into PR head commit 4a39a8e0ffe06088da96d4150f4204493302ac76 11:18:55 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 11:18:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:18:55 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 11:18:55 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 11:18:55 using GIT_SSH to set credentials SSH Credentials for GitHub 11:18:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/40/head:refs/remotes/origin/PR-40 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:18:56 > git config core.sparsecheckout # timeout=10 11:18:56 > git checkout -f 4a39a8e0ffe06088da96d4150f4204493302ac76 # timeout=10 11:18:56 Merge succeeded, producing 4a39a8e0ffe06088da96d4150f4204493302ac76 11:18:56 Checking out Revision 4a39a8e0ffe06088da96d4150f4204493302ac76 (PR-40) 11:18:56 > git remote # timeout=10 11:18:56 > git config --get remote.origin.url # timeout=10 11:18:56 using GIT_SSH to set credentials SSH Credentials for GitHub 11:18:56 > git merge e602fd7d654e8598d334cfcbfc0e6f43d27ef328 # timeout=10 11:18:56 > git rev-parse HEAD^{commit} # timeout=10 11:18:56 > git config core.sparsecheckout # timeout=10 11:18:56 > git checkout -f 4a39a8e0ffe06088da96d4150f4204493302ac76 # timeout=10 11:19:00 Commit message: "build: Upgrade sdk and paho.mqtt lib" 11:19:00 > git --version # timeout=10 11:19:00 > git --version # 'git version 2.25.1' 11:19:00 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:19:01 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:19:01 % Total % Received % Xferd Average Speed Time Time Time Current 11:19:01 Dload Upload Total Spent Left Speed 11:19:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 63487 0 --:--:-- --:--:-- --:--:-- 63487 [Pipeline] sh 11:19:02 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:19:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:19:03 + sudo tee /etc/docker/daemon.new 11:19:03 { 11:19:03 "registry-mirrors": [ 11:19:03 "https://nexus3.edgexfoundry.org:10001" 11:19:03 ], 11:19:03 "bip": "10.250.0.254/24", 11:19:03 "hosts": [ 11:19:03 "tcp://0.0.0.0:5555", 11:19:03 "unix:///var/run/docker.sock" 11:19:03 ], 11:19:03 "mtu": 1458, 11:19:03 "selinux-enabled": true, 11:19:03 "seccomp-profile": "/etc/docker/seccomp.json" 11:19:03 } [Pipeline] sh 11:19:03 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:19:03 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:19:22 provisioning config files... 11:19:22 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config76702099045025710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:19:22 ---> docker-login.sh 11:19:22 nexus3.edgexfoundry.org:10001 11:19:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:23 Configure a credential helper to remove this warning. See 11:19:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:23 11:19:23 Login Succeeded 11:19:23 nexus3.edgexfoundry.org:10002 11:19:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:23 Configure a credential helper to remove this warning. See 11:19:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:23 11:19:23 Login Succeeded 11:19:23 nexus3.edgexfoundry.org:10003 11:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:24 Configure a credential helper to remove this warning. See 11:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:24 11:19:24 Login Succeeded 11:19:24 nexus3.edgexfoundry.org:10004 11:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:24 Configure a credential helper to remove this warning. See 11:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:24 11:19:24 Login Succeeded 11:19:24 docker.io 11:19:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:19:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:19:25 Configure a credential helper to remove this warning. See 11:19:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:19:25 11:19:25 Login Succeeded 11:19:25 ---> docker-login.sh ends [Pipeline] } 11:19:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:19:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:19:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:19:25 ========================================================= 11:19:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 11:19:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:26 + 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 . 11:19:26 Sending build context to Docker daemon 7.954MB 11:19:26 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 11:19:26 Step 2/12 : FROM ${BASE} AS builder 11:19:27 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:19:27 9b3977197b4f: Pulling fs layer 11:19:27 1a89e8eeedd5: Pulling fs layer 11:19:27 94645a83ff95: Pulling fs layer 11:19:27 e6fb740bc735: Pulling fs layer 11:19:27 3a77bd46dcc9: Pulling fs layer 11:19:27 355e64cbe906: Pulling fs layer 11:19:27 63ab81a10011: Pulling fs layer 11:19:27 555d1d1c4555: Pulling fs layer 11:19:27 7d9057610161: Pulling fs layer 11:19:27 e6fb740bc735: Waiting 11:19:27 355e64cbe906: Waiting 11:19:27 63ab81a10011: Waiting 11:19:27 3a77bd46dcc9: Waiting 11:19:27 555d1d1c4555: Waiting 11:19:27 7d9057610161: Waiting 11:19:27 94645a83ff95: Verifying Checksum 11:19:27 94645a83ff95: Download complete 11:19:27 1a89e8eeedd5: Download complete 11:19:27 3a77bd46dcc9: Verifying Checksum 11:19:27 3a77bd46dcc9: Download complete 11:19:27 355e64cbe906: Verifying Checksum 11:19:27 355e64cbe906: Download complete 11:19:27 63ab81a10011: Verifying Checksum 11:19:27 63ab81a10011: Download complete 11:19:27 9b3977197b4f: Verifying Checksum 11:19:27 9b3977197b4f: Download complete 11:19:28 7d9057610161: Verifying Checksum 11:19:28 7d9057610161: Download complete 11:19:28 9b3977197b4f: Pull complete 11:19:28 1a89e8eeedd5: Pull complete 11:19:28 94645a83ff95: Pull complete 11:19:29 555d1d1c4555: Verifying Checksum 11:19:29 555d1d1c4555: Download complete 11:19:29 e6fb740bc735: Verifying Checksum 11:19:29 e6fb740bc735: Download complete 11:19:42 e6fb740bc735: Pull complete 11:19:42 3a77bd46dcc9: Pull complete 11:19:42 355e64cbe906: Pull complete 11:19:42 63ab81a10011: Pull complete 11:19:48 555d1d1c4555: Pull complete 11:19:50 7d9057610161: Pull complete 11:19:50 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 11:19:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 11:19:50 ---> 819e984ddca1 11:19:50 Step 3/12 : ARG MAKE="make build" 11:19:52 ---> Running in 056d35f17907 11:19:52 Removing intermediate container 056d35f17907 11:19:52 ---> d8c9ed9a107a 11:19:52 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:19:52 ---> Running in 1ed0c3640185 11:19:52 Removing intermediate container 1ed0c3640185 11:19:52 ---> c8894903d827 11:19:52 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 11:19:52 ---> Running in f0731e553a3b 11:19:53 Removing intermediate container f0731e553a3b 11:19:53 ---> 3a162038acb6 11:19:53 Step 6/12 : WORKDIR /device-gpio 11:19:53 ---> Running in 80c2dd4850a1 11:19:53 Removing intermediate container 80c2dd4850a1 11:19:53 ---> 1f0d3d000c83 11:19:53 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:19:53 ---> Running in ff57ec4ae112 11:19:55 Removing intermediate container ff57ec4ae112 11:19:55 ---> 58a5087b9021 11:19:55 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:19:55 ---> Running in 9cf887d918d0 11:19:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:19:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:19:58 (1/4) Installing openssh-keygen (8.8_p1-r1) 11:19:58 (2/4) Installing libedit (20210910.3.1-r0) 11:19:58 (3/4) Installing openssh-client-common (8.8_p1-r1) 11:19:58 (4/4) Installing openssh-client-default (8.8_p1-r1) 11:19:58 Executing busybox-1.34.1-r3.trigger 11:19:58 OK: 224 MiB in 56 packages 11:19:59 Removing intermediate container 9cf887d918d0 11:19:59 ---> 5087c0b39f29 11:19:59 Step 9/12 : COPY go.mod vendor* ./ 11:20:01 ---> e80dfdb031cd 11:20:01 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:20:01 ---> Running in 2153c3c0efce 11:20:57 Removing intermediate container 2153c3c0efce 11:20:57 ---> a57967e145b6 11:20:57 Step 11/12 : COPY . . 11:20:57 ---> 6ae53fbb9cf2 11:20:57 Step 12/12 : RUN ${MAKE} 11:20:57 ---> Running in a8013a10dc65 11:20:57 noop 11:20:58 Removing intermediate container a8013a10dc65 11:20:58 ---> abae05ba04a4 11:20:58 Successfully built abae05ba04a4 11:20:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:58 + docker inspect -f . ci-base-image-arm64 11:20:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:20:59 prd-ubuntu20.04-docker-arm64-4c-16g-2566 does not seem to be running inside a container 11:20:59 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:21:00 $ docker top 5e2fb7970a4e54fd05aefad19a0dd06ccf837a85b379be71bc47dd91790c2445 -eo pid,comm [Pipeline] { [Pipeline] sh 11:21:01 + go version 11:21:01 go version go1.17.7 linux/arm64 [Pipeline] } 11:21:01 $ docker stop --time=1 5e2fb7970a4e54fd05aefad19a0dd06ccf837a85b379be71bc47dd91790c2445 11:21:03 $ docker rm -f 5e2fb7970a4e54fd05aefad19a0dd06ccf837a85b379be71bc47dd91790c2445 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:04 + docker inspect -f . ci-base-image-arm64 11:21:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:21:04 prd-ubuntu20.04-docker-arm64-4c-16g-2566 does not seem to be running inside a container 11:21:04 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:21:05 $ docker top 130a75305fa11091fa22a9470044363f5e909e57f5bca0e5c7ffda9bbf04c808 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 11:21:06 + make test 11:21:06 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:21:08 ? github.com/edgexfoundry/device-gpio [no test files] 11:22:30 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 11:22:30 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 11:22:30 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:22:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:22:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:22:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:22:52 ./bin/test-attribution-txt.sh [Pipeline] echo 11:22:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:22:52 $ docker stop --time=1 130a75305fa11091fa22a9470044363f5e909e57f5bca0e5c7ffda9bbf04c808 11:22:54 $ docker rm -f 130a75305fa11091fa22a9470044363f5e909e57f5bca0e5c7ffda9bbf04c808 [Pipeline] // withDockerContainer [Pipeline] sh 11:22:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:22:55 Warning: overwriting stash ‘coverage-report’ 11:22:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:22:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:22:56 + ls -al . 11:22:56 total 168 11:22:56 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 11:22 . 11:22:56 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 11:18 .. 11:22:56 -rw-rw-r-- 1 jenkins jenkins 120 Jun 17 11:18 .dockerignore 11:22:56 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 11:19 .git 11:22:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 11:18 .github 11:22:56 -rw-rw-r-- 1 jenkins jenkins 343 Jun 17 11:18 .gitignore 11:22:56 -rw-rw-r-- 1 jenkins jenkins 41 Jun 17 11:18 .golangci.yml 11:22:56 -rw-rw-r-- 1 jenkins jenkins 9182 Jun 17 11:18 Attribution.txt 11:22:56 -rw-rw-r-- 1 jenkins jenkins 3081 Jun 17 11:18 CHANGELOG.md 11:22:56 -rw-rw-r-- 1 jenkins jenkins 1868 Jun 17 11:18 Dockerfile 11:22:56 -rw-rw-r-- 1 jenkins jenkins 677 Jun 17 11:18 GOVERNANCE.md 11:22:56 -rw-rw-r-- 1 jenkins jenkins 657 Jun 17 11:18 Jenkinsfile 11:22:56 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 11:18 LICENSE 11:22:56 -rw-rw-r-- 1 jenkins jenkins 1876 Jun 17 11:18 Makefile 11:22:56 -rw-rw-r-- 1 jenkins jenkins 617 Jun 17 11:18 OWNERS.md 11:22:56 -rw-rw-r-- 1 jenkins jenkins 11178 Jun 17 11:18 README.md 11:22:56 -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 11:16 VERSION 11:22:56 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 11:18 bin 11:22:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 11:18 cmd 11:22:56 -rw-r--r-- 1 jenkins jenkins 10 Jun 17 11:21 coverage.out 11:22:56 -rw-rw-r-- 1 jenkins jenkins 3286 Jun 17 11:18 go.mod 11:22:56 -rw-rw-r-- 1 jenkins jenkins 47631 Jun 17 11:18 go.sum 11:22:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 11:18 internal 11:22:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 11:18 snap 11:22:56 -rw-rw-r-- 1 jenkins jenkins 209 Jun 17 11:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:57 + 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=4a39a8e0ffe06088da96d4150f4204493302ac76 --label arch=arm64 --label version=0.0.0 . 11:22:57 Sending build context to Docker daemon 7.955MB 11:22:57 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 11:22:57 Step 2/26 : FROM ${BASE} AS builder 11:22:57 ---> abae05ba04a4 11:22:57 Step 3/26 : ARG MAKE="make build" 11:22:57 ---> Running in 4a4664f8788a 11:22:57 Removing intermediate container 4a4664f8788a 11:22:57 ---> 3c648808159c 11:22:57 Step 4/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:22:57 ---> Running in 4402c33994d4 11:22:58 Removing intermediate container 4402c33994d4 11:22:58 ---> 66df0c472abd 11:22:58 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 11:22:58 ---> Running in 7906fa49ab5e 11:22:58 Removing intermediate container 7906fa49ab5e 11:22:58 ---> 00f3ad20d9a1 11:22:58 Step 6/26 : WORKDIR /device-gpio 11:22:58 ---> Running in 35739972d6be 11:22:59 Removing intermediate container 35739972d6be 11:22:59 ---> 980009dcd87f 11:22:59 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:22:59 ---> Running in 678a85fbd587 11:23:01 Removing intermediate container 678a85fbd587 11:23:01 ---> bf2205784c11 11:23:01 Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:23:01 ---> Running in 13653d49b1e3 11:23:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:23:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:23:03 OK: 224 MiB in 56 packages 11:23:04 Removing intermediate container 13653d49b1e3 11:23:04 ---> 209bbdfd8326 11:23:04 Step 9/26 : COPY go.mod vendor* ./ 11:23:04 ---> 29e634b0b6ac 11:23:04 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:23:04 ---> Running in 4acc0a17e456 11:23:06 Removing intermediate container 4acc0a17e456 11:23:06 ---> 55b26fac201d 11:23:06 Step 11/26 : COPY . . 11:23:07 ---> f5410bcdd59d 11:23:07 Step 12/26 : RUN ${MAKE} 11:23:07 ---> Running in 3d588cd6cf3f 11:23:08 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 11:25:15 Removing intermediate container 3d588cd6cf3f 11:25:15 ---> a5ef28c8c8c4 11:25:15 Step 13/26 : FROM alpine:3.15 11:25:15 3.15: Pulling from library/alpine 11:25:15 9981e73032c8: Pulling fs layer 11:25:15 9981e73032c8: Verifying Checksum 11:25:15 9981e73032c8: Download complete 11:25:15 9981e73032c8: Pull complete 11:25:15 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 11:25:15 Status: Downloaded newer image for alpine:3.15 11:25:15 ---> 3fb3c9af89a9 11:25:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 11:25:15 ---> Running in df34b8391699 11:25:15 Removing intermediate container df34b8391699 11:25:15 ---> 8c1c43396632 11:25:15 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:25:15 ---> Running in 24de336d83b8 11:25:15 Removing intermediate container 24de336d83b8 11:25:15 ---> d1228315bc73 11:25:15 Step 16/26 : RUN apk add --update --no-cache zeromq 11:25:15 ---> Running in 259828940a31 11:25:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:25:15 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:25:15 (1/5) Installing libgcc (10.3.1_git20211027-r0) 11:25:15 (2/5) Installing libsodium (1.0.18-r0) 11:25:15 (3/5) Installing libstdc++ (10.3.1_git20211027-r0) 11:25:15 (4/5) Installing libzmq (4.3.4-r0) 11:25:15 (5/5) Installing zeromq (4.3.4-r0) 11:25:15 Executing busybox-1.34.1-r5.trigger 11:25:15 OK: 8 MiB in 19 packages 11:25:15 Removing intermediate container 259828940a31 11:25:15 ---> 5bf66e485a03 11:25:15 Step 17/26 : WORKDIR / 11:25:15 ---> Running in 81cef4fa9948 11:25:15 Removing intermediate container 81cef4fa9948 11:25:15 ---> d4fd38e31894 11:25:15 Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / 11:25:15 ---> 5f294d29db79 11:25:15 Step 19/26 : COPY --from=builder /device-gpio/LICENSE / 11:25:15 ---> eebad93b584a 11:25:15 Step 20/26 : COPY --from=builder /device-gpio/cmd/ / 11:25:15 ---> d7110f3dc437 11:25:15 Step 21/26 : EXPOSE 59910 11:25:15 ---> Running in 6ca80670b079 11:25:15 Removing intermediate container 6ca80670b079 11:25:15 ---> 9c794870f4b2 11:25:15 Step 22/26 : ENTRYPOINT ["/device-gpio"] 11:25:15 ---> Running in d27072f0d2d3 11:25:15 Removing intermediate container d27072f0d2d3 11:25:15 ---> 0617df538d1c 11:25:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:25:15 ---> Running in ac5545af230b 11:25:15 Removing intermediate container ac5545af230b 11:25:15 ---> e3ca2a2f5ee2 11:25:15 Step 24/26 : LABEL arch=arm64 11:25:15 ---> Running in 12ccf860a7bd 11:25:15 Removing intermediate container 12ccf860a7bd 11:25:15 ---> 9fd3a319c78c 11:25:15 Step 25/26 : LABEL git_sha=4a39a8e0ffe06088da96d4150f4204493302ac76 11:25:15 ---> Running in c5db82ac7db8 11:25:15 Removing intermediate container c5db82ac7db8 11:25:15 ---> 8a46853c44d8 11:25:15 Step 26/26 : LABEL version=0.0.0 11:25:15 ---> Running in 13303c26f6ea 11:25:15 Removing intermediate container 13303c26f6ea 11:25:15 ---> 3c29b31a568d 11:25:15 [Warning] One or more build-args [ARCH] were not consumed 11:25:15 Successfully built 3c29b31a568d 11:25:15 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 11:25:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:25:16 11:25:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:25:16 arm64: Pulling from edgex-lftools-log-publisher 11:25:17 8998bd30e6a1: Pulling fs layer 11:25:17 04944245beec: Pulling fs layer 11:25:17 699f458cf7ca: Pulling fs layer 11:25:17 765212b225bb: Pulling fs layer 11:25:17 f23df028b6ca: Pulling fs layer 11:25:17 d65c8cfc05b1: Pulling fs layer 11:25:17 2437ff75d9bd: Pulling fs layer 11:25:17 f23df028b6ca: Waiting 11:25:17 d65c8cfc05b1: Waiting 11:25:17 2437ff75d9bd: Waiting 11:25:17 765212b225bb: Waiting 11:25:17 04944245beec: Verifying Checksum 11:25:17 04944245beec: Download complete 11:25:17 765212b225bb: Verifying Checksum 11:25:17 765212b225bb: Download complete 11:25:17 f23df028b6ca: Verifying Checksum 11:25:17 f23df028b6ca: Download complete 11:25:17 d65c8cfc05b1: Verifying Checksum 11:25:17 d65c8cfc05b1: Download complete 11:25:17 699f458cf7ca: Verifying Checksum 11:25:17 699f458cf7ca: Download complete 11:25:17 8998bd30e6a1: Download complete 11:25:19 2437ff75d9bd: Verifying Checksum 11:25:19 2437ff75d9bd: Download complete 11:25:22 8998bd30e6a1: Pull complete 11:25:22 04944245beec: Pull complete 11:25:23 699f458cf7ca: Pull complete 11:25:24 765212b225bb: Pull complete 11:25:25 f23df028b6ca: Pull complete 11:25:25 d65c8cfc05b1: Pull complete 11:25:40 2437ff75d9bd: Pull complete 11:25:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:25:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:25:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:25:40 prd-ubuntu20.04-docker-arm64-4c-16g-2566 does not seem to be running inside a container 11:25:40 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:25:43 $ docker top 4fcf3f829d64f43c0f755b9065d5347ca43ba6059b0af16b111d7bf84d822dd6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:25:44 ---> job-cost.sh 11:25:44 lf-activate-venv: SKIPPING 11:25:44 INFO: No Stack... 11:25:44 INFO: Retrieving Pricing Info for: v3-standard-4 11:25:45 INFO: Archiving Costs [Pipeline] sh 11:25:46 + cat /w/workspace/device-gpio/1/archives/cost.csv 11:25:46 + cut -d, -f6 [Pipeline] lock 11:25:46 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-40-1-stack-cost] 11:25:46 Resource [jenkins-edgexfoundry-device-gpio-PR-40-1-stack-cost] did not exist. Created. 11:25:46 Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-40-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:25:46 /w/workspace/device-gpio/1@tmp/durable-86e55fcc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:25:47 + echo total: 0.10999999940395355 [Pipeline] stash 11:25:47 Warning: overwriting stash ‘stack-cost’ 11:25:47 Stashed 1 file(s) [Pipeline] } 11:25:47 Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-40-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:25:47 $ docker stop --time=1 4fcf3f829d64f43c0f755b9065d5347ca43ba6059b0af16b111d7bf84d822dd6 11:25:49 $ docker rm -f 4fcf3f829d64f43c0f755b9065d5347ca43ba6059b0af16b111d7bf84d822dd6 [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 11:25:50 provisioning config files... 11:25:50 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-40@tmp/config4228930797154357815tmp [Pipeline] { [Pipeline] sh 11:25:50 + set +x 11:25:50 + bash -s -- 11:25:50 + curl -s https://codecov.io/bash 11:25:50 11:25:50 _____ _ 11:25:50 / ____| | | 11:25:50 | | ___ __| | ___ ___ _____ __ 11:25:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:25:50 | |___| (_) | (_| | __/ (_| (_) \ V / 11:25:50 \_____\___/ \__,_|\___|\___\___/ \_/ 11:25:50 Bash-1.0.6 11:25:50 11:25:50 11:25:50 ==> git version 2.25.1 found 11:25:50 ==> 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 11:25:50 Release-Date: 2020-01-08 11:25:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:25:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:25:50 ==> Jenkins CI detected. 11:25:50 current dir:  /w/workspace/edgexfoundry_device-gpio_PR-40 11:25:50 project root: . 11:25:50 --> token set from env 11:25:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:25:50 ==> Running gcov in . (disable via -X gcov) 11:25:50 ==> Python coveragepy not found 11:25:50 ==> Searching for coverage reports in: 11:25:50 + . 11:25:50 -> Found 1 reports 11:25:50 ==> Detecting git/mercurial file structure 11:25:50 ==> Reading reports 11:25:50 + ./coverage.out bytes=10 11:25:50 ==> Appending adjustments 11:25:50 https://docs.codecov.io/docs/fixing-reports 11:25:50 + Found adjustments 11:25:50 ==> Gzipping contents 11:25:50 4.0K /tmp/codecov.02flDN.gz 11:25:50 ==> Uploading reports 11:25:50 url: https://codecov.io 11:25:50 query: branch=PR-40&commit=4a39a8e0ffe06088da96d4150f4204493302ac76&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-40%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=40&job=&cmd_args= 11:25:50 -> Pinging Codecov 11:25:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-40&commit=4a39a8e0ffe06088da96d4150f4204493302ac76&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-40%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=40&job=&cmd_args= 11:25:51 -> Uploading to 11:25:51 https://storage.googleapis.com/codecov/v4/raw/2022-06-17/3EC07B1A8CA8AF9BCAA0BB9F0134797F/4a39a8e0ffe06088da96d4150f4204493302ac76/a8ea1909-1ecc-432b-8106-608737ee535d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220617%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220617T112550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45362b11a4516afe7c31b08268215e5b7f316f08997e58e84d32ba50d844891b 11:25:51 % Total % Received % Xferd Average Speed Time Time Time Current 11:25:51 Dload Upload Total Spent Left Speed 11:25:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 832 0 0 100 832 0 3601 --:--:-- --:--:-- --:--:-- 3601 11:25:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-gpio/commit/4a39a8e0ffe06088da96d4150f4204493302ac76 [Pipeline] } 11:25:51 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 11:25:53 + [ -d /w/workspace/edgexfoundry_device-gpio_PR-40/archives ] 11:25:53 + ls -al /w/workspace/edgexfoundry_device-gpio_PR-40/archives 11:25:53 total 16 11:25:53 drwxr-xr-x 3 root root 4096 Jun 17 11:18 . 11:25:53 drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 11:18 .. 11:25:53 drwxr-xr-x 2 root root 4096 Jun 17 11:18 cost 11:25:53 -rw-r--r-- 1 root root 81 Jun 17 11:18 cost.csv 11:25:53 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-40/archives 11:25:53 + ls -al /w/workspace/edgexfoundry_device-gpio_PR-40/archives 11:25:53 total 16 11:25:53 drwxr-xr-x 3 jenkins jenkins 4096 Jun 17 11:18 . 11:25:53 drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 11:18 .. 11:25:53 drwxr-xr-x 2 jenkins jenkins 4096 Jun 17 11:18 cost 11:25:53 -rw-r--r-- 1 jenkins jenkins 81 Jun 17 11:18 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:25:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:25:54 ---> package-listing.sh 11:25:54 ++ facter osfamily 11:25:54 ++ tr '[:upper:]' '[:lower:]' 11:25:54 + OS_FAMILY=debian 11:25:54 + workspace=/w/workspace/edgexfoundry_device-gpio_PR-40 11:25:54 + START_PACKAGES=/tmp/packages_start.txt 11:25:54 + END_PACKAGES=/tmp/packages_end.txt 11:25:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:25:54 + PACKAGES=/tmp/packages_start.txt 11:25:54 + '[' /w/workspace/edgexfoundry_device-gpio_PR-40 ']' 11:25:54 + PACKAGES=/tmp/packages_end.txt 11:25:54 + case "${OS_FAMILY}" in 11:25:54 + dpkg -l 11:25:54 + grep '^ii' 11:25:54 + '[' -f /tmp/packages_start.txt ']' 11:25:54 + '[' -f /tmp/packages_end.txt ']' 11:25:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:25:54 + '[' /w/workspace/edgexfoundry_device-gpio_PR-40 ']' 11:25:54 + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-40/archives/ 11:25:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-40/archives/ [Pipeline] echo 11:25:55 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-40/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:25:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:25:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:25:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:25:55 prd-ubuntu20.04-docker-8c-8g-2565 does not seem to be running inside a container 11:25:55 $ 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-40/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-40 -v /w/workspace/edgexfoundry_device-gpio_PR-40:/w/workspace/edgexfoundry_device-gpio_PR-40:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-40@tmp:/w/workspace/edgexfoundry_device-gpio_PR-40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:25:56 $ docker top 7a42aa9d96a910fb38c4689aa76ae10ad899f4b3f3ba48d097ade259ca18aeca -eo pid,comm [Pipeline] { [Pipeline] sh 11:25:56 + touch /tmp/pre-build-complete [Pipeline] sh 11:25:56 + mkdir -p /var/log/sysstat [Pipeline] sh 11:25:57 + ls /var/log/sa-host 11:25:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:25:57 provisioning config files... 11:25:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-40@tmp/config6625311871136211058tmp [Pipeline] { [Pipeline] echo 11:25:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:25:57 ---> create-netrc.sh [Pipeline] } 11:25:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:25:58 ---> python-tools-install.sh [Pipeline] echo 11:25:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:25:58 ---> sudo-logs.sh 11:25:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:25:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:25:58 ---> job-cost.sh 11:25:58 lf-activate-venv: SKIPPING 11:25:58 DEBUG: total: 0.2199999988079071 11:25:58 INFO: Retrieving Stack Cost... 11:25:59 INFO: Retrieving Pricing Info for: v3-standard-8 11:25:59 INFO: Archiving Costs [Pipeline] echo 11:25:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:26:00 ---> logs-deploy.sh 11:26:00 lf-activate-venv: SKIPPING 11:26:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-40/1 11:26:00 INFO: archiving workspace using pattern(s): 11:26:01 Archives upload complete. 11:26:01 INFO: archiving logs to Nexus