Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 95b01347c682c509c5ba1ad757ba8b1f414ff9ba 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-ssh7274733121966920374.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh2299734300659293371.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh4405756693456903524.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh6371665212500307257.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-ssh15621300377388958430.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6973 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 Avoid second fetch Checking out Revision 95b01347c682c509c5ba1ad757ba8b1f414ff9ba (main) Commit message: "Merge pull request #71 from edgexfoundry/dependabot/go_modules/github.com/warthog618/gpiod-0.8.1" > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 95b01347c682c509c5ba1ad757ba8b1f414ff9ba # timeout=10 > git rev-list --no-walk 0efe006339ca5e99e49409bbd2e97ba85884ec86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:27:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:27:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:27:46 ========================================================= 05:27:46 EdgeX Global Pipelines Version Info 05:27:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:27:47 ------------------- 05:27:47 stable info: 05:27:47 ------------------- 05:27:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:27:47 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 05:27:47 Message: update stable to v1.0.245 05:27:47 ------------------- 05:27:47 experimental info: 05:27:47 ------------------- 05:27:47 Commited By: **** collab-it+edgex@linuxfoundation.org 05:27:47 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 05:27:47 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:27:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95b0134 [Pipeline] echo 05:27:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:27:48 provisioning config files... 05:27:48 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config2977235784721466037tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:27:48 ---> docker-login.sh 05:27:48 nexus3.edgexfoundry.org:10001 05:27:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:27:49 Configure a credential helper to remove this warning. See 05:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:27:49 05:27:49 Login Succeeded 05:27:49 nexus3.edgexfoundry.org:10002 05:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:27:49 Configure a credential helper to remove this warning. See 05:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:27:49 05:27:49 Login Succeeded 05:27:49 nexus3.edgexfoundry.org:10003 05:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:27:49 Configure a credential helper to remove this warning. See 05:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:27:49 05:27:49 Login Succeeded 05:27:49 nexus3.edgexfoundry.org:10004 05:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:27:49 Configure a credential helper to remove this warning. See 05:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:27:49 05:27:49 Login Succeeded 05:27:49 docker.io 05:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:27:49 Configure a credential helper to remove this warning. See 05:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:27:49 05:27:49 Login Succeeded 05:27:49 ---> docker-login.sh ends [Pipeline] } 05:27:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:27:50 + git rev-list -1 --merges 95b01347c682c509c5ba1ad757ba8b1f414ff9ba~1..95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] echo 05:27:50 -----------> git rev-list -1 --merges 95b01347c682c509c5ba1ad757ba8b1f414ff9ba~1..95b01347c682c509c5ba1ad757ba8b1f414ff9ba 95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:27:50 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [false] [Pipeline] sh 05:27:50 + git log --format=format:%s -1 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] echo 05:27:50 ========================================================= 05:27:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:27:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:27:50 + git log --format=format:%s -1 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] echo 05:27:50 [semverPrep] GIT_COMMIT: 95b01347c682c509c5ba1ad757ba8b1f414ff9ba, Commit Message: Merge pull request #71 from edgexfoundry/dependabot/go_modules/github.com/warthog618/gpiod-0.8.1 [Pipeline] echo 05:27:50 [semverPrep] This is not a build commit. [Pipeline] sh 05:27:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:27:51 + grep -v github /etc/ssh/ssh_known_hosts 05:27:51 + [ -e /tmp/ssh_known_hosts ] 05:27:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:27:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:27:51 + sudo tee -a /etc/ssh/ssh_known_hosts 05:27:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:51 05:27:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:51 0.1.4: Pulling from edgex-devops/py-git-semver 05:27:51 b85a868b505f: Pulling fs layer 05:27:51 e2be974225ed: Pulling fs layer 05:27:51 339a4e72a1f5: Pulling fs layer 05:27:51 988bab9f4d93: Pulling fs layer 05:27:51 1469e6f7b9e6: Pulling fs layer 05:27:51 eaf3925da568: Pulling fs layer 05:27:51 bab4dde63d76: Pulling fs layer 05:27:51 bde34c3a00c8: Pulling fs layer 05:27:51 b352a97aabf1: Pulling fs layer 05:27:51 4872d77fe225: Pulling fs layer 05:27:51 5851b861e8e6: Pulling fs layer 05:27:51 bab4dde63d76: Waiting 05:27:51 1469e6f7b9e6: Waiting 05:27:51 bde34c3a00c8: Waiting 05:27:51 eaf3925da568: Waiting 05:27:51 b352a97aabf1: Waiting 05:27:51 4872d77fe225: Waiting 05:27:51 5851b861e8e6: Waiting 05:27:51 e2be974225ed: Download complete 05:27:51 988bab9f4d93: Verifying Checksum 05:27:51 988bab9f4d93: Download complete 05:27:51 1469e6f7b9e6: Verifying Checksum 05:27:51 1469e6f7b9e6: Download complete 05:27:51 339a4e72a1f5: Verifying Checksum 05:27:51 339a4e72a1f5: Download complete 05:27:51 eaf3925da568: Verifying Checksum 05:27:51 eaf3925da568: Download complete 05:27:51 bde34c3a00c8: Download complete 05:27:51 b352a97aabf1: Verifying Checksum 05:27:51 b352a97aabf1: Download complete 05:27:51 4872d77fe225: Download complete 05:27:51 b85a868b505f: Verifying Checksum 05:27:51 b85a868b505f: Download complete 05:27:51 5851b861e8e6: Verifying Checksum 05:27:51 5851b861e8e6: Download complete 05:27:52 bab4dde63d76: Verifying Checksum 05:27:52 bab4dde63d76: Download complete 05:27:53 b85a868b505f: Pull complete 05:27:53 e2be974225ed: Pull complete 05:27:53 339a4e72a1f5: Pull complete 05:27:53 988bab9f4d93: Pull complete 05:27:54 1469e6f7b9e6: Pull complete 05:27:54 eaf3925da568: Pull complete 05:27:56 bab4dde63d76: Pull complete 05:27:56 bde34c3a00c8: Pull complete 05:27:56 b352a97aabf1: Pull complete 05:27:56 4872d77fe225: Pull complete 05:27:56 5851b861e8e6: Pull complete 05:27:56 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:27:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:56 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:27:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:27:58 $ docker top a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca -eo pid,comm 05:27:58 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). 05:27:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:27:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:27:59 [ssh-agent] Looking for ssh-agent implementation... 05:27:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:27:59 $ docker exec a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca ssh-agent 05:27:59 SSH_AUTH_SOCK=/tmp/ssh-1xjougRalbb9/agent.33 05:27:59 SSH_AGENT_PID=39 05:27:59 Running ssh-add (command line suppressed) 05:27:59 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_5521657691373846466.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_5521657691373846466.key) 05:27:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:27:59 + git tag --points-at HEAD [Pipeline] } 05:27:59 $ docker exec --env ******** --env ******** a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca ssh-agent -k 05:27:59 unset SSH_AUTH_SOCK; 05:27:59 unset SSH_AGENT_PID; 05:27:59 echo Agent pid 39 killed; 05:27:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:27:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:27:59 [ssh-agent] Looking for ssh-agent implementation... 05:27:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:27:59 $ docker exec a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca ssh-agent 05:28:00 SSH_AUTH_SOCK=/tmp/ssh-ml6BKMBGq532/agent.71 05:28:00 SSH_AGENT_PID=77 05:28:00 Running ssh-add (command line suppressed) 05:28:00 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_4963210109443055593.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_4963210109443055593.key) 05:28:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:28:00 + git semver init 05:28:00 2023-04-06 05:28:00,645 [run_init] DEBUG init version:0.0.0 force:False 05:28:00 2023-04-06 05:28:00,646 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver 05:28:00 2023-04-06 05:28:00,646 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver 05:28:00 2023-04-06 05:28:00,647 [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) 05:28:01 2023-04-06 05:28:01,581 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude 05:28:01 2023-04-06 05:28:01,582 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False 05:28:01 2023-04-06 05:28:01,582 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:28:01 2023-04-06 05:28:01,582 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:28:01 3.0.0-dev.15 [Pipeline] } 05:28:01 $ docker exec --env ******** --env ******** a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca ssh-agent -k 05:28:01 unset SSH_AUTH_SOCK; 05:28:01 unset SSH_AGENT_PID; 05:28:01 echo Agent pid 77 killed; 05:28:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:28:02 + git semver [Pipeline] } 05:28:02 $ docker stop --time=1 a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca 05:28:03 $ docker rm -f --volumes a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca [Pipeline] // withDockerContainer [Pipeline] sh 05:28:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:28:04 Stashed 1 file(s) [Pipeline] echo 05:28:04 [edgeXSemver]: initialized semver on version 3.0.0-dev.15 [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 05:28:04 provisioning config files... 05:28:04 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config9927563507643089069tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:28:04 ---> docker-login.sh 05:28:04 nexus3.edgexfoundry.org:10001 05:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:28:04 Configure a credential helper to remove this warning. See 05:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:28:04 05:28:04 Login Succeeded 05:28:04 nexus3.edgexfoundry.org:10002 05:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:28:04 Configure a credential helper to remove this warning. See 05:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:28:04 05:28:04 Login Succeeded 05:28:04 nexus3.edgexfoundry.org:10003 05:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:28:04 Configure a credential helper to remove this warning. See 05:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:28:04 05:28:04 Login Succeeded 05:28:04 nexus3.edgexfoundry.org:10004 05:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:28:04 Configure a credential helper to remove this warning. See 05:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:28:04 05:28:04 Login Succeeded 05:28:04 docker.io 05:28:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:28:05 Configure a credential helper to remove this warning. See 05:28:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:28:05 05:28:05 Login Succeeded 05:28:05 ---> docker-login.sh ends [Pipeline] } 05:28:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:28:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:28:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:28:05 ========================================================= 05:28:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 05:28:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:05 + 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 . 05:28:05 Sending build context to Docker daemon 16.03MB 05:28:05 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 05:28:05 Step 2/12 : FROM ${BASE} AS builder 05:28:05 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 05:28:05 63b65145d645: Pulling fs layer 05:28:05 a2d21d5440eb: Pulling fs layer 05:28:05 935e6c44a52c: Pulling fs layer 05:28:05 94cc34f8dd06: Pulling fs layer 05:28:05 30dea6a524f1: Pulling fs layer 05:28:05 a2aff8979fd8: Pulling fs layer 05:28:05 6808be2612f2: Pulling fs layer 05:28:05 f25807f1079a: Pulling fs layer 05:28:05 94cc34f8dd06: Waiting 05:28:05 a2aff8979fd8: Waiting 05:28:05 30dea6a524f1: Waiting 05:28:05 6808be2612f2: Waiting 05:28:05 f25807f1079a: Waiting 05:28:05 a2d21d5440eb: Download complete 05:28:05 94cc34f8dd06: Verifying Checksum 05:28:05 94cc34f8dd06: Download complete 05:28:05 30dea6a524f1: Verifying Checksum 05:28:05 30dea6a524f1: Download complete 05:28:05 63b65145d645: Verifying Checksum 05:28:05 63b65145d645: Download complete 05:28:05 a2aff8979fd8: Verifying Checksum 05:28:05 a2aff8979fd8: Download complete 05:28:05 63b65145d645: Pull complete 05:28:06 a2d21d5440eb: Pull complete 05:28:06 f25807f1079a: Verifying Checksum 05:28:06 f25807f1079a: Download complete 05:28:06 935e6c44a52c: Verifying Checksum 05:28:06 935e6c44a52c: Download complete 05:28:08 6808be2612f2: Verifying Checksum 05:28:08 6808be2612f2: Download complete 05:28:10 935e6c44a52c: Pull complete 05:28:10 94cc34f8dd06: Pull complete 05:28:10 30dea6a524f1: Pull complete 05:28:10 a2aff8979fd8: Pull complete 05:28:12 6808be2612f2: Pull complete 05:28:13 f25807f1079a: Pull complete 05:28:13 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 05:28:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 05:28:13 ---> 3b553350e43f 05:28:13 Step 3/12 : ARG ADD_BUILD_TAGS="" 05:28:16 ---> Running in e54c886e262c 05:28:16 Removing intermediate container e54c886e262c 05:28:16 ---> bbda34f17971 05:28:16 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:28:16 ---> Running in df415ea0a9d0 05:28:16 Removing intermediate container df415ea0a9d0 05:28:16 ---> 764486e297f8 05:28:16 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 05:28:16 ---> Running in b71e7a1f0b91 05:28:16 Removing intermediate container b71e7a1f0b91 05:28:16 ---> 14c3ae96ad1b 05:28:16 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 05:28:16 ---> Running in 1bbdb713c4b3 05:28:16 Removing intermediate container 1bbdb713c4b3 05:28:16 ---> 6c210e2fbc36 05:28:16 Step 7/12 : WORKDIR /device-gpio 05:28:16 ---> Running in 326a68f46adf 05:28:16 Removing intermediate container 326a68f46adf 05:28:16 ---> 08a799fa3b66 05:28:16 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:28:17 ---> Running in bd1464eac613 05:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:28:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:28:17 (1/4) Installing openssh-keygen (9.1_p1-r2) 05:28:17 (2/4) Installing libedit (20221030.3.1-r0) 05:28:17 (3/4) Installing openssh-client-common (9.1_p1-r2) 05:28:17 (4/4) Installing openssh-client-default (9.1_p1-r2) 05:28:17 Executing busybox-1.35.0-r29.trigger 05:28:17 OK: 269 MiB in 57 packages 05:28:18 Removing intermediate container bd1464eac613 05:28:18 ---> 46eeff572916 05:28:18 Step 9/12 : COPY go.mod vendor* ./ 05:28:18 ---> eca204d65515 05:28:18 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:28:18 ---> Running in 2678fb0351f6 05:28:19 Still waiting to schedule task 05:28:19 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 05:28:56 Removing intermediate container 2678fb0351f6 05:28:56 ---> d4d5391de908 05:28:56 Step 11/12 : COPY . . 05:28:56 ---> 80f273d2cb1c 05:28:56 Step 12/12 : RUN ${MAKE} 05:28:56 ---> Running in a8dbfe2da593 05:28:56 noop 05:28:56 Removing intermediate container a8dbfe2da593 05:28:56 ---> d7fbad3b879e 05:28:56 Successfully built d7fbad3b879e 05:28:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:57 + docker inspect -f . ci-base-image-x86_64 05:28:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:28:57 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:28:57 $ 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 ******** ci-base-image-x86_64 cat 05:28:57 $ docker top acf9a5cba8e10a08cb8ab50a412b39dd4c7ab58125d32bb5eb2fea95279f2c2f -eo pid,comm [Pipeline] { [Pipeline] sh 05:28:58 + go version 05:28:58 go version go1.20.2 linux/amd64 [Pipeline] } 05:28:58 $ docker stop --time=1 acf9a5cba8e10a08cb8ab50a412b39dd4c7ab58125d32bb5eb2fea95279f2c2f 05:28:59 $ docker rm -f --volumes acf9a5cba8e10a08cb8ab50a412b39dd4c7ab58125d32bb5eb2fea95279f2c2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:59 + docker inspect -f . ci-base-image-x86_64 05:28:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:28:59 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:28:59 $ 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 ******** ci-base-image-x86_64 cat 05:29:00 $ docker top eec6c0e2f2043830f8ea30e41f70a3eb0e339f74e7603588bb45ad424e2496bb -eo pid,comm [Pipeline] { [Pipeline] sh 05:29:00 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh 05:29:00 + make test 05:29:00 go test ./... -coverprofile=coverage.out ./... 05:29:06 ? github.com/edgexfoundry/device-gpio [no test files] 05:29:16 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 05:29:16 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 05:29:22 go vet ./... 05:29:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:29:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:29:27 ./bin/test-attribution-txt.sh [Pipeline] echo 05:29:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:29:27 $ docker stop --time=1 eec6c0e2f2043830f8ea30e41f70a3eb0e339f74e7603588bb45ad424e2496bb 05:29:32 $ docker rm -f --volumes eec6c0e2f2043830f8ea30e41f70a3eb0e339f74e7603588bb45ad424e2496bb [Pipeline] // withDockerContainer [Pipeline] sh 05:29:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:29:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:29:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:29:34 + ls -al . 05:29:34 total 156 05:29:34 drwxrwxr-x 9 jenkins jenkins 4096 Apr 6 05:29 . 05:29:34 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 05:27 .. 05:29:34 -rw-rw-r-- 1 jenkins jenkins 120 Apr 6 05:27 .dockerignore 05:29:34 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 05:28 .git 05:29:34 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:27 .github 05:29:34 -rw-rw-r-- 1 jenkins jenkins 343 Apr 6 05:27 .gitignore 05:29:34 -rw-rw-r-- 1 jenkins jenkins 41 Apr 6 05:27 .golangci.yml 05:29:34 drwxr-xr-x 3 jenkins jenkins 4096 Apr 6 05:28 .semver 05:29:34 -rw-rw-r-- 1 jenkins jenkins 9573 Apr 6 05:27 Attribution.txt 05:29:34 -rw-rw-r-- 1 jenkins jenkins 4069 Apr 6 05:27 CHANGELOG.md 05:29:34 -rw-rw-r-- 1 jenkins jenkins 1542 Apr 6 05:27 Dockerfile 05:29:34 -rw-rw-r-- 1 jenkins jenkins 677 Apr 6 05:27 GOVERNANCE.md 05:29:34 -rw-rw-r-- 1 jenkins jenkins 657 Apr 6 05:27 Jenkinsfile 05:29:34 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 6 05:27 LICENSE 05:29:34 -rw-rw-r-- 1 jenkins jenkins 1692 Apr 6 05:27 Makefile 05:29:34 -rw-rw-r-- 1 jenkins jenkins 617 Apr 6 05:27 OWNERS.md 05:29:34 -rw-rw-r-- 1 jenkins jenkins 11790 Apr 6 05:27 README.md 05:29:34 -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 05:28 VERSION 05:29:34 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 05:27 bin 05:29:34 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:27 cmd 05:29:34 -rw-r--r-- 1 jenkins jenkins 10 Apr 6 05:29 coverage.out 05:29:34 -rw-rw-r-- 1 jenkins jenkins 3266 Apr 6 05:27 go.mod 05:29:34 -rw-rw-r-- 1 jenkins jenkins 31410 Apr 6 05:27 go.sum 05:29:34 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:27 internal 05:29:34 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 05:27 snap 05:29:34 -rw-rw-r-- 1 jenkins jenkins 209 Apr 6 05:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:34 + 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=95b01347c682c509c5ba1ad757ba8b1f414ff9ba --label arch=amd64 --label version=3.0.0-dev.15 . 05:29:34 Sending build context to Docker daemon 16.03MB 05:29:34 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 05:29:34 Step 2/25 : FROM ${BASE} AS builder 05:29:34 ---> d7fbad3b879e 05:29:34 Step 3/25 : ARG ADD_BUILD_TAGS="" 05:29:35 ---> Running in d339d86b480c 05:29:35 Removing intermediate container d339d86b480c 05:29:35 ---> 0ac3b2268aef 05:29:35 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:29:35 ---> Running in 0469dea40e8f 05:29:35 Removing intermediate container 0469dea40e8f 05:29:35 ---> 5ecfa3bd10aa 05:29:35 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " 05:29:35 ---> Running in f89d28459e7f 05:29:36 Removing intermediate container f89d28459e7f 05:29:36 ---> 94e3a039fa46 05:29:36 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 05:29:36 ---> Running in 8655fc672124 05:29:36 Removing intermediate container 8655fc672124 05:29:36 ---> 3cfcf162c66d 05:29:36 Step 7/25 : WORKDIR /device-gpio 05:29:36 ---> Running in be7d6702192d 05:29:36 Removing intermediate container be7d6702192d 05:29:36 ---> ea75d68a97b9 05:29:36 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:29:36 ---> Running in a3ef0ceb619e 05:29:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:29:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:29:37 OK: 269 MiB in 57 packages 05:29:37 Removing intermediate container a3ef0ceb619e 05:29:37 ---> 22d5ef701ae7 05:29:37 Step 9/25 : COPY go.mod vendor* ./ 05:29:37 ---> f85e1569ca8e 05:29:37 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:29:37 ---> Running in 6e286fc0f556 05:29:38 Removing intermediate container 6e286fc0f556 05:29:38 ---> 8fab243dd1af 05:29:38 Step 11/25 : COPY . . 05:29:38 ---> f1d32ebc6197 05:29:38 Step 12/25 : RUN ${MAKE} 05:29:38 ---> Running in c07440a84c19 05:29:39 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 05:30:01 Removing intermediate container c07440a84c19 05:30:01 ---> fc40be1e49ad 05:30:01 Step 13/25 : FROM alpine:3.17 05:30:01 3.17: Pulling from library/alpine 05:30:01 f56be85fc22e: Pulling fs layer 05:30:01 f56be85fc22e: Verifying Checksum 05:30:01 f56be85fc22e: Download complete 05:30:01 f56be85fc22e: Pull complete 05:30:01 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 05:30:01 Status: Downloaded newer image for alpine:3.17 05:30:01 ---> 9ed4aefc74f6 05:30:01 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 05:30:01 ---> Running in d8e2e6ef0396 05:30:01 Removing intermediate container d8e2e6ef0396 05:30:01 ---> 5d25aa89b83c 05:30:01 Step 15/25 : RUN apk add --update --no-cache 05:30:01 ---> Running in cd6ab546100d 05:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:30:01 OK: 7 MiB in 15 packages 05:30:01 Removing intermediate container cd6ab546100d 05:30:01 ---> 7ecfe0611740 05:30:01 Step 16/25 : WORKDIR / 05:30:01 ---> Running in 8cc034d344ad 05:30:01 Removing intermediate container 8cc034d344ad 05:30:01 ---> ea8f1b6e260e 05:30:01 Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / 05:30:01 ---> 858b68f45f38 05:30:01 Step 18/25 : COPY --from=builder /device-gpio/LICENSE / 05:30:01 ---> 732ec80d6d98 05:30:01 Step 19/25 : COPY --from=builder /device-gpio/cmd/ / 05:30:03 ---> af5edd6e20d8 05:30:03 Step 20/25 : EXPOSE 59910 05:30:03 ---> Running in 862afd51d1f4 05:30:03 Removing intermediate container 862afd51d1f4 05:30:03 ---> b37534c21191 05:30:03 Step 21/25 : ENTRYPOINT ["/device-gpio"] 05:30:03 ---> Running in 4011ce5d66fd 05:30:03 Removing intermediate container 4011ce5d66fd 05:30:03 ---> 2aa57bbd8c38 05:30:03 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:30:03 ---> Running in e3746b8f53e1 05:30:03 Removing intermediate container e3746b8f53e1 05:30:03 ---> 4600238fe4ce 05:30:03 Step 23/25 : LABEL arch=amd64 05:30:03 ---> Running in 2261ec920851 05:30:03 Removing intermediate container 2261ec920851 05:30:03 ---> 4158ee7c7754 05:30:03 Step 24/25 : LABEL git_sha=95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:30:03 ---> Running in c45c4b85cd21 05:30:03 Removing intermediate container c45c4b85cd21 05:30:03 ---> cc8c6eefc289 05:30:03 Step 25/25 : LABEL version=3.0.0-dev.15 05:30:03 ---> Running in d52e024a4f30 05:30:03 Removing intermediate container d52e024a4f30 05:30:03 ---> e349d64d9a91 05:30:03 [Warning] One or more build-args [ARCH] were not consumed 05:30:03 Successfully built e349d64d9a91 05:30:03 Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:30:03 provisioning config files... 05:30:03 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config5836901111591137468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:30:03 ---> docker-login.sh 05:30:03 nexus3.edgexfoundry.org:10001 05:30:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:03 Configure a credential helper to remove this warning. See 05:30:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:03 05:30:03 Login Succeeded 05:30:03 nexus3.edgexfoundry.org:10002 05:30:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:03 Configure a credential helper to remove this warning. See 05:30:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:03 05:30:03 Login Succeeded 05:30:03 nexus3.edgexfoundry.org:10003 05:30:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:04 Configure a credential helper to remove this warning. See 05:30:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:04 05:30:04 Login Succeeded 05:30:04 nexus3.edgexfoundry.org:10004 05:30:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:04 Configure a credential helper to remove this warning. See 05:30:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:04 05:30:04 Login Succeeded 05:30:04 docker.io 05:30:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:04 Configure a credential helper to remove this warning. See 05:30:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:04 05:30:04 Login Succeeded 05:30:04 ---> docker-login.sh ends [Pipeline] } 05:30:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:30:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:30:04 [edgeXDocker.push] Tagging docker image device-gpio with the following tags: 05:30:04 95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:30:04 latest 05:30:04 3.0.0-dev.15 05:30:04 95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 05:30:04 main 05:30:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:05 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:05 + docker push nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:30:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 05:30:05 c1195f3581a3: Preparing 05:30:05 6fa49c0f175e: Preparing 05:30:05 cc7a4aa950cc: Preparing 05:30:05 a86a180ccd46: Preparing 05:30:05 f1417ff83b31: Preparing 05:30:05 f1417ff83b31: Layer already exists 05:30:05 cc7a4aa950cc: Pushed 05:30:05 a86a180ccd46: Pushed 05:30:05 6fa49c0f175e: Pushed 05:30:08 c1195f3581a3: Pushed 05:30:08 95b01347c682c509c5ba1ad757ba8b1f414ff9ba: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:08 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:09 + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest 05:30:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 05:30:09 c1195f3581a3: Preparing 05:30:09 6fa49c0f175e: Preparing 05:30:09 cc7a4aa950cc: Preparing 05:30:09 a86a180ccd46: Preparing 05:30:09 f1417ff83b31: Preparing 05:30:09 c1195f3581a3: Layer already exists 05:30:09 6fa49c0f175e: Layer already exists 05:30:09 f1417ff83b31: Layer already exists 05:30:09 cc7a4aa950cc: Layer already exists 05:30:09 a86a180ccd46: Layer already exists 05:30:09 latest: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:09 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:09 + docker push nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.15 05:30:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 05:30:09 c1195f3581a3: Preparing 05:30:09 6fa49c0f175e: Preparing 05:30:09 cc7a4aa950cc: Preparing 05:30:09 a86a180ccd46: Preparing 05:30:09 f1417ff83b31: Preparing 05:30:09 f1417ff83b31: Layer already exists 05:30:09 6fa49c0f175e: Layer already exists 05:30:09 a86a180ccd46: Layer already exists 05:30:09 cc7a4aa950cc: Layer already exists 05:30:09 c1195f3581a3: Layer already exists 05:30:09 3.0.0-dev.15: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:09 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:10 + docker push nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 05:30:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 05:30:10 c1195f3581a3: Preparing 05:30:10 6fa49c0f175e: Preparing 05:30:10 cc7a4aa950cc: Preparing 05:30:10 a86a180ccd46: Preparing 05:30:10 f1417ff83b31: Preparing 05:30:10 f1417ff83b31: Layer already exists 05:30:10 a86a180ccd46: Layer already exists 05:30:10 6fa49c0f175e: Layer already exists 05:30:10 c1195f3581a3: Layer already exists 05:30:10 cc7a4aa950cc: Layer already exists 05:30:10 95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:10 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:10 + docker push nexus3.edgexfoundry.org:10004/device-gpio:main 05:30:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 05:30:10 c1195f3581a3: Preparing 05:30:10 6fa49c0f175e: Preparing 05:30:10 cc7a4aa950cc: Preparing 05:30:10 a86a180ccd46: Preparing 05:30:10 f1417ff83b31: Preparing 05:30:10 c1195f3581a3: Layer already exists 05:30:10 a86a180ccd46: Layer already exists 05:30:10 f1417ff83b31: Layer already exists 05:30:10 6fa49c0f175e: Layer already exists 05:30:10 cc7a4aa950cc: Layer already exists 05:30:10 main: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:30:10 ===================================================== [Pipeline] echo 05:30:10 taggedImages: 05:30:10 - nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:30:10 - nexus3.edgexfoundry.org:10004/device-gpio:latest 05:30:10 - nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.15 05:30:10 - nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 05:30:10 - 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 05:30:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:30:11 05:30:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:30:11 latest: Pulling from edgex-lftools-log-publisher 05:30:11 5eb5b503b376: Pulling fs layer 05:30:11 5c69ac0246d0: Pulling fs layer 05:30:11 ec43610c2a17: Pulling fs layer 05:30:11 3a2ae6a8a46f: Pulling fs layer 05:30:11 33b1e0a273af: Pulling fs layer 05:30:11 5d3b04190fa2: Pulling fs layer 05:30:11 2f39f015ded8: Pulling fs layer 05:30:11 3a2ae6a8a46f: Waiting 05:30:11 33b1e0a273af: Waiting 05:30:11 5d3b04190fa2: Waiting 05:30:11 2f39f015ded8: Waiting 05:30:11 5c69ac0246d0: Download complete 05:30:11 3a2ae6a8a46f: Verifying Checksum 05:30:11 3a2ae6a8a46f: Download complete 05:30:11 ec43610c2a17: Verifying Checksum 05:30:11 33b1e0a273af: Verifying Checksum 05:30:11 33b1e0a273af: Download complete 05:30:11 ec43610c2a17: Download complete 05:30:11 5d3b04190fa2: Verifying Checksum 05:30:11 5d3b04190fa2: Download complete 05:30:11 5eb5b503b376: Download complete 05:30:12 2f39f015ded8: Download complete 05:30:13 5eb5b503b376: Pull complete 05:30:13 5c69ac0246d0: Pull complete 05:30:13 ec43610c2a17: Pull complete 05:30:13 3a2ae6a8a46f: Pull complete 05:30:13 33b1e0a273af: Pull complete 05:30:13 5d3b04190fa2: Pull complete 05:30:19 2f39f015ded8: Pull complete 05:30:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:30:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:30:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:30:19 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:30:19 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:30:22 $ docker top 9022de3b4168e4e2ba14d29bf29de791722e2ee07a2d7cefe07de14c1a82a286 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:30:23 ---> job-cost.sh 05:30:23 lf-activate-venv: SKIPPING 05:30:23 INFO: No Stack... 05:30:23 INFO: Retrieving Pricing Info for: v3-standard-8 05:30:23 INFO: Archiving Costs [Pipeline] sh 05:30:23 + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv 05:30:23 + cut -d, -f6 [Pipeline] lock 05:30:23 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] 05:30:23 Resource [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] did not exist. Created. 05:30:23 Lock acquired on [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:30:24 + echo total: 0.2199999988079071 [Pipeline] stash 05:30:24 Stashed 1 file(s) [Pipeline] } 05:30:24 Lock released on resource [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [Pipeline] // lock [Pipeline] } 05:30:24 $ docker stop --time=1 9022de3b4168e4e2ba14d29bf29de791722e2ee07a2d7cefe07de14c1a82a286 05:30:25 $ docker rm -f --volumes 9022de3b4168e4e2ba14d29bf29de791722e2ee07a2d7cefe07de14c1a82a286 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:32:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6976 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws 05:32:23 Running in /w/workspace/device-gpio/68 [Pipeline] { [Pipeline] checkout 05:32:23 The recommended git tool is: git 05:32:29 using credential edgex-jenkins-ssh 05:32:29 Cloning the remote Git repository 05:32:29 Cloning repository git@github.com:edgexfoundry/device-gpio.git 05:32:29 > git init /w/workspace/device-gpio/68 # timeout=10 05:32:29 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 05:32:29 > git --version # timeout=10 05:32:29 > git --version # 'git version 2.25.1' 05:32:29 using GIT_SSH to set credentials SSH Credentials for GitHub 05:32:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:32:31 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 05:32:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:32:32 Avoid second fetch 05:32:32 Checking out Revision 95b01347c682c509c5ba1ad757ba8b1f414ff9ba (main) 05:32:32 Commit message: "Merge pull request #71 from edgexfoundry/dependabot/go_modules/github.com/warthog618/gpiod-0.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:32:32 > git config core.sparsecheckout # timeout=10 05:32:32 > git checkout -f 95b01347c682c509c5ba1ad757ba8b1f414ff9ba # timeout=10 05:32:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:32:33 % Total % Received % Xferd Average Speed Time Time Time Current 05:32:33 Dload Upload Total Spent Left Speed 05:32:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh 05:32:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:32:34 + sudo tee /etc/docker/daemon.new 05:32:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:32:34 { 05:32:34 "registry-mirrors": [ 05:32:34 "https://nexus3.edgexfoundry.org:10001" 05:32:34 ], 05:32:34 "bip": "10.250.0.254/24", 05:32:34 "hosts": [ 05:32:34 "tcp://0.0.0.0:5555", 05:32:34 "unix:///var/run/docker.sock" 05:32:34 ], 05:32:34 "mtu": 1458, 05:32:34 "selinux-enabled": true, 05:32:34 "seccomp-profile": "/etc/docker/seccomp.json" 05:32:34 } [Pipeline] sh 05:32:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:32:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:32:53 provisioning config files... 05:32:53 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/68@tmp/config10218636836622836023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:32:54 ---> docker-login.sh 05:32:54 nexus3.edgexfoundry.org:10001 05:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:32:54 Configure a credential helper to remove this warning. See 05:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:32:54 05:32:54 Login Succeeded 05:32:54 nexus3.edgexfoundry.org:10002 05:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:32:54 Configure a credential helper to remove this warning. See 05:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:32:54 05:32:54 Login Succeeded 05:32:55 nexus3.edgexfoundry.org:10003 05:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:32:55 Configure a credential helper to remove this warning. See 05:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:32:55 05:32:55 Login Succeeded 05:32:55 nexus3.edgexfoundry.org:10004 05:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:32:55 Configure a credential helper to remove this warning. See 05:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:32:55 05:32:55 Login Succeeded 05:32:55 docker.io 05:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:32:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:32:56 Configure a credential helper to remove this warning. See 05:32:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:32:56 05:32:56 Login Succeeded 05:32:56 ---> docker-login.sh ends [Pipeline] } 05:32:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:32:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:32:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:32:56 ========================================================= 05:32:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 05:32:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:56 + 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 . 05:32:57 Sending build context to Docker daemon 8.094MB 05:32:57 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 05:32:57 Step 2/12 : FROM ${BASE} AS builder 05:32:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:32:57 af6eaf76a39c: Pulling fs layer 05:32:57 55522c791124: Pulling fs layer 05:32:57 ce5c4a1c91eb: Pulling fs layer 05:32:57 169dfbe0d373: Pulling fs layer 05:32:57 e1ff8fa3b103: Pulling fs layer 05:32:57 52ebb69f0ebf: Pulling fs layer 05:32:57 5abe8eddf0d5: Pulling fs layer 05:32:57 169dfbe0d373: Waiting 05:32:57 e1ff8fa3b103: Waiting 05:32:57 52ebb69f0ebf: Waiting 05:32:57 5abe8eddf0d5: Waiting 05:32:57 55522c791124: Verifying Checksum 05:32:57 55522c791124: Download complete 05:32:57 169dfbe0d373: Verifying Checksum 05:32:57 169dfbe0d373: Download complete 05:32:57 e1ff8fa3b103: Verifying Checksum 05:32:57 e1ff8fa3b103: Download complete 05:32:57 af6eaf76a39c: Verifying Checksum 05:32:58 af6eaf76a39c: Pull complete 05:32:58 5abe8eddf0d5: Verifying Checksum 05:32:58 5abe8eddf0d5: Download complete 05:32:58 55522c791124: Pull complete 05:32:59 ce5c4a1c91eb: Verifying Checksum 05:32:59 ce5c4a1c91eb: Download complete 05:32:59 52ebb69f0ebf: Verifying Checksum 05:32:59 52ebb69f0ebf: Download complete 05:33:09 ce5c4a1c91eb: Pull complete 05:33:09 169dfbe0d373: Pull complete 05:33:09 e1ff8fa3b103: Pull complete 05:33:15 52ebb69f0ebf: Pull complete 05:33:17 5abe8eddf0d5: Pull complete 05:33:17 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 05:33:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:33:17 ---> 6cb57ee374ae 05:33:17 Step 3/12 : ARG ADD_BUILD_TAGS="" 05:33:19 ---> Running in dccca7f17843 05:33:19 Removing intermediate container dccca7f17843 05:33:19 ---> 9dd21dab792d 05:33:19 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:33:19 ---> Running in a7f568288419 05:33:19 Removing intermediate container a7f568288419 05:33:19 ---> b8b788329d75 05:33:19 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 05:33:19 ---> Running in db501691c109 05:33:20 Removing intermediate container db501691c109 05:33:20 ---> a49d5283c36a 05:33:20 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 05:33:20 ---> Running in 83d270ebf43e 05:33:20 Removing intermediate container 83d270ebf43e 05:33:20 ---> 15fde9a82f5a 05:33:20 Step 7/12 : WORKDIR /device-gpio 05:33:20 ---> Running in 244e8e4c8983 05:33:20 Removing intermediate container 244e8e4c8983 05:33:20 ---> 2aae50ef8a0f 05:33:20 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:33:20 ---> Running in 644f8d071a91 05:33:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:33:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:33:23 (1/4) Installing openssh-keygen (9.1_p1-r2) 05:33:23 (2/4) Installing libedit (20221030.3.1-r0) 05:33:23 (3/4) Installing openssh-client-common (9.1_p1-r2) 05:33:23 (4/4) Installing openssh-client-default (9.1_p1-r2) 05:33:23 Executing busybox-1.35.0-r29.trigger 05:33:23 OK: 268 MiB in 57 packages 05:33:24 Removing intermediate container 644f8d071a91 05:33:24 ---> 74934ad992f1 05:33:24 Step 9/12 : COPY go.mod vendor* ./ 05:33:25 ---> c20f6851c1ed 05:33:25 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:25 ---> Running in a86bd6e59219 05:34:33 Removing intermediate container a86bd6e59219 05:34:33 ---> 7a97d97139a6 05:34:33 Step 11/12 : COPY . . 05:34:33 ---> 6f6cd87b9431 05:34:33 Step 12/12 : RUN ${MAKE} 05:34:33 ---> Running in c495844a204e 05:34:33 noop 05:34:33 Removing intermediate container c495844a204e 05:34:33 ---> 04b8a676b9c8 05:34:33 Successfully built 04b8a676b9c8 05:34:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:34:33 + docker inspect -f . ci-base-image-arm64 05:34:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:34:33 prd-ubuntu20.04-docker-arm64-4c-16g-6976 does not seem to be running inside a container 05:34:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/68 -v /w/workspace/device-gpio/68:/w/workspace/device-gpio/68:rw,z -v /w/workspace/device-gpio/68@tmp:/w/workspace/device-gpio/68@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 ******** ci-base-image-arm64 cat 05:34:35 $ docker top 313a6cebf5e4f6691e8f00fd216f31dbe6785c69fbeffe6d495abd218f131272 -eo pid,comm [Pipeline] { [Pipeline] sh 05:34:35 + go version 05:34:35 go version go1.20.2 linux/arm64 [Pipeline] } 05:34:35 $ docker stop --time=1 313a6cebf5e4f6691e8f00fd216f31dbe6785c69fbeffe6d495abd218f131272 05:34:37 $ docker rm -f --volumes 313a6cebf5e4f6691e8f00fd216f31dbe6785c69fbeffe6d495abd218f131272 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:34:38 + docker inspect -f . ci-base-image-arm64 05:34:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:34:38 prd-ubuntu20.04-docker-arm64-4c-16g-6976 does not seem to be running inside a container 05:34:38 $ 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/68 -v /w/workspace/device-gpio/68:/w/workspace/device-gpio/68:rw,z -v /w/workspace/device-gpio/68@tmp:/w/workspace/device-gpio/68@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 ******** ci-base-image-arm64 cat 05:34:39 $ docker top b83ad83e528965ba7b35ea22b055e5901ff644a6e81416883462bbe4d4a6b839 -eo pid,comm [Pipeline] { [Pipeline] sh 05:34:40 + git config --global --add safe.directory /w/workspace/device-gpio/68 [Pipeline] fileExists [Pipeline] sh 05:34:41 + make test 05:34:41 go test ./... -coverprofile=coverage.out ./... 05:35:13 ? github.com/edgexfoundry/device-gpio [no test files] 05:37:20 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 05:37:20 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 05:37:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:37:20 go vet ./... 05:37:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:37:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:37:46 ./bin/test-attribution-txt.sh [Pipeline] echo 05:37:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:37:46 $ docker stop --time=1 b83ad83e528965ba7b35ea22b055e5901ff644a6e81416883462bbe4d4a6b839 05:37:48 $ docker rm -f --volumes b83ad83e528965ba7b35ea22b055e5901ff644a6e81416883462bbe4d4a6b839 [Pipeline] // withDockerContainer [Pipeline] sh 05:37:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:37:50 Warning: overwriting stash ‘coverage-report’ 05:37:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:37:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:37:51 + ls -al . 05:37:51 total 152 05:37:51 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 05:34 . 05:37:51 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 05:32 .. 05:37:51 -rw-rw-r-- 1 jenkins jenkins 120 Apr 6 05:32 .dockerignore 05:37:51 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 05:32 .git 05:37:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:32 .github 05:37:51 -rw-rw-r-- 1 jenkins jenkins 343 Apr 6 05:32 .gitignore 05:37:51 -rw-rw-r-- 1 jenkins jenkins 41 Apr 6 05:32 .golangci.yml 05:37:51 -rw-rw-r-- 1 jenkins jenkins 9573 Apr 6 05:32 Attribution.txt 05:37:51 -rw-rw-r-- 1 jenkins jenkins 4069 Apr 6 05:32 CHANGELOG.md 05:37:51 -rw-rw-r-- 1 jenkins jenkins 1542 Apr 6 05:32 Dockerfile 05:37:51 -rw-rw-r-- 1 jenkins jenkins 677 Apr 6 05:32 GOVERNANCE.md 05:37:51 -rw-rw-r-- 1 jenkins jenkins 657 Apr 6 05:32 Jenkinsfile 05:37:51 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 6 05:32 LICENSE 05:37:51 -rw-rw-r-- 1 jenkins jenkins 1692 Apr 6 05:32 Makefile 05:37:51 -rw-rw-r-- 1 jenkins jenkins 617 Apr 6 05:32 OWNERS.md 05:37:51 -rw-rw-r-- 1 jenkins jenkins 11790 Apr 6 05:32 README.md 05:37:51 -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 05:28 VERSION 05:37:51 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 05:32 bin 05:37:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:32 cmd 05:37:51 -rw-r--r-- 1 jenkins jenkins 10 Apr 6 05:34 coverage.out 05:37:51 -rw-rw-r-- 1 jenkins jenkins 3266 Apr 6 05:32 go.mod 05:37:51 -rw-rw-r-- 1 jenkins jenkins 31410 Apr 6 05:32 go.sum 05:37:51 drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:32 internal 05:37:51 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 05:32 snap 05:37:51 -rw-rw-r-- 1 jenkins jenkins 209 Apr 6 05:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:51 + 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=95b01347c682c509c5ba1ad757ba8b1f414ff9ba --label arch=arm64 --label version=3.0.0-dev.15 . 05:37:51 Sending build context to Docker daemon 8.095MB 05:37:52 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 05:37:52 Step 2/25 : FROM ${BASE} AS builder 05:37:52 ---> 04b8a676b9c8 05:37:52 Step 3/25 : ARG ADD_BUILD_TAGS="" 05:37:52 ---> Running in c16f70c217c7 05:37:52 Removing intermediate container c16f70c217c7 05:37:52 ---> 415bf116fa0b 05:37:52 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:37:52 ---> Running in f45c88d8049a 05:37:52 Removing intermediate container f45c88d8049a 05:37:52 ---> 4ae54e05b295 05:37:52 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " 05:37:53 ---> Running in d4e18a87d299 05:37:53 Removing intermediate container d4e18a87d299 05:37:53 ---> 824f81b17862 05:37:53 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 05:37:53 ---> Running in 664321f7681d 05:37:53 Removing intermediate container 664321f7681d 05:37:53 ---> 2cd8fc1d496f 05:37:54 Step 7/25 : WORKDIR /device-gpio 05:37:54 ---> Running in baf29f1907ed 05:37:54 Removing intermediate container baf29f1907ed 05:37:54 ---> e464e43d8a63 05:37:54 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:37:54 ---> Running in 8f797de6c396 05:37:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:37:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:37:57 OK: 268 MiB in 57 packages 05:37:58 Removing intermediate container 8f797de6c396 05:37:58 ---> 38236ab5c8ef 05:37:58 Step 9/25 : COPY go.mod vendor* ./ 05:37:58 ---> 1f0e179520ff 05:37:58 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:37:58 ---> Running in f82123735226 05:38:01 Removing intermediate container f82123735226 05:38:01 ---> 4baaa824a186 05:38:01 Step 11/25 : COPY . . 05:38:02 ---> e23721f061ff 05:38:02 Step 12/25 : RUN ${MAKE} 05:38:02 ---> Running in 97ba7903b95c 05:38:03 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 05:40:25 Removing intermediate container 97ba7903b95c 05:40:25 ---> af5eda20a765 05:40:25 Step 13/25 : FROM alpine:3.17 05:40:25 3.17: Pulling from library/alpine 05:40:25 c41833b44d91: Pulling fs layer 05:40:25 c41833b44d91: Download complete 05:40:25 c41833b44d91: Pull complete 05:40:25 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 05:40:25 Status: Downloaded newer image for alpine:3.17 05:40:25 ---> 51e60588ff2c 05:40:25 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 05:40:25 ---> Running in e19cb803a4e6 05:40:25 Removing intermediate container e19cb803a4e6 05:40:25 ---> 0d5e59ea41db 05:40:25 Step 15/25 : RUN apk add --update --no-cache 05:40:25 ---> Running in aaca5aacf659 05:40:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:40:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:40:25 OK: 7 MiB in 15 packages 05:40:25 Removing intermediate container aaca5aacf659 05:40:25 ---> 0c3d584b951d 05:40:25 Step 16/25 : WORKDIR / 05:40:25 ---> Running in c7e452a95308 05:40:26 Removing intermediate container c7e452a95308 05:40:26 ---> f7b2e4b79f33 05:40:26 Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / 05:40:26 ---> bb5e94640f50 05:40:26 Step 18/25 : COPY --from=builder /device-gpio/LICENSE / 05:40:27 ---> 79a5af10c11b 05:40:27 Step 19/25 : COPY --from=builder /device-gpio/cmd/ / 05:40:28 ---> 5457c86fc701 05:40:28 Step 20/25 : EXPOSE 59910 05:40:28 ---> Running in 3f083d6a56fa 05:40:29 Removing intermediate container 3f083d6a56fa 05:40:29 ---> eab265afcc4d 05:40:29 Step 21/25 : ENTRYPOINT ["/device-gpio"] 05:40:29 ---> Running in f6298ee5a7ba 05:40:29 Removing intermediate container f6298ee5a7ba 05:40:29 ---> 766fed6b5e9b 05:40:29 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:40:29 ---> Running in 82f838257636 05:40:30 Removing intermediate container 82f838257636 05:40:30 ---> 7f37b3133bbe 05:40:30 Step 23/25 : LABEL arch=arm64 05:40:30 ---> Running in 255ad4b10cf3 05:40:30 Removing intermediate container 255ad4b10cf3 05:40:30 ---> 5941639eac0a 05:40:30 Step 24/25 : LABEL git_sha=95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:40:30 ---> Running in 3a59ec849b05 05:40:30 Removing intermediate container 3a59ec849b05 05:40:30 ---> e4929ecbde8d 05:40:30 Step 25/25 : LABEL version=3.0.0-dev.15 05:40:30 ---> Running in 5f136bdabd91 05:40:31 Removing intermediate container 5f136bdabd91 05:40:31 ---> df3bb2d53652 05:40:31 [Warning] One or more build-args [ARCH] were not consumed 05:40:31 Successfully built df3bb2d53652 05:40:31 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 05:40:31 provisioning config files... 05:40:31 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/68@tmp/config1527539019410808419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:40:31 ---> docker-login.sh 05:40:31 nexus3.edgexfoundry.org:10001 05:40:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:31 Configure a credential helper to remove this warning. See 05:40:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:31 05:40:31 Login Succeeded 05:40:31 nexus3.edgexfoundry.org:10002 05:40:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:32 Configure a credential helper to remove this warning. See 05:40:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:32 05:40:32 Login Succeeded 05:40:32 nexus3.edgexfoundry.org:10003 05:40:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:32 Configure a credential helper to remove this warning. See 05:40:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:32 05:40:32 Login Succeeded 05:40:32 nexus3.edgexfoundry.org:10004 05:40:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:32 Configure a credential helper to remove this warning. See 05:40:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:32 05:40:32 Login Succeeded 05:40:32 docker.io 05:40:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:33 Configure a credential helper to remove this warning. See 05:40:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:33 05:40:33 Login Succeeded 05:40:33 ---> docker-login.sh ends [Pipeline] } 05:40:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:40:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:40:33 [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: 05:40:33 95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:40:33 latest 05:40:33 3.0.0-dev.15 05:40:33 95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 05:40:33 main 05:40:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:33 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:34 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 05:40:34 3bf37d437047: Preparing 05:40:34 9481fe81d96c: Preparing 05:40:34 1e0cc7f90e80: Preparing 05:40:34 f42510d84f25: Preparing 05:40:34 26cbea5cba74: Preparing 05:40:34 26cbea5cba74: Layer already exists 05:40:34 f42510d84f25: Pushed 05:40:34 9481fe81d96c: Pushed 05:40:34 1e0cc7f90e80: Pushed 05:40:39 3bf37d437047: Pushed 05:40:40 95b01347c682c509c5ba1ad757ba8b1f414ff9ba: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:40 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:40 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 05:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 05:40:40 3bf37d437047: Preparing 05:40:40 9481fe81d96c: Preparing 05:40:40 1e0cc7f90e80: Preparing 05:40:40 f42510d84f25: Preparing 05:40:40 26cbea5cba74: Preparing 05:40:40 1e0cc7f90e80: Layer already exists 05:40:40 26cbea5cba74: Layer already exists 05:40:40 3bf37d437047: Layer already exists 05:40:40 9481fe81d96c: Layer already exists 05:40:40 f42510d84f25: Layer already exists 05:40:41 latest: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:41 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:41 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.15 05:40:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 05:40:41 3bf37d437047: Preparing 05:40:41 9481fe81d96c: Preparing 05:40:41 1e0cc7f90e80: Preparing 05:40:41 f42510d84f25: Preparing 05:40:41 26cbea5cba74: Preparing 05:40:41 3bf37d437047: Layer already exists 05:40:41 f42510d84f25: Layer already exists 05:40:41 1e0cc7f90e80: Layer already exists 05:40:41 9481fe81d96c: Layer already exists 05:40:41 26cbea5cba74: Layer already exists 05:40:41 3.0.0-dev.15: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:42 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:42 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 05:40:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 05:40:42 3bf37d437047: Preparing 05:40:42 9481fe81d96c: Preparing 05:40:42 1e0cc7f90e80: Preparing 05:40:42 f42510d84f25: Preparing 05:40:42 26cbea5cba74: Preparing 05:40:42 26cbea5cba74: Layer already exists 05:40:42 1e0cc7f90e80: Layer already exists 05:40:42 3bf37d437047: Layer already exists 05:40:42 f42510d84f25: Layer already exists 05:40:42 9481fe81d96c: Layer already exists 05:40:42 95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:43 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:43 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main 05:40:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 05:40:43 3bf37d437047: Preparing 05:40:43 9481fe81d96c: Preparing 05:40:43 1e0cc7f90e80: Preparing 05:40:43 f42510d84f25: Preparing 05:40:43 26cbea5cba74: Preparing 05:40:43 1e0cc7f90e80: Layer already exists 05:40:43 f42510d84f25: Layer already exists 05:40:43 26cbea5cba74: Layer already exists 05:40:43 3bf37d437047: Layer already exists 05:40:43 9481fe81d96c: Layer already exists 05:40:43 main: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:40:43 ===================================================== [Pipeline] echo 05:40:43 taggedImages: 05:40:43 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba 05:40:43 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 05:40:43 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.15 05:40:43 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 05:40:43 - 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 05:40:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:40:44 05:40:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:40:44 arm64: Pulling from edgex-lftools-log-publisher 05:40:44 8998bd30e6a1: Pulling fs layer 05:40:44 04944245beec: Pulling fs layer 05:40:44 699f458cf7ca: Pulling fs layer 05:40:44 765212b225bb: Pulling fs layer 05:40:44 f23df028b6ca: Pulling fs layer 05:40:44 d65c8cfc05b1: Pulling fs layer 05:40:44 2437ff75d9bd: Pulling fs layer 05:40:44 765212b225bb: Waiting 05:40:44 f23df028b6ca: Waiting 05:40:44 d65c8cfc05b1: Waiting 05:40:44 2437ff75d9bd: Waiting 05:40:44 04944245beec: Verifying Checksum 05:40:44 04944245beec: Download complete 05:40:44 765212b225bb: Verifying Checksum 05:40:44 765212b225bb: Download complete 05:40:44 f23df028b6ca: Verifying Checksum 05:40:44 f23df028b6ca: Download complete 05:40:44 d65c8cfc05b1: Verifying Checksum 05:40:44 d65c8cfc05b1: Download complete 05:40:45 699f458cf7ca: Verifying Checksum 05:40:45 699f458cf7ca: Download complete 05:40:45 8998bd30e6a1: Verifying Checksum 05:40:45 8998bd30e6a1: Download complete 05:40:47 2437ff75d9bd: Verifying Checksum 05:40:47 2437ff75d9bd: Download complete 05:40:49 8998bd30e6a1: Pull complete 05:40:49 04944245beec: Pull complete 05:40:50 699f458cf7ca: Pull complete 05:40:51 765212b225bb: Pull complete 05:40:51 f23df028b6ca: Pull complete 05:40:52 d65c8cfc05b1: Pull complete 05:41:07 2437ff75d9bd: Pull complete 05:41:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:41:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:41:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:41:07 prd-ubuntu20.04-docker-arm64-4c-16g-6976 does not seem to be running inside a container 05:41:07 $ 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/68 -v /w/workspace/device-gpio/68:/w/workspace/device-gpio/68:rw,z -v /w/workspace/device-gpio/68@tmp:/w/workspace/device-gpio/68@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:arm64 cat 05:41:10 $ docker top 00bfc96161b7f6fa2d23543a09f8b1ca1eda4fda99552be4c580c1d3aa0e9295 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:41:10 ---> job-cost.sh 05:41:10 lf-activate-venv: SKIPPING 05:41:10 INFO: No Stack... 05:41:11 INFO: Retrieving Pricing Info for: v3-standard-4 05:41:12 INFO: Archiving Costs [Pipeline] sh 05:41:12 + cat /w/workspace/device-gpio/68/archives/cost.csv 05:41:12 + cut -d, -f6 [Pipeline] lock 05:41:12 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] 05:41:12 Resource [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] did not exist. Created. 05:41:12 Lock acquired on [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:41:13 /w/workspace/device-gpio/68@tmp/durable-f01ddb0b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:41:14 + echo total: 0.10999999940395355 [Pipeline] stash 05:41:14 Warning: overwriting stash ‘stack-cost’ 05:41:14 Stashed 1 file(s) [Pipeline] } 05:41:14 Lock released on resource [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [Pipeline] // lock [Pipeline] } 05:41:14 $ docker stop --time=1 00bfc96161b7f6fa2d23543a09f8b1ca1eda4fda99552be4c580c1d3aa0e9295 05:41:15 $ docker rm -f --volumes 00bfc96161b7f6fa2d23543a09f8b1ca1eda4fda99552be4c580c1d3aa0e9295 [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 05:41:16 provisioning config files... 05:41:16 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config13497263515669382832tmp [Pipeline] { [Pipeline] sh 05:41:16 + set +x 05:41:16 + curl -s https://codecov.io/bash 05:41:16 + bash -s -- 05:41:16 05:41:16 _____ _ 05:41:16 / ____| | | 05:41:16 | | ___ __| | ___ ___ _____ __ 05:41:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:41:16 | |___| (_) | (_| | __/ (_| (_) \ V / 05:41:16 \_____\___/ \__,_|\___|\___\___/ \_/ 05:41:16 Bash-1.0.6 05:41:16 05:41:16 05:41:16 ==> git version 2.25.1 found 05:41:16 ==> 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 05:41:16 Release-Date: 2020-01-08 05:41:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:41:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:41:16 ==> Jenkins CI detected. 05:41:16 current dir:  /w/workspace/edgexfoundry_device-gpio_main 05:41:16 project root: . 05:41:16 --> token set from env 05:41:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:41:16 ==> Running gcov in . (disable via -X gcov) 05:41:16 ==> Python coveragepy not found 05:41:16 ==> Searching for coverage reports in: 05:41:16 + . 05:41:16 -> Found 1 reports 05:41:16 ==> Detecting git/mercurial file structure 05:41:16 ==> Reading reports 05:41:16 + ./coverage.out bytes=10 05:41:16 ==> Appending adjustments 05:41:16 https://docs.codecov.io/docs/fixing-reports 05:41:16 + Found adjustments 05:41:16 ==> Gzipping contents 05:41:16 4.0K /tmp/codecov.R4wFUA.gz 05:41:16 ==> Uploading reports 05:41:16 url: https://codecov.io 05:41:16 query: branch=main&commit=95b01347c682c509c5ba1ad757ba8b1f414ff9ba&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F68%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 05:41:16 -> Pinging Codecov 05:41:16 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=95b01347c682c509c5ba1ad757ba8b1f414ff9ba&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F68%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 05:41:16 -> Uploading to 05:41:16 https://storage.googleapis.com/codecov/v4/raw/2023-04-06/3EC07B1A8CA8AF9BCAA0BB9F0134797F/95b01347c682c509c5ba1ad757ba8b1f414ff9ba/1fc5b0c0-b01b-49e4-a71e-73efcf749f94.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230406T054116Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e748ec9febbe0bc1718e28e9377effb190b3bb423136466b88e0d5382764e86 05:41:16 % Total % Received % Xferd Average Speed Time Time Time Current 05:41:16 Dload Upload Total Spent Left Speed 05:41:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 707 0 0 100 707 0 2356 --:--:-- --:--:-- --:--:-- 2356 05:41:17 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] } 05:41:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:41:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:41:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:41:17 05:41:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:41:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:41:17 df9b9388f04a: Pulling fs layer 05:41:17 52dc419b0ee2: Pulling fs layer 05:41:17 25bc292e5bac: Pulling fs layer 05:41:17 114826534d7a: Pulling fs layer 05:41:17 4657fd5d0bcf: Pulling fs layer 05:41:17 6ad1cebc031e: Pulling fs layer 05:41:17 8a3aa393b2d8: Pulling fs layer 05:41:17 114826534d7a: Waiting 05:41:17 4657fd5d0bcf: Waiting 05:41:17 6ad1cebc031e: Waiting 05:41:17 8a3aa393b2d8: Waiting 05:41:17 25bc292e5bac: Verifying Checksum 05:41:17 25bc292e5bac: Download complete 05:41:17 52dc419b0ee2: Verifying Checksum 05:41:17 52dc419b0ee2: Download complete 05:41:17 4657fd5d0bcf: Download complete 05:41:18 6ad1cebc031e: Verifying Checksum 05:41:18 6ad1cebc031e: Download complete 05:41:18 df9b9388f04a: Pull complete 05:41:18 114826534d7a: Verifying Checksum 05:41:18 114826534d7a: Download complete 05:41:18 8a3aa393b2d8: Verifying Checksum 05:41:18 8a3aa393b2d8: Download complete 05:41:18 52dc419b0ee2: Pull complete 05:41:18 25bc292e5bac: Pull complete 05:41:22 114826534d7a: Pull complete 05:41:22 4657fd5d0bcf: Pull complete 05:41:22 6ad1cebc031e: Pull complete 05:41:26 8a3aa393b2d8: Pull complete 05:41:26 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 05:41:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:41:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:41:26 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:41:26 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:41:31 $ docker top 3aeb2834c6991b97b237939bdbd3489c4711ad9b0a0a19b811b510ef637518d0 -eo pid,comm [Pipeline] { [Pipeline] echo 05:41:31 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh 05:41:31 + set -o pipefail 05:41:31 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' 05:41:36 05:41:36 Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... 05:41:36 05:41:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/12ab3d01-1bc4-4f09-aaa2-b1110f72e9b5/history/922ab947-9fd3-45a6-915b-593bd3156c83 05:41:36 05:41:36 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 05:41:36 05:41:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:41:36 05:41:36 05:41:36 A medium severity vulnerability was found in the Snyk CLI versions you are using. 05:41:36 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 05:41:36 More details here: https://snyk.co/ue1NS 05:41:36 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 05:41:36 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:41:36 $ docker stop --time=1 3aeb2834c6991b97b237939bdbd3489c4711ad9b0a0a19b811b510ef637518d0 05:41:40 $ docker rm -f --volumes 3aeb2834c6991b97b237939bdbd3489c4711ad9b0a0a19b811b510ef637518d0 [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 05:41:41 + git log --format=format:%s -1 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] sh 05:41:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:41:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:41:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:41:42 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:41:42 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:41:42 $ docker top 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 -eo pid,comm 05:41:42 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). 05:41:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:41:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:41:42 [ssh-agent] Looking for ssh-agent implementation... 05:41:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:41:42 $ docker exec 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 ssh-agent 05:41:42 SSH_AUTH_SOCK=/tmp/ssh-50seEMoAMvhP/agent.32 05:41:42 SSH_AGENT_PID=38 05:41:42 Running ssh-add (command line suppressed) 05:41:42 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_8472601130812196687.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_8472601130812196687.key) 05:41:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:41:43 + git semver tag 05:41:43 2023-04-06 05:41:43,396 [run_tag] DEBUG tag force:False 05:41:43 2023-04-06 05:41:43,396 [check_head_tag] DEBUG check head tag 05:41:43 2023-04-06 05:41:43,397 [execute] INFO git cat-file --batch-check 05:41:43 2023-04-06 05:41:43,397 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 05:41:43 2023-04-06 05:41:43,401 [execute] INFO git cat-file --batch 05:41:43 2023-04-06 05:41:43,401 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 05:41:43 2023-04-06 05:41:43,418 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:41:43 2023-04-06 05:41:43,418 [execute] INFO git tag -a v3.0.0-dev.15 -m v3.0.0-dev.15 05:41:43 2023-04-06 05:41:43,419 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.15', '-m', 'v3.0.0-dev.15'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 05:41:43 2023-04-06 05:41:43,423 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:41:43 3.0.0-dev.15 [Pipeline] } 05:41:43 $ docker exec --env ******** --env ******** 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 ssh-agent -k 05:41:43 unset SSH_AUTH_SOCK; 05:41:43 unset SSH_AGENT_PID; 05:41:43 echo Agent pid 38 killed; 05:41:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:41:43 + git semver [Pipeline] } 05:41:44 $ docker stop --time=1 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 05:41:45 $ docker rm -f --volumes 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:41:45 05:41:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:41:46 0.23.1-centos7: Pulling from edgex-lftools 05:41:46 ab5ef0e58194: Pulling fs layer 05:41:46 9712f1f96733: Pulling fs layer 05:41:46 63f879dbbcfc: Pulling fs layer 05:41:46 0d9ebad4ef96: Pulling fs layer 05:41:46 e9a5061849ea: Pulling fs layer 05:41:46 d747dcd14b5f: Pulling fs layer 05:41:46 2de7ff778b66: Pulling fs layer 05:41:46 d747dcd14b5f: Waiting 05:41:46 e9a5061849ea: Waiting 05:41:46 0d9ebad4ef96: Waiting 05:41:46 9712f1f96733: Verifying Checksum 05:41:46 9712f1f96733: Download complete 05:41:46 63f879dbbcfc: Verifying Checksum 05:41:46 63f879dbbcfc: Download complete 05:41:46 e9a5061849ea: Verifying Checksum 05:41:46 e9a5061849ea: Download complete 05:41:46 d747dcd14b5f: Download complete 05:41:46 0d9ebad4ef96: Verifying Checksum 05:41:46 0d9ebad4ef96: Download complete 05:41:46 ab5ef0e58194: Verifying Checksum 05:41:46 ab5ef0e58194: Download complete 05:41:46 2de7ff778b66: Verifying Checksum 05:41:46 2de7ff778b66: Download complete 05:41:49 ab5ef0e58194: Pull complete 05:41:49 9712f1f96733: Pull complete 05:41:50 63f879dbbcfc: Pull complete 05:41:54 0d9ebad4ef96: Pull complete 05:41:54 e9a5061849ea: Pull complete 05:41:54 d747dcd14b5f: Pull complete 05:41:55 2de7ff778b66: Pull complete 05:41:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:41:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:41:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:41:55 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:41:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:42:01 $ docker top 919491f0750958cc4141604eb317ddd6a6b6ce1515b08963dfb7301571023032 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:42:01 provisioning config files... 05:42:01 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config5800345719770008021tmp 05:42:01 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config624269980973003124tmp 05:42:01 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config1862200664441516872tmp [Pipeline] { [Pipeline] echo 05:42:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:42:01 ---> sigul-configuration.sh 05:42:01 gpg: directory `/root/.gnupg' created 05:42:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:42:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:42:01 gpg: keyring `/root/.gnupg/secring.gpg' created 05:42:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:42:01 gpg: CAST5 encrypted data 05:42:01 gpg: encrypted with 1 passphrase 05:42:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:42:02 + mkdir /home/jenkins 05:42:02 + mkdir /home/jenkins/sigul [Pipeline] sh 05:42:02 + 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 05:42:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:42:02 ---> sigul-install.sh 05:42:02 Sigul already installed; skipping installation. [Pipeline] sh 05:42:03 + git tag --list 05:42:03 v1.0.0 05:42:03 v2.1.0 05:42:03 v2.1.1 05:42:03 v2.1.1-dev.1 05:42:03 v2.2.0 05:42:03 v2.2.1-dev.1 05:42:03 v2.2.1-dev.2 05:42:03 v2.2.1-dev.3 05:42:03 v2.2.1-dev.4 05:42:03 v2.3.0 05:42:03 v2.3.0-dev.10 05:42:03 v2.3.0-dev.11 05:42:03 v2.3.0-dev.12 05:42:03 v2.3.0-dev.13 05:42:03 v2.3.0-dev.14 05:42:03 v2.3.0-dev.15 05:42:03 v2.3.0-dev.16 05:42:03 v2.3.0-dev.17 05:42:03 v2.3.0-dev.18 05:42:03 v2.3.0-dev.19 05:42:03 v2.3.0-dev.20 05:42:03 v2.3.0-dev.4 05:42:03 v2.3.0-dev.5 05:42:03 v2.3.0-dev.6 05:42:03 v2.3.0-dev.7 05:42:03 v2.3.0-dev.8 05:42:03 v2.3.0-dev.9 05:42:03 v3.0.0-dev.1 05:42:03 v3.0.0-dev.10 05:42:03 v3.0.0-dev.11 05:42:03 v3.0.0-dev.12 05:42:03 v3.0.0-dev.13 05:42:03 v3.0.0-dev.14 05:42:03 v3.0.0-dev.15 05:42:03 v3.0.0-dev.2 05:42:03 v3.0.0-dev.3 05:42:03 v3.0.0-dev.4 05:42:03 v3.0.0-dev.5 05:42:03 v3.0.0-dev.6 05:42:03 v3.0.0-dev.7 05:42:03 v3.0.0-dev.8 05:42:03 v3.0.0-dev.9 [Pipeline] sh 05:42:03 + lftools sign git-tag v3.0.0-dev.15 05:42:03 Signing Git tag with Sigul... 05:42:03 Signing v3.0.0-dev.15 [Pipeline] echo 05:42:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:42:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:42:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:42:04 $ docker stop --time=1 919491f0750958cc4141604eb317ddd6a6b6ce1515b08963dfb7301571023032 05:42:05 $ docker rm -f --volumes 919491f0750958cc4141604eb317ddd6a6b6ce1515b08963dfb7301571023032 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:42:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:42:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:42:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:42:06 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:42:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:42:06 $ docker top 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 -eo pid,comm 05:42:06 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). 05:42:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:42:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:42:07 [ssh-agent] Looking for ssh-agent implementation... 05:42:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:42:07 $ docker exec 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 ssh-agent 05:42:07 SSH_AUTH_SOCK=/tmp/ssh-XTMMfpuzC4xW/agent.32 05:42:07 SSH_AGENT_PID=38 05:42:07 Running ssh-add (command line suppressed) 05:42:07 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_1307033963126609090.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_1307033963126609090.key) 05:42:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:42:07 + git semver bump pre 05:42:07 2023-04-06 05:42:07,885 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:42:07 2023-04-06 05:42:07,885 [bump_version] DEBUG bumping version:3.0.0-dev.15 on axis:pre with prefix:dev 05:42:07 2023-04-06 05:42:07,886 [bump_version] DEBUG bumped version:3.0.0-dev.16 05:42:07 2023-04-06 05:42:07,886 [write_version] DEBUG write version:3.0.0-dev.16 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True 05:42:07 2023-04-06 05:42:07,886 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:42:07 2023-04-06 05:42:07,886 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:42:07 2023-04-06 05:42:07,888 [execute] INFO git cat-file --batch-check 05:42:07 2023-04-06 05:42:07,888 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 05:42:07 2023-04-06 05:42:07,894 [execute] INFO git cat-file --batch 05:42:07 2023-04-06 05:42:07,894 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 05:42:07 2023-04-06 05:42:07,900 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:42:07 3.0.0-dev.16 [Pipeline] } 05:42:07 $ docker exec --env ******** --env ******** 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 ssh-agent -k 05:42:08 unset SSH_AUTH_SOCK; 05:42:08 unset SSH_AGENT_PID; 05:42:08 echo Agent pid 38 killed; 05:42:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:42:08 + git semver [Pipeline] } 05:42:08 $ docker stop --time=1 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 05:42:09 $ docker rm -f --volumes 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 [Pipeline] // withDockerContainer [Pipeline] sh 05:42:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:42:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:42:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:42:10 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:42:10 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:42:11 $ docker top 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:42:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:42:11 [ssh-agent] Looking for ssh-agent implementation... 05:42:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:42:11 $ docker exec 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f ssh-agent 05:42:11 SSH_AUTH_SOCK=/tmp/ssh-b4rCcIejgGf9/agent.32 05:42:11 SSH_AGENT_PID=38 05:42:11 Running ssh-add (command line suppressed) 05:42:11 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_2588730862930894304.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_2588730862930894304.key) 05:42:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:42:11 + git semver push 05:42:12 2023-04-06 05:42:11,938 [run_push] DEBUG push 05:42:12 2023-04-06 05:42:11,938 [execute] INFO git cat-file --batch-check 05:42:12 2023-04-06 05:42:11,938 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 05:42:12 2023-04-06 05:42:11,942 [execute] INFO git rev-list 3f52cc2bf3a5ba52b67cf514cef4409d7a0519bf -- 05:42:12 2023-04-06 05:42:11,942 [execute] DEBUG Popen(['git', 'rev-list', '3f52cc2bf3a5ba52b67cf514cef4409d7a0519bf', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 05:42:12 2023-04-06 05:42:11,949 [execute] INFO git fetch -v origin 05:42:12 2023-04-06 05:42:11,949 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) 05:42:12 2023-04-06 05:42:12,453 [run_push] DEBUG no remote changes detected 05:42:12 2023-04-06 05:42:12,454 [execute] INFO git push origin semver 05:42:12 2023-04-06 05:42:12,454 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 05:42:13 2023-04-06 05:42:13,238 [run_push] DEBUG push all version tags 05:42:13 2023-04-06 05:42:13,238 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:42:13 2023-04-06 05:42:13,239 [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) 05:42:14 2023-04-06 05:42:13,960 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 05:42:14 3.0.0-dev.16 [Pipeline] } 05:42:14 $ docker exec --env ******** --env ******** 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f ssh-agent -k 05:42:14 unset SSH_AUTH_SOCK; 05:42:14 unset SSH_AGENT_PID; 05:42:14 echo Agent pid 38 killed; 05:42:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:42:14 + git semver [Pipeline] } 05:42:14 $ docker stop --time=1 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f 05:42:16 $ docker rm -f --volumes 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f [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 05:42:16 + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] 05:42:16 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 05:42:16 total 16 05:42:16 drwxr-xr-x 3 root root 4096 Apr 6 05:30 . 05:42:16 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 05:42 .. 05:42:16 drwxr-xr-x 2 root root 4096 Apr 6 05:30 cost 05:42:16 -rw-r--r-- 1 root root 82 Apr 6 05:30 cost.csv 05:42:16 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives 05:42:16 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 05:42:16 total 16 05:42:16 drwxr-xr-x 3 jenkins jenkins 4096 Apr 6 05:30 . 05:42:16 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 05:42 .. 05:42:16 drwxr-xr-x 2 jenkins jenkins 4096 Apr 6 05:30 cost 05:42:16 -rw-r--r-- 1 jenkins jenkins 82 Apr 6 05:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:42:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:42:17 ---> package-listing.sh 05:42:17 ++ tr '[:upper:]' '[:lower:]' 05:42:17 ++ facter osfamily 05:42:17 + OS_FAMILY=debian 05:42:17 + workspace=/w/workspace/edgexfoundry_device-gpio_main 05:42:17 + START_PACKAGES=/tmp/packages_start.txt 05:42:17 + END_PACKAGES=/tmp/packages_end.txt 05:42:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:42:17 + PACKAGES=/tmp/packages_start.txt 05:42:17 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 05:42:17 + PACKAGES=/tmp/packages_end.txt 05:42:17 + case "${OS_FAMILY}" in 05:42:17 + dpkg -l 05:42:17 + grep '^ii' 05:42:18 + '[' -f /tmp/packages_start.txt ']' 05:42:18 + '[' -f /tmp/packages_end.txt ']' 05:42:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:42:18 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 05:42:18 + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ 05:42:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo 05:42:18 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 05:42:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:42:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:42:19 prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container 05:42:19 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:42:19 $ docker top d2b2b0940978448e63dc91f5192ac5e1270f2b3e86e05ab523b786b55bbe0a5a -eo pid,comm [Pipeline] { [Pipeline] sh 05:42:19 + touch /tmp/pre-build-complete [Pipeline] sh 05:42:19 + mkdir -p /var/log/sysstat [Pipeline] sh 05:42:20 + ls /var/log/sa-host 05:42:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:42:20 provisioning config files... 05:42:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config11158898624392136028tmp [Pipeline] { [Pipeline] echo 05:42:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:42:20 ---> create-netrc.sh [Pipeline] } 05:42:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:42:20 ---> python-tools-install.sh [Pipeline] echo 05:42:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:42:21 ---> sudo-logs.sh 05:42:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:42:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:42:21 ---> job-cost.sh 05:42:21 lf-activate-venv: SKIPPING 05:42:21 DEBUG: total: 0.2199999988079071 05:42:21 INFO: Retrieving Stack Cost... 05:42:22 INFO: Retrieving Pricing Info for: v3-standard-8 05:42:22 INFO: Archiving Costs [Pipeline] echo 05:42:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:42:23 ---> logs-deploy.sh 05:42:23 lf-activate-venv: SKIPPING 05:42:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/68 05:42:23 INFO: archiving workspace using pattern(s): 05:42:23 Archives upload complete. 05:42:23 INFO: archiving logs to Nexus