Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5b9829103c2079071eaf01e57caf9b47463cebaa 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-ssh6285843647345586828.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh16489095528563129942.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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/main/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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1589684207858599328.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh13768467211652205494.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 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/main/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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18291940467837765600.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-9351’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-9352’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-9543’ is offline Running on prd-ubuntu20.04-docker-8c-8g-9544 in /w/workspace/edgexfoundry_device-gpio_main [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_main # 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 > 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 Avoid second fetch Checking out Revision 5b9829103c2079071eaf01e57caf9b47463cebaa (main) Commit message: "build(snap): Upgrade snap base to core22, remove deprecated plug (#161)" > git config core.sparsecheckout # timeout=10 > git checkout -f 5b9829103c2079071eaf01e57caf9b47463cebaa # timeout=10 > git rev-list --no-walk 11a3e93ce1b9de78f3ac3895831d199ada88536a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:01:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:01:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:01:35 ========================================================= 16:01:35 EdgeX Global Pipelines Version Info 16:01:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:01:36 ------------------- 16:01:36 stable info: 16:01:36 ------------------- 16:01:36 Commited By: Bill Mahoney bill.mahoney@intel.com 16:01:36 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 16:01:36 Message: update stable to v1.0.248 16:01:36 ------------------- 16:01:36 experimental info: 16:01:36 ------------------- 16:01:36 Commited By: **** collab-it+edgex@linuxfoundation.org 16:01:36 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 16:01:36 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b9829103c2079071eaf01e57caf9b47463cebaa [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b98291 [Pipeline] echo 16:01:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:01:37 provisioning config files... 16:01:37 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config186742845104636451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:01:37 ---> docker-login.sh 16:01:37 nexus3.edgexfoundry.org:10001 16:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:38 Configure a credential helper to remove this warning. See 16:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:38 16:01:38 Login Succeeded 16:01:38 nexus3.edgexfoundry.org:10002 16:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:38 Configure a credential helper to remove this warning. See 16:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:38 16:01:38 Login Succeeded 16:01:38 nexus3.edgexfoundry.org:10003 16:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:38 Configure a credential helper to remove this warning. See 16:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:38 16:01:38 Login Succeeded 16:01:38 nexus3.edgexfoundry.org:10004 16:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:38 Configure a credential helper to remove this warning. See 16:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:38 16:01:38 Login Succeeded 16:01:38 docker.io 16:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:38 Configure a credential helper to remove this warning. See 16:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:38 16:01:38 Login Succeeded 16:01:38 ---> docker-login.sh ends [Pipeline] } 16:01:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:01:39 + git rev-list -1 --merges 5b9829103c2079071eaf01e57caf9b47463cebaa~1..5b9829103c2079071eaf01e57caf9b47463cebaa [Pipeline] echo 16:01:39 -----------> git rev-list -1 --merges 5b9829103c2079071eaf01e57caf9b47463cebaa~1..5b9829103c2079071eaf01e57caf9b47463cebaa 5b9829103c2079071eaf01e57caf9b47463cebaa [false] [Pipeline] sh 16:01:39 + git log --format=format:%s -1 5b9829103c2079071eaf01e57caf9b47463cebaa [Pipeline] echo 16:01:39 ========================================================= 16:01:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:01:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:01:39 + git log --format=format:%s -1 5b9829103c2079071eaf01e57caf9b47463cebaa [Pipeline] echo 16:01:39 [semverPrep] GIT_COMMIT: 5b9829103c2079071eaf01e57caf9b47463cebaa, Commit Message: build(snap): Upgrade snap base to core22, remove deprecated plug (#161) [Pipeline] echo 16:01:39 [semverPrep] This is not a build commit. [Pipeline] sh 16:01:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:01:40 + grep -v github /etc/ssh/ssh_known_hosts 16:01:40 + [ -e /tmp/ssh_known_hosts ] 16:01:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:01:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:01:40 + sudo tee -a /etc/ssh/ssh_known_hosts 16:01:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:01:40 16:01:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:01:40 0.1.4: Pulling from edgex-devops/py-git-semver 16:01:40 b85a868b505f: Pulling fs layer 16:01:40 e2be974225ed: Pulling fs layer 16:01:40 339a4e72a1f5: Pulling fs layer 16:01:40 988bab9f4d93: Pulling fs layer 16:01:40 1469e6f7b9e6: Pulling fs layer 16:01:40 eaf3925da568: Pulling fs layer 16:01:40 bab4dde63d76: Pulling fs layer 16:01:40 bde34c3a00c8: Pulling fs layer 16:01:40 b352a97aabf1: Pulling fs layer 16:01:40 4872d77fe225: Pulling fs layer 16:01:40 5851b861e8e6: Pulling fs layer 16:01:40 eaf3925da568: Waiting 16:01:40 1469e6f7b9e6: Waiting 16:01:40 b352a97aabf1: Waiting 16:01:40 bde34c3a00c8: Waiting 16:01:40 4872d77fe225: Waiting 16:01:40 5851b861e8e6: Waiting 16:01:40 bab4dde63d76: Waiting 16:01:40 988bab9f4d93: Waiting 16:01:40 e2be974225ed: Download complete 16:01:40 988bab9f4d93: Verifying Checksum 16:01:40 988bab9f4d93: Download complete 16:01:41 1469e6f7b9e6: Verifying Checksum 16:01:41 1469e6f7b9e6: Download complete 16:01:41 eaf3925da568: Verifying Checksum 16:01:41 eaf3925da568: Download complete 16:01:41 339a4e72a1f5: Verifying Checksum 16:01:41 339a4e72a1f5: Download complete 16:01:41 bde34c3a00c8: Verifying Checksum 16:01:41 bde34c3a00c8: Download complete 16:01:41 b352a97aabf1: Download complete 16:01:41 4872d77fe225: Download complete 16:01:41 5851b861e8e6: Verifying Checksum 16:01:41 5851b861e8e6: Download complete 16:01:41 b85a868b505f: Verifying Checksum 16:01:41 b85a868b505f: Download complete 16:01:41 bab4dde63d76: Verifying Checksum 16:01:41 bab4dde63d76: Download complete 16:01:42 b85a868b505f: Pull complete 16:01:42 e2be974225ed: Pull complete 16:01:43 339a4e72a1f5: Pull complete 16:01:43 988bab9f4d93: Pull complete 16:01:43 1469e6f7b9e6: Pull complete 16:01:43 eaf3925da568: Pull complete 16:01:45 bab4dde63d76: Pull complete 16:01:45 bde34c3a00c8: Pull complete 16:01:45 b352a97aabf1: Pull complete 16:01:45 4872d77fe225: Pull complete 16:01:45 5851b861e8e6: Pull complete 16:01:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:01:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:01:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:01:45 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:01:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:01:48 $ docker top 4eb9a993bcc78642a0ce5f95cba5b1ec65d2c8f9911ae195cfce59c7b1fd00ca -eo pid,comm 16:01:48 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). 16:01:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:01:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:01:48 [ssh-agent] Looking for ssh-agent implementation... 16:01:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:01:48 $ docker exec 4eb9a993bcc78642a0ce5f95cba5b1ec65d2c8f9911ae195cfce59c7b1fd00ca ssh-agent 16:01:48 SSH_AUTH_SOCK=/tmp/ssh-aH5C75rSOC2b/agent.33 16:01:48 SSH_AGENT_PID=39 16:01:48 Running ssh-add (command line suppressed) 16:01:48 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_5227016944793388470.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_5227016944793388470.key) 16:01:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:01:49 + git tag --points-at HEAD [Pipeline] } 16:01:49 $ docker exec --env ******** --env ******** 4eb9a993bcc78642a0ce5f95cba5b1ec65d2c8f9911ae195cfce59c7b1fd00ca ssh-agent -k 16:01:49 unset SSH_AUTH_SOCK; 16:01:49 unset SSH_AGENT_PID; 16:01:49 echo Agent pid 39 killed; 16:01:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:01:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:01:49 [ssh-agent] Looking for ssh-agent implementation... 16:01:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:01:49 $ docker exec 4eb9a993bcc78642a0ce5f95cba5b1ec65d2c8f9911ae195cfce59c7b1fd00ca ssh-agent 16:01:49 SSH_AUTH_SOCK=/tmp/ssh-OxhH50mbmthp/agent.71 16:01:49 SSH_AGENT_PID=77 16:01:49 Running ssh-add (command line suppressed) 16:01:49 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_3645461718572801938.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_3645461718572801938.key) 16:01:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:01:49 + git semver init 16:01:50 2023-04-24 16:01:50,161 [run_init] DEBUG init version:0.0.0 force:False 16:01:50 2023-04-24 16:01:50,161 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver 16:01:50 2023-04-24 16:01:50,162 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver 16:01:50 2023-04-24 16:01:50,162 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_main/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 16:01:51 2023-04-24 16:01:51,079 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude 16:01:51 2023-04-24 16:01:51,080 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False 16:01:51 2023-04-24 16:01:51,080 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:01:51 2023-04-24 16:01:51,080 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:01:51 3.0.0-dev.21 [Pipeline] } 16:01:51 $ docker exec --env ******** --env ******** 4eb9a993bcc78642a0ce5f95cba5b1ec65d2c8f9911ae195cfce59c7b1fd00ca ssh-agent -k 16:01:51 unset SSH_AUTH_SOCK; 16:01:51 unset SSH_AGENT_PID; 16:01:51 echo Agent pid 77 killed; 16:01:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:01:51 + git semver [Pipeline] } 16:01:51 $ docker stop --time=1 4eb9a993bcc78642a0ce5f95cba5b1ec65d2c8f9911ae195cfce59c7b1fd00ca 16:01:53 $ docker rm -f --volumes 4eb9a993bcc78642a0ce5f95cba5b1ec65d2c8f9911ae195cfce59c7b1fd00ca [Pipeline] // withDockerContainer [Pipeline] sh 16:01:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:01:53 Stashed 1 file(s) [Pipeline] echo 16:01:53 [edgeXSemver]: initialized semver on version 3.0.0-dev.21 [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 16:01:53 provisioning config files... 16:01:53 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config220680004518774409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:01:54 ---> docker-login.sh 16:01:54 nexus3.edgexfoundry.org:10001 16:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:54 Configure a credential helper to remove this warning. See 16:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:54 16:01:54 Login Succeeded 16:01:54 nexus3.edgexfoundry.org:10002 16:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:54 Configure a credential helper to remove this warning. See 16:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:54 16:01:54 Login Succeeded 16:01:54 nexus3.edgexfoundry.org:10003 16:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:54 Configure a credential helper to remove this warning. See 16:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:54 16:01:54 Login Succeeded 16:01:54 nexus3.edgexfoundry.org:10004 16:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:54 Configure a credential helper to remove this warning. See 16:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:54 16:01:54 Login Succeeded 16:01:54 docker.io 16:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:01:55 Configure a credential helper to remove this warning. See 16:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:01:55 16:01:55 Login Succeeded 16:01:55 ---> docker-login.sh ends [Pipeline] } 16:01:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:01:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:01:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:01:55 ========================================================= 16:01:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:01:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:01:55 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 16:01:55 Sending build context to Docker daemon 16.08MB 16:01:55 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:01:55 Step 2/12 : FROM ${BASE} AS builder 16:01:55 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:01:55 63b65145d645: Pulling fs layer 16:01:55 a2d21d5440eb: Pulling fs layer 16:01:55 935e6c44a52c: Pulling fs layer 16:01:55 94cc34f8dd06: Pulling fs layer 16:01:55 30dea6a524f1: Pulling fs layer 16:01:55 a2aff8979fd8: Pulling fs layer 16:01:55 6808be2612f2: Pulling fs layer 16:01:55 f25807f1079a: Pulling fs layer 16:01:55 94cc34f8dd06: Waiting 16:01:55 30dea6a524f1: Waiting 16:01:55 a2aff8979fd8: Waiting 16:01:55 6808be2612f2: Waiting 16:01:55 f25807f1079a: Waiting 16:01:55 a2d21d5440eb: Download complete 16:01:55 94cc34f8dd06: Download complete 16:01:55 30dea6a524f1: Download complete 16:01:55 63b65145d645: Verifying Checksum 16:01:55 63b65145d645: Download complete 16:01:55 a2aff8979fd8: Verifying Checksum 16:01:55 a2aff8979fd8: Download complete 16:01:55 63b65145d645: Pull complete 16:01:55 a2d21d5440eb: Pull complete 16:01:56 f25807f1079a: Verifying Checksum 16:01:56 f25807f1079a: Download complete 16:01:56 935e6c44a52c: Verifying Checksum 16:01:56 935e6c44a52c: Download complete 16:01:56 6808be2612f2: Verifying Checksum 16:01:56 6808be2612f2: Download complete 16:01:59 935e6c44a52c: Pull complete 16:01:59 94cc34f8dd06: Pull complete 16:02:00 30dea6a524f1: Pull complete 16:02:00 a2aff8979fd8: Pull complete 16:02:02 6808be2612f2: Pull complete 16:02:03 f25807f1079a: Pull complete 16:02:03 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 16:02:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:02:03 ---> 3b553350e43f 16:02:03 Step 3/12 : ARG ADD_BUILD_TAGS="" 16:02:07 ---> Running in 7f1f90fbe4f6 16:02:07 Removing intermediate container 7f1f90fbe4f6 16:02:07 ---> 2d34bb720785 16:02:07 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:02:07 ---> Running in 8f6bc9a2ae6d 16:02:07 Removing intermediate container 8f6bc9a2ae6d 16:02:07 ---> d5f340a96eba 16:02:07 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 16:02:07 ---> Running in 7511058f3048 16:02:07 Removing intermediate container 7511058f3048 16:02:07 ---> 69eb1a50b170 16:02:07 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 16:02:07 ---> Running in 338dc53747d2 16:02:08 Removing intermediate container 338dc53747d2 16:02:08 ---> a4926e9720bc 16:02:08 Step 7/12 : WORKDIR /device-gpio 16:02:08 ---> Running in 5d5c569465a4 16:02:08 Removing intermediate container 5d5c569465a4 16:02:08 ---> 414e50f5ad6b 16:02:08 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:02:08 ---> Running in cbf85e0040b1 16:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:02:08 (1/4) Installing openssh-keygen (9.1_p1-r2) 16:02:08 (2/4) Installing libedit (20221030.3.1-r0) 16:02:08 (3/4) Installing openssh-client-common (9.1_p1-r2) 16:02:08 Still waiting to schedule task 16:02:08 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9541’ 16:02:09 (4/4) Installing openssh-client-default (9.1_p1-r2) 16:02:09 Executing busybox-1.35.0-r29.trigger 16:02:09 OK: 269 MiB in 57 packages 16:02:09 Removing intermediate container cbf85e0040b1 16:02:09 ---> a21098ca663c 16:02:09 Step 9/12 : COPY go.mod vendor* ./ 16:02:09 ---> ea8d6c73998d 16:02:09 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:02:09 ---> Running in fff0ead6888d 16:02:41 Removing intermediate container fff0ead6888d 16:02:41 ---> aa5f559a2d81 16:02:41 Step 11/12 : COPY . . 16:02:41 ---> 613e747a4840 16:02:41 Step 12/12 : RUN ${MAKE} 16:02:41 ---> Running in e746b95d0d29 16:02:41 noop 16:02:41 Removing intermediate container e746b95d0d29 16:02:41 ---> 4b0aa5a82006 16:02:41 Successfully built 4b0aa5a82006 16:02:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:02:41 + docker inspect -f . ci-base-image-x86_64 16:02:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:02:42 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:02:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** ci-base-image-x86_64 cat 16:02:42 $ docker top 882d45b0f4d1a955f8ccb28b9bfbbaef96ca4029a2d3ae7ef8d989042d94cbd6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:42 + go version 16:02:42 go version go1.20.2 linux/amd64 [Pipeline] } 16:02:42 $ docker stop --time=1 882d45b0f4d1a955f8ccb28b9bfbbaef96ca4029a2d3ae7ef8d989042d94cbd6 16:02:44 $ docker rm -f --volumes 882d45b0f4d1a955f8ccb28b9bfbbaef96ca4029a2d3ae7ef8d989042d94cbd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:02:44 + docker inspect -f . ci-base-image-x86_64 16:02:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:02:44 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:02:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** ci-base-image-x86_64 cat 16:02:44 $ docker top 75f217f5c73ee3640ae6ae9f0ab8be75d8519ceb1f80d1139f1bac18b74b4f11 -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:45 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh 16:02:45 + make test 16:02:45 go test ./... -coverprofile=coverage.out ./... 16:02:50 ? github.com/edgexfoundry/device-gpio [no test files] 16:03:00 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 16:03:00 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 16:03:06 go vet ./... 16:03:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:03:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:03:08 ./bin/test-attribution-txt.sh [Pipeline] echo 16:03:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:03:08 $ docker stop --time=1 75f217f5c73ee3640ae6ae9f0ab8be75d8519ceb1f80d1139f1bac18b74b4f11 16:03:11 $ docker rm -f --volumes 75f217f5c73ee3640ae6ae9f0ab8be75d8519ceb1f80d1139f1bac18b74b4f11 [Pipeline] // withDockerContainer [Pipeline] sh 16:03:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:03:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:03:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:03:13 + ls -al . 16:03:13 total 156 16:03:13 drwxrwxr-x 9 jenkins jenkins 4096 Apr 24 16:02 . 16:03:13 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 16:01 .. 16:03:13 -rw-rw-r-- 1 jenkins jenkins 120 Apr 24 16:01 .dockerignore 16:03:13 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 16:01 .git 16:03:13 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 16:01 .github 16:03:13 -rw-rw-r-- 1 jenkins jenkins 343 Apr 24 16:01 .gitignore 16:03:13 -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 16:01 .golangci.yml 16:03:13 drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 16:01 .semver 16:03:13 -rw-rw-r-- 1 jenkins jenkins 9702 Apr 24 16:01 Attribution.txt 16:03:13 -rw-rw-r-- 1 jenkins jenkins 4069 Apr 24 16:01 CHANGELOG.md 16:03:13 -rw-rw-r-- 1 jenkins jenkins 1542 Apr 24 16:01 Dockerfile 16:03:13 -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 16:01 GOVERNANCE.md 16:03:13 -rw-rw-r-- 1 jenkins jenkins 657 Apr 24 16:01 Jenkinsfile 16:03:13 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 16:01 LICENSE 16:03:13 -rw-rw-r-- 1 jenkins jenkins 1692 Apr 24 16:01 Makefile 16:03:13 -rw-rw-r-- 1 jenkins jenkins 617 Apr 24 16:01 OWNERS.md 16:03:13 -rw-rw-r-- 1 jenkins jenkins 11790 Apr 24 16:01 README.md 16:03:13 -rw-rw-r-- 1 jenkins jenkins 12 Apr 24 16:01 VERSION 16:03:13 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 16:01 bin 16:03:13 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 16:01 cmd 16:03:13 -rw-r--r-- 1 jenkins jenkins 10 Apr 24 16:02 coverage.out 16:03:13 -rw-rw-r-- 1 jenkins jenkins 3269 Apr 24 16:01 go.mod 16:03:13 -rw-rw-r-- 1 jenkins jenkins 31700 Apr 24 16:01 go.sum 16:03:13 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 16:01 internal 16:03:13 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 16:01 snap 16:03:13 -rw-rw-r-- 1 jenkins jenkins 209 Apr 24 16:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:13 + 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=5b9829103c2079071eaf01e57caf9b47463cebaa --label arch=amd64 --label version=3.0.0-dev.21 . 16:03:13 Sending build context to Docker daemon 16.08MB 16:03:13 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 16:03:13 Step 2/25 : FROM ${BASE} AS builder 16:03:13 ---> 4b0aa5a82006 16:03:13 Step 3/25 : ARG ADD_BUILD_TAGS="" 16:03:13 ---> Running in 9520fdd7d442 16:03:13 Removing intermediate container 9520fdd7d442 16:03:13 ---> 73ce0a438a47 16:03:13 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:03:13 ---> Running in cbc3131be7df 16:03:13 Removing intermediate container cbc3131be7df 16:03:13 ---> 1886ab719272 16:03:13 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " 16:03:13 ---> Running in 20ec85f3cca8 16:03:13 Removing intermediate container 20ec85f3cca8 16:03:13 ---> 7d47f45b2281 16:03:13 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 16:03:13 ---> Running in 0d11dafea167 16:03:13 Removing intermediate container 0d11dafea167 16:03:13 ---> ca4c1e17c12b 16:03:13 Step 7/25 : WORKDIR /device-gpio 16:03:13 ---> Running in 13c146a053b6 16:03:14 Removing intermediate container 13c146a053b6 16:03:14 ---> 218d0a123d15 16:03:14 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:03:14 ---> Running in 72224e6e1cc5 16:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:03:14 OK: 269 MiB in 57 packages 16:03:14 Removing intermediate container 72224e6e1cc5 16:03:14 ---> 5d70f7152625 16:03:14 Step 9/25 : COPY go.mod vendor* ./ 16:03:15 ---> a139dc009b2c 16:03:15 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:03:15 ---> Running in d2e505efb792 16:03:15 Removing intermediate container d2e505efb792 16:03:15 ---> 2aef5f39f96d 16:03:15 Step 11/25 : COPY . . 16:03:16 ---> 6a769f294829 16:03:16 Step 12/25 : RUN ${MAKE} 16:03:16 ---> Running in fe086705883e 16:03:16 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 16:03:39 Removing intermediate container fe086705883e 16:03:39 ---> 08ae4a639d5c 16:03:39 Step 13/25 : FROM alpine:3.17 16:03:39 3.17: Pulling from library/alpine 16:03:39 f56be85fc22e: Pulling fs layer 16:03:39 f56be85fc22e: Verifying Checksum 16:03:39 f56be85fc22e: Download complete 16:03:39 f56be85fc22e: Pull complete 16:03:39 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 16:03:39 Status: Downloaded newer image for alpine:3.17 16:03:39 ---> 9ed4aefc74f6 16:03:39 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 16:03:39 ---> Running in 1db750497766 16:03:39 Removing intermediate container 1db750497766 16:03:39 ---> 522218e11720 16:03:39 Step 15/25 : RUN apk add --update --no-cache 16:03:39 ---> Running in 16794282281f 16:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:03:39 OK: 7 MiB in 15 packages 16:03:39 Removing intermediate container 16794282281f 16:03:39 ---> c7fb13b7c577 16:03:39 Step 16/25 : WORKDIR / 16:03:39 ---> Running in 9ea64073b2a3 16:03:39 Removing intermediate container 9ea64073b2a3 16:03:39 ---> a93f0ee4437b 16:03:39 Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / 16:03:39 ---> 62afecbb61d3 16:03:39 Step 18/25 : COPY --from=builder /device-gpio/LICENSE / 16:03:39 ---> 87c0ddce0912 16:03:39 Step 19/25 : COPY --from=builder /device-gpio/cmd/ / 16:03:40 ---> b6ecde91f2ce 16:03:40 Step 20/25 : EXPOSE 59910 16:03:40 ---> Running in 26d141963dd7 16:03:40 Removing intermediate container 26d141963dd7 16:03:40 ---> ddf4b3ffe605 16:03:40 Step 21/25 : ENTRYPOINT ["/device-gpio"] 16:03:40 ---> Running in 75137ff35bec 16:03:40 Removing intermediate container 75137ff35bec 16:03:40 ---> 2c18f55dc194 16:03:40 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:03:40 ---> Running in d99bad40a5f0 16:03:40 Removing intermediate container d99bad40a5f0 16:03:40 ---> 4da507718a76 16:03:40 Step 23/25 : LABEL arch=amd64 16:03:40 ---> Running in b41f1aaa9f93 16:03:40 Removing intermediate container b41f1aaa9f93 16:03:40 ---> 36d1265cd7f4 16:03:40 Step 24/25 : LABEL git_sha=5b9829103c2079071eaf01e57caf9b47463cebaa 16:03:40 ---> Running in 78ccd7d59857 16:03:40 Removing intermediate container 78ccd7d59857 16:03:40 ---> 312d759fd992 16:03:40 Step 25/25 : LABEL version=3.0.0-dev.21 16:03:40 ---> Running in 7e54a8e0fa74 16:03:40 Removing intermediate container 7e54a8e0fa74 16:03:40 ---> fa9173efc659 16:03:40 [Warning] One or more build-args [ARCH] were not consumed 16:03:40 Successfully built fa9173efc659 16:03:40 Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:03:40 provisioning config files... 16:03:40 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config12848709031334679585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:41 ---> docker-login.sh 16:03:41 nexus3.edgexfoundry.org:10001 16:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:41 Configure a credential helper to remove this warning. See 16:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:41 16:03:41 Login Succeeded 16:03:41 nexus3.edgexfoundry.org:10002 16:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:41 Configure a credential helper to remove this warning. See 16:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:41 16:03:41 Login Succeeded 16:03:41 nexus3.edgexfoundry.org:10003 16:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:41 Configure a credential helper to remove this warning. See 16:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:41 16:03:41 Login Succeeded 16:03:41 nexus3.edgexfoundry.org:10004 16:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:41 Configure a credential helper to remove this warning. See 16:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:41 16:03:41 Login Succeeded 16:03:41 docker.io 16:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:41 Configure a credential helper to remove this warning. See 16:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:41 16:03:41 Login Succeeded 16:03:41 ---> docker-login.sh ends [Pipeline] } 16:03:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:03:41 [edgeXDocker.push] Tagging docker image device-gpio with the following tags: 16:03:41 5b9829103c2079071eaf01e57caf9b47463cebaa 16:03:41 latest 16:03:41 3.0.0-dev.21 16:03:41 5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21 16:03:41 main 16:03:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:41 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:5b9829103c2079071eaf01e57caf9b47463cebaa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:42 + docker push nexus3.edgexfoundry.org:10004/device-gpio:5b9829103c2079071eaf01e57caf9b47463cebaa 16:03:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 16:03:42 6f725106ca21: Preparing 16:03:42 14f16bdcea0d: Preparing 16:03:42 b3026b20f523: Preparing 16:03:42 6109e56c1045: Preparing 16:03:42 f1417ff83b31: Preparing 16:03:42 f1417ff83b31: Layer already exists 16:03:42 14f16bdcea0d: Pushed 16:03:42 b3026b20f523: Pushed 16:03:42 6109e56c1045: Pushed 16:03:44 6f725106ca21: Pushed 16:03:44 5b9829103c2079071eaf01e57caf9b47463cebaa: digest: sha256:edb1cab5174414ca6482472dc4d463454d0c8a54f184d1306fa2743cda958764 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:45 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:45 + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest 16:03:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 16:03:45 6f725106ca21: Preparing 16:03:45 14f16bdcea0d: Preparing 16:03:45 b3026b20f523: Preparing 16:03:45 6109e56c1045: Preparing 16:03:45 f1417ff83b31: Preparing 16:03:45 b3026b20f523: Layer already exists 16:03:45 f1417ff83b31: Layer already exists 16:03:45 6109e56c1045: Layer already exists 16:03:45 14f16bdcea0d: Layer already exists 16:03:45 6f725106ca21: Layer already exists 16:03:45 latest: digest: sha256:edb1cab5174414ca6482472dc4d463454d0c8a54f184d1306fa2743cda958764 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:45 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:46 + docker push nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.21 16:03:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 16:03:46 6f725106ca21: Preparing 16:03:46 14f16bdcea0d: Preparing 16:03:46 b3026b20f523: Preparing 16:03:46 6109e56c1045: Preparing 16:03:46 f1417ff83b31: Preparing 16:03:46 6109e56c1045: Layer already exists 16:03:46 14f16bdcea0d: Layer already exists 16:03:46 b3026b20f523: Layer already exists 16:03:46 f1417ff83b31: Layer already exists 16:03:46 6f725106ca21: Layer already exists 16:03:46 3.0.0-dev.21: digest: sha256:edb1cab5174414ca6482472dc4d463454d0c8a54f184d1306fa2743cda958764 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:46 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:46 + docker push nexus3.edgexfoundry.org:10004/device-gpio:5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21 16:03:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 16:03:46 6f725106ca21: Preparing 16:03:46 14f16bdcea0d: Preparing 16:03:46 b3026b20f523: Preparing 16:03:46 6109e56c1045: Preparing 16:03:46 f1417ff83b31: Preparing 16:03:46 6f725106ca21: Layer already exists 16:03:46 b3026b20f523: Layer already exists 16:03:46 14f16bdcea0d: Layer already exists 16:03:46 6109e56c1045: Layer already exists 16:03:46 f1417ff83b31: Layer already exists 16:03:46 5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21: digest: sha256:edb1cab5174414ca6482472dc4d463454d0c8a54f184d1306fa2743cda958764 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:46 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:47 + docker push nexus3.edgexfoundry.org:10004/device-gpio:main 16:03:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 16:03:47 6f725106ca21: Preparing 16:03:47 14f16bdcea0d: Preparing 16:03:47 b3026b20f523: Preparing 16:03:47 6109e56c1045: Preparing 16:03:47 f1417ff83b31: Preparing 16:03:47 6109e56c1045: Layer already exists 16:03:47 f1417ff83b31: Layer already exists 16:03:47 14f16bdcea0d: Layer already exists 16:03:47 6f725106ca21: Layer already exists 16:03:47 b3026b20f523: Layer already exists 16:03:47 main: digest: sha256:edb1cab5174414ca6482472dc4d463454d0c8a54f184d1306fa2743cda958764 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:03:47 ===================================================== [Pipeline] echo 16:03:47 taggedImages: 16:03:47 - nexus3.edgexfoundry.org:10004/device-gpio:5b9829103c2079071eaf01e57caf9b47463cebaa 16:03:47 - nexus3.edgexfoundry.org:10004/device-gpio:latest 16:03:47 - nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.21 16:03:47 - nexus3.edgexfoundry.org:10004/device-gpio:5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21 16:03:47 - nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // script [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 16:03:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:03:47 16:03:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:03:47 latest: Pulling from edgex-lftools-log-publisher 16:03:47 5eb5b503b376: Pulling fs layer 16:03:47 5c69ac0246d0: Pulling fs layer 16:03:47 ec43610c2a17: Pulling fs layer 16:03:47 3a2ae6a8a46f: Pulling fs layer 16:03:47 33b1e0a273af: Pulling fs layer 16:03:47 5d3b04190fa2: Pulling fs layer 16:03:47 2f39f015ded8: Pulling fs layer 16:03:47 3a2ae6a8a46f: Waiting 16:03:47 33b1e0a273af: Waiting 16:03:47 5d3b04190fa2: Waiting 16:03:47 2f39f015ded8: Waiting 16:03:47 5c69ac0246d0: Download complete 16:03:47 3a2ae6a8a46f: Verifying Checksum 16:03:47 33b1e0a273af: Verifying Checksum 16:03:47 33b1e0a273af: Download complete 16:03:47 5d3b04190fa2: Download complete 16:03:48 ec43610c2a17: Verifying Checksum 16:03:48 ec43610c2a17: Download complete 16:03:48 5eb5b503b376: Verifying Checksum 16:03:48 5eb5b503b376: Download complete 16:03:48 2f39f015ded8: Download complete 16:03:49 5eb5b503b376: Pull complete 16:03:49 5c69ac0246d0: Pull complete 16:03:49 ec43610c2a17: Pull complete 16:03:49 3a2ae6a8a46f: Pull complete 16:03:50 33b1e0a273af: Pull complete 16:03:50 5d3b04190fa2: Pull complete 16:03:54 2f39f015ded8: Pull complete 16:03:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:03:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:03:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:03:54 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:03:54 $ 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_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:03:58 $ docker top 0ece2f06de0dae4df27118afe6beb437cdb8f5b4ad95370251ef52283b8de49c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:58 ---> job-cost.sh 16:03:58 lf-activate-venv: SKIPPING 16:03:58 INFO: No Stack... 16:03:58 INFO: Retrieving Pricing Info for: v3-standard-8 16:03:59 INFO: Archiving Costs [Pipeline] sh 16:03:59 + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv 16:03:59 + cut -d, -f6 [Pipeline] lock 16:03:59 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-75-stack-cost] 16:03:59 Resource [jenkins-edgexfoundry-device-gpio-main-75-stack-cost] did not exist. Created. 16:03:59 Lock acquired on [jenkins-edgexfoundry-device-gpio-main-75-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:03:59 + echo total: 0.2199999988079071 [Pipeline] stash 16:03:59 Stashed 1 file(s) [Pipeline] } 16:03:59 Lock released on resource [jenkins-edgexfoundry-device-gpio-main-75-stack-cost] [Pipeline] // lock [Pipeline] } 16:03:59 $ docker stop --time=1 0ece2f06de0dae4df27118afe6beb437cdb8f5b4ad95370251ef52283b8de49c 16:04:01 $ docker rm -f --volumes 0ece2f06de0dae4df27118afe6beb437cdb8f5b4ad95370251ef52283b8de49c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:04:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9547 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws 16:04:56 Running in /w/workspace/device-gpio/75 [Pipeline] { [Pipeline] checkout 16:04:56 The recommended git tool is: git 16:05:02 using credential edgex-jenkins-ssh 16:05:02 Cloning the remote Git repository 16:05:02 Cloning repository git@github.com:edgexfoundry/device-gpio.git 16:05:02 > git init /w/workspace/device-gpio/75 # timeout=10 16:05:03 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 16:05:03 > git --version # timeout=10 16:05:03 > git --version # 'git version 2.25.1' 16:05:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:05:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:05:05 Avoid second fetch 16:05:05 Checking out Revision 5b9829103c2079071eaf01e57caf9b47463cebaa (main) 16:05:04 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 16:05:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:05:05 > git config core.sparsecheckout # timeout=10 16:05:06 Commit message: "build(snap): Upgrade snap base to core22, remove deprecated plug (#161)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:05:05 > git checkout -f 5b9829103c2079071eaf01e57caf9b47463cebaa # timeout=10 16:05:07 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:05:07 % Total % Received % Xferd Average Speed Time Time Time Current 16:05:07 Dload Upload Total Spent Left Speed 16:05:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh 16:05:08 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:05:08 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:05:08 + sudo tee /etc/docker/daemon.new 16:05:08 { 16:05:08 "registry-mirrors": [ 16:05:08 "https://nexus3.edgexfoundry.org:10001" 16:05:08 ], 16:05:08 "bip": "10.250.0.254/24", 16:05:08 "hosts": [ 16:05:08 "tcp://0.0.0.0:5555", 16:05:08 "unix:///var/run/docker.sock" 16:05:08 ], 16:05:08 "mtu": 1458, 16:05:08 "selinux-enabled": true, 16:05:08 "seccomp-profile": "/etc/docker/seccomp.json" 16:05:08 } [Pipeline] sh 16:05:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:05:09 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:27 provisioning config files... 16:05:27 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/75@tmp/config13816856825292395862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:28 ---> docker-login.sh 16:05:28 nexus3.edgexfoundry.org:10001 16:05:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:28 Configure a credential helper to remove this warning. See 16:05:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:28 16:05:28 Login Succeeded 16:05:28 nexus3.edgexfoundry.org:10002 16:05:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:29 Configure a credential helper to remove this warning. See 16:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:29 16:05:29 Login Succeeded 16:05:29 nexus3.edgexfoundry.org:10003 16:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:29 Configure a credential helper to remove this warning. See 16:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:29 16:05:29 Login Succeeded 16:05:29 nexus3.edgexfoundry.org:10004 16:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:29 Configure a credential helper to remove this warning. See 16:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:29 16:05:29 Login Succeeded 16:05:29 docker.io 16:05:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:30 Configure a credential helper to remove this warning. See 16:05:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:30 16:05:30 Login Succeeded 16:05:30 ---> docker-login.sh ends [Pipeline] } 16:05:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:05:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:05:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:05:30 ========================================================= 16:05:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:05:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:31 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 16:05:31 Sending build context to Docker daemon 8.12MB 16:05:31 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:05:31 Step 2/12 : FROM ${BASE} AS builder 16:05:31 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:05:31 af6eaf76a39c: Pulling fs layer 16:05:31 55522c791124: Pulling fs layer 16:05:31 ce5c4a1c91eb: Pulling fs layer 16:05:31 169dfbe0d373: Pulling fs layer 16:05:31 e1ff8fa3b103: Pulling fs layer 16:05:31 52ebb69f0ebf: Pulling fs layer 16:05:31 5abe8eddf0d5: Pulling fs layer 16:05:31 169dfbe0d373: Waiting 16:05:31 e1ff8fa3b103: Waiting 16:05:31 52ebb69f0ebf: Waiting 16:05:31 5abe8eddf0d5: Waiting 16:05:31 55522c791124: Verifying Checksum 16:05:31 55522c791124: Download complete 16:05:31 169dfbe0d373: Verifying Checksum 16:05:31 169dfbe0d373: Download complete 16:05:31 e1ff8fa3b103: Verifying Checksum 16:05:31 e1ff8fa3b103: Download complete 16:05:31 af6eaf76a39c: Verifying Checksum 16:05:32 af6eaf76a39c: Pull complete 16:05:32 5abe8eddf0d5: Verifying Checksum 16:05:32 5abe8eddf0d5: Download complete 16:05:34 ce5c4a1c91eb: Verifying Checksum 16:05:34 ce5c4a1c91eb: Download complete 16:05:34 52ebb69f0ebf: Verifying Checksum 16:05:34 52ebb69f0ebf: Download complete 16:05:35 55522c791124: Pull complete 16:05:47 ce5c4a1c91eb: Pull complete 16:05:47 169dfbe0d373: Pull complete 16:05:47 e1ff8fa3b103: Pull complete 16:05:52 52ebb69f0ebf: Pull complete 16:05:54 5abe8eddf0d5: Pull complete 16:05:54 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 16:05:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:05:54 ---> 6cb57ee374ae 16:05:54 Step 3/12 : ARG ADD_BUILD_TAGS="" 16:05:56 ---> Running in c929091dbe17 16:05:57 Removing intermediate container c929091dbe17 16:05:57 ---> 6a865407fdea 16:05:57 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:05:57 ---> Running in 6d14a667600a 16:05:57 Removing intermediate container 6d14a667600a 16:05:57 ---> 580afc51439f 16:05:57 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 16:05:57 ---> Running in 9069e54df63c 16:05:58 Removing intermediate container 9069e54df63c 16:05:58 ---> 620238e14875 16:05:58 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 16:05:58 ---> Running in c49ac2eafd10 16:05:58 Removing intermediate container c49ac2eafd10 16:05:58 ---> d6e73321d129 16:05:58 Step 7/12 : WORKDIR /device-gpio 16:05:58 ---> Running in 9baa1252f09b 16:05:58 Removing intermediate container 9baa1252f09b 16:05:58 ---> a8627a84cf33 16:05:58 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:05:58 ---> Running in 06d84cf0dbf2 16:06:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:06:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:06:01 (1/4) Installing openssh-keygen (9.1_p1-r2) 16:06:01 (2/4) Installing libedit (20221030.3.1-r0) 16:06:01 (3/4) Installing openssh-client-common (9.1_p1-r2) 16:06:02 (4/4) Installing openssh-client-default (9.1_p1-r2) 16:06:02 Executing busybox-1.35.0-r29.trigger 16:06:02 OK: 268 MiB in 57 packages 16:06:03 Removing intermediate container 06d84cf0dbf2 16:06:03 ---> 084e65f79802 16:06:03 Step 9/12 : COPY go.mod vendor* ./ 16:06:03 ---> 2d8dbfa71ebc 16:06:03 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:03 ---> Running in 14899b3064b7 16:07:11 Removing intermediate container 14899b3064b7 16:07:11 ---> f5cc0dad72b0 16:07:11 Step 11/12 : COPY . . 16:07:11 ---> 6222f33dee95 16:07:11 Step 12/12 : RUN ${MAKE} 16:07:11 ---> Running in c2d6255d72a9 16:07:11 noop 16:07:11 Removing intermediate container c2d6255d72a9 16:07:11 ---> cb8b19b7c95f 16:07:11 Successfully built cb8b19b7c95f 16:07:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:12 + docker inspect -f . ci-base-image-arm64 16:07:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:12 prd-ubuntu20.04-docker-arm64-4c-16g-9547 does not seem to be running inside a container 16:07:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/75 -v /w/workspace/device-gpio/75:/w/workspace/device-gpio/75:rw,z -v /w/workspace/device-gpio/75@tmp:/w/workspace/device-gpio/75@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 ******** ci-base-image-arm64 cat 16:07:13 $ docker top 12730af6cd9a1320e067c9e05adfc2c7ca3b647e89a8bc25ba85f6fcd3213b5b -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:14 + go version 16:07:14 go version go1.20.2 linux/arm64 [Pipeline] } 16:07:14 $ docker stop --time=1 12730af6cd9a1320e067c9e05adfc2c7ca3b647e89a8bc25ba85f6fcd3213b5b 16:07:16 $ docker rm -f --volumes 12730af6cd9a1320e067c9e05adfc2c7ca3b647e89a8bc25ba85f6fcd3213b5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:16 + docker inspect -f . ci-base-image-arm64 16:07:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:16 prd-ubuntu20.04-docker-arm64-4c-16g-9547 does not seem to be running inside a container 16:07:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/75 -v /w/workspace/device-gpio/75:/w/workspace/device-gpio/75:rw,z -v /w/workspace/device-gpio/75@tmp:/w/workspace/device-gpio/75@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 ******** ci-base-image-arm64 cat 16:07:18 $ docker top 206ca3254a46c27430770db9cbb11b39a59cb88514a65bcf5e9b0c2c58d25d14 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:19 + git config --global --add safe.directory /w/workspace/device-gpio/75 [Pipeline] fileExists [Pipeline] sh 16:07:19 + make test 16:07:19 go test ./... -coverprofile=coverage.out ./... 16:07:58 ? github.com/edgexfoundry/device-gpio [no test files] 16:10:05 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 16:10:05 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 16:10:06 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:10:06 go vet ./... 16:10:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:10:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:10:38 ./bin/test-attribution-txt.sh [Pipeline] echo 16:10:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:10:38 $ docker stop --time=1 206ca3254a46c27430770db9cbb11b39a59cb88514a65bcf5e9b0c2c58d25d14 16:10:40 $ docker rm -f --volumes 206ca3254a46c27430770db9cbb11b39a59cb88514a65bcf5e9b0c2c58d25d14 [Pipeline] // withDockerContainer [Pipeline] sh 16:10:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:10:41 Warning: overwriting stash ‘coverage-report’ 16:10:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:10:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:10:42 + ls -al . 16:10:42 total 152 16:10:42 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 16:07 . 16:10:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 16:05 .. 16:10:42 -rw-rw-r-- 1 jenkins jenkins 120 Apr 24 16:05 .dockerignore 16:10:42 drwxrwxr-x 8 jenkins jenkins 4096 Apr 24 16:05 .git 16:10:42 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 16:05 .github 16:10:42 -rw-rw-r-- 1 jenkins jenkins 343 Apr 24 16:05 .gitignore 16:10:42 -rw-rw-r-- 1 jenkins jenkins 41 Apr 24 16:05 .golangci.yml 16:10:42 -rw-rw-r-- 1 jenkins jenkins 9702 Apr 24 16:05 Attribution.txt 16:10:42 -rw-rw-r-- 1 jenkins jenkins 4069 Apr 24 16:05 CHANGELOG.md 16:10:42 -rw-rw-r-- 1 jenkins jenkins 1542 Apr 24 16:05 Dockerfile 16:10:42 -rw-rw-r-- 1 jenkins jenkins 677 Apr 24 16:05 GOVERNANCE.md 16:10:42 -rw-rw-r-- 1 jenkins jenkins 657 Apr 24 16:05 Jenkinsfile 16:10:42 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 24 16:05 LICENSE 16:10:42 -rw-rw-r-- 1 jenkins jenkins 1692 Apr 24 16:05 Makefile 16:10:42 -rw-rw-r-- 1 jenkins jenkins 617 Apr 24 16:05 OWNERS.md 16:10:42 -rw-rw-r-- 1 jenkins jenkins 11790 Apr 24 16:05 README.md 16:10:42 -rw-rw-r-- 1 jenkins jenkins 12 Apr 24 16:01 VERSION 16:10:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 24 16:05 bin 16:10:42 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 16:05 cmd 16:10:42 -rw-r--r-- 1 jenkins jenkins 10 Apr 24 16:07 coverage.out 16:10:42 -rw-rw-r-- 1 jenkins jenkins 3269 Apr 24 16:05 go.mod 16:10:42 -rw-rw-r-- 1 jenkins jenkins 31700 Apr 24 16:05 go.sum 16:10:42 drwxrwxr-x 3 jenkins jenkins 4096 Apr 24 16:05 internal 16:10:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 24 16:05 snap 16:10:42 -rw-rw-r-- 1 jenkins jenkins 209 Apr 24 16:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:10:43 + 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=5b9829103c2079071eaf01e57caf9b47463cebaa --label arch=arm64 --label version=3.0.0-dev.21 . 16:10:43 Sending build context to Docker daemon 8.121MB 16:10:43 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 16:10:43 Step 2/25 : FROM ${BASE} AS builder 16:10:43 ---> cb8b19b7c95f 16:10:43 Step 3/25 : ARG ADD_BUILD_TAGS="" 16:10:43 ---> Running in 708ae960a934 16:10:43 Removing intermediate container 708ae960a934 16:10:43 ---> df96d7a26986 16:10:43 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:10:43 ---> Running in dbfb413a4d9a 16:10:44 Removing intermediate container dbfb413a4d9a 16:10:44 ---> b8eed25ba0fb 16:10:44 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " 16:10:44 ---> Running in 553ba9f579c7 16:10:44 Removing intermediate container 553ba9f579c7 16:10:44 ---> 6376da24791e 16:10:44 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 16:10:44 ---> Running in 12c4172cf715 16:10:45 Removing intermediate container 12c4172cf715 16:10:45 ---> 1bfe58096818 16:10:45 Step 7/25 : WORKDIR /device-gpio 16:10:45 ---> Running in 95aae5ef5ce2 16:10:45 Removing intermediate container 95aae5ef5ce2 16:10:45 ---> 744a425879a2 16:10:45 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:10:45 ---> Running in c878094e231e 16:10:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:10:48 OK: 268 MiB in 57 packages 16:10:49 Removing intermediate container c878094e231e 16:10:49 ---> f9adb026e895 16:10:49 Step 9/25 : COPY go.mod vendor* ./ 16:10:50 ---> dcb912f63e7e 16:10:50 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:10:50 ---> Running in 1c3dbbef6103 16:10:54 Removing intermediate container 1c3dbbef6103 16:10:54 ---> ccd98daebe0c 16:10:54 Step 11/25 : COPY . . 16:10:54 ---> 1db22bb8a9f2 16:10:54 Step 12/25 : RUN ${MAKE} 16:10:54 ---> Running in d6ff403f8771 16:10:55 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 16:13:17 Removing intermediate container d6ff403f8771 16:13:17 ---> 902aba9d5858 16:13:17 Step 13/25 : FROM alpine:3.17 16:13:17 3.17: Pulling from library/alpine 16:13:17 c41833b44d91: Pulling fs layer 16:13:17 c41833b44d91: Download complete 16:13:17 c41833b44d91: Pull complete 16:13:17 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 16:13:17 Status: Downloaded newer image for alpine:3.17 16:13:17 ---> 51e60588ff2c 16:13:17 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 16:13:17 ---> Running in 0c5ba52e1314 16:13:17 Removing intermediate container 0c5ba52e1314 16:13:17 ---> a92a19eec544 16:13:17 Step 15/25 : RUN apk add --update --no-cache 16:13:17 ---> Running in adc83ab4a7ed 16:13:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:13:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:13:17 OK: 7 MiB in 15 packages 16:13:17 Removing intermediate container adc83ab4a7ed 16:13:17 ---> 632234d4844b 16:13:17 Step 16/25 : WORKDIR / 16:13:17 ---> Running in 57acacc464aa 16:13:17 Removing intermediate container 57acacc464aa 16:13:17 ---> 7cd1a68d8c9c 16:13:17 Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / 16:13:18 ---> 3ac8813f7de7 16:13:18 Step 18/25 : COPY --from=builder /device-gpio/LICENSE / 16:13:19 ---> 5ad768f28759 16:13:19 Step 19/25 : COPY --from=builder /device-gpio/cmd/ / 16:13:20 ---> 9349382cf177 16:13:20 Step 20/25 : EXPOSE 59910 16:13:20 ---> Running in 6241c6776b42 16:13:21 Removing intermediate container 6241c6776b42 16:13:21 ---> 185ac0f9c2e1 16:13:21 Step 21/25 : ENTRYPOINT ["/device-gpio"] 16:13:21 ---> Running in e10235a92256 16:13:21 Removing intermediate container e10235a92256 16:13:21 ---> cdf2191f241c 16:13:21 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:13:21 ---> Running in a2c01496e18d 16:13:21 Removing intermediate container a2c01496e18d 16:13:21 ---> ee259b54dfd2 16:13:21 Step 23/25 : LABEL arch=arm64 16:13:21 ---> Running in 06a576d504a9 16:13:22 Removing intermediate container 06a576d504a9 16:13:22 ---> fbb3504cd137 16:13:22 Step 24/25 : LABEL git_sha=5b9829103c2079071eaf01e57caf9b47463cebaa 16:13:22 ---> Running in 2e594a9916d9 16:13:22 Removing intermediate container 2e594a9916d9 16:13:22 ---> b9aad37e1e3e 16:13:22 Step 25/25 : LABEL version=3.0.0-dev.21 16:13:22 ---> Running in 20e9b923fa3f 16:13:23 Removing intermediate container 20e9b923fa3f 16:13:23 ---> 796e030c09b5 16:13:23 [Warning] One or more build-args [ARCH] were not consumed 16:13:23 Successfully built 796e030c09b5 16:13:23 Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:13:23 provisioning config files... 16:13:23 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/75@tmp/config125899256572754520tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:13:23 ---> docker-login.sh 16:13:23 nexus3.edgexfoundry.org:10001 16:13:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:23 Configure a credential helper to remove this warning. See 16:13:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:23 16:13:23 Login Succeeded 16:13:23 nexus3.edgexfoundry.org:10002 16:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:24 Configure a credential helper to remove this warning. See 16:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:24 16:13:24 Login Succeeded 16:13:24 nexus3.edgexfoundry.org:10003 16:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:24 Configure a credential helper to remove this warning. See 16:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:24 16:13:24 Login Succeeded 16:13:24 nexus3.edgexfoundry.org:10004 16:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:24 Configure a credential helper to remove this warning. See 16:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:24 16:13:24 Login Succeeded 16:13:24 docker.io 16:13:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:25 Configure a credential helper to remove this warning. See 16:13:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:25 16:13:25 Login Succeeded 16:13:25 ---> docker-login.sh ends [Pipeline] } 16:13:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:13:25 [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: 16:13:25 5b9829103c2079071eaf01e57caf9b47463cebaa 16:13:25 latest 16:13:25 3.0.0-dev.21 16:13:25 5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21 16:13:25 main 16:13:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:25 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:5b9829103c2079071eaf01e57caf9b47463cebaa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:26 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:5b9829103c2079071eaf01e57caf9b47463cebaa 16:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 16:13:26 01fa9b7fa43f: Preparing 16:13:26 74c42b663e24: Preparing 16:13:26 e426c2f210ea: Preparing 16:13:26 e6ada64ffd88: Preparing 16:13:26 26cbea5cba74: Preparing 16:13:26 26cbea5cba74: Layer already exists 16:13:26 74c42b663e24: Pushed 16:13:26 e6ada64ffd88: Pushed 16:13:26 e426c2f210ea: Pushed 16:13:31 01fa9b7fa43f: Pushed 16:13:31 5b9829103c2079071eaf01e57caf9b47463cebaa: digest: sha256:68ce8395c0a52ddf0fe55f74407d6dd3a55ec4841eaca5ce46e587e0c7e37833 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:32 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:32 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 16:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 16:13:32 01fa9b7fa43f: Preparing 16:13:32 74c42b663e24: Preparing 16:13:32 e426c2f210ea: Preparing 16:13:32 e6ada64ffd88: Preparing 16:13:32 26cbea5cba74: Preparing 16:13:32 74c42b663e24: Layer already exists 16:13:32 26cbea5cba74: Layer already exists 16:13:32 01fa9b7fa43f: Layer already exists 16:13:32 e426c2f210ea: Layer already exists 16:13:32 e6ada64ffd88: Layer already exists 16:13:32 latest: digest: sha256:68ce8395c0a52ddf0fe55f74407d6dd3a55ec4841eaca5ce46e587e0c7e37833 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:33 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:33 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.21 16:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 16:13:33 01fa9b7fa43f: Preparing 16:13:33 74c42b663e24: Preparing 16:13:33 e426c2f210ea: Preparing 16:13:33 e6ada64ffd88: Preparing 16:13:33 26cbea5cba74: Preparing 16:13:33 01fa9b7fa43f: Layer already exists 16:13:33 26cbea5cba74: Layer already exists 16:13:33 74c42b663e24: Layer already exists 16:13:33 e6ada64ffd88: Layer already exists 16:13:33 e426c2f210ea: Layer already exists 16:13:33 3.0.0-dev.21: digest: sha256:68ce8395c0a52ddf0fe55f74407d6dd3a55ec4841eaca5ce46e587e0c7e37833 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:34 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:34 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21 16:13:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 16:13:34 01fa9b7fa43f: Preparing 16:13:34 74c42b663e24: Preparing 16:13:34 e426c2f210ea: Preparing 16:13:34 e6ada64ffd88: Preparing 16:13:34 26cbea5cba74: Preparing 16:13:34 e426c2f210ea: Layer already exists 16:13:34 74c42b663e24: Layer already exists 16:13:34 e6ada64ffd88: Layer already exists 16:13:34 01fa9b7fa43f: Layer already exists 16:13:34 26cbea5cba74: Layer already exists 16:13:34 5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21: digest: sha256:68ce8395c0a52ddf0fe55f74407d6dd3a55ec4841eaca5ce46e587e0c7e37833 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:34 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:35 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main 16:13:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 16:13:35 01fa9b7fa43f: Preparing 16:13:35 74c42b663e24: Preparing 16:13:35 e426c2f210ea: Preparing 16:13:35 e6ada64ffd88: Preparing 16:13:35 26cbea5cba74: Preparing 16:13:35 e6ada64ffd88: Layer already exists 16:13:35 74c42b663e24: Layer already exists 16:13:35 26cbea5cba74: Layer already exists 16:13:35 01fa9b7fa43f: Layer already exists 16:13:35 e426c2f210ea: Layer already exists 16:13:35 main: digest: sha256:68ce8395c0a52ddf0fe55f74407d6dd3a55ec4841eaca5ce46e587e0c7e37833 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:35 ===================================================== [Pipeline] echo 16:13:35 taggedImages: 16:13:35 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:5b9829103c2079071eaf01e57caf9b47463cebaa 16:13:35 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 16:13:35 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.21 16:13:35 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:5b9829103c2079071eaf01e57caf9b47463cebaa-3.0.0-dev.21 16:13:35 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:13:36 16:13:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:13:36 arm64: Pulling from edgex-lftools-log-publisher 16:13:36 8998bd30e6a1: Pulling fs layer 16:13:36 04944245beec: Pulling fs layer 16:13:36 699f458cf7ca: Pulling fs layer 16:13:36 765212b225bb: Pulling fs layer 16:13:36 f23df028b6ca: Pulling fs layer 16:13:36 d65c8cfc05b1: Pulling fs layer 16:13:36 2437ff75d9bd: Pulling fs layer 16:13:36 765212b225bb: Waiting 16:13:36 f23df028b6ca: Waiting 16:13:36 d65c8cfc05b1: Waiting 16:13:36 04944245beec: Verifying Checksum 16:13:36 04944245beec: Download complete 16:13:36 765212b225bb: Verifying Checksum 16:13:36 765212b225bb: Download complete 16:13:36 f23df028b6ca: Verifying Checksum 16:13:36 f23df028b6ca: Download complete 16:13:36 d65c8cfc05b1: Verifying Checksum 16:13:36 d65c8cfc05b1: Download complete 16:13:36 699f458cf7ca: Verifying Checksum 16:13:36 699f458cf7ca: Download complete 16:13:37 8998bd30e6a1: Download complete 16:13:39 2437ff75d9bd: Download complete 16:13:41 8998bd30e6a1: Pull complete 16:13:41 04944245beec: Pull complete 16:13:45 699f458cf7ca: Pull complete 16:13:45 765212b225bb: Pull complete 16:13:46 f23df028b6ca: Pull complete 16:13:46 d65c8cfc05b1: Pull complete 16:13:59 2437ff75d9bd: Pull complete 16:13:59 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:13:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:13:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:13:59 prd-ubuntu20.04-docker-arm64-4c-16g-9547 does not seem to be running inside a container 16:13:59 $ 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/75 -v /w/workspace/device-gpio/75:/w/workspace/device-gpio/75:rw,z -v /w/workspace/device-gpio/75@tmp:/w/workspace/device-gpio/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:14:01 $ docker top c80a38fa76a6c6d5934aab0612defe4b61be922d66ac1ec19db6232ce06dd5eb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:14:02 ---> job-cost.sh 16:14:02 lf-activate-venv: SKIPPING 16:14:02 INFO: No Stack... 16:14:02 INFO: Retrieving Pricing Info for: v3-standard-4 16:14:03 INFO: Archiving Costs [Pipeline] sh 16:14:03 + cat /w/workspace/device-gpio/75/archives/cost.csv 16:14:03 + cut -d, -f6 [Pipeline] lock 16:14:03 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-75-stack-cost] 16:14:03 Resource [jenkins-edgexfoundry-device-gpio-main-75-stack-cost] did not exist. Created. 16:14:03 Lock acquired on [jenkins-edgexfoundry-device-gpio-main-75-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:14:04 /w/workspace/device-gpio/75@tmp/durable-96279ae0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:14:04 + echo total: 0.10999999940395355 [Pipeline] stash 16:14:04 Warning: overwriting stash ‘stack-cost’ 16:14:04 Stashed 1 file(s) [Pipeline] } 16:14:04 Lock released on resource [jenkins-edgexfoundry-device-gpio-main-75-stack-cost] [Pipeline] // lock [Pipeline] } 16:14:04 $ docker stop --time=1 c80a38fa76a6c6d5934aab0612defe4b61be922d66ac1ec19db6232ce06dd5eb 16:14:06 $ docker rm -f --volumes c80a38fa76a6c6d5934aab0612defe4b61be922d66ac1ec19db6232ce06dd5eb [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 16:14:06 provisioning config files... 16:14:06 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config9300850553928205039tmp [Pipeline] { [Pipeline] sh 16:14:06 + set +x 16:14:06 + + curl -s https://codecov.io/bash 16:14:06 bash -s -- 16:14:06 16:14:06 _____ _ 16:14:06 / ____| | | 16:14:06 | | ___ __| | ___ ___ _____ __ 16:14:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:14:06 | |___| (_) | (_| | __/ (_| (_) \ V / 16:14:06 \_____\___/ \__,_|\___|\___\___/ \_/ 16:14:06 Bash-1.0.6 16:14:06 16:14:06 16:14:06 ==> git version 2.25.1 found 16:14:06 ==> 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 16:14:06 Release-Date: 2020-01-08 16:14:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:14:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:14:06 ==> Jenkins CI detected. 16:14:06 current dir:  /w/workspace/edgexfoundry_device-gpio_main 16:14:06 project root: . 16:14:06 --> token set from env 16:14:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:14:06 ==> Running gcov in . (disable via -X gcov) 16:14:06 ==> Python coveragepy not found 16:14:06 ==> Searching for coverage reports in: 16:14:06 + . 16:14:06 -> Found 1 reports 16:14:06 ==> Detecting git/mercurial file structure 16:14:06 ==> Reading reports 16:14:06 + ./coverage.out bytes=10 16:14:06 ==> Appending adjustments 16:14:06 https://docs.codecov.io/docs/fixing-reports 16:14:06 + Found adjustments 16:14:06 ==> Gzipping contents 16:14:06 4.0K /tmp/codecov.XhCgvw.gz 16:14:06 ==> Uploading reports 16:14:06 url: https://codecov.io 16:14:06 query: branch=main&commit=5b9829103c2079071eaf01e57caf9b47463cebaa&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F75%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 16:14:06 -> Pinging Codecov 16:14:06 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=main&commit=5b9829103c2079071eaf01e57caf9b47463cebaa&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F75%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 16:14:06 -> Uploading to 16:14:06 https://storage.googleapis.com/codecov/v4/raw/2023-04-24/3EC07B1A8CA8AF9BCAA0BB9F0134797F/5b9829103c2079071eaf01e57caf9b47463cebaa/4ca3288e-18a6-45e2-af8a-807345dc4d5d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T161406Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4fb1f58b2750330acc53970b6555e88999f80f2fddbca0563e6a8f24bf869f6c 16:14:06 % Total % Received % Xferd Average Speed Time Time Time Current 16:14:06 Dload Upload Total Spent Left Speed 16:14:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 724 0 0 100 724 0 3431 --:--:-- --:--:-- --:--:-- 3447 16:14:07 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/5b9829103c2079071eaf01e57caf9b47463cebaa [Pipeline] } 16:14:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:14:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:14:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:14:07 16:14:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:14:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:14:07 df9b9388f04a: Pulling fs layer 16:14:07 52dc419b0ee2: Pulling fs layer 16:14:07 25bc292e5bac: Pulling fs layer 16:14:07 114826534d7a: Pulling fs layer 16:14:07 4657fd5d0bcf: Pulling fs layer 16:14:07 6ad1cebc031e: Pulling fs layer 16:14:07 8a3aa393b2d8: Pulling fs layer 16:14:07 114826534d7a: Waiting 16:14:07 4657fd5d0bcf: Waiting 16:14:07 6ad1cebc031e: Waiting 16:14:07 8a3aa393b2d8: Waiting 16:14:07 25bc292e5bac: Download complete 16:14:07 52dc419b0ee2: Verifying Checksum 16:14:07 52dc419b0ee2: Download complete 16:14:07 4657fd5d0bcf: Verifying Checksum 16:14:07 4657fd5d0bcf: Download complete 16:14:07 df9b9388f04a: Download complete 16:14:08 6ad1cebc031e: Verifying Checksum 16:14:08 6ad1cebc031e: Download complete 16:14:08 df9b9388f04a: Pull complete 16:14:08 52dc419b0ee2: Pull complete 16:14:08 25bc292e5bac: Pull complete 16:14:08 114826534d7a: Verifying Checksum 16:14:08 114826534d7a: Download complete 16:14:08 8a3aa393b2d8: Verifying Checksum 16:14:08 8a3aa393b2d8: Download complete 16:14:12 114826534d7a: Pull complete 16:14:12 4657fd5d0bcf: Pull complete 16:14:12 6ad1cebc031e: Pull complete 16:14:14 8a3aa393b2d8: Pull complete 16:14:14 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:14:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:14:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:14:14 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:14:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:14:19 $ docker top 744c4a74627e66b654dcc21adcda9175a236e4b8fd2cf9abbef3f4474c20f240 -eo pid,comm [Pipeline] { [Pipeline] echo 16:14:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh 16:14:19 + set -o pipefail 16:14:19 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' 16:14:23 16:14:23 Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... 16:14:23 16:14:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/12ab3d01-1bc4-4f09-aaa2-b1110f72e9b5/history/55320860-6a73-4cb4-b9c4-500afacfc45f 16:14:23 16:14:23 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:14:23 16:14:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:14:23 16:14:23 16:14:23 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:14:23 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:14:23 More details here: https://snyk.co/ue1NS [Pipeline] } 16:14:23 $ docker stop --time=1 744c4a74627e66b654dcc21adcda9175a236e4b8fd2cf9abbef3f4474c20f240 16:14:27 $ docker rm -f --volumes 744c4a74627e66b654dcc21adcda9175a236e4b8fd2cf9abbef3f4474c20f240 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:14:27 + git log --format=format:%s -1 5b9829103c2079071eaf01e57caf9b47463cebaa [Pipeline] sh 16:14:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:14:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:14:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:14:28 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:14:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:14:28 $ docker top 5d23015ff44189625dab8ac0f8dc06d542b3dad5a77dcf32e9a4a5d19cd81084 -eo pid,comm 16:14:28 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). 16:14:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:28 [ssh-agent] Looking for ssh-agent implementation... 16:14:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:29 $ docker exec 5d23015ff44189625dab8ac0f8dc06d542b3dad5a77dcf32e9a4a5d19cd81084 ssh-agent 16:14:29 SSH_AUTH_SOCK=/tmp/ssh-P2GNk5A7ozul/agent.32 16:14:29 SSH_AGENT_PID=38 16:14:29 Running ssh-add (command line suppressed) 16:14:29 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_3358367359420883066.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_3358367359420883066.key) 16:14:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:29 + git semver tag 16:14:29 2023-04-24 16:14:29,784 [run_tag] DEBUG tag force:False 16:14:29 2023-04-24 16:14:29,784 [check_head_tag] DEBUG check head tag 16:14:29 2023-04-24 16:14:29,785 [execute] INFO git cat-file --batch-check 16:14:29 2023-04-24 16:14:29,785 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 16:14:29 2023-04-24 16:14:29,788 [execute] INFO git cat-file --batch 16:14:29 2023-04-24 16:14:29,789 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 16:14:29 2023-04-24 16:14:29,803 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:14:29 2023-04-24 16:14:29,803 [execute] INFO git tag -a v3.0.0-dev.21 -m v3.0.0-dev.21 16:14:29 2023-04-24 16:14:29,803 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.21', '-m', 'v3.0.0-dev.21'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 16:14:29 2023-04-24 16:14:29,808 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:14:29 3.0.0-dev.21 [Pipeline] } 16:14:29 $ docker exec --env ******** --env ******** 5d23015ff44189625dab8ac0f8dc06d542b3dad5a77dcf32e9a4a5d19cd81084 ssh-agent -k 16:14:29 unset SSH_AUTH_SOCK; 16:14:29 unset SSH_AGENT_PID; 16:14:29 echo Agent pid 38 killed; 16:14:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:30 + git semver [Pipeline] } 16:14:30 $ docker stop --time=1 5d23015ff44189625dab8ac0f8dc06d542b3dad5a77dcf32e9a4a5d19cd81084 16:14:31 $ docker rm -f --volumes 5d23015ff44189625dab8ac0f8dc06d542b3dad5a77dcf32e9a4a5d19cd81084 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:32 16:14:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:32 0.23.1-centos7: Pulling from edgex-lftools 16:14:32 ab5ef0e58194: Pulling fs layer 16:14:32 9712f1f96733: Pulling fs layer 16:14:32 63f879dbbcfc: Pulling fs layer 16:14:32 0d9ebad4ef96: Pulling fs layer 16:14:32 e9a5061849ea: Pulling fs layer 16:14:32 d747dcd14b5f: Pulling fs layer 16:14:32 2de7ff778b66: Pulling fs layer 16:14:32 0d9ebad4ef96: Waiting 16:14:32 e9a5061849ea: Waiting 16:14:32 d747dcd14b5f: Waiting 16:14:32 2de7ff778b66: Waiting 16:14:32 63f879dbbcfc: Verifying Checksum 16:14:32 63f879dbbcfc: Download complete 16:14:33 e9a5061849ea: Verifying Checksum 16:14:33 e9a5061849ea: Download complete 16:14:33 d747dcd14b5f: Download complete 16:14:33 ab5ef0e58194: Verifying Checksum 16:14:33 ab5ef0e58194: Download complete 16:14:33 0d9ebad4ef96: Verifying Checksum 16:14:33 0d9ebad4ef96: Download complete 16:14:33 2de7ff778b66: Verifying Checksum 16:14:33 2de7ff778b66: Download complete 16:14:35 ab5ef0e58194: Pull complete 16:14:35 9712f1f96733: Pull complete 16:14:36 63f879dbbcfc: Pull complete 16:14:39 0d9ebad4ef96: Pull complete 16:14:39 e9a5061849ea: Pull complete 16:14:40 d747dcd14b5f: Pull complete 16:14:40 2de7ff778b66: Pull complete 16:14:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:14:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:14:41 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:14:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:14:46 $ docker top f59493fba27cc2fb856c2d1733273efde04551c9db172448fffc3c8186032397 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:14:46 provisioning config files... 16:14:46 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config17224572632691270386tmp 16:14:46 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config16337021986246214037tmp 16:14:46 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config677914530467280231tmp [Pipeline] { [Pipeline] echo 16:14:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:14:46 ---> sigul-configuration.sh 16:14:46 gpg: directory `/root/.gnupg' created 16:14:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:14:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:14:46 gpg: keyring `/root/.gnupg/secring.gpg' created 16:14:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:14:46 gpg: CAST5 encrypted data 16:14:46 gpg: encrypted with 1 passphrase 16:14:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:14:46 + mkdir /home/jenkins 16:14:46 + mkdir /home/jenkins/sigul [Pipeline] sh 16:14:47 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:14:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:14:47 ---> sigul-install.sh 16:14:47 Sigul already installed; skipping installation. [Pipeline] sh 16:14:47 + git tag --list 16:14:47 v1.0.0 16:14:47 v2.1.0 16:14:47 v2.1.1 16:14:47 v2.1.1-dev.1 16:14:47 v2.2.0 16:14:47 v2.2.1-dev.1 16:14:47 v2.2.1-dev.2 16:14:47 v2.2.1-dev.3 16:14:47 v2.2.1-dev.4 16:14:47 v2.3.0 16:14:47 v2.3.0-dev.10 16:14:47 v2.3.0-dev.11 16:14:47 v2.3.0-dev.12 16:14:47 v2.3.0-dev.13 16:14:47 v2.3.0-dev.14 16:14:47 v2.3.0-dev.15 16:14:47 v2.3.0-dev.16 16:14:47 v2.3.0-dev.17 16:14:47 v2.3.0-dev.18 16:14:47 v2.3.0-dev.19 16:14:47 v2.3.0-dev.20 16:14:47 v2.3.0-dev.4 16:14:47 v2.3.0-dev.5 16:14:47 v2.3.0-dev.6 16:14:47 v2.3.0-dev.7 16:14:47 v2.3.0-dev.8 16:14:47 v2.3.0-dev.9 16:14:47 v3.0.0-dev.1 16:14:47 v3.0.0-dev.10 16:14:47 v3.0.0-dev.11 16:14:47 v3.0.0-dev.12 16:14:47 v3.0.0-dev.13 16:14:47 v3.0.0-dev.14 16:14:47 v3.0.0-dev.15 16:14:47 v3.0.0-dev.16 16:14:47 v3.0.0-dev.17 16:14:47 v3.0.0-dev.18 16:14:47 v3.0.0-dev.19 16:14:47 v3.0.0-dev.2 16:14:47 v3.0.0-dev.20 16:14:47 v3.0.0-dev.21 16:14:47 v3.0.0-dev.3 16:14:47 v3.0.0-dev.4 16:14:47 v3.0.0-dev.5 16:14:47 v3.0.0-dev.6 16:14:47 v3.0.0-dev.7 16:14:47 v3.0.0-dev.8 16:14:47 v3.0.0-dev.9 [Pipeline] sh 16:14:47 + lftools sign git-tag v3.0.0-dev.21 16:14:48 Signing Git tag with Sigul... 16:14:48 Signing v3.0.0-dev.21 [Pipeline] echo 16:14:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:14:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:14:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:14:49 $ docker stop --time=1 f59493fba27cc2fb856c2d1733273efde04551c9db172448fffc3c8186032397 16:14:50 $ docker rm -f --volumes f59493fba27cc2fb856c2d1733273efde04551c9db172448fffc3c8186032397 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:14:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:14:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:14:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:14:51 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:14:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:14:51 $ docker top c6ba1eef9e4225d77717c4083ed986a965ff88a0a9137fe1e1486029bc3af93c -eo pid,comm 16:14:51 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). 16:14:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:51 [ssh-agent] Looking for ssh-agent implementation... 16:14:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:51 $ docker exec c6ba1eef9e4225d77717c4083ed986a965ff88a0a9137fe1e1486029bc3af93c ssh-agent 16:14:51 SSH_AUTH_SOCK=/tmp/ssh-O1JFDYDj9Hry/agent.32 16:14:51 SSH_AGENT_PID=38 16:14:51 Running ssh-add (command line suppressed) 16:14:51 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_13416370780640379502.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_13416370780640379502.key) 16:14:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:52 + git semver bump pre 16:14:52 2023-04-24 16:14:52,370 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:14:52 2023-04-24 16:14:52,370 [bump_version] DEBUG bumping version:3.0.0-dev.21 on axis:pre with prefix:dev 16:14:52 2023-04-24 16:14:52,370 [bump_version] DEBUG bumped version:3.0.0-dev.22 16:14:52 2023-04-24 16:14:52,370 [write_version] DEBUG write version:3.0.0-dev.22 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True 16:14:52 2023-04-24 16:14:52,370 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:14:52 2023-04-24 16:14:52,370 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:14:52 2023-04-24 16:14:52,373 [execute] INFO git cat-file --batch-check 16:14:52 2023-04-24 16:14:52,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 16:14:52 2023-04-24 16:14:52,378 [execute] INFO git cat-file --batch 16:14:52 2023-04-24 16:14:52,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 16:14:52 2023-04-24 16:14:52,383 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:14:52 3.0.0-dev.22 [Pipeline] } 16:14:52 $ docker exec --env ******** --env ******** c6ba1eef9e4225d77717c4083ed986a965ff88a0a9137fe1e1486029bc3af93c ssh-agent -k 16:14:52 unset SSH_AUTH_SOCK; 16:14:52 unset SSH_AGENT_PID; 16:14:52 echo Agent pid 38 killed; 16:14:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:52 + git semver [Pipeline] } 16:14:53 $ docker stop --time=1 c6ba1eef9e4225d77717c4083ed986a965ff88a0a9137fe1e1486029bc3af93c 16:14:54 $ docker rm -f --volumes c6ba1eef9e4225d77717c4083ed986a965ff88a0a9137fe1e1486029bc3af93c [Pipeline] // withDockerContainer [Pipeline] sh 16:14:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:14:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:14:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:14:55 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:14:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:14:55 $ docker top 72b0c03875fc7186db4ff00ec8293e9abb32c2be637cf735e7ee3295d57fb3d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:55 [ssh-agent] Looking for ssh-agent implementation... 16:14:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:55 $ docker exec 72b0c03875fc7186db4ff00ec8293e9abb32c2be637cf735e7ee3295d57fb3d4 ssh-agent 16:14:55 SSH_AUTH_SOCK=/tmp/ssh-SC3FbyZiVpwz/agent.32 16:14:55 SSH_AGENT_PID=38 16:14:55 Running ssh-add (command line suppressed) 16:14:55 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_16853831877104377276.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_16853831877104377276.key) 16:14:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:56 + git semver push 16:14:56 2023-04-24 16:14:56,313 [run_push] DEBUG push 16:14:56 2023-04-24 16:14:56,314 [execute] INFO git cat-file --batch-check 16:14:56 2023-04-24 16:14:56,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 16:14:56 2023-04-24 16:14:56,318 [execute] INFO git rev-list 67226de1258751f9d065a4dce1a0c12cd6d8cf60 -- 16:14:56 2023-04-24 16:14:56,318 [execute] DEBUG Popen(['git', 'rev-list', '67226de1258751f9d065a4dce1a0c12cd6d8cf60', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 16:14:56 2023-04-24 16:14:56,325 [execute] INFO git fetch -v origin 16:14:56 2023-04-24 16:14:56,325 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) 16:14:56 2023-04-24 16:14:56,821 [run_push] DEBUG no remote changes detected 16:14:56 2023-04-24 16:14:56,822 [execute] INFO git push origin semver 16:14:56 2023-04-24 16:14:56,822 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 16:14:57 2023-04-24 16:14:57,606 [run_push] DEBUG push all version tags 16:14:57 2023-04-24 16:14:57,606 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:14:57 2023-04-24 16:14:57,607 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 16:14:58 2023-04-24 16:14:58,606 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 16:14:58 3.0.0-dev.22 [Pipeline] } 16:14:58 $ docker exec --env ******** --env ******** 72b0c03875fc7186db4ff00ec8293e9abb32c2be637cf735e7ee3295d57fb3d4 ssh-agent -k 16:14:58 unset SSH_AUTH_SOCK; 16:14:58 unset SSH_AGENT_PID; 16:14:58 echo Agent pid 38 killed; 16:14:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:59 + git semver [Pipeline] } 16:14:59 $ docker stop --time=1 72b0c03875fc7186db4ff00ec8293e9abb32c2be637cf735e7ee3295d57fb3d4 16:15:00 $ docker rm -f --volumes 72b0c03875fc7186db4ff00ec8293e9abb32c2be637cf735e7ee3295d57fb3d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 16:15:01 + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] 16:15:01 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 16:15:01 total 16 16:15:01 drwxr-xr-x 3 root root 4096 Apr 24 16:03 . 16:15:01 drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 16:14 .. 16:15:01 drwxr-xr-x 2 root root 4096 Apr 24 16:03 cost 16:15:01 -rw-r--r-- 1 root root 82 Apr 24 16:03 cost.csv 16:15:01 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives 16:15:01 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 16:15:01 total 16 16:15:01 drwxr-xr-x 3 jenkins jenkins 4096 Apr 24 16:03 . 16:15:01 drwxrwxr-x 10 jenkins jenkins 4096 Apr 24 16:14 .. 16:15:01 drwxr-xr-x 2 jenkins jenkins 4096 Apr 24 16:03 cost 16:15:01 -rw-r--r-- 1 jenkins jenkins 82 Apr 24 16:03 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:15:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:15:02 ---> package-listing.sh 16:15:02 ++ facter osfamily 16:15:02 ++ tr '[:upper:]' '[:lower:]' 16:15:02 + OS_FAMILY=debian 16:15:02 + workspace=/w/workspace/edgexfoundry_device-gpio_main 16:15:02 + START_PACKAGES=/tmp/packages_start.txt 16:15:02 + END_PACKAGES=/tmp/packages_end.txt 16:15:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:15:02 + PACKAGES=/tmp/packages_start.txt 16:15:02 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 16:15:02 + PACKAGES=/tmp/packages_end.txt 16:15:02 + case "${OS_FAMILY}" in 16:15:02 + dpkg -l 16:15:02 + grep '^ii' 16:15:02 + '[' -f /tmp/packages_start.txt ']' 16:15:02 + '[' -f /tmp/packages_end.txt ']' 16:15:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:15:02 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 16:15:02 + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ 16:15:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo 16:15:02 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:15:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:15:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:15:03 prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container 16:15:03 $ 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_main/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_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:15:04 $ docker top de799959f8aa64752f2fab7b026e1bf103be9fb9382c3c55f8477fa26211b3ed -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:04 + touch /tmp/pre-build-complete [Pipeline] sh 16:15:04 + mkdir -p /var/log/sysstat [Pipeline] sh 16:15:05 + ls /var/log/sa-host 16:15:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:05 provisioning config files... 16:15:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config10638943617962360694tmp [Pipeline] { [Pipeline] echo 16:15:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:15:05 ---> create-netrc.sh [Pipeline] } 16:15:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:15:05 ---> python-tools-install.sh [Pipeline] echo 16:15:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:15:06 ---> sudo-logs.sh 16:15:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:15:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:15:06 ---> job-cost.sh 16:15:06 lf-activate-venv: SKIPPING 16:15:06 DEBUG: total: 0.2199999988079071 16:15:06 INFO: Retrieving Stack Cost... 16:15:06 INFO: Retrieving Pricing Info for: v3-standard-8 16:15:07 INFO: Archiving Costs [Pipeline] echo 16:15:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:15:07 ---> logs-deploy.sh 16:15:07 lf-activate-venv: SKIPPING 16:15:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/75 16:15:07 INFO: archiving workspace using pattern(s): 16:15:08 Archives upload complete. 16:15:08 INFO: archiving logs to Nexus