Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6427482eab3bd2356a4491c722b8795ef3b48a72 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-ssh7964846019657497434.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-ssh7904192956001133037.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-ssh9073756923685649579.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-ssh4013625622819588395.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-ssh17862391916553869908.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-2385 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 6427482eab3bd2356a4491c722b8795ef3b48a72 (main) Commit message: "refactor(snap): Update command and metadata sourcing (#131)" > 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 6427482eab3bd2356a4491c722b8795ef3b48a72 # timeout=10 > git rev-list --no-walk 58c55fcceacaa429eb258ff9b432fe1f0402d5e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:56:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:56:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:56:01 ========================================================= 08:56:01 EdgeX Global Pipelines Version Info 08:56:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:56:02 ------------------- 08:56:02 stable info: 08:56:02 ------------------- 08:56:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:56:02 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 08:56:02 Message: update stable to v1.0.245 08:56:03 ------------------- 08:56:03 experimental info: 08:56:03 ------------------- 08:56:03 Commited By: **** collab-it+edgex@linuxfoundation.org 08:56:03 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 08:56:03 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6427482 [Pipeline] echo 08:56:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:56:03 provisioning config files... 08:56:03 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config10699187305345507112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:56:03 ---> docker-login.sh 08:56:03 nexus3.edgexfoundry.org:10001 08:56:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:04 Configure a credential helper to remove this warning. See 08:56:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:04 08:56:04 Login Succeeded 08:56:04 nexus3.edgexfoundry.org:10002 08:56:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:04 Configure a credential helper to remove this warning. See 08:56:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:04 08:56:04 Login Succeeded 08:56:04 nexus3.edgexfoundry.org:10003 08:56:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:04 Configure a credential helper to remove this warning. See 08:56:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:04 08:56:04 Login Succeeded 08:56:04 nexus3.edgexfoundry.org:10004 08:56:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:04 Configure a credential helper to remove this warning. See 08:56:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:04 08:56:04 Login Succeeded 08:56:04 docker.io 08:56:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:04 Configure a credential helper to remove this warning. See 08:56:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:04 08:56:04 Login Succeeded 08:56:04 ---> docker-login.sh ends [Pipeline] } 08:56:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:56:05 + git rev-list -1 --merges 6427482eab3bd2356a4491c722b8795ef3b48a72~1..6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] echo 08:56:05 -----------> git rev-list -1 --merges 6427482eab3bd2356a4491c722b8795ef3b48a72~1..6427482eab3bd2356a4491c722b8795ef3b48a72 6427482eab3bd2356a4491c722b8795ef3b48a72 [false] [Pipeline] sh 08:56:05 + git log --format=format:%s -1 6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] echo 08:56:05 ========================================================= 08:56:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:56:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:56:05 + git log --format=format:%s -1 6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] echo 08:56:05 [semverPrep] GIT_COMMIT: 6427482eab3bd2356a4491c722b8795ef3b48a72, Commit Message: refactor(snap): Update command and metadata sourcing (#131) [Pipeline] echo 08:56:05 [semverPrep] This is not a build commit. [Pipeline] sh 08:56:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:56:06 + grep -v github /etc/ssh/ssh_known_hosts 08:56:06 + [ -e /tmp/ssh_known_hosts ] 08:56:06 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:56:06 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:56:06 sudo tee -a /etc/ssh/ssh_known_hosts 08:56:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:56:06 08:56:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:56:07 0.1.4: Pulling from edgex-devops/py-git-semver 08:56:07 b85a868b505f: Pulling fs layer 08:56:07 e2be974225ed: Pulling fs layer 08:56:07 339a4e72a1f5: Pulling fs layer 08:56:07 988bab9f4d93: Pulling fs layer 08:56:07 1469e6f7b9e6: Pulling fs layer 08:56:07 988bab9f4d93: Waiting 08:56:07 eaf3925da568: Pulling fs layer 08:56:07 1469e6f7b9e6: Waiting 08:56:07 eaf3925da568: Waiting 08:56:07 bab4dde63d76: Pulling fs layer 08:56:07 bde34c3a00c8: Pulling fs layer 08:56:07 bab4dde63d76: Waiting 08:56:07 b352a97aabf1: Pulling fs layer 08:56:07 4872d77fe225: Pulling fs layer 08:56:07 b352a97aabf1: Waiting 08:56:07 bde34c3a00c8: Waiting 08:56:07 5851b861e8e6: Pulling fs layer 08:56:07 5851b861e8e6: Waiting 08:56:07 e2be974225ed: Verifying Checksum 08:56:07 e2be974225ed: Download complete 08:56:07 988bab9f4d93: Verifying Checksum 08:56:07 988bab9f4d93: Download complete 08:56:07 1469e6f7b9e6: Verifying Checksum 08:56:07 1469e6f7b9e6: Download complete 08:56:07 eaf3925da568: Verifying Checksum 08:56:07 eaf3925da568: Download complete 08:56:07 339a4e72a1f5: Verifying Checksum 08:56:07 339a4e72a1f5: Download complete 08:56:07 bde34c3a00c8: Download complete 08:56:07 b352a97aabf1: Verifying Checksum 08:56:07 b352a97aabf1: Download complete 08:56:07 4872d77fe225: Verifying Checksum 08:56:07 4872d77fe225: Download complete 08:56:07 5851b861e8e6: Download complete 08:56:07 b85a868b505f: Verifying Checksum 08:56:07 b85a868b505f: Download complete 08:56:07 bab4dde63d76: Verifying Checksum 08:56:07 bab4dde63d76: Download complete 08:56:08 b85a868b505f: Pull complete 08:56:08 e2be974225ed: Pull complete 08:56:09 339a4e72a1f5: Pull complete 08:56:09 988bab9f4d93: Pull complete 08:56:09 1469e6f7b9e6: Pull complete 08:56:09 eaf3925da568: Pull complete 08:56:11 bab4dde63d76: Pull complete 08:56:11 bde34c3a00c8: Pull complete 08:56:11 b352a97aabf1: Pull complete 08:56:11 4872d77fe225: Pull complete 08:56:11 5851b861e8e6: Pull complete 08:56:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:56:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:56:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:56:11 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 08:56:11 $ 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 08:56:13 $ docker top c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 -eo pid,comm 08:56:13 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). 08:56:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:56:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:56:14 [ssh-agent] Looking for ssh-agent implementation... 08:56:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:56:14 $ docker exec c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 ssh-agent 08:56:14 SSH_AUTH_SOCK=/tmp/ssh-tm28B5LGO7Sz/agent.34 08:56:14 SSH_AGENT_PID=41 08:56:14 Running ssh-add (command line suppressed) 08:56:14 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_15955152275562157671.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_15955152275562157671.key) 08:56:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:56:14 + git tag --points-at HEAD [Pipeline] } 08:56:14 $ docker exec --env ******** --env ******** c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 ssh-agent -k 08:56:14 unset SSH_AUTH_SOCK; 08:56:14 unset SSH_AGENT_PID; 08:56:14 echo Agent pid 41 killed; 08:56:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:56:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:56:14 [ssh-agent] Looking for ssh-agent implementation... 08:56:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:56:14 $ docker exec c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 ssh-agent 08:56:15 SSH_AUTH_SOCK=/tmp/ssh-bVhHykfGDxjT/agent.73 08:56:15 SSH_AGENT_PID=79 08:56:15 Running ssh-add (command line suppressed) 08:56:15 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6131960448159284277.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6131960448159284277.key) 08:56:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:56:15 + git semver init 08:56:15 2023-03-16 08:56:15,597 [run_init] DEBUG init version:0.0.0 force:False 08:56:15 2023-03-16 08:56:15,598 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver 08:56:15 2023-03-16 08:56:15,598 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver 08:56:15 2023-03-16 08:56:15,598 [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) 08:56:16 2023-03-16 08:56:16,489 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude 08:56:16 2023-03-16 08:56:16,490 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False 08:56:16 2023-03-16 08:56:16,490 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 08:56:16 2023-03-16 08:56:16,490 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 08:56:16 3.0.0-dev.12 [Pipeline] } 08:56:16 $ docker exec --env ******** --env ******** c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 ssh-agent -k 08:56:16 unset SSH_AUTH_SOCK; 08:56:16 unset SSH_AGENT_PID; 08:56:16 echo Agent pid 79 killed; 08:56:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:56:17 + git semver [Pipeline] } 08:56:17 $ docker stop --time=1 c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 08:56:18 $ docker rm -f --volumes c59d6fd9502c2614fe8b43da1c659397e05d3f807d20d01de145860a38f8cf06 [Pipeline] // withDockerContainer [Pipeline] sh 08:56:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:56:19 Stashed 1 file(s) [Pipeline] echo 08:56:19 [edgeXSemver]: initialized semver on version 3.0.0-dev.12 [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 08:56:19 provisioning config files... 08:56:19 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config6770625168922286772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:56:19 ---> docker-login.sh 08:56:19 nexus3.edgexfoundry.org:10001 08:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:19 Configure a credential helper to remove this warning. See 08:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:19 08:56:19 Login Succeeded 08:56:19 nexus3.edgexfoundry.org:10002 08:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:19 Configure a credential helper to remove this warning. See 08:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:19 08:56:19 Login Succeeded 08:56:19 nexus3.edgexfoundry.org:10003 08:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:19 Configure a credential helper to remove this warning. See 08:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:19 08:56:19 Login Succeeded 08:56:19 nexus3.edgexfoundry.org:10004 08:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:19 Configure a credential helper to remove this warning. See 08:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:19 08:56:19 Login Succeeded 08:56:19 docker.io 08:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:20 Configure a credential helper to remove this warning. See 08:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:20 08:56:20 Login Succeeded 08:56:20 ---> docker-login.sh ends [Pipeline] } 08:56:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:56:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:56:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:56:20 ========================================================= 08:56:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 08:56:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:20 + 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 . 08:56:20 Sending build context to Docker daemon 16.01MB 08:56:20 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 08:56:20 Step 2/12 : FROM ${BASE} AS builder 08:56:20 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 08:56:20 63b65145d645: Pulling fs layer 08:56:20 a2d21d5440eb: Pulling fs layer 08:56:20 935e6c44a52c: Pulling fs layer 08:56:20 94cc34f8dd06: Pulling fs layer 08:56:20 30dea6a524f1: Pulling fs layer 08:56:20 a2aff8979fd8: Pulling fs layer 08:56:20 6808be2612f2: Pulling fs layer 08:56:20 f25807f1079a: Pulling fs layer 08:56:20 a2aff8979fd8: Waiting 08:56:20 6808be2612f2: Waiting 08:56:20 f25807f1079a: Waiting 08:56:20 30dea6a524f1: Waiting 08:56:20 94cc34f8dd06: Waiting 08:56:20 a2d21d5440eb: Download complete 08:56:20 94cc34f8dd06: Download complete 08:56:20 30dea6a524f1: Download complete 08:56:20 63b65145d645: Verifying Checksum 08:56:20 63b65145d645: Download complete 08:56:20 a2aff8979fd8: Verifying Checksum 08:56:20 63b65145d645: Pull complete 08:56:21 a2d21d5440eb: Pull complete 08:56:21 f25807f1079a: Verifying Checksum 08:56:21 f25807f1079a: Download complete 08:56:21 935e6c44a52c: Verifying Checksum 08:56:21 935e6c44a52c: Download complete 08:56:21 6808be2612f2: Verifying Checksum 08:56:21 6808be2612f2: Download complete 08:56:25 935e6c44a52c: Pull complete 08:56:25 94cc34f8dd06: Pull complete 08:56:25 30dea6a524f1: Pull complete 08:56:25 a2aff8979fd8: Pull complete 08:56:27 6808be2612f2: Pull complete 08:56:27 f25807f1079a: Pull complete 08:56:27 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 08:56:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 08:56:27 ---> 3b553350e43f 08:56:27 Step 3/12 : ARG ADD_BUILD_TAGS="" 08:56:31 ---> Running in b511dc1d97f6 08:56:31 Removing intermediate container b511dc1d97f6 08:56:31 ---> 7d39f77472d4 08:56:31 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:56:31 ---> Running in ccbeab25246f 08:56:31 Removing intermediate container ccbeab25246f 08:56:31 ---> e888a4693d65 08:56:31 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 08:56:31 ---> Running in 1fffcf82f9a1 08:56:31 Removing intermediate container 1fffcf82f9a1 08:56:31 ---> 66598de5e02f 08:56:31 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 08:56:31 ---> Running in 0bac815c5920 08:56:31 Removing intermediate container 0bac815c5920 08:56:31 ---> 75a40a1fee9d 08:56:31 Step 7/12 : WORKDIR /device-gpio 08:56:31 ---> Running in 75cec96237d8 08:56:31 Removing intermediate container 75cec96237d8 08:56:31 ---> 5cd0eeb8618e 08:56:31 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:56:31 ---> Running in f70b3f1ff1f3 08:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:56:32 (1/4) Installing openssh-keygen (9.1_p1-r2) 08:56:32 (2/4) Installing libedit (20221030.3.1-r0) 08:56:32 (3/4) Installing openssh-client-common (9.1_p1-r2) 08:56:32 (4/4) Installing openssh-client-default (9.1_p1-r2) 08:56:32 Executing busybox-1.35.0-r29.trigger 08:56:32 OK: 269 MiB in 57 packages 08:56:32 Removing intermediate container f70b3f1ff1f3 08:56:32 ---> 45c65453c041 08:56:32 Step 9/12 : COPY go.mod vendor* ./ 08:56:32 ---> e32c7548497d 08:56:32 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:32 ---> Running in df7ca587d8ab 08:56:34 Still waiting to schedule task 08:56:34 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 08:57:05 Removing intermediate container df7ca587d8ab 08:57:05 ---> 0e18c13036f6 08:57:05 Step 11/12 : COPY . . 08:57:05 ---> fc99aca77b7a 08:57:05 Step 12/12 : RUN ${MAKE} 08:57:05 ---> Running in 229c0dc0bd11 08:57:05 noop 08:57:05 Removing intermediate container 229c0dc0bd11 08:57:05 ---> 7702326effdc 08:57:05 Successfully built 7702326effdc 08:57:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:57:05 + docker inspect -f . ci-base-image-x86_64 08:57:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:57:05 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 08:57:05 $ 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 08:57:05 $ docker top 7a1b7f8a0668c269208b59bdd01579e263cbd43ba011a5411d24971639f58cbb -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:06 + go version 08:57:06 go version go1.20.2 linux/amd64 [Pipeline] } 08:57:06 $ docker stop --time=1 7a1b7f8a0668c269208b59bdd01579e263cbd43ba011a5411d24971639f58cbb 08:57:07 $ docker rm -f --volumes 7a1b7f8a0668c269208b59bdd01579e263cbd43ba011a5411d24971639f58cbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:57:07 + docker inspect -f . ci-base-image-x86_64 08:57:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:57:07 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 08:57:07 $ 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 08:57:08 $ docker top 14b5926fda6fe1582176f1dcd16a67c7075f1c2aebf30d1c47fa6467272b8607 -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:08 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh 08:57:08 + make test 08:57:08 go test ./... -coverprofile=coverage.out ./... 08:57:14 ? github.com/edgexfoundry/device-gpio [no test files] 08:57:22 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 08:57:22 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 08:57:27 go vet ./... 08:57:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:57:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:57:30 ./bin/test-attribution-txt.sh [Pipeline] echo 08:57:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 08:57:30 $ docker stop --time=1 14b5926fda6fe1582176f1dcd16a67c7075f1c2aebf30d1c47fa6467272b8607 08:57:33 $ docker rm -f --volumes 14b5926fda6fe1582176f1dcd16a67c7075f1c2aebf30d1c47fa6467272b8607 [Pipeline] // withDockerContainer [Pipeline] sh 08:57:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:57:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:57:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:57:35 + ls -al . 08:57:35 total 160 08:57:35 drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 08:57 . 08:57:35 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 08:55 .. 08:57:35 -rw-rw-r-- 1 jenkins jenkins 120 Mar 16 08:56 .dockerignore 08:57:35 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 08:56 .git 08:57:35 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 08:56 .github 08:57:35 -rw-rw-r-- 1 jenkins jenkins 343 Mar 16 08:56 .gitignore 08:57:35 -rw-rw-r-- 1 jenkins jenkins 41 Mar 16 08:56 .golangci.yml 08:57:35 drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 08:56 .semver 08:57:35 -rw-rw-r-- 1 jenkins jenkins 9805 Mar 16 08:56 Attribution.txt 08:57:35 -rw-rw-r-- 1 jenkins jenkins 4069 Mar 16 08:56 CHANGELOG.md 08:57:35 -rw-rw-r-- 1 jenkins jenkins 1542 Mar 16 08:56 Dockerfile 08:57:35 -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 08:56 GOVERNANCE.md 08:57:35 -rw-rw-r-- 1 jenkins jenkins 657 Mar 16 08:56 Jenkinsfile 08:57:35 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 16 08:56 LICENSE 08:57:35 -rw-rw-r-- 1 jenkins jenkins 1692 Mar 16 08:56 Makefile 08:57:35 -rw-rw-r-- 1 jenkins jenkins 617 Mar 16 08:56 OWNERS.md 08:57:35 -rw-rw-r-- 1 jenkins jenkins 11842 Mar 16 08:56 README.md 08:57:35 -rw-rw-r-- 1 jenkins jenkins 12 Mar 16 08:56 VERSION 08:57:35 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 08:56 bin 08:57:35 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 08:56 cmd 08:57:35 -rw-r--r-- 1 jenkins jenkins 10 Mar 16 08:57 coverage.out 08:57:35 -rw-rw-r-- 1 jenkins jenkins 3312 Mar 16 08:56 go.mod 08:57:35 -rw-rw-r-- 1 jenkins jenkins 33120 Mar 16 08:56 go.sum 08:57:35 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 08:56 internal 08:57:35 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 08:56 snap 08:57:35 -rw-rw-r-- 1 jenkins jenkins 209 Mar 16 08:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:57:35 + 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=6427482eab3bd2356a4491c722b8795ef3b48a72 --label arch=amd64 --label version=3.0.0-dev.12 . 08:57:35 Sending build context to Docker daemon 16.01MB 08:57:35 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 08:57:35 Step 2/25 : FROM ${BASE} AS builder 08:57:35 ---> 7702326effdc 08:57:35 Step 3/25 : ARG ADD_BUILD_TAGS="" 08:57:35 ---> Running in 51a550a2691d 08:57:35 Removing intermediate container 51a550a2691d 08:57:35 ---> d997757601ef 08:57:35 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:57:35 ---> Running in 039aaabb664f 08:57:35 Removing intermediate container 039aaabb664f 08:57:35 ---> e517b1800952 08:57:35 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " 08:57:35 ---> Running in fc99bf1c7a4b 08:57:35 Removing intermediate container fc99bf1c7a4b 08:57:35 ---> 11e560f65c20 08:57:35 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 08:57:35 ---> Running in 77d850dda6d9 08:57:35 Removing intermediate container 77d850dda6d9 08:57:35 ---> 66dd52456554 08:57:35 Step 7/25 : WORKDIR /device-gpio 08:57:35 ---> Running in e5b79b750d7e 08:57:36 Removing intermediate container e5b79b750d7e 08:57:36 ---> 0f93df54d721 08:57:36 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:57:36 ---> Running in d8563d42d545 08:57:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:57:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:57:36 OK: 269 MiB in 57 packages 08:57:37 Removing intermediate container d8563d42d545 08:57:37 ---> a76f6e093a8e 08:57:37 Step 9/25 : COPY go.mod vendor* ./ 08:57:37 ---> c88939c374f7 08:57:37 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:57:37 ---> Running in e79c075c72d1 08:57:38 Removing intermediate container e79c075c72d1 08:57:38 ---> 74b54c4de94a 08:57:38 Step 11/25 : COPY . . 08:57:38 ---> 5d9842aacf86 08:57:38 Step 12/25 : RUN ${MAKE} 08:57:38 ---> Running in 1a2006376a92 08:57:39 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.12" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 08:57:57 Removing intermediate container 1a2006376a92 08:57:57 ---> 90c17071bd1e 08:57:57 Step 13/25 : FROM alpine:3.17 08:57:57 3.17: Pulling from library/alpine 08:57:57 63b65145d645: Already exists 08:57:57 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 08:57:57 Status: Downloaded newer image for alpine:3.17 08:57:57 ---> b2aa39c304c2 08:57:57 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 08:57:57 ---> Running in 14a8125c8dfc 08:57:57 Removing intermediate container 14a8125c8dfc 08:57:57 ---> 86d7b9d71563 08:57:57 Step 15/25 : RUN apk add --update --no-cache 08:57:57 ---> Running in 8418ebf1558e 08:57:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 08:57:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 08:57:57 OK: 7 MiB in 15 packages 08:57:57 Removing intermediate container 8418ebf1558e 08:57:57 ---> f688885f82ba 08:57:57 Step 16/25 : WORKDIR / 08:57:57 ---> Running in 3bc41829ddd1 08:57:57 Removing intermediate container 3bc41829ddd1 08:57:57 ---> 38e4bcda240a 08:57:57 Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / 08:57:57 ---> 286f5576c5c8 08:57:57 Step 18/25 : COPY --from=builder /device-gpio/LICENSE / 08:57:57 ---> c50fb5f72210 08:57:57 Step 19/25 : COPY --from=builder /device-gpio/cmd/ / 08:57:58 ---> e9b0c64ebe4a 08:57:58 Step 20/25 : EXPOSE 59910 08:57:58 ---> Running in b49fa2258334 08:57:58 Removing intermediate container b49fa2258334 08:57:58 ---> adfd90861319 08:57:58 Step 21/25 : ENTRYPOINT ["/device-gpio"] 08:57:58 ---> Running in 0447a12bc96b 08:57:58 Removing intermediate container 0447a12bc96b 08:57:58 ---> 6a062e412cf2 08:57:58 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:57:58 ---> Running in 7dc1b8558812 08:57:58 Removing intermediate container 7dc1b8558812 08:57:58 ---> b8bc8c1ad78c 08:57:58 Step 23/25 : LABEL arch=amd64 08:57:58 ---> Running in afc0e3ef1adc 08:57:59 Removing intermediate container afc0e3ef1adc 08:57:59 ---> 3f42e945a826 08:57:59 Step 24/25 : LABEL git_sha=6427482eab3bd2356a4491c722b8795ef3b48a72 08:57:59 ---> Running in e86d3f7f4af6 08:57:59 Removing intermediate container e86d3f7f4af6 08:57:59 ---> 5267c793e410 08:57:59 Step 25/25 : LABEL version=3.0.0-dev.12 08:57:59 ---> Running in 5d9a3f079b8d 08:57:59 Removing intermediate container 5d9a3f079b8d 08:57:59 ---> fea0b82f0e2a 08:57:59 [Warning] One or more build-args [ARCH] were not consumed 08:57:59 Successfully built fea0b82f0e2a 08:57:59 Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:57:59 provisioning config files... 08:57:59 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config3501019758662080351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:57:59 ---> docker-login.sh 08:57:59 nexus3.edgexfoundry.org:10001 08:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:59 Configure a credential helper to remove this warning. See 08:57:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:59 08:57:59 Login Succeeded 08:57:59 nexus3.edgexfoundry.org:10002 08:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:59 Configure a credential helper to remove this warning. See 08:57:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:59 08:57:59 Login Succeeded 08:57:59 nexus3.edgexfoundry.org:10003 08:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:59 Configure a credential helper to remove this warning. See 08:57:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:59 08:57:59 Login Succeeded 08:57:59 nexus3.edgexfoundry.org:10004 08:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:59 Configure a credential helper to remove this warning. See 08:57:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:59 08:57:59 Login Succeeded 08:57:59 docker.io 08:58:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:00 Configure a credential helper to remove this warning. See 08:58:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:00 08:58:00 Login Succeeded 08:58:00 ---> docker-login.sh ends [Pipeline] } 08:58:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:58:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:58:00 [edgeXDocker.push] Tagging docker image device-gpio with the following tags: 08:58:00 6427482eab3bd2356a4491c722b8795ef3b48a72 08:58:00 latest 08:58:00 3.0.0-dev.12 08:58:00 6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 08:58:00 main 08:58:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:00 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:00 + docker push nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72 08:58:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 08:58:00 44a2fbf7b161: Preparing 08:58:00 84b063ad48c0: Preparing 08:58:00 5e29f717f487: Preparing 08:58:00 acc124767c0f: Preparing 08:58:00 7cd52847ad77: Preparing 08:58:00 7cd52847ad77: Layer already exists 08:58:00 acc124767c0f: Pushed 08:58:00 5e29f717f487: Pushed 08:58:00 84b063ad48c0: Pushed 08:58:03 44a2fbf7b161: Pushed 08:58:03 6427482eab3bd2356a4491c722b8795ef3b48a72: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:03 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:03 + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest 08:58:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 08:58:03 44a2fbf7b161: Preparing 08:58:03 84b063ad48c0: Preparing 08:58:03 5e29f717f487: Preparing 08:58:03 acc124767c0f: Preparing 08:58:03 7cd52847ad77: Preparing 08:58:03 44a2fbf7b161: Layer already exists 08:58:03 acc124767c0f: Layer already exists 08:58:03 5e29f717f487: Layer already exists 08:58:03 84b063ad48c0: Layer already exists 08:58:03 7cd52847ad77: Layer already exists 08:58:03 latest: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:04 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:04 + docker push nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.12 08:58:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 08:58:04 44a2fbf7b161: Preparing 08:58:04 84b063ad48c0: Preparing 08:58:04 5e29f717f487: Preparing 08:58:04 acc124767c0f: Preparing 08:58:04 7cd52847ad77: Preparing 08:58:04 acc124767c0f: Layer already exists 08:58:04 5e29f717f487: Layer already exists 08:58:04 44a2fbf7b161: Layer already exists 08:58:04 7cd52847ad77: Layer already exists 08:58:04 84b063ad48c0: Layer already exists 08:58:04 3.0.0-dev.12: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:04 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:05 + docker push nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 08:58:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 08:58:05 44a2fbf7b161: Preparing 08:58:05 84b063ad48c0: Preparing 08:58:05 5e29f717f487: Preparing 08:58:05 acc124767c0f: Preparing 08:58:05 7cd52847ad77: Preparing 08:58:05 44a2fbf7b161: Layer already exists 08:58:05 84b063ad48c0: Layer already exists 08:58:05 acc124767c0f: Layer already exists 08:58:05 7cd52847ad77: Layer already exists 08:58:05 5e29f717f487: Layer already exists 08:58:05 6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:05 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:05 + docker push nexus3.edgexfoundry.org:10004/device-gpio:main 08:58:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 08:58:05 44a2fbf7b161: Preparing 08:58:05 84b063ad48c0: Preparing 08:58:05 5e29f717f487: Preparing 08:58:05 acc124767c0f: Preparing 08:58:05 7cd52847ad77: Preparing 08:58:05 5e29f717f487: Layer already exists 08:58:05 44a2fbf7b161: Layer already exists 08:58:05 acc124767c0f: Layer already exists 08:58:05 7cd52847ad77: Layer already exists 08:58:05 84b063ad48c0: Layer already exists 08:58:05 main: digest: sha256:44ec7034b4b0f291cf9cba692434f6a3c781e819a67d09e3471f95a363291c95 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:58:05 ===================================================== [Pipeline] echo 08:58:05 taggedImages: 08:58:05 - nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72 08:58:05 - nexus3.edgexfoundry.org:10004/device-gpio:latest 08:58:05 - nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.12 08:58:05 - nexus3.edgexfoundry.org:10004/device-gpio:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 08:58:05 - 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 08:58:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:58:06 08:58:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:58:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:58:06 latest: Pulling from edgex-lftools-log-publisher 08:58:06 5eb5b503b376: Pulling fs layer 08:58:06 5c69ac0246d0: Pulling fs layer 08:58:06 ec43610c2a17: Pulling fs layer 08:58:06 3a2ae6a8a46f: Pulling fs layer 08:58:06 33b1e0a273af: Pulling fs layer 08:58:06 5d3b04190fa2: Pulling fs layer 08:58:06 2f39f015ded8: Pulling fs layer 08:58:06 3a2ae6a8a46f: Waiting 08:58:06 33b1e0a273af: Waiting 08:58:06 5d3b04190fa2: Waiting 08:58:06 2f39f015ded8: Waiting 08:58:06 5c69ac0246d0: Download complete 08:58:06 3a2ae6a8a46f: Verifying Checksum 08:58:06 3a2ae6a8a46f: Download complete 08:58:06 33b1e0a273af: Verifying Checksum 08:58:06 33b1e0a273af: Download complete 08:58:06 5d3b04190fa2: Download complete 08:58:06 ec43610c2a17: Verifying Checksum 08:58:06 ec43610c2a17: Download complete 08:58:06 5eb5b503b376: Verifying Checksum 08:58:06 5eb5b503b376: Download complete 08:58:07 2f39f015ded8: Verifying Checksum 08:58:07 2f39f015ded8: Download complete 08:58:07 5eb5b503b376: Pull complete 08:58:08 5c69ac0246d0: Pull complete 08:58:08 ec43610c2a17: Pull complete 08:58:08 3a2ae6a8a46f: Pull complete 08:58:08 33b1e0a273af: Pull complete 08:58:08 5d3b04190fa2: Pull complete 08:58:13 2f39f015ded8: Pull complete 08:58:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:58:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:58:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:58:13 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 08:58:13 $ 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 08:58:16 $ docker top 4c766e3e646b69412c3c99a587dc9ce59c611746f611bda0855b4b936fe62a0f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:58:16 ---> job-cost.sh 08:58:16 lf-activate-venv: SKIPPING 08:58:16 INFO: No Stack... 08:58:17 INFO: Retrieving Pricing Info for: v3-standard-8 08:58:17 INFO: Archiving Costs [Pipeline] sh 08:58:17 + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv 08:58:17 + cut -d, -f6 [Pipeline] lock 08:58:17 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] 08:58:17 Resource [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] did not exist. Created. 08:58:17 Lock acquired on [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:58:18 + echo total: 0.2199999988079071 [Pipeline] stash 08:58:18 Stashed 1 file(s) [Pipeline] } 08:58:18 Lock released on resource [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [Pipeline] // lock [Pipeline] } 08:58:18 $ docker stop --time=1 4c766e3e646b69412c3c99a587dc9ce59c611746f611bda0855b4b936fe62a0f 08:58:19 $ docker rm -f --volumes 4c766e3e646b69412c3c99a587dc9ce59c611746f611bda0855b4b936fe62a0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:01:39 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2386 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws 09:01:39 Running in /w/workspace/device-gpio/65 [Pipeline] { [Pipeline] checkout 09:01:39 The recommended git tool is: git 09:01:46 using credential edgex-jenkins-ssh 09:01:46 Cloning the remote Git repository 09:01:46 Cloning repository git@github.com:edgexfoundry/device-gpio.git 09:01:47 > git init /w/workspace/device-gpio/65 # timeout=10 09:01:47 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 09:01:47 > git --version # timeout=10 09:01:47 > git --version # 'git version 2.25.1' 09:01:47 using GIT_SSH to set credentials SSH Credentials for GitHub 09:01:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:01:49 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 09:01:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:01:50 Avoid second fetch 09:01:50 Checking out Revision 6427482eab3bd2356a4491c722b8795ef3b48a72 (main) 09:01:51 Commit message: "refactor(snap): Update command and metadata sourcing (#131)" 09:01:50 > git config core.sparsecheckout # timeout=10 09:01:50 > git checkout -f 6427482eab3bd2356a4491c722b8795ef3b48a72 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:01:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:01:52 % Total % Received % Xferd Average Speed Time Time Time Current 09:01:52 Dload Upload Total Spent Left Speed 09:01:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh 09:01:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:01:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:01:53 + sudo tee /etc/docker/daemon.new 09:01:53 { 09:01:53 "registry-mirrors": [ 09:01:53 "https://nexus3.edgexfoundry.org:10001" 09:01:53 ], 09:01:53 "bip": "10.250.0.254/24", 09:01:53 "hosts": [ 09:01:53 "tcp://0.0.0.0:5555", 09:01:53 "unix:///var/run/docker.sock" 09:01:53 ], 09:01:53 "mtu": 1458, 09:01:53 "selinux-enabled": true, 09:01:53 "seccomp-profile": "/etc/docker/seccomp.json" 09:01:53 } [Pipeline] sh 09:01:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:01:53 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:02:12 provisioning config files... 09:02:12 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/65@tmp/config6285053893506902069tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:02:12 ---> docker-login.sh 09:02:12 nexus3.edgexfoundry.org:10001 09:02:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:13 Configure a credential helper to remove this warning. See 09:02:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:13 09:02:13 Login Succeeded 09:02:13 nexus3.edgexfoundry.org:10002 09:02:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:13 Configure a credential helper to remove this warning. See 09:02:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:13 09:02:13 Login Succeeded 09:02:13 nexus3.edgexfoundry.org:10003 09:02:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:14 Configure a credential helper to remove this warning. See 09:02:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:14 09:02:14 Login Succeeded 09:02:14 nexus3.edgexfoundry.org:10004 09:02:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:14 Configure a credential helper to remove this warning. See 09:02:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:14 09:02:14 Login Succeeded 09:02:14 docker.io 09:02:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:15 Configure a credential helper to remove this warning. See 09:02:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:15 09:02:15 Login Succeeded 09:02:15 ---> docker-login.sh ends [Pipeline] } 09:02:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:02:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:02:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:02:15 ========================================================= 09:02:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 09:02:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:02:16 + 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 . 09:02:16 Sending build context to Docker daemon 8.086MB 09:02:16 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 09:02:16 Step 2/12 : FROM ${BASE} AS builder 09:02:16 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:02:16 af6eaf76a39c: Pulling fs layer 09:02:16 55522c791124: Pulling fs layer 09:02:16 ce5c4a1c91eb: Pulling fs layer 09:02:16 169dfbe0d373: Pulling fs layer 09:02:16 e1ff8fa3b103: Pulling fs layer 09:02:16 52ebb69f0ebf: Pulling fs layer 09:02:16 5abe8eddf0d5: Pulling fs layer 09:02:16 169dfbe0d373: Waiting 09:02:16 52ebb69f0ebf: Waiting 09:02:16 e1ff8fa3b103: Waiting 09:02:16 5abe8eddf0d5: Waiting 09:02:16 55522c791124: Verifying Checksum 09:02:16 55522c791124: Download complete 09:02:16 169dfbe0d373: Verifying Checksum 09:02:16 169dfbe0d373: Download complete 09:02:16 e1ff8fa3b103: Verifying Checksum 09:02:16 e1ff8fa3b103: Download complete 09:02:16 af6eaf76a39c: Download complete 09:02:18 af6eaf76a39c: Pull complete 09:02:18 5abe8eddf0d5: Verifying Checksum 09:02:18 5abe8eddf0d5: Download complete 09:02:18 55522c791124: Pull complete 09:02:20 ce5c4a1c91eb: Verifying Checksum 09:02:20 ce5c4a1c91eb: Download complete 09:02:20 52ebb69f0ebf: Verifying Checksum 09:02:20 52ebb69f0ebf: Download complete 09:02:32 ce5c4a1c91eb: Pull complete 09:02:32 169dfbe0d373: Pull complete 09:02:32 e1ff8fa3b103: Pull complete 09:02:39 52ebb69f0ebf: Pull complete 09:02:41 5abe8eddf0d5: Pull complete 09:02:41 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 09:02:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 09:02:41 ---> 6cb57ee374ae 09:02:41 Step 3/12 : ARG ADD_BUILD_TAGS="" 09:02:43 ---> Running in 4909ce4f9ded 09:02:43 Removing intermediate container 4909ce4f9ded 09:02:43 ---> 6716a49076ce 09:02:43 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:02:43 ---> Running in 99658c2ad166 09:02:44 Removing intermediate container 99658c2ad166 09:02:44 ---> 82e82157cc0f 09:02:44 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 09:02:44 ---> Running in 446d0fcd8f80 09:02:44 Removing intermediate container 446d0fcd8f80 09:02:44 ---> 7c4b7d92a79a 09:02:44 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 09:02:44 ---> Running in b54bdf1b1131 09:02:45 Removing intermediate container b54bdf1b1131 09:02:45 ---> 4fe79d54b6f0 09:02:45 Step 7/12 : WORKDIR /device-gpio 09:02:45 ---> Running in 3d790792e391 09:02:45 Removing intermediate container 3d790792e391 09:02:45 ---> c24f01607324 09:02:45 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:02:45 ---> Running in de2cdf1697c8 09:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:02:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:02:49 (1/4) Installing openssh-keygen (9.1_p1-r2) 09:02:49 (2/4) Installing libedit (20221030.3.1-r0) 09:02:49 (3/4) Installing openssh-client-common (9.1_p1-r2) 09:02:49 (4/4) Installing openssh-client-default (9.1_p1-r2) 09:02:49 Executing busybox-1.35.0-r29.trigger 09:02:49 OK: 268 MiB in 57 packages 09:02:50 Removing intermediate container de2cdf1697c8 09:02:50 ---> 75f19760556b 09:02:50 Step 9/12 : COPY go.mod vendor* ./ 09:02:50 ---> dda1f0ced21f 09:02:50 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:02:51 ---> Running in 635a5302e877 09:03:59 Removing intermediate container 635a5302e877 09:03:59 ---> 8f22f8b56630 09:03:59 Step 11/12 : COPY . . 09:03:59 ---> fd498d9fe3cd 09:03:59 Step 12/12 : RUN ${MAKE} 09:03:59 ---> Running in d16624eba1d6 09:04:00 noop 09:04:01 Removing intermediate container d16624eba1d6 09:04:01 ---> d6ca9a9fb56f 09:04:01 Successfully built d6ca9a9fb56f 09:04:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:01 + docker inspect -f . ci-base-image-arm64 09:04:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:04:02 prd-ubuntu20.04-docker-arm64-4c-16g-2386 does not seem to be running inside a container 09:04:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/65 -v /w/workspace/device-gpio/65:/w/workspace/device-gpio/65:rw,z -v /w/workspace/device-gpio/65@tmp:/w/workspace/device-gpio/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:04:03 $ docker top d0ba7b549d207316c7f87d7ffc8d15def030e6adddadcb6b2474c1b877a20329 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:04 + go version 09:04:04 go version go1.20.2 linux/arm64 [Pipeline] } 09:04:04 $ docker stop --time=1 d0ba7b549d207316c7f87d7ffc8d15def030e6adddadcb6b2474c1b877a20329 09:04:06 $ docker rm -f --volumes d0ba7b549d207316c7f87d7ffc8d15def030e6adddadcb6b2474c1b877a20329 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:07 + docker inspect -f . ci-base-image-arm64 09:04:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:04:07 prd-ubuntu20.04-docker-arm64-4c-16g-2386 does not seem to be running inside a container 09:04:07 $ 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/65 -v /w/workspace/device-gpio/65:/w/workspace/device-gpio/65:rw,z -v /w/workspace/device-gpio/65@tmp:/w/workspace/device-gpio/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:04:11 $ docker top 880e125932fd87f2a158349f89b9070dc44568dee1bf34f6fe93640e0de68fbc -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:12 + git config --global --add safe.directory /w/workspace/device-gpio/65 [Pipeline] fileExists [Pipeline] sh 09:04:12 + make test 09:04:12 go test ./... -coverprofile=coverage.out ./... 09:04:59 ? github.com/edgexfoundry/device-gpio [no test files] 09:07:36 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 09:07:36 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 09:07:36 WARNING: Linting skipped (not on x86_64 or linter not installed) 09:07:36 go vet ./... 09:08:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:08:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:08:04 ./bin/test-attribution-txt.sh [Pipeline] echo 09:08:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:08:04 $ docker stop --time=1 880e125932fd87f2a158349f89b9070dc44568dee1bf34f6fe93640e0de68fbc 09:08:06 $ docker rm -f --volumes 880e125932fd87f2a158349f89b9070dc44568dee1bf34f6fe93640e0de68fbc [Pipeline] // withDockerContainer [Pipeline] sh 09:08:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:08:08 Warning: overwriting stash ‘coverage-report’ 09:08:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:08:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:08:09 + ls -al . 09:08:09 total 156 09:08:09 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 09:04 . 09:08:09 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 09:01 .. 09:08:09 -rw-rw-r-- 1 jenkins jenkins 120 Mar 16 09:01 .dockerignore 09:08:09 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 09:01 .git 09:08:09 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 09:01 .github 09:08:09 -rw-rw-r-- 1 jenkins jenkins 343 Mar 16 09:01 .gitignore 09:08:09 -rw-rw-r-- 1 jenkins jenkins 41 Mar 16 09:01 .golangci.yml 09:08:09 -rw-rw-r-- 1 jenkins jenkins 9805 Mar 16 09:01 Attribution.txt 09:08:09 -rw-rw-r-- 1 jenkins jenkins 4069 Mar 16 09:01 CHANGELOG.md 09:08:09 -rw-rw-r-- 1 jenkins jenkins 1542 Mar 16 09:01 Dockerfile 09:08:09 -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 09:01 GOVERNANCE.md 09:08:09 -rw-rw-r-- 1 jenkins jenkins 657 Mar 16 09:01 Jenkinsfile 09:08:09 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 16 09:01 LICENSE 09:08:09 -rw-rw-r-- 1 jenkins jenkins 1692 Mar 16 09:01 Makefile 09:08:09 -rw-rw-r-- 1 jenkins jenkins 617 Mar 16 09:01 OWNERS.md 09:08:09 -rw-rw-r-- 1 jenkins jenkins 11842 Mar 16 09:01 README.md 09:08:09 -rw-rw-r-- 1 jenkins jenkins 12 Mar 16 08:56 VERSION 09:08:09 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 09:01 bin 09:08:09 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 09:01 cmd 09:08:09 -rw-r--r-- 1 jenkins jenkins 10 Mar 16 09:04 coverage.out 09:08:09 -rw-rw-r-- 1 jenkins jenkins 3312 Mar 16 09:01 go.mod 09:08:09 -rw-rw-r-- 1 jenkins jenkins 33120 Mar 16 09:01 go.sum 09:08:09 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 09:01 internal 09:08:09 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 09:01 snap 09:08:09 -rw-rw-r-- 1 jenkins jenkins 209 Mar 16 09:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:09 + 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=6427482eab3bd2356a4491c722b8795ef3b48a72 --label arch=arm64 --label version=3.0.0-dev.12 . 09:08:09 Sending build context to Docker daemon 8.087MB 09:08:09 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 09:08:09 Step 2/25 : FROM ${BASE} AS builder 09:08:09 ---> d6ca9a9fb56f 09:08:09 Step 3/25 : ARG ADD_BUILD_TAGS="" 09:08:10 ---> Running in 32374a1feca1 09:08:10 Removing intermediate container 32374a1feca1 09:08:10 ---> c12a6af96bc8 09:08:10 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:08:10 ---> Running in 6c4ba67db2ce 09:08:11 Removing intermediate container 6c4ba67db2ce 09:08:11 ---> 355db3e78293 09:08:11 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " 09:08:11 ---> Running in 0ce4b0c586c4 09:08:11 Removing intermediate container 0ce4b0c586c4 09:08:11 ---> 6200819f8f04 09:08:11 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 09:08:11 ---> Running in 973ea23d0742 09:08:11 Removing intermediate container 973ea23d0742 09:08:11 ---> e8cd7b2c86fe 09:08:11 Step 7/25 : WORKDIR /device-gpio 09:08:11 ---> Running in 7f3227b8fa78 09:08:12 Removing intermediate container 7f3227b8fa78 09:08:12 ---> 02ec0c231788 09:08:12 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:08:12 ---> Running in 0727d0defa8f 09:08:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:08:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:08:15 OK: 268 MiB in 57 packages 09:08:16 Removing intermediate container 0727d0defa8f 09:08:16 ---> 04f36dff1cfb 09:08:16 Step 9/25 : COPY go.mod vendor* ./ 09:08:17 ---> 10afdb56fc8c 09:08:17 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:08:17 ---> Running in 9acd48d1113f 09:08:20 Removing intermediate container 9acd48d1113f 09:08:20 ---> 91ccb8eb19ae 09:08:20 Step 11/25 : COPY . . 09:08:22 ---> ed57c3e09331 09:08:22 Step 12/25 : RUN ${MAKE} 09:08:22 ---> Running in 63aba8c7ee49 09:08:23 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.12" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 09:11:15 Removing intermediate container 63aba8c7ee49 09:11:15 ---> f75707319380 09:11:15 Step 13/25 : FROM alpine:3.17 09:11:15 3.17: Pulling from library/alpine 09:11:15 af6eaf76a39c: Already exists 09:11:15 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 09:11:15 Status: Downloaded newer image for alpine:3.17 09:11:15 ---> d74e625d9115 09:11:15 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 09:11:15 ---> Running in f54c8159c2b1 09:11:15 Removing intermediate container f54c8159c2b1 09:11:15 ---> aa0983913b42 09:11:15 Step 15/25 : RUN apk add --update --no-cache 09:11:15 ---> Running in 5eafeb47de08 09:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:11:15 OK: 7 MiB in 15 packages 09:11:15 Removing intermediate container 5eafeb47de08 09:11:15 ---> 5ed8e17066bf 09:11:15 Step 16/25 : WORKDIR / 09:11:15 ---> Running in 97910a73e01a 09:11:15 Removing intermediate container 97910a73e01a 09:11:15 ---> a139485363b4 09:11:15 Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / 09:11:15 ---> 7e3249812ef5 09:11:15 Step 18/25 : COPY --from=builder /device-gpio/LICENSE / 09:11:15 ---> 6ecbb962b261 09:11:15 Step 19/25 : COPY --from=builder /device-gpio/cmd/ / 09:11:15 ---> 00e739eae949 09:11:15 Step 20/25 : EXPOSE 59910 09:11:15 ---> Running in b0effbde679d 09:11:15 Removing intermediate container b0effbde679d 09:11:15 ---> 68a401e48b65 09:11:15 Step 21/25 : ENTRYPOINT ["/device-gpio"] 09:11:15 ---> Running in f8eca2cea32c 09:11:15 Removing intermediate container f8eca2cea32c 09:11:15 ---> a3728b1215b4 09:11:15 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:11:15 ---> Running in 3e66af75f277 09:11:15 Removing intermediate container 3e66af75f277 09:11:15 ---> efa459c8512c 09:11:15 Step 23/25 : LABEL arch=arm64 09:11:15 ---> Running in 799d2cdf460c 09:11:16 Removing intermediate container 799d2cdf460c 09:11:16 ---> 8bd6f132d6e0 09:11:16 Step 24/25 : LABEL git_sha=6427482eab3bd2356a4491c722b8795ef3b48a72 09:11:16 ---> Running in 8244c138624b 09:11:16 Removing intermediate container 8244c138624b 09:11:16 ---> 61161286ecd2 09:11:16 Step 25/25 : LABEL version=3.0.0-dev.12 09:11:16 ---> Running in 82455a08247b 09:11:16 Removing intermediate container 82455a08247b 09:11:16 ---> 441048752c9e 09:11:16 [Warning] One or more build-args [ARCH] were not consumed 09:11:16 Successfully built 441048752c9e 09:11:16 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 09:11:16 provisioning config files... 09:11:16 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/65@tmp/config4583908805957908655tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:11:17 ---> docker-login.sh 09:11:17 nexus3.edgexfoundry.org:10001 09:11:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:17 Configure a credential helper to remove this warning. See 09:11:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:17 09:11:17 Login Succeeded 09:11:17 nexus3.edgexfoundry.org:10002 09:11:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:18 Configure a credential helper to remove this warning. See 09:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:18 09:11:18 Login Succeeded 09:11:18 nexus3.edgexfoundry.org:10003 09:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:18 Configure a credential helper to remove this warning. See 09:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:18 09:11:18 Login Succeeded 09:11:18 nexus3.edgexfoundry.org:10004 09:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:18 Configure a credential helper to remove this warning. See 09:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:18 09:11:18 Login Succeeded 09:11:18 docker.io 09:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:11:19 Configure a credential helper to remove this warning. See 09:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:11:19 09:11:19 Login Succeeded 09:11:19 ---> docker-login.sh ends [Pipeline] } 09:11:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:11:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:11:19 [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: 09:11:19 6427482eab3bd2356a4491c722b8795ef3b48a72 09:11:19 latest 09:11:19 3.0.0-dev.12 09:11:19 6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 09:11:19 main 09:11:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:19 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:20 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72 09:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 09:11:20 0611b467e233: Preparing 09:11:20 16672c6e7f06: Preparing 09:11:20 93ac5e421278: Preparing 09:11:20 7e9fcfcb8356: Preparing 09:11:20 edf70074bd40: Preparing 09:11:20 edf70074bd40: Layer already exists 09:11:23 16672c6e7f06: Pushed 09:11:23 7e9fcfcb8356: Pushed 09:11:23 93ac5e421278: Pushed 09:11:27 0611b467e233: Pushed 09:11:27 6427482eab3bd2356a4491c722b8795ef3b48a72: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:27 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:28 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 09:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 09:11:28 0611b467e233: Preparing 09:11:28 16672c6e7f06: Preparing 09:11:28 93ac5e421278: Preparing 09:11:28 7e9fcfcb8356: Preparing 09:11:28 edf70074bd40: Preparing 09:11:28 16672c6e7f06: Layer already exists 09:11:28 edf70074bd40: Layer already exists 09:11:28 7e9fcfcb8356: Layer already exists 09:11:28 0611b467e233: Layer already exists 09:11:28 93ac5e421278: Layer already exists 09:11:28 latest: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:28 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:28 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.12 09:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 09:11:28 0611b467e233: Preparing 09:11:28 16672c6e7f06: Preparing 09:11:28 93ac5e421278: Preparing 09:11:28 7e9fcfcb8356: Preparing 09:11:28 edf70074bd40: Preparing 09:11:28 0611b467e233: Layer already exists 09:11:28 edf70074bd40: Layer already exists 09:11:28 93ac5e421278: Layer already exists 09:11:28 7e9fcfcb8356: Layer already exists 09:11:28 16672c6e7f06: Layer already exists 09:11:29 3.0.0-dev.12: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:29 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:29 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 09:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 09:11:29 0611b467e233: Preparing 09:11:29 16672c6e7f06: Preparing 09:11:29 93ac5e421278: Preparing 09:11:29 7e9fcfcb8356: Preparing 09:11:29 edf70074bd40: Preparing 09:11:29 16672c6e7f06: Layer already exists 09:11:29 edf70074bd40: Layer already exists 09:11:29 0611b467e233: Layer already exists 09:11:29 7e9fcfcb8356: Layer already exists 09:11:29 93ac5e421278: Layer already exists 09:11:30 6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:30 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:30 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main 09:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 09:11:30 0611b467e233: Preparing 09:11:30 16672c6e7f06: Preparing 09:11:30 93ac5e421278: Preparing 09:11:30 7e9fcfcb8356: Preparing 09:11:30 edf70074bd40: Preparing 09:11:30 0611b467e233: Layer already exists 09:11:30 7e9fcfcb8356: Layer already exists 09:11:30 edf70074bd40: Layer already exists 09:11:30 16672c6e7f06: Layer already exists 09:11:30 93ac5e421278: Layer already exists 09:11:31 main: digest: sha256:83108c2a50a42ca22d34f2e8112322d5aed88e1e8ba5d744e73af5dc7fd71195 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:11:31 ===================================================== [Pipeline] echo 09:11:31 taggedImages: 09:11:31 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72 09:11:31 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 09:11:31 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.12 09:11:31 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:6427482eab3bd2356a4491c722b8795ef3b48a72-3.0.0-dev.12 09:11:31 - 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 09:11:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:11:31 09:11:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:11:32 arm64: Pulling from edgex-lftools-log-publisher 09:11:32 8998bd30e6a1: Pulling fs layer 09:11:32 04944245beec: Pulling fs layer 09:11:32 699f458cf7ca: Pulling fs layer 09:11:32 765212b225bb: Pulling fs layer 09:11:32 f23df028b6ca: Pulling fs layer 09:11:32 d65c8cfc05b1: Pulling fs layer 09:11:32 2437ff75d9bd: Pulling fs layer 09:11:32 765212b225bb: Waiting 09:11:32 f23df028b6ca: Waiting 09:11:32 d65c8cfc05b1: Waiting 09:11:32 2437ff75d9bd: Waiting 09:11:32 04944245beec: Verifying Checksum 09:11:32 04944245beec: Download complete 09:11:32 765212b225bb: Verifying Checksum 09:11:32 765212b225bb: Download complete 09:11:32 f23df028b6ca: Verifying Checksum 09:11:32 f23df028b6ca: Download complete 09:11:32 d65c8cfc05b1: Download complete 09:11:32 699f458cf7ca: Verifying Checksum 09:11:32 699f458cf7ca: Download complete 09:11:33 8998bd30e6a1: Verifying Checksum 09:11:33 8998bd30e6a1: Download complete 09:11:35 2437ff75d9bd: Verifying Checksum 09:11:35 2437ff75d9bd: Download complete 09:11:37 8998bd30e6a1: Pull complete 09:11:37 04944245beec: Pull complete 09:11:39 699f458cf7ca: Pull complete 09:11:39 765212b225bb: Pull complete 09:11:40 f23df028b6ca: Pull complete 09:11:40 d65c8cfc05b1: Pull complete 09:11:55 2437ff75d9bd: Pull complete 09:11:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:11:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:11:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:55 prd-ubuntu20.04-docker-arm64-4c-16g-2386 does not seem to be running inside a container 09:11:55 $ 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/65 -v /w/workspace/device-gpio/65:/w/workspace/device-gpio/65:rw,z -v /w/workspace/device-gpio/65@tmp:/w/workspace/device-gpio/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 09:11:58 $ docker top d9eb8ef094505a3397d69377b2f177654e839aeaec3d4a82e54c3d9ce050ab32 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:11:59 ---> job-cost.sh 09:11:59 lf-activate-venv: SKIPPING 09:11:59 INFO: No Stack... 09:12:00 INFO: Retrieving Pricing Info for: v3-standard-4 09:12:01 INFO: Archiving Costs [Pipeline] sh 09:12:01 + cat+ /w/workspace/device-gpio/65/archives/cost.csv 09:12:01 cut -d, -f6 [Pipeline] lock 09:12:01 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] 09:12:01 Resource [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] did not exist. Created. 09:12:01 Lock acquired on [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:12:02 /w/workspace/device-gpio/65@tmp/durable-1429f869/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:12:03 + echo total: 0.10999999940395355 [Pipeline] stash 09:12:03 Warning: overwriting stash ‘stack-cost’ 09:12:03 Stashed 1 file(s) [Pipeline] } 09:12:03 Lock released on resource [jenkins-edgexfoundry-device-gpio-main-65-stack-cost] [Pipeline] // lock [Pipeline] } 09:12:03 $ docker stop --time=1 d9eb8ef094505a3397d69377b2f177654e839aeaec3d4a82e54c3d9ce050ab32 09:12:04 $ docker rm -f --volumes d9eb8ef094505a3397d69377b2f177654e839aeaec3d4a82e54c3d9ce050ab32 [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 09:12:05 provisioning config files... 09:12:05 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config16619470086100423938tmp [Pipeline] { [Pipeline] sh 09:12:05 + set +x 09:12:05 + curl -s https://codecov.io/bash 09:12:05 + bash -s -- 09:12:05 09:12:05 _____ _ 09:12:05 / ____| | | 09:12:05 | | ___ __| | ___ ___ _____ __ 09:12:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:12:05 | |___| (_) | (_| | __/ (_| (_) \ V / 09:12:05 \_____\___/ \__,_|\___|\___\___/ \_/ 09:12:05 Bash-1.0.6 09:12:05 09:12:05 09:12:05 ==> git version 2.25.1 found 09:12:05 ==> 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 09:12:05 Release-Date: 2020-01-08 09:12:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:12:05 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:12:05 ==> Jenkins CI detected. 09:12:05 current dir:  /w/workspace/edgexfoundry_device-gpio_main 09:12:05 project root: . 09:12:05 --> token set from env 09:12:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:12:05 ==> Running gcov in . (disable via -X gcov) 09:12:05 ==> Python coveragepy not found 09:12:05 ==> Searching for coverage reports in: 09:12:05 + . 09:12:05 -> Found 1 reports 09:12:05 ==> Detecting git/mercurial file structure 09:12:05 ==> Reading reports 09:12:05 + ./coverage.out bytes=10 09:12:05 ==> Appending adjustments 09:12:05 https://docs.codecov.io/docs/fixing-reports 09:12:05 + Found adjustments 09:12:05 ==> Gzipping contents 09:12:05 4.0K /tmp/codecov.LmhmW2.gz 09:12:05 ==> Uploading reports 09:12:05 url: https://codecov.io 09:12:05 query: branch=main&commit=6427482eab3bd2356a4491c722b8795ef3b48a72&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F65%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 09:12:05 -> Pinging Codecov 09:12:05 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=6427482eab3bd2356a4491c722b8795ef3b48a72&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F65%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 09:12:05 -> Uploading to 09:12:05 https://storage.googleapis.com/codecov/v4/raw/2023-03-16/3EC07B1A8CA8AF9BCAA0BB9F0134797F/6427482eab3bd2356a4491c722b8795ef3b48a72/93f9ab00-9e96-4473-9dd0-588814ce1851.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230316T091205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=14c8e348be09446b63eca3e6fd0e2b5e15b6ff5b0e34f6c204ff4f3ff31443de 09:12:05 % Total % Received % Xferd Average Speed Time Time Time Current 09:12:05 Dload Upload Total Spent Left Speed 09:12:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 740 0 0 100 740 0 3109 --:--:-- --:--:-- --:--:-- 3109 09:12:06 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] } 09:12:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:12:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:12:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:12:06 09:12:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:12:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:12:06 df9b9388f04a: Pulling fs layer 09:12:06 52dc419b0ee2: Pulling fs layer 09:12:06 25bc292e5bac: Pulling fs layer 09:12:06 114826534d7a: Pulling fs layer 09:12:06 4657fd5d0bcf: Pulling fs layer 09:12:06 6ad1cebc031e: Pulling fs layer 09:12:06 8a3aa393b2d8: Pulling fs layer 09:12:06 114826534d7a: Waiting 09:12:06 4657fd5d0bcf: Waiting 09:12:06 6ad1cebc031e: Waiting 09:12:06 8a3aa393b2d8: Waiting 09:12:06 25bc292e5bac: Verifying Checksum 09:12:06 25bc292e5bac: Download complete 09:12:06 52dc419b0ee2: Verifying Checksum 09:12:06 52dc419b0ee2: Download complete 09:12:06 4657fd5d0bcf: Verifying Checksum 09:12:06 4657fd5d0bcf: Download complete 09:12:07 df9b9388f04a: Download complete 09:12:07 df9b9388f04a: Pull complete 09:12:07 6ad1cebc031e: Verifying Checksum 09:12:07 6ad1cebc031e: Download complete 09:12:07 52dc419b0ee2: Pull complete 09:12:07 25bc292e5bac: Pull complete 09:12:07 114826534d7a: Verifying Checksum 09:12:07 114826534d7a: Download complete 09:12:07 8a3aa393b2d8: Verifying Checksum 09:12:07 8a3aa393b2d8: Download complete 09:12:11 114826534d7a: Pull complete 09:12:11 4657fd5d0bcf: Pull complete 09:12:11 6ad1cebc031e: Pull complete 09:12:14 8a3aa393b2d8: Pull complete 09:12:14 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 09:12:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:12:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:14 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 09:12:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:12:19 $ docker top b18bf3424879ac4c0d034e3ead3494eddeebf40496a43380a632ffbb32af7c8f -eo pid,comm [Pipeline] { [Pipeline] echo 09:12:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh 09:12:20 + set -o pipefail 09:12:20 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' 09:12:24 09:12:24 Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... 09:12:24 09:12:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/12ab3d01-1bc4-4f09-aaa2-b1110f72e9b5/history/d010b05f-af99-4f30-b12f-f6621e772b4c 09:12:24 09:12:24 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 09:12:24 09:12:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:12:24 09:12:24 09:12:24 A medium severity vulnerability was found in the Snyk CLI versions you are using. 09:12:24 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 09:12:24 More details here: https://snyk.co/ue1NS [Pipeline] } 09:12:24 $ docker stop --time=1 b18bf3424879ac4c0d034e3ead3494eddeebf40496a43380a632ffbb32af7c8f 09:12:27 $ docker rm -f --volumes b18bf3424879ac4c0d034e3ead3494eddeebf40496a43380a632ffbb32af7c8f [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 09:12:28 + git log --format=format:%s -1 6427482eab3bd2356a4491c722b8795ef3b48a72 [Pipeline] sh 09:12:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:12:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:12:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:29 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 09:12:29 $ 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 09:12:29 $ docker top a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be -eo pid,comm 09:12:29 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). 09:12:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:29 [ssh-agent] Looking for ssh-agent implementation... 09:12:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:29 $ docker exec a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be ssh-agent 09:12:29 SSH_AUTH_SOCK=/tmp/ssh-7Y5nFGsEOJX2/agent.33 09:12:29 SSH_AGENT_PID=39 09:12:29 Running ssh-add (command line suppressed) 09:12:30 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_10259444704232312188.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_10259444704232312188.key) 09:12:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:30 + git semver tag 09:12:30 2023-03-16 09:12:30,470 [run_tag] DEBUG tag force:False 09:12:30 2023-03-16 09:12:30,470 [check_head_tag] DEBUG check head tag 09:12:30 2023-03-16 09:12:30,471 [execute] INFO git cat-file --batch-check 09:12:30 2023-03-16 09:12:30,471 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 09:12:30 2023-03-16 09:12:30,475 [execute] INFO git cat-file --batch 09:12:30 2023-03-16 09:12:30,475 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 09:12:30 2023-03-16 09:12:30,489 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 09:12:30 2023-03-16 09:12:30,489 [execute] INFO git tag -a v3.0.0-dev.12 -m v3.0.0-dev.12 09:12:30 2023-03-16 09:12:30,490 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.12', '-m', 'v3.0.0-dev.12'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 09:12:30 2023-03-16 09:12:30,493 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 09:12:30 3.0.0-dev.12 [Pipeline] } 09:12:30 $ docker exec --env ******** --env ******** a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be ssh-agent -k 09:12:30 unset SSH_AUTH_SOCK; 09:12:30 unset SSH_AGENT_PID; 09:12:30 echo Agent pid 39 killed; 09:12:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:30 + git semver [Pipeline] } 09:12:31 $ docker stop --time=1 a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be 09:12:32 $ docker rm -f --volumes a5fd18c6fa664a8e091906500d3bb6b51a668be091b18eaf433027250abf01be [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:32 09:12:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:33 0.23.1-centos7: Pulling from edgex-lftools 09:12:33 ab5ef0e58194: Pulling fs layer 09:12:33 9712f1f96733: Pulling fs layer 09:12:33 63f879dbbcfc: Pulling fs layer 09:12:33 0d9ebad4ef96: Pulling fs layer 09:12:33 e9a5061849ea: Pulling fs layer 09:12:33 d747dcd14b5f: Pulling fs layer 09:12:33 2de7ff778b66: Pulling fs layer 09:12:33 e9a5061849ea: Waiting 09:12:33 d747dcd14b5f: Waiting 09:12:33 0d9ebad4ef96: Waiting 09:12:33 2de7ff778b66: Waiting 09:12:33 9712f1f96733: Verifying Checksum 09:12:33 9712f1f96733: Download complete 09:12:33 63f879dbbcfc: Verifying Checksum 09:12:33 63f879dbbcfc: Download complete 09:12:33 e9a5061849ea: Verifying Checksum 09:12:33 e9a5061849ea: Download complete 09:12:33 d747dcd14b5f: Download complete 09:12:33 0d9ebad4ef96: Verifying Checksum 09:12:33 0d9ebad4ef96: Download complete 09:12:33 ab5ef0e58194: Verifying Checksum 09:12:33 ab5ef0e58194: Download complete 09:12:34 2de7ff778b66: Verifying Checksum 09:12:34 2de7ff778b66: Download complete 09:12:36 ab5ef0e58194: Pull complete 09:12:36 9712f1f96733: Pull complete 09:12:37 63f879dbbcfc: Pull complete 09:12:40 0d9ebad4ef96: Pull complete 09:12:40 e9a5061849ea: Pull complete 09:12:40 d747dcd14b5f: Pull complete 09:12:41 2de7ff778b66: Pull complete 09:12:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:12:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:41 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 09:12:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:12:49 $ docker top b71052283e2ba86d802ffed628206fd3c8b4620d268617174d20191fc50c73c0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:12:49 provisioning config files... 09:12:49 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config17996022688210865196tmp 09:12:49 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config17878268021469996698tmp 09:12:49 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config10817156448177424166tmp [Pipeline] { [Pipeline] echo 09:12:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:12:49 ---> sigul-configuration.sh 09:12:49 gpg: directory `/root/.gnupg' created 09:12:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:12:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:12:49 gpg: keyring `/root/.gnupg/secring.gpg' created 09:12:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:12:49 gpg: CAST5 encrypted data 09:12:49 gpg: encrypted with 1 passphrase 09:12:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:12:49 + mkdir /home/jenkins 09:12:49 + mkdir /home/jenkins/sigul [Pipeline] sh 09:12:50 + 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 09:12:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:12:50 ---> sigul-install.sh 09:12:50 Sigul already installed; skipping installation. [Pipeline] sh 09:12:50 + git tag --list 09:12:50 v1.0.0 09:12:50 v2.1.0 09:12:50 v2.1.1 09:12:50 v2.1.1-dev.1 09:12:50 v2.2.0 09:12:50 v2.2.1-dev.1 09:12:50 v2.2.1-dev.2 09:12:50 v2.2.1-dev.3 09:12:50 v2.2.1-dev.4 09:12:50 v2.3.0 09:12:50 v2.3.0-dev.10 09:12:50 v2.3.0-dev.11 09:12:50 v2.3.0-dev.12 09:12:50 v2.3.0-dev.13 09:12:50 v2.3.0-dev.14 09:12:50 v2.3.0-dev.15 09:12:50 v2.3.0-dev.16 09:12:50 v2.3.0-dev.17 09:12:50 v2.3.0-dev.18 09:12:50 v2.3.0-dev.19 09:12:50 v2.3.0-dev.20 09:12:50 v2.3.0-dev.4 09:12:50 v2.3.0-dev.5 09:12:50 v2.3.0-dev.6 09:12:50 v2.3.0-dev.7 09:12:50 v2.3.0-dev.8 09:12:50 v2.3.0-dev.9 09:12:50 v3.0.0-dev.1 09:12:50 v3.0.0-dev.10 09:12:50 v3.0.0-dev.11 09:12:50 v3.0.0-dev.12 09:12:50 v3.0.0-dev.2 09:12:50 v3.0.0-dev.3 09:12:50 v3.0.0-dev.4 09:12:50 v3.0.0-dev.5 09:12:50 v3.0.0-dev.6 09:12:50 v3.0.0-dev.7 09:12:50 v3.0.0-dev.8 09:12:50 v3.0.0-dev.9 [Pipeline] sh 09:12:51 + lftools sign git-tag v3.0.0-dev.12 09:12:51 Signing Git tag with Sigul... 09:12:51 Signing v3.0.0-dev.12 [Pipeline] echo 09:12:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:12:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:12:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:12:52 $ docker stop --time=1 b71052283e2ba86d802ffed628206fd3c8b4620d268617174d20191fc50c73c0 09:12:53 $ docker rm -f --volumes b71052283e2ba86d802ffed628206fd3c8b4620d268617174d20191fc50c73c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:12:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:12:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:12:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:54 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 09:12:54 $ 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 09:12:54 $ docker top 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 -eo pid,comm 09:12:54 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). 09:12:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:54 [ssh-agent] Looking for ssh-agent implementation... 09:12:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:54 $ docker exec 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 ssh-agent 09:12:54 SSH_AUTH_SOCK=/tmp/ssh-AZRL6O759Hb2/agent.34 09:12:54 SSH_AGENT_PID=40 09:12:54 Running ssh-add (command line suppressed) 09:12:54 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_11348885675696776626.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_11348885675696776626.key) 09:12:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:55 + git semver bump pre 09:12:55 2023-03-16 09:12:55,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 09:12:55 2023-03-16 09:12:55,401 [bump_version] DEBUG bumping version:3.0.0-dev.12 on axis:pre with prefix:dev 09:12:55 2023-03-16 09:12:55,401 [bump_version] DEBUG bumped version:3.0.0-dev.13 09:12:55 2023-03-16 09:12:55,401 [write_version] DEBUG write version:3.0.0-dev.13 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True 09:12:55 2023-03-16 09:12:55,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 09:12:55 2023-03-16 09:12:55,401 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main 09:12:55 2023-03-16 09:12:55,404 [execute] INFO git cat-file --batch-check 09:12:55 2023-03-16 09:12:55,404 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:55 2023-03-16 09:12:55,409 [execute] INFO git cat-file --batch 09:12:55 2023-03-16 09:12:55,409 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:55 2023-03-16 09:12:55,413 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 09:12:55 3.0.0-dev.13 [Pipeline] } 09:12:55 $ docker exec --env ******** --env ******** 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 ssh-agent -k 09:12:55 unset SSH_AUTH_SOCK; 09:12:55 unset SSH_AGENT_PID; 09:12:55 echo Agent pid 40 killed; 09:12:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:55 + git semver [Pipeline] } 09:12:56 $ docker stop --time=1 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 09:12:57 $ docker rm -f --volumes 79f21d49ee7170429d9aed5254a6bf8ea4b582476c856460a98d659ff23c7fa0 [Pipeline] // withDockerContainer [Pipeline] sh 09:12:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:12:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:12:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:58 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 09:12:58 $ 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 09:12:58 $ docker top 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 -eo pid,comm 09:12: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). 09:12:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:58 [ssh-agent] Looking for ssh-agent implementation... 09:12:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:58 $ docker exec 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 ssh-agent 09:12:58 SSH_AUTH_SOCK=/tmp/ssh-JVuOnWvdKQQV/agent.33 09:12:58 SSH_AGENT_PID=39 09:12:58 Running ssh-add (command line suppressed) 09:12:58 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6341554190778884276.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6341554190778884276.key) 09:12:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:59 + git semver push 09:12:59 2023-03-16 09:12:59,400 [run_push] DEBUG push 09:12:59 2023-03-16 09:12:59,400 [execute] INFO git cat-file --batch-check 09:12:59 2023-03-16 09:12:59,401 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:59 2023-03-16 09:12:59,404 [execute] INFO git rev-list 2a8789569a51bb035f9b1459b0208ad1482051bf -- 09:12:59 2023-03-16 09:12:59,404 [execute] DEBUG Popen(['git', 'rev-list', '2a8789569a51bb035f9b1459b0208ad1482051bf', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 09:12:59 2023-03-16 09:12:59,410 [execute] INFO git fetch -v origin 09:12:59 2023-03-16 09:12:59,410 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) 09:13:00 2023-03-16 09:12:59,888 [run_push] DEBUG no remote changes detected 09:13:00 2023-03-16 09:12:59,889 [execute] INFO git push origin semver 09:13:00 2023-03-16 09:12:59,889 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 09:13:01 2023-03-16 09:13:00,806 [run_push] DEBUG push all version tags 09:13:01 2023-03-16 09:13:00,806 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:13:01 2023-03-16 09:13:00,807 [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) 09:13:01 2023-03-16 09:13:01,608 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 09:13:01 3.0.0-dev.13 [Pipeline] } 09:13:01 $ docker exec --env ******** --env ******** 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 ssh-agent -k 09:13:02 unset SSH_AUTH_SOCK; 09:13:02 unset SSH_AGENT_PID; 09:13:02 echo Agent pid 39 killed; 09:13:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:13:02 + git semver [Pipeline] } 09:13:02 $ docker stop --time=1 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 09:13:03 $ docker rm -f --volumes 04277c3c9c72f815a7b0d32050cdc0c0147be56f5cdd744e330b3572c5171bb1 [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 09:13:04 + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] 09:13:04 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 09:13:04 total 16 09:13:04 drwxr-xr-x 3 root root 4096 Mar 16 08:58 . 09:13:04 drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 09:12 .. 09:13:04 drwxr-xr-x 2 root root 4096 Mar 16 08:58 cost 09:13:04 -rw-r--r-- 1 root root 82 Mar 16 08:58 cost.csv 09:13:04 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives 09:13:04 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 09:13:04 total 16 09:13:04 drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 08:58 . 09:13:04 drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 09:12 .. 09:13:04 drwxr-xr-x 2 jenkins jenkins 4096 Mar 16 08:58 cost 09:13:04 -rw-r--r-- 1 jenkins jenkins 82 Mar 16 08:58 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:13:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:13:05 ---> package-listing.sh 09:13:05 ++ facter osfamily 09:13:05 ++ tr '[:upper:]' '[:lower:]' 09:13:05 + OS_FAMILY=debian 09:13:05 + workspace=/w/workspace/edgexfoundry_device-gpio_main 09:13:05 + START_PACKAGES=/tmp/packages_start.txt 09:13:05 + END_PACKAGES=/tmp/packages_end.txt 09:13:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:13:05 + PACKAGES=/tmp/packages_start.txt 09:13:05 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 09:13:05 + PACKAGES=/tmp/packages_end.txt 09:13:05 + case "${OS_FAMILY}" in 09:13:05 + dpkg -l 09:13:05 + grep '^ii' 09:13:05 + '[' -f /tmp/packages_start.txt ']' 09:13:05 + '[' -f /tmp/packages_end.txt ']' 09:13:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:13:05 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 09:13:05 + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ 09:13:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo 09:13:05 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 09:13:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:13:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:13:06 prd-ubuntu20.04-docker-8c-8g-2385 does not seem to be running inside a container 09:13:06 $ 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 09:13:06 $ docker top 7e270e0bb5691796f8c7cb0e82064133d8de5d0c00fbab83e9e213220c30201e -eo pid,comm [Pipeline] { [Pipeline] sh 09:13:07 + touch /tmp/pre-build-complete [Pipeline] sh 09:13:07 + mkdir -p /var/log/sysstat [Pipeline] sh 09:13:07 + ls /var/log/sa-host 09:13:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:13:07 provisioning config files... 09:13:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config16197731880441097351tmp [Pipeline] { [Pipeline] echo 09:13:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:13:08 ---> create-netrc.sh [Pipeline] } 09:13:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:13:08 ---> python-tools-install.sh [Pipeline] echo 09:13:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:13:08 ---> sudo-logs.sh 09:13:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:13:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:13:09 ---> job-cost.sh 09:13:09 lf-activate-venv: SKIPPING 09:13:09 DEBUG: total: 0.2199999988079071 09:13:09 INFO: Retrieving Stack Cost... 09:13:09 INFO: Retrieving Pricing Info for: v3-standard-8 09:13:10 INFO: Archiving Costs [Pipeline] echo 09:13:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:13:10 ---> logs-deploy.sh 09:13:10 lf-activate-venv: SKIPPING 09:13:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/65 09:13:10 INFO: archiving workspace using pattern(s): 09:13:11 Archives upload complete. 09:13:11 INFO: archiving logs to Nexus 09:13:12 ---> uname -a: 09:13:12 Linux prd-ubuntu20-04-docker-8c-8g-2385 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 09:13:12 09:13:12 09:13:12 ---> lscpu: 09:13:12 Architecture: x86_64 09:13:12 CPU op-mode(s): 32-bit, 64-bit 09:13:12 Byte Order: Little Endian 09:13:12 Address sizes: 40 bits physical, 48 bits virtual 09:13:12 CPU(s): 8 09:13:12 On-line CPU(s) list: 0-7 09:13:12 Thread(s) per core: 1 09:13:12 Core(s) per socket: 1 09:13:12 Socket(s): 8 09:13:12 NUMA node(s): 1 09:13:12 Vendor ID: AuthenticAMD 09:13:12 CPU family: 23 09:13:12 Model: 49 09:13:12 Model name: AMD EPYC-Rome Processor 09:13:12 Stepping: 0 09:13:12 CPU MHz: 2799.998 09:13:12 BogoMIPS: 5599.99 09:13:12 Virtualization: AMD-V 09:13:12 Hypervisor vendor: KVM 09:13:12 Virtualization type: full 09:13:12 L1d cache: 256 KiB 09:13:12 L1i cache: 256 KiB 09:13:12 L2 cache: 4 MiB 09:13:12 L3 cache: 128 MiB 09:13:12 NUMA node0 CPU(s): 0-7 09:13:12 Vulnerability Itlb multihit: Not affected 09:13:12 Vulnerability L1tf: Not affected 09:13:12 Vulnerability Mds: Not affected 09:13:12 Vulnerability Meltdown: Not affected 09:13:12 Vulnerability Mmio stale data: Not affected 09:13:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:13:12 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:13:12 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:13:12 Vulnerability Srbds: Not affected 09:13:12 Vulnerability Tsx async abort: Not affected 09:13:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 09:13:12 09:13:12