Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ffd2286d282b3823fe96213d71db487366ab171f 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-ssh10122389892110568676.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh6055035946378708810.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8440385646857576681.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10752880995544608744.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 6e371aaf151bd5004dee8fa40be4413046746612 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9098041054583901396.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6e371aaf151bd5004dee8fa40be4413046746612 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6e371aaf151bd5004dee8fa40be4413046746612 # timeout=10 Commit message: "Chore: Update global-jjb to the latest v0.79.1" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go 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-rest 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-21762 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ffd2286d282b3823fe96213d71db487366ab171f (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffd2286d282b3823fe96213d71db487366ab171f # timeout=10 Commit message: "Merge pull request #208 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.3.0-dev.18" > git rev-list --no-walk 573a93dc585fd2e24dadc7fb4d4ae830a990380c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:21:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:21:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:21:38 ========================================================= 10:21:38 EdgeX Global Pipelines Version Info 10:21:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:21:39 ------------------- 10:21:39 stable info: 10:21:39 ------------------- 10:21:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:21:39 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 10:21:39 Message: update stable to v1.0.238 10:21:40 ------------------- 10:21:40 experimental info: 10:21:40 ------------------- 10:21:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:21:40 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 10:21:40 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffd2286d282b3823fe96213d71db487366ab171f [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffd2286 [Pipeline] echo 10:21:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:21:40 provisioning config files... 10:21:40 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2711038642852871966tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:21:41 ---> docker-login.sh 10:21:41 nexus3.edgexfoundry.org:10001 10:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:41 Configure a credential helper to remove this warning. See 10:21:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:41 10:21:41 Login Succeeded 10:21:41 nexus3.edgexfoundry.org:10002 10:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:41 Configure a credential helper to remove this warning. See 10:21:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:41 10:21:41 Login Succeeded 10:21:41 nexus3.edgexfoundry.org:10003 10:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:41 Configure a credential helper to remove this warning. See 10:21:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:41 10:21:41 Login Succeeded 10:21:41 nexus3.edgexfoundry.org:10004 10:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:41 Configure a credential helper to remove this warning. See 10:21:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:41 10:21:41 Login Succeeded 10:21:41 docker.io 10:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:42 Configure a credential helper to remove this warning. See 10:21:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:42 10:21:42 Login Succeeded 10:21:42 ---> docker-login.sh ends [Pipeline] } 10:21:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:21:42 + git rev-list -1 --merges ffd2286d282b3823fe96213d71db487366ab171f~1..ffd2286d282b3823fe96213d71db487366ab171f [Pipeline] echo 10:21:42 -----------> git rev-list -1 --merges ffd2286d282b3823fe96213d71db487366ab171f~1..ffd2286d282b3823fe96213d71db487366ab171f ffd2286d282b3823fe96213d71db487366ab171f 10:21:42 ffd2286d282b3823fe96213d71db487366ab171f [false] [Pipeline] sh 10:21:43 + git log --format=format:%s -1 ffd2286d282b3823fe96213d71db487366ab171f [Pipeline] echo 10:21:43 ========================================================= 10:21:43 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:21:43 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:21:43 + git log --format=format:%s -1 ffd2286d282b3823fe96213d71db487366ab171f [Pipeline] echo 10:21:43 [semverPrep] GIT_COMMIT: ffd2286d282b3823fe96213d71db487366ab171f, Commit Message: Merge pull request #208 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.3.0-dev.18 [Pipeline] echo 10:21:43 [semverPrep] This is not a build commit. [Pipeline] sh 10:21:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:21:43 + grep -v github /etc/ssh/ssh_known_hosts 10:21:43 + [ -e /tmp/ssh_known_hosts ] 10:21:43 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:21:43 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:21:43 + sudo tee -a /etc/ssh/ssh_known_hosts 10:21:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:21:44 10:21:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:21:44 0.1.4: Pulling from edgex-devops/py-git-semver 10:21:44 b85a868b505f: Pulling fs layer 10:21:44 e2be974225ed: Pulling fs layer 10:21:44 339a4e72a1f5: Pulling fs layer 10:21:44 988bab9f4d93: Pulling fs layer 10:21:44 1469e6f7b9e6: Pulling fs layer 10:21:44 eaf3925da568: Pulling fs layer 10:21:44 bab4dde63d76: Pulling fs layer 10:21:44 bde34c3a00c8: Pulling fs layer 10:21:44 b352a97aabf1: Pulling fs layer 10:21:44 4872d77fe225: Pulling fs layer 10:21:44 5851b861e8e6: Pulling fs layer 10:21:44 b352a97aabf1: Waiting 10:21:44 4872d77fe225: Waiting 10:21:44 bab4dde63d76: Waiting 10:21:44 bde34c3a00c8: Waiting 10:21:44 988bab9f4d93: Waiting 10:21:44 1469e6f7b9e6: Waiting 10:21:44 eaf3925da568: Waiting 10:21:44 5851b861e8e6: Waiting 10:21:44 e2be974225ed: Download complete 10:21:44 988bab9f4d93: Verifying Checksum 10:21:44 988bab9f4d93: Download complete 10:21:44 1469e6f7b9e6: Verifying Checksum 10:21:44 1469e6f7b9e6: Download complete 10:21:44 eaf3925da568: Download complete 10:21:44 339a4e72a1f5: Verifying Checksum 10:21:44 339a4e72a1f5: Download complete 10:21:44 bde34c3a00c8: Download complete 10:21:44 b352a97aabf1: Download complete 10:21:44 4872d77fe225: Download complete 10:21:44 5851b861e8e6: Verifying Checksum 10:21:44 5851b861e8e6: Download complete 10:21:44 b85a868b505f: Verifying Checksum 10:21:44 b85a868b505f: Download complete 10:21:45 bab4dde63d76: Verifying Checksum 10:21:45 bab4dde63d76: Download complete 10:21:46 b85a868b505f: Pull complete 10:21:46 e2be974225ed: Pull complete 10:21:46 339a4e72a1f5: Pull complete 10:21:47 988bab9f4d93: Pull complete 10:21:47 1469e6f7b9e6: Pull complete 10:21:47 eaf3925da568: Pull complete 10:21:49 bab4dde63d76: Pull complete 10:21:49 bde34c3a00c8: Pull complete 10:21:49 b352a97aabf1: Pull complete 10:21:49 4872d77fe225: Pull complete 10:21:49 5851b861e8e6: Pull complete 10:21:49 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:21:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:21:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:49 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:21:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:21:51 $ docker top bff13a2e4c34709c59b7d4e1e6d957acdf4f7af7c060df7b4e8498b978dc58f7 -eo pid,comm 10:21:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:21:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:21:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:51 [ssh-agent] Looking for ssh-agent implementation... 10:21:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:51 $ docker exec bff13a2e4c34709c59b7d4e1e6d957acdf4f7af7c060df7b4e8498b978dc58f7 ssh-agent 10:21:51 SSH_AUTH_SOCK=/tmp/ssh-Hht3r8hQr6LA/agent.32 10:21:51 SSH_AGENT_PID=38 10:21:51 Running ssh-add (command line suppressed) 10:21:51 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5536799146637681176.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5536799146637681176.key) 10:21:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:52 + git tag --points-at HEAD [Pipeline] } 10:21:52 $ docker exec --env ******** --env ******** bff13a2e4c34709c59b7d4e1e6d957acdf4f7af7c060df7b4e8498b978dc58f7 ssh-agent -k 10:21:52 unset SSH_AUTH_SOCK; 10:21:52 unset SSH_AGENT_PID; 10:21:52 echo Agent pid 38 killed; 10:21:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:21:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:52 [ssh-agent] Looking for ssh-agent implementation... 10:21:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:52 $ docker exec bff13a2e4c34709c59b7d4e1e6d957acdf4f7af7c060df7b4e8498b978dc58f7 ssh-agent 10:21:52 SSH_AUTH_SOCK=/tmp/ssh-TU56wdRxH0dd/agent.73 10:21:52 SSH_AGENT_PID=80 10:21:52 Running ssh-add (command line suppressed) 10:21:52 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1388367685238217771.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1388367685238217771.key) 10:21:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:52 + git semver init 10:21:53 2022-08-02 10:21:53,106 [run_init] DEBUG init version:0.0.0 force:False 10:21:53 2022-08-02 10:21:53,106 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 10:21:53 2022-08-02 10:21:53,107 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 10:21:53 2022-08-02 10:21:53,108 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 10:21:54 2022-08-02 10:21:53,992 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 10:21:54 2022-08-02 10:21:53,992 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 10:21:54 2022-08-02 10:21:53,992 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:21:54 2022-08-02 10:21:53,993 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:21:54 2.3.0-dev.10 [Pipeline] } 10:21:54 $ docker exec --env ******** --env ******** bff13a2e4c34709c59b7d4e1e6d957acdf4f7af7c060df7b4e8498b978dc58f7 ssh-agent -k 10:21:54 unset SSH_AUTH_SOCK; 10:21:54 unset SSH_AGENT_PID; 10:21:54 echo Agent pid 80 killed; 10:21:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21:54 + git semver [Pipeline] } 10:21:54 $ docker stop --time=1 bff13a2e4c34709c59b7d4e1e6d957acdf4f7af7c060df7b4e8498b978dc58f7 10:21:56 $ docker rm -f bff13a2e4c34709c59b7d4e1e6d957acdf4f7af7c060df7b4e8498b978dc58f7 [Pipeline] // withDockerContainer [Pipeline] sh 10:21:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:21:56 Stashed 1 file(s) [Pipeline] echo 10:21:56 [edgeXSemver]: initialized semver on version 2.3.0-dev.10 [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 10:21:56 provisioning config files... 10:21:56 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config692880251768988772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:21:57 ---> docker-login.sh 10:21:57 nexus3.edgexfoundry.org:10001 10:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:57 Configure a credential helper to remove this warning. See 10:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:57 10:21:57 Login Succeeded 10:21:57 nexus3.edgexfoundry.org:10002 10:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:57 Configure a credential helper to remove this warning. See 10:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:57 10:21:57 Login Succeeded 10:21:57 nexus3.edgexfoundry.org:10003 10:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:57 Configure a credential helper to remove this warning. See 10:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:57 10:21:57 Login Succeeded 10:21:57 nexus3.edgexfoundry.org:10004 10:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:57 Configure a credential helper to remove this warning. See 10:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:57 10:21:57 Login Succeeded 10:21:57 docker.io 10:21:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:21:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:21:57 Configure a credential helper to remove this warning. See 10:21:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:21:57 10:21:57 Login Succeeded 10:21:57 ---> docker-login.sh ends [Pipeline] } 10:21:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:21:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:21:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:21:58 ========================================================= 10:21:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 10:21:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:58 + 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 . 10:21:58 Sending build context to Docker daemon 10.69MB 10:21:58 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 10:21:58 Step 2/12 : FROM ${BASE} AS builder 10:21:58 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 10:21:58 2408cc74d12b: Pulling fs layer 10:21:58 ea60b727a1ce: Pulling fs layer 10:21:58 30c4a7721957: Pulling fs layer 10:21:58 370296b7ddb6: Pulling fs layer 10:21:58 7c6cee850709: Pulling fs layer 10:21:58 39a5fcdaea64: Pulling fs layer 10:21:58 d94ebbe4e438: Pulling fs layer 10:21:58 bcfd1f05c69d: Pulling fs layer 10:21:58 59ccb84bbe0f: Pulling fs layer 10:21:58 39a5fcdaea64: Waiting 10:21:58 bcfd1f05c69d: Waiting 10:21:58 370296b7ddb6: Waiting 10:21:58 59ccb84bbe0f: Waiting 10:21:58 7c6cee850709: Waiting 10:21:58 30c4a7721957: Verifying Checksum 10:21:58 30c4a7721957: Download complete 10:21:58 ea60b727a1ce: Download complete 10:21:58 7c6cee850709: Download complete 10:21:58 39a5fcdaea64: Verifying Checksum 10:21:58 39a5fcdaea64: Download complete 10:21:58 2408cc74d12b: Verifying Checksum 10:21:58 2408cc74d12b: Download complete 10:21:58 d94ebbe4e438: Verifying Checksum 10:21:58 d94ebbe4e438: Download complete 10:21:58 2408cc74d12b: Pull complete 10:21:58 ea60b727a1ce: Pull complete 10:21:58 30c4a7721957: Pull complete 10:21:58 59ccb84bbe0f: Verifying Checksum 10:21:58 59ccb84bbe0f: Download complete 10:21:59 bcfd1f05c69d: Verifying Checksum 10:21:59 bcfd1f05c69d: Download complete 10:21:59 370296b7ddb6: Verifying Checksum 10:21:59 370296b7ddb6: Download complete 10:22:03 370296b7ddb6: Pull complete 10:22:03 7c6cee850709: Pull complete 10:22:03 39a5fcdaea64: Pull complete 10:22:03 d94ebbe4e438: Pull complete 10:22:05 bcfd1f05c69d: Pull complete 10:22:06 59ccb84bbe0f: Pull complete 10:22:06 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 10:22:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:22:06 ---> a4fb48ad2a94 10:22:06 Step 3/12 : ARG MAKE='make build' 10:22:07 ---> Running in 99267e5f44dd 10:22:07 Removing intermediate container 99267e5f44dd 10:22:07 ---> d171903b64b7 10:22:07 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:22:07 ---> Running in 6f15861ee8b1 10:22:07 Removing intermediate container 6f15861ee8b1 10:22:07 ---> 851984b370bf 10:22:07 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 10:22:07 ---> Running in 752c0414b3af 10:22:07 Removing intermediate container 752c0414b3af 10:22:07 ---> 6c3acbe32f02 10:22:07 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:22:07 ---> Running in 56cda5d185bd 10:22:08 Removing intermediate container 56cda5d185bd 10:22:08 ---> 294cbf0668fd 10:22:08 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:22:08 ---> Running in bd6603d2e010 10:22:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:22:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:22:10 (1/4) Installing openssh-keygen (9.0_p1-r2) 10:22:10 (2/4) Installing libedit (20210910.3.1-r0) 10:22:10 (3/4) Installing openssh-client-common (9.0_p1-r2) 10:22:10 (4/4) Installing openssh-client-default (9.0_p1-r2) 10:22:10 Executing busybox-1.35.0-r13.trigger 10:22:10 OK: 216 MiB in 55 packages 10:22:10 Removing intermediate container bd6603d2e010 10:22:10 ---> 9532bb44239d 10:22:10 Step 8/12 : WORKDIR /device-rest-go 10:22:11 ---> Running in b4cd04cb83e6 10:22:11 Removing intermediate container b4cd04cb83e6 10:22:11 ---> 69ba2d0831c7 10:22:11 Step 9/12 : COPY go.mod vendor* ./ 10:22:11 ---> c0b49d868ae3 10:22:11 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:11 ---> Running in 692e0dac9eb4 10:22:11 Still waiting to schedule task 10:22:11 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 10:22:26 Removing intermediate container 692e0dac9eb4 10:22:26 ---> 10f515fa76c7 10:22:26 Step 11/12 : COPY . . 10:22:26 ---> deff8ad08dd8 10:22:26 Step 12/12 : RUN $MAKE 10:22:26 ---> Running in ca0040deb65b 10:22:26 noop 10:22:26 Removing intermediate container ca0040deb65b 10:22:26 ---> cde90cae09b9 10:22:26 Successfully built cde90cae09b9 10:22:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:22:26 + docker inspect -f . ci-base-image-x86_64 10:22:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:22:26 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:22:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:22:27 $ docker top a54e4120c237791ed55e797c3ab1dad39a2715ff0af46a1481d058c7e78fef08 -eo pid,comm [Pipeline] { [Pipeline] sh 10:22:27 + go version 10:22:27 go version go1.18.3 linux/amd64 [Pipeline] } 10:22:27 $ docker stop --time=1 a54e4120c237791ed55e797c3ab1dad39a2715ff0af46a1481d058c7e78fef08 10:22:28 $ docker rm -f a54e4120c237791ed55e797c3ab1dad39a2715ff0af46a1481d058c7e78fef08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:22:29 + docker inspect -f . ci-base-image-x86_64 10:22:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:22:29 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:22:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:22:29 $ docker top fa5bd9ef30dbfc40e9eb20be854b4d4028e89782af63f66110cb5496fb5b44d9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:22:30 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 10:22:30 + make test 10:22:30 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:22:30 ? github.com/edgexfoundry/device-rest-go [no test files] 10:22:38 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 10:22:39 ok github.com/edgexfoundry/device-rest-go/driver 0.017s coverage: 55.2% of statements 10:22: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." 10:22:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:22:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:22:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:22:48 ./bin/test-attribution-txt.sh 10:22:48 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 10:22:48 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 10:22:48 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 10:22:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:22:48 $ docker stop --time=1 fa5bd9ef30dbfc40e9eb20be854b4d4028e89782af63f66110cb5496fb5b44d9 10:22:50 $ docker rm -f fa5bd9ef30dbfc40e9eb20be854b4d4028e89782af63f66110cb5496fb5b44d9 [Pipeline] // withDockerContainer [Pipeline] sh 10:22:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:22:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:22:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:22:51 + ls -al . 10:22:51 total 172 10:22:51 drwxrwxr-x 9 jenkins jenkins 4096 Aug 2 10:22 . 10:22:51 drwxrwxr-x 4 jenkins jenkins 4096 Aug 2 10:21 .. 10:22:51 -rw-rw-r-- 1 jenkins jenkins 151 Aug 2 10:21 .dockerignore 10:22:51 drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 10:22 .git 10:22:51 drwxrwxr-x 3 jenkins jenkins 4096 Aug 2 10:21 .github 10:22:51 -rw-rw-r-- 1 jenkins jenkins 329 Aug 2 10:21 .gitignore 10:22:51 -rw-rw-r-- 1 jenkins jenkins 41 Aug 2 10:21 .golangci.yml 10:22:51 drwxr-xr-x 3 jenkins jenkins 4096 Aug 2 10:21 .semver 10:22:51 -rw-rw-r-- 1 jenkins jenkins 8724 Aug 2 10:21 Attribution.txt 10:22:51 -rw-rw-r-- 1 jenkins jenkins 11736 Aug 2 10:21 CHANGELOG.md 10:22:51 -rw-rw-r-- 1 jenkins jenkins 1674 Aug 2 10:21 Dockerfile 10:22:51 -rw-rw-r-- 1 jenkins jenkins 677 Aug 2 10:21 GOVERNANCE.md 10:22:51 -rw-rw-r-- 1 jenkins jenkins 680 Aug 2 10:21 Jenkinsfile 10:22:51 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 2 10:21 LICENSE 10:22:51 -rw-rw-r-- 1 jenkins jenkins 1964 Aug 2 10:21 Makefile 10:22:51 -rw-rw-r-- 1 jenkins jenkins 620 Aug 2 10:21 OWNERS.md 10:22:51 -rw-rw-r-- 1 jenkins jenkins 8003 Aug 2 10:21 README.md 10:22:51 -rw-rw-r-- 1 jenkins jenkins 12 Aug 2 10:21 VERSION 10:22:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 10:21 bin 10:22:51 drwxrwxr-x 3 jenkins jenkins 4096 Aug 2 10:21 cmd 10:22:51 -rw-r--r-- 1 jenkins jenkins 9355 Aug 2 10:22 coverage.out 10:22:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 10:21 driver 10:22:51 -rw-rw-r-- 1 jenkins jenkins 3476 Aug 2 10:21 go.mod 10:22:51 -rw-rw-r-- 1 jenkins jenkins 36716 Aug 2 10:21 go.sum 10:22:51 drwxrwxr-x 4 jenkins jenkins 4096 Aug 2 10:21 snap 10:22:51 -rw-rw-r-- 1 jenkins jenkins 713 Aug 2 10:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:22:52 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=ffd2286d282b3823fe96213d71db487366ab171f --label arch=amd64 --label version=2.3.0-dev.10 . 10:22:52 Sending build context to Docker daemon 10.7MB 10:22:52 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 10:22:52 Step 2/25 : FROM ${BASE} AS builder 10:22:52 ---> cde90cae09b9 10:22:52 Step 3/25 : ARG MAKE='make build' 10:22:52 ---> Running in 90d17e5c53b4 10:22:52 Removing intermediate container 90d17e5c53b4 10:22:52 ---> 31bfdbd5ddaf 10:22:52 Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:22:52 ---> Running in 343539a72c67 10:22:52 Removing intermediate container 343539a72c67 10:22:52 ---> 9f023e1d3d26 10:22:52 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 10:22:52 ---> Running in be6c3dcf5cab 10:22:52 Removing intermediate container be6c3dcf5cab 10:22:52 ---> 497f7f69172b 10:22:52 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:22:52 ---> Running in 36295b2d3e8b 10:22:53 Removing intermediate container 36295b2d3e8b 10:22:53 ---> e7c9cc113659 10:22:53 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:22:53 ---> Running in 7ee6ba207cfc 10:22:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:22:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:22:54 OK: 216 MiB in 55 packages 10:22:55 Removing intermediate container 7ee6ba207cfc 10:22:55 ---> c7ad820609a5 10:22:55 Step 8/25 : WORKDIR /device-rest-go 10:22:55 ---> Running in 786bacd8110f 10:22:55 Removing intermediate container 786bacd8110f 10:22:55 ---> d63f00ee9c96 10:22:55 Step 9/25 : COPY go.mod vendor* ./ 10:22:55 ---> ecbaae1c3ce4 10:22:55 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:55 ---> Running in 4afddd1e994a 10:22:56 Removing intermediate container 4afddd1e994a 10:22:56 ---> 1400e2ba43ad 10:22:56 Step 11/25 : COPY . . 10:22:56 ---> 9c8f3e1b9ea4 10:22:56 Step 12/25 : RUN $MAKE 10:22:56 ---> Running in 190506f26254 10:22:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=2.3.0-dev.10" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 10:23:18 Removing intermediate container 190506f26254 10:23:18 ---> 1eb3fcff1c5e 10:23:18 Step 13/25 : FROM alpine:3.16 10:23:18 3.16: Pulling from library/alpine 10:23:18 530afca65e2e: Pulling fs layer 10:23:18 530afca65e2e: Verifying Checksum 10:23:18 530afca65e2e: Download complete 10:23:18 530afca65e2e: Pull complete 10:23:18 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 10:23:18 Status: Downloaded newer image for alpine:3.16 10:23:18 ---> d7d3d98c851f 10:23:18 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:23:18 ---> Running in d67a5a693894 10:23:18 Removing intermediate container d67a5a693894 10:23:18 ---> 15f1d5b79cc3 10:23:18 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 10:23:18 ---> Running in 6114b5d397ed 10:23:18 Removing intermediate container 6114b5d397ed 10:23:18 ---> 479e50504a31 10:23:18 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 10:23:18 ---> Running in 7edd1f11080d 10:23:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:23:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:23:18 (1/6) Installing dumb-init (1.2.5-r1) 10:23:18 (2/6) Installing libgcc (11.2.1_git20220219-r2) 10:23:18 (3/6) Installing libsodium (1.0.18-r0) 10:23:18 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 10:23:18 (5/6) Installing libzmq (4.3.4-r0) 10:23:18 (6/6) Installing zeromq (4.3.4-r0) 10:23:18 Executing busybox-1.35.0-r15.trigger 10:23:18 OK: 8 MiB in 20 packages 10:23:18 Removing intermediate container 7edd1f11080d 10:23:18 ---> e577ac8a00bc 10:23:18 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 10:23:18 ---> 5a6a24b96f9d 10:23:18 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 10:23:18 ---> 49987dd8eab0 10:23:18 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 10:23:18 ---> 58224202e1c2 10:23:18 Step 20/25 : EXPOSE 59986 10:23:18 ---> Running in 81344b74f5c4 10:23:18 Removing intermediate container 81344b74f5c4 10:23:18 ---> fe887d14d4db 10:23:18 Step 21/25 : ENTRYPOINT ["/device-rest"] 10:23:18 ---> Running in 97901e7b1543 10:23:18 Removing intermediate container 97901e7b1543 10:23:18 ---> 4376382a69f1 10:23:18 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 10:23:18 ---> Running in 4f37530c9b72 10:23:18 Removing intermediate container 4f37530c9b72 10:23:18 ---> 038d94df1acd 10:23:18 Step 23/25 : LABEL arch=amd64 10:23:18 ---> Running in b45e205c5125 10:23:18 Removing intermediate container b45e205c5125 10:23:18 ---> 938c1b357aca 10:23:18 Step 24/25 : LABEL git_sha=ffd2286d282b3823fe96213d71db487366ab171f 10:23:18 ---> Running in 562f57b4e5f6 10:23:18 Removing intermediate container 562f57b4e5f6 10:23:18 ---> e94551befe25 10:23:18 Step 25/25 : LABEL version=2.3.0-dev.10 10:23:18 ---> Running in 3f54a7021ce1 10:23:18 Removing intermediate container 3f54a7021ce1 10:23:18 ---> 2c2b7efb8650 10:23:18 [Warning] One or more build-args [ARCH] were not consumed 10:23:18 Successfully built 2c2b7efb8650 10:23:18 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:23:19 provisioning config files... 10:23:19 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config49996095101292980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:23:19 ---> docker-login.sh 10:23:19 nexus3.edgexfoundry.org:10001 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:19 Configure a credential helper to remove this warning. See 10:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:19 10:23:19 Login Succeeded 10:23:19 nexus3.edgexfoundry.org:10002 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:19 Configure a credential helper to remove this warning. See 10:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:19 10:23:19 Login Succeeded 10:23:19 nexus3.edgexfoundry.org:10003 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:19 Configure a credential helper to remove this warning. See 10:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:19 10:23:19 Login Succeeded 10:23:19 nexus3.edgexfoundry.org:10004 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:19 Configure a credential helper to remove this warning. See 10:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:19 10:23:19 Login Succeeded 10:23:19 docker.io 10:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:20 Configure a credential helper to remove this warning. See 10:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:20 10:23:20 Login Succeeded 10:23:20 ---> docker-login.sh ends [Pipeline] } 10:23:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:23:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:23:20 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 10:23:20 ffd2286d282b3823fe96213d71db487366ab171f 10:23:20 latest 10:23:20 2.3.0-dev.10 10:23:20 ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10 10:23:20 main 10:23:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:20 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:ffd2286d282b3823fe96213d71db487366ab171f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:20 + docker push nexus3.edgexfoundry.org:10004/device-rest:ffd2286d282b3823fe96213d71db487366ab171f 10:23:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:23:20 37b9b3fb20b7: Preparing 10:23:20 4150004c9a47: Preparing 10:23:20 b3e445f5508a: Preparing 10:23:20 4fee887ff954: Preparing 10:23:20 ec34fcc1d526: Preparing 10:23:20 ec34fcc1d526: Layer already exists 10:23:20 4150004c9a47: Pushed 10:23:20 37b9b3fb20b7: Pushed 10:23:21 4fee887ff954: Pushed 10:23:23 b3e445f5508a: Pushed 10:23:23 ffd2286d282b3823fe96213d71db487366ab171f: digest: sha256:2e409927a2aa66ba70476ddf21cdeae802e66fac993c4cdffade9f2b8d610c50 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:23 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:24 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 10:23:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:23:24 37b9b3fb20b7: Preparing 10:23:24 4150004c9a47: Preparing 10:23:24 b3e445f5508a: Preparing 10:23:24 4fee887ff954: Preparing 10:23:24 ec34fcc1d526: Preparing 10:23:24 4fee887ff954: Layer already exists 10:23:24 37b9b3fb20b7: Layer already exists 10:23:24 4150004c9a47: Layer already exists 10:23:24 b3e445f5508a: Layer already exists 10:23:24 ec34fcc1d526: Layer already exists 10:23:24 latest: digest: sha256:2e409927a2aa66ba70476ddf21cdeae802e66fac993c4cdffade9f2b8d610c50 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:24 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:2.3.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:24 + docker push nexus3.edgexfoundry.org:10004/device-rest:2.3.0-dev.10 10:23:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:23:24 37b9b3fb20b7: Preparing 10:23:24 4150004c9a47: Preparing 10:23:24 b3e445f5508a: Preparing 10:23:24 4fee887ff954: Preparing 10:23:24 ec34fcc1d526: Preparing 10:23:24 b3e445f5508a: Layer already exists 10:23:24 37b9b3fb20b7: Layer already exists 10:23:24 ec34fcc1d526: Layer already exists 10:23:24 4fee887ff954: Layer already exists 10:23:24 4150004c9a47: Layer already exists 10:23:24 2.3.0-dev.10: digest: sha256:2e409927a2aa66ba70476ddf21cdeae802e66fac993c4cdffade9f2b8d610c50 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:25 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:25 + docker push nexus3.edgexfoundry.org:10004/device-rest:ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10 10:23:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:23:25 37b9b3fb20b7: Preparing 10:23:25 4150004c9a47: Preparing 10:23:25 b3e445f5508a: Preparing 10:23:25 4fee887ff954: Preparing 10:23:25 ec34fcc1d526: Preparing 10:23:25 ec34fcc1d526: Layer already exists 10:23:25 4150004c9a47: Layer already exists 10:23:25 b3e445f5508a: Layer already exists 10:23:25 4fee887ff954: Layer already exists 10:23:25 37b9b3fb20b7: Layer already exists 10:23:25 ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10: digest: sha256:2e409927a2aa66ba70476ddf21cdeae802e66fac993c4cdffade9f2b8d610c50 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:25 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:26 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 10:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 10:23:26 37b9b3fb20b7: Preparing 10:23:26 4150004c9a47: Preparing 10:23:26 b3e445f5508a: Preparing 10:23:26 4fee887ff954: Preparing 10:23:26 ec34fcc1d526: Preparing 10:23:26 4fee887ff954: Layer already exists 10:23:26 ec34fcc1d526: Layer already exists 10:23:26 4150004c9a47: Layer already exists 10:23:26 37b9b3fb20b7: Layer already exists 10:23:26 b3e445f5508a: Layer already exists 10:23:26 main: digest: sha256:2e409927a2aa66ba70476ddf21cdeae802e66fac993c4cdffade9f2b8d610c50 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:23:26 ===================================================== [Pipeline] echo 10:23:26 taggedImages: 10:23:26 - nexus3.edgexfoundry.org:10004/device-rest:ffd2286d282b3823fe96213d71db487366ab171f 10:23:26 - nexus3.edgexfoundry.org:10004/device-rest:latest 10:23:26 - nexus3.edgexfoundry.org:10004/device-rest:2.3.0-dev.10 10:23:26 - nexus3.edgexfoundry.org:10004/device-rest:ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10 10:23:26 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:23:26 10:23:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:23:27 latest: Pulling from edgex-lftools-log-publisher 10:23:27 5eb5b503b376: Pulling fs layer 10:23:27 5c69ac0246d0: Pulling fs layer 10:23:27 ec43610c2a17: Pulling fs layer 10:23:27 3a2ae6a8a46f: Pulling fs layer 10:23:27 33b1e0a273af: Pulling fs layer 10:23:27 5d3b04190fa2: Pulling fs layer 10:23:27 2f39f015ded8: Pulling fs layer 10:23:27 5d3b04190fa2: Waiting 10:23:27 33b1e0a273af: Waiting 10:23:27 2f39f015ded8: Waiting 10:23:27 3a2ae6a8a46f: Waiting 10:23:27 5c69ac0246d0: Verifying Checksum 10:23:27 5c69ac0246d0: Download complete 10:23:27 3a2ae6a8a46f: Verifying Checksum 10:23:27 3a2ae6a8a46f: Download complete 10:23:27 33b1e0a273af: Verifying Checksum 10:23:27 33b1e0a273af: Download complete 10:23:27 5d3b04190fa2: Download complete 10:23:27 ec43610c2a17: Download complete 10:23:27 5eb5b503b376: Verifying Checksum 10:23:27 5eb5b503b376: Download complete 10:23:27 2f39f015ded8: Download complete 10:23:28 5eb5b503b376: Pull complete 10:23:28 5c69ac0246d0: Pull complete 10:23:28 ec43610c2a17: Pull complete 10:23:28 3a2ae6a8a46f: Pull complete 10:23:29 33b1e0a273af: Pull complete 10:23:29 5d3b04190fa2: Pull complete 10:23:33 2f39f015ded8: Pull complete 10:23:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:23:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:23:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:23:33 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:23:33 $ 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-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:23:35 $ docker top 5dacd2c3207fa7d995a5f03260ca54eef981a37e58df05273b5523185bfbd932 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:23:35 ---> job-cost.sh 10:23:35 lf-activate-venv: SKIPPING 10:23:35 INFO: No Stack... 10:23:36 INFO: Retrieving Pricing Info for: v3-standard-8 10:23:36 INFO: Archiving Costs [Pipeline] sh 10:23:36 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 10:23:36 + cut -d, -f6 [Pipeline] lock 10:23:36 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-54-stack-cost] 10:23:37 Resource [jenkins-edgexfoundry-device-rest-go-main-54-stack-cost] did not exist. Created. 10:23:37 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-54-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:23:37 + echo total: 0.2199999988079071 [Pipeline] stash 10:23:37 Stashed 1 file(s) [Pipeline] } 10:23:37 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-54-stack-cost] [Pipeline] // lock [Pipeline] } 10:23:37 $ docker stop --time=1 5dacd2c3207fa7d995a5f03260ca54eef981a37e58df05273b5523185bfbd932 10:23:38 $ docker rm -f 5dacd2c3207fa7d995a5f03260ca54eef981a37e58df05273b5523185bfbd932 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:25:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-21763 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 10:25:38 Running in /w/workspace/device-rest-go/54 [Pipeline] { [Pipeline] checkout 10:25:38 The recommended git tool is: git 10:25:47 using credential edgex-jenkins-ssh 10:25:47 Cloning the remote Git repository 10:25:47 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 10:25:47 > git init /w/workspace/device-rest-go/54 # timeout=10 10:25:47 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 10:25:47 > git --version # timeout=10 10:25:47 > git --version # 'git version 2.25.1' 10:25:47 using GIT_SSH to set credentials SSH Credentials for GitHub 10:25:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:25:50 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 10:25:50 Avoid second fetch 10:25:50 Checking out Revision ffd2286d282b3823fe96213d71db487366ab171f (main) 10:25:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:25:50 > git config core.sparsecheckout # timeout=10 10:25:50 > git checkout -f ffd2286d282b3823fe96213d71db487366ab171f # timeout=10 10:25:54 Commit message: "Merge pull request #208 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.3.0-dev.18" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:25:55 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:25:55 % Total % Received % Xferd Average Speed Time Time Time Current 10:25:55 Dload Upload Total Spent Left Speed 10:25:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 97873 0 --:--:-- --:--:-- --:--:-- 97873 [Pipeline] sh 10:25:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:25:56 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:25:56 + sudo tee /etc/docker/daemon.new 10:25:56 { 10:25:56 "registry-mirrors": [ 10:25:56 "https://nexus3.edgexfoundry.org:10001" 10:25:56 ], 10:25:56 "bip": "10.250.0.254/24", 10:25:56 "hosts": [ 10:25:56 "tcp://0.0.0.0:5555", 10:25:56 "unix:///var/run/docker.sock" 10:25:56 ], 10:25:56 "mtu": 1458, 10:25:56 "selinux-enabled": true, 10:25:56 "seccomp-profile": "/etc/docker/seccomp.json" 10:25:56 } [Pipeline] sh 10:25:56 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:25:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:26:15 provisioning config files... 10:26:15 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/54@tmp/config2018876971550441172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:16 ---> docker-login.sh 10:26:16 nexus3.edgexfoundry.org:10001 10:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:16 Configure a credential helper to remove this warning. See 10:26:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:16 10:26:16 Login Succeeded 10:26:16 nexus3.edgexfoundry.org:10002 10:26:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:17 Configure a credential helper to remove this warning. See 10:26:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:17 10:26:17 Login Succeeded 10:26:17 nexus3.edgexfoundry.org:10003 10:26:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:18 Configure a credential helper to remove this warning. See 10:26:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:18 10:26:18 Login Succeeded 10:26:18 nexus3.edgexfoundry.org:10004 10:26:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:18 Configure a credential helper to remove this warning. See 10:26:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:18 10:26:18 Login Succeeded 10:26:18 docker.io 10:26:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:26:19 Configure a credential helper to remove this warning. See 10:26:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:26:19 10:26:19 Login Succeeded 10:26:19 ---> docker-login.sh ends [Pipeline] } 10:26:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:26:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:26:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:26:19 ========================================================= 10:26:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 10:26:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:19 + 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 . 10:26:19 Sending build context to Docker daemon 126.5kB 10:26:20 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 10:26:20 Step 2/12 : FROM ${BASE} AS builder 10:26:20 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:26:20 b3c136eddcbf: Pulling fs layer 10:26:20 c0a3192eca97: Pulling fs layer 10:26:20 a050256f5b6f: Pulling fs layer 10:26:20 656be50a0ddc: Pulling fs layer 10:26:20 2bbca73fdf42: Pulling fs layer 10:26:20 46d945488cbd: Pulling fs layer 10:26:20 8a5474983e97: Pulling fs layer 10:26:20 329c88fbcd65: Pulling fs layer 10:26:20 46d945488cbd: Waiting 10:26:20 656be50a0ddc: Waiting 10:26:20 8a5474983e97: Waiting 10:26:20 329c88fbcd65: Waiting 10:26:20 2bbca73fdf42: Waiting 10:26:20 a050256f5b6f: Verifying Checksum 10:26:20 a050256f5b6f: Download complete 10:26:20 c0a3192eca97: Verifying Checksum 10:26:20 c0a3192eca97: Download complete 10:26:20 2bbca73fdf42: Verifying Checksum 10:26:20 2bbca73fdf42: Download complete 10:26:20 46d945488cbd: Verifying Checksum 10:26:20 46d945488cbd: Download complete 10:26:20 b3c136eddcbf: Verifying Checksum 10:26:21 b3c136eddcbf: Pull complete 10:26:21 329c88fbcd65: Verifying Checksum 10:26:21 329c88fbcd65: Download complete 10:26:21 c0a3192eca97: Pull complete 10:26:22 a050256f5b6f: Pull complete 10:26:22 8a5474983e97: Verifying Checksum 10:26:22 8a5474983e97: Download complete 10:26:23 656be50a0ddc: Verifying Checksum 10:26:23 656be50a0ddc: Download complete 10:26:35 656be50a0ddc: Pull complete 10:26:36 2bbca73fdf42: Pull complete 10:26:36 46d945488cbd: Pull complete 10:26:43 8a5474983e97: Pull complete 10:26:44 329c88fbcd65: Pull complete 10:26:44 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 10:26:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:26:44 ---> ff4287adb874 10:26:44 Step 3/12 : ARG MAKE='make build' 10:26:46 ---> Running in 82fe24ed4064 10:26:46 Removing intermediate container 82fe24ed4064 10:26:46 ---> 6a123b90ab9c 10:26:46 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:26:46 ---> Running in db32c3f0a836 10:26:46 Removing intermediate container db32c3f0a836 10:26:46 ---> 99df6e5cb834 10:26:46 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 10:26:47 ---> Running in f4592dd4455b 10:26:47 Removing intermediate container f4592dd4455b 10:26:47 ---> 7c0490139731 10:26:47 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:26:47 ---> Running in 9e30e86b92b2 10:26:49 Removing intermediate container 9e30e86b92b2 10:26:49 ---> 95c98be810de 10:26:49 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:26:49 ---> Running in f19cdf351f84 10:26:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:26:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:26:52 (1/4) Installing openssh-keygen (9.0_p1-r2) 10:26:52 (2/4) Installing libedit (20210910.3.1-r0) 10:26:52 (3/4) Installing openssh-client-common (9.0_p1-r2) 10:26:53 (4/4) Installing openssh-client-default (9.0_p1-r2) 10:26:53 Executing busybox-1.35.0-r13.trigger 10:26:53 OK: 226 MiB in 55 packages 10:26:54 Removing intermediate container f19cdf351f84 10:26:54 ---> e68a3f0841d9 10:26:54 Step 8/12 : WORKDIR /device-rest-go 10:26:54 ---> Running in 806fc11023df 10:26:54 Removing intermediate container 806fc11023df 10:26:54 ---> 5bc8645dacbe 10:26:54 Step 9/12 : COPY go.mod vendor* ./ 10:26:55 ---> 4446f593a956 10:26:55 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:26:55 ---> Running in e3139a71ca62 10:27:42 Removing intermediate container e3139a71ca62 10:27:42 ---> b29c4e40411f 10:27:42 Step 11/12 : COPY . . 10:27:42 ---> 9484f02ff572 10:27:42 Step 12/12 : RUN $MAKE 10:27:42 ---> Running in ceb5661430cd 10:27:43 noop 10:27:44 Removing intermediate container ceb5661430cd 10:27:44 ---> 67fc277623ad 10:27:44 Successfully built 67fc277623ad 10:27:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:44 + docker inspect -f . ci-base-image-arm64 10:27:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:27:44 prd-ubuntu20.04-docker-arm64-4c-16g-21763 does not seem to be running inside a container 10:27:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/54 -v /w/workspace/device-rest-go/54:/w/workspace/device-rest-go/54:rw,z -v /w/workspace/device-rest-go/54@tmp:/w/workspace/device-rest-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:27:46 $ docker top a1bd235de0383ce84a9bb46ee73cddad431f7305878588e52f8b5a33d5ab5c73 -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:47 + go version 10:27:47 go version go1.18.3 linux/arm64 [Pipeline] } 10:27:47 $ docker stop --time=1 a1bd235de0383ce84a9bb46ee73cddad431f7305878588e52f8b5a33d5ab5c73 10:27:48 $ docker rm -f a1bd235de0383ce84a9bb46ee73cddad431f7305878588e52f8b5a33d5ab5c73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:49 + docker inspect -f . ci-base-image-arm64 10:27:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:27:49 prd-ubuntu20.04-docker-arm64-4c-16g-21763 does not seem to be running inside a container 10:27:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-rest-go/54 -v /w/workspace/device-rest-go/54:/w/workspace/device-rest-go/54:rw,z -v /w/workspace/device-rest-go/54@tmp:/w/workspace/device-rest-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:27:50 $ docker top 0851e0a81cffecd7c542df29432cc7fa8b83ce8d731a493243ac78b03d84ebdb -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:51 + git config --global --add safe.directory /w/workspace/device-rest-go/54 [Pipeline] fileExists [Pipeline] sh 10:27:52 + make test 10:27:52 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:27:53 ? github.com/edgexfoundry/device-rest-go [no test files] 10:29:15 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 10:29:15 ok github.com/edgexfoundry/device-rest-go/driver 0.068s coverage: 55.2% of statements 10:29:15 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:29:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:29:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:29:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:29:30 ./bin/test-attribution-txt.sh 10:29:30 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 10:29:30 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 10:29:30 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 10:29:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:29:31 $ docker stop --time=1 0851e0a81cffecd7c542df29432cc7fa8b83ce8d731a493243ac78b03d84ebdb 10:29:32 $ docker rm -f 0851e0a81cffecd7c542df29432cc7fa8b83ce8d731a493243ac78b03d84ebdb [Pipeline] // withDockerContainer [Pipeline] sh 10:29:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:29:33 Warning: overwriting stash ‘coverage-report’ 10:29:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:29:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:29:34 + ls -al . 10:29:34 total 168 10:29:34 drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 10:27 . 10:29:34 drwxrwxr-x 4 jenkins jenkins 4096 Aug 2 10:25 .. 10:29:34 -rw-rw-r-- 1 jenkins jenkins 151 Aug 2 10:25 .dockerignore 10:29:34 drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 10:25 .git 10:29:34 drwxrwxr-x 3 jenkins jenkins 4096 Aug 2 10:25 .github 10:29:34 -rw-rw-r-- 1 jenkins jenkins 329 Aug 2 10:25 .gitignore 10:29:34 -rw-rw-r-- 1 jenkins jenkins 41 Aug 2 10:25 .golangci.yml 10:29:34 -rw-rw-r-- 1 jenkins jenkins 8724 Aug 2 10:25 Attribution.txt 10:29:34 -rw-rw-r-- 1 jenkins jenkins 11736 Aug 2 10:25 CHANGELOG.md 10:29:34 -rw-rw-r-- 1 jenkins jenkins 1674 Aug 2 10:25 Dockerfile 10:29:34 -rw-rw-r-- 1 jenkins jenkins 677 Aug 2 10:25 GOVERNANCE.md 10:29:34 -rw-rw-r-- 1 jenkins jenkins 680 Aug 2 10:25 Jenkinsfile 10:29:34 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 2 10:25 LICENSE 10:29:34 -rw-rw-r-- 1 jenkins jenkins 1964 Aug 2 10:25 Makefile 10:29:34 -rw-rw-r-- 1 jenkins jenkins 620 Aug 2 10:25 OWNERS.md 10:29:34 -rw-rw-r-- 1 jenkins jenkins 8003 Aug 2 10:25 README.md 10:29:34 -rw-rw-r-- 1 jenkins jenkins 12 Aug 2 10:21 VERSION 10:29:34 drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 10:25 bin 10:29:34 drwxrwxr-x 3 jenkins jenkins 4096 Aug 2 10:25 cmd 10:29:34 -rw-r--r-- 1 jenkins jenkins 9355 Aug 2 10:29 coverage.out 10:29:34 drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 10:25 driver 10:29:34 -rw-rw-r-- 1 jenkins jenkins 3476 Aug 2 10:25 go.mod 10:29:34 -rw-rw-r-- 1 jenkins jenkins 36716 Aug 2 10:25 go.sum 10:29:34 drwxrwxr-x 4 jenkins jenkins 4096 Aug 2 10:25 snap 10:29:34 -rw-rw-r-- 1 jenkins jenkins 713 Aug 2 10:25 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:35 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ffd2286d282b3823fe96213d71db487366ab171f --label arch=arm64 --label version=2.3.0-dev.10 . 10:29:35 Sending build context to Docker daemon 136.7kB 10:29:35 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 10:29:35 Step 2/25 : FROM ${BASE} AS builder 10:29:35 ---> 67fc277623ad 10:29:35 Step 3/25 : ARG MAKE='make build' 10:29:35 ---> Running in 8dff6d35a5a9 10:29:35 Removing intermediate container 8dff6d35a5a9 10:29:35 ---> 6cbf76b11dca 10:29:35 Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:29:36 ---> Running in 4fae9b5943c6 10:29:36 Removing intermediate container 4fae9b5943c6 10:29:36 ---> 40d4087ab152 10:29:36 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 10:29:36 ---> Running in 875b2e86310b 10:29:36 Removing intermediate container 875b2e86310b 10:29:36 ---> d411884ef3b5 10:29:36 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:36 ---> Running in 1a687cff555c 10:29:38 Removing intermediate container 1a687cff555c 10:29:38 ---> 28d8d4c6dfcf 10:29:38 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:29:38 ---> Running in 00af0c0aea32 10:29:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:29:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:29:41 OK: 226 MiB in 55 packages 10:29:41 Removing intermediate container 00af0c0aea32 10:29:41 ---> dd7dde065ee4 10:29:41 Step 8/25 : WORKDIR /device-rest-go 10:29:41 ---> Running in 55088823a361 10:29:42 Removing intermediate container 55088823a361 10:29:42 ---> f201ec0e4147 10:29:42 Step 9/25 : COPY go.mod vendor* ./ 10:29:42 ---> d2374d9a9a86 10:29:42 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:43 ---> Running in 2c12e5632d79 10:29:45 Removing intermediate container 2c12e5632d79 10:29:45 ---> 6bf4b2a6f227 10:29:45 Step 11/25 : COPY . . 10:29:45 ---> 65da1a45a01a 10:29:45 Step 12/25 : RUN $MAKE 10:29:45 ---> Running in c13094ac9a14 10:29:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=2.3.0-dev.10" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 10:31:53 Removing intermediate container c13094ac9a14 10:31:53 ---> 852d0ac54eee 10:31:53 Step 13/25 : FROM alpine:3.16 10:31:53 3.16: Pulling from library/alpine 10:31:53 f97344484467: Pulling fs layer 10:31:53 f97344484467: Verifying Checksum 10:31:53 f97344484467: Download complete 10:31:53 f97344484467: Pull complete 10:31:53 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 10:31:53 Status: Downloaded newer image for alpine:3.16 10:31:53 ---> 3d81c46cd875 10:31:53 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 10:31:53 ---> Running in 381284fa2038 10:31:53 Removing intermediate container 381284fa2038 10:31:53 ---> 88dd7ebe667b 10:31:53 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 10:31:53 ---> Running in 7a84a683944c 10:31:53 Removing intermediate container 7a84a683944c 10:31:53 ---> 956a8e6d8e33 10:31:53 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 10:31:53 ---> Running in 1f70c2bbff34 10:31:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:31:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:31:53 (1/6) Installing dumb-init (1.2.5-r1) 10:31:53 (2/6) Installing libgcc (11.2.1_git20220219-r2) 10:31:53 (3/6) Installing libsodium (1.0.18-r0) 10:31:53 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 10:31:53 (5/6) Installing libzmq (4.3.4-r0) 10:31:53 (6/6) Installing zeromq (4.3.4-r0) 10:31:53 Executing busybox-1.35.0-r15.trigger 10:31:53 OK: 8 MiB in 20 packages 10:31:53 Removing intermediate container 1f70c2bbff34 10:31:53 ---> 84903cb68e61 10:31:53 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 10:31:53 ---> 2b41bc4d86e6 10:31:53 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 10:31:53 ---> 59d7bc52474b 10:31:53 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 10:31:53 ---> a9d56079c9c2 10:31:53 Step 20/25 : EXPOSE 59986 10:31:53 ---> Running in 537d114a947a 10:31:54 Removing intermediate container 537d114a947a 10:31:54 ---> 0e6f7252408d 10:31:54 Step 21/25 : ENTRYPOINT ["/device-rest"] 10:31:54 ---> Running in 92b7b0dcbc2e 10:31:54 Removing intermediate container 92b7b0dcbc2e 10:31:54 ---> 03e7920159f5 10:31:54 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 10:31:54 ---> Running in e85bca964588 10:31:54 Removing intermediate container e85bca964588 10:31:54 ---> ef23c7c57ef2 10:31:54 Step 23/25 : LABEL arch=arm64 10:31:54 ---> Running in 68d073b62b76 10:31:55 Removing intermediate container 68d073b62b76 10:31:55 ---> 516ada31e163 10:31:55 Step 24/25 : LABEL git_sha=ffd2286d282b3823fe96213d71db487366ab171f 10:31:55 ---> Running in 9eeaaa521d07 10:31:55 Removing intermediate container 9eeaaa521d07 10:31:55 ---> eabb3a56fba1 10:31:55 Step 25/25 : LABEL version=2.3.0-dev.10 10:31:55 ---> Running in 18c5d3ccfbe3 10:31:56 Removing intermediate container 18c5d3ccfbe3 10:31:56 ---> a50c0844b959 10:31:56 [Warning] One or more build-args [ARCH] were not consumed 10:31:56 Successfully built a50c0844b959 10:31:56 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:31:56 provisioning config files... 10:31:56 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/54@tmp/config8703321512203836119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:31:56 ---> docker-login.sh 10:31:56 nexus3.edgexfoundry.org:10001 10:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:56 Configure a credential helper to remove this warning. See 10:31:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:56 10:31:56 Login Succeeded 10:31:56 nexus3.edgexfoundry.org:10002 10:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:57 Configure a credential helper to remove this warning. See 10:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:57 10:31:57 Login Succeeded 10:31:57 nexus3.edgexfoundry.org:10003 10:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:58 Configure a credential helper to remove this warning. See 10:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:58 10:31:58 Login Succeeded 10:31:58 nexus3.edgexfoundry.org:10004 10:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:58 Configure a credential helper to remove this warning. See 10:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:58 10:31:58 Login Succeeded 10:31:58 docker.io 10:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:31:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:31:59 Configure a credential helper to remove this warning. See 10:31:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:31:59 10:31:59 Login Succeeded 10:31:59 ---> docker-login.sh ends [Pipeline] } 10:31:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:31:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:31:59 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 10:31:59 ffd2286d282b3823fe96213d71db487366ab171f 10:31:59 latest 10:31:59 2.3.0-dev.10 10:31:59 ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10 10:31:59 main 10:31:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:59 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:ffd2286d282b3823fe96213d71db487366ab171f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:59 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:ffd2286d282b3823fe96213d71db487366ab171f 10:31:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:31:59 1ae4eb4ce23d: Preparing 10:31:59 5709e0e222d8: Preparing 10:31:59 c0276258f258: Preparing 10:31:59 dba7f0eeaab0: Preparing 10:31:59 5b7df235d876: Preparing 10:31:59 5b7df235d876: Layer already exists 10:32:00 5709e0e222d8: Pushed 10:32:00 1ae4eb4ce23d: Pushed 10:32:00 dba7f0eeaab0: Pushed 10:32:06 c0276258f258: Pushed 10:32:06 ffd2286d282b3823fe96213d71db487366ab171f: digest: sha256:f776d10436cf67d115644a6f16b6822b31e8be8f9ea964e04f20af04eb6dd49b size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:06 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:06 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 10:32:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:32:06 1ae4eb4ce23d: Preparing 10:32:06 5709e0e222d8: Preparing 10:32:06 c0276258f258: Preparing 10:32:06 dba7f0eeaab0: Preparing 10:32:06 5b7df235d876: Preparing 10:32:06 5b7df235d876: Layer already exists 10:32:06 5709e0e222d8: Layer already exists 10:32:06 1ae4eb4ce23d: Layer already exists 10:32:06 dba7f0eeaab0: Layer already exists 10:32:06 c0276258f258: Layer already exists 10:32:07 latest: digest: sha256:f776d10436cf67d115644a6f16b6822b31e8be8f9ea964e04f20af04eb6dd49b size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:07 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:2.3.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:07 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:2.3.0-dev.10 10:32:07 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:32:07 1ae4eb4ce23d: Preparing 10:32:07 5709e0e222d8: Preparing 10:32:07 c0276258f258: Preparing 10:32:07 dba7f0eeaab0: Preparing 10:32:07 5b7df235d876: Preparing 10:32:07 5709e0e222d8: Layer already exists 10:32:07 c0276258f258: Layer already exists 10:32:07 5b7df235d876: Layer already exists 10:32:07 1ae4eb4ce23d: Layer already exists 10:32:07 dba7f0eeaab0: Layer already exists 10:32:08 2.3.0-dev.10: digest: sha256:f776d10436cf67d115644a6f16b6822b31e8be8f9ea964e04f20af04eb6dd49b size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:08 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:09 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10 10:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:32:09 1ae4eb4ce23d: Preparing 10:32:09 5709e0e222d8: Preparing 10:32:09 c0276258f258: Preparing 10:32:09 dba7f0eeaab0: Preparing 10:32:09 5b7df235d876: Preparing 10:32:09 c0276258f258: Layer already exists 10:32:09 5b7df235d876: Layer already exists 10:32:09 1ae4eb4ce23d: Layer already exists 10:32:09 5709e0e222d8: Layer already exists 10:32:09 dba7f0eeaab0: Layer already exists 10:32:09 ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10: digest: sha256:f776d10436cf67d115644a6f16b6822b31e8be8f9ea964e04f20af04eb6dd49b size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:09 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:10 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 10:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 10:32:10 1ae4eb4ce23d: Preparing 10:32:10 5709e0e222d8: Preparing 10:32:10 c0276258f258: Preparing 10:32:10 dba7f0eeaab0: Preparing 10:32:10 5b7df235d876: Preparing 10:32:10 5b7df235d876: Layer already exists 10:32:10 5709e0e222d8: Layer already exists 10:32:10 c0276258f258: Layer already exists 10:32:10 1ae4eb4ce23d: Layer already exists 10:32:10 dba7f0eeaab0: Layer already exists 10:32:10 main: digest: sha256:f776d10436cf67d115644a6f16b6822b31e8be8f9ea964e04f20af04eb6dd49b size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:10 ===================================================== [Pipeline] echo 10:32:10 taggedImages: 10:32:10 - nexus3.edgexfoundry.org:10004/device-rest-arm64:ffd2286d282b3823fe96213d71db487366ab171f 10:32:10 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 10:32:10 - nexus3.edgexfoundry.org:10004/device-rest-arm64:2.3.0-dev.10 10:32:10 - nexus3.edgexfoundry.org:10004/device-rest-arm64:ffd2286d282b3823fe96213d71db487366ab171f-2.3.0-dev.10 10:32:10 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:32:10 10:32:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:32:11 arm64: Pulling from edgex-lftools-log-publisher 10:32:11 8998bd30e6a1: Pulling fs layer 10:32:11 04944245beec: Pulling fs layer 10:32:11 699f458cf7ca: Pulling fs layer 10:32:11 765212b225bb: Pulling fs layer 10:32:11 f23df028b6ca: Pulling fs layer 10:32:11 d65c8cfc05b1: Pulling fs layer 10:32:11 2437ff75d9bd: Pulling fs layer 10:32:11 765212b225bb: Waiting 10:32:11 f23df028b6ca: Waiting 10:32:11 d65c8cfc05b1: Waiting 10:32:11 2437ff75d9bd: Waiting 10:32:11 04944245beec: Verifying Checksum 10:32:11 04944245beec: Download complete 10:32:11 765212b225bb: Verifying Checksum 10:32:11 765212b225bb: Download complete 10:32:11 f23df028b6ca: Download complete 10:32:11 d65c8cfc05b1: Verifying Checksum 10:32:11 d65c8cfc05b1: Download complete 10:32:11 699f458cf7ca: Verifying Checksum 10:32:11 699f458cf7ca: Download complete 10:32:11 8998bd30e6a1: Verifying Checksum 10:32:11 8998bd30e6a1: Download complete 10:32:14 2437ff75d9bd: Verifying Checksum 10:32:14 2437ff75d9bd: Download complete 10:32:16 8998bd30e6a1: Pull complete 10:32:16 04944245beec: Pull complete 10:32:18 699f458cf7ca: Pull complete 10:32:18 765212b225bb: Pull complete 10:32:19 f23df028b6ca: Pull complete 10:32:19 d65c8cfc05b1: Pull complete 10:32:34 2437ff75d9bd: Pull complete 10:32:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:32:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:32:34 prd-ubuntu20.04-docker-arm64-4c-16g-21763 does not seem to be running inside a container 10:32:34 $ 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-rest-go/54 -v /w/workspace/device-rest-go/54:/w/workspace/device-rest-go/54:rw,z -v /w/workspace/device-rest-go/54@tmp:/w/workspace/device-rest-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:32:37 $ docker top 2db1a460c6e9c669ce246538104538f3d9b0f8a8d2ba526981cc184747640015 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:38 ---> job-cost.sh 10:32:38 lf-activate-venv: SKIPPING 10:32:38 INFO: No Stack... 10:32:38 INFO: Retrieving Pricing Info for: v3-standard-4 10:32:39 INFO: Archiving Costs [Pipeline] sh 10:32:40 + cut -d, -f6 10:32:40 + cat /w/workspace/device-rest-go/54/archives/cost.csv [Pipeline] lock 10:32:40 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-54-stack-cost] 10:32:40 Resource [jenkins-edgexfoundry-device-rest-go-main-54-stack-cost] did not exist. Created. 10:32:40 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-54-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:32:41 /w/workspace/device-rest-go/54@tmp/durable-11a9d41e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:32:41 + echo total: 0.10999999940395355 [Pipeline] stash 10:32:41 Warning: overwriting stash ‘stack-cost’ 10:32:41 Stashed 1 file(s) [Pipeline] } 10:32:41 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-54-stack-cost] [Pipeline] // lock [Pipeline] } 10:32:41 $ docker stop --time=1 2db1a460c6e9c669ce246538104538f3d9b0f8a8d2ba526981cc184747640015 10:32:43 $ docker rm -f 2db1a460c6e9c669ce246538104538f3d9b0f8a8d2ba526981cc184747640015 [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 10:32:43 provisioning config files... 10:32:43 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2830079174298954732tmp [Pipeline] { [Pipeline] sh 10:32:44 + set +x 10:32:44 + curl -s https://codecov.io/bash 10:32:44 + bash -s -- 10:32:44 10:32:44 _____ _ 10:32:44 / ____| | | 10:32:44 | | ___ __| | ___ ___ _____ __ 10:32:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:32:44 | |___| (_) | (_| | __/ (_| (_) \ V / 10:32:44 \_____\___/ \__,_|\___|\___\___/ \_/ 10:32:44 Bash-1.0.6 10:32:44 10:32:44 10:32:44 ==> git version 2.25.1 found 10:32:44 ==> 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 10:32:44 Release-Date: 2020-01-08 10:32:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:32:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:32:44 ==> Jenkins CI detected. 10:32:44 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 10:32:44 project root: . 10:32:44 --> token set from env 10:32:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:32:44 ==> Running gcov in . (disable via -X gcov) 10:32:44 ==> Python coveragepy not found 10:32:44 ==> Searching for coverage reports in: 10:32:44 + . 10:32:44 -> Found 1 reports 10:32:44 ==> Detecting git/mercurial file structure 10:32:44 ==> Reading reports 10:32:44 + ./coverage.out bytes=9355 10:32:44 ==> Appending adjustments 10:32:44 https://docs.codecov.io/docs/fixing-reports 10:32:44 + Found adjustments 10:32:44 ==> Gzipping contents 10:32:44 4.0K /tmp/codecov.bmZ8kG.gz 10:32:44 ==> Uploading reports 10:32:44 url: https://codecov.io 10:32:44 query: branch=main&commit=ffd2286d282b3823fe96213d71db487366ab171f&build=54&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F54%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:32:44 -> Pinging Codecov 10:32:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=main&commit=ffd2286d282b3823fe96213d71db487366ab171f&build=54&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F54%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:32:44 -> Uploading to 10:32:44 https://storage.googleapis.com/codecov/v4/raw/2022-08-02/4E5D53B4F1F92C436F7061BF334D961C/ffd2286d282b3823fe96213d71db487366ab171f/47e15a65-dbaa-4897-95fe-b7bc1b7c140c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220802%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220802T103244Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2df876e9d673eada5d44114395ea42827692d49f76c00767538df54fecf1960a 10:32:44 % Total % Received % Xferd Average Speed Time Time Time Current 10:32:44 Dload Upload Total Spent Left Speed 10:32:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1747 0 0 100 1747 0 6617 --:--:-- --:--:-- --:--:-- 6617 10:32:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/ffd2286d282b3823fe96213d71db487366ab171f [Pipeline] } 10:32:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:32:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:32:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:32:45 10:32:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:32:45 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:32:45 df9b9388f04a: Pulling fs layer 10:32:45 52dc419b0ee2: Pulling fs layer 10:32:45 25bc292e5bac: Pulling fs layer 10:32:45 114826534d7a: Pulling fs layer 10:32:45 4657fd5d0bcf: Pulling fs layer 10:32:45 6ad1cebc031e: Pulling fs layer 10:32:45 8a3aa393b2d8: Pulling fs layer 10:32:45 6ad1cebc031e: Waiting 10:32:45 8a3aa393b2d8: Waiting 10:32:45 114826534d7a: Waiting 10:32:45 4657fd5d0bcf: Waiting 10:32:45 25bc292e5bac: Download complete 10:32:45 52dc419b0ee2: Verifying Checksum 10:32:45 52dc419b0ee2: Download complete 10:32:45 4657fd5d0bcf: Verifying Checksum 10:32:45 4657fd5d0bcf: Download complete 10:32:45 df9b9388f04a: Verifying Checksum 10:32:45 df9b9388f04a: Download complete 10:32:46 df9b9388f04a: Pull complete 10:32:46 6ad1cebc031e: Verifying Checksum 10:32:46 6ad1cebc031e: Download complete 10:32:46 52dc419b0ee2: Pull complete 10:32:46 25bc292e5bac: Pull complete 10:32:46 114826534d7a: Verifying Checksum 10:32:46 114826534d7a: Download complete 10:32:46 8a3aa393b2d8: Verifying Checksum 10:32:46 8a3aa393b2d8: Download complete 10:32:49 114826534d7a: Pull complete 10:32:50 4657fd5d0bcf: Pull complete 10:32:50 6ad1cebc031e: Pull complete 10:32:53 8a3aa393b2d8: Pull complete 10:32:53 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 10:32:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:32:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:32:53 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:32:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:32:55 $ docker top e64f3c8c9fd6abc75a086d1842b67ecf270a23e20f45952e9cafc4d4e1da6da4 -eo pid,comm [Pipeline] { [Pipeline] echo 10:32:55 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 10:32:56 + set -o pipefail 10:32:56 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 10:33:01 10:33:01 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 10:33:01 10:33:01 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/4a62f3f9-c80a-468d-b981-e788d4fdb970 10:33:01 10:33:01 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:33:01 10:33:01 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:33:01 10:33:01 [Pipeline] } 10:33:01 $ docker stop --time=1 e64f3c8c9fd6abc75a086d1842b67ecf270a23e20f45952e9cafc4d4e1da6da4 10:33:03 $ docker rm -f e64f3c8c9fd6abc75a086d1842b67ecf270a23e20f45952e9cafc4d4e1da6da4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:33:04 + git log --format=format:%s -1 ffd2286d282b3823fe96213d71db487366ab171f [Pipeline] sh 10:33:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:33:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:33:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:05 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:33:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:33:05 $ docker top 3261839874fb29544f1afd2a262e17d1dd549c48e5f74ca4f56aee1b79a77c43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:05 [ssh-agent] Looking for ssh-agent implementation... 10:33:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:05 $ docker exec 3261839874fb29544f1afd2a262e17d1dd549c48e5f74ca4f56aee1b79a77c43 ssh-agent 10:33:05 SSH_AUTH_SOCK=/tmp/ssh-vabvRtowTpr5/agent.33 10:33:05 SSH_AGENT_PID=40 10:33:05 Running ssh-add (command line suppressed) 10:33:05 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8299965322196438737.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8299965322196438737.key) 10:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:06 + git semver tag 10:33:06 2022-08-02 10:33:06,426 [run_tag] DEBUG tag force:False 10:33:06 2022-08-02 10:33:06,426 [check_head_tag] DEBUG check head tag 10:33:06 2022-08-02 10:33:06,427 [execute] INFO git cat-file --batch-check 10:33:06 2022-08-02 10:33:06,427 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 10:33:06 2022-08-02 10:33:06,430 [execute] INFO git cat-file --batch 10:33:06 2022-08-02 10:33:06,430 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 10:33:06 2022-08-02 10:33:06,442 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:33:06 2022-08-02 10:33:06,443 [execute] INFO git tag -a v2.3.0-dev.10 -m v2.3.0-dev.10 10:33:06 2022-08-02 10:33:06,443 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.10', '-m', 'v2.3.0-dev.10'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 10:33:06 2022-08-02 10:33:06,448 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:33:06 2.3.0-dev.10 [Pipeline] } 10:33:06 $ docker exec --env ******** --env ******** 3261839874fb29544f1afd2a262e17d1dd549c48e5f74ca4f56aee1b79a77c43 ssh-agent -k 10:33:06 unset SSH_AUTH_SOCK; 10:33:06 unset SSH_AGENT_PID; 10:33:06 echo Agent pid 40 killed; 10:33:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:06 + git semver [Pipeline] } 10:33:07 $ docker stop --time=1 3261839874fb29544f1afd2a262e17d1dd549c48e5f74ca4f56aee1b79a77c43 10:33:08 $ docker rm -f 3261839874fb29544f1afd2a262e17d1dd549c48e5f74ca4f56aee1b79a77c43 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:33:08 10:33:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:33:09 0.23.1-centos7: Pulling from edgex-lftools 10:33:09 ab5ef0e58194: Pulling fs layer 10:33:09 9712f1f96733: Pulling fs layer 10:33:09 63f879dbbcfc: Pulling fs layer 10:33:09 0d9ebad4ef96: Pulling fs layer 10:33:09 e9a5061849ea: Pulling fs layer 10:33:09 d747dcd14b5f: Pulling fs layer 10:33:09 2de7ff778b66: Pulling fs layer 10:33:09 e9a5061849ea: Waiting 10:33:09 2de7ff778b66: Waiting 10:33:09 d747dcd14b5f: Waiting 10:33:09 9712f1f96733: Verifying Checksum 10:33:09 9712f1f96733: Download complete 10:33:09 63f879dbbcfc: Verifying Checksum 10:33:09 63f879dbbcfc: Download complete 10:33:09 e9a5061849ea: Verifying Checksum 10:33:09 e9a5061849ea: Download complete 10:33:09 0d9ebad4ef96: Verifying Checksum 10:33:09 0d9ebad4ef96: Download complete 10:33:09 d747dcd14b5f: Verifying Checksum 10:33:09 d747dcd14b5f: Download complete 10:33:09 ab5ef0e58194: Verifying Checksum 10:33:09 ab5ef0e58194: Download complete 10:33:09 2de7ff778b66: Verifying Checksum 10:33:09 2de7ff778b66: Download complete 10:33:13 ab5ef0e58194: Pull complete 10:33:13 9712f1f96733: Pull complete 10:33:13 63f879dbbcfc: Pull complete 10:33:17 0d9ebad4ef96: Pull complete 10:33:18 e9a5061849ea: Pull complete 10:33:18 d747dcd14b5f: Pull complete 10:33:19 2de7ff778b66: Pull complete 10:33:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:33:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:33:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:19 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:33:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:33:22 $ docker top 5e3726a26d86a859e023bbd70e610b07b56bea07da8e1e2b711e981227d0f578 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:33:22 provisioning config files... 10:33:22 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2078517307084047552tmp 10:33:22 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4447026964053315978tmp 10:33:22 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7051887628743468825tmp [Pipeline] { [Pipeline] echo 10:33:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:33:22 ---> sigul-configuration.sh 10:33:22 gpg: directory `/root/.gnupg' created 10:33:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:33:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:33:22 gpg: keyring `/root/.gnupg/secring.gpg' created 10:33:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:33:22 gpg: CAST5 encrypted data 10:33:22 gpg: encrypted with 1 passphrase 10:33:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:33:22 + mkdir /home/jenkins 10:33:22 + mkdir /home/jenkins/sigul [Pipeline] sh 10:33:23 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 10:33:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:33:23 ---> sigul-install.sh 10:33:23 Sigul already installed; skipping installation. [Pipeline] sh 10:33:23 + git tag --list 10:33:23 v1.0.0 10:33:23 v1.1.0 10:33:23 v1.1.1 10:33:23 v1.1.2 10:33:23 v1.2.0 10:33:23 v1.2.1 10:33:23 v2.0.0 10:33:23 v2.1.0 10:33:23 v2.1.1 10:33:23 v2.1.1-dev.1 10:33:23 v2.1.1-dev.2 10:33:23 v2.1.1-dev.3 10:33:23 v2.2.0 10:33:23 v2.2.1-dev.1 10:33:23 v2.2.1-dev.2 10:33:23 v2.2.1-dev.3 10:33:23 v2.2.1-dev.4 10:33:23 v2.2.1-dev.5 10:33:23 v2.2.1-dev.6 10:33:23 v2.2.1-dev.7 10:33:23 v2.2.1-dev.8 10:33:23 v2.2.1-dev.9 10:33:23 v2.3.0-dev.10 10:33:23 v2.3.0-dev.9 [Pipeline] sh 10:33:24 + lftools sign git-tag v2.3.0-dev.10 10:33:24 Signing Git tag with Sigul... 10:33:24 Signing v2.3.0-dev.10 [Pipeline] echo 10:33:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:33:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:33:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:33:25 $ docker stop --time=1 5e3726a26d86a859e023bbd70e610b07b56bea07da8e1e2b711e981227d0f578 10:33:26 $ docker rm -f 5e3726a26d86a859e023bbd70e610b07b56bea07da8e1e2b711e981227d0f578 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:33:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:33:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:33:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:27 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:33:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:33:27 $ docker top 3f6aec3c56419ca932c8c7e1fb6e59284d7b72509db46a5ddc16d6114a744e08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:27 [ssh-agent] Looking for ssh-agent implementation... 10:33:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:28 $ docker exec 3f6aec3c56419ca932c8c7e1fb6e59284d7b72509db46a5ddc16d6114a744e08 ssh-agent 10:33:28 SSH_AUTH_SOCK=/tmp/ssh-HWMGdtX9BvSh/agent.33 10:33:28 SSH_AGENT_PID=39 10:33:28 Running ssh-add (command line suppressed) 10:33:28 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3263010734690116404.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3263010734690116404.key) 10:33:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:28 + git semver bump pre 10:33:28 2022-08-02 10:33:28,843 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:33:28 2022-08-02 10:33:28,843 [bump_version] DEBUG bumping version:2.3.0-dev.10 on axis:pre with prefix:dev 10:33:28 2022-08-02 10:33:28,843 [bump_version] DEBUG bumped version:2.3.0-dev.11 10:33:28 2022-08-02 10:33:28,844 [write_version] DEBUG write version:2.3.0-dev.11 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 10:33:28 2022-08-02 10:33:28,844 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:33:28 2022-08-02 10:33:28,844 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:33:28 2022-08-02 10:33:28,845 [execute] INFO git cat-file --batch-check 10:33:28 2022-08-02 10:33:28,846 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:33:28 2022-08-02 10:33:28,850 [execute] INFO git cat-file --batch 10:33:28 2022-08-02 10:33:28,851 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:33:28 2022-08-02 10:33:28,856 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:33:28 2.3.0-dev.11 [Pipeline] } 10:33:28 $ docker exec --env ******** --env ******** 3f6aec3c56419ca932c8c7e1fb6e59284d7b72509db46a5ddc16d6114a744e08 ssh-agent -k 10:33:29 unset SSH_AUTH_SOCK; 10:33:29 unset SSH_AGENT_PID; 10:33:29 echo Agent pid 39 killed; 10:33:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:29 + git semver [Pipeline] } 10:33:29 $ docker stop --time=1 3f6aec3c56419ca932c8c7e1fb6e59284d7b72509db46a5ddc16d6114a744e08 10:33:30 $ docker rm -f 3f6aec3c56419ca932c8c7e1fb6e59284d7b72509db46a5ddc16d6114a744e08 [Pipeline] // withDockerContainer [Pipeline] sh 10:33:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:33:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:33:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:31 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:33:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:33:32 $ docker top 55fd94e80add3d128f1df9a24934ace43217fd6e794f00ea7966af862b6b1dc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:32 [ssh-agent] Looking for ssh-agent implementation... 10:33:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:32 $ docker exec 55fd94e80add3d128f1df9a24934ace43217fd6e794f00ea7966af862b6b1dc8 ssh-agent 10:33:32 SSH_AUTH_SOCK=/tmp/ssh-JH36luvUmtbs/agent.32 10:33:32 SSH_AGENT_PID=38 10:33:32 Running ssh-add (command line suppressed) 10:33:32 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5531353534815944441.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_5531353534815944441.key) 10:33:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:32 + git semver push 10:33:33 2022-08-02 10:33:33,124 [run_push] DEBUG push 10:33:33 2022-08-02 10:33:33,125 [execute] INFO git cat-file --batch-check 10:33:33 2022-08-02 10:33:33,125 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 10:33:33 2022-08-02 10:33:33,130 [execute] INFO git rev-list 98f7468d8c33fc5d6b7634f2034eb6ec328f6f25 -- 10:33:33 2022-08-02 10:33:33,130 [execute] DEBUG Popen(['git', 'rev-list', '98f7468d8c33fc5d6b7634f2034eb6ec328f6f25', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 10:33:33 2022-08-02 10:33:33,138 [execute] INFO git fetch -v origin 10:33:33 2022-08-02 10:33:33,138 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) 10:33:33 2022-08-02 10:33:33,608 [run_push] DEBUG no remote changes detected 10:33:33 2022-08-02 10:33:33,608 [execute] INFO git push origin semver 10:33:33 2022-08-02 10:33:33,609 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 10:33:34 2022-08-02 10:33:34,301 [run_push] DEBUG push all version tags 10:33:34 2022-08-02 10:33:34,301 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:33:34 2022-08-02 10:33:34,302 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 10:33:35 2022-08-02 10:33:35,001 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 10:33:35 2.3.0-dev.11 [Pipeline] } 10:33:35 $ docker exec --env ******** --env ******** 55fd94e80add3d128f1df9a24934ace43217fd6e794f00ea7966af862b6b1dc8 ssh-agent -k 10:33:35 unset SSH_AUTH_SOCK; 10:33:35 unset SSH_AGENT_PID; 10:33:35 echo Agent pid 38 killed; 10:33:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:35 + git semver [Pipeline] } 10:33:36 $ docker stop --time=1 55fd94e80add3d128f1df9a24934ace43217fd6e794f00ea7966af862b6b1dc8 10:33:37 $ docker rm -f 55fd94e80add3d128f1df9a24934ace43217fd6e794f00ea7966af862b6b1dc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:33:37 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 10:33:37 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 10:33:37 total 16 10:33:37 drwxr-xr-x 3 root root 4096 Aug 2 10:23 . 10:33:37 drwxrwxr-x 10 jenkins jenkins 4096 Aug 2 10:33 .. 10:33:37 drwxr-xr-x 2 root root 4096 Aug 2 10:23 cost 10:33:37 -rw-r--r-- 1 root root 85 Aug 2 10:23 cost.csv 10:33:37 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 10:33:37 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 10:33:37 total 16 10:33:37 drwxr-xr-x 3 jenkins jenkins 4096 Aug 2 10:23 . 10:33:37 drwxrwxr-x 10 jenkins jenkins 4096 Aug 2 10:33 .. 10:33:37 drwxr-xr-x 2 jenkins jenkins 4096 Aug 2 10:23 cost 10:33:37 -rw-r--r-- 1 jenkins jenkins 85 Aug 2 10:23 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:33:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:33:39 ---> package-listing.sh 10:33:39 ++ facter osfamily 10:33:39 ++ tr '[:upper:]' '[:lower:]' 10:33:39 + OS_FAMILY=debian 10:33:39 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 10:33:39 + START_PACKAGES=/tmp/packages_start.txt 10:33:39 + END_PACKAGES=/tmp/packages_end.txt 10:33:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:33:39 + PACKAGES=/tmp/packages_start.txt 10:33:39 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 10:33:39 + PACKAGES=/tmp/packages_end.txt 10:33:39 + case "${OS_FAMILY}" in 10:33:39 + dpkg -l 10:33:39 + grep '^ii' 10:33:39 + '[' -f /tmp/packages_start.txt ']' 10:33:39 + '[' -f /tmp/packages_end.txt ']' 10:33:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:33:39 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 10:33:39 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 10:33:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 10:33:39 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-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:33:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:33:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:40 prd-ubuntu20.04-docker-8c-8g-21762 does not seem to be running inside a container 10:33:40 $ 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-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:33:40 $ docker top 869475f4224cb865e56cfbce52f1a071452a2c1e6dd46e7a365cc6d6b1d0c8f0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:40 + touch /tmp/pre-build-complete [Pipeline] sh 10:33:41 + mkdir -p /var/log/sysstat [Pipeline] sh 10:33:41 + ls /var/log/sa-host 10:33:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:33:41 provisioning config files... 10:33:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5248513912986863509tmp [Pipeline] { [Pipeline] echo 10:33:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:33:41 ---> create-netrc.sh [Pipeline] } 10:33:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:33:42 ---> python-tools-install.sh [Pipeline] echo 10:33:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:33:42 ---> sudo-logs.sh 10:33:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:33:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:33:42 ---> job-cost.sh 10:33:42 lf-activate-venv: SKIPPING 10:33:42 DEBUG: total: 0.2199999988079071 10:33:42 INFO: Retrieving Stack Cost... 10:33:43 INFO: Retrieving Pricing Info for: v3-standard-8 10:33:43 INFO: Archiving Costs [Pipeline] echo 10:33:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:33:44 ---> logs-deploy.sh 10:33:44 lf-activate-venv: SKIPPING 10:33:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/54 10:33:44 INFO: archiving workspace using pattern(s): 10:33:44 Archives upload complete. 10:33:44 INFO: archiving logs to Nexus 10:33:45 ---> uname -a: 10:33:45 Linux prd-ubuntu20-04-docker-8c-8g-21762 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 10:33:45 10:33:45 10:33:45 ---> lscpu: 10:33:45 Architecture: x86_64 10:33:45 CPU op-mode(s): 32-bit, 64-bit 10:33:45 Byte Order: Little Endian 10:33:45 Address sizes: 40 bits physical, 48 bits virtual 10:33:45 CPU(s): 8 10:33:45 On-line CPU(s) list: 0-7 10:33:45 Thread(s) per core: 1 10:33:45 Core(s) per socket: 1 10:33:45 Socket(s): 8 10:33:45 NUMA node(s): 1 10:33:45 Vendor ID: AuthenticAMD 10:33:45 CPU family: 23 10:33:45 Model: 49 10:33:45 Model name: AMD EPYC-Rome Processor 10:33:45 Stepping: 0 10:33:45 CPU MHz: 2799.998 10:33:45 BogoMIPS: 5599.99 10:33:45 Virtualization: AMD-V 10:33:45 Hypervisor vendor: KVM 10:33:45 Virtualization type: full 10:33:45 L1d cache: 256 KiB 10:33:45 L1i cache: 256 KiB 10:33:45 L2 cache: 4 MiB 10:33:45 L3 cache: 128 MiB 10:33:45 NUMA node0 CPU(s): 0-7 10:33:45 Vulnerability Itlb multihit: Not affected 10:33:45 Vulnerability L1tf: Not affected 10:33:45 Vulnerability Mds: Not affected 10:33:45 Vulnerability Meltdown: Not affected 10:33:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:33:45 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:33:45 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:33:45 Vulnerability Srbds: Not affected 10:33:45 Vulnerability Tsx async abort: Not affected 10:33:45 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 10:33:45 10:33:45 10:33:45 ---> nproc: 10:33:45 8 10:33:45 10:33:45 10:33:45 ---> df -h: 10:33:45 Filesystem Size Used Avail Use% Mounted on 10:33:45 overlay 155G 13G 143G 8% / 10:33:45 tmpfs 64M 0 64M 0% /dev 10:33:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:33:45 shm 64M 0 64M 0% /dev/shm 10:33:45 /dev/vda1 155G 13G 143G 8% /facter-os 10:33:45 10:33:45 10:33:45 ---> sar -b -r -n DEV: 10:33:45 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21762) 08/02/22 _x86_64_ (8 CPU) 10:33:45 10:33:45 10:21:00 LINUX RESTART (8 CPU) 10:33:45 10:33:45 10:22:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:33:45 10:23:01 229.69 1.32 228.37 0.00 19.66 68949.26 0.00 10:33:45 10:24:01 112.96 0.03 112.93 0.00 2.27 33218.73 0.00 10:33:45 10:25:01 1.18 0.00 1.18 0.00 0.00 14.01 0.00 10:33:45 10:26:01 1.33 0.00 1.33 0.00 0.00 15.99 0.00 10:33:45 10:27:01 2.63 0.90 1.73 0.00 19.33 24.40 0.00 10:33:45 10:28:01 2.07 0.00 2.07 0.00 0.00 26.93 0.00 10:33:45 10:29:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 10:33:45 10:30:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 10:33:45 10:31:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 10:33:45 10:32:01 1.47 0.00 1.47 0.00 0.00 21.20 0.00 10:33:45 10:33:01 36.99 0.30 36.69 0.00 11.86 25181.34 0.00 10:33:45 Average: 35.30 0.23 35.07 0.00 4.81 11502.77 0.00 10:33:45 10:33:45 10:22:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:33:45 10:23:01 28098860 31611820 677604 2.06 163460 3547848 2575172 7.59 1426160 2891080 76160 10:33:45 10:24:01 27582296 31746052 544860 1.66 173632 4138588 1787520 5.27 1308404 3476784 140 10:33:45 10:25:01 27583716 31747488 543132 1.65 173656 4138592 1787520 5.27 1308364 3476788 36 10:33:45 10:26:01 27588480 31752560 538324 1.64 173696 4138584 1787520 5.27 1302508 3477100 12 10:33:45 10:27:01 27587812 31752864 537792 1.64 173780 4139140 1816044 5.35 1302692 3477552 180 10:33:45 10:28:01 27597096 31762188 528412 1.61 173820 4139140 1816044 5.35 1293464 3477552 12 10:33:45 10:29:01 27597372 31762484 528088 1.61 173836 4139144 1816044 5.35 1293772 3477556 28 10:33:45 10:30:01 27597160 31762292 528424 1.61 173864 4139148 1816044 5.35 1293504 3477560 12 10:33:45 10:31:01 27597268 31762700 528048 1.61 173908 4139132 1816044 5.35 1293264 3477832 12 10:33:45 10:32:01 27596564 31762104 528516 1.61 173968 4139128 1816044 5.35 1293932 3477828 16 10:33:45 10:33:01 26481864 31731100 552508 1.68 195176 5111520 1909072 5.63 1425240 4363908 283212 10:33:45 Average: 27537135 31741241 548701 1.67 174800 4173633 1885733 5.56 1321937 3504685 32711 10:33:45 10:33:45 10:22:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:33:45 10:23:01 ens3 249.11 180.90 1607.57 83.68 0.00 0.00 0.00 0.00 10:33:45 10:23:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 10:33:45 10:23:01 veth73934f4 0.05 0.19 0.00 0.01 0.00 0.00 0.00 0.00 10:33:45 10:23:01 docker0 123.37 162.70 10.24 1548.07 0.00 0.00 0.00 0.00 10:33:45 10:24:01 ens3 176.24 137.34 2655.90 270.34 0.00 0.00 0.00 0.00 10:33:45 10:24:01 lo 7.53 7.53 0.73 0.73 0.00 0.00 0.00 0.00 10:33:45 10:24:01 docker0 2.33 5.13 0.16 57.92 0.00 0.00 0.00 0.00 10:33:45 10:25:01 ens3 0.77 0.10 0.14 0.07 0.00 0.00 0.00 0.00 10:33:45 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:26:01 ens3 3.82 2.70 4.03 0.36 0.00 0.00 0.00 0.00 10:33:45 10:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:33:45 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:27:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 10:33:45 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:28:01 ens3 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:33:45 10:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:33:45 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:29:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:30:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:33:45 10:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:33:45 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:32:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:33:45 10:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:33:45 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:33:45 10:33:01 ens3 182.01 116.69 4657.18 15.63 0.00 0.00 0.00 0.00 10:33:45 10:33:01 veth7399cdd 36.44 44.40 3.74 683.06 0.00 0.00 0.00 0.06 10:33:45 10:33:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 10:33:45 10:33:01 docker0 36.44 44.30 3.24 683.05 0.00 0.00 0.00 0.00 10:33:45 Average: ens3 55.40 39.63 810.19 33.58 0.00 0.00 0.00 0.00 10:33:45 Average: veth7399cdd 3.32 4.04 0.34 62.20 0.00 0.00 0.00 0.01 10:33:45 Average: lo 0.88 0.88 0.08 0.08 0.00 0.00 0.00 0.00 10:33:45 Average: docker0 14.58 19.07 1.23 206.06 0.00 0.00 0.00 0.00 10:33:45 10:33:45 10:33:45 ---> sar -P ALL: 10:33:45 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-21762) 08/02/22 _x86_64_ (8 CPU) 10:33:45 10:33:45 10:21:00 LINUX RESTART (8 CPU) 10:33:45 10:33:45 10:22:02 CPU %user %nice %system %iowait %steal %idle 10:33:45 10:23:01 all 28.85 0.00 6.94 1.41 0.11 62.68 10:33:45 10:23:01 0 29.15 0.00 6.80 0.72 0.10 63.23 10:33:45 10:23:01 1 29.17 0.00 6.90 0.72 0.10 63.10 10:33:45 10:23:01 2 27.94 0.00 6.80 0.28 0.10 64.88 10:33:45 10:23:01 3 30.49 0.00 7.38 4.24 0.12 57.77 10:33:45 10:23:01 4 28.10 0.00 7.23 0.21 0.12 64.34 10:33:45 10:23:01 5 28.01 0.00 6.45 0.77 0.10 64.67 10:33:45 10:23:01 6 28.63 0.00 6.75 2.00 0.10 62.52 10:33:45 10:23:01 7 29.36 0.00 7.25 2.34 0.12 60.93 10:33:45 10:24:01 all 15.45 0.00 3.26 0.77 0.05 80.47 10:33:45 10:24:01 0 15.58 0.00 3.13 0.84 0.05 80.40 10:33:45 10:24:01 1 16.15 0.00 3.29 0.17 0.07 80.32 10:33:45 10:24:01 2 13.56 0.00 2.81 0.24 0.07 83.32 10:33:45 10:24:01 3 15.28 0.00 4.67 3.99 0.05 76.01 10:33:45 10:24:01 4 14.94 0.00 2.94 0.47 0.05 81.60 10:33:45 10:24:01 5 17.30 0.00 3.11 0.33 0.03 79.22 10:33:45 10:24:01 6 15.68 0.00 2.75 0.07 0.05 81.45 10:33:45 10:24:01 7 15.10 0.00 3.36 0.03 0.07 81.43 10:33:45 10:25:01 all 0.27 0.00 0.02 0.00 0.01 99.70 10:33:45 10:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:33:45 10:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:33:45 10:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:25:01 3 0.03 0.00 0.03 0.02 0.02 99.90 10:33:45 10:25:01 4 0.03 0.00 0.03 0.02 0.02 99.90 10:33:45 10:25:01 5 1.99 0.00 0.02 0.00 0.02 97.98 10:33:45 10:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:33:45 10:26:01 all 0.10 0.00 0.03 0.01 0.01 99.86 10:33:45 10:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:33:45 10:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:33:45 10:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:26:01 3 0.05 0.00 0.03 0.03 0.00 99.88 10:33:45 10:26:01 4 0.08 0.00 0.05 0.03 0.00 99.83 10:33:45 10:26:01 5 0.57 0.00 0.03 0.00 0.02 99.38 10:33:45 10:26:01 6 0.03 0.00 0.03 0.00 0.02 99.92 10:33:45 10:26:01 7 0.00 0.00 0.05 0.00 0.02 99.93 10:33:45 10:27:01 all 0.05 0.00 0.04 0.01 0.00 99.90 10:33:45 10:27:01 0 0.02 0.00 0.08 0.00 0.00 99.90 10:33:45 10:27:01 1 0.22 0.00 0.05 0.03 0.00 99.70 10:33:45 10:27:01 2 0.00 0.00 0.03 0.00 0.00 99.97 10:33:45 10:27:01 3 0.02 0.00 0.03 0.02 0.00 99.93 10:33:45 10:27:01 4 0.02 0.00 0.03 0.05 0.00 99.90 10:33:45 10:27:01 5 0.05 0.00 0.03 0.00 0.00 99.92 10:33:45 10:27:01 6 0.03 0.00 0.05 0.00 0.00 99.92 10:33:45 10:27:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:33:45 10:28:01 all 0.03 0.00 0.01 0.01 0.00 99.95 10:33:45 10:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:28:01 3 0.05 0.00 0.02 0.05 0.00 99.88 10:33:45 10:28:01 4 0.03 0.00 0.03 0.02 0.00 99.92 10:33:45 10:28:01 5 0.05 0.00 0.03 0.00 0.02 99.90 10:33:45 10:28:01 6 0.07 0.00 0.02 0.00 0.00 99.92 10:33:45 10:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:33:45 10:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 10:33:45 10:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:29:01 3 0.00 0.00 0.00 0.02 0.00 99.98 10:33:45 10:29:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:33:45 10:29:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:33:45 10:29:01 6 0.03 0.00 0.03 0.00 0.02 99.92 10:33:45 10:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:30:01 all 0.02 0.00 0.01 0.01 0.00 99.96 10:33:45 10:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 10:33:45 10:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:30:01 3 0.03 0.00 0.02 0.03 0.02 99.90 10:33:45 10:30:01 4 0.02 0.00 0.00 0.02 0.00 99.97 10:33:45 10:30:01 5 0.05 0.00 0.03 0.00 0.00 99.92 10:33:45 10:30:01 6 0.05 0.00 0.02 0.00 0.00 99.93 10:33:45 10:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:33:45 10:31:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:33:45 10:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:33:45 10:31:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:33:45 10:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:31:01 3 0.03 0.00 0.00 0.02 0.00 99.95 10:33:45 10:31:01 4 0.00 0.00 0.00 0.02 0.00 99.98 10:33:45 10:31:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:33:45 10:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:32:01 all 0.02 0.00 0.02 0.01 0.00 99.95 10:33:45 10:32:01 0 0.02 0.00 0.02 0.02 0.00 99.95 10:33:45 10:32:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:33:45 10:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:33:45 10:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:32:01 4 0.03 0.00 0.02 0.03 0.00 99.92 10:33:45 10:32:01 5 0.03 0.00 0.05 0.00 0.00 99.92 10:33:45 10:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:33:45 10:32:01 7 0.02 0.00 0.02 0.05 0.00 99.92 10:33:45 10:33:01 all 4.61 0.00 1.71 0.33 0.02 93.32 10:33:45 10:33:01 0 4.33 0.00 1.54 0.12 0.02 93.99 10:33:45 10:33:01 1 4.63 0.00 1.81 0.00 0.03 93.52 10:33:45 10:33:01 2 4.89 0.00 1.57 0.00 0.02 93.52 10:33:45 10:33:01 3 3.95 0.00 1.95 1.92 0.02 92.17 10:33:45 10:33:01 4 4.65 0.00 2.11 0.42 0.03 92.78 10:33:45 10:33:01 5 5.61 0.00 1.31 0.02 0.03 93.03 10:33:45 10:33:01 6 4.60 0.00 1.96 0.03 0.02 93.39 10:33:45 10:33:01 7 4.23 0.00 1.41 0.17 0.02 94.18 10:33:45 10:33:45 Average: CPU %user %nice %system %iowait %steal %idle 10:33:45 Average: all 4.41 0.00 1.08 0.23 0.02 94.26 10:33:45 Average: 0 4.40 0.00 1.04 0.15 0.02 94.39 10:33:45 Average: 1 4.49 0.00 1.09 0.08 0.02 94.32 10:33:45 Average: 2 4.14 0.00 1.00 0.05 0.02 94.80 10:33:45 Average: 3 4.45 0.00 1.26 0.93 0.02 93.34 10:33:45 Average: 4 4.27 0.00 1.11 0.12 0.02 94.48 10:33:45 Average: 5 4.84 0.00 0.99 0.10 0.02 94.05 10:33:45 Average: 6 4.39 0.00 1.04 0.19 0.02 94.37 10:33:45 Average: 7 4.34 0.00 1.08 0.23 0.02 94.33 10:33:45 10:33:45 10:33:45