Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8bf535f0ce4e380f32a4a208eac40e23dfd63f39+5484f883e7ca8c4d12e7326cabafe33807e184e7 (684c913cfc8ecc885210ac23a1ccc99ad059d6a4) 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-ssh17695844591342131751.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-ssh13184762292195514126.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-43/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-43/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13487164334557369804.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 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-ssh6987718122727620080.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-43/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-43/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18042566752003895768.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-gpio] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-gpio-settings PROJECT: device-gpio USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-16145’ Running on prd-ubuntu20.04-docker-8c-8g-16147 in /w/workspace/edgexfoundry_device-gpio_PR-43 [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-43 # 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 5484f883e7ca8c4d12e7326cabafe33807e184e7 into PR head commit 8bf535f0ce4e380f32a4a208eac40e23dfd63f39 Merge succeeded, producing 0c99b0f58784df179b2686b16edcc28a7de27881 Checking out Revision 0c99b0f58784df179b2686b16edcc28a7de27881 (PR-43) > 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/43/head:refs/remotes/origin/PR-43 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8bf535f0ce4e380f32a4a208eac40e23dfd63f39 # 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 5484f883e7ca8c4d12e7326cabafe33807e184e7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c99b0f58784df179b2686b16edcc28a7de27881 # timeout=10 Commit message: "Merge commit '5484f883e7ca8c4d12e7326cabafe33807e184e7' into HEAD" > git rev-list --no-walk 8bf535f0ce4e380f32a4a208eac40e23dfd63f39 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:21:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:21:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:21:42 ========================================================= 21:21:42 EdgeX Global Pipelines Version Info 21:21:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:21:42 ------------------- 21:21:42 stable info: 21:21:42 ------------------- 21:21:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:21:42 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 21:21:42 Message: update stable to v1.0.234 21:21:43 ------------------- 21:21:43 experimental info: 21:21:43 ------------------- 21:21:43 Commited By: **** collab-it+edgex@linuxfoundation.org 21:21:43 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 21:21:43 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-43 [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-43 [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-43 [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c99b0f58784df179b2686b16edcc28a7de27881 [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c99b0f [Pipeline] echo 21:21:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:21:43 provisioning config files... 21:21:43 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-43@tmp/config3267396874396908023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:44 ---> docker-login.sh 21:21:44 nexus3.edgexfoundry.org:10001 21:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:44 Configure a credential helper to remove this warning. See 21:21:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:44 21:21:44 Login Succeeded 21:21:44 nexus3.edgexfoundry.org:10002 21:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:44 Configure a credential helper to remove this warning. See 21:21:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:44 21:21:44 Login Succeeded 21:21:44 nexus3.edgexfoundry.org:10003 21:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:44 Configure a credential helper to remove this warning. See 21:21:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:44 21:21:44 Login Succeeded 21:21:44 nexus3.edgexfoundry.org:10004 21:21:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:45 Configure a credential helper to remove this warning. See 21:21:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:45 21:21:45 Login Succeeded 21:21:45 docker.io 21:21:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:45 Configure a credential helper to remove this warning. See 21:21:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:45 21:21:45 Login Succeeded 21:21:45 ---> docker-login.sh ends [Pipeline] } 21:21:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:21:45 + git rev-list -1 --merges 0c99b0f58784df179b2686b16edcc28a7de27881~1..0c99b0f58784df179b2686b16edcc28a7de27881 [Pipeline] echo 21:21:45 -----------> git rev-list -1 --merges 0c99b0f58784df179b2686b16edcc28a7de27881~1..0c99b0f58784df179b2686b16edcc28a7de27881 0c99b0f58784df179b2686b16edcc28a7de27881 21:21:45 0c99b0f58784df179b2686b16edcc28a7de27881 [false] [Pipeline] sh 21:21:46 + git log --format=format:%s -1 0c99b0f58784df179b2686b16edcc28a7de27881 [Pipeline] echo 21:21:46 ========================================================= 21:21:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:21:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:46 + git log --format=format:%s -1 0c99b0f58784df179b2686b16edcc28a7de27881 [Pipeline] echo 21:21:46 [semverPrep] GIT_COMMIT: 0c99b0f58784df179b2686b16edcc28a7de27881, Commit Message: Merge commit '5484f883e7ca8c4d12e7326cabafe33807e184e7' into HEAD [Pipeline] echo 21:21:46 [semverPrep] This is not a build commit. [Pipeline] sh 21:21:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:21:46 + grep -v github /etc/ssh/ssh_known_hosts 21:21:46 + [ -e /tmp/ssh_known_hosts ] 21:21:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:21:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:21:46 + sudo tee -a /etc/ssh/ssh_known_hosts 21:21:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:21:47 21:21:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:21:47 0.1.4: Pulling from edgex-devops/py-git-semver 21:21:47 42c077c10790: Pulling fs layer 21:21:47 f63e77b7563a: Pulling fs layer 21:21:47 bd5fdadae976: Pulling fs layer 21:21:47 205491f53016: Pulling fs layer 21:21:47 df18705c85c3: Pulling fs layer 21:21:47 205491f53016: Waiting 21:21:47 bdb3f477010e: Pulling fs layer 21:21:47 c8a8fc8e1c8f: Pulling fs layer 21:21:47 2c6e9b1d212d: Pulling fs layer 21:21:47 bdb8f0575790: Pulling fs layer 21:21:47 df18705c85c3: Waiting 21:21:47 386e3cb2ff24: Pulling fs layer 21:21:47 2343380bae48: Pulling fs layer 21:21:47 c8a8fc8e1c8f: Waiting 21:21:47 bdb3f477010e: Waiting 21:21:47 2c6e9b1d212d: Waiting 21:21:47 bdb8f0575790: Waiting 21:21:47 f63e77b7563a: Verifying Checksum 21:21:47 205491f53016: Download complete 21:21:47 df18705c85c3: Verifying Checksum 21:21:47 df18705c85c3: Download complete 21:21:47 bdb3f477010e: Verifying Checksum 21:21:47 bdb3f477010e: Download complete 21:21:47 bd5fdadae976: Verifying Checksum 21:21:47 bd5fdadae976: Download complete 21:21:47 2c6e9b1d212d: Download complete 21:21:47 bdb8f0575790: Download complete 21:21:47 386e3cb2ff24: Verifying Checksum 21:21:47 386e3cb2ff24: Download complete 21:21:47 2343380bae48: Download complete 21:21:48 42c077c10790: Verifying Checksum 21:21:48 42c077c10790: Download complete 21:21:48 c8a8fc8e1c8f: Download complete 21:21:49 42c077c10790: Pull complete 21:21:49 f63e77b7563a: Pull complete 21:21:49 bd5fdadae976: Pull complete 21:21:49 205491f53016: Pull complete 21:21:50 df18705c85c3: Pull complete 21:21:50 bdb3f477010e: Pull complete 21:21:52 c8a8fc8e1c8f: Pull complete 21:21:52 2c6e9b1d212d: Pull complete 21:21:52 bdb8f0575790: Pull complete 21:21:52 386e3cb2ff24: Pull complete 21:21:52 2343380bae48: Pull complete 21:21:52 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 21:21:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:21:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:21:52 prd-ubuntu20.04-docker-8c-8g-16147 does not seem to be running inside a container 21:21:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-43 -v /w/workspace/edgexfoundry_device-gpio_PR-43:/w/workspace/edgexfoundry_device-gpio_PR-43:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-43@tmp:/w/workspace/edgexfoundry_device-gpio_PR-43@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 21:21:53 $ docker top 4f85486fcf932ad5a44c3ceafe4e6d0a354316da663c9d74ca2b2961cda9c421 -eo pid,comm 21:21:53 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). 21:21:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:21:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:53 [ssh-agent] Looking for ssh-agent implementation... 21:21:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:53 $ docker exec 4f85486fcf932ad5a44c3ceafe4e6d0a354316da663c9d74ca2b2961cda9c421 ssh-agent 21:21:54 SSH_AUTH_SOCK=/tmp/ssh-zXJmGjrL2LLs/agent.33 21:21:54 SSH_AGENT_PID=39 21:21:54 Running ssh-add (command line suppressed) 21:21:54 Identity added: /w/workspace/edgexfoundry_device-gpio_PR-43@tmp/private_key_8517436399105646136.key (/w/workspace/edgexfoundry_device-gpio_PR-43@tmp/private_key_8517436399105646136.key) 21:21:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:54 + git tag --points-at HEAD [Pipeline] } 21:21:54 $ docker exec --env ******** --env ******** 4f85486fcf932ad5a44c3ceafe4e6d0a354316da663c9d74ca2b2961cda9c421 ssh-agent -k 21:21:54 unset SSH_AUTH_SOCK; 21:21:54 unset SSH_AGENT_PID; 21:21:54 echo Agent pid 39 killed; 21:21:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:21:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:54 [ssh-agent] Looking for ssh-agent implementation... 21:21:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:54 $ docker exec 4f85486fcf932ad5a44c3ceafe4e6d0a354316da663c9d74ca2b2961cda9c421 ssh-agent 21:21:54 SSH_AUTH_SOCK=/tmp/ssh-gKuZrq2eH7cQ/agent.73 21:21:54 SSH_AGENT_PID=80 21:21:54 Running ssh-add (command line suppressed) 21:21:55 Identity added: /w/workspace/edgexfoundry_device-gpio_PR-43@tmp/private_key_6184957556130787679.key (/w/workspace/edgexfoundry_device-gpio_PR-43@tmp/private_key_6184957556130787679.key) 21:21:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:55 + git semver init 21:21:55 2022-06-27 21:21:55,523 [run_init] DEBUG init version:0.0.0 force:False 21:21:55 2022-06-27 21:21:55,524 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-43/.semver 21:21:55 2022-06-27 21:21:55,524 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-43/.semver 21:21:55 2022-06-27 21:21:55,525 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-43/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-43, universal_newlines=False, shell=None, istream=None) 21:21:56 2022-06-27 21:21:56,326 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-43/.git/info/exclude 21:21:56 2022-06-27 21:21:56,327 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-43/.semver/PR-43 with force:False 21:21:56 2022-06-27 21:21:56,327 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-43/.semver/PR-43 21:21:56 2022-06-27 21:21:56,331 [execute] INFO git cat-file --batch-check 21:21:56 2022-06-27 21:21:56,332 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-43/.semver, universal_newlines=False, shell=None, istream=) 21:21:56 2022-06-27 21:21:56,336 [execute] INFO git cat-file --batch 21:21:56 2022-06-27 21:21:56,337 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-43/.semver, universal_newlines=False, shell=None, istream=) 21:21:56 2022-06-27 21:21:56,341 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-43/.semver/PR-43 21:21:56 0.0.0 [Pipeline] } 21:21:56 $ docker exec --env ******** --env ******** 4f85486fcf932ad5a44c3ceafe4e6d0a354316da663c9d74ca2b2961cda9c421 ssh-agent -k 21:21:56 unset SSH_AUTH_SOCK; 21:21:56 unset SSH_AGENT_PID; 21:21:56 echo Agent pid 80 killed; 21:21:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:21:56 + git semver [Pipeline] } 21:21:57 $ docker stop --time=1 4f85486fcf932ad5a44c3ceafe4e6d0a354316da663c9d74ca2b2961cda9c421 21:21:58 $ docker rm -f 4f85486fcf932ad5a44c3ceafe4e6d0a354316da663c9d74ca2b2961cda9c421 [Pipeline] // withDockerContainer [Pipeline] sh 21:21:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:21:59 Stashed 1 file(s) [Pipeline] echo 21:21:59 [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 21:21:59 provisioning config files... 21:21:59 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-43@tmp/config7412404788965596821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:59 ---> docker-login.sh 21:21:59 nexus3.edgexfoundry.org:10001 21:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:59 Configure a credential helper to remove this warning. See 21:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:59 21:21:59 Login Succeeded 21:21:59 nexus3.edgexfoundry.org:10002 21:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:59 Configure a credential helper to remove this warning. See 21:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:59 21:21:59 Login Succeeded 21:21:59 nexus3.edgexfoundry.org:10003 21:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:59 Configure a credential helper to remove this warning. See 21:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:59 21:21:59 Login Succeeded 21:21:59 nexus3.edgexfoundry.org:10004 21:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:22:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:22:00 Configure a credential helper to remove this warning. See 21:22:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:22:00 21:22:00 Login Succeeded 21:22:00 docker.io 21:22:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:22:01 Configure a credential helper to remove this warning. See 21:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:22:01 21:22:01 Login Succeeded 21:22:01 ---> docker-login.sh ends [Pipeline] } 21:22:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:22:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:22:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:22:01 ========================================================= 21:22:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 21:22:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:01 + 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 . 21:22:01 Sending build context to Docker daemon 15.75MB 21:22:01 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 21:22:01 Step 2/12 : FROM ${BASE} AS builder 21:22:01 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 21:22:01 59bf1c3509f3: Pulling fs layer 21:22:01 666ba61612fd: Pulling fs layer 21:22:01 8ed8ca486205: Pulling fs layer 21:22:01 cc1cd167ecdc: Pulling fs layer 21:22:01 c516ae0d96e1: Pulling fs layer 21:22:01 684cea983483: Pulling fs layer 21:22:01 dd3240ac7de5: Pulling fs layer 21:22:01 b1e948a4e11c: Pulling fs layer 21:22:01 a8fd76ee1af6: Pulling fs layer 21:22:01 646ad004c059: Pulling fs layer 21:22:01 c516ae0d96e1: Waiting 21:22:01 684cea983483: Waiting 21:22:01 dd3240ac7de5: Waiting 21:22:01 b1e948a4e11c: Waiting 21:22:01 a8fd76ee1af6: Waiting 21:22:01 646ad004c059: Waiting 21:22:01 8ed8ca486205: Verifying Checksum 21:22:01 8ed8ca486205: Download complete 21:22:01 666ba61612fd: Download complete 21:22:01 c516ae0d96e1: Verifying Checksum 21:22:01 c516ae0d96e1: Download complete 21:22:01 684cea983483: Verifying Checksum 21:22:01 684cea983483: Download complete 21:22:01 59bf1c3509f3: Verifying Checksum 21:22:01 59bf1c3509f3: Download complete 21:22:01 dd3240ac7de5: Verifying Checksum 21:22:01 dd3240ac7de5: Download complete 21:22:01 b1e948a4e11c: Download complete 21:22:01 59bf1c3509f3: Pull complete 21:22:01 666ba61612fd: Pull complete 21:22:01 8ed8ca486205: Pull complete 21:22:02 646ad004c059: Verifying Checksum 21:22:02 646ad004c059: Download complete 21:22:02 cc1cd167ecdc: Verifying Checksum 21:22:02 cc1cd167ecdc: Download complete 21:22:02 a8fd76ee1af6: Verifying Checksum 21:22:02 a8fd76ee1af6: Download complete 21:22:05 cc1cd167ecdc: Pull complete 21:22:05 c516ae0d96e1: Pull complete 21:22:05 684cea983483: Pull complete 21:22:05 dd3240ac7de5: Pull complete 21:22:06 b1e948a4e11c: Pull complete 21:22:07 a8fd76ee1af6: Pull complete 21:22:08 646ad004c059: Pull complete 21:22:08 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 21:22:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 21:22:08 ---> 8f69c11f6b0c 21:22:08 Step 3/12 : ARG MAKE="make build" 21:22:12 ---> Running in 41c14fac559b 21:22:12 Removing intermediate container 41c14fac559b 21:22:12 ---> cf1adea2d64e 21:22:12 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:22:12 ---> Running in c576f0476e7b 21:22:12 Removing intermediate container c576f0476e7b 21:22:12 ---> 5640b1c205b9 21:22:12 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 21:22:12 ---> Running in 4ee2c05a81cd 21:22:12 Removing intermediate container 4ee2c05a81cd 21:22:12 ---> 4cb775fd3dd5 21:22:12 Step 6/12 : WORKDIR /device-gpio 21:22:12 ---> Running in 06a94d48521e 21:22:12 Removing intermediate container 06a94d48521e 21:22:12 ---> b4a5c2e5cfdb 21:22:12 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:12 ---> Running in af74ac3089c9 21:22:13 Removing intermediate container af74ac3089c9 21:22:13 ---> b6777141766f 21:22:13 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:22:13 ---> Running in ff440a17d08c 21:22:13 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:22:14 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:22:14 (1/4) Installing openssh-keygen (8.8_p1-r1) 21:22:14 Still waiting to schedule task 21:22:14 ‘prd-ubuntu20.04-docker-arm64-4c-16g-16146’ is offline 21:22:14 (2/4) Installing libedit (20210910.3.1-r0) 21:22:14 (3/4) Installing openssh-client-common (8.8_p1-r1) 21:22:14 (4/4) Installing openssh-client-default (8.8_p1-r1) 21:22:14 Executing busybox-1.34.1-r3.trigger 21:22:14 OK: 224 MiB in 56 packages 21:22:15 Removing intermediate container ff440a17d08c 21:22:15 ---> 8d6838286890 21:22:15 Step 9/12 : COPY go.mod vendor* ./ 21:22:15 ---> ecbd752df315 21:22:15 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:15 ---> Running in c7d4d327e4fe 21:22:33 Removing intermediate container c7d4d327e4fe 21:22:33 ---> 0226b7639a77 21:22:33 Step 11/12 : COPY . . 21:22:33 ---> cb716c6827ad 21:22:33 Step 12/12 : RUN ${MAKE} 21:22:33 ---> Running in ff3b70dd7d0e 21:22:33 noop 21:22:34 Removing intermediate container ff3b70dd7d0e 21:22:34 ---> 33a762e3b989 21:22:34 Successfully built 33a762e3b989 21:22:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:34 + docker inspect -f . ci-base-image-x86_64 21:22:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:22:34 prd-ubuntu20.04-docker-8c-8g-16147 does not seem to be running inside a container 21:22:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-43 -v /w/workspace/edgexfoundry_device-gpio_PR-43:/w/workspace/edgexfoundry_device-gpio_PR-43:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-43@tmp:/w/workspace/edgexfoundry_device-gpio_PR-43@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 21:22:35 $ docker top 11dd59389af0f57573678578f1f30b43812e68cd78fef8c7070721b9391ca26b -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:35 + go version 21:22:35 go version go1.17.7 linux/amd64 [Pipeline] } 21:22:35 $ docker stop --time=1 11dd59389af0f57573678578f1f30b43812e68cd78fef8c7070721b9391ca26b 21:22:37 $ docker rm -f 11dd59389af0f57573678578f1f30b43812e68cd78fef8c7070721b9391ca26b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:37 + docker inspect -f . ci-base-image-x86_64 21:22:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:22:37 prd-ubuntu20.04-docker-8c-8g-16147 does not seem to be running inside a container 21:22:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-43 -v /w/workspace/edgexfoundry_device-gpio_PR-43:/w/workspace/edgexfoundry_device-gpio_PR-43:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-43@tmp:/w/workspace/edgexfoundry_device-gpio_PR-43@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 21:22:37 $ docker top bcbffd05b35618103ae0ca1a6fc95f18582856d3b8174960421e9a375e03ee00 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 21:22:38 + make test 21:22:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:22:38 ? github.com/edgexfoundry/device-gpio [no test files] 21:22:46 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 21:22:46 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 21:22:53 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:22:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:22:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:22:56 ./bin/test-attribution-txt.sh [Pipeline] echo 21:22:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:22:56 $ docker stop --time=1 bcbffd05b35618103ae0ca1a6fc95f18582856d3b8174960421e9a375e03ee00 21:22:58 $ docker rm -f bcbffd05b35618103ae0ca1a6fc95f18582856d3b8174960421e9a375e03ee00 [Pipeline] // withDockerContainer [Pipeline] sh 21:22:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:22:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:22:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:22:59 + ls -al . 21:22:59 total 172 21:22:59 drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 21:22 . 21:22:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 21:21 .. 21:22:59 -rw-rw-r-- 1 jenkins jenkins 120 Jun 27 21:21 .dockerignore 21:22:59 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 21:21 .git 21:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 21:21 .github 21:22:59 -rw-rw-r-- 1 jenkins jenkins 343 Jun 27 21:21 .gitignore 21:22:59 -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 21:21 .golangci.yml 21:22:59 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 21:21 .semver 21:22:59 -rw-rw-r-- 1 jenkins jenkins 9182 Jun 27 21:21 Attribution.txt 21:22:59 -rw-rw-r-- 1 jenkins jenkins 3081 Jun 27 21:21 CHANGELOG.md 21:22:59 -rw-rw-r-- 1 jenkins jenkins 1868 Jun 27 21:21 Dockerfile 21:22:59 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 21:21 GOVERNANCE.md 21:22:59 -rw-rw-r-- 1 jenkins jenkins 657 Jun 27 21:21 Jenkinsfile 21:22:59 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 21:21 LICENSE 21:22:59 -rw-rw-r-- 1 jenkins jenkins 1876 Jun 27 21:21 Makefile 21:22:59 -rw-rw-r-- 1 jenkins jenkins 617 Jun 27 21:21 OWNERS.md 21:22:59 -rw-rw-r-- 1 jenkins jenkins 11178 Jun 27 21:21 README.md 21:22:59 -rw-rw-r-- 1 jenkins jenkins 5 Jun 27 21:21 VERSION 21:22:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 21:21 bin 21:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 21:21 cmd 21:22:59 -rw-r--r-- 1 jenkins jenkins 10 Jun 27 21:22 coverage.out 21:22:59 -rw-rw-r-- 1 jenkins jenkins 3287 Jun 27 21:21 go.mod 21:22:59 -rw-rw-r-- 1 jenkins jenkins 47810 Jun 27 21:21 go.sum 21:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 21:21 internal 21:22:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 21:21 snap 21:22:59 -rw-rw-r-- 1 jenkins jenkins 209 Jun 27 21:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:00 + 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=0c99b0f58784df179b2686b16edcc28a7de27881 --label arch=amd64 --label version=0.0.0 . 21:23:00 Sending build context to Docker daemon 15.75MB 21:23:00 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 21:23:00 Step 2/26 : FROM ${BASE} AS builder 21:23:00 ---> 33a762e3b989 21:23:00 Step 3/26 : ARG MAKE="make build" 21:23:00 ---> Running in 47d56b348f14 21:23:00 Removing intermediate container 47d56b348f14 21:23:00 ---> e531295276c5 21:23:00 Step 4/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:23:00 ---> Running in 9d3766c7626e 21:23:00 Removing intermediate container 9d3766c7626e 21:23:00 ---> 1e3f8a9aa397 21:23:00 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 21:23:00 ---> Running in 9ea4ab1c6ac4 21:23:00 Removing intermediate container 9ea4ab1c6ac4 21:23:00 ---> 1abf09a610f9 21:23:00 Step 6/26 : WORKDIR /device-gpio 21:23:00 ---> Running in d8c35328a49e 21:23:00 Removing intermediate container d8c35328a49e 21:23:00 ---> 92ebcd0ce514 21:23:00 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:00 ---> Running in c587e80936f2 21:23:01 Removing intermediate container c587e80936f2 21:23:01 ---> 2b31c8616df1 21:23:01 Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:23:01 ---> Running in cfa370f01740 21:23:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:23:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:23:02 OK: 224 MiB in 56 packages 21:23:02 Removing intermediate container cfa370f01740 21:23:02 ---> 763dddceac3d 21:23:02 Step 9/26 : COPY go.mod vendor* ./ 21:23:03 ---> 7382b0fefefc 21:23:03 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:23:03 ---> Running in bf3886ce28bd 21:23:04 Removing intermediate container bf3886ce28bd 21:23:04 ---> d47f56de8c9e 21:23:04 Step 11/26 : COPY . . 21:23:04 ---> 6d1bc4cf65b2 21:23:04 Step 12/26 : RUN ${MAKE} 21:23:04 ---> Running in 57fd7666a8b6 21:23:04 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 21:23:26 Removing intermediate container 57fd7666a8b6 21:23:26 ---> 2cbe5a06c7fa 21:23:26 Step 13/26 : FROM alpine:3.15 21:23:26 3.15: Pulling from library/alpine 21:23:26 df9b9388f04a: Pulling fs layer 21:23:26 df9b9388f04a: Verifying Checksum 21:23:26 df9b9388f04a: Download complete 21:23:26 df9b9388f04a: Pull complete 21:23:26 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 21:23:26 Status: Downloaded newer image for alpine:3.15 21:23:26 ---> 0ac33e5f5afa 21:23:26 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 21:23:26 ---> Running in 9080cf799f76 21:23:26 Removing intermediate container 9080cf799f76 21:23:26 ---> c357475037a0 21:23:26 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:26 ---> Running in 96af8999c4d6 21:23:26 Removing intermediate container 96af8999c4d6 21:23:26 ---> 9de8ab1b7de8 21:23:26 Step 16/26 : RUN apk add --update --no-cache zeromq 21:23:26 ---> Running in f55bde22ab07 21:23:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:23:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:23:26 (1/5) Installing libgcc (10.3.1_git20211027-r0) 21:23:26 (2/5) Installing libsodium (1.0.18-r0) 21:23:26 (3/5) Installing libstdc++ (10.3.1_git20211027-r0) 21:23:26 (4/5) Installing libzmq (4.3.4-r0) 21:23:26 (5/5) Installing zeromq (4.3.4-r0) 21:23:26 Executing busybox-1.34.1-r5.trigger 21:23:26 OK: 8 MiB in 19 packages 21:23:27 Removing intermediate container f55bde22ab07 21:23:27 ---> a6264d4218ea 21:23:27 Step 17/26 : WORKDIR / 21:23:27 ---> Running in ad7067330004 21:23:27 Removing intermediate container ad7067330004 21:23:27 ---> 4754858b55ae 21:23:27 Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / 21:23:27 ---> 85fdff5ed568 21:23:27 Step 19/26 : COPY --from=builder /device-gpio/LICENSE / 21:23:27 ---> dc08636be717 21:23:27 Step 20/26 : COPY --from=builder /device-gpio/cmd/ / 21:23:28 ---> 27c6bc632e8a 21:23:28 Step 21/26 : EXPOSE 59910 21:23:28 ---> Running in a3bcfb1bf3c1 21:23:28 Removing intermediate container a3bcfb1bf3c1 21:23:28 ---> 351038f33e41 21:23:28 Step 22/26 : ENTRYPOINT ["/device-gpio"] 21:23:28 ---> Running in b44f869e2f9d 21:23:28 Removing intermediate container b44f869e2f9d 21:23:28 ---> fc649b69671c 21:23:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:28 ---> Running in 237db85fadd2 21:23:29 Removing intermediate container 237db85fadd2 21:23:29 ---> 40ba5ca6ad02 21:23:29 Step 24/26 : LABEL arch=amd64 21:23:29 ---> Running in f576217f663d 21:23:29 Removing intermediate container f576217f663d 21:23:29 ---> da6959e68f7d 21:23:29 Step 25/26 : LABEL git_sha=0c99b0f58784df179b2686b16edcc28a7de27881 21:23:29 ---> Running in 0d2708d7b04d 21:23:29 Removing intermediate container 0d2708d7b04d 21:23:29 ---> e895d3b0b87a 21:23:29 Step 26/26 : LABEL version=0.0.0 21:23:29 ---> Running in a4019d70c1e2 21:23:29 Removing intermediate container a4019d70c1e2 21:23:29 ---> b6f69b18e392 21:23:29 [Warning] One or more build-args [ARCH] were not consumed 21:23:29 Successfully built b6f69b18e392 21:23:29 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 21:23:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:23:29 21:23:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:23:30 latest: Pulling from edgex-lftools-log-publisher 21:23:30 5eb5b503b376: Pulling fs layer 21:23:30 5c69ac0246d0: Pulling fs layer 21:23:30 ec43610c2a17: Pulling fs layer 21:23:30 3a2ae6a8a46f: Pulling fs layer 21:23:30 33b1e0a273af: Pulling fs layer 21:23:30 5d3b04190fa2: Pulling fs layer 21:23:30 2f39f015ded8: Pulling fs layer 21:23:30 33b1e0a273af: Waiting 21:23:30 5d3b04190fa2: Waiting 21:23:30 2f39f015ded8: Waiting 21:23:30 3a2ae6a8a46f: Waiting 21:23:30 5c69ac0246d0: Verifying Checksum 21:23:30 5c69ac0246d0: Download complete 21:23:30 3a2ae6a8a46f: Verifying Checksum 21:23:30 3a2ae6a8a46f: Download complete 21:23:30 33b1e0a273af: Verifying Checksum 21:23:30 33b1e0a273af: Download complete 21:23:30 5d3b04190fa2: Download complete 21:23:30 ec43610c2a17: Verifying Checksum 21:23:30 ec43610c2a17: Download complete 21:23:30 5eb5b503b376: Download complete 21:23:30 2f39f015ded8: Download complete 21:23:31 5eb5b503b376: Pull complete 21:23:31 5c69ac0246d0: Pull complete 21:23:32 ec43610c2a17: Pull complete 21:23:32 3a2ae6a8a46f: Pull complete 21:23:32 33b1e0a273af: Pull complete 21:23:32 5d3b04190fa2: Pull complete 21:23:36 2f39f015ded8: Pull complete 21:23:36 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:23:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:23:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:23:36 prd-ubuntu20.04-docker-8c-8g-16147 does not seem to be running inside a container 21:23:36 $ 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-43 -v /w/workspace/edgexfoundry_device-gpio_PR-43:/w/workspace/edgexfoundry_device-gpio_PR-43:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-43@tmp:/w/workspace/edgexfoundry_device-gpio_PR-43@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 21:23:38 $ docker top fbfaaff2c77e85f5071efe6e08bd6c98f8f82ef85c5433e6f5552cb3431e7d2f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:23:39 ---> job-cost.sh 21:23:39 lf-activate-venv: SKIPPING 21:23:39 INFO: No Stack... 21:23:39 INFO: Retrieving Pricing Info for: v3-standard-8 21:23:39 INFO: Archiving Costs [Pipeline] sh 21:23:40 + cat /w/workspace/edgexfoundry_device-gpio_PR-43/archives/cost.csv 21:23:40 + cut -d, -f6 [Pipeline] lock 21:23:40 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-43-2-stack-cost] 21:23:40 Resource [jenkins-edgexfoundry-device-gpio-PR-43-2-stack-cost] did not exist. Created. 21:23:40 Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-43-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:23:40 + echo total: 0.2199999988079071 [Pipeline] stash 21:23:40 Stashed 1 file(s) [Pipeline] } 21:23:40 Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-43-2-stack-cost] [Pipeline] // lock [Pipeline] } 21:23:40 $ docker stop --time=1 fbfaaff2c77e85f5071efe6e08bd6c98f8f82ef85c5433e6f5552cb3431e7d2f 21:23:41 $ docker rm -f fbfaaff2c77e85f5071efe6e08bd6c98f8f82ef85c5433e6f5552cb3431e7d2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:23:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16149 in /w/workspace/edgexfoundry_device-gpio_PR-43 [Pipeline] { [Pipeline] ws 21:23:50 Running in /w/workspace/device-gpio/2 [Pipeline] { [Pipeline] checkout 21:23:50 The recommended git tool is: git 21:23:55 using credential edgex-jenkins-ssh 21:23:55 Cloning the remote Git repository 21:23:55 Cloning repository git@github.com:edgexfoundry/device-gpio.git 21:23:55 > git init /w/workspace/device-gpio/2 # timeout=10 21:23:55 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 21:23:55 > git --version # timeout=10 21:23:55 > git --version # 'git version 2.25.1' 21:23:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:23:57 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 21:23:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:23:57 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 21:23:57 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 21:23:57 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/43/head:refs/remotes/origin/PR-43 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:23:58 Merging remotes/origin/main commit 5484f883e7ca8c4d12e7326cabafe33807e184e7 into PR head commit 8bf535f0ce4e380f32a4a208eac40e23dfd63f39 21:23:58 Merge succeeded, producing 2563b731bc25ead2b54b0fa2ba7f41ac38b772a1 21:23:58 Checking out Revision 2563b731bc25ead2b54b0fa2ba7f41ac38b772a1 (PR-43) 21:23:58 > git config core.sparsecheckout # timeout=10 21:23:58 > git checkout -f 8bf535f0ce4e380f32a4a208eac40e23dfd63f39 # timeout=10 21:23:58 > git remote # timeout=10 21:23:58 > git config --get remote.origin.url # timeout=10 21:23:58 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:58 > git merge 5484f883e7ca8c4d12e7326cabafe33807e184e7 # timeout=10 21:23:58 > git rev-parse HEAD^{commit} # timeout=10 21:23:58 > git config core.sparsecheckout # timeout=10 21:23:58 > git checkout -f 2563b731bc25ead2b54b0fa2ba7f41ac38b772a1 # timeout=10 21:24:02 Commit message: "Merge commit '5484f883e7ca8c4d12e7326cabafe33807e184e7' into HEAD" 21:24:02 > git rev-list --no-walk 8bf535f0ce4e380f32a4a208eac40e23dfd63f39 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:24:03 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:24:03 % Total % Received % Xferd Average Speed Time Time Time Current 21:24:03 Dload Upload Total Spent Left Speed 21:24:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 95726 0 --:--:-- --:--:-- --:--:-- 96480 [Pipeline] sh 21:24:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:24:04 + sudo tee /etc/docker/daemon.new 21:24:04 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:24:04 { 21:24:04 "registry-mirrors": [ 21:24:04 "https://nexus3.edgexfoundry.org:10001" 21:24:04 ], 21:24:04 "bip": "10.250.0.254/24", 21:24:04 "hosts": [ 21:24:04 "tcp://0.0.0.0:5555", 21:24:04 "unix:///var/run/docker.sock" 21:24:04 ], 21:24:04 "mtu": 1458, 21:24:04 "selinux-enabled": true, 21:24:04 "seccomp-profile": "/etc/docker/seccomp.json" 21:24:04 } [Pipeline] sh 21:24:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:24:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:24:23 provisioning config files... 21:24:23 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/2@tmp/config5104741512807578008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:24:23 ---> docker-login.sh 21:24:23 nexus3.edgexfoundry.org:10001 21:24:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:24 Configure a credential helper to remove this warning. See 21:24:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:24 21:24:24 Login Succeeded 21:24:24 nexus3.edgexfoundry.org:10002 21:24:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:25 Configure a credential helper to remove this warning. See 21:24:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:25 21:24:25 Login Succeeded 21:24:25 nexus3.edgexfoundry.org:10003 21:24:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:25 Configure a credential helper to remove this warning. See 21:24:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:25 21:24:25 Login Succeeded 21:24:25 nexus3.edgexfoundry.org:10004 21:24:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:26 Configure a credential helper to remove this warning. See 21:24:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:26 21:24:26 Login Succeeded 21:24:26 docker.io 21:24:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:26 Configure a credential helper to remove this warning. See 21:24:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:26 21:24:26 Login Succeeded 21:24:27 ---> docker-login.sh ends [Pipeline] } 21:24:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:24:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:24:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:24:27 ========================================================= 21:24:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 21:24:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:27 + 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 . 21:24:27 Sending build context to Docker daemon 7.941MB 21:24:28 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 21:24:28 Step 2/12 : FROM ${BASE} AS builder 21:24:28 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:24:28 9b3977197b4f: Pulling fs layer 21:24:28 1a89e8eeedd5: Pulling fs layer 21:24:28 94645a83ff95: Pulling fs layer 21:24:28 e6fb740bc735: Pulling fs layer 21:24:28 3a77bd46dcc9: Pulling fs layer 21:24:28 355e64cbe906: Pulling fs layer 21:24:28 63ab81a10011: Pulling fs layer 21:24:28 555d1d1c4555: Pulling fs layer 21:24:28 7d9057610161: Pulling fs layer 21:24:28 e6fb740bc735: Waiting 21:24:28 3a77bd46dcc9: Waiting 21:24:28 355e64cbe906: Waiting 21:24:28 63ab81a10011: Waiting 21:24:28 555d1d1c4555: Waiting 21:24:28 7d9057610161: Waiting 21:24:28 94645a83ff95: Verifying Checksum 21:24:28 94645a83ff95: Download complete 21:24:28 1a89e8eeedd5: Verifying Checksum 21:24:28 1a89e8eeedd5: Download complete 21:24:28 3a77bd46dcc9: Verifying Checksum 21:24:28 3a77bd46dcc9: Download complete 21:24:28 355e64cbe906: Verifying Checksum 21:24:28 355e64cbe906: Download complete 21:24:28 9b3977197b4f: Download complete 21:24:28 63ab81a10011: Verifying Checksum 21:24:28 63ab81a10011: Download complete 21:24:29 9b3977197b4f: Pull complete 21:24:29 7d9057610161: Verifying Checksum 21:24:29 7d9057610161: Download complete 21:24:29 1a89e8eeedd5: Pull complete 21:24:30 94645a83ff95: Pull complete 21:24:30 555d1d1c4555: Verifying Checksum 21:24:30 555d1d1c4555: Download complete 21:24:30 e6fb740bc735: Download complete 21:24:43 e6fb740bc735: Pull complete 21:24:43 3a77bd46dcc9: Pull complete 21:24:43 355e64cbe906: Pull complete 21:24:43 63ab81a10011: Pull complete 21:24:50 555d1d1c4555: Pull complete 21:24:51 7d9057610161: Pull complete 21:24:51 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 21:24:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 21:24:51 ---> 819e984ddca1 21:24:51 Step 3/12 : ARG MAKE="make build" 21:24:53 ---> Running in fad8b23b70ba 21:24:53 Removing intermediate container fad8b23b70ba 21:24:53 ---> 9c35ef865973 21:24:53 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:24:53 ---> Running in 02627290adfc 21:24:54 Removing intermediate container 02627290adfc 21:24:54 ---> 0f64b0b659b8 21:24:54 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 21:24:54 ---> Running in 282a14962443 21:24:54 Removing intermediate container 282a14962443 21:24:54 ---> ab9f30a91e3b 21:24:54 Step 6/12 : WORKDIR /device-gpio 21:24:54 ---> Running in 6b08cfe84108 21:24:56 Removing intermediate container 6b08cfe84108 21:24:56 ---> 566db2cbd718 21:24:56 Step 7/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:56 ---> Running in e895148b6602 21:24:58 Removing intermediate container e895148b6602 21:24:58 ---> 3186791b1945 21:24:58 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:24:58 ---> Running in 13a5f29ab60f 21:24:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:24:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:25:00 (1/4) Installing openssh-keygen (8.8_p1-r1) 21:25:00 (2/4) Installing libedit (20210910.3.1-r0) 21:25:00 (3/4) Installing openssh-client-common (8.8_p1-r1) 21:25:00 (4/4) Installing openssh-client-default (8.8_p1-r1) 21:25:01 Executing busybox-1.34.1-r3.trigger 21:25:01 OK: 224 MiB in 56 packages 21:25:02 Removing intermediate container 13a5f29ab60f 21:25:02 ---> fd2ab0ba9b48 21:25:02 Step 9/12 : COPY go.mod vendor* ./ 21:25:02 ---> 2f7c9e316b04 21:25:02 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:25:02 ---> Running in 65e66ab44c97 21:25:59 Removing intermediate container 65e66ab44c97 21:25:59 ---> 609c4f0aa046 21:25:59 Step 11/12 : COPY . . 21:25:59 ---> fcd93014f3a2 21:25:59 Step 12/12 : RUN ${MAKE} 21:25:59 ---> Running in 784c6aaee446 21:25:59 noop 21:25:59 Removing intermediate container 784c6aaee446 21:25:59 ---> 4fe4ea229313 21:25:59 Successfully built 4fe4ea229313 21:25:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:59 + docker inspect -f . ci-base-image-arm64 21:25:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:25:59 prd-ubuntu20.04-docker-arm64-4c-16g-16149 does not seem to be running inside a container 21:26:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/2 -v /w/workspace/device-gpio/2:/w/workspace/device-gpio/2:rw,z -v /w/workspace/device-gpio/2@tmp:/w/workspace/device-gpio/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:26:01 $ docker top d56991024f74402b717b4be1c9bbb06e10871920b6c4f3b63d1e54eacf89f6fc -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:02 + go version 21:26:02 go version go1.17.7 linux/arm64 [Pipeline] } 21:26:02 $ docker stop --time=1 d56991024f74402b717b4be1c9bbb06e10871920b6c4f3b63d1e54eacf89f6fc 21:26:03 $ docker rm -f d56991024f74402b717b4be1c9bbb06e10871920b6c4f3b63d1e54eacf89f6fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:26:04 + docker inspect -f . ci-base-image-arm64 21:26:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:26:04 prd-ubuntu20.04-docker-arm64-4c-16g-16149 does not seem to be running inside a container 21:26:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/2 -v /w/workspace/device-gpio/2:/w/workspace/device-gpio/2:rw,z -v /w/workspace/device-gpio/2@tmp:/w/workspace/device-gpio/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:26:05 $ docker top a11d081f0cf3c38e66088fdb7da1aa801895beca6e082b94e5c2f71435fbfde2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 21:26:06 + make test 21:26:06 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:26:08 ? github.com/edgexfoundry/device-gpio [no test files] 21:27:30 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 21:27:30 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 21:27:30 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:27:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:27:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:27:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:27:48 ./bin/test-attribution-txt.sh [Pipeline] echo 21:27:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:27:49 $ docker stop --time=1 a11d081f0cf3c38e66088fdb7da1aa801895beca6e082b94e5c2f71435fbfde2 21:27:51 $ docker rm -f a11d081f0cf3c38e66088fdb7da1aa801895beca6e082b94e5c2f71435fbfde2 [Pipeline] // withDockerContainer [Pipeline] sh 21:27:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:27:52 Warning: overwriting stash ‘coverage-report’ 21:27:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:27:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:27:54 + ls -al . 21:27:54 total 168 21:27:54 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 21:27 . 21:27:54 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 21:23 .. 21:27:54 -rw-rw-r-- 1 jenkins jenkins 120 Jun 27 21:23 .dockerignore 21:27:54 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 21:24 .git 21:27:54 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 21:23 .github 21:27:54 -rw-rw-r-- 1 jenkins jenkins 343 Jun 27 21:23 .gitignore 21:27:54 -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 21:23 .golangci.yml 21:27:54 -rw-rw-r-- 1 jenkins jenkins 9182 Jun 27 21:23 Attribution.txt 21:27:54 -rw-rw-r-- 1 jenkins jenkins 3081 Jun 27 21:23 CHANGELOG.md 21:27:54 -rw-rw-r-- 1 jenkins jenkins 1868 Jun 27 21:23 Dockerfile 21:27:54 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 21:23 GOVERNANCE.md 21:27:54 -rw-rw-r-- 1 jenkins jenkins 657 Jun 27 21:23 Jenkinsfile 21:27:54 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 21:23 LICENSE 21:27:54 -rw-rw-r-- 1 jenkins jenkins 1876 Jun 27 21:23 Makefile 21:27:54 -rw-rw-r-- 1 jenkins jenkins 617 Jun 27 21:23 OWNERS.md 21:27:54 -rw-rw-r-- 1 jenkins jenkins 11178 Jun 27 21:23 README.md 21:27:54 -rw-rw-r-- 1 jenkins jenkins 5 Jun 27 21:21 VERSION 21:27:54 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 21:23 bin 21:27:54 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 21:23 cmd 21:27:54 -rw-r--r-- 1 jenkins jenkins 10 Jun 27 21:26 coverage.out 21:27:54 -rw-rw-r-- 1 jenkins jenkins 3287 Jun 27 21:23 go.mod 21:27:54 -rw-rw-r-- 1 jenkins jenkins 47810 Jun 27 21:23 go.sum 21:27:54 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 21:23 internal 21:27:54 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 21:23 snap 21:27:54 -rw-rw-r-- 1 jenkins jenkins 209 Jun 27 21:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:54 + 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=2563b731bc25ead2b54b0fa2ba7f41ac38b772a1 --label arch=arm64 --label version=0.0.0 . 21:27:54 Sending build context to Docker daemon 7.942MB 21:27:55 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 21:27:55 Step 2/26 : FROM ${BASE} AS builder 21:27:55 ---> 4fe4ea229313 21:27:55 Step 3/26 : ARG MAKE="make build" 21:27:55 ---> Running in cdc978f32061 21:27:55 Removing intermediate container cdc978f32061 21:27:55 ---> 4b82b09c0f5e 21:27:55 Step 4/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:27:55 ---> Running in 883dfd418175 21:27:55 Removing intermediate container 883dfd418175 21:27:55 ---> e6aca5666aca 21:27:55 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 21:27:55 ---> Running in 52a6b5fb08d7 21:27:56 Removing intermediate container 52a6b5fb08d7 21:27:56 ---> 5db7fd06d96b 21:27:56 Step 6/26 : WORKDIR /device-gpio 21:27:56 ---> Running in 728b7450bd75 21:27:56 Removing intermediate container 728b7450bd75 21:27:56 ---> f7f9fb7d25eb 21:27:56 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:56 ---> Running in e14fded31e31 21:27:58 Removing intermediate container e14fded31e31 21:27:58 ---> bc88d0c0ad5f 21:27:58 Step 8/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:27:58 ---> Running in dadaae806e4e 21:27:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:27:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:28:00 OK: 224 MiB in 56 packages 21:28:01 Removing intermediate container dadaae806e4e 21:28:01 ---> 034a99c05451 21:28:01 Step 9/26 : COPY go.mod vendor* ./ 21:28:02 ---> dad41daa31ed 21:28:02 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:02 ---> Running in 3bc3490613ca 21:28:04 Removing intermediate container 3bc3490613ca 21:28:04 ---> 16fad5589434 21:28:04 Step 11/26 : COPY . . 21:28:05 ---> 06700be89833 21:28:05 Step 12/26 : RUN ${MAKE} 21:28:05 ---> Running in f38ee1fcc814 21:28:06 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 21:30:13 Removing intermediate container f38ee1fcc814 21:30:13 ---> 27ffe07026cb 21:30:13 Step 13/26 : FROM alpine:3.15 21:30:13 3.15: Pulling from library/alpine 21:30:13 9981e73032c8: Pulling fs layer 21:30:13 9981e73032c8: Verifying Checksum 21:30:13 9981e73032c8: Download complete 21:30:13 9981e73032c8: Pull complete 21:30:13 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 21:30:13 Status: Downloaded newer image for alpine:3.15 21:30:13 ---> 3fb3c9af89a9 21:30:13 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 21:30:13 ---> Running in 3bced65b512c 21:30:13 Removing intermediate container 3bced65b512c 21:30:13 ---> 70fec331d60b 21:30:13 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:30:13 ---> Running in 76438a3def2f 21:30:13 Removing intermediate container 76438a3def2f 21:30:13 ---> 8dd15bc5643c 21:30:13 Step 16/26 : RUN apk add --update --no-cache zeromq 21:30:13 ---> Running in a203220e23b9 21:30:13 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:30:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:30:13 (1/5) Installing libgcc (10.3.1_git20211027-r0) 21:30:13 (2/5) Installing libsodium (1.0.18-r0) 21:30:13 (3/5) Installing libstdc++ (10.3.1_git20211027-r0) 21:30:13 (4/5) Installing libzmq (4.3.4-r0) 21:30:13 (5/5) Installing zeromq (4.3.4-r0) 21:30:13 Executing busybox-1.34.1-r5.trigger 21:30:13 OK: 8 MiB in 19 packages 21:30:13 Removing intermediate container a203220e23b9 21:30:13 ---> 62e98bdcc406 21:30:13 Step 17/26 : WORKDIR / 21:30:13 ---> Running in 160f5898471f 21:30:13 Removing intermediate container 160f5898471f 21:30:13 ---> f9ece42a7bb2 21:30:13 Step 18/26 : COPY --from=builder /device-gpio/Attribution.txt / 21:30:13 ---> 545890922f80 21:30:13 Step 19/26 : COPY --from=builder /device-gpio/LICENSE / 21:30:13 ---> cb0e09d5ea1a 21:30:13 Step 20/26 : COPY --from=builder /device-gpio/cmd/ / 21:30:13 ---> a200118a2600 21:30:13 Step 21/26 : EXPOSE 59910 21:30:13 ---> Running in 816d77eac2cf 21:30:13 Removing intermediate container 816d77eac2cf 21:30:13 ---> ac00a8cf374d 21:30:13 Step 22/26 : ENTRYPOINT ["/device-gpio"] 21:30:13 ---> Running in 5ed2eea71740 21:30:13 Removing intermediate container 5ed2eea71740 21:30:13 ---> 9774456cb739 21:30:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:30:13 ---> Running in df63a0da98c8 21:30:13 Removing intermediate container df63a0da98c8 21:30:13 ---> 02917a9e4aa7 21:30:13 Step 24/26 : LABEL arch=arm64 21:30:13 ---> Running in 628b3b6edf4d 21:30:13 Removing intermediate container 628b3b6edf4d 21:30:13 ---> ce6610ffe6c8 21:30:13 Step 25/26 : LABEL git_sha=2563b731bc25ead2b54b0fa2ba7f41ac38b772a1 21:30:13 ---> Running in c197eb3e99f9 21:30:13 Removing intermediate container c197eb3e99f9 21:30:13 ---> 64a0dad6ad79 21:30:13 Step 26/26 : LABEL version=0.0.0 21:30:13 ---> Running in 57862994db44 21:30:13 Removing intermediate container 57862994db44 21:30:13 ---> cb67c8132f09 21:30:13 [Warning] One or more build-args [ARCH] were not consumed 21:30:13 Successfully built cb67c8132f09 21:30:13 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 21:30:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:30:13 21:30:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:30:14 arm64: Pulling from edgex-lftools-log-publisher 21:30:14 8998bd30e6a1: Pulling fs layer 21:30:14 04944245beec: Pulling fs layer 21:30:14 699f458cf7ca: Pulling fs layer 21:30:14 765212b225bb: Pulling fs layer 21:30:14 f23df028b6ca: Pulling fs layer 21:30:14 d65c8cfc05b1: Pulling fs layer 21:30:14 2437ff75d9bd: Pulling fs layer 21:30:14 f23df028b6ca: Waiting 21:30:14 2437ff75d9bd: Waiting 21:30:14 d65c8cfc05b1: Waiting 21:30:14 765212b225bb: Waiting 21:30:14 04944245beec: Verifying Checksum 21:30:14 04944245beec: Download complete 21:30:14 765212b225bb: Verifying Checksum 21:30:14 765212b225bb: Download complete 21:30:14 f23df028b6ca: Verifying Checksum 21:30:14 f23df028b6ca: Download complete 21:30:14 d65c8cfc05b1: Verifying Checksum 21:30:14 d65c8cfc05b1: Download complete 21:30:14 699f458cf7ca: Verifying Checksum 21:30:14 699f458cf7ca: Download complete 21:30:14 8998bd30e6a1: Verifying Checksum 21:30:14 8998bd30e6a1: Download complete 21:30:17 2437ff75d9bd: Verifying Checksum 21:30:17 2437ff75d9bd: Download complete 21:30:19 8998bd30e6a1: Pull complete 21:30:19 04944245beec: Pull complete 21:30:21 699f458cf7ca: Pull complete 21:30:21 765212b225bb: Pull complete 21:30:22 f23df028b6ca: Pull complete 21:30:22 d65c8cfc05b1: Pull complete 21:30:37 2437ff75d9bd: Pull complete 21:30:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:30:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:30:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:37 prd-ubuntu20.04-docker-arm64-4c-16g-16149 does not seem to be running inside a container 21:30:37 $ 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/2 -v /w/workspace/device-gpio/2:/w/workspace/device-gpio/2:rw,z -v /w/workspace/device-gpio/2@tmp:/w/workspace/device-gpio/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:30:40 $ docker top a5ad8d59e37163fac4c8ce743e9076cf9490431d19cac6fbd0cae004d8d70145 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:30:41 ---> job-cost.sh 21:30:41 lf-activate-venv: SKIPPING 21:30:41 INFO: No Stack... 21:30:41 INFO: Retrieving Pricing Info for: v3-standard-4 21:30:42 INFO: Archiving Costs [Pipeline] sh 21:30:43 + + cut -d, -f6 21:30:43 cat /w/workspace/device-gpio/2/archives/cost.csv [Pipeline] lock 21:30:43 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-43-2-stack-cost] 21:30:43 Resource [jenkins-edgexfoundry-device-gpio-PR-43-2-stack-cost] did not exist. Created. 21:30:43 Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-43-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:30:43 /w/workspace/device-gpio/2@tmp/durable-441daf7a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:30:44 + echo total: 0.10999999940395355 [Pipeline] stash 21:30:44 Warning: overwriting stash ‘stack-cost’ 21:30:44 Stashed 1 file(s) [Pipeline] } 21:30:44 Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-43-2-stack-cost] [Pipeline] // lock [Pipeline] } 21:30:44 $ docker stop --time=1 a5ad8d59e37163fac4c8ce743e9076cf9490431d19cac6fbd0cae004d8d70145 21:30:46 $ docker rm -f a5ad8d59e37163fac4c8ce743e9076cf9490431d19cac6fbd0cae004d8d70145 [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 21:30:46 provisioning config files... 21:30:46 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-43@tmp/config3766536189104978593tmp [Pipeline] { [Pipeline] sh 21:30:47 + set +x 21:30:47 + curl -s https://codecov.io/bash 21:30:47 + bash -s -- 21:30:47 21:30:47 _____ _ 21:30:47 / ____| | | 21:30:47 | | ___ __| | ___ ___ _____ __ 21:30:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:30:47 | |___| (_) | (_| | __/ (_| (_) \ V / 21:30:47 \_____\___/ \__,_|\___|\___\___/ \_/ 21:30:47 Bash-1.0.6 21:30:47 21:30:47 21:30:47 ==> git version 2.25.1 found 21:30:47 ==> 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 21:30:47 Release-Date: 2020-01-08 21:30:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:30:47 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:30:47 ==> Jenkins CI detected. 21:30:47 current dir:  /w/workspace/edgexfoundry_device-gpio_PR-43 21:30:47 project root: . 21:30:47 --> token set from env 21:30:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:30:47 ==> Running gcov in . (disable via -X gcov) 21:30:47 ==> Python coveragepy not found 21:30:47 ==> Searching for coverage reports in: 21:30:47 + . 21:30:47 -> Found 1 reports 21:30:47 ==> Detecting git/mercurial file structure 21:30:47 ==> Reading reports 21:30:47 + ./coverage.out bytes=10 21:30:47 ==> Appending adjustments 21:30:47 https://docs.codecov.io/docs/fixing-reports 21:30:47 + Found adjustments 21:30:47 ==> Gzipping contents 21:30:47 4.0K /tmp/codecov.NcvaFu.gz 21:30:47 ==> Uploading reports 21:30:47 url: https://codecov.io 21:30:47 query: branch=PR-43&commit=0c99b0f58784df179b2686b16edcc28a7de27881&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-43%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=43&job=&cmd_args= 21:30:47 -> Pinging Codecov 21:30:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-43&commit=0c99b0f58784df179b2686b16edcc28a7de27881&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-43%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=43&job=&cmd_args= 21:30:47 -> Uploading to 21:30:47 https://storage.googleapis.com/codecov/v4/raw/2022-06-27/3EC07B1A8CA8AF9BCAA0BB9F0134797F/0c99b0f58784df179b2686b16edcc28a7de27881/1c11d703-2e67-41d1-a9a7-afc901b613b7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220627%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220627T213047Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=78f8e335ec81aa015ec39eec7949f2b23f3aa49d82da3b831bd6653d162cc864 21:30:47 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:47 Dload Upload Total Spent Left Speed 21:30:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 832 0 0 100 832 0 3586 --:--:-- --:--:-- --:--:-- 3586 21:30:47 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-gpio/commit/0c99b0f58784df179b2686b16edcc28a7de27881 [Pipeline] } 21:30:47 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 21:30:48 + [ -d /w/workspace/edgexfoundry_device-gpio_PR-43/archives ] 21:30:48 + ls -al /w/workspace/edgexfoundry_device-gpio_PR-43/archives 21:30:48 total 16 21:30:48 drwxr-xr-x 3 root root 4096 Jun 27 21:23 . 21:30:48 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 21:23 .. 21:30:48 drwxr-xr-x 2 root root 4096 Jun 27 21:23 cost 21:30:48 -rw-r--r-- 1 root root 81 Jun 27 21:23 cost.csv 21:30:48 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-43/archives 21:30:48 + ls -al /w/workspace/edgexfoundry_device-gpio_PR-43/archives 21:30:48 total 16 21:30:48 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 21:23 . 21:30:48 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 21:23 .. 21:30:48 drwxr-xr-x 2 jenkins jenkins 4096 Jun 27 21:23 cost 21:30:48 -rw-r--r-- 1 jenkins jenkins 81 Jun 27 21:23 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:30:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:30:49 ---> package-listing.sh 21:30:49 ++ facter osfamily 21:30:49 ++ tr '[:upper:]' '[:lower:]' 21:30:49 + OS_FAMILY=debian 21:30:49 + workspace=/w/workspace/edgexfoundry_device-gpio_PR-43 21:30:49 + START_PACKAGES=/tmp/packages_start.txt 21:30:49 + END_PACKAGES=/tmp/packages_end.txt 21:30:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:30:49 + PACKAGES=/tmp/packages_start.txt 21:30:49 + '[' /w/workspace/edgexfoundry_device-gpio_PR-43 ']' 21:30:49 + PACKAGES=/tmp/packages_end.txt 21:30:49 + case "${OS_FAMILY}" in 21:30:49 + dpkg -l 21:30:49 + grep '^ii' 21:30:49 + '[' -f /tmp/packages_start.txt ']' 21:30:49 + '[' -f /tmp/packages_end.txt ']' 21:30:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:30:49 + '[' /w/workspace/edgexfoundry_device-gpio_PR-43 ']' 21:30:49 + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-43/archives/ 21:30:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-43/archives/ [Pipeline] echo 21:30:49 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-43/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:30:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:30:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:50 prd-ubuntu20.04-docker-8c-8g-16147 does not seem to be running inside a container 21:30:50 $ 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-43/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-43 -v /w/workspace/edgexfoundry_device-gpio_PR-43:/w/workspace/edgexfoundry_device-gpio_PR-43:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-43@tmp:/w/workspace/edgexfoundry_device-gpio_PR-43@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 21:30:51 $ docker top 25aa3daa994ca61daf78bd952cd201db30dc936d22edb36a8027563aa3cfd8f2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:30:51 + touch /tmp/pre-build-complete [Pipeline] sh 21:30:51 + mkdir -p /var/log/sysstat [Pipeline] sh 21:30:52 + ls /var/log/sa-host 21:30:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:30:52 provisioning config files... 21:30:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-43@tmp/config1641462775612399980tmp [Pipeline] { [Pipeline] echo 21:30:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:30:52 ---> create-netrc.sh [Pipeline] } 21:30:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:30:52 ---> python-tools-install.sh [Pipeline] echo 21:30:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:30:53 ---> sudo-logs.sh 21:30:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:30:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:30:53 ---> job-cost.sh 21:30:53 lf-activate-venv: SKIPPING 21:30:53 DEBUG: total: 0.2199999988079071 21:30:53 INFO: Retrieving Stack Cost... 21:30:53 INFO: Retrieving Pricing Info for: v3-standard-8 21:30:54 INFO: Archiving Costs [Pipeline] echo 21:30:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:30:54 ---> logs-deploy.sh 21:30:54 lf-activate-venv: SKIPPING 21:30:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-43/2 21:30:54 INFO: archiving workspace using pattern(s): 21:30:55 Archives upload complete. 21:30:55 INFO: archiving logs to Nexus