Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f49e5d786ea68b16a14d01a91160d9484d8a22ef 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-ssh7047565198427078761.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-ssh1260988490733629446.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-ssh9770136337138725128.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-ssh3835143940628790938.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-ssh2929485453337322725.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-7066 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 f49e5d786ea68b16a14d01a91160d9484d8a22ef (main) Commit message: "Merge pull request #148 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64" > 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 f49e5d786ea68b16a14d01a91160d9484d8a22ef # timeout=10 > git rev-list --no-walk 95b01347c682c509c5ba1ad757ba8b1f414ff9ba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:44:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:44:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:44:56 ========================================================= 02:44:56 EdgeX Global Pipelines Version Info 02:44:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:44:57 ------------------- 02:44:57 stable info: 02:44:57 ------------------- 02:44:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:44:57 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 02:44:57 Message: update stable to v1.0.245 02:44:57 ------------------- 02:44:57 experimental info: 02:44:57 ------------------- 02:44:57 Commited By: **** collab-it+edgex@linuxfoundation.org 02:44:57 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 02:44:57 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f49e5d7 [Pipeline] echo 02:44:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:44:58 provisioning config files... 02:44:58 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config8879970854865222334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:58 ---> docker-login.sh 02:44:58 nexus3.edgexfoundry.org:10001 02:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:59 Configure a credential helper to remove this warning. See 02:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:59 02:44:59 Login Succeeded 02:44:59 nexus3.edgexfoundry.org:10002 02:44:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:59 Configure a credential helper to remove this warning. See 02:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:59 02:44:59 Login Succeeded 02:44:59 nexus3.edgexfoundry.org:10003 02:44:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:59 Configure a credential helper to remove this warning. See 02:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:59 02:44:59 Login Succeeded 02:44:59 nexus3.edgexfoundry.org:10004 02:44:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:59 Configure a credential helper to remove this warning. See 02:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:59 02:44:59 Login Succeeded 02:44:59 docker.io 02:44:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:59 Configure a credential helper to remove this warning. See 02:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:59 02:44:59 Login Succeeded 02:44:59 ---> docker-login.sh ends [Pipeline] } 02:44:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:45:00 + git rev-list -1 --merges f49e5d786ea68b16a14d01a91160d9484d8a22ef~1..f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] echo 02:45:00 -----------> git rev-list -1 --merges f49e5d786ea68b16a14d01a91160d9484d8a22ef~1..f49e5d786ea68b16a14d01a91160d9484d8a22ef f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:45:00 f49e5d786ea68b16a14d01a91160d9484d8a22ef [false] [Pipeline] sh 02:45:00 + git log --format=format:%s -1 f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] echo 02:45:00 ========================================================= 02:45:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:45:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:00 + git log --format=format:%s -1 f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] echo 02:45:00 [semverPrep] GIT_COMMIT: f49e5d786ea68b16a14d01a91160d9484d8a22ef, Commit Message: Merge pull request #148 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64 [Pipeline] echo 02:45:00 [semverPrep] This is not a build commit. [Pipeline] sh 02:45:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:45:01 + grep -v github /etc/ssh/ssh_known_hosts 02:45:01 + [ -e /tmp/ssh_known_hosts ] 02:45:01 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:45:01 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:45:01 + sudo tee -a /etc/ssh/ssh_known_hosts 02:45:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:45:01 02:45:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:45:02 0.1.4: Pulling from edgex-devops/py-git-semver 02:45:02 b85a868b505f: Pulling fs layer 02:45:02 e2be974225ed: Pulling fs layer 02:45:02 339a4e72a1f5: Pulling fs layer 02:45:02 988bab9f4d93: Pulling fs layer 02:45:02 1469e6f7b9e6: Pulling fs layer 02:45:02 eaf3925da568: Pulling fs layer 02:45:02 bab4dde63d76: Pulling fs layer 02:45:02 bde34c3a00c8: Pulling fs layer 02:45:02 b352a97aabf1: Pulling fs layer 02:45:02 4872d77fe225: Pulling fs layer 02:45:02 5851b861e8e6: Pulling fs layer 02:45:02 bab4dde63d76: Waiting 02:45:02 4872d77fe225: Waiting 02:45:02 bde34c3a00c8: Waiting 02:45:02 eaf3925da568: Waiting 02:45:02 1469e6f7b9e6: Waiting 02:45:02 5851b861e8e6: Waiting 02:45:02 b352a97aabf1: Waiting 02:45:02 e2be974225ed: Download complete 02:45:02 988bab9f4d93: Verifying Checksum 02:45:02 988bab9f4d93: Download complete 02:45:02 339a4e72a1f5: Verifying Checksum 02:45:02 339a4e72a1f5: Download complete 02:45:02 1469e6f7b9e6: Verifying Checksum 02:45:02 1469e6f7b9e6: Download complete 02:45:02 eaf3925da568: Verifying Checksum 02:45:02 eaf3925da568: Download complete 02:45:02 bde34c3a00c8: Verifying Checksum 02:45:02 bde34c3a00c8: Download complete 02:45:02 b352a97aabf1: Download complete 02:45:02 4872d77fe225: Download complete 02:45:02 5851b861e8e6: Verifying Checksum 02:45:02 5851b861e8e6: Download complete 02:45:02 b85a868b505f: Verifying Checksum 02:45:02 b85a868b505f: Download complete 02:45:02 bab4dde63d76: Verifying Checksum 02:45:02 bab4dde63d76: Download complete 02:45:03 b85a868b505f: Pull complete 02:45:03 e2be974225ed: Pull complete 02:45:04 339a4e72a1f5: Pull complete 02:45:04 988bab9f4d93: Pull complete 02:45:04 1469e6f7b9e6: Pull complete 02:45:04 eaf3925da568: Pull complete 02:45:06 bab4dde63d76: Pull complete 02:45:06 bde34c3a00c8: Pull complete 02:45:06 b352a97aabf1: Pull complete 02:45:06 4872d77fe225: Pull complete 02:45:06 5851b861e8e6: Pull complete 02:45:06 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:45:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:45:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:45:06 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:45:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:45:11 $ docker top 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 -eo pid,comm 02:45:12 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). 02:45:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:45:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:45:12 [ssh-agent] Looking for ssh-agent implementation... 02:45:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:45:12 $ docker exec 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 ssh-agent 02:45:12 SSH_AUTH_SOCK=/tmp/ssh-5tFjOmsL7lJv/agent.33 02:45:12 SSH_AGENT_PID=39 02:45:12 Running ssh-add (command line suppressed) 02:45:12 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6562517411812827006.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6562517411812827006.key) 02:45:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:45:12 + git tag --points-at HEAD [Pipeline] } 02:45:12 $ docker exec --env ******** --env ******** 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 ssh-agent -k 02:45:12 unset SSH_AUTH_SOCK; 02:45:12 unset SSH_AGENT_PID; 02:45:12 echo Agent pid 39 killed; 02:45:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:45:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:45:12 [ssh-agent] Looking for ssh-agent implementation... 02:45:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:45:13 $ docker exec 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 ssh-agent 02:45:13 SSH_AUTH_SOCK=/tmp/ssh-9jBYvIQdBWff/agent.72 02:45:13 SSH_AGENT_PID=78 02:45:13 Running ssh-add (command line suppressed) 02:45:13 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_352190453003941112.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_352190453003941112.key) 02:45:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:45:13 + git semver init 02:45:13 2023-04-07 02:45:13,681 [run_init] DEBUG init version:0.0.0 force:False 02:45:13 2023-04-07 02:45:13,682 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver 02:45:13 2023-04-07 02:45:13,682 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver 02:45:13 2023-04-07 02:45:13,682 [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) 02:45:15 2023-04-07 02:45:14,944 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude 02:45:15 2023-04-07 02:45:14,945 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False 02:45:15 2023-04-07 02:45:14,945 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:45:15 2023-04-07 02:45:14,945 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:45:15 3.0.0-dev.16 [Pipeline] } 02:45:15 $ docker exec --env ******** --env ******** 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 ssh-agent -k 02:45:15 unset SSH_AUTH_SOCK; 02:45:15 unset SSH_AGENT_PID; 02:45:15 echo Agent pid 78 killed; 02:45:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:45:15 + git semver [Pipeline] } 02:45:15 $ docker stop --time=1 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 02:45:17 $ docker rm -f --volumes 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 [Pipeline] // withDockerContainer [Pipeline] sh 02:45:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:45:17 Stashed 1 file(s) [Pipeline] echo 02:45:17 [edgeXSemver]: initialized semver on version 3.0.0-dev.16 [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 02:45:17 provisioning config files... 02:45:17 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config12179332235241993878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:18 ---> docker-login.sh 02:45:18 nexus3.edgexfoundry.org:10001 02:45:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:18 Configure a credential helper to remove this warning. See 02:45:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:18 02:45:18 Login Succeeded 02:45:18 nexus3.edgexfoundry.org:10002 02:45:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:18 Configure a credential helper to remove this warning. See 02:45:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:18 02:45:18 Login Succeeded 02:45:18 nexus3.edgexfoundry.org:10003 02:45:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:18 Configure a credential helper to remove this warning. See 02:45:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:18 02:45:18 Login Succeeded 02:45:18 nexus3.edgexfoundry.org:10004 02:45:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:18 Configure a credential helper to remove this warning. See 02:45:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:18 02:45:18 Login Succeeded 02:45:18 docker.io 02:45:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:18 Configure a credential helper to remove this warning. See 02:45:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:18 02:45:18 Login Succeeded 02:45:18 ---> docker-login.sh ends [Pipeline] } 02:45:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:45:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:45:18 ========================================================= 02:45:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 02:45:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:19 + 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 . 02:45:19 Sending build context to Docker daemon 16.03MB 02:45:19 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 02:45:19 Step 2/12 : FROM ${BASE} AS builder 02:45:19 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:19 63b65145d645: Pulling fs layer 02:45:19 a2d21d5440eb: Pulling fs layer 02:45:19 935e6c44a52c: Pulling fs layer 02:45:19 94cc34f8dd06: Pulling fs layer 02:45:19 30dea6a524f1: Pulling fs layer 02:45:19 a2aff8979fd8: Pulling fs layer 02:45:19 6808be2612f2: Pulling fs layer 02:45:19 f25807f1079a: Pulling fs layer 02:45:19 94cc34f8dd06: Waiting 02:45:19 30dea6a524f1: Waiting 02:45:19 6808be2612f2: Waiting 02:45:19 f25807f1079a: Waiting 02:45:19 a2aff8979fd8: Waiting 02:45:19 a2d21d5440eb: Verifying Checksum 02:45:19 a2d21d5440eb: Download complete 02:45:19 94cc34f8dd06: Download complete 02:45:19 30dea6a524f1: Verifying Checksum 02:45:19 30dea6a524f1: Download complete 02:45:19 63b65145d645: Verifying Checksum 02:45:19 63b65145d645: Download complete 02:45:19 a2aff8979fd8: Verifying Checksum 02:45:19 a2aff8979fd8: Download complete 02:45:19 63b65145d645: Pull complete 02:45:19 a2d21d5440eb: Pull complete 02:45:20 f25807f1079a: Verifying Checksum 02:45:20 f25807f1079a: Download complete 02:45:20 935e6c44a52c: Verifying Checksum 02:45:20 935e6c44a52c: Download complete 02:45:20 6808be2612f2: Verifying Checksum 02:45:20 6808be2612f2: Download complete 02:45:24 935e6c44a52c: Pull complete 02:45:24 94cc34f8dd06: Pull complete 02:45:24 30dea6a524f1: Pull complete 02:45:24 a2aff8979fd8: Pull complete 02:45:26 6808be2612f2: Pull complete 02:45:26 f25807f1079a: Pull complete 02:45:26 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 02:45:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 02:45:26 ---> 3b553350e43f 02:45:26 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:45:32 Still waiting to schedule task 02:45:32 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 02:45:34 ---> Running in a6a414412c04 02:45:34 Removing intermediate container a6a414412c04 02:45:34 ---> a552f9a21773 02:45:34 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:45:34 ---> Running in c97f85571949 02:45:34 Removing intermediate container c97f85571949 02:45:34 ---> 9660059b4cee 02:45:34 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 02:45:34 ---> Running in ac26d64c1eb3 02:45:34 Removing intermediate container ac26d64c1eb3 02:45:34 ---> 5548458d84f7 02:45:34 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:45:34 ---> Running in 1bb2df4c8b64 02:45:34 Removing intermediate container 1bb2df4c8b64 02:45:34 ---> 45bb7fe33976 02:45:34 Step 7/12 : WORKDIR /device-gpio 02:45:34 ---> Running in e843bfe96abe 02:45:34 Removing intermediate container e843bfe96abe 02:45:34 ---> 2aed59312d4f 02:45:34 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:45:34 ---> Running in 88c2f50ac5e9 02:45:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:45:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:45:34 (1/4) Installing openssh-keygen (9.1_p1-r2) 02:45:34 (2/4) Installing libedit (20221030.3.1-r0) 02:45:34 (3/4) Installing openssh-client-common (9.1_p1-r2) 02:45:34 (4/4) Installing openssh-client-default (9.1_p1-r2) 02:45:34 Executing busybox-1.35.0-r29.trigger 02:45:35 OK: 269 MiB in 57 packages 02:45:35 Removing intermediate container 88c2f50ac5e9 02:45:35 ---> ec0dcf613bc0 02:45:35 Step 9/12 : COPY go.mod vendor* ./ 02:45:35 ---> 2ef3c124c5c9 02:45:35 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:35 ---> Running in 074bd5ca47a7 02:46:14 Removing intermediate container 074bd5ca47a7 02:46:14 ---> ce78ce72fde0 02:46:14 Step 11/12 : COPY . . 02:46:14 ---> d44c70e099af 02:46:14 Step 12/12 : RUN ${MAKE} 02:46:14 ---> Running in 5e9d58594228 02:46:14 noop 02:46:14 Removing intermediate container 5e9d58594228 02:46:14 ---> 7ee7fb0aaf8b 02:46:14 Successfully built 7ee7fb0aaf8b 02:46:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:14 + docker inspect -f . ci-base-image-x86_64 02:46:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:46:14 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:46:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:15 $ docker top de206233be16bf8d9645557188b530479c23410bb168f4d64741fb6a6ea2a160 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:15 + go version 02:46:15 go version go1.20.2 linux/amd64 [Pipeline] } 02:46:15 $ docker stop --time=1 de206233be16bf8d9645557188b530479c23410bb168f4d64741fb6a6ea2a160 02:46:16 $ docker rm -f --volumes de206233be16bf8d9645557188b530479c23410bb168f4d64741fb6a6ea2a160 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:17 + docker inspect -f . ci-base-image-x86_64 02:46:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:46:17 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:46:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:17 $ docker top e59a12b8b9424467675f5b6068bdb977d69ec4f1de4387408d50ee0e8f6bd740 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:18 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh 02:46:18 + make test 02:46:18 go test ./... -coverprofile=coverage.out ./... 02:46:23 ? github.com/edgexfoundry/device-gpio [no test files] 02:46:33 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 02:46:33 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 02:46:38 go vet ./... 02:46:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:46:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:46:42 ./bin/test-attribution-txt.sh 02:46:42 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo 02:46:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:46:43 $ docker stop --time=1 e59a12b8b9424467675f5b6068bdb977d69ec4f1de4387408d50ee0e8f6bd740 02:46:48 $ docker rm -f --volumes e59a12b8b9424467675f5b6068bdb977d69ec4f1de4387408d50ee0e8f6bd740 [Pipeline] // withDockerContainer [Pipeline] sh 02:46:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:46:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:46:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:49 + ls -al . 02:46:49 total 156 02:46:49 drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 02:46 . 02:46:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:44 .. 02:46:49 -rw-rw-r-- 1 jenkins jenkins 120 Apr 7 02:44 .dockerignore 02:46:49 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:45 .git 02:46:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:44 .github 02:46:49 -rw-rw-r-- 1 jenkins jenkins 343 Apr 7 02:44 .gitignore 02:46:49 -rw-rw-r-- 1 jenkins jenkins 41 Apr 7 02:44 .golangci.yml 02:46:49 drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 02:45 .semver 02:46:49 -rw-rw-r-- 1 jenkins jenkins 9573 Apr 7 02:44 Attribution.txt 02:46:49 -rw-rw-r-- 1 jenkins jenkins 4069 Apr 7 02:44 CHANGELOG.md 02:46:49 -rw-rw-r-- 1 jenkins jenkins 1542 Apr 7 02:44 Dockerfile 02:46:49 -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 02:44 GOVERNANCE.md 02:46:49 -rw-rw-r-- 1 jenkins jenkins 657 Apr 7 02:44 Jenkinsfile 02:46:49 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 02:44 LICENSE 02:46:49 -rw-rw-r-- 1 jenkins jenkins 1692 Apr 7 02:44 Makefile 02:46:49 -rw-rw-r-- 1 jenkins jenkins 617 Apr 7 02:44 OWNERS.md 02:46:49 -rw-rw-r-- 1 jenkins jenkins 11790 Apr 7 02:44 README.md 02:46:49 -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 02:45 VERSION 02:46:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:44 bin 02:46:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:44 cmd 02:46:49 -rw-r--r-- 1 jenkins jenkins 10 Apr 7 02:46 coverage.out 02:46:49 -rw-rw-r-- 1 jenkins jenkins 3269 Apr 7 02:44 go.mod 02:46:49 -rw-rw-r-- 1 jenkins jenkins 31810 Apr 7 02:44 go.sum 02:46:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:44 internal 02:46:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:44 snap 02:46:49 -rw-rw-r-- 1 jenkins jenkins 209 Apr 7 02:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:50 + 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=f49e5d786ea68b16a14d01a91160d9484d8a22ef --label arch=amd64 --label version=3.0.0-dev.16 . 02:46:50 Sending build context to Docker daemon 16.03MB 02:46:50 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 02:46:50 Step 2/25 : FROM ${BASE} AS builder 02:46:50 ---> 7ee7fb0aaf8b 02:46:50 Step 3/25 : ARG ADD_BUILD_TAGS="" 02:46:50 ---> Running in a47fb4ac0681 02:46:50 Removing intermediate container a47fb4ac0681 02:46:50 ---> c88efa958e68 02:46:50 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:46:50 ---> Running in 66f2bcbca277 02:46:50 Removing intermediate container 66f2bcbca277 02:46:50 ---> 98e0876a4fa9 02:46:50 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " 02:46:50 ---> Running in 0b04dc46cbdf 02:46:50 Removing intermediate container 0b04dc46cbdf 02:46:50 ---> 3198518047db 02:46:50 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 02:46:50 ---> Running in e0739534f1ce 02:46:50 Removing intermediate container e0739534f1ce 02:46:50 ---> a30c60d0f268 02:46:50 Step 7/25 : WORKDIR /device-gpio 02:46:50 ---> Running in ec157f0b0335 02:46:50 Removing intermediate container ec157f0b0335 02:46:50 ---> 791f5a02b5b0 02:46:50 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:46:50 ---> Running in cc3f5241c362 02:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:46:51 OK: 269 MiB in 57 packages 02:46:51 Removing intermediate container cc3f5241c362 02:46:51 ---> 1054264c44cb 02:46:51 Step 9/25 : COPY go.mod vendor* ./ 02:46:52 ---> f002e440ef66 02:46:52 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:46:52 ---> Running in 3a33d1a678fa 02:46:53 Removing intermediate container 3a33d1a678fa 02:46:53 ---> bdaaa0edfb39 02:46:53 Step 11/25 : COPY . . 02:46:53 ---> 9bf7f1095342 02:46:53 Step 12/25 : RUN ${MAKE} 02:46:53 ---> Running in ce6a3c90ba90 02:46:54 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.16" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 02:47:16 Removing intermediate container ce6a3c90ba90 02:47:16 ---> f525eb1c41af 02:47:16 Step 13/25 : FROM alpine:3.17 02:47:16 3.17: Pulling from library/alpine 02:47:16 f56be85fc22e: Pulling fs layer 02:47:16 f56be85fc22e: Verifying Checksum 02:47:16 f56be85fc22e: Download complete 02:47:16 f56be85fc22e: Pull complete 02:47:16 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 02:47:16 Status: Downloaded newer image for alpine:3.17 02:47:16 ---> 9ed4aefc74f6 02:47:16 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 02:47:16 ---> Running in c24fbc9b09c6 02:47:16 Removing intermediate container c24fbc9b09c6 02:47:16 ---> e896f10526fc 02:47:16 Step 15/25 : RUN apk add --update --no-cache 02:47:16 ---> Running in f184b749ba0b 02:47:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 02:47:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 02:47:16 OK: 7 MiB in 15 packages 02:47:16 Removing intermediate container f184b749ba0b 02:47:16 ---> 5efbfcdc4a4c 02:47:16 Step 16/25 : WORKDIR / 02:47:16 ---> Running in 0302a0ba53af 02:47:16 Removing intermediate container 0302a0ba53af 02:47:16 ---> b2319df2fd23 02:47:16 Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / 02:47:16 ---> 14914e240560 02:47:16 Step 18/25 : COPY --from=builder /device-gpio/LICENSE / 02:47:16 ---> e12a9daec645 02:47:16 Step 19/25 : COPY --from=builder /device-gpio/cmd/ / 02:47:18 ---> 9f530234f06e 02:47:18 Step 20/25 : EXPOSE 59910 02:47:18 ---> Running in 90739ea58af7 02:47:18 Removing intermediate container 90739ea58af7 02:47:18 ---> cb6da43bbf2a 02:47:18 Step 21/25 : ENTRYPOINT ["/device-gpio"] 02:47:18 ---> Running in dc54e6529eaa 02:47:18 Removing intermediate container dc54e6529eaa 02:47:18 ---> d33b83695ccf 02:47:18 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:47:18 ---> Running in 23c8b754553a 02:47:18 Removing intermediate container 23c8b754553a 02:47:18 ---> f6e1d5afad2c 02:47:18 Step 23/25 : LABEL arch=amd64 02:47:18 ---> Running in a1b710f21672 02:47:18 Removing intermediate container a1b710f21672 02:47:18 ---> 66712cfe8536 02:47:18 Step 24/25 : LABEL git_sha=f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:47:18 ---> Running in f6d7fc6dd0dd 02:47:18 Removing intermediate container f6d7fc6dd0dd 02:47:18 ---> e19c410e90f0 02:47:18 Step 25/25 : LABEL version=3.0.0-dev.16 02:47:18 ---> Running in e5ad1a8317f7 02:47:18 Removing intermediate container e5ad1a8317f7 02:47:18 ---> 7774c7b8ae40 02:47:18 [Warning] One or more build-args [ARCH] were not consumed 02:47:18 Successfully built 7774c7b8ae40 02:47:18 Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:47:18 provisioning config files... 02:47:18 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config4225343616485096611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:47:19 ---> docker-login.sh 02:47:19 nexus3.edgexfoundry.org:10001 02:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:19 Configure a credential helper to remove this warning. See 02:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:19 02:47:19 Login Succeeded 02:47:19 nexus3.edgexfoundry.org:10002 02:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:19 Configure a credential helper to remove this warning. See 02:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:19 02:47:19 Login Succeeded 02:47:19 nexus3.edgexfoundry.org:10003 02:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:19 Configure a credential helper to remove this warning. See 02:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:19 02:47:19 Login Succeeded 02:47:19 nexus3.edgexfoundry.org:10004 02:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:19 Configure a credential helper to remove this warning. See 02:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:19 02:47:19 Login Succeeded 02:47:19 docker.io 02:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:19 Configure a credential helper to remove this warning. See 02:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:19 02:47:19 Login Succeeded 02:47:19 ---> docker-login.sh ends [Pipeline] } 02:47:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:47:19 [edgeXDocker.push] Tagging docker image device-gpio with the following tags: 02:47:19 f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:47:19 latest 02:47:19 3.0.0-dev.16 02:47:19 f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 02:47:19 main 02:47:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:20 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:20 + docker push nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:47:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 02:47:20 c67ad6be4eda: Preparing 02:47:20 edd87ee2b1d7: Preparing 02:47:20 cbedf3fb6192: Preparing 02:47:20 3ed76d7c7511: Preparing 02:47:20 f1417ff83b31: Preparing 02:47:20 f1417ff83b31: Layer already exists 02:47:20 3ed76d7c7511: Pushed 02:47:20 edd87ee2b1d7: Pushed 02:47:20 cbedf3fb6192: Pushed 02:47:22 c67ad6be4eda: Pushed 02:47:22 f49e5d786ea68b16a14d01a91160d9484d8a22ef: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:23 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:23 + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest 02:47:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 02:47:23 c67ad6be4eda: Preparing 02:47:23 edd87ee2b1d7: Preparing 02:47:23 cbedf3fb6192: Preparing 02:47:23 3ed76d7c7511: Preparing 02:47:23 f1417ff83b31: Preparing 02:47:23 3ed76d7c7511: Layer already exists 02:47:23 c67ad6be4eda: Layer already exists 02:47:23 cbedf3fb6192: Layer already exists 02:47:23 f1417ff83b31: Layer already exists 02:47:23 edd87ee2b1d7: Layer already exists 02:47:23 latest: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:23 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker push nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.16 02:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 02:47:24 c67ad6be4eda: Preparing 02:47:24 edd87ee2b1d7: Preparing 02:47:24 cbedf3fb6192: Preparing 02:47:24 3ed76d7c7511: Preparing 02:47:24 f1417ff83b31: Preparing 02:47:24 edd87ee2b1d7: Layer already exists 02:47:24 c67ad6be4eda: Layer already exists 02:47:24 cbedf3fb6192: Layer already exists 02:47:24 3ed76d7c7511: Layer already exists 02:47:24 f1417ff83b31: Layer already exists 02:47:24 3.0.0-dev.16: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker push nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 02:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 02:47:24 c67ad6be4eda: Preparing 02:47:24 edd87ee2b1d7: Preparing 02:47:24 cbedf3fb6192: Preparing 02:47:24 3ed76d7c7511: Preparing 02:47:24 f1417ff83b31: Preparing 02:47:24 edd87ee2b1d7: Layer already exists 02:47:24 f1417ff83b31: Layer already exists 02:47:24 cbedf3fb6192: Layer already exists 02:47:24 3ed76d7c7511: Layer already exists 02:47:24 c67ad6be4eda: Layer already exists 02:47:24 f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:25 + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:25 + docker push nexus3.edgexfoundry.org:10004/device-gpio:main 02:47:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] 02:47:25 c67ad6be4eda: Preparing 02:47:25 edd87ee2b1d7: Preparing 02:47:25 cbedf3fb6192: Preparing 02:47:25 3ed76d7c7511: Preparing 02:47:25 f1417ff83b31: Preparing 02:47:25 edd87ee2b1d7: Layer already exists 02:47:25 f1417ff83b31: Layer already exists 02:47:25 cbedf3fb6192: Layer already exists 02:47:25 c67ad6be4eda: Layer already exists 02:47:25 3ed76d7c7511: Layer already exists 02:47:25 main: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:25 ===================================================== [Pipeline] echo 02:47:25 taggedImages: 02:47:25 - nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:47:25 - nexus3.edgexfoundry.org:10004/device-gpio:latest 02:47:25 - nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.16 02:47:25 - nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 02:47:25 - 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 02:47:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:47:25 02:47:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:47:26 latest: Pulling from edgex-lftools-log-publisher 02:47:26 5eb5b503b376: Pulling fs layer 02:47:26 5c69ac0246d0: Pulling fs layer 02:47:26 ec43610c2a17: Pulling fs layer 02:47:26 3a2ae6a8a46f: Pulling fs layer 02:47:26 33b1e0a273af: Pulling fs layer 02:47:26 5d3b04190fa2: Pulling fs layer 02:47:26 2f39f015ded8: Pulling fs layer 02:47:26 33b1e0a273af: Waiting 02:47:26 3a2ae6a8a46f: Waiting 02:47:26 5d3b04190fa2: Waiting 02:47:26 2f39f015ded8: Waiting 02:47:26 5c69ac0246d0: Verifying Checksum 02:47:26 5c69ac0246d0: Download complete 02:47:26 3a2ae6a8a46f: Verifying Checksum 02:47:26 3a2ae6a8a46f: Download complete 02:47:26 33b1e0a273af: Verifying Checksum 02:47:26 33b1e0a273af: Download complete 02:47:26 5d3b04190fa2: Verifying Checksum 02:47:26 5d3b04190fa2: Download complete 02:47:26 ec43610c2a17: Verifying Checksum 02:47:26 ec43610c2a17: Download complete 02:47:26 5eb5b503b376: Verifying Checksum 02:47:26 5eb5b503b376: Download complete 02:47:27 2f39f015ded8: Download complete 02:47:27 5eb5b503b376: Pull complete 02:47:27 5c69ac0246d0: Pull complete 02:47:28 ec43610c2a17: Pull complete 02:47:28 3a2ae6a8a46f: Pull complete 02:47:28 33b1e0a273af: Pull complete 02:47:28 5d3b04190fa2: Pull complete 02:47:32 2f39f015ded8: Pull complete 02:47:32 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:47:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:47:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:47:32 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:47:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:47:40 $ docker top ed7daf6319dad69b00f7a5ad0f047a37948e1a981dddcd070bbd270ad9c6315b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:47:41 ---> job-cost.sh 02:47:41 lf-activate-venv: SKIPPING 02:47:41 INFO: No Stack... 02:47:41 INFO: Retrieving Pricing Info for: v3-standard-8 02:47:42 INFO: Archiving Costs [Pipeline] sh 02:47:42 + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv 02:47:42 + cut -d, -f6 [Pipeline] lock 02:47:42 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] 02:47:42 Resource [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] did not exist. Created. 02:47:42 Lock acquired on [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:47:42 + echo total: 0.2199999988079071 [Pipeline] stash 02:47:42 Stashed 1 file(s) [Pipeline] } 02:47:42 Lock released on resource [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [Pipeline] // lock [Pipeline] } 02:47:42 $ docker stop --time=1 ed7daf6319dad69b00f7a5ad0f047a37948e1a981dddcd070bbd270ad9c6315b 02:47:43 $ docker rm -f --volumes ed7daf6319dad69b00f7a5ad0f047a37948e1a981dddcd070bbd270ad9c6315b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:47:44 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7068 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws 02:47:44 Running in /w/workspace/device-gpio/69 [Pipeline] { [Pipeline] checkout 02:47:44 The recommended git tool is: git 02:47:53 using credential edgex-jenkins-ssh 02:47:53 Cloning the remote Git repository 02:47:53 Cloning repository git@github.com:edgexfoundry/device-gpio.git 02:47:53 > git init /w/workspace/device-gpio/69 # timeout=10 02:47:53 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 02:47:53 > git --version # timeout=10 02:47:53 > git --version # 'git version 2.25.1' 02:47:53 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:56 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 02:47:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:57 Avoid second fetch 02:47:57 Checking out Revision f49e5d786ea68b16a14d01a91160d9484d8a22ef (main) 02:47:58 Commit message: "Merge pull request #148 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:47:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:47:59 Dload Upload Total Spent Left Speed 02:47:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 214k 02:47:57 > git config core.sparsecheckout # timeout=10 02:47:57 > git checkout -f f49e5d786ea68b16a14d01a91160d9484d8a22ef # timeout=10 [Pipeline] sh 02:47:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:48:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:48:00 + sudo tee /etc/docker/daemon.new 02:48:00 { 02:48:00 "registry-mirrors": [ 02:48:00 "https://nexus3.edgexfoundry.org:10001" 02:48:00 ], 02:48:00 "bip": "10.250.0.254/24", 02:48:00 "hosts": [ 02:48:00 "tcp://0.0.0.0:5555", 02:48:00 "unix:///var/run/docker.sock" 02:48:00 ], 02:48:00 "mtu": 1458, 02:48:00 "selinux-enabled": true, 02:48:00 "seccomp-profile": "/etc/docker/seccomp.json" 02:48:00 } [Pipeline] sh 02:48:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:48:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:48:19 provisioning config files... 02:48:19 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/69@tmp/config7753485433602518191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:19 ---> docker-login.sh 02:48:19 nexus3.edgexfoundry.org:10001 02:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:20 Configure a credential helper to remove this warning. See 02:48:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:20 02:48:20 Login Succeeded 02:48:20 nexus3.edgexfoundry.org:10002 02:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:20 Configure a credential helper to remove this warning. See 02:48:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:20 02:48:20 Login Succeeded 02:48:20 nexus3.edgexfoundry.org:10003 02:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:20 Configure a credential helper to remove this warning. See 02:48:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:20 02:48:20 Login Succeeded 02:48:20 nexus3.edgexfoundry.org:10004 02:48:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:21 Configure a credential helper to remove this warning. See 02:48:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:21 02:48:21 Login Succeeded 02:48:21 docker.io 02:48:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:21 Configure a credential helper to remove this warning. See 02:48:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:21 02:48:21 Login Succeeded 02:48:21 ---> docker-login.sh ends [Pipeline] } 02:48:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:48:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:48:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:48:22 ========================================================= 02:48:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 02:48:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:22 + 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 . 02:48:22 Sending build context to Docker daemon 8.089MB 02:48:22 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 02:48:22 Step 2/12 : FROM ${BASE} AS builder 02:48:22 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:48:22 af6eaf76a39c: Pulling fs layer 02:48:22 55522c791124: Pulling fs layer 02:48:22 ce5c4a1c91eb: Pulling fs layer 02:48:22 169dfbe0d373: Pulling fs layer 02:48:22 e1ff8fa3b103: Pulling fs layer 02:48:22 52ebb69f0ebf: Pulling fs layer 02:48:22 5abe8eddf0d5: Pulling fs layer 02:48:22 e1ff8fa3b103: Waiting 02:48:22 52ebb69f0ebf: Waiting 02:48:22 5abe8eddf0d5: Waiting 02:48:22 169dfbe0d373: Waiting 02:48:22 55522c791124: Verifying Checksum 02:48:22 55522c791124: Download complete 02:48:22 169dfbe0d373: Download complete 02:48:22 e1ff8fa3b103: Download complete 02:48:23 af6eaf76a39c: Verifying Checksum 02:48:23 af6eaf76a39c: Download complete 02:48:24 af6eaf76a39c: Pull complete 02:48:24 5abe8eddf0d5: Verifying Checksum 02:48:24 5abe8eddf0d5: Download complete 02:48:24 55522c791124: Pull complete 02:48:25 ce5c4a1c91eb: Download complete 02:48:25 52ebb69f0ebf: Verifying Checksum 02:48:25 52ebb69f0ebf: Download complete 02:48:35 ce5c4a1c91eb: Pull complete 02:48:35 169dfbe0d373: Pull complete 02:48:35 e1ff8fa3b103: Pull complete 02:48:42 52ebb69f0ebf: Pull complete 02:48:43 5abe8eddf0d5: Pull complete 02:48:43 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 02:48:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:48:43 ---> 6cb57ee374ae 02:48:43 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:48:45 ---> Running in 5c7954528132 02:48:45 Removing intermediate container 5c7954528132 02:48:45 ---> e2f8006cb333 02:48:45 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:48:45 ---> Running in 8cb70541f704 02:48:46 Removing intermediate container 8cb70541f704 02:48:46 ---> 32f3b9e78de6 02:48:46 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " 02:48:46 ---> Running in 958fcd6a932f 02:48:46 Removing intermediate container 958fcd6a932f 02:48:46 ---> 1920d6e8a2bf 02:48:46 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:48:46 ---> Running in 7394faa72ac9 02:48:46 Removing intermediate container 7394faa72ac9 02:48:46 ---> 479f76115ee3 02:48:46 Step 7/12 : WORKDIR /device-gpio 02:48:46 ---> Running in a0fc8fc4cf7f 02:48:47 Removing intermediate container a0fc8fc4cf7f 02:48:47 ---> d46b736e54ad 02:48:47 Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:48:47 ---> Running in c02da096441e 02:48:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:48:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:48:50 (1/4) Installing openssh-keygen (9.1_p1-r2) 02:48:50 (2/4) Installing libedit (20221030.3.1-r0) 02:48:50 (3/4) Installing openssh-client-common (9.1_p1-r2) 02:48:50 (4/4) Installing openssh-client-default (9.1_p1-r2) 02:48:50 Executing busybox-1.35.0-r29.trigger 02:48:50 OK: 268 MiB in 57 packages 02:48:51 Removing intermediate container c02da096441e 02:48:51 ---> fecc84d28fc6 02:48:51 Step 9/12 : COPY go.mod vendor* ./ 02:48:51 ---> a902bc73b01e 02:48:51 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:48:51 ---> Running in 772a574b3400 02:49:59 Removing intermediate container 772a574b3400 02:49:59 ---> a2a894f05b9b 02:49:59 Step 11/12 : COPY . . 02:49:59 ---> 8c1ab2099c84 02:49:59 Step 12/12 : RUN ${MAKE} 02:49:59 ---> Running in 2cadf6bb0b36 02:49:59 noop 02:49:59 Removing intermediate container 2cadf6bb0b36 02:49:59 ---> 718a10453fa6 02:49:59 Successfully built 718a10453fa6 02:49:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:00 + docker inspect -f . ci-base-image-arm64 02:50:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:50:00 prd-ubuntu20.04-docker-arm64-4c-16g-7068 does not seem to be running inside a container 02:50:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/69 -v /w/workspace/device-gpio/69:/w/workspace/device-gpio/69:rw,z -v /w/workspace/device-gpio/69@tmp:/w/workspace/device-gpio/69@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 02:50:01 $ docker top ba988ce43300ddf2eae5a54b9faa07671ec9c27a7c080d2f72639fccfb8ded97 -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:02 + go version 02:50:02 go version go1.20.2 linux/arm64 [Pipeline] } 02:50:02 $ docker stop --time=1 ba988ce43300ddf2eae5a54b9faa07671ec9c27a7c080d2f72639fccfb8ded97 02:50:04 $ docker rm -f --volumes ba988ce43300ddf2eae5a54b9faa07671ec9c27a7c080d2f72639fccfb8ded97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:04 + docker inspect -f . ci-base-image-arm64 02:50:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:50:04 prd-ubuntu20.04-docker-arm64-4c-16g-7068 does not seem to be running inside a container 02:50:05 $ 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/69 -v /w/workspace/device-gpio/69:/w/workspace/device-gpio/69:rw,z -v /w/workspace/device-gpio/69@tmp:/w/workspace/device-gpio/69@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 02:50:06 $ docker top dde9ab5b165938a5d8db232be3501b83842b8a2db063dc138e4b6cbe5668fa40 -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:07 + git config --global --add safe.directory /w/workspace/device-gpio/69 [Pipeline] fileExists [Pipeline] sh 02:50:07 + make test 02:50:07 go test ./... -coverprofile=coverage.out ./... 02:50:46 ? github.com/edgexfoundry/device-gpio [no test files] 02:52:38 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 02:52:38 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 02:52:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:52:38 go vet ./... 02:52:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:52:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:52:53 ./bin/test-attribution-txt.sh 02:52:53 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo 02:52:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:52:53 $ docker stop --time=1 dde9ab5b165938a5d8db232be3501b83842b8a2db063dc138e4b6cbe5668fa40 02:52:55 $ docker rm -f --volumes dde9ab5b165938a5d8db232be3501b83842b8a2db063dc138e4b6cbe5668fa40 [Pipeline] // withDockerContainer [Pipeline] sh 02:52:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:52:56 Warning: overwriting stash ‘coverage-report’ 02:52:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:52:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:52:57 + ls -al . 02:52:57 total 152 02:52:57 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:50 . 02:52:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:47 .. 02:52:57 -rw-rw-r-- 1 jenkins jenkins 120 Apr 7 02:47 .dockerignore 02:52:57 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:47 .git 02:52:57 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:47 .github 02:52:57 -rw-rw-r-- 1 jenkins jenkins 343 Apr 7 02:47 .gitignore 02:52:57 -rw-rw-r-- 1 jenkins jenkins 41 Apr 7 02:47 .golangci.yml 02:52:57 -rw-rw-r-- 1 jenkins jenkins 9573 Apr 7 02:47 Attribution.txt 02:52:57 -rw-rw-r-- 1 jenkins jenkins 4069 Apr 7 02:47 CHANGELOG.md 02:52:57 -rw-rw-r-- 1 jenkins jenkins 1542 Apr 7 02:47 Dockerfile 02:52:57 -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 02:47 GOVERNANCE.md 02:52:57 -rw-rw-r-- 1 jenkins jenkins 657 Apr 7 02:47 Jenkinsfile 02:52:57 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 02:47 LICENSE 02:52:57 -rw-rw-r-- 1 jenkins jenkins 1692 Apr 7 02:47 Makefile 02:52:57 -rw-rw-r-- 1 jenkins jenkins 617 Apr 7 02:47 OWNERS.md 02:52:57 -rw-rw-r-- 1 jenkins jenkins 11790 Apr 7 02:47 README.md 02:52:57 -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 02:45 VERSION 02:52:57 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:47 bin 02:52:57 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:47 cmd 02:52:57 -rw-r--r-- 1 jenkins jenkins 10 Apr 7 02:50 coverage.out 02:52:57 -rw-rw-r-- 1 jenkins jenkins 3269 Apr 7 02:47 go.mod 02:52:57 -rw-rw-r-- 1 jenkins jenkins 31810 Apr 7 02:47 go.sum 02:52:57 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:47 internal 02:52:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:47 snap 02:52:57 -rw-rw-r-- 1 jenkins jenkins 209 Apr 7 02:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:57 + docker build -t device-gpio-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f49e5d786ea68b16a14d01a91160d9484d8a22ef --label arch=arm64 --label version=3.0.0-dev.16 . 02:52:58 Sending build context to Docker daemon 8.09MB 02:52:58 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 02:52:58 Step 2/25 : FROM ${BASE} AS builder 02:52:58 ---> 718a10453fa6 02:52:58 Step 3/25 : ARG ADD_BUILD_TAGS="" 02:52:58 ---> Running in bf54085fd69b 02:52:58 Removing intermediate container bf54085fd69b 02:52:58 ---> 3153b311bb38 02:52:58 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:52:58 ---> Running in 8ba77f3d4539 02:52:58 Removing intermediate container 8ba77f3d4539 02:52:58 ---> f2f6c6c8e10b 02:52:58 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " 02:52:58 ---> Running in 6ce63e174627 02:52:59 Removing intermediate container 6ce63e174627 02:52:59 ---> 0321e8f2b031 02:52:59 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 02:52:59 ---> Running in 0f4641a07319 02:52:59 Removing intermediate container 0f4641a07319 02:52:59 ---> 1fa0389febff 02:52:59 Step 7/25 : WORKDIR /device-gpio 02:52:59 ---> Running in 10b5249f27ec 02:53:00 Removing intermediate container 10b5249f27ec 02:53:00 ---> 057210af9f03 02:53:00 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:53:00 ---> Running in 633a18c9ba09 02:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:53:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:53:03 OK: 268 MiB in 57 packages 02:53:04 Removing intermediate container 633a18c9ba09 02:53:04 ---> 0e08272643bc 02:53:04 Step 9/25 : COPY go.mod vendor* ./ 02:53:04 ---> 22717ea304a3 02:53:04 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:53:04 ---> Running in 7763f53d9fa4 02:53:07 Removing intermediate container 7763f53d9fa4 02:53:07 ---> 30a92f76d183 02:53:07 Step 11/25 : COPY . . 02:53:08 ---> 070d960c1ce1 02:53:08 Step 12/25 : RUN ${MAKE} 02:53:08 ---> Running in f461392855ac 02:53:09 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.16" -trimpath -mod=readonly -o cmd/device-gpio ./cmd 02:55:30 Removing intermediate container f461392855ac 02:55:30 ---> 35778600b2e7 02:55:30 Step 13/25 : FROM alpine:3.17 02:55:30 3.17: Pulling from library/alpine 02:55:30 c41833b44d91: Pulling fs layer 02:55:30 c41833b44d91: Verifying Checksum 02:55:30 c41833b44d91: Download complete 02:55:30 c41833b44d91: Pull complete 02:55:30 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 02:55:30 Status: Downloaded newer image for alpine:3.17 02:55:30 ---> 51e60588ff2c 02:55:30 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 02:55:30 ---> Running in 02c7ef06ad0e 02:55:30 Removing intermediate container 02c7ef06ad0e 02:55:30 ---> 888a13e79806 02:55:30 Step 15/25 : RUN apk add --update --no-cache 02:55:30 ---> Running in a37fa3abded8 02:55:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 02:55:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 02:55:30 OK: 7 MiB in 15 packages 02:55:30 Removing intermediate container a37fa3abded8 02:55:30 ---> 8b35e883ce2d 02:55:30 Step 16/25 : WORKDIR / 02:55:30 ---> Running in 6af9843ec7f8 02:55:30 Removing intermediate container 6af9843ec7f8 02:55:30 ---> 7fe638fe6298 02:55:30 Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / 02:55:30 ---> 0ea66167d279 02:55:30 Step 18/25 : COPY --from=builder /device-gpio/LICENSE / 02:55:30 ---> 73af725b637d 02:55:30 Step 19/25 : COPY --from=builder /device-gpio/cmd/ / 02:55:30 ---> 0f69da9c7330 02:55:30 Step 20/25 : EXPOSE 59910 02:55:30 ---> Running in 57a3e2ec536e 02:55:31 Removing intermediate container 57a3e2ec536e 02:55:31 ---> 99c67c7b3e66 02:55:31 Step 21/25 : ENTRYPOINT ["/device-gpio"] 02:55:31 ---> Running in 6133e79d4037 02:55:31 Removing intermediate container 6133e79d4037 02:55:31 ---> 26477b3d3e8b 02:55:31 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:55:31 ---> Running in c48437e8b26f 02:55:31 Removing intermediate container c48437e8b26f 02:55:31 ---> 3e046669f07e 02:55:31 Step 23/25 : LABEL arch=arm64 02:55:32 ---> Running in fec9f78eaa69 02:55:32 Removing intermediate container fec9f78eaa69 02:55:32 ---> 904c3b6aecd5 02:55:32 Step 24/25 : LABEL git_sha=f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:55:32 ---> Running in 061c8b220e8b 02:55:32 Removing intermediate container 061c8b220e8b 02:55:32 ---> 15e3743cfa98 02:55:32 Step 25/25 : LABEL version=3.0.0-dev.16 02:55:32 ---> Running in e4fc8d1c9c6f 02:55:33 Removing intermediate container e4fc8d1c9c6f 02:55:33 ---> 5ba399465edd 02:55:33 [Warning] One or more build-args [ARCH] were not consumed 02:55:33 Successfully built 5ba399465edd 02:55:33 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 02:55:33 provisioning config files... 02:55:33 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/69@tmp/config4376574500182136345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:55:33 ---> docker-login.sh 02:55:33 nexus3.edgexfoundry.org:10001 02:55:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:34 Configure a credential helper to remove this warning. See 02:55:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:34 02:55:34 Login Succeeded 02:55:34 nexus3.edgexfoundry.org:10002 02:55:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:34 Configure a credential helper to remove this warning. See 02:55:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:34 02:55:34 Login Succeeded 02:55:34 nexus3.edgexfoundry.org:10003 02:55:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:34 Configure a credential helper to remove this warning. See 02:55:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:34 02:55:34 Login Succeeded 02:55:34 nexus3.edgexfoundry.org:10004 02:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:35 Configure a credential helper to remove this warning. See 02:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:35 02:55:35 Login Succeeded 02:55:35 docker.io 02:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:35 Configure a credential helper to remove this warning. See 02:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:35 02:55:35 Login Succeeded 02:55:35 ---> docker-login.sh ends [Pipeline] } 02:55:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:55:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:55:35 [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: 02:55:35 f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:55:35 latest 02:55:35 3.0.0-dev.16 02:55:35 f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 02:55:35 main 02:55:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:36 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:36 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:55:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 02:55:36 e11388bbbfb4: Preparing 02:55:36 d9e7277a2c8f: Preparing 02:55:36 5678f8be023b: Preparing 02:55:36 2334b40a4d2b: Preparing 02:55:36 26cbea5cba74: Preparing 02:55:36 26cbea5cba74: Layer already exists 02:55:36 5678f8be023b: Pushed 02:55:36 d9e7277a2c8f: Pushed 02:55:36 2334b40a4d2b: Pushed 02:55:43 e11388bbbfb4: Pushed 02:55:43 f49e5d786ea68b16a14d01a91160d9484d8a22ef: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:43 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:44 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 02:55:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 02:55:44 e11388bbbfb4: Preparing 02:55:44 d9e7277a2c8f: Preparing 02:55:44 5678f8be023b: Preparing 02:55:44 2334b40a4d2b: Preparing 02:55:44 26cbea5cba74: Preparing 02:55:44 5678f8be023b: Layer already exists 02:55:44 d9e7277a2c8f: Layer already exists 02:55:44 26cbea5cba74: Layer already exists 02:55:44 e11388bbbfb4: Layer already exists 02:55:44 2334b40a4d2b: Layer already exists 02:55:44 latest: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:44 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:45 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.16 02:55:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 02:55:45 e11388bbbfb4: Preparing 02:55:45 d9e7277a2c8f: Preparing 02:55:45 5678f8be023b: Preparing 02:55:45 2334b40a4d2b: Preparing 02:55:45 26cbea5cba74: Preparing 02:55:45 5678f8be023b: Layer already exists 02:55:45 26cbea5cba74: Layer already exists 02:55:45 e11388bbbfb4: Layer already exists 02:55:45 2334b40a4d2b: Layer already exists 02:55:45 d9e7277a2c8f: Layer already exists 02:55:45 3.0.0-dev.16: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:45 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:45 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 02:55:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 02:55:45 e11388bbbfb4: Preparing 02:55:45 d9e7277a2c8f: Preparing 02:55:45 5678f8be023b: Preparing 02:55:45 2334b40a4d2b: Preparing 02:55:45 26cbea5cba74: Preparing 02:55:45 e11388bbbfb4: Layer already exists 02:55:45 d9e7277a2c8f: Layer already exists 02:55:45 26cbea5cba74: Layer already exists 02:55:45 2334b40a4d2b: Layer already exists 02:55:45 5678f8be023b: Layer already exists 02:55:45 f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:46 + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:46 + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main 02:55:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] 02:55:46 e11388bbbfb4: Preparing 02:55:46 d9e7277a2c8f: Preparing 02:55:46 5678f8be023b: Preparing 02:55:46 2334b40a4d2b: Preparing 02:55:46 26cbea5cba74: Preparing 02:55:46 26cbea5cba74: Layer already exists 02:55:46 d9e7277a2c8f: Layer already exists 02:55:46 e11388bbbfb4: Layer already exists 02:55:46 5678f8be023b: Layer already exists 02:55:46 2334b40a4d2b: Layer already exists 02:55:46 main: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:55:47 ===================================================== [Pipeline] echo 02:55:47 taggedImages: 02:55:47 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef 02:55:47 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest 02:55:47 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.16 02:55:47 - nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 02:55:47 - 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 02:55:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:55:47 02:55:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:55:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:55:47 arm64: Pulling from edgex-lftools-log-publisher 02:55:47 8998bd30e6a1: Pulling fs layer 02:55:47 04944245beec: Pulling fs layer 02:55:47 699f458cf7ca: Pulling fs layer 02:55:47 765212b225bb: Pulling fs layer 02:55:47 f23df028b6ca: Pulling fs layer 02:55:47 d65c8cfc05b1: Pulling fs layer 02:55:47 2437ff75d9bd: Pulling fs layer 02:55:47 765212b225bb: Waiting 02:55:47 f23df028b6ca: Waiting 02:55:47 d65c8cfc05b1: Waiting 02:55:47 2437ff75d9bd: Waiting 02:55:48 04944245beec: Verifying Checksum 02:55:48 04944245beec: Download complete 02:55:48 765212b225bb: Download complete 02:55:48 f23df028b6ca: Verifying Checksum 02:55:48 f23df028b6ca: Download complete 02:55:48 d65c8cfc05b1: Verifying Checksum 02:55:48 d65c8cfc05b1: Download complete 02:55:48 699f458cf7ca: Verifying Checksum 02:55:48 699f458cf7ca: Download complete 02:55:48 8998bd30e6a1: Verifying Checksum 02:55:48 8998bd30e6a1: Download complete 02:55:51 2437ff75d9bd: Verifying Checksum 02:55:51 2437ff75d9bd: Download complete 02:55:52 8998bd30e6a1: Pull complete 02:55:53 04944245beec: Pull complete 02:55:54 699f458cf7ca: Pull complete 02:55:54 765212b225bb: Pull complete 02:55:55 f23df028b6ca: Pull complete 02:55:55 d65c8cfc05b1: Pull complete 02:56:10 2437ff75d9bd: Pull complete 02:56:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:56:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:56:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:56:10 prd-ubuntu20.04-docker-arm64-4c-16g-7068 does not seem to be running inside a container 02:56:10 $ 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/69 -v /w/workspace/device-gpio/69:/w/workspace/device-gpio/69:rw,z -v /w/workspace/device-gpio/69@tmp:/w/workspace/device-gpio/69@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 02:56:13 $ docker top 18228ea98a5a5116cf8bf465a9d0eee0779f38e7818f9b2e9648064a8e6e9df6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:56:14 ---> job-cost.sh 02:56:14 lf-activate-venv: SKIPPING 02:56:14 INFO: No Stack... 02:56:14 INFO: Retrieving Pricing Info for: v3-standard-4 02:56:15 INFO: Archiving Costs [Pipeline] sh 02:56:16 + + cutcat -d, /w/workspace/device-gpio/69/archives/cost.csv -f6 02:56:16 [Pipeline] lock 02:56:16 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] 02:56:16 Resource [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] did not exist. Created. 02:56:16 Lock acquired on [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:56:16 /w/workspace/device-gpio/69@tmp/durable-0d3cea66/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:56:17 + echo total: 0.10999999940395355 [Pipeline] stash 02:56:17 Warning: overwriting stash ‘stack-cost’ 02:56:17 Stashed 1 file(s) [Pipeline] } 02:56:17 Lock released on resource [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [Pipeline] // lock [Pipeline] } 02:56:17 $ docker stop --time=1 18228ea98a5a5116cf8bf465a9d0eee0779f38e7818f9b2e9648064a8e6e9df6 02:56:19 $ docker rm -f --volumes 18228ea98a5a5116cf8bf465a9d0eee0779f38e7818f9b2e9648064a8e6e9df6 [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 02:56:19 provisioning config files... 02:56:19 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config12985737333691757610tmp [Pipeline] { [Pipeline] sh 02:56:19 + set +x 02:56:19 + curl -s https://codecov.io/bash 02:56:19 + bash -s -- 02:56:19 02:56:19 _____ _ 02:56:19 / ____| | | 02:56:19 | | ___ __| | ___ ___ _____ __ 02:56:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:56:19 | |___| (_) | (_| | __/ (_| (_) \ V / 02:56:19 \_____\___/ \__,_|\___|\___\___/ \_/ 02:56:19 Bash-1.0.6 02:56:19 02:56:19 02:56:19 ==> git version 2.25.1 found 02:56:19 ==> 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 02:56:19 Release-Date: 2020-01-08 02:56:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:56:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:56:19 ==> Jenkins CI detected. 02:56:19 current dir:  /w/workspace/edgexfoundry_device-gpio_main 02:56:19 project root: . 02:56:19 --> token set from env 02:56:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:56:19 ==> Running gcov in . (disable via -X gcov) 02:56:19 ==> Python coveragepy not found 02:56:19 ==> Searching for coverage reports in: 02:56:19 + . 02:56:19 -> Found 1 reports 02:56:19 ==> Detecting git/mercurial file structure 02:56:19 ==> Reading reports 02:56:20 + ./coverage.out bytes=10 02:56:20 ==> Appending adjustments 02:56:20 https://docs.codecov.io/docs/fixing-reports 02:56:20 + Found adjustments 02:56:20 ==> Gzipping contents 02:56:20 4.0K /tmp/codecov.7fPAQK.gz 02:56:20 ==> Uploading reports 02:56:20 url: https://codecov.io 02:56:20 query: branch=main&commit=f49e5d786ea68b16a14d01a91160d9484d8a22ef&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 02:56:20 -> Pinging Codecov 02:56:20 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=f49e5d786ea68b16a14d01a91160d9484d8a22ef&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= 02:56:20 -> Uploading to 02:56:20 https://storage.googleapis.com/codecov/v4/raw/2023-04-07/3EC07B1A8CA8AF9BCAA0BB9F0134797F/f49e5d786ea68b16a14d01a91160d9484d8a22ef/cec952a2-59bc-49f3-8b79-67fc993026a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230407T025619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ad6ab4d81efc411393ca24fccc3375cf99be9bd7358f95b3531da7c70397d888 02:56:20 % Total % Received % Xferd Average Speed Time Time Time Current 02:56:20 Dload Upload Total Spent Left Speed 02:56:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 707 0 0 100 707 0 2850 --:--:-- --:--:-- --:--:-- 2850 02:56:20 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] } 02:56:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:56:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:56:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:56:20 02:56:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:56:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:56:21 df9b9388f04a: Pulling fs layer 02:56:21 52dc419b0ee2: Pulling fs layer 02:56:21 25bc292e5bac: Pulling fs layer 02:56:21 114826534d7a: Pulling fs layer 02:56:21 4657fd5d0bcf: Pulling fs layer 02:56:21 6ad1cebc031e: Pulling fs layer 02:56:21 8a3aa393b2d8: Pulling fs layer 02:56:21 114826534d7a: Waiting 02:56:21 8a3aa393b2d8: Waiting 02:56:21 6ad1cebc031e: Waiting 02:56:21 25bc292e5bac: Download complete 02:56:21 52dc419b0ee2: Verifying Checksum 02:56:21 52dc419b0ee2: Download complete 02:56:21 4657fd5d0bcf: Verifying Checksum 02:56:21 4657fd5d0bcf: Download complete 02:56:21 df9b9388f04a: Verifying Checksum 02:56:21 6ad1cebc031e: Verifying Checksum 02:56:21 6ad1cebc031e: Download complete 02:56:21 df9b9388f04a: Pull complete 02:56:21 52dc419b0ee2: Pull complete 02:56:21 25bc292e5bac: Pull complete 02:56:21 114826534d7a: Verifying Checksum 02:56:21 114826534d7a: Download complete 02:56:21 8a3aa393b2d8: Verifying Checksum 02:56:21 8a3aa393b2d8: Download complete 02:56:25 114826534d7a: Pull complete 02:56:25 4657fd5d0bcf: Pull complete 02:56:25 6ad1cebc031e: Pull complete 02:56:29 8a3aa393b2d8: Pull complete 02:56:29 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:56:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:56:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:56:29 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:56:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:56:36 $ docker top bfa267ff9e7dd2d3c178a48c5115c9c42aeb6e736c42baeb15d01b6fc169be59 -eo pid,comm [Pipeline] { [Pipeline] echo 02:56:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh 02:56:37 + set -o pipefail 02:56:37 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' 02:56:41 02:56:41 Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... 02:56:41 02:56:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/12ab3d01-1bc4-4f09-aaa2-b1110f72e9b5/history/e29c86c8-cc3a-438f-9f15-e0ea470ac152 02:56:41 02:56:41 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 02:56:41 02:56:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:56:41 02:56:41 02:56:41 A medium severity vulnerability was found in the Snyk CLI versions you are using. 02:56:41 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 02:56:41 More details here: https://snyk.co/ue1NS 02:56:41 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 02:56:41 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:56:41 $ docker stop --time=1 bfa267ff9e7dd2d3c178a48c5115c9c42aeb6e736c42baeb15d01b6fc169be59 02:56:46 $ docker rm -f --volumes bfa267ff9e7dd2d3c178a48c5115c9c42aeb6e736c42baeb15d01b6fc169be59 [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 02:56:47 + git log --format=format:%s -1 f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] sh 02:56:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:56:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:56:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:56:48 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:56:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:56:48 $ docker top ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 -eo pid,comm 02:56:48 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:56:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:56:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:56:48 [ssh-agent] Looking for ssh-agent implementation... 02:56:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:56:49 $ docker exec ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 ssh-agent 02:56:49 SSH_AUTH_SOCK=/tmp/ssh-BhxrS1rXKo9M/agent.32 02:56:49 SSH_AGENT_PID=38 02:56:49 Running ssh-add (command line suppressed) 02:56:49 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_16052784376215957910.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_16052784376215957910.key) 02:56:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:56:49 + git semver tag 02:56:49 2023-04-07 02:56:49,682 [run_tag] DEBUG tag force:False 02:56:49 2023-04-07 02:56:49,682 [check_head_tag] DEBUG check head tag 02:56:49 2023-04-07 02:56:49,683 [execute] INFO git cat-file --batch-check 02:56:49 2023-04-07 02:56:49,683 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 02:56:49 2023-04-07 02:56:49,686 [execute] INFO git cat-file --batch 02:56:49 2023-04-07 02:56:49,687 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) 02:56:49 2023-04-07 02:56:49,703 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:56:49 2023-04-07 02:56:49,704 [execute] INFO git tag -a v3.0.0-dev.16 -m v3.0.0-dev.16 02:56:49 2023-04-07 02:56:49,704 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.16', '-m', 'v3.0.0-dev.16'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) 02:56:49 2023-04-07 02:56:49,709 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:56:49 3.0.0-dev.16 [Pipeline] } 02:56:49 $ docker exec --env ******** --env ******** ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 ssh-agent -k 02:56:49 unset SSH_AUTH_SOCK; 02:56:49 unset SSH_AGENT_PID; 02:56:49 echo Agent pid 38 killed; 02:56:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:56:50 + git semver [Pipeline] } 02:56:50 $ docker stop --time=1 ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 02:56:51 $ docker rm -f --volumes ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:56:52 02:56:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:56:52 0.23.1-centos7: Pulling from edgex-lftools 02:56:52 ab5ef0e58194: Pulling fs layer 02:56:52 9712f1f96733: Pulling fs layer 02:56:52 63f879dbbcfc: Pulling fs layer 02:56:52 0d9ebad4ef96: Pulling fs layer 02:56:52 e9a5061849ea: Pulling fs layer 02:56:52 d747dcd14b5f: Pulling fs layer 02:56:52 2de7ff778b66: Pulling fs layer 02:56:52 0d9ebad4ef96: Waiting 02:56:52 e9a5061849ea: Waiting 02:56:52 d747dcd14b5f: Waiting 02:56:52 9712f1f96733: Verifying Checksum 02:56:52 9712f1f96733: Download complete 02:56:52 63f879dbbcfc: Verifying Checksum 02:56:52 63f879dbbcfc: Download complete 02:56:52 e9a5061849ea: Verifying Checksum 02:56:52 e9a5061849ea: Download complete 02:56:52 d747dcd14b5f: Verifying Checksum 02:56:52 d747dcd14b5f: Download complete 02:56:52 0d9ebad4ef96: Download complete 02:56:52 ab5ef0e58194: Verifying Checksum 02:56:52 ab5ef0e58194: Download complete 02:56:52 2de7ff778b66: Download complete 02:56:56 ab5ef0e58194: Pull complete 02:56:56 9712f1f96733: Pull complete 02:56:56 63f879dbbcfc: Pull complete 02:56:59 0d9ebad4ef96: Pull complete 02:56:59 e9a5061849ea: Pull complete 02:57:00 d747dcd14b5f: Pull complete 02:57:01 2de7ff778b66: Pull complete 02:57:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:57:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:57:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:57:01 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:57:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:57:09 $ docker top 2a55d6343ce973f7bb0794031d693229e52a4f43e694514cd5690597dcbf49e6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:57:09 provisioning config files... 02:57:09 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config14923868293356617117tmp 02:57:09 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config7360985338101462914tmp 02:57:09 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config18284847712952213378tmp [Pipeline] { [Pipeline] echo 02:57:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:57:09 ---> sigul-configuration.sh 02:57:09 gpg: directory `/root/.gnupg' created 02:57:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:57:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:57:09 gpg: keyring `/root/.gnupg/secring.gpg' created 02:57:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:57:09 gpg: CAST5 encrypted data 02:57:09 gpg: encrypted with 1 passphrase 02:57:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:57:09 + mkdir /home/jenkins 02:57:09 + mkdir /home/jenkins/sigul [Pipeline] sh 02:57:10 + 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 02:57:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:57:10 ---> sigul-install.sh 02:57:10 Sigul already installed; skipping installation. [Pipeline] sh 02:57:10 + git tag --list 02:57:10 v1.0.0 02:57:10 v2.1.0 02:57:10 v2.1.1 02:57:10 v2.1.1-dev.1 02:57:10 v2.2.0 02:57:10 v2.2.1-dev.1 02:57:10 v2.2.1-dev.2 02:57:10 v2.2.1-dev.3 02:57:10 v2.2.1-dev.4 02:57:10 v2.3.0 02:57:10 v2.3.0-dev.10 02:57:10 v2.3.0-dev.11 02:57:10 v2.3.0-dev.12 02:57:10 v2.3.0-dev.13 02:57:10 v2.3.0-dev.14 02:57:10 v2.3.0-dev.15 02:57:10 v2.3.0-dev.16 02:57:10 v2.3.0-dev.17 02:57:10 v2.3.0-dev.18 02:57:10 v2.3.0-dev.19 02:57:10 v2.3.0-dev.20 02:57:10 v2.3.0-dev.4 02:57:10 v2.3.0-dev.5 02:57:10 v2.3.0-dev.6 02:57:10 v2.3.0-dev.7 02:57:10 v2.3.0-dev.8 02:57:10 v2.3.0-dev.9 02:57:10 v3.0.0-dev.1 02:57:10 v3.0.0-dev.10 02:57:10 v3.0.0-dev.11 02:57:10 v3.0.0-dev.12 02:57:10 v3.0.0-dev.13 02:57:10 v3.0.0-dev.14 02:57:10 v3.0.0-dev.15 02:57:10 v3.0.0-dev.16 02:57:10 v3.0.0-dev.2 02:57:10 v3.0.0-dev.3 02:57:10 v3.0.0-dev.4 02:57:10 v3.0.0-dev.5 02:57:10 v3.0.0-dev.6 02:57:10 v3.0.0-dev.7 02:57:10 v3.0.0-dev.8 02:57:10 v3.0.0-dev.9 [Pipeline] sh 02:57:11 + lftools sign git-tag v3.0.0-dev.16 02:57:11 Signing Git tag with Sigul... 02:57:11 Signing v3.0.0-dev.16 [Pipeline] echo 02:57:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:57:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:57:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:57:12 $ docker stop --time=1 2a55d6343ce973f7bb0794031d693229e52a4f43e694514cd5690597dcbf49e6 02:57:13 $ docker rm -f --volumes 2a55d6343ce973f7bb0794031d693229e52a4f43e694514cd5690597dcbf49e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:57:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:57:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:57:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:57:14 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:57:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:57:14 $ docker top 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 -eo pid,comm 02:57:14 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). 02:57:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:57:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:57:14 [ssh-agent] Looking for ssh-agent implementation... 02:57:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:57:14 $ docker exec 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 ssh-agent 02:57:14 SSH_AUTH_SOCK=/tmp/ssh-V9m5S5UHlPnj/agent.32 02:57:14 SSH_AGENT_PID=38 02:57:14 Running ssh-add (command line suppressed) 02:57:15 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6929249872325849041.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6929249872325849041.key) 02:57:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:57:15 + git semver bump pre 02:57:15 2023-04-07 02:57:15,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:57:15 2023-04-07 02:57:15,546 [bump_version] DEBUG bumping version:3.0.0-dev.16 on axis:pre with prefix:dev 02:57:15 2023-04-07 02:57:15,546 [bump_version] DEBUG bumped version:3.0.0-dev.17 02:57:15 2023-04-07 02:57:15,546 [write_version] DEBUG write version:3.0.0-dev.17 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True 02:57:15 2023-04-07 02:57:15,546 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:57:15 2023-04-07 02:57:15,546 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:57:15 2023-04-07 02:57:15,547 [execute] INFO git cat-file --batch-check 02:57:15 2023-04-07 02:57:15,548 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 02:57:15 2023-04-07 02:57:15,552 [execute] INFO git cat-file --batch 02:57:15 2023-04-07 02:57:15,553 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 02:57:15 2023-04-07 02:57:15,557 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:57:15 3.0.0-dev.17 [Pipeline] } 02:57:15 $ docker exec --env ******** --env ******** 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 ssh-agent -k 02:57:15 unset SSH_AUTH_SOCK; 02:57:15 unset SSH_AGENT_PID; 02:57:15 echo Agent pid 38 killed; 02:57:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:57:16 + git semver [Pipeline] } 02:57:16 $ docker stop --time=1 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 02:57:17 $ docker rm -f --volumes 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 [Pipeline] // withDockerContainer [Pipeline] sh 02:57:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:57:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:57:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:57:18 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:57:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:57:18 $ docker top 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:57:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:57:18 [ssh-agent] Looking for ssh-agent implementation... 02:57:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:57:18 $ docker exec 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 ssh-agent 02:57:18 SSH_AUTH_SOCK=/tmp/ssh-n1HA3ViR3z03/agent.32 02:57:18 SSH_AGENT_PID=38 02:57:18 Running ssh-add (command line suppressed) 02:57:19 Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_17240575097437917209.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_17240575097437917209.key) 02:57:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:57:19 + git semver push 02:57:19 2023-04-07 02:57:19,572 [run_push] DEBUG push 02:57:19 2023-04-07 02:57:19,573 [execute] INFO git cat-file --batch-check 02:57:19 2023-04-07 02:57:19,573 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) 02:57:19 2023-04-07 02:57:19,576 [execute] INFO git rev-list 0fa422f4224629ddd0216f5e26b94fe13260e7a4 -- 02:57:19 2023-04-07 02:57:19,577 [execute] DEBUG Popen(['git', 'rev-list', '0fa422f4224629ddd0216f5e26b94fe13260e7a4', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 02:57:19 2023-04-07 02:57:19,583 [execute] INFO git fetch -v origin 02:57:19 2023-04-07 02:57:19,583 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) 02:57:20 2023-04-07 02:57:20,059 [run_push] DEBUG no remote changes detected 02:57:20 2023-04-07 02:57:20,059 [execute] INFO git push origin semver 02:57:20 2023-04-07 02:57:20,060 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) 02:57:21 2023-04-07 02:57:20,827 [run_push] DEBUG push all version tags 02:57:21 2023-04-07 02:57:20,828 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:57:21 2023-04-07 02:57:20,828 [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) 02:57:22 2023-04-07 02:57:21,994 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main 02:57:22 3.0.0-dev.17 [Pipeline] } 02:57:22 $ docker exec --env ******** --env ******** 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 ssh-agent -k 02:57:22 unset SSH_AUTH_SOCK; 02:57:22 unset SSH_AGENT_PID; 02:57:22 echo Agent pid 38 killed; 02:57:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:57:22 + git semver [Pipeline] } 02:57:22 $ docker stop --time=1 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 02:57:24 $ docker rm -f --volumes 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 [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 02:57:24 + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] 02:57:24 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 02:57:24 total 16 02:57:24 drwxr-xr-x 3 root root 4096 Apr 7 02:47 . 02:57:24 drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 02:57 .. 02:57:24 drwxr-xr-x 2 root root 4096 Apr 7 02:47 cost 02:57:24 -rw-r--r-- 1 root root 82 Apr 7 02:47 cost.csv 02:57:24 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives 02:57:24 + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives 02:57:24 total 16 02:57:24 drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 02:47 . 02:57:24 drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 02:57 .. 02:57:24 drwxr-xr-x 2 jenkins jenkins 4096 Apr 7 02:47 cost 02:57:24 -rw-r--r-- 1 jenkins jenkins 82 Apr 7 02:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:57:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:57:25 ---> package-listing.sh 02:57:25 ++ facter osfamily 02:57:25 ++ tr '[:upper:]' '[:lower:]' 02:57:26 + OS_FAMILY=debian 02:57:26 + workspace=/w/workspace/edgexfoundry_device-gpio_main 02:57:26 + START_PACKAGES=/tmp/packages_start.txt 02:57:26 + END_PACKAGES=/tmp/packages_end.txt 02:57:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:57:26 + PACKAGES=/tmp/packages_start.txt 02:57:26 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 02:57:26 + PACKAGES=/tmp/packages_end.txt 02:57:26 + case "${OS_FAMILY}" in 02:57:26 + dpkg -l 02:57:26 + grep '^ii' 02:57:26 + '[' -f /tmp/packages_start.txt ']' 02:57:26 + '[' -f /tmp/packages_end.txt ']' 02:57:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:57:26 + '[' /w/workspace/edgexfoundry_device-gpio_main ']' 02:57:26 + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ 02:57:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo 02:57:26 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 02:57:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:57:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:57:26 prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container 02:57:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-gpio_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:57:27 $ docker top c5d0d41cb78ac8bc1bc45292461fd9142982f07aecc02d858cf09bf73558865b -eo pid,comm [Pipeline] { [Pipeline] sh 02:57:27 + touch /tmp/pre-build-complete [Pipeline] sh 02:57:27 + mkdir -p /var/log/sysstat [Pipeline] sh 02:57:28 + ls /var/log/sa-host 02:57:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:57:28 provisioning config files... 02:57:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config2025273806576663886tmp [Pipeline] { [Pipeline] echo 02:57:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:57:28 ---> create-netrc.sh [Pipeline] } 02:57:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:57:28 ---> python-tools-install.sh [Pipeline] echo 02:57:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:57:29 ---> sudo-logs.sh 02:57:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:57:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:57:29 ---> job-cost.sh 02:57:29 lf-activate-venv: SKIPPING 02:57:29 DEBUG: total: 0.2199999988079071 02:57:29 INFO: Retrieving Stack Cost... 02:57:29 INFO: Retrieving Pricing Info for: v3-standard-8 02:57:30 INFO: Archiving Costs [Pipeline] echo 02:57:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:57:30 ---> logs-deploy.sh 02:57:30 lf-activate-venv: SKIPPING 02:57:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/69 02:57:30 INFO: archiving workspace using pattern(s): 02:57:31 Archives upload complete. 02:57:31 INFO: archiving logs to Nexus 02:57:32 ---> uname -a: 02:57:32 Linux prd-ubuntu20-04-docker-8c-8g-7066 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:57:32 02:57:32 02:57:32 ---> lscpu: 02:57:32 Architecture: x86_64 02:57:32 CPU op-mode(s): 32-bit, 64-bit 02:57:32 Byte Order: Little Endian 02:57:32 Address sizes: 40 bits physical, 48 bits virtual 02:57:32 CPU(s): 8 02:57:32 On-line CPU(s) list: 0-7 02:57:32 Thread(s) per core: 1 02:57:32 Core(s) per socket: 1 02:57:32 Socket(s): 8 02:57:32 NUMA node(s): 1 02:57:32 Vendor ID: AuthenticAMD 02:57:32 CPU family: 23 02:57:32 Model: 49 02:57:32 Model name: AMD EPYC-Rome Processor 02:57:32 Stepping: 0 02:57:32 CPU MHz: 2799.996 02:57:32 BogoMIPS: 5599.99 02:57:32 Virtualization: AMD-V 02:57:32 Hypervisor vendor: KVM 02:57:32 Virtualization type: full 02:57:32 L1d cache: 256 KiB 02:57:32 L1i cache: 256 KiB 02:57:32 L2 cache: 4 MiB 02:57:32 L3 cache: 128 MiB 02:57:32 NUMA node0 CPU(s): 0-7 02:57:32 Vulnerability Itlb multihit: Not affected 02:57:32 Vulnerability L1tf: Not affected 02:57:32 Vulnerability Mds: Not affected 02:57:32 Vulnerability Meltdown: Not affected 02:57:32 Vulnerability Mmio stale data: Not affected 02:57:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:57:32 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:57:32 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:57:32 Vulnerability Srbds: Not affected 02:57:32 Vulnerability Tsx async abort: Not affected 02:57:32 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 02:57:32 02:57:32 02:57:32 ---> nproc: 02:57:32 8 02:57:32 02:57:32 02:57:32 ---> df -h: 02:57:32 Filesystem Size Used Avail Use% Mounted on 02:57:32 overlay 155G 13G 143G 9% / 02:57:32 tmpfs 64M 0 64M 0% /dev 02:57:32 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:57:32 shm 64M 0 64M 0% /dev/shm 02:57:32 /dev/vda1 155G 13G 143G 9% /facter-os 02:57:32 02:57:32 02:57:32 ---> sar -b -r -n DEV: 02:57:32 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7066) 04/07/23 _x86_64_ (8 CPU) 02:57:32 02:57:32 02:44:18 LINUX RESTART (8 CPU) 02:57:32 02:57:32 02:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:57:32 02:46:01 166.86 5.29 161.57 0.00 491.77 60409.52 0.00 02:57:32 02:47:01 129.28 0.20 129.08 0.00 9.20 33134.08 0.00 02:57:32 02:48:01 113.53 0.10 113.43 0.00 11.86 34252.42 0.00 02:57:32 02:49:01 2.60 0.00 2.60 0.00 0.00 28.95 0.00 02:57:32 02:50:01 53.92 10.60 43.33 0.00 5155.81 8764.14 0.00 02:57:32 02:51:01 5.03 0.02 5.02 0.00 0.13 113.85 0.00 02:57:32 02:52:01 2.07 0.00 2.07 0.00 0.00 24.00 0.00 02:57:32 02:53:01 2.00 0.00 2.00 0.00 0.00 21.46 0.00 02:57:32 02:54:01 1.37 0.00 1.37 0.00 0.00 14.66 0.00 02:57:32 02:55:01 2.30 0.00 2.30 0.00 0.00 25.32 0.00 02:57:32 02:56:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 02:57:32 02:57:01 64.74 0.27 64.47 0.00 17.20 36341.14 0.00 02:57:32 Average: 45.42 1.37 44.05 0.00 473.83 14434.67 0.00 02:57:32 02:57:32 02:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:57:32 02:46:01 27776236 31541900 765120 2.33 144912 3768724 2029328 5.98 1215076 3397344 619796 02:57:32 02:47:01 28021544 31417272 880824 2.68 150252 3420348 2260136 6.66 1459820 2923232 195556 02:57:32 02:48:01 27639040 31566432 733700 2.23 160336 3905548 1750352 5.16 1269752 3459768 460 02:57:32 02:49:01 27638228 31565740 733680 2.23 160408 3905540 1750352 5.16 1269164 3459768 4 02:57:32 02:50:01 27115428 31545092 735632 2.24 193808 4360940 1811136 5.34 1596212 3624656 1028 02:57:32 02:51:01 27122324 31547128 733068 2.23 192380 4357684 1792004 5.28 1588256 3621432 380 02:57:32 02:52:01 27124528 31549404 730724 2.22 192448 4357688 1792004 5.28 1586116 3621440 12 02:57:32 02:53:01 27129144 31554132 725992 2.21 192524 4357692 1792004 5.28 1581496 3621444 8 02:57:32 02:54:01 27128820 31553900 726160 2.21 192596 4357692 1792004 5.28 1581752 3621452 12 02:57:32 02:55:01 27129124 31554320 725940 2.21 192692 4357700 1792004 5.28 1581928 3621452 4 02:57:32 02:56:01 27129368 31555008 725596 2.21 192740 4357700 1792004 5.28 1581648 3621848 8 02:57:32 02:57:01 25640548 31533720 743344 2.26 228944 5665684 1759216 5.18 1677912 4887936 636096 02:57:32 Average: 27216194 31540337 746648 2.27 182837 4264412 1842712 5.43 1499094 3623481 121114 02:57:32 02:57:32 02:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:57:32 02:46:01 lo 4.06 4.06 0.40 0.40 0.00 0.00 0.00 0.00 02:57:32 02:46:01 ens3 533.74 314.56 7785.72 44.23 0.00 0.00 0.00 0.00 02:57:32 02:46:01 docker0 179.77 310.40 15.01 2091.38 0.00 0.00 0.00 0.00 02:57:32 02:47:01 vethc8f7105 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:57:32 02:47:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 02:57:32 02:47:01 ens3 57.67 51.46 92.99 98.86 0.00 0.00 0.00 0.00 02:57:32 02:47:01 docker0 1.52 4.17 0.09 42.61 0.00 0.00 0.00 0.00 02:57:32 02:48:01 lo 7.33 7.33 0.72 0.72 0.00 0.00 0.00 0.00 02:57:32 02:48:01 ens3 151.17 109.98 2652.28 224.99 0.00 0.00 0.00 0.00 02:57:32 02:48:01 docker0 1.40 3.30 0.09 42.55 0.00 0.00 0.00 0.00 02:57:32 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:57:32 02:49:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:57:32 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:50:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 02:57:32 02:50:01 ens3 165.49 87.37 2806.68 6.48 0.00 0.00 0.00 0.00 02:57:32 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:57:32 02:51:01 ens3 0.33 0.25 0.02 0.02 0.00 0.00 0.00 0.00 02:57:32 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:52:01 ens3 0.30 0.10 0.07 0.01 0.00 0.00 0.00 0.00 02:57:32 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:57:32 02:53:01 ens3 0.38 0.12 0.02 0.01 0.00 0.00 0.00 0.00 02:57:32 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:54:01 ens3 0.67 0.23 0.14 0.08 0.00 0.00 0.00 0.00 02:57:32 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:57:32 02:55:01 ens3 0.67 0.70 0.34 0.29 0.00 0.00 0.00 0.00 02:57:32 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:56:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:57:32 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:32 02:57:01 lo 2.27 2.27 0.21 0.21 0.00 0.00 0.00 0.00 02:57:32 02:57:01 ens3 328.18 189.32 7749.81 30.13 0.00 0.00 0.00 0.00 02:57:32 02:57:01 docker0 34.71 63.96 2.92 581.10 0.00 0.00 0.00 0.00 02:57:32 Average: lo 1.29 1.29 0.12 0.12 0.00 0.00 0.00 0.00 02:57:32 Average: ens3 103.30 62.89 1758.15 33.76 0.00 0.00 0.00 0.00 02:57:32 Average: docker0 18.14 31.86 1.51 230.06 0.00 0.00 0.00 0.00 02:57:32 02:57:32 02:57:32 ---> sar -P ALL: 02:57:32 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7066) 04/07/23 _x86_64_ (8 CPU) 02:57:32 02:57:32 02:44:18 LINUX RESTART (8 CPU) 02:57:32 02:57:32 02:45:01 CPU %user %nice %system %iowait %steal %idle 02:57:32 02:46:01 all 9.00 0.00 4.11 6.75 0.07 80.07 02:57:32 02:46:01 0 8.81 0.00 4.35 1.98 0.07 84.79 02:57:32 02:46:01 1 10.18 0.00 3.78 1.01 0.07 84.96 02:57:32 02:46:01 2 8.71 0.00 3.78 11.45 0.05 76.00 02:57:32 02:46:01 3 10.28 0.00 3.85 0.32 0.08 85.47 02:57:32 02:46:01 4 8.87 0.00 3.29 1.80 0.05 85.99 02:57:32 02:46:01 5 7.84 0.00 5.37 24.23 0.08 62.48 02:57:32 02:46:01 6 8.67 0.00 3.94 11.65 0.07 75.68 02:57:32 02:46:01 7 8.62 0.00 4.50 1.61 0.07 85.21 02:57:32 02:47:01 all 32.42 0.00 5.53 3.89 0.08 58.08 02:57:32 02:47:01 0 32.62 0.00 5.90 0.75 0.08 60.64 02:57:32 02:47:01 1 32.91 0.00 5.35 5.62 0.07 56.05 02:57:32 02:47:01 2 32.56 0.00 5.30 0.05 0.08 62.01 02:57:32 02:47:01 3 33.70 0.00 6.10 0.24 0.07 59.90 02:57:32 02:47:01 4 32.93 0.00 5.40 0.69 0.08 60.89 02:57:32 02:47:01 5 31.52 0.00 5.45 17.73 0.07 45.23 02:57:32 02:47:01 6 31.98 0.00 5.14 5.19 0.07 57.62 02:57:32 02:47:01 7 31.13 0.00 5.63 0.93 0.08 62.23 02:57:32 02:48:01 all 9.39 0.00 2.47 3.64 0.05 84.44 02:57:32 02:48:01 0 8.92 0.00 2.63 0.05 0.03 88.37 02:57:32 02:48:01 1 8.98 0.00 3.50 8.80 0.05 78.67 02:57:32 02:48:01 2 11.55 0.00 2.96 12.83 0.05 72.60 02:57:32 02:48:01 3 9.52 0.00 2.17 0.10 0.07 88.15 02:57:32 02:48:01 4 11.62 0.00 2.83 0.98 0.03 84.54 02:57:32 02:48:01 5 6.82 0.00 1.94 6.01 0.03 85.20 02:57:32 02:48:01 6 9.32 0.00 2.15 0.40 0.05 88.07 02:57:32 02:48:01 7 8.43 0.00 1.60 0.00 0.12 89.86 02:57:32 02:49:01 all 0.01 0.00 0.01 0.05 0.00 99.92 02:57:32 02:49:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:57:32 02:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:57:32 02:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:57:32 02:49:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:57:32 02:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:57:32 02:49:01 5 0.00 0.00 0.02 0.15 0.00 99.83 02:57:32 02:49:01 6 0.02 0.00 0.03 0.25 0.00 99.70 02:57:32 02:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:57:32 02:50:01 all 2.22 0.00 1.35 1.18 0.02 95.23 02:57:32 02:50:01 0 2.64 0.00 1.55 0.35 0.02 95.45 02:57:32 02:50:01 1 2.29 0.00 1.32 1.09 0.02 95.29 02:57:32 02:50:01 2 3.31 0.00 2.36 1.27 0.03 93.03 02:57:32 02:50:01 3 4.28 0.00 2.19 1.66 0.03 91.84 02:57:32 02:50:01 4 2.05 0.00 0.70 1.40 0.02 95.84 02:57:32 02:50:01 5 1.14 0.00 0.72 2.70 0.03 95.41 02:57:32 02:50:01 6 1.19 0.00 1.22 0.93 0.02 96.64 02:57:32 02:50:01 7 0.90 0.00 0.74 0.03 0.02 98.31 02:57:32 02:51:01 all 0.06 0.00 0.04 0.01 0.00 99.89 02:57:32 02:51:01 0 0.02 0.00 0.03 0.02 0.00 99.93 02:57:32 02:51:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:57:32 02:51:01 2 0.22 0.00 0.07 0.00 0.00 99.72 02:57:32 02:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:57:32 02:51:01 4 0.03 0.00 0.05 0.02 0.00 99.90 02:57:32 02:51:01 5 0.07 0.00 0.00 0.05 0.00 99.88 02:57:32 02:51:01 6 0.02 0.00 0.03 0.00 0.00 99.95 02:57:32 02:51:01 7 0.03 0.00 0.07 0.00 0.02 99.88 02:57:32 02:52:01 all 0.02 0.00 0.01 0.02 0.00 99.94 02:57:32 02:52:01 0 0.05 0.00 0.03 0.02 0.02 99.88 02:57:32 02:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:57:32 02:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:57:32 02:52:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:57:32 02:52:01 4 0.00 0.00 0.00 0.02 0.02 99.97 02:57:32 02:52:01 5 0.02 0.00 0.02 0.15 0.00 99.82 02:57:32 02:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:57:32 02:52:01 7 0.00 0.00 0.03 0.00 0.00 99.97 02:57:32 02:53:01 all 0.01 0.00 0.01 0.02 0.00 99.96 02:57:32 02:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:57:32 02:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:57:32 02:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:57:32 02:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:57:32 02:53:01 4 0.02 0.00 0.02 0.05 0.00 99.92 02:57:32 02:53:01 5 0.02 0.00 0.02 0.05 0.00 99.92 02:57:32 02:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:57:32 02:53:01 7 0.03 0.00 0.05 0.03 0.00 99.88 02:57:32 02:54:01 all 0.12 0.00 0.01 0.00 0.00 99.87 02:57:32 02:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:57:32 02:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:57:32 02:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:57:32 02:54:01 3 0.85 0.00 0.02 0.00 0.00 99.14 02:57:32 02:54:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:57:32 02:54:01 5 0.02 0.00 0.00 0.02 0.00 99.97 02:57:32 02:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:57:32 02:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:57:32 02:55:01 all 0.02 0.00 0.01 0.01 0.00 99.96 02:57:32 02:55:01 0 0.02 0.00 0.00 0.02 0.02 99.95 02:57:32 02:55:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:57:32 02:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:57:32 02:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:57:32 02:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:57:32 02:55:01 5 0.02 0.00 0.00 0.03 0.00 99.95 02:57:32 02:55:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:57:32 02:55:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:57:32 02:56:01 all 0.01 0.00 0.02 0.00 0.00 99.97 02:57:32 02:56:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:57:32 02:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:57:32 02:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:57:32 02:56:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:57:32 02:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:57:32 02:56:01 5 0.02 0.00 0.00 0.02 0.00 99.97 02:57:32 02:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:57:32 02:56:01 7 0.03 0.00 0.05 0.00 0.00 99.92 02:57:32 02:57:32 02:56:01 CPU %user %nice %system %iowait %steal %idle 02:57:32 02:57:01 all 7.54 0.00 3.00 3.29 0.05 86.12 02:57:32 02:57:01 0 7.56 0.00 2.48 0.15 0.05 89.76 02:57:32 02:57:01 1 7.08 0.00 3.83 0.35 0.05 88.69 02:57:32 02:57:01 2 7.71 0.00 2.95 0.02 0.05 89.27 02:57:32 02:57:01 3 8.17 0.00 2.44 1.42 0.03 87.93 02:57:32 02:57:01 4 8.41 0.00 3.24 1.62 0.05 86.68 02:57:32 02:57:01 5 4.55 0.00 3.63 5.08 0.03 86.71 02:57:32 02:57:01 6 8.70 0.00 2.78 10.35 0.05 78.13 02:57:32 02:57:01 7 8.15 0.00 2.62 7.39 0.05 81.80 02:57:32 Average: all 5.04 0.00 1.37 1.56 0.02 92.00 02:57:32 Average: 0 5.04 0.00 1.42 0.28 0.03 93.24 02:57:32 Average: 1 5.09 0.00 1.48 1.39 0.02 92.02 02:57:32 Average: 2 5.32 0.00 1.45 2.12 0.02 91.09 02:57:32 Average: 3 5.55 0.00 1.40 0.31 0.03 92.71 02:57:32 Average: 4 5.30 0.00 1.29 0.54 0.02 92.85 02:57:32 Average: 5 4.30 0.00 1.42 4.65 0.02 89.61 02:57:32 Average: 6 4.96 0.00 1.27 2.38 0.02 91.38 02:57:32 Average: 7 4.75 0.00 1.27 0.82 0.03 93.13 02:57:32 02:57:32 02:57:32