Pull request #60 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c+cc93018424da199c7be3ecb3186bc22ad0e7404b (623ac75355ab966e0cf08f2f0293afbc35a8cc70) 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-ssh17358675196324634487.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh11473461846771487156.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-60/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-60/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11020886290164172391.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-60/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2167972908687869110.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh3354315074513736164.key Verifying host key using known hosts file > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-60/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/PR-60/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13269892922622276857.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 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.18 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-7465 in /w/workspace/edgexfoundry_device-gpio_PR-60 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-gpio.git > git init /w/workspace/edgexfoundry_device-gpio_PR-60 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/60/head:refs/remotes/origin/PR-60 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit cc93018424da199c7be3ecb3186bc22ad0e7404b into PR head commit 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c Merge succeeded, producing 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c Checking out Revision 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c (PR-60) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:58:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge cc93018424da199c7be3ecb3186bc22ad0e7404b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:58:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:58:33 ========================================================= 00:58:33 EdgeX Global Pipelines Version Info 00:58:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:58:34 ------------------- 00:58:34 stable info: 00:58:34 ------------------- 00:58:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:58:34 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 00:58:34 Message: update stable to v1.0.239 00:58:34 ------------------- 00:58:34 experimental info: 00:58:34 ------------------- 00:58:34 Commited By: **** collab-it+edgex@linuxfoundation.org 00:58:34 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 00:58:34 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:58:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo 00:58:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo 00:58:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:58:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-60 [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-60 [Pipeline] echo 00:58:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-60 [Pipeline] echo 00:58:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c [Pipeline] echo 00:58:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a18b18 [Pipeline] echo 00:58:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:58:36 provisioning config files... 00:58:36 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-60@tmp/config4438119308006644368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:58:36 ---> docker-login.sh 00:58:36 nexus3.edgexfoundry.org:10001 00:58:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:37 Configure a credential helper to remove this warning. See 00:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:37 00:58:37 Login Succeeded 00:58:37 nexus3.edgexfoundry.org:10002 00:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:37 Configure a credential helper to remove this warning. See 00:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:37 00:58:37 Login Succeeded 00:58:37 nexus3.edgexfoundry.org:10003 00:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:37 Configure a credential helper to remove this warning. See 00:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:37 00:58:37 Login Succeeded 00:58:37 nexus3.edgexfoundry.org:10004 00:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:37 Configure a credential helper to remove this warning. See 00:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:37 00:58:37 Login Succeeded 00:58:37 docker.io 00:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:37 Configure a credential helper to remove this warning. See 00:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:37 00:58:37 Login Succeeded 00:58:37 ---> docker-login.sh ends [Pipeline] } 00:58:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:58:38 + git rev-list -1 --merges 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c~1..4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c [Pipeline] echo 00:58:38 -----------> git rev-list -1 --merges 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c~1..4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c [false] [Pipeline] sh 00:58:38 + git log --format=format:%s -1 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c [Pipeline] echo 00:58:38 ========================================================= 00:58:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:58:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:58:39 + git log --format=format:%s -1 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c [Pipeline] echo 00:58:39 [semverPrep] GIT_COMMIT: 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 00:58:39 [semverPrep] This is not a build commit. [Pipeline] sh 00:58:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:58:39 + grep -v github /etc/ssh/ssh_known_hosts 00:58:39 + [ -e /tmp/ssh_known_hosts ] 00:58:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:58:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:58:39 + sudo tee -a /etc/ssh/ssh_known_hosts 00:58:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:58:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:58:40 00:58:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:58:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:58:40 0.1.4: Pulling from edgex-devops/py-git-semver 00:58:40 b85a868b505f: Pulling fs layer 00:58:40 e2be974225ed: Pulling fs layer 00:58:40 339a4e72a1f5: Pulling fs layer 00:58:40 988bab9f4d93: Pulling fs layer 00:58:40 1469e6f7b9e6: Pulling fs layer 00:58:40 eaf3925da568: Pulling fs layer 00:58:40 bab4dde63d76: Pulling fs layer 00:58:40 bde34c3a00c8: Pulling fs layer 00:58:40 b352a97aabf1: Pulling fs layer 00:58:40 4872d77fe225: Pulling fs layer 00:58:40 5851b861e8e6: Pulling fs layer 00:58:40 988bab9f4d93: Waiting 00:58:40 1469e6f7b9e6: Waiting 00:58:40 eaf3925da568: Waiting 00:58:40 bab4dde63d76: Waiting 00:58:40 4872d77fe225: Waiting 00:58:40 5851b861e8e6: Waiting 00:58:40 bde34c3a00c8: Waiting 00:58:40 b352a97aabf1: Waiting 00:58:40 e2be974225ed: Download complete 00:58:40 988bab9f4d93: Verifying Checksum 00:58:40 988bab9f4d93: Download complete 00:58:40 339a4e72a1f5: Verifying Checksum 00:58:40 339a4e72a1f5: Download complete 00:58:40 1469e6f7b9e6: Verifying Checksum 00:58:40 1469e6f7b9e6: Download complete 00:58:40 eaf3925da568: Verifying Checksum 00:58:40 eaf3925da568: Download complete 00:58:40 bde34c3a00c8: Download complete 00:58:40 b352a97aabf1: Verifying Checksum 00:58:40 b352a97aabf1: Download complete 00:58:40 4872d77fe225: Verifying Checksum 00:58:40 4872d77fe225: Download complete 00:58:40 5851b861e8e6: Verifying Checksum 00:58:40 5851b861e8e6: Download complete 00:58:40 b85a868b505f: Verifying Checksum 00:58:40 b85a868b505f: Download complete 00:58:41 bab4dde63d76: Verifying Checksum 00:58:41 bab4dde63d76: Download complete 00:58:42 b85a868b505f: Pull complete 00:58:42 e2be974225ed: Pull complete 00:58:43 339a4e72a1f5: Pull complete 00:58:43 988bab9f4d93: Pull complete 00:58:43 1469e6f7b9e6: Pull complete 00:58:43 eaf3925da568: Pull complete 00:58:46 bab4dde63d76: Pull complete 00:58:46 bde34c3a00c8: Pull complete 00:58:46 b352a97aabf1: Pull complete 00:58:46 4872d77fe225: Pull complete 00:58:47 5851b861e8e6: Pull complete 00:58:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:58:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:58:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:58:47 prd-ubuntu20.04-docker-8c-8g-7465 does not seem to be running inside a container 00:58:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-60 -v /w/workspace/edgexfoundry_device-gpio_PR-60:/w/workspace/edgexfoundry_device-gpio_PR-60:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-60@tmp:/w/workspace/edgexfoundry_device-gpio_PR-60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:58:55 $ docker top aef875deb3dfc9f7d8c020cce3079c3b0417608eaa2bf0e3f5176f9c48954c80 -eo pid,comm 00:58:55 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). 00:58:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:58:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:58:55 [ssh-agent] Looking for ssh-agent implementation... 00:58:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:58:55 $ docker exec aef875deb3dfc9f7d8c020cce3079c3b0417608eaa2bf0e3f5176f9c48954c80 ssh-agent 00:58:55 SSH_AUTH_SOCK=/tmp/ssh-rOmG3E42pwzy/agent.14 00:58:55 SSH_AGENT_PID=21 00:58:55 Running ssh-add (command line suppressed) 00:58:56 Identity added: /w/workspace/edgexfoundry_device-gpio_PR-60@tmp/private_key_5803062775668307549.key (/w/workspace/edgexfoundry_device-gpio_PR-60@tmp/private_key_5803062775668307549.key) 00:58:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:58:56 + git tag --points-at HEAD [Pipeline] } 00:58:56 $ docker exec --env ******** --env ******** aef875deb3dfc9f7d8c020cce3079c3b0417608eaa2bf0e3f5176f9c48954c80 ssh-agent -k 00:58:56 unset SSH_AUTH_SOCK; 00:58:56 unset SSH_AGENT_PID; 00:58:56 echo Agent pid 21 killed; 00:58:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:58:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:58:56 [ssh-agent] Looking for ssh-agent implementation... 00:58:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:58:56 $ docker exec aef875deb3dfc9f7d8c020cce3079c3b0417608eaa2bf0e3f5176f9c48954c80 ssh-agent 00:58:56 SSH_AUTH_SOCK=/tmp/ssh-68zAxyooXQ51/agent.71 00:58:56 SSH_AGENT_PID=77 00:58:56 Running ssh-add (command line suppressed) 00:58:57 Identity added: /w/workspace/edgexfoundry_device-gpio_PR-60@tmp/private_key_3446108304414328914.key (/w/workspace/edgexfoundry_device-gpio_PR-60@tmp/private_key_3446108304414328914.key) 00:58:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:58:57 + git semver init 00:58:57 2022-10-10 00:58:57,586 [run_init] DEBUG init version:0.0.0 force:False 00:58:57 2022-10-10 00:58:57,587 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-60/.semver 00:58:57 2022-10-10 00:58:57,588 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-60/.semver 00:58:57 2022-10-10 00:58:57,588 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-60/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-60, universal_newlines=False, shell=None, istream=None) 00:58:59 2022-10-10 00:58:58,810 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-60/.git/info/exclude 00:58:59 2022-10-10 00:58:58,811 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-60/.semver/PR-60 with force:False 00:58:59 2022-10-10 00:58:58,811 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-60/.semver/PR-60 00:58:59 2022-10-10 00:58:58,815 [execute] INFO git cat-file --batch-check 00:58:59 2022-10-10 00:58:58,816 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-60/.semver, universal_newlines=False, shell=None, istream=) 00:58:59 2022-10-10 00:58:58,820 [execute] INFO git cat-file --batch 00:58:59 2022-10-10 00:58:58,821 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-60/.semver, universal_newlines=False, shell=None, istream=) 00:58:59 2022-10-10 00:58:58,825 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-60/.semver/PR-60 00:58:59 0.0.0 [Pipeline] } 00:58:59 $ docker exec --env ******** --env ******** aef875deb3dfc9f7d8c020cce3079c3b0417608eaa2bf0e3f5176f9c48954c80 ssh-agent -k 00:58:59 unset SSH_AUTH_SOCK; 00:58:59 unset SSH_AGENT_PID; 00:58:59 echo Agent pid 77 killed; 00:58:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:58:59 + git semver [Pipeline] } 00:59:00 $ docker stop --time=1 aef875deb3dfc9f7d8c020cce3079c3b0417608eaa2bf0e3f5176f9c48954c80 00:59:03 $ docker rm -f aef875deb3dfc9f7d8c020cce3079c3b0417608eaa2bf0e3f5176f9c48954c80 [Pipeline] // withDockerContainer [Pipeline] sh 00:59:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:59:04 Stashed 1 file(s) [Pipeline] echo 00:59:04 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:59:04 provisioning config files... 00:59:04 copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-60@tmp/config18184240461309358406tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:59:05 ---> docker-login.sh 00:59:05 nexus3.edgexfoundry.org:10001 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 nexus3.edgexfoundry.org:10002 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 nexus3.edgexfoundry.org:10003 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 nexus3.edgexfoundry.org:10004 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 docker.io 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 ---> docker-login.sh ends [Pipeline] } 00:59:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:59:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:59:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:59:06 ========================================================= 00:59:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 00:59:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:59:06 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 00:59:06 Sending build context to Docker daemon 15.86MB 00:59:06 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 00:59:06 Step 2/13 : FROM ${BASE} AS builder 00:59:06 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 00:59:06 2408cc74d12b: Pulling fs layer 00:59:06 ea60b727a1ce: Pulling fs layer 00:59:06 30c4a7721957: Pulling fs layer 00:59:06 370296b7ddb6: Pulling fs layer 00:59:06 7c6cee850709: Pulling fs layer 00:59:06 aa9baa53a306: Pulling fs layer 00:59:06 8b309c321861: Pulling fs layer 00:59:06 d8d76fd02f46: Pulling fs layer 00:59:06 fa31f396de31: Pulling fs layer 00:59:06 d8d76fd02f46: Waiting 00:59:06 fa31f396de31: Waiting 00:59:06 7c6cee850709: Waiting 00:59:06 aa9baa53a306: Waiting 00:59:06 370296b7ddb6: Waiting 00:59:06 8b309c321861: Waiting 00:59:06 30c4a7721957: Verifying Checksum 00:59:06 30c4a7721957: Download complete 00:59:06 ea60b727a1ce: Download complete 00:59:07 7c6cee850709: Verifying Checksum 00:59:07 7c6cee850709: Download complete 00:59:07 aa9baa53a306: Verifying Checksum 00:59:07 aa9baa53a306: Download complete 00:59:07 2408cc74d12b: Verifying Checksum 00:59:07 8b309c321861: Download complete 00:59:07 2408cc74d12b: Pull complete 00:59:07 ea60b727a1ce: Pull complete 00:59:07 30c4a7721957: Pull complete 00:59:07 fa31f396de31: Verifying Checksum 00:59:07 fa31f396de31: Download complete 00:59:07 d8d76fd02f46: Verifying Checksum 00:59:07 d8d76fd02f46: Download complete 00:59:08 370296b7ddb6: Verifying Checksum 00:59:08 370296b7ddb6: Download complete 00:59:13 370296b7ddb6: Pull complete 00:59:13 7c6cee850709: Pull complete 00:59:14 aa9baa53a306: Pull complete 00:59:14 8b309c321861: Pull complete 00:59:18 d8d76fd02f46: Pull complete 00:59:19 fa31f396de31: Pull complete 00:59:19 Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a 00:59:19 Still waiting to schedule task 00:59:19 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7464’ 00:59:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 00:59:20 ---> cef68f9685f8 00:59:20 Step 3/13 : ARG ADD_BUILD_TAGS="" 00:59:34 ---> Running in fc9fafdb9596 00:59:34 Removing intermediate container fc9fafdb9596 00:59:34 ---> 6fe2153d512d 00:59:34 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 00:59:34 ---> Running in e002d8487e58 00:59:34 Removing intermediate container e002d8487e58 00:59:34 ---> ae14eb379205 00:59:34 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 00:59:34 ---> Running in a9a02221eba4 00:59:34 Removing intermediate container a9a02221eba4 00:59:34 ---> 177883296cb6 00:59:34 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 00:59:34 ---> Running in ab7c1222745e 00:59:34 Removing intermediate container ab7c1222745e 00:59:34 ---> 32e711b75b7e 00:59:34 Step 7/13 : WORKDIR /device-gpio 00:59:34 ---> Running in edbac4362256 00:59:34 Removing intermediate container edbac4362256 00:59:34 ---> acec01c3281d 00:59:34 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:34 ---> Running in 82cd00bf5c03 00:59:35 Removing intermediate container 82cd00bf5c03 00:59:35 ---> 55be27325e11 00:59:35 Step 9/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:59:35 ---> Running in 772493b0ee66 00:59:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 00:59:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 00:59:37 (1/4) Installing openssh-keygen (9.0_p1-r2) 00:59:37 (2/4) Installing libedit (20210910.3.1-r0) 00:59:37 (3/4) Installing openssh-client-common (9.0_p1-r2) 00:59:37 (4/4) Installing openssh-client-default (9.0_p1-r2) 00:59:37 Executing busybox-1.35.0-r13.trigger 00:59:37 OK: 216 MiB in 55 packages 00:59:38 Removing intermediate container 772493b0ee66 00:59:38 ---> 75541cf9f36e 00:59:38 Step 10/13 : COPY go.mod vendor* ./ 00:59:38 ---> 7568a43e20c8 00:59:38 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:59:38 ---> Running in 397c1feade84 01:00:24 Removing intermediate container 397c1feade84 01:00:24 ---> a8df638e196b 01:00:24 Step 12/13 : COPY . . 01:00:24 ---> 018f1a60881e 01:00:24 Step 13/13 : RUN ${MAKE} 01:00:24 ---> Running in 69cc1555cafe 01:00:24 noop 01:00:24 Removing intermediate container 69cc1555cafe 01:00:24 ---> 7ba233460204 01:00:24 Successfully built 7ba233460204 01:00:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:00:25 + docker inspect -f . ci-base-image-x86_64 01:00:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:00:25 prd-ubuntu20.04-docker-8c-8g-7465 does not seem to be running inside a container 01:00:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-60 -v /w/workspace/edgexfoundry_device-gpio_PR-60:/w/workspace/edgexfoundry_device-gpio_PR-60:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-60@tmp:/w/workspace/edgexfoundry_device-gpio_PR-60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:00:25 $ docker top 1c73deddb6ae5863acf43a208c225c5f75c0c5585bccc95366e3e3fdc7defbc0 -eo pid,comm [Pipeline] { [Pipeline] sh 01:00:26 + go version 01:00:26 go version go1.18.3 linux/amd64 [Pipeline] } 01:00:26 $ docker stop --time=1 1c73deddb6ae5863acf43a208c225c5f75c0c5585bccc95366e3e3fdc7defbc0 01:00:27 $ docker rm -f 1c73deddb6ae5863acf43a208c225c5f75c0c5585bccc95366e3e3fdc7defbc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:00:28 + docker inspect -f . ci-base-image-x86_64 01:00:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:00:28 prd-ubuntu20.04-docker-8c-8g-7465 does not seem to be running inside a container 01:00:28 $ 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_PR-60 -v /w/workspace/edgexfoundry_device-gpio_PR-60:/w/workspace/edgexfoundry_device-gpio_PR-60:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-60@tmp:/w/workspace/edgexfoundry_device-gpio_PR-60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:00:30 $ docker top 21df41d69a838f6d131f12590fa0974dbb81e1a1a81e89ee794a44d1daa24e61 -eo pid,comm [Pipeline] { [Pipeline] sh 01:00:30 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_PR-60 [Pipeline] fileExists [Pipeline] sh 01:00:30 + make test 01:00:30 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:00:31 ? github.com/edgexfoundry/device-gpio [no test files] 01:00:41 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 01:00:41 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 01:00:46 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 01:00:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 01:00:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:00:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:00:48 ./bin/test-attribution-txt.sh [Pipeline] echo 01:00:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:00:49 $ docker stop --time=1 21df41d69a838f6d131f12590fa0974dbb81e1a1a81e89ee794a44d1daa24e61 01:00:52 $ docker rm -f 21df41d69a838f6d131f12590fa0974dbb81e1a1a81e89ee794a44d1daa24e61 [Pipeline] // withDockerContainer [Pipeline] sh 01:00:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:00:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:00:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:00:54 + ls -al . 01:00:54 total 164 01:00:54 drwxrwxr-x 9 jenkins jenkins 4096 Oct 10 01:00 . 01:00:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 10 00:58 .. 01:00:54 -rw-rw-r-- 1 jenkins jenkins 120 Oct 10 00:58 .dockerignore 01:00:54 drwxrwxr-x 8 jenkins jenkins 4096 Oct 10 01:00 .git 01:00:54 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 00:58 .github 01:00:54 -rw-rw-r-- 1 jenkins jenkins 343 Oct 10 00:58 .gitignore 01:00:54 -rw-rw-r-- 1 jenkins jenkins 41 Oct 10 00:58 .golangci.yml 01:00:54 drwxr-xr-x 3 jenkins jenkins 4096 Oct 10 00:58 .semver 01:00:54 -rw-rw-r-- 1 jenkins jenkins 9691 Oct 10 00:58 Attribution.txt 01:00:54 -rw-rw-r-- 1 jenkins jenkins 3081 Oct 10 00:58 CHANGELOG.md 01:00:54 -rw-rw-r-- 1 jenkins jenkins 1929 Oct 10 00:58 Dockerfile 01:00:54 -rw-rw-r-- 1 jenkins jenkins 677 Oct 10 00:58 GOVERNANCE.md 01:00:54 -rw-rw-r-- 1 jenkins jenkins 657 Oct 10 00:58 Jenkinsfile 01:00:54 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 10 00:58 LICENSE 01:00:54 -rw-rw-r-- 1 jenkins jenkins 2085 Oct 10 00:58 Makefile 01:00:54 -rw-rw-r-- 1 jenkins jenkins 617 Oct 10 00:58 OWNERS.md 01:00:54 -rw-rw-r-- 1 jenkins jenkins 11842 Oct 10 00:58 README.md 01:00:54 -rw-rw-r-- 1 jenkins jenkins 5 Oct 10 00:59 VERSION 01:00:54 drwxrwxr-x 2 jenkins jenkins 4096 Oct 10 00:58 bin 01:00:54 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 00:58 cmd 01:00:54 -rw-r--r-- 1 jenkins jenkins 10 Oct 10 01:00 coverage.out 01:00:54 -rw-rw-r-- 1 jenkins jenkins 3459 Oct 10 00:58 go.mod 01:00:54 -rw-rw-r-- 1 jenkins jenkins 38054 Oct 10 00:58 go.sum 01:00:54 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 00:58 internal 01:00:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 10 00:58 snap 01:00:54 -rw-rw-r-- 1 jenkins jenkins 209 Oct 10 00:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:00:54 + 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=4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c --label arch=amd64 --label version=0.0.0 . 01:00:54 Sending build context to Docker daemon 15.86MB 01:00:54 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 01:00:54 Step 2/27 : FROM ${BASE} AS builder 01:00:54 ---> 7ba233460204 01:00:54 Step 3/27 : ARG ADD_BUILD_TAGS="" 01:00:55 ---> Running in f276024a2ba9 01:00:55 Removing intermediate container f276024a2ba9 01:00:55 ---> 185ba99f3b3e 01:00:55 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:00:55 ---> Running in 5236445f07f3 01:00:55 Removing intermediate container 5236445f07f3 01:00:55 ---> 6e4496701036 01:00:55 Step 5/27 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:00:55 ---> Running in 74ea49d4b843 01:00:55 Removing intermediate container 74ea49d4b843 01:00:55 ---> a82f0f8f6560 01:00:55 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 01:00:55 ---> Running in 30f54ffecdf5 01:00:55 Removing intermediate container 30f54ffecdf5 01:00:55 ---> f1606d197523 01:00:55 Step 7/27 : WORKDIR /device-gpio 01:00:55 ---> Running in 6f4b60a98a77 01:00:55 Removing intermediate container 6f4b60a98a77 01:00:55 ---> cfc88d540097 01:00:55 Step 8/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:55 ---> Running in ca4ed3e1a98c 01:00:56 Removing intermediate container ca4ed3e1a98c 01:00:56 ---> f84da85d89c8 01:00:56 Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:00:56 ---> Running in daf2420b8027 01:00:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:00:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:00:57 OK: 216 MiB in 55 packages 01:00:57 Removing intermediate container daf2420b8027 01:00:57 ---> ed320628e41a 01:00:57 Step 10/27 : COPY go.mod vendor* ./ 01:00:58 ---> 89a668e0e740 01:00:58 Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:00:58 ---> Running in 874ba0d751ac 01:00:59 Removing intermediate container 874ba0d751ac 01:00:59 ---> 3d27e8ee96ed 01:00:59 Step 12/27 : COPY . . 01:00:59 ---> f52cb25743df 01:00:59 Step 13/27 : RUN ${MAKE} 01:01:00 ---> Running in fcee0ecbfca8 01:01:00 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-gpio ./cmd 01:01:32 Removing intermediate container fcee0ecbfca8 01:01:32 ---> 7ec527f8ba15 01:01:32 Step 14/27 : FROM alpine:3.16 01:01:32 3.16: Pulling from library/alpine 01:01:32 213ec9aee27d: Pulling fs layer 01:01:32 213ec9aee27d: Verifying Checksum 01:01:32 213ec9aee27d: Download complete 01:01:32 213ec9aee27d: Pull complete 01:01:32 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:01:32 Status: Downloaded newer image for alpine:3.16 01:01:32 ---> 9c6f07244728 01:01:32 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 01:01:32 ---> Running in 322c18108917 01:01:32 Removing intermediate container 322c18108917 01:01:32 ---> 9cbc988df76d 01:01:32 Step 16/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:32 ---> Running in 7fd54a0a7b89 01:01:32 Removing intermediate container 7fd54a0a7b89 01:01:32 ---> 8f5a7fe76f34 01:01:32 Step 17/27 : RUN apk add --update --no-cache zeromq 01:01:32 ---> Running in 7668d9dab2b7 01:01:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:01:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:01:32 (1/5) Installing libgcc (11.2.1_git20220219-r2) 01:01:32 (2/5) Installing libsodium (1.0.18-r0) 01:01:32 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 01:01:32 (4/5) Installing libzmq (4.3.4-r0) 01:01:32 (5/5) Installing zeromq (4.3.4-r0) 01:01:32 Executing busybox-1.35.0-r17.trigger 01:01:32 OK: 8 MiB in 19 packages 01:01:32 Removing intermediate container 7668d9dab2b7 01:01:32 ---> acf04d401091 01:01:32 Step 18/27 : WORKDIR / 01:01:32 ---> Running in a4d2b75f8742 01:01:32 Removing intermediate container a4d2b75f8742 01:01:32 ---> 12d7fbce5ea7 01:01:32 Step 19/27 : COPY --from=builder /device-gpio/Attribution.txt / 01:01:32 ---> 52ea4e805705 01:01:32 Step 20/27 : COPY --from=builder /device-gpio/LICENSE / 01:01:32 ---> f821706a8f99 01:01:32 Step 21/27 : COPY --from=builder /device-gpio/cmd/ / 01:01:33 ---> 330235c36f31 01:01:33 Step 22/27 : EXPOSE 59910 01:01:33 ---> Running in fe64f961e71c 01:01:34 Removing intermediate container fe64f961e71c 01:01:34 ---> b36cc3423f18 01:01:34 Step 23/27 : ENTRYPOINT ["/device-gpio"] 01:01:34 ---> Running in 32b1dfaead98 01:01:34 Removing intermediate container 32b1dfaead98 01:01:34 ---> 26eb8ff6f1a2 01:01:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:01:34 ---> Running in 7c9aaa1b16c0 01:01:34 Removing intermediate container 7c9aaa1b16c0 01:01:34 ---> 90f87184e8e8 01:01:34 Step 25/27 : LABEL arch=amd64 01:01:34 ---> Running in 3f8716d0be0d 01:01:34 Removing intermediate container 3f8716d0be0d 01:01:34 ---> 4495947fc81b 01:01:34 Step 26/27 : LABEL git_sha=4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c 01:01:34 ---> Running in 52682d401129 01:01:34 Removing intermediate container 52682d401129 01:01:34 ---> 03a4528013a2 01:01:34 Step 27/27 : LABEL version=0.0.0 01:01:34 ---> Running in b96bba7a7f12 01:01:34 Removing intermediate container b96bba7a7f12 01:01:34 ---> 4f62f4c1bc38 01:01:34 [Warning] One or more build-args [ARCH] were not consumed 01:01:34 Successfully built 4f62f4c1bc38 01:01:34 Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:01:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:01:35 01:01:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:01:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:01:35 latest: Pulling from edgex-lftools-log-publisher 01:01:35 5eb5b503b376: Pulling fs layer 01:01:35 5c69ac0246d0: Pulling fs layer 01:01:35 ec43610c2a17: Pulling fs layer 01:01:35 3a2ae6a8a46f: Pulling fs layer 01:01:35 33b1e0a273af: Pulling fs layer 01:01:35 5d3b04190fa2: Pulling fs layer 01:01:35 3a2ae6a8a46f: Waiting 01:01:35 33b1e0a273af: Waiting 01:01:35 2f39f015ded8: Pulling fs layer 01:01:35 5d3b04190fa2: Waiting 01:01:35 2f39f015ded8: Waiting 01:01:35 5c69ac0246d0: Download complete 01:01:35 3a2ae6a8a46f: Verifying Checksum 01:01:35 3a2ae6a8a46f: Download complete 01:01:36 33b1e0a273af: Verifying Checksum 01:01:36 33b1e0a273af: Download complete 01:01:36 ec43610c2a17: Verifying Checksum 01:01:36 ec43610c2a17: Download complete 01:01:36 5d3b04190fa2: Verifying Checksum 01:01:36 5d3b04190fa2: Download complete 01:01:36 5eb5b503b376: Verifying Checksum 01:01:36 5eb5b503b376: Download complete 01:01:36 2f39f015ded8: Download complete 01:01:37 5eb5b503b376: Pull complete 01:01:37 5c69ac0246d0: Pull complete 01:01:37 ec43610c2a17: Pull complete 01:01:37 3a2ae6a8a46f: Pull complete 01:01:38 33b1e0a273af: Pull complete 01:01:38 5d3b04190fa2: Pull complete 01:01:42 2f39f015ded8: Pull complete 01:01:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:01:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:01:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:01:42 prd-ubuntu20.04-docker-8c-8g-7465 does not seem to be running inside a container 01:01:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_PR-60 -v /w/workspace/edgexfoundry_device-gpio_PR-60:/w/workspace/edgexfoundry_device-gpio_PR-60:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-60@tmp:/w/workspace/edgexfoundry_device-gpio_PR-60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:01:52 $ docker top d97a0873417526e3fd4f22e42ce20ce0315084764bf06a0ebbe8c2ff579d97cd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:01:53 ---> job-cost.sh 01:01:53 lf-activate-venv: SKIPPING 01:01:53 INFO: No Stack... 01:01:53 INFO: Retrieving Pricing Info for: v3-standard-8 01:01:54 INFO: Archiving Costs [Pipeline] sh 01:01:54 + cat /w/workspace/edgexfoundry_device-gpio_PR-60/archives/cost.csv 01:01:54 + cut -d, -f6 [Pipeline] lock 01:01:54 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-60-1-stack-cost] 01:01:54 Resource [jenkins-edgexfoundry-device-gpio-PR-60-1-stack-cost] did not exist. Created. 01:01:54 Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-60-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:01:54 + echo total: 0.2199999988079071 [Pipeline] stash 01:01:54 Stashed 1 file(s) [Pipeline] } 01:01:54 Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-60-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:01:54 $ docker stop --time=1 d97a0873417526e3fd4f22e42ce20ce0315084764bf06a0ebbe8c2ff579d97cd 01:01:56 $ docker rm -f d97a0873417526e3fd4f22e42ce20ce0315084764bf06a0ebbe8c2ff579d97cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:02:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7466 in /w/workspace/edgexfoundry_device-gpio_PR-60 [Pipeline] { [Pipeline] ws 01:02:49 Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout 01:02:49 The recommended git tool is: git 01:02:54 using credential edgex-jenkins-ssh 01:02:54 Cloning the remote Git repository 01:02:54 Cloning repository git@github.com:edgexfoundry/device-gpio.git 01:02:54 > git init /w/workspace/device-gpio/1 # timeout=10 01:02:54 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 01:02:54 > git --version # timeout=10 01:02:54 > git --version # 'git version 2.25.1' 01:02:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:54 Verifying host key using known hosts file 01:02:54 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:02:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:02:56 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 01:02:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:02:57 Merging remotes/origin/main commit cc93018424da199c7be3ecb3186bc22ad0e7404b into PR head commit 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c 01:02:57 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 01:02:57 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git 01:02:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:57 Verifying host key using known hosts file 01:02:57 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:02:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/60/head:refs/remotes/origin/PR-60 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:02:57 > git config core.sparsecheckout # timeout=10 01:02:57 > git checkout -f 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c # timeout=10 01:02:57 > git remote # timeout=10 01:02:57 > git config --get remote.origin.url # timeout=10 01:02:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:02:57 Verifying host key using known hosts file 01:02:57 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:02:57 > git merge cc93018424da199c7be3ecb3186bc22ad0e7404b # timeout=10 01:02:57 > git rev-parse HEAD^{commit} # timeout=10 01:02:57 Merge succeeded, producing 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c 01:02:57 Checking out Revision 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c (PR-60) 01:02:58 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 01:02:58 > git --version # timeout=10 01:02:58 > git --version # 'git version 2.25.1' 01:02:58 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:02:57 > git config core.sparsecheckout # timeout=10 01:02:57 > git checkout -f 4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c # timeout=10 01:02:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:02:59 % Total % Received % Xferd Average Speed Time Time Time Current 01:02:59 Dload Upload Total Spent Left Speed 01:02:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 80267 0 --:--:-- --:--:-- --:--:-- 80267 [Pipeline] sh 01:03:00 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:03:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:03:00 + sudo tee /etc/docker/daemon.new 01:03:00 { 01:03:00 "registry-mirrors": [ 01:03:00 "https://nexus3.edgexfoundry.org:10001" 01:03:00 ], 01:03:00 "bip": "10.250.0.254/24", 01:03:00 "hosts": [ 01:03:00 "tcp://0.0.0.0:5555", 01:03:00 "unix:///var/run/docker.sock" 01:03:00 ], 01:03:00 "mtu": 1458, 01:03:00 "selinux-enabled": true, 01:03:00 "seccomp-profile": "/etc/docker/seccomp.json" 01:03:00 } [Pipeline] sh 01:03:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:03:01 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:03:19 provisioning config files... 01:03:19 copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config6182243454509032262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:03:20 ---> docker-login.sh 01:03:20 nexus3.edgexfoundry.org:10001 01:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:20 Configure a credential helper to remove this warning. See 01:03:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:20 01:03:20 Login Succeeded 01:03:20 nexus3.edgexfoundry.org:10002 01:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:21 Configure a credential helper to remove this warning. See 01:03:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:21 01:03:21 Login Succeeded 01:03:21 nexus3.edgexfoundry.org:10003 01:03:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:21 Configure a credential helper to remove this warning. See 01:03:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:21 01:03:21 Login Succeeded 01:03:21 nexus3.edgexfoundry.org:10004 01:03:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:21 Configure a credential helper to remove this warning. See 01:03:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:21 01:03:21 Login Succeeded 01:03:21 docker.io 01:03:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:22 Configure a credential helper to remove this warning. See 01:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:22 01:03:22 Login Succeeded 01:03:22 ---> docker-login.sh ends [Pipeline] } 01:03:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:03:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:03:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:03:22 ========================================================= 01:03:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:03:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:03:23 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 01:03:23 Sending build context to Docker daemon 7.994MB 01:03:23 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:03:23 Step 2/13 : FROM ${BASE} AS builder 01:03:23 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:03:23 b3c136eddcbf: Pulling fs layer 01:03:23 c0a3192eca97: Pulling fs layer 01:03:23 a050256f5b6f: Pulling fs layer 01:03:23 656be50a0ddc: Pulling fs layer 01:03:23 2bbca73fdf42: Pulling fs layer 01:03:23 f607e4fc86c3: Pulling fs layer 01:03:23 4d572c569a2c: Pulling fs layer 01:03:23 fcf976331f73: Pulling fs layer 01:03:23 656be50a0ddc: Waiting 01:03:23 2bbca73fdf42: Waiting 01:03:23 f607e4fc86c3: Waiting 01:03:23 4d572c569a2c: Waiting 01:03:23 fcf976331f73: Waiting 01:03:23 a050256f5b6f: Download complete 01:03:23 c0a3192eca97: Verifying Checksum 01:03:23 c0a3192eca97: Download complete 01:03:23 2bbca73fdf42: Verifying Checksum 01:03:23 2bbca73fdf42: Download complete 01:03:23 f607e4fc86c3: Verifying Checksum 01:03:23 f607e4fc86c3: Download complete 01:03:23 b3c136eddcbf: Download complete 01:03:24 b3c136eddcbf: Pull complete 01:03:25 fcf976331f73: Verifying Checksum 01:03:25 fcf976331f73: Download complete 01:03:25 c0a3192eca97: Pull complete 01:03:25 a050256f5b6f: Pull complete 01:03:26 4d572c569a2c: Verifying Checksum 01:03:26 4d572c569a2c: Download complete 01:03:26 656be50a0ddc: Verifying Checksum 01:03:26 656be50a0ddc: Download complete 01:03:39 656be50a0ddc: Pull complete 01:03:39 2bbca73fdf42: Pull complete 01:03:39 f607e4fc86c3: Pull complete 01:03:46 4d572c569a2c: Pull complete 01:03:47 fcf976331f73: Pull complete 01:03:47 Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 01:03:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:03:47 ---> 3970a7415f9e 01:03:47 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:03:49 ---> Running in f8605bc09ac4 01:03:50 Removing intermediate container f8605bc09ac4 01:03:50 ---> 1b5a37843ecb 01:03:50 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:03:50 ---> Running in c50309dae35f 01:03:50 Removing intermediate container c50309dae35f 01:03:50 ---> 512ab0747ad3 01:03:50 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:03:50 ---> Running in 3a1ca601c39d 01:03:50 Removing intermediate container 3a1ca601c39d 01:03:50 ---> 3941217ac7ad 01:03:50 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:03:50 ---> Running in 08d04beb6a2a 01:03:51 Removing intermediate container 08d04beb6a2a 01:03:51 ---> 53f712ed4307 01:03:51 Step 7/13 : WORKDIR /device-gpio 01:03:51 ---> Running in e63a43f5d35e 01:03:51 Removing intermediate container e63a43f5d35e 01:03:51 ---> 190425ac9bf6 01:03:51 Step 8/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:51 ---> Running in d463085ea707 01:03:53 Removing intermediate container d463085ea707 01:03:53 ---> 1f2946605d2a 01:03:53 Step 9/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:03:53 ---> Running in 8c6d8b1003e0 01:03:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:03:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:03:56 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:03:56 (2/4) Installing libedit (20210910.3.1-r0) 01:03:56 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:03:56 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:03:56 Executing busybox-1.35.0-r13.trigger 01:03:56 OK: 226 MiB in 55 packages 01:03:57 Removing intermediate container 8c6d8b1003e0 01:03:57 ---> e648896f0117 01:03:57 Step 10/13 : COPY go.mod vendor* ./ 01:03:58 ---> 948d0806643d 01:03:58 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:58 ---> Running in cb80119b2f52 01:04:54 Removing intermediate container cb80119b2f52 01:04:54 ---> 70687607cab6 01:04:54 Step 12/13 : COPY . . 01:04:54 ---> 3377061970fd 01:04:54 Step 13/13 : RUN ${MAKE} 01:04:54 ---> Running in 4ef78fd46115 01:04:54 noop 01:04:54 Removing intermediate container 4ef78fd46115 01:04:54 ---> 0e77c86e2a3a 01:04:54 Successfully built 0e77c86e2a3a 01:04:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:04:55 + docker inspect -f . ci-base-image-arm64 01:04:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:04:55 prd-ubuntu20.04-docker-arm64-4c-16g-7466 does not seem to be running inside a container 01:04:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:04:56 $ docker top 683f52dfa99ce4d456e1fedec2e12528ebe5b9787187d002f2aacb5d59a96150 -eo pid,comm [Pipeline] { [Pipeline] sh 01:04:57 + go version 01:04:57 go version go1.18.3 linux/arm64 [Pipeline] } 01:04:57 $ docker stop --time=1 683f52dfa99ce4d456e1fedec2e12528ebe5b9787187d002f2aacb5d59a96150 01:04:59 $ docker rm -f 683f52dfa99ce4d456e1fedec2e12528ebe5b9787187d002f2aacb5d59a96150 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:05:00 + docker inspect -f . ci-base-image-arm64 01:05:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:05:00 prd-ubuntu20.04-docker-arm64-4c-16g-7466 does not seem to be running inside a container 01:05:00 $ 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/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:05:01 $ docker top 7add17add6d7db997fc6d820a31747fe09f1d5d6d3945adbe359548a9d3c799a -eo pid,comm [Pipeline] { [Pipeline] sh 01:05:02 + git config --global --add safe.directory /w/workspace/device-gpio/1 [Pipeline] fileExists [Pipeline] sh 01:05:02 + make test 01:05:02 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:05:04 ? github.com/edgexfoundry/device-gpio [no test files] 01:06:26 ? github.com/edgexfoundry/device-gpio/cmd [no test files] 01:06:26 ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] 01:06:26 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:06:26 CGO_ENABLED=1 GO111MODULE=on go vet ./... 01:06:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:06:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:06:48 ./bin/test-attribution-txt.sh [Pipeline] echo 01:06:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:06:48 $ docker stop --time=1 7add17add6d7db997fc6d820a31747fe09f1d5d6d3945adbe359548a9d3c799a 01:06:49 $ docker rm -f 7add17add6d7db997fc6d820a31747fe09f1d5d6d3945adbe359548a9d3c799a [Pipeline] // withDockerContainer [Pipeline] sh 01:06:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:06:50 Warning: overwriting stash ‘coverage-report’ 01:06:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:06:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:06:52 + ls -al . 01:06:52 total 160 01:06:52 drwxrwxr-x 8 jenkins jenkins 4096 Oct 10 01:05 . 01:06:52 drwxrwxr-x 4 jenkins jenkins 4096 Oct 10 01:02 .. 01:06:52 -rw-rw-r-- 1 jenkins jenkins 120 Oct 10 01:02 .dockerignore 01:06:52 drwxrwxr-x 8 jenkins jenkins 4096 Oct 10 01:02 .git 01:06:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 01:02 .github 01:06:52 -rw-rw-r-- 1 jenkins jenkins 343 Oct 10 01:02 .gitignore 01:06:52 -rw-rw-r-- 1 jenkins jenkins 41 Oct 10 01:02 .golangci.yml 01:06:52 -rw-rw-r-- 1 jenkins jenkins 9691 Oct 10 01:02 Attribution.txt 01:06:52 -rw-rw-r-- 1 jenkins jenkins 3081 Oct 10 01:02 CHANGELOG.md 01:06:52 -rw-rw-r-- 1 jenkins jenkins 1929 Oct 10 01:02 Dockerfile 01:06:52 -rw-rw-r-- 1 jenkins jenkins 677 Oct 10 01:02 GOVERNANCE.md 01:06:52 -rw-rw-r-- 1 jenkins jenkins 657 Oct 10 01:02 Jenkinsfile 01:06:52 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 10 01:02 LICENSE 01:06:52 -rw-rw-r-- 1 jenkins jenkins 2085 Oct 10 01:02 Makefile 01:06:52 -rw-rw-r-- 1 jenkins jenkins 617 Oct 10 01:02 OWNERS.md 01:06:52 -rw-rw-r-- 1 jenkins jenkins 11842 Oct 10 01:02 README.md 01:06:52 -rw-rw-r-- 1 jenkins jenkins 5 Oct 10 00:59 VERSION 01:06:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 10 01:02 bin 01:06:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 01:02 cmd 01:06:52 -rw-r--r-- 1 jenkins jenkins 10 Oct 10 01:05 coverage.out 01:06:52 -rw-rw-r-- 1 jenkins jenkins 3459 Oct 10 01:02 go.mod 01:06:52 -rw-rw-r-- 1 jenkins jenkins 38054 Oct 10 01:02 go.sum 01:06:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 10 01:02 internal 01:06:52 drwxrwxr-x 4 jenkins jenkins 4096 Oct 10 01:02 snap 01:06:52 -rw-rw-r-- 1 jenkins jenkins 209 Oct 10 01:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:52 + 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=4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c --label arch=arm64 --label version=0.0.0 . 01:06:52 Sending build context to Docker daemon 7.995MB 01:06:52 Step 1/27 : ARG BASE=golang:1.18-alpine3.16 01:06:52 Step 2/27 : FROM ${BASE} AS builder 01:06:52 ---> 0e77c86e2a3a 01:06:52 Step 3/27 : ARG ADD_BUILD_TAGS="" 01:06:53 ---> Running in 91f58c73c533 01:06:53 Removing intermediate container 91f58c73c533 01:06:53 ---> ecdfdd30c8dc 01:06:53 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:06:53 ---> Running in e9ad5f2f4fac 01:06:53 Removing intermediate container e9ad5f2f4fac 01:06:53 ---> 4e1005933bcb 01:06:53 Step 5/27 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:06:53 ---> Running in 91b2694d1a40 01:06:54 Removing intermediate container 91b2694d1a40 01:06:54 ---> 1f63d23ad87e 01:06:54 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 01:06:54 ---> Running in 271597a28dec 01:06:54 Removing intermediate container 271597a28dec 01:06:54 ---> bacf9f45fbad 01:06:54 Step 7/27 : WORKDIR /device-gpio 01:06:54 ---> Running in 830d23955473 01:06:54 Removing intermediate container 830d23955473 01:06:54 ---> 544cd23e11d0 01:06:54 Step 8/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:54 ---> Running in a9d89d6c7df7 01:06:56 Removing intermediate container a9d89d6c7df7 01:06:56 ---> 54a4c6cc5453 01:06:56 Step 9/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:06:56 ---> Running in 6ba4d2aa3325 01:06:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:06:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:06:59 OK: 226 MiB in 55 packages 01:07:00 Removing intermediate container 6ba4d2aa3325 01:07:00 ---> 5a57b3a62241 01:07:00 Step 10/27 : COPY go.mod vendor* ./ 01:07:00 ---> 78441837a34e 01:07:00 Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:00 ---> Running in 32f0049d78b6 01:07:02 Removing intermediate container 32f0049d78b6 01:07:02 ---> 239e9fa67dbf 01:07:02 Step 12/27 : COPY . . 01:07:05 ---> 7797bf155d51 01:07:05 Step 13/27 : RUN ${MAKE} 01:07:05 ---> Running in 701215a5c9b1 01:07:06 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-gpio.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-gpio ./cmd 01:09:43 Removing intermediate container 701215a5c9b1 01:09:43 ---> ca60f8145713 01:09:43 Step 14/27 : FROM alpine:3.16 01:09:43 3.16: Pulling from library/alpine 01:09:43 9b18e9b68314: Pulling fs layer 01:09:43 9b18e9b68314: Verifying Checksum 01:09:43 9b18e9b68314: Download complete 01:09:43 9b18e9b68314: Pull complete 01:09:43 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:09:43 Status: Downloaded newer image for alpine:3.16 01:09:43 ---> a6215f271958 01:09:43 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' 01:09:43 ---> Running in f14f39014a89 01:09:43 Removing intermediate container f14f39014a89 01:09:43 ---> d3c7b6eeea53 01:09:43 Step 16/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:43 ---> Running in 3f034cf9d35c 01:09:43 Removing intermediate container 3f034cf9d35c 01:09:43 ---> 485603805d82 01:09:43 Step 17/27 : RUN apk add --update --no-cache zeromq 01:09:43 ---> Running in 2ec539b9ce64 01:09:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:09:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:09:45 (1/5) Installing libgcc (11.2.1_git20220219-r2) 01:09:45 (2/5) Installing libsodium (1.0.18-r0) 01:09:45 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 01:09:45 (4/5) Installing libzmq (4.3.4-r0) 01:09:45 (5/5) Installing zeromq (4.3.4-r0) 01:09:45 Executing busybox-1.35.0-r17.trigger 01:09:46 OK: 8 MiB in 19 packages 01:09:47 Removing intermediate container 2ec539b9ce64 01:09:47 ---> 06094ac08827 01:09:47 Step 18/27 : WORKDIR / 01:09:47 ---> Running in bdba1dd4cff8 01:09:47 Removing intermediate container bdba1dd4cff8 01:09:47 ---> 99e978f80a89 01:09:47 Step 19/27 : COPY --from=builder /device-gpio/Attribution.txt / 01:09:47 ---> 1d156c13559d 01:09:47 Step 20/27 : COPY --from=builder /device-gpio/LICENSE / 01:09:48 ---> 7bb20461aa53 01:09:48 Step 21/27 : COPY --from=builder /device-gpio/cmd/ / 01:09:49 ---> 7423729a46a7 01:09:49 Step 22/27 : EXPOSE 59910 01:09:49 ---> Running in 07b8b5ea1ffe 01:09:50 Removing intermediate container 07b8b5ea1ffe 01:09:50 ---> 976574138a32 01:09:50 Step 23/27 : ENTRYPOINT ["/device-gpio"] 01:09:50 ---> Running in 700b4d5ce25d 01:09:50 Removing intermediate container 700b4d5ce25d 01:09:50 ---> 68df414e7c89 01:09:50 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:09:50 ---> Running in 9b1000919ba3 01:09:50 Removing intermediate container 9b1000919ba3 01:09:50 ---> ac079a9eb004 01:09:50 Step 25/27 : LABEL arch=arm64 01:09:50 ---> Running in 689045068b7c 01:09:51 Removing intermediate container 689045068b7c 01:09:51 ---> ee20b4954c25 01:09:51 Step 26/27 : LABEL git_sha=4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c 01:09:51 ---> Running in a5d81ce75faf 01:09:51 Removing intermediate container a5d81ce75faf 01:09:51 ---> 694514c375ec 01:09:51 Step 27/27 : LABEL version=0.0.0 01:09:51 ---> Running in a0a00fa909ea 01:09:52 Removing intermediate container a0a00fa909ea 01:09:52 ---> 00918d5acdcf 01:09:52 [Warning] One or more build-args [ARCH] were not consumed 01:09:52 Successfully built 00918d5acdcf 01:09:52 Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:09:52 01:09:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:09:53 arm64: Pulling from edgex-lftools-log-publisher 01:09:53 8998bd30e6a1: Pulling fs layer 01:09:53 04944245beec: Pulling fs layer 01:09:53 699f458cf7ca: Pulling fs layer 01:09:53 765212b225bb: Pulling fs layer 01:09:53 f23df028b6ca: Pulling fs layer 01:09:53 765212b225bb: Waiting 01:09:53 d65c8cfc05b1: Pulling fs layer 01:09:53 f23df028b6ca: Waiting 01:09:53 2437ff75d9bd: Pulling fs layer 01:09:53 d65c8cfc05b1: Waiting 01:09:53 2437ff75d9bd: Waiting 01:09:53 04944245beec: Verifying Checksum 01:09:53 04944245beec: Download complete 01:09:53 765212b225bb: Verifying Checksum 01:09:53 765212b225bb: Download complete 01:09:53 f23df028b6ca: Verifying Checksum 01:09:53 f23df028b6ca: Download complete 01:09:53 d65c8cfc05b1: Verifying Checksum 01:09:53 d65c8cfc05b1: Download complete 01:09:53 699f458cf7ca: Verifying Checksum 01:09:53 699f458cf7ca: Download complete 01:09:54 8998bd30e6a1: Verifying Checksum 01:09:54 8998bd30e6a1: Download complete 01:09:56 2437ff75d9bd: Verifying Checksum 01:09:56 2437ff75d9bd: Download complete 01:09:58 8998bd30e6a1: Pull complete 01:09:58 04944245beec: Pull complete 01:10:00 699f458cf7ca: Pull complete 01:10:00 765212b225bb: Pull complete 01:10:01 f23df028b6ca: Pull complete 01:10:01 d65c8cfc05b1: Pull complete 01:10:16 2437ff75d9bd: Pull complete 01:10:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:10:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:10:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:10:17 prd-ubuntu20.04-docker-arm64-4c-16g-7466 does not seem to be running inside a container 01:10:17 $ 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/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:10:20 $ docker top 2fa1257288007b2376a3c2493fb620aed2b33d3ec0487d1de7735c44286eae51 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:10:20 ---> job-cost.sh 01:10:21 lf-activate-venv: SKIPPING 01:10:21 INFO: No Stack... 01:10:21 INFO: Retrieving Pricing Info for: v3-standard-4 01:10:22 INFO: Archiving Costs [Pipeline] sh 01:10:22 + cut -d, -f6 01:10:22 + cat /w/workspace/device-gpio/1/archives/cost.csv [Pipeline] lock 01:10:22 Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-60-1-stack-cost] 01:10:22 Resource [jenkins-edgexfoundry-device-gpio-PR-60-1-stack-cost] did not exist. Created. 01:10:22 Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-60-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:10:23 /w/workspace/device-gpio/1@tmp/durable-185760ce/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:10:24 + echo total: 0.10999999940395355 [Pipeline] stash 01:10:24 Warning: overwriting stash ‘stack-cost’ 01:10:24 Stashed 1 file(s) [Pipeline] } 01:10:24 Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-60-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:10:24 $ docker stop --time=1 2fa1257288007b2376a3c2493fb620aed2b33d3ec0487d1de7735c44286eae51 01:10:25 $ docker rm -f 2fa1257288007b2376a3c2493fb620aed2b33d3ec0487d1de7735c44286eae51 [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 01:10:26 provisioning config files... 01:10:26 copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-60@tmp/config1059895680431106948tmp [Pipeline] { [Pipeline] sh 01:10:26 + set +x 01:10:26 + curl -s https://codecov.io/bash 01:10:26 + bash -s -- 01:10:26 01:10:26 _____ _ 01:10:26 / ____| | | 01:10:26 | | ___ __| | ___ ___ _____ __ 01:10:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:10:26 | |___| (_) | (_| | __/ (_| (_) \ V / 01:10:26 \_____\___/ \__,_|\___|\___\___/ \_/ 01:10:26 Bash-1.0.6 01:10:26 01:10:26 01:10:26 ==> git version 2.25.1 found 01:10:26 ==> 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 01:10:26 Release-Date: 2020-01-08 01:10:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:10:26 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:10:26 ==> Jenkins CI detected. 01:10:26 current dir:  /w/workspace/edgexfoundry_device-gpio_PR-60 01:10:26 project root: . 01:10:26 --> token set from env 01:10:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:10:26 ==> Running gcov in . (disable via -X gcov) 01:10:26 ==> Python coveragepy not found 01:10:26 ==> Searching for coverage reports in: 01:10:26 + . 01:10:26 -> Found 1 reports 01:10:26 ==> Detecting git/mercurial file structure 01:10:26 ==> Reading reports 01:10:26 + ./coverage.out bytes=10 01:10:27 ==> Appending adjustments 01:10:27 https://docs.codecov.io/docs/fixing-reports 01:10:27 + Found adjustments 01:10:27 ==> Gzipping contents 01:10:27 4.0K /tmp/codecov.dMxpBk.gz 01:10:27 ==> Uploading reports 01:10:27 url: https://codecov.io 01:10:27 query: branch=PR-60&commit=4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-60%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=60&job=&cmd_args= 01:10:27 -> Pinging Codecov 01:10:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-60&commit=4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-60%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=60&job=&cmd_args= 01:10:27 -> Uploading to 01:10:27 https://storage.googleapis.com/codecov/v4/raw/2022-10-10/3EC07B1A8CA8AF9BCAA0BB9F0134797F/4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c/720e887a-12f1-4d2d-ad61-5aa4e38a4a91.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221010%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221010T011027Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=15f08d06f04b062e629cd1a028f837d4331cf6864fe35427dc3d158dbde95b04 01:10:27 % Total % Received % Xferd Average Speed Time Time Time Current 01:10:27 Dload Upload Total Spent Left Speed 01:10:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 781 0 0 100 781 0 3550 --:--:-- --:--:-- --:--:-- 3533 100 781 0 0 100 781 0 3187 --:--:-- --:--:-- --:--:-- 3174 01:10:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/4a18b18427f7ebb1653e10d1c7c1a6548ed26a9c [Pipeline] } 01:10:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:10:29 + [ -d /w/workspace/edgexfoundry_device-gpio_PR-60/archives ] 01:10:29 + ls -al /w/workspace/edgexfoundry_device-gpio_PR-60/archives 01:10:29 total 16 01:10:29 drwxr-xr-x 3 root root 4096 Oct 10 01:01 . 01:10:29 drwxrwxr-x 10 jenkins jenkins 4096 Oct 10 01:01 .. 01:10:29 drwxr-xr-x 2 root root 4096 Oct 10 01:01 cost 01:10:29 -rw-r--r-- 1 root root 82 Oct 10 01:01 cost.csv 01:10:29 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-60/archives 01:10:29 + ls -al /w/workspace/edgexfoundry_device-gpio_PR-60/archives 01:10:29 total 16 01:10:29 drwxr-xr-x 3 jenkins jenkins 4096 Oct 10 01:01 . 01:10:29 drwxrwxr-x 10 jenkins jenkins 4096 Oct 10 01:01 .. 01:10:29 drwxr-xr-x 2 jenkins jenkins 4096 Oct 10 01:01 cost 01:10:29 -rw-r--r-- 1 jenkins jenkins 82 Oct 10 01:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:10:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:10:30 ---> package-listing.sh 01:10:30 ++ facter osfamily 01:10:30 ++ tr '[:upper:]' '[:lower:]' 01:10:30 + OS_FAMILY=debian 01:10:30 + workspace=/w/workspace/edgexfoundry_device-gpio_PR-60 01:10:30 + START_PACKAGES=/tmp/packages_start.txt 01:10:30 + END_PACKAGES=/tmp/packages_end.txt 01:10:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:10:30 + PACKAGES=/tmp/packages_start.txt 01:10:30 + '[' /w/workspace/edgexfoundry_device-gpio_PR-60 ']' 01:10:30 + PACKAGES=/tmp/packages_end.txt 01:10:30 + case "${OS_FAMILY}" in 01:10:30 + dpkg -l 01:10:30 + grep '^ii' 01:10:30 + '[' -f /tmp/packages_start.txt ']' 01:10:30 + '[' -f /tmp/packages_end.txt ']' 01:10:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:10:30 + '[' /w/workspace/edgexfoundry_device-gpio_PR-60 ']' 01:10:30 + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-60/archives/ 01:10:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-60/archives/ [Pipeline] echo 01:10:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-gpio_PR-60/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:10:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:10:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:10:32 prd-ubuntu20.04-docker-8c-8g-7465 does not seem to be running inside a container 01:10:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-gpio_PR-60/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_PR-60 -v /w/workspace/edgexfoundry_device-gpio_PR-60:/w/workspace/edgexfoundry_device-gpio_PR-60:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-60@tmp:/w/workspace/edgexfoundry_device-gpio_PR-60@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 01:10:32 $ docker top 9b0c4208517d683ae10d5aa6a417f7779201acb5e7a68b22c967f204b8d6d3d8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:10:32 + touch /tmp/pre-build-complete [Pipeline] sh 01:10:32 + mkdir -p /var/log/sysstat [Pipeline] sh 01:10:33 + ls /var/log/sa-host 01:10:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:10:33 provisioning config files... 01:10:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-60@tmp/config17967709498360347373tmp [Pipeline] { [Pipeline] echo 01:10:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:10:33 ---> create-netrc.sh [Pipeline] } 01:10:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:10:34 ---> python-tools-install.sh [Pipeline] echo 01:10:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:10:34 ---> sudo-logs.sh 01:10:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:10:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:10:35 ---> job-cost.sh 01:10:35 lf-activate-venv: SKIPPING 01:10:35 DEBUG: total: 0.2199999988079071 01:10:35 INFO: Retrieving Stack Cost... 01:10:35 INFO: Retrieving Pricing Info for: v3-standard-8 01:10:35 INFO: Archiving Costs [Pipeline] echo 01:10:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:10:36 ---> logs-deploy.sh 01:10:36 lf-activate-venv: SKIPPING 01:10:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-60/1 01:10:36 INFO: archiving workspace using pattern(s): 01:10:37 Archives upload complete. 01:10:37 INFO: archiving logs to Nexus 01:10:37 ---> uname -a: 01:10:37 Linux prd-ubuntu20-04-docker-8c-8g-7465 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:10:37 01:10:37 01:10:37 ---> lscpu: 01:10:37 Architecture: x86_64 01:10:37 CPU op-mode(s): 32-bit, 64-bit 01:10:37 Byte Order: Little Endian 01:10:37 Address sizes: 40 bits physical, 48 bits virtual 01:10:37 CPU(s): 8 01:10:37 On-line CPU(s) list: 0-7 01:10:37 Thread(s) per core: 1 01:10:37 Core(s) per socket: 1 01:10:37 Socket(s): 8 01:10:37 NUMA node(s): 1 01:10:37 Vendor ID: AuthenticAMD 01:10:37 CPU family: 23 01:10:37 Model: 49 01:10:37 Model name: AMD EPYC-Rome Processor 01:10:37 Stepping: 0 01:10:37 CPU MHz: 2799.998 01:10:37 BogoMIPS: 5599.99 01:10:37 Virtualization: AMD-V 01:10:37 Hypervisor vendor: KVM 01:10:37 Virtualization type: full 01:10:37 L1d cache: 256 KiB 01:10:37 L1i cache: 256 KiB 01:10:37 L2 cache: 4 MiB 01:10:37 L3 cache: 128 MiB 01:10:37 NUMA node0 CPU(s): 0-7 01:10:37 Vulnerability Itlb multihit: Not affected 01:10:37 Vulnerability L1tf: Not affected 01:10:37 Vulnerability Mds: Not affected 01:10:37 Vulnerability Meltdown: Not affected 01:10:37 Vulnerability Mmio stale data: Not affected 01:10:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:10:37 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:10:37 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:10:37 Vulnerability Srbds: Not affected 01:10:37 Vulnerability Tsx async abort: Not affected 01:10:37 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 01:10:37 01:10:37 01:10:37 ---> nproc: 01:10:37 8 01:10:37 01:10:37 01:10:37 ---> df -h: 01:10:37 Filesystem Size Used Avail Use% Mounted on 01:10:37 overlay 155G 12G 144G 8% / 01:10:37 tmpfs 64M 0 64M 0% /dev 01:10:37 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:10:37 shm 64M 0 64M 0% /dev/shm 01:10:37 /dev/vda1 155G 12G 144G 8% /facter-os 01:10:37 01:10:37 01:10:37 ---> sar -b -r -n DEV: 01:10:37 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7465) 10/10/22 _x86_64_ (8 CPU) 01:10:37 01:10:37 00:57:55 LINUX RESTART (8 CPU) 01:10:37 01:10:37 00:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:10:37 00:59:02 128.23 47.63 80.60 0.00 5410.70 172076.39 0.00 01:10:37 01:00:01 116.12 1.46 114.66 0.00 48.35 42448.21 0.00 01:10:37 01:01:01 138.06 0.20 137.86 0.00 5.73 29933.28 0.00 01:10:37 01:02:01 130.76 0.03 130.73 0.00 2.53 33632.13 0.00 01:10:37 01:03:01 3.50 0.97 2.53 0.00 67.46 67.21 0.00 01:10:37 01:04:01 38.14 8.37 29.78 0.00 2816.86 4772.27 0.00 01:10:37 01:05:01 1.58 0.00 1.58 0.00 0.00 16.66 0.00 01:10:37 01:06:01 0.90 0.00 0.90 0.00 0.00 9.20 0.00 01:10:37 01:07:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 01:10:37 01:08:01 1.82 0.00 1.82 0.00 0.00 19.20 0.00 01:10:37 01:09:01 1.68 0.00 1.68 0.00 0.00 28.80 0.00 01:10:37 01:10:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 01:10:37 Average: 46.90 4.89 42.00 0.00 696.82 23561.84 0.00 01:10:37 01:10:37 00:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:10:37 00:59:02 30015320 31674660 678596 2.06 59588 1899412 1882088 5.55 923232 1648428 1080 01:10:37 01:00:01 28662984 31627400 683712 2.08 102464 3090200 1863240 5.49 1070972 2735612 49516 01:10:37 01:01:01 28407200 31461908 842708 2.56 136464 3129632 2145728 6.32 1280456 2757284 5708 01:10:37 01:02:01 27820580 31598872 707060 2.15 147016 3789728 1746244 5.15 1196188 3376284 304 01:10:37 01:03:01 27800976 31593744 711120 2.16 148520 3802080 1764752 5.20 1207616 3388544 7604 01:10:37 01:04:01 27533188 31585436 702828 2.14 165496 4038504 1783704 5.26 1343464 3489172 40 01:10:37 01:05:01 27533264 31585632 702140 2.14 165580 4038508 1783704 5.26 1343352 3489180 8 01:10:37 01:06:01 27539988 31592588 695188 2.11 165604 4038508 1783704 5.26 1336280 3489332 152 01:10:37 01:07:01 27542004 31594684 693048 2.11 165688 4038504 1783704 5.26 1334572 3489340 8 01:10:37 01:08:01 27541940 31595108 692980 2.11 165724 4038516 1783704 5.26 1334264 3489772 184 01:10:37 01:09:01 27542248 31595480 692536 2.11 165836 4038516 1783704 5.26 1334380 3489776 8 01:10:37 01:10:01 27542064 31595424 692560 2.11 165924 4038524 1783704 5.26 1334436 3489788 204 01:10:37 Average: 27956813 31591745 707873 2.15 146159 3665053 1823998 5.38 1253268 3194376 5401 01:10:37 01:10:37 00:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:10:37 00:59:02 ens3 426.36 304.45 2647.09 75.13 0.00 0.00 0.00 0.00 01:10:37 00:59:02 docker0 13.40 13.30 1.12 127.27 0.00 0.00 0.00 0.00 01:10:37 00:59:02 lo 4.33 4.33 0.41 0.41 0.00 0.00 0.00 0.00 01:10:37 01:00:01 ens3 364.25 265.26 5747.57 33.80 0.00 0.00 0.00 0.00 01:10:37 01:00:01 docker0 151.67 211.16 12.10 1740.37 0.00 0.00 0.00 0.00 01:10:37 01:00:01 lo 2.98 2.98 0.29 0.29 0.00 0.00 0.00 0.00 01:10:37 01:01:01 ens3 56.84 62.52 77.80 99.31 0.00 0.00 0.00 0.00 01:10:37 01:01:01 docker0 6.07 7.83 0.34 40.71 0.00 0.00 0.00 0.00 01:10:37 01:01:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 01:10:37 01:01:01 veth9c06f68 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 01:10:37 01:02:01 ens3 121.28 81.97 2631.32 14.76 0.00 0.00 0.00 0.00 01:10:37 01:02:01 docker0 8.55 11.01 0.52 57.77 0.00 0.00 0.00 0.00 01:10:37 01:02:01 lo 1.87 1.87 0.17 0.17 0.00 0.00 0.00 0.00 01:10:37 01:03:01 ens3 20.31 16.45 129.60 1.53 0.00 0.00 0.00 0.00 01:10:37 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:03:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 01:10:37 01:04:01 ens3 67.67 38.24 1177.02 2.98 0.00 0.00 0.00 0.00 01:10:37 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:04:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 01:10:37 01:05:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:06:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:10:37 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:10:37 01:07:01 ens3 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 01:10:37 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:08:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:10:37 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:10:37 01:09:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 01:10:37 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:10:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:10:37 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:10:37 01:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:10:37 Average: ens3 87.75 63.85 1028.05 18.95 0.00 0.00 0.00 0.00 01:10:37 Average: docker0 14.79 20.03 1.16 161.78 0.00 0.00 0.00 0.00 01:10:37 Average: lo 0.88 0.88 0.08 0.08 0.00 0.00 0.00 0.00 01:10:37 01:10:37 01:10:37 ---> sar -P ALL: 01:10:37 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7465) 10/10/22 _x86_64_ (8 CPU) 01:10:37 01:10:37 00:57:55 LINUX RESTART (8 CPU) 01:10:37 01:10:37 00:58:01 CPU %user %nice %system %iowait %steal %idle 01:10:37 00:59:02 all 5.98 0.00 1.85 4.90 0.07 87.20 01:10:37 00:59:02 0 5.03 0.00 1.63 1.27 0.05 92.02 01:10:37 00:59:02 1 7.24 0.00 1.64 3.96 0.08 87.07 01:10:37 00:59:02 2 5.65 0.00 1.53 3.57 0.07 89.18 01:10:37 00:59:02 3 5.25 0.00 2.00 17.07 0.07 75.62 01:10:37 00:59:02 4 5.48 0.00 1.84 2.07 0.07 90.54 01:10:37 00:59:02 5 5.21 0.00 1.77 5.56 0.05 87.41 01:10:37 00:59:02 6 5.88 0.00 1.58 4.74 0.07 87.73 01:10:37 00:59:02 7 8.07 0.00 2.83 1.04 0.10 87.96 01:10:37 01:00:01 all 5.19 0.00 2.51 8.91 0.14 83.24 01:10:37 01:00:01 0 5.02 0.00 2.71 7.22 0.17 84.89 01:10:37 01:00:01 1 5.53 0.00 2.20 5.36 0.07 86.85 01:10:37 01:00:01 2 4.02 0.00 3.11 14.56 0.17 78.14 01:10:37 01:00:01 3 5.01 0.00 3.15 40.56 0.12 51.17 01:10:37 01:00:01 4 5.03 0.00 2.46 1.26 0.09 91.16 01:10:37 01:00:01 5 5.26 0.00 2.21 1.28 0.29 90.97 01:10:37 01:00:01 6 6.25 0.00 1.96 0.44 0.09 91.26 01:10:37 01:00:01 7 5.43 0.00 2.29 0.74 0.15 91.39 01:10:37 01:01:01 all 21.49 0.00 4.89 5.08 0.13 68.41 01:10:37 01:01:01 0 22.77 0.00 5.12 11.09 0.15 60.87 01:10:37 01:01:01 1 20.15 0.00 5.08 0.76 0.25 73.76 01:10:37 01:01:01 2 21.25 0.00 4.57 0.12 0.08 73.98 01:10:37 01:01:01 3 22.22 0.00 4.58 21.54 0.17 51.49 01:10:37 01:01:01 4 21.07 0.00 5.37 0.62 0.12 72.81 01:10:37 01:01:01 5 20.70 0.00 4.51 5.51 0.08 69.20 01:10:37 01:01:01 6 21.69 0.00 4.64 0.57 0.10 73.00 01:10:37 01:01:01 7 22.03 0.00 5.24 0.44 0.12 72.17 01:10:37 01:02:01 all 18.17 0.00 4.20 5.16 0.14 72.33 01:10:37 01:02:01 0 15.87 0.00 3.86 9.72 0.10 70.44 01:10:37 01:02:01 1 16.78 0.00 4.49 0.03 0.05 78.64 01:10:37 01:02:01 2 19.11 0.00 4.75 13.96 0.15 62.02 01:10:37 01:02:01 3 19.72 0.00 3.53 0.07 0.10 76.58 01:10:37 01:02:01 4 20.74 0.00 4.58 0.19 0.14 74.36 01:10:37 01:02:01 5 18.74 0.00 4.85 7.94 0.07 68.40 01:10:37 01:02:01 6 15.55 0.00 3.21 1.08 0.42 79.74 01:10:37 01:02:01 7 18.83 0.00 4.37 8.34 0.10 68.35 01:10:37 01:03:01 all 0.08 0.00 0.06 0.04 0.00 99.81 01:10:37 01:03:01 0 0.07 0.00 0.03 0.00 0.00 99.90 01:10:37 01:03:01 1 0.13 0.00 0.08 0.07 0.00 99.72 01:10:37 01:03:01 2 0.07 0.00 0.23 0.10 0.00 99.60 01:10:37 01:03:01 3 0.05 0.00 0.00 0.02 0.00 99.93 01:10:37 01:03:01 4 0.05 0.00 0.05 0.12 0.02 99.77 01:10:37 01:03:01 5 0.15 0.00 0.07 0.00 0.00 99.78 01:10:37 01:03:01 6 0.08 0.00 0.02 0.00 0.00 99.90 01:10:37 01:03:01 7 0.05 0.00 0.02 0.00 0.02 99.92 01:10:37 01:04:01 all 1.23 0.00 0.73 0.92 0.03 97.08 01:10:37 01:04:01 0 0.68 0.00 1.65 0.05 0.02 97.60 01:10:37 01:04:01 1 0.97 0.00 0.37 0.25 0.08 98.33 01:10:37 01:04:01 2 1.15 0.00 0.85 0.58 0.02 97.40 01:10:37 01:04:01 3 1.35 0.00 0.57 0.08 0.05 97.95 01:10:37 01:04:01 4 2.11 0.00 0.45 3.59 0.02 93.83 01:10:37 01:04:01 5 1.12 0.00 0.65 1.30 0.03 96.90 01:10:37 01:04:01 6 1.72 0.00 0.92 0.84 0.02 96.51 01:10:37 01:04:01 7 0.72 0.00 0.40 0.69 0.03 98.16 01:10:37 01:05:01 all 0.11 0.00 0.02 0.01 0.00 99.86 01:10:37 01:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:10:37 01:05:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:10:37 01:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:05:01 4 0.76 0.00 0.08 0.12 0.02 99.02 01:10:37 01:05:01 5 0.05 0.00 0.02 0.00 0.00 99.93 01:10:37 01:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:10:37 01:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:06:01 all 0.23 0.00 0.02 0.01 0.01 99.73 01:10:37 01:06:01 0 0.00 0.00 0.00 0.03 0.02 99.95 01:10:37 01:06:01 1 0.05 0.00 0.00 0.00 0.03 99.92 01:10:37 01:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:10:37 01:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:06:01 4 1.63 0.00 0.03 0.05 0.00 98.29 01:10:37 01:06:01 5 0.05 0.00 0.02 0.00 0.00 99.93 01:10:37 01:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:10:37 01:06:01 7 0.03 0.00 0.10 0.00 0.00 99.87 01:10:37 01:07:01 all 0.06 0.00 0.01 0.01 0.00 99.92 01:10:37 01:07:01 0 0.02 0.00 0.03 0.02 0.00 99.93 01:10:37 01:07:01 1 0.00 0.00 0.03 0.00 0.00 99.97 01:10:37 01:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:10:37 01:07:01 4 0.40 0.00 0.02 0.03 0.00 99.55 01:10:37 01:07:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:10:37 01:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:10:37 01:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:08:01 all 0.02 0.00 0.01 0.03 0.01 99.94 01:10:37 01:08:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:10:37 01:08:01 1 0.03 0.00 0.00 0.00 0.02 99.95 01:10:37 01:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:08:01 4 0.05 0.00 0.02 0.17 0.00 99.77 01:10:37 01:08:01 5 0.02 0.00 0.00 0.02 0.02 99.95 01:10:37 01:08:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:10:37 01:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:10:37 01:09:01 all 0.01 0.00 0.01 0.01 0.01 99.97 01:10:37 01:09:01 0 0.00 0.00 0.02 0.00 0.02 99.97 01:10:37 01:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:10:37 01:09:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:10:37 01:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:09:01 4 0.02 0.00 0.00 0.03 0.02 99.93 01:10:37 01:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:10:37 01:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:10:37 01:09:01 7 0.02 0.00 0.02 0.02 0.00 99.95 01:10:37 01:10:37 01:09:01 CPU %user %nice %system %iowait %steal %idle 01:10:37 01:10:01 all 0.24 0.00 0.01 0.00 0.00 99.75 01:10:37 01:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:10:37 01:10:01 1 0.02 0.00 0.03 0.00 0.02 99.93 01:10:37 01:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:10:37 01:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 01:10:01 4 1.63 0.00 0.00 0.03 0.00 98.34 01:10:37 01:10:01 5 0.07 0.00 0.03 0.00 0.00 99.90 01:10:37 01:10:01 6 0.13 0.00 0.00 0.00 0.00 99.87 01:10:37 01:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:10:37 Average: all 4.36 0.00 1.18 2.07 0.05 92.34 01:10:37 Average: 0 4.10 0.00 1.25 2.43 0.04 92.18 01:10:37 Average: 1 4.22 0.00 1.16 0.86 0.05 93.71 01:10:37 Average: 2 4.24 0.00 1.24 2.71 0.04 91.77 01:10:37 Average: 3 4.44 0.00 1.14 6.51 0.04 87.87 01:10:37 Average: 4 4.87 0.00 1.23 0.69 0.04 93.17 01:10:37 Average: 5 4.26 0.00 1.17 1.79 0.04 92.74 01:10:37 Average: 6 4.26 0.00 1.02 0.64 0.06 94.03 01:10:37 Average: 7 4.54 0.00 1.26 0.92 0.04 93.24 01:10:37 01:10:37 01:10:37