Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 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-ssh15137506364317586074.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh12290059222608121534.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh17495747034089844585.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh16496564810535677855.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh15824549171852007191.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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 ‘prd-ubuntu20.04-docker-8c-8g-4550’ Running on prd-ubuntu20.04-docker-8c-8g-4552 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 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab (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 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab # timeout=10 Commit message: "Merge pull request #332 from FelixTing/update-sdk" > git rev-list --no-walk 6f0e88eb43ac42bba557c9333c6d12baa04244ae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:28:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:28:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:28:14 ========================================================= 09:28:14 EdgeX Global Pipelines Version Info 09:28:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:28:14 ------------------- 09:28:14 stable info: 09:28:14 ------------------- 09:28:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:28:14 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 09:28:14 Message: update stable to v1.0.253 09:28:15 ------------------- 09:28:15 experimental info: 09:28:15 ------------------- 09:28:15 Commited By: **** collab-it+edgex@linuxfoundation.org 09:28:15 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 09:28:15 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:28:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:28:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] echo 09:28:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a1d0d3 [Pipeline] echo 09:28:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:28:16 provisioning config files... 09:28:16 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13149748932113085768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:28:16 ---> docker-login.sh 09:28:16 nexus3.edgexfoundry.org:10001 09:28:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:16 Configure a credential helper to remove this warning. See 09:28:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:16 09:28:16 Login Succeeded 09:28:16 nexus3.edgexfoundry.org:10002 09:28:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:16 Configure a credential helper to remove this warning. See 09:28:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:16 09:28:16 Login Succeeded 09:28:16 nexus3.edgexfoundry.org:10003 09:28:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:16 Configure a credential helper to remove this warning. See 09:28:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:16 09:28:16 Login Succeeded 09:28:16 nexus3.edgexfoundry.org:10004 09:28:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:17 Configure a credential helper to remove this warning. See 09:28:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:17 09:28:17 Login Succeeded 09:28:17 docker.io 09:28:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:17 Configure a credential helper to remove this warning. See 09:28:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:17 09:28:17 Login Succeeded 09:28:17 ---> docker-login.sh ends [Pipeline] } 09:28:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:28:17 + git rev-list -1 --merges 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab~1..7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] echo 09:28:17 -----------> git rev-list -1 --merges 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab~1..7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:28:17 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [false] [Pipeline] sh 09:28:18 + git log --format=format:%s -1 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] echo 09:28:18 ========================================================= 09:28:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:28:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:28:18 + git log --format=format:%s -1 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] echo 09:28:18 [semverPrep] GIT_COMMIT: 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab, Commit Message: Merge pull request #332 from FelixTing/update-sdk [Pipeline] echo 09:28:18 [semverPrep] This is not a build commit. [Pipeline] sh 09:28:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:28:18 + grep -v github /etc/ssh/ssh_known_hosts 09:28:18 + [ -e /tmp/ssh_known_hosts ] 09:28:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:28:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:28:18 + sudo tee -a /etc/ssh/ssh_known_hosts 09:28:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:28:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:28:19 09:28:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:28:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:28:19 0.1.4: Pulling from edgex-devops/py-git-semver 09:28:19 b85a868b505f: Pulling fs layer 09:28:19 e2be974225ed: Pulling fs layer 09:28:19 339a4e72a1f5: Pulling fs layer 09:28:19 988bab9f4d93: Pulling fs layer 09:28:19 1469e6f7b9e6: Pulling fs layer 09:28:19 eaf3925da568: Pulling fs layer 09:28:19 bab4dde63d76: Pulling fs layer 09:28:19 bde34c3a00c8: Pulling fs layer 09:28:19 b352a97aabf1: Pulling fs layer 09:28:19 4872d77fe225: Pulling fs layer 09:28:19 5851b861e8e6: Pulling fs layer 09:28:19 988bab9f4d93: Waiting 09:28:19 1469e6f7b9e6: Waiting 09:28:19 eaf3925da568: Waiting 09:28:19 bab4dde63d76: Waiting 09:28:19 bde34c3a00c8: Waiting 09:28:19 b352a97aabf1: Waiting 09:28:19 4872d77fe225: Waiting 09:28:19 5851b861e8e6: Waiting 09:28:19 e2be974225ed: Verifying Checksum 09:28:19 e2be974225ed: Download complete 09:28:19 988bab9f4d93: Download complete 09:28:19 1469e6f7b9e6: Verifying Checksum 09:28:19 eaf3925da568: Verifying Checksum 09:28:19 eaf3925da568: Download complete 09:28:19 339a4e72a1f5: Verifying Checksum 09:28:19 339a4e72a1f5: Download complete 09:28:19 bde34c3a00c8: Verifying Checksum 09:28:19 bde34c3a00c8: Download complete 09:28:19 b352a97aabf1: Download complete 09:28:19 4872d77fe225: Verifying Checksum 09:28:19 4872d77fe225: Download complete 09:28:19 5851b861e8e6: Download complete 09:28:19 b85a868b505f: Verifying Checksum 09:28:19 b85a868b505f: Download complete 09:28:20 bab4dde63d76: Verifying Checksum 09:28:20 bab4dde63d76: Download complete 09:28:20 b85a868b505f: Pull complete 09:28:21 e2be974225ed: Pull complete 09:28:21 339a4e72a1f5: Pull complete 09:28:21 988bab9f4d93: Pull complete 09:28:22 1469e6f7b9e6: Pull complete 09:28:22 eaf3925da568: Pull complete 09:28:28 bab4dde63d76: Pull complete 09:28:28 bde34c3a00c8: Pull complete 09:28:28 b352a97aabf1: Pull complete 09:28:28 4872d77fe225: Pull complete 09:28:28 5851b861e8e6: Pull complete 09:28:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:28:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:28:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:28:30 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:28:30 $ 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 09:28:33 $ docker top 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 -eo pid,comm 09:28:33 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:28:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:28:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:28:33 [ssh-agent] Looking for ssh-agent implementation... 09:28:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:28:33 $ docker exec 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 ssh-agent 09:28:33 SSH_AUTH_SOCK=/tmp/ssh-yqxHH1Wx7nbF/agent.33 09:28:33 SSH_AGENT_PID=39 09:28:33 Running ssh-add (command line suppressed) 09:28:33 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9070264836002019674.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_9070264836002019674.key) 09:28:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:28:33 + git tag --points-at HEAD [Pipeline] } 09:28:33 $ docker exec --env ******** --env ******** 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 ssh-agent -k 09:28:33 unset SSH_AUTH_SOCK; 09:28:33 unset SSH_AGENT_PID; 09:28:33 echo Agent pid 39 killed; 09:28:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:28:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:28:34 [ssh-agent] Looking for ssh-agent implementation... 09:28:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:28:34 $ docker exec 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 ssh-agent 09:28:34 SSH_AUTH_SOCK=/tmp/ssh-Uzom83VoiH9l/agent.71 09:28:34 SSH_AGENT_PID=77 09:28:34 Running ssh-add (command line suppressed) 09:28:34 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10892210312746861878.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10892210312746861878.key) 09:28:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:28:34 + git semver init 09:28:34 2023-08-25 09:28:34,865 [run_init] DEBUG init version:0.0.0 force:False 09:28:34 2023-08-25 09:28:34,866 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 09:28:34 2023-08-25 09:28:34,867 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 09:28:34 2023-08-25 09:28:34,867 [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) 09:28:35 2023-08-25 09:28:35,817 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 09:28:35 2023-08-25 09:28:35,817 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 09:28:35 2023-08-25 09:28:35,817 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:28:35 2023-08-25 09:28:35,818 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:28:35 3.1.0-dev.5 [Pipeline] } 09:28:35 $ docker exec --env ******** --env ******** 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 ssh-agent -k 09:28:35 unset SSH_AUTH_SOCK; 09:28:35 unset SSH_AGENT_PID; 09:28:35 echo Agent pid 77 killed; 09:28:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:28:36 + git semver [Pipeline] } 09:28:36 $ docker stop --time=1 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 09:28:37 $ docker rm -f --volumes 996b2d75c3cad3a53c44d67e2e8495b6463cb78a88800fa37fd4c06ff6add260 [Pipeline] // withDockerContainer [Pipeline] sh 09:28:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:28:38 Stashed 1 file(s) [Pipeline] echo 09:28:38 [edgeXSemver]: initialized semver on version 3.1.0-dev.5 [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 09:28:38 provisioning config files... 09:28:38 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14215545979397794103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:28:38 ---> docker-login.sh 09:28:38 nexus3.edgexfoundry.org:10001 09:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:38 Configure a credential helper to remove this warning. See 09:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:38 09:28:38 Login Succeeded 09:28:38 nexus3.edgexfoundry.org:10002 09:28:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:38 Configure a credential helper to remove this warning. See 09:28:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:38 09:28:38 Login Succeeded 09:28:38 nexus3.edgexfoundry.org:10003 09:28:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:39 Configure a credential helper to remove this warning. See 09:28:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:39 09:28:39 Login Succeeded 09:28:39 nexus3.edgexfoundry.org:10004 09:28:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:39 Configure a credential helper to remove this warning. See 09:28:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:39 09:28:39 Login Succeeded 09:28:39 docker.io 09:28:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:39 Configure a credential helper to remove this warning. See 09:28:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:39 09:28:39 Login Succeeded 09:28:39 ---> docker-login.sh ends [Pipeline] } 09:28:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:28:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:28:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:28:39 ========================================================= 09:28:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 09:28:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:28:39 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 09:28:39 Sending build context to Docker daemon 10.91MB 09:28:39 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 09:28:39 Step 2/12 : FROM ${BASE} AS builder 09:28:39 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 09:28:39 4db1b89c0bd1: Pulling fs layer 09:28:39 6911f1a30b25: Pulling fs layer 09:28:39 e194b8c5c2a9: Pulling fs layer 09:28:39 6863d3e3a2b1: Pulling fs layer 09:28:39 ec0bb842ea78: Pulling fs layer 09:28:39 40a00589a448: Pulling fs layer 09:28:39 6c08303d61cc: Pulling fs layer 09:28:39 798269fcf238: Pulling fs layer 09:28:39 40a00589a448: Waiting 09:28:39 6c08303d61cc: Waiting 09:28:39 798269fcf238: Waiting 09:28:39 6863d3e3a2b1: Waiting 09:28:39 ec0bb842ea78: Waiting 09:28:39 6911f1a30b25: Download complete 09:28:39 6863d3e3a2b1: Verifying Checksum 09:28:39 6863d3e3a2b1: Download complete 09:28:39 ec0bb842ea78: Download complete 09:28:39 4db1b89c0bd1: Verifying Checksum 09:28:39 4db1b89c0bd1: Download complete 09:28:40 40a00589a448: Verifying Checksum 09:28:40 40a00589a448: Download complete 09:28:40 4db1b89c0bd1: Pull complete 09:28:40 6911f1a30b25: Pull complete 09:28:40 798269fcf238: Verifying Checksum 09:28:40 798269fcf238: Download complete 09:28:40 e194b8c5c2a9: Download complete 09:28:40 6c08303d61cc: Verifying Checksum 09:28:40 6c08303d61cc: Download complete 09:28:44 e194b8c5c2a9: Pull complete 09:28:44 6863d3e3a2b1: Pull complete 09:28:44 ec0bb842ea78: Pull complete 09:28:44 40a00589a448: Pull complete 09:28:46 6c08303d61cc: Pull complete 09:28:47 798269fcf238: Pull complete 09:28:47 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 09:28:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 09:28:47 ---> ec979cd7f677 09:28:47 Step 3/12 : ARG ADD_BUILD_TAGS="" 09:28:51 ---> Running in 7a0d7ad87f3d 09:28:51 Removing intermediate container 7a0d7ad87f3d 09:28:51 ---> 7930f84eec64 09:28:51 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:28:51 ---> Running in ceeb05791d5d 09:28:51 Removing intermediate container ceeb05791d5d 09:28:51 ---> f7ed7eb94726 09:28:51 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 09:28:51 ---> Running in a2e9063ec1b8 09:28:51 Removing intermediate container a2e9063ec1b8 09:28:51 ---> 83de2202f7a8 09:28:51 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 09:28:51 ---> Running in 0af5de840353 09:28:51 Removing intermediate container 0af5de840353 09:28:51 ---> 1c1707d65830 09:28:51 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:28:51 ---> Running in 6127b1c5fef0 09:28:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:28:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:28:52 (1/4) Installing openssh-keygen (9.1_p1-r4) 09:28:52 (2/4) Installing libedit (20221030.3.1-r0) 09:28:52 (3/4) Installing openssh-client-common (9.1_p1-r4) 09:28:52 (4/4) Installing openssh-client-default (9.1_p1-r4) 09:28:52 Executing busybox-1.35.0-r29.trigger 09:28:52 OK: 269 MiB in 57 packages 09:28:52 Removing intermediate container 6127b1c5fef0 09:28:52 ---> 789a099deea6 09:28:52 Step 8/12 : WORKDIR /device-rest-go 09:28:52 ---> Running in 2e0dec164d60 09:28:52 Removing intermediate container 2e0dec164d60 09:28:52 ---> 2acf3f3b9aa7 09:28:52 Step 9/12 : COPY go.mod vendor* ./ 09:28:52 ---> 22bc2039c83b 09:28:52 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:28:52 ---> Running in ee8c2b0fa44b 09:28:53 Still waiting to schedule task 09:28:53 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4551’ 09:29:19 Removing intermediate container ee8c2b0fa44b 09:29:19 ---> 4b57f0d8d7ca 09:29:19 Step 11/12 : COPY . . 09:29:19 ---> 0016e33d108f 09:29:19 Step 12/12 : RUN $MAKE 09:29:19 ---> Running in 11e05ab69a7b 09:29:19 noop 09:29:19 Removing intermediate container 11e05ab69a7b 09:29:19 ---> b1ba776f7a43 09:29:19 Successfully built b1ba776f7a43 09:29:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:19 + docker inspect -f . ci-base-image-x86_64 09:29:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:29:19 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:29: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 ******** -e ******** ci-base-image-x86_64 cat 09:29:20 $ docker top 558a409447791e5dcc6b49e5b1ae5926d9e64f2e2ecaef6a3149b45ca7a985e2 -eo pid,comm [Pipeline] { [Pipeline] sh 09:29:20 + go version 09:29:20 go version go1.20.6 linux/amd64 [Pipeline] } 09:29:20 $ docker stop --time=1 558a409447791e5dcc6b49e5b1ae5926d9e64f2e2ecaef6a3149b45ca7a985e2 09:29:21 $ docker rm -f --volumes 558a409447791e5dcc6b49e5b1ae5926d9e64f2e2ecaef6a3149b45ca7a985e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:22 + docker inspect -f . ci-base-image-x86_64 09:29:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:29:22 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:29:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-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 09:29:22 $ docker top e3a8ce5c96bcc09d376f7dbeaf9dac5acad966675120ac6eca16b1e51c7ddb3a -eo pid,comm [Pipeline] { [Pipeline] sh 09:29:23 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 09:29:23 + make test 09:29:23 go test ./... -coverprofile=coverage.out ./... 09:29:28 ? github.com/edgexfoundry/device-rest-go [no test files] 09:29:40 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 09:29:40 ok github.com/edgexfoundry/device-rest-go/driver 0.018s coverage: 32.2% of statements 09:29:46 go vet ./... 09:29:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:29:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:29:50 ./bin/test-attribution-txt.sh [Pipeline] echo 09:29:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:29:50 $ docker stop --time=1 e3a8ce5c96bcc09d376f7dbeaf9dac5acad966675120ac6eca16b1e51c7ddb3a 09:29:53 $ docker rm -f --volumes e3a8ce5c96bcc09d376f7dbeaf9dac5acad966675120ac6eca16b1e51c7ddb3a [Pipeline] // withDockerContainer [Pipeline] sh 09:29:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:29:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:29:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:29:54 + ls -al . 09:29:54 total 188 09:29:54 drwxrwxr-x 9 jenkins jenkins 4096 Aug 25 09:29 . 09:29:54 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 09:28 .. 09:29:54 -rw-rw-r-- 1 jenkins jenkins 151 Aug 25 09:28 .dockerignore 09:29:54 drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 09:28 .git 09:29:54 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 09:28 .github 09:29:54 -rw-rw-r-- 1 jenkins jenkins 329 Aug 25 09:28 .gitignore 09:29:54 -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 09:28 .golangci.yml 09:29:54 drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 09:28 .semver 09:29:54 -rw-rw-r-- 1 jenkins jenkins 10409 Aug 25 09:28 Attribution.txt 09:29:54 -rw-rw-r-- 1 jenkins jenkins 15709 Aug 25 09:28 CHANGELOG.md 09:29:54 -rw-rw-r-- 1 jenkins jenkins 1578 Aug 25 09:28 Dockerfile 09:29:54 -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 09:28 GOVERNANCE.md 09:29:54 -rw-rw-r-- 1 jenkins jenkins 680 Aug 25 09:28 Jenkinsfile 09:29:54 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 25 09:28 LICENSE 09:29:54 -rw-rw-r-- 1 jenkins jenkins 2010 Aug 25 09:28 Makefile 09:29:54 -rw-rw-r-- 1 jenkins jenkins 620 Aug 25 09:28 OWNERS.md 09:29:54 -rw-rw-r-- 1 jenkins jenkins 15827 Aug 25 09:28 README.md 09:29:54 -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 09:28 VERSION 09:29:54 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 09:28 bin 09:29:54 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 09:28 cmd 09:29:54 -rw-r--r-- 1 jenkins jenkins 14656 Aug 25 09:29 coverage.out 09:29:54 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 09:28 driver 09:29:54 -rw-rw-r-- 1 jenkins jenkins 3932 Aug 25 09:28 go.mod 09:29:54 -rw-rw-r-- 1 jenkins jenkins 34255 Aug 25 09:28 go.sum 09:29:54 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 09:28 snap 09:29:54 -rw-rw-r-- 1 jenkins jenkins 713 Aug 25 09:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:54 + 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=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab --label arch=amd64 --label version=3.1.0-dev.5 . 09:29:54 Sending build context to Docker daemon 10.93MB 09:29:54 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 09:29:54 Step 2/25 : FROM ${BASE} AS builder 09:29:54 ---> b1ba776f7a43 09:29:54 Step 3/25 : ARG ADD_BUILD_TAGS="" 09:29:55 ---> Running in 56b89c625149 09:29:55 Removing intermediate container 56b89c625149 09:29:55 ---> b7d511046e85 09:29:55 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:29:55 ---> Running in b3b81176ff09 09:29:55 Removing intermediate container b3b81176ff09 09:29:55 ---> 7edb0451fbaa 09:29:55 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 09:29:55 ---> Running in c53953dea0a7 09:29:55 Removing intermediate container c53953dea0a7 09:29:55 ---> 2b91d36c8ceb 09:29:55 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 09:29:55 ---> Running in fcfee73b6ab9 09:29:55 Removing intermediate container fcfee73b6ab9 09:29:55 ---> 4ec2f8255678 09:29:55 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:29:55 ---> Running in ea3f436fd58e 09:29:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:29:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:29:56 OK: 269 MiB in 57 packages 09:29:56 Removing intermediate container ea3f436fd58e 09:29:56 ---> 6bd36706a13e 09:29:56 Step 8/25 : WORKDIR /device-rest-go 09:29:56 ---> Running in dbf04288a496 09:29:56 Removing intermediate container dbf04288a496 09:29:56 ---> c3032f31bc41 09:29:56 Step 9/25 : COPY go.mod vendor* ./ 09:29:56 ---> 815fbf8debdd 09:29:56 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:56 ---> Running in 46fdc2551752 09:29:57 Removing intermediate container 46fdc2551752 09:29:57 ---> b0351f44ba8b 09:29:57 Step 11/25 : COPY . . 09:29:57 ---> 0eb682c077ce 09:29:57 Step 12/25 : RUN $MAKE 09:29:57 ---> Running in 503ba88020fe 09:29:57 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rest ./cmd 09:30:20 Removing intermediate container 503ba88020fe 09:30:20 ---> ac38622d6330 09:30:20 Step 13/25 : FROM alpine:3.17 09:30:20 3.17: Pulling from library/alpine 09:30:20 9398808236ff: Pulling fs layer 09:30:20 9398808236ff: Verifying Checksum 09:30:20 9398808236ff: Download complete 09:30:20 9398808236ff: Pull complete 09:30:20 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 09:30:20 Status: Downloaded newer image for alpine:3.17 09:30:20 ---> 1e0b8b5322fc 09:30:20 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 09:30:20 ---> Running in 876095de6132 09:30:20 Removing intermediate container 876095de6132 09:30:20 ---> 355f8b62df5a 09:30:20 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 09:30:20 ---> Running in 1a3612c790f8 09:30:20 Removing intermediate container 1a3612c790f8 09:30:20 ---> a67b9ea0ded7 09:30:20 Step 16/25 : RUN apk add --update --no-cache dumb-init 09:30:20 ---> Running in bc299c8cae05 09:30:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:30:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:30:20 (1/1) Installing dumb-init (1.2.5-r2) 09:30:20 Executing busybox-1.35.0-r29.trigger 09:30:20 OK: 7 MiB in 16 packages 09:30:20 Removing intermediate container bc299c8cae05 09:30:20 ---> a531b449b576 09:30:20 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 09:30:20 ---> d33d1b56b7e3 09:30:20 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 09:30:20 ---> 9cf369dcb001 09:30:20 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 09:30:20 ---> 820e302edecb 09:30:20 Step 20/25 : EXPOSE 59986 09:30:20 ---> Running in 9a84a3eab0b6 09:30:20 Removing intermediate container 9a84a3eab0b6 09:30:20 ---> 9a4281da375b 09:30:20 Step 21/25 : ENTRYPOINT ["/device-rest"] 09:30:20 ---> Running in be8f45d08a3e 09:30:20 Removing intermediate container be8f45d08a3e 09:30:20 ---> f21a0bf46660 09:30:20 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 09:30:20 ---> Running in 82b70c52dc2d 09:30:20 Removing intermediate container 82b70c52dc2d 09:30:20 ---> 0b67dff1aaba 09:30:20 Step 23/25 : LABEL arch=amd64 09:30:20 ---> Running in cf3b34a98454 09:30:20 Removing intermediate container cf3b34a98454 09:30:20 ---> 73f14e8a20c4 09:30:20 Step 24/25 : LABEL git_sha=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:30:20 ---> Running in 7c5afe189989 09:30:20 Removing intermediate container 7c5afe189989 09:30:20 ---> b80455187314 09:30:20 Step 25/25 : LABEL version=3.1.0-dev.5 09:30:20 ---> Running in 9763ecbc9a22 09:30:20 Removing intermediate container 9763ecbc9a22 09:30:20 ---> a9afd142ab70 09:30:20 [Warning] One or more build-args [ARCH] were not consumed 09:30:20 Successfully built a9afd142ab70 09:30:20 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:30:20 provisioning config files... 09:30:20 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10145605900953466173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:30:20 ---> docker-login.sh 09:30:20 nexus3.edgexfoundry.org:10001 09:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:20 Configure a credential helper to remove this warning. See 09:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:20 09:30:20 Login Succeeded 09:30:20 nexus3.edgexfoundry.org:10002 09:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:20 Configure a credential helper to remove this warning. See 09:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:20 09:30:20 Login Succeeded 09:30:20 nexus3.edgexfoundry.org:10003 09:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:20 Configure a credential helper to remove this warning. See 09:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:20 09:30:20 Login Succeeded 09:30:20 nexus3.edgexfoundry.org:10004 09:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:20 Configure a credential helper to remove this warning. See 09:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:20 09:30:20 Login Succeeded 09:30:20 docker.io 09:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:21 Configure a credential helper to remove this warning. See 09:30:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:21 09:30:21 Login Succeeded 09:30:21 ---> docker-login.sh ends [Pipeline] } 09:30:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:30:21 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 09:30:21 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:30:21 latest 09:30:21 3.1.0-dev.5 09:30:21 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 09:30:21 main 09:30:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:21 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:21 + docker push nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:30:21 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 09:30:21 3eab9ce01fe4: Preparing 09:30:21 c5faf059f72a: Preparing 09:30:21 f57904164eea: Preparing 09:30:21 5cf2d4632172: Preparing 09:30:21 36b50b131297: Preparing 09:30:21 36b50b131297: Layer already exists 09:30:21 c5faf059f72a: Pushed 09:30:21 5cf2d4632172: Pushed 09:30:21 3eab9ce01fe4: Pushed 09:30:24 f57904164eea: Pushed 09:30:24 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:24 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:24 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 09:30:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 09:30:24 3eab9ce01fe4: Preparing 09:30:24 c5faf059f72a: Preparing 09:30:24 f57904164eea: Preparing 09:30:24 5cf2d4632172: Preparing 09:30:24 36b50b131297: Preparing 09:30:24 c5faf059f72a: Layer already exists 09:30:24 3eab9ce01fe4: Layer already exists 09:30:24 f57904164eea: Layer already exists 09:30:24 5cf2d4632172: Layer already exists 09:30:24 36b50b131297: Layer already exists 09:30:24 latest: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:25 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:25 + docker push nexus3.edgexfoundry.org:10004/device-rest:3.1.0-dev.5 09:30:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 09:30:25 3eab9ce01fe4: Preparing 09:30:25 c5faf059f72a: Preparing 09:30:25 f57904164eea: Preparing 09:30:25 5cf2d4632172: Preparing 09:30:25 36b50b131297: Preparing 09:30:25 5cf2d4632172: Layer already exists 09:30:25 36b50b131297: Layer already exists 09:30:25 3eab9ce01fe4: Layer already exists 09:30:25 c5faf059f72a: Layer already exists 09:30:25 f57904164eea: Layer already exists 09:30:25 3.1.0-dev.5: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:25 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:26 + docker push nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 09:30:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 09:30:26 3eab9ce01fe4: Preparing 09:30:26 c5faf059f72a: Preparing 09:30:26 f57904164eea: Preparing 09:30:26 5cf2d4632172: Preparing 09:30:26 36b50b131297: Preparing 09:30:26 c5faf059f72a: Layer already exists 09:30:26 f57904164eea: Layer already exists 09:30:26 5cf2d4632172: Layer already exists 09:30:26 36b50b131297: Layer already exists 09:30:26 3eab9ce01fe4: Layer already exists 09:30:26 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:26 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:26 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 09:30:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 09:30:26 3eab9ce01fe4: Preparing 09:30:26 c5faf059f72a: Preparing 09:30:26 f57904164eea: Preparing 09:30:26 5cf2d4632172: Preparing 09:30:26 36b50b131297: Preparing 09:30:26 36b50b131297: Layer already exists 09:30:26 f57904164eea: Layer already exists 09:30:26 c5faf059f72a: Layer already exists 09:30:26 3eab9ce01fe4: Layer already exists 09:30:26 5cf2d4632172: Layer already exists 09:30:26 main: digest: sha256:5cbef9926646881e1d71bb55cdbe4cebdd5b1ff195ab1f9f8099e062841dda6c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:26 ===================================================== [Pipeline] echo 09:30:26 taggedImages: 09:30:26 - nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:30:26 - nexus3.edgexfoundry.org:10004/device-rest:latest 09:30:26 - nexus3.edgexfoundry.org:10004/device-rest:3.1.0-dev.5 09:30:26 - nexus3.edgexfoundry.org:10004/device-rest:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 09:30: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 09:30:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:30:27 09:30:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:30:27 latest: Pulling from edgex-lftools-log-publisher 09:30:27 5eb5b503b376: Pulling fs layer 09:30:27 5c69ac0246d0: Pulling fs layer 09:30:27 ec43610c2a17: Pulling fs layer 09:30:27 3a2ae6a8a46f: Pulling fs layer 09:30:27 33b1e0a273af: Pulling fs layer 09:30:27 5d3b04190fa2: Pulling fs layer 09:30:27 2f39f015ded8: Pulling fs layer 09:30:27 33b1e0a273af: Waiting 09:30:27 5d3b04190fa2: Waiting 09:30:27 2f39f015ded8: Waiting 09:30:27 3a2ae6a8a46f: Waiting 09:30:27 5c69ac0246d0: Verifying Checksum 09:30:27 5c69ac0246d0: Download complete 09:30:27 3a2ae6a8a46f: Verifying Checksum 09:30:27 3a2ae6a8a46f: Download complete 09:30:27 33b1e0a273af: Verifying Checksum 09:30:27 33b1e0a273af: Download complete 09:30:27 5d3b04190fa2: Verifying Checksum 09:30:27 5d3b04190fa2: Download complete 09:30:27 ec43610c2a17: Download complete 09:30:27 5eb5b503b376: Verifying Checksum 09:30:27 5eb5b503b376: Download complete 09:30:28 2f39f015ded8: Download complete 09:30:28 5eb5b503b376: Pull complete 09:30:28 5c69ac0246d0: Pull complete 09:30:29 ec43610c2a17: Pull complete 09:30:29 3a2ae6a8a46f: Pull complete 09:30:29 33b1e0a273af: Pull complete 09:30:29 5d3b04190fa2: Pull complete 09:30:33 2f39f015ded8: Pull complete 09:30:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:30:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:30:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:30:34 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:30: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/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 09:30:36 $ docker top e2626672f54eadaa306ef40ce6c8e86b2606886b65c938221ccc0d0d11a81ad2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:30:37 ---> job-cost.sh 09:30:37 lf-activate-venv: SKIPPING 09:30:37 INFO: No Stack... 09:30:37 INFO: Retrieving Pricing Info for: v3-standard-8 09:30:37 INFO: Archiving Costs [Pipeline] sh 09:30:38 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 09:30:38 + cut -d, -f6 [Pipeline] lock 09:30:38 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] 09:30:38 Resource [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] did not exist. Created. 09:30:38 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:30:38 + echo total: 0.2199999988079071 [Pipeline] stash 09:30:38 Stashed 1 file(s) [Pipeline] } 09:30:38 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [Pipeline] // lock [Pipeline] } 09:30:38 $ docker stop --time=1 e2626672f54eadaa306ef40ce6c8e86b2606886b65c938221ccc0d0d11a81ad2 09:30:39 $ docker rm -f --volumes e2626672f54eadaa306ef40ce6c8e86b2606886b65c938221ccc0d0d11a81ad2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:32:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4553 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 09:32:10 Running in /w/workspace/device-rest-go/125 [Pipeline] { [Pipeline] checkout 09:32:10 The recommended git tool is: git 09:32:15 using credential edgex-jenkins-ssh 09:32:15 Cloning the remote Git repository 09:32:15 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 09:32:15 > git init /w/workspace/device-rest-go/125 # timeout=10 09:32:15 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 09:32:15 > git --version # timeout=10 09:32:15 > git --version # 'git version 2.25.1' 09:32:15 using GIT_SSH to set credentials SSH Credentials for GitHub 09:32:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:32:18 Avoid second fetch 09:32:18 Checking out Revision 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab (main) 09:32:17 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 09:32:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:32:18 > git config core.sparsecheckout # timeout=10 09:32:18 > git checkout -f 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab # timeout=10 09:32:19 Commit message: "Merge pull request #332 from FelixTing/update-sdk" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:32:20 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:32:20 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:20 Dload Upload Total Spent Left Speed 09:32:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh 09:32:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:32:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 09:32:20 sudo tee /etc/docker/daemon.new 09:32:20 { 09:32:20 "registry-mirrors": [ 09:32:20 "https://nexus3.edgexfoundry.org:10001" 09:32:20 ], 09:32:20 "bip": "10.250.0.254/24", 09:32:20 "hosts": [ 09:32:20 "tcp://0.0.0.0:5555", 09:32:20 "unix:///var/run/docker.sock" 09:32:20 ], 09:32:20 "mtu": 1458, 09:32:20 "selinux-enabled": true, 09:32:20 "seccomp-profile": "/etc/docker/seccomp.json" 09:32:20 } [Pipeline] sh 09:32:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:32:21 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:32:39 provisioning config files... 09:32:39 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/125@tmp/config2848625049531031950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:32:40 ---> docker-login.sh 09:32:40 nexus3.edgexfoundry.org:10001 09:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:40 Configure a credential helper to remove this warning. See 09:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:40 09:32:40 Login Succeeded 09:32:40 nexus3.edgexfoundry.org:10002 09:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:41 Configure a credential helper to remove this warning. See 09:32:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:41 09:32:41 Login Succeeded 09:32:41 nexus3.edgexfoundry.org:10003 09:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:41 Configure a credential helper to remove this warning. See 09:32:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:41 09:32:41 Login Succeeded 09:32:41 nexus3.edgexfoundry.org:10004 09:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:41 Configure a credential helper to remove this warning. See 09:32:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:41 09:32:41 Login Succeeded 09:32:41 docker.io 09:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:42 Configure a credential helper to remove this warning. See 09:32:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:42 09:32:42 Login Succeeded 09:32:42 ---> docker-login.sh ends [Pipeline] } 09:32:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:32:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:32:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:32:42 ========================================================= 09:32:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 09:32:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:32:43 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 09:32:43 Sending build context to Docker daemon 143.9kB 09:32:43 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 09:32:43 Step 2/12 : FROM ${BASE} AS builder 09:32:43 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:32:43 edb6bdbacee9: Pulling fs layer 09:32:43 5f9638ab2659: Pulling fs layer 09:32:43 8d51d6327a98: Pulling fs layer 09:32:43 8b374f2dd631: Pulling fs layer 09:32:43 ec14aa9079de: Pulling fs layer 09:32:43 8b374f2dd631: Waiting 09:32:43 2f466654f4bb: Pulling fs layer 09:32:43 554e91adad29: Pulling fs layer 09:32:43 ec14aa9079de: Waiting 09:32:43 2f466654f4bb: Waiting 09:32:43 554e91adad29: Waiting 09:32:43 5f9638ab2659: Verifying Checksum 09:32:43 5f9638ab2659: Download complete 09:32:43 8b374f2dd631: Download complete 09:32:43 ec14aa9079de: Verifying Checksum 09:32:43 ec14aa9079de: Download complete 09:32:43 edb6bdbacee9: Verifying Checksum 09:32:43 edb6bdbacee9: Download complete 09:32:44 edb6bdbacee9: Pull complete 09:32:45 554e91adad29: Verifying Checksum 09:32:45 554e91adad29: Download complete 09:32:45 5f9638ab2659: Pull complete 09:32:46 8d51d6327a98: Verifying Checksum 09:32:46 8d51d6327a98: Download complete 09:32:46 2f466654f4bb: Verifying Checksum 09:32:46 2f466654f4bb: Download complete 09:32:58 8d51d6327a98: Pull complete 09:32:58 8b374f2dd631: Pull complete 09:32:58 ec14aa9079de: Pull complete 09:33:03 2f466654f4bb: Pull complete 09:33:05 554e91adad29: Pull complete 09:33:05 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 09:33:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 09:33:05 ---> 1e15ea492957 09:33:05 Step 3/12 : ARG ADD_BUILD_TAGS="" 09:33:07 ---> Running in e6e4cf73e838 09:33:07 Removing intermediate container e6e4cf73e838 09:33:07 ---> 30b0d282f4ee 09:33:07 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:33:08 ---> Running in 197cf30fc980 09:33:08 Removing intermediate container 197cf30fc980 09:33:08 ---> 5eb16a2b8d1c 09:33:08 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 09:33:08 ---> Running in c6ef1eac64e7 09:33:08 Removing intermediate container c6ef1eac64e7 09:33:08 ---> 7e8162aca106 09:33:08 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 09:33:08 ---> Running in c8f431201ec9 09:33:08 Removing intermediate container c8f431201ec9 09:33:08 ---> 5973bdba0a62 09:33:08 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:33:09 ---> Running in c8cb73180c0e 09:33:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:33:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:33:11 (1/4) Installing openssh-keygen (9.1_p1-r4) 09:33:11 (2/4) Installing libedit (20221030.3.1-r0) 09:33:11 (3/4) Installing openssh-client-common (9.1_p1-r4) 09:33:11 (4/4) Installing openssh-client-default (9.1_p1-r4) 09:33:11 Executing busybox-1.35.0-r29.trigger 09:33:11 OK: 268 MiB in 57 packages 09:33:16 Removing intermediate container c8cb73180c0e 09:33:16 ---> 0a0fb872f6c7 09:33:16 Step 8/12 : WORKDIR /device-rest-go 09:33:16 ---> Running in 223ee703baa9 09:33:16 Removing intermediate container 223ee703baa9 09:33:16 ---> fd9297e8d5ec 09:33:16 Step 9/12 : COPY go.mod vendor* ./ 09:33:16 ---> 56df523922e9 09:33:16 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:33:16 ---> Running in 68f2692d1773 09:34:24 Removing intermediate container 68f2692d1773 09:34:24 ---> bb214f2cf488 09:34:24 Step 11/12 : COPY . . 09:34:24 ---> 8bacd527fa22 09:34:24 Step 12/12 : RUN $MAKE 09:34:24 ---> Running in 2636962276ff 09:34:24 noop 09:34:24 Removing intermediate container 2636962276ff 09:34:24 ---> 1ea3b4addd22 09:34:24 Successfully built 1ea3b4addd22 09:34:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:24 + docker inspect -f . ci-base-image-arm64 09:34:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:34:25 prd-ubuntu20.04-docker-arm64-4c-16g-4553 does not seem to be running inside a container 09:34:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/125 -v /w/workspace/device-rest-go/125:/w/workspace/device-rest-go/125:rw,z -v /w/workspace/device-rest-go/125@tmp:/w/workspace/device-rest-go/125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:34:26 $ docker top bb7e6ec9e8be7aebb8d59cccbedaa416c683466c2ca429482b8de913afb9e6b9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:27 + go version 09:34:27 go version go1.20.6 linux/arm64 [Pipeline] } 09:34:27 $ docker stop --time=1 bb7e6ec9e8be7aebb8d59cccbedaa416c683466c2ca429482b8de913afb9e6b9 09:34:28 $ docker rm -f --volumes bb7e6ec9e8be7aebb8d59cccbedaa416c683466c2ca429482b8de913afb9e6b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:29 + docker inspect -f . ci-base-image-arm64 09:34:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:34:29 prd-ubuntu20.04-docker-arm64-4c-16g-4553 does not seem to be running inside a container 09:34:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/125 -v /w/workspace/device-rest-go/125:/w/workspace/device-rest-go/125:rw,z -v /w/workspace/device-rest-go/125@tmp:/w/workspace/device-rest-go/125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:34:30 $ docker top f4c2249791d96c010a66b630215b61af6db1cef21f16cd370a726142eb917f82 -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:31 + git config --global --add safe.directory /w/workspace/device-rest-go/125 [Pipeline] fileExists [Pipeline] sh 09:34:31 + make test 09:34:31 go test ./... -coverprofile=coverage.out ./... 09:35:03 ? github.com/edgexfoundry/device-rest-go [no test files] 09:37:10 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 09:37:10 ok github.com/edgexfoundry/device-rest-go/driver 0.067s coverage: 32.2% of statements 09:37:10 WARNING: Linting skipped (not on x86_64 or linter not installed) 09:37:10 go vet ./... 09:37:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:37:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:37:28 ./bin/test-attribution-txt.sh [Pipeline] echo 09:37:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:37:28 $ docker stop --time=1 f4c2249791d96c010a66b630215b61af6db1cef21f16cd370a726142eb917f82 09:37:30 $ docker rm -f --volumes f4c2249791d96c010a66b630215b61af6db1cef21f16cd370a726142eb917f82 [Pipeline] // withDockerContainer [Pipeline] sh 09:37:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:37:31 Warning: overwriting stash ‘coverage-report’ 09:37:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:37:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:37:32 + ls -al . 09:37:32 total 184 09:37:32 drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 09:34 . 09:37:32 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 09:32 .. 09:37:32 -rw-rw-r-- 1 jenkins jenkins 151 Aug 25 09:32 .dockerignore 09:37:32 drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 09:32 .git 09:37:32 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 09:32 .github 09:37:32 -rw-rw-r-- 1 jenkins jenkins 329 Aug 25 09:32 .gitignore 09:37:32 -rw-rw-r-- 1 jenkins jenkins 41 Aug 25 09:32 .golangci.yml 09:37:32 -rw-rw-r-- 1 jenkins jenkins 10409 Aug 25 09:32 Attribution.txt 09:37:32 -rw-rw-r-- 1 jenkins jenkins 15709 Aug 25 09:32 CHANGELOG.md 09:37:32 -rw-rw-r-- 1 jenkins jenkins 1578 Aug 25 09:32 Dockerfile 09:37:32 -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 09:32 GOVERNANCE.md 09:37:32 -rw-rw-r-- 1 jenkins jenkins 680 Aug 25 09:32 Jenkinsfile 09:37:32 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 25 09:32 LICENSE 09:37:32 -rw-rw-r-- 1 jenkins jenkins 2010 Aug 25 09:32 Makefile 09:37:32 -rw-rw-r-- 1 jenkins jenkins 620 Aug 25 09:32 OWNERS.md 09:37:32 -rw-rw-r-- 1 jenkins jenkins 15827 Aug 25 09:32 README.md 09:37:32 -rw-rw-r-- 1 jenkins jenkins 11 Aug 25 09:28 VERSION 09:37:32 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 09:32 bin 09:37:32 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 09:32 cmd 09:37:32 -rw-r--r-- 1 jenkins jenkins 14656 Aug 25 09:37 coverage.out 09:37:32 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 09:32 driver 09:37:32 -rw-rw-r-- 1 jenkins jenkins 3932 Aug 25 09:32 go.mod 09:37:32 -rw-rw-r-- 1 jenkins jenkins 34255 Aug 25 09:32 go.sum 09:37:32 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 09:32 snap 09:37:32 -rw-rw-r-- 1 jenkins jenkins 713 Aug 25 09:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:33 + 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=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab --label arch=arm64 --label version=3.1.0-dev.5 . 09:37:33 Sending build context to Docker daemon 159.2kB 09:37:33 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 09:37:33 Step 2/25 : FROM ${BASE} AS builder 09:37:33 ---> 1ea3b4addd22 09:37:33 Step 3/25 : ARG ADD_BUILD_TAGS="" 09:37:33 ---> Running in 1304ed246eaa 09:37:33 Removing intermediate container 1304ed246eaa 09:37:33 ---> fe02dfb635d9 09:37:33 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:37:33 ---> Running in 71acb42656e2 09:37:33 Removing intermediate container 71acb42656e2 09:37:33 ---> 6fe6adf2ad92 09:37:33 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 09:37:34 ---> Running in c6e52671c3c2 09:37:34 Removing intermediate container c6e52671c3c2 09:37:34 ---> 84a10849d07b 09:37:34 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 09:37:34 ---> Running in 80e1095c8271 09:37:34 Removing intermediate container 80e1095c8271 09:37:34 ---> 3b166eb998be 09:37:34 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:37:34 ---> Running in bf3e0af2a7fb 09:37:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:37:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:37:37 OK: 268 MiB in 57 packages 09:37:38 Removing intermediate container bf3e0af2a7fb 09:37:38 ---> 7629e29913c7 09:37:38 Step 8/25 : WORKDIR /device-rest-go 09:37:38 ---> Running in d1706d3fc06e 09:37:38 Removing intermediate container d1706d3fc06e 09:37:38 ---> 90d95a32a8c9 09:37:38 Step 9/25 : COPY go.mod vendor* ./ 09:37:39 ---> 3778680c1aa1 09:37:39 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:37:39 ---> Running in 61d4f32ea62f 09:37:40 Removing intermediate container 61d4f32ea62f 09:37:40 ---> 1ead613c85ca 09:37:40 Step 11/25 : COPY . . 09:37:43 ---> a9474c754539 09:37:43 Step 12/25 : RUN $MAKE 09:37:43 ---> Running in 903128df4746 09:37:44 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=3.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.16" -trimpath -mod=readonly -o cmd/device-rest ./cmd 09:40:06 Removing intermediate container 903128df4746 09:40:06 ---> 24f5ef50d8ed 09:40:06 Step 13/25 : FROM alpine:3.17 09:40:06 3.17: Pulling from library/alpine 09:40:06 4060ece20d7a: Pulling fs layer 09:40:06 4060ece20d7a: Verifying Checksum 09:40:06 4060ece20d7a: Download complete 09:40:06 4060ece20d7a: Pull complete 09:40:06 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 09:40:06 Status: Downloaded newer image for alpine:3.17 09:40:06 ---> 8650cd65339b 09:40:06 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 09:40:06 ---> Running in 2631cf1f1204 09:40:06 Removing intermediate container 2631cf1f1204 09:40:06 ---> 563f6dfa9359 09:40:06 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 09:40:06 ---> Running in eccfdaa58777 09:40:06 Removing intermediate container eccfdaa58777 09:40:06 ---> d179848556f4 09:40:06 Step 16/25 : RUN apk add --update --no-cache dumb-init 09:40:06 ---> Running in f28412dd1d86 09:40:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:40:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:40:06 (1/1) Installing dumb-init (1.2.5-r2) 09:40:06 Executing busybox-1.35.0-r29.trigger 09:40:06 OK: 8 MiB in 16 packages 09:40:06 Removing intermediate container f28412dd1d86 09:40:06 ---> a701dd8e1c65 09:40:06 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 09:40:06 ---> 1bc2c3ea07e8 09:40:06 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 09:40:06 ---> cdd80ab98445 09:40:06 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 09:40:06 ---> deaa9a56092e 09:40:06 Step 20/25 : EXPOSE 59986 09:40:06 ---> Running in 8a073e4015f0 09:40:06 Removing intermediate container 8a073e4015f0 09:40:06 ---> 906861cd85b5 09:40:06 Step 21/25 : ENTRYPOINT ["/device-rest"] 09:40:06 ---> Running in 322a509aa96f 09:40:06 Removing intermediate container 322a509aa96f 09:40:06 ---> b0ea183bb4d7 09:40:06 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 09:40:06 ---> Running in b3075be8745c 09:40:06 Removing intermediate container b3075be8745c 09:40:06 ---> c183443512ca 09:40:06 Step 23/25 : LABEL arch=arm64 09:40:06 ---> Running in af4149d988d7 09:40:06 Removing intermediate container af4149d988d7 09:40:06 ---> a6453eaf525c 09:40:06 Step 24/25 : LABEL git_sha=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:40:06 ---> Running in d2e94915c02f 09:40:06 Removing intermediate container d2e94915c02f 09:40:06 ---> 09fb74010597 09:40:06 Step 25/25 : LABEL version=3.1.0-dev.5 09:40:06 ---> Running in d8cd06ddefac 09:40:06 Removing intermediate container d8cd06ddefac 09:40:06 ---> 213e04e319de 09:40:06 [Warning] One or more build-args [ARCH] were not consumed 09:40:06 Successfully built 213e04e319de 09:40:06 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 09:40:06 provisioning config files... 09:40:06 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/125@tmp/config10206706161420089169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:40:06 ---> docker-login.sh 09:40:06 nexus3.edgexfoundry.org:10001 09:40:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:07 Configure a credential helper to remove this warning. See 09:40:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:07 09:40:07 Login Succeeded 09:40:07 nexus3.edgexfoundry.org:10002 09:40:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:07 Configure a credential helper to remove this warning. See 09:40:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:07 09:40:07 Login Succeeded 09:40:07 nexus3.edgexfoundry.org:10003 09:40:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:07 Configure a credential helper to remove this warning. See 09:40:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:07 09:40:07 Login Succeeded 09:40:07 nexus3.edgexfoundry.org:10004 09:40:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:08 Configure a credential helper to remove this warning. See 09:40:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:08 09:40:08 Login Succeeded 09:40:08 docker.io 09:40:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:08 Configure a credential helper to remove this warning. See 09:40:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:08 09:40:08 Login Succeeded 09:40:08 ---> docker-login.sh ends [Pipeline] } 09:40:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:40:08 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 09:40:08 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:40:08 latest 09:40:08 3.1.0-dev.5 09:40:08 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 09:40:08 main 09:40:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:09 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:09 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 09:40:09 79f8b2e77c47: Preparing 09:40:09 f6628021fda6: Preparing 09:40:09 51e246b5d3f9: Preparing 09:40:09 8e9ca9156e02: Preparing 09:40:09 d2d9d24a8c2a: Preparing 09:40:09 d2d9d24a8c2a: Layer already exists 09:40:09 f6628021fda6: Pushed 09:40:09 79f8b2e77c47: Pushed 09:40:09 8e9ca9156e02: Pushed 09:40:15 51e246b5d3f9: Pushed 09:40:15 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:15 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:15 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 09:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 09:40:15 79f8b2e77c47: Preparing 09:40:15 f6628021fda6: Preparing 09:40:15 51e246b5d3f9: Preparing 09:40:15 8e9ca9156e02: Preparing 09:40:15 d2d9d24a8c2a: Preparing 09:40:15 79f8b2e77c47: Layer already exists 09:40:15 d2d9d24a8c2a: Layer already exists 09:40:15 8e9ca9156e02: Layer already exists 09:40:15 51e246b5d3f9: Layer already exists 09:40:15 f6628021fda6: Layer already exists 09:40:16 latest: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:16 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:16 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3.1.0-dev.5 09:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 09:40:16 79f8b2e77c47: Preparing 09:40:16 f6628021fda6: Preparing 09:40:16 51e246b5d3f9: Preparing 09:40:16 8e9ca9156e02: Preparing 09:40:16 d2d9d24a8c2a: Preparing 09:40:16 f6628021fda6: Layer already exists 09:40:16 79f8b2e77c47: Layer already exists 09:40:16 8e9ca9156e02: Layer already exists 09:40:16 51e246b5d3f9: Layer already exists 09:40:16 d2d9d24a8c2a: Layer already exists 09:40:16 3.1.0-dev.5: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:17 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:17 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 09:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 09:40:17 79f8b2e77c47: Preparing 09:40:17 f6628021fda6: Preparing 09:40:17 51e246b5d3f9: Preparing 09:40:17 8e9ca9156e02: Preparing 09:40:17 d2d9d24a8c2a: Preparing 09:40:17 f6628021fda6: Layer already exists 09:40:17 79f8b2e77c47: Layer already exists 09:40:17 d2d9d24a8c2a: Layer already exists 09:40:17 51e246b5d3f9: Layer already exists 09:40:17 8e9ca9156e02: Layer already exists 09:40:17 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:17 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:18 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 09:40:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 09:40:18 79f8b2e77c47: Preparing 09:40:18 f6628021fda6: Preparing 09:40:18 51e246b5d3f9: Preparing 09:40:18 8e9ca9156e02: Preparing 09:40:18 d2d9d24a8c2a: Preparing 09:40:18 51e246b5d3f9: Layer already exists 09:40:18 f6628021fda6: Layer already exists 09:40:18 8e9ca9156e02: Layer already exists 09:40:18 79f8b2e77c47: Layer already exists 09:40:18 d2d9d24a8c2a: Layer already exists 09:40:18 main: digest: sha256:d0967b2098604f990f6e68b0c1f501e519b379f398324eb080a8fb211a29c1f3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:40:18 ===================================================== [Pipeline] echo 09:40:18 taggedImages: 09:40:18 - nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab 09:40:18 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 09:40:18 - nexus3.edgexfoundry.org:10004/device-rest-arm64:3.1.0-dev.5 09:40:18 - nexus3.edgexfoundry.org:10004/device-rest-arm64:7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab-3.1.0-dev.5 09:40:18 - 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 09:40:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:40:18 09:40:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:40:18 arm64: Pulling from edgex-lftools-log-publisher 09:40:18 8998bd30e6a1: Pulling fs layer 09:40:18 04944245beec: Pulling fs layer 09:40:18 699f458cf7ca: Pulling fs layer 09:40:18 765212b225bb: Pulling fs layer 09:40:18 f23df028b6ca: Pulling fs layer 09:40:18 d65c8cfc05b1: Pulling fs layer 09:40:18 765212b225bb: Waiting 09:40:18 f23df028b6ca: Waiting 09:40:18 2437ff75d9bd: Pulling fs layer 09:40:18 d65c8cfc05b1: Waiting 09:40:19 04944245beec: Verifying Checksum 09:40:19 04944245beec: Download complete 09:40:19 765212b225bb: Verifying Checksum 09:40:19 765212b225bb: Download complete 09:40:19 f23df028b6ca: Download complete 09:40:19 d65c8cfc05b1: Verifying Checksum 09:40:19 d65c8cfc05b1: Download complete 09:40:19 699f458cf7ca: Verifying Checksum 09:40:19 699f458cf7ca: Download complete 09:40:19 8998bd30e6a1: Verifying Checksum 09:40:19 8998bd30e6a1: Download complete 09:40:21 2437ff75d9bd: Verifying Checksum 09:40:21 2437ff75d9bd: Download complete 09:40:23 8998bd30e6a1: Pull complete 09:40:23 04944245beec: Pull complete 09:40:25 699f458cf7ca: Pull complete 09:40:25 765212b225bb: Pull complete 09:40:26 f23df028b6ca: Pull complete 09:40:28 d65c8cfc05b1: Pull complete 09:40:43 2437ff75d9bd: Pull complete 09:40:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:40:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:40:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:40:43 prd-ubuntu20.04-docker-arm64-4c-16g-4553 does not seem to be running inside a container 09:40:43 $ 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/125 -v /w/workspace/device-rest-go/125:/w/workspace/device-rest-go/125:rw,z -v /w/workspace/device-rest-go/125@tmp:/w/workspace/device-rest-go/125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 09:40:45 $ docker top e068d525395990a4d46adb4ea929634e179f777bc19d0c1f1be7ee600df10829 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:40:46 ---> job-cost.sh 09:40:46 lf-activate-venv: SKIPPING 09:40:46 INFO: No Stack... 09:40:46 INFO: Retrieving Pricing Info for: v3-standard-4 09:40:47 INFO: Archiving Costs [Pipeline] sh 09:40:48 + cut -d, -f6 09:40:48 + cat /w/workspace/device-rest-go/125/archives/cost.csv [Pipeline] lock 09:40:48 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] 09:40:48 Resource [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] did not exist. Created. 09:40:48 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:40:48 /w/workspace/device-rest-go/125@tmp/durable-c6fde79c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:40:49 + echo total: 0.10999999940395355 [Pipeline] stash 09:40:49 Warning: overwriting stash ‘stack-cost’ 09:40:49 Stashed 1 file(s) [Pipeline] } 09:40:49 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-125-stack-cost] [Pipeline] // lock [Pipeline] } 09:40:49 $ docker stop --time=1 e068d525395990a4d46adb4ea929634e179f777bc19d0c1f1be7ee600df10829 09:40:50 $ docker rm -f --volumes e068d525395990a4d46adb4ea929634e179f777bc19d0c1f1be7ee600df10829 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 09:40:51 provisioning config files... 09:40:51 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9661583849147600505tmp [Pipeline] { [Pipeline] sh 09:40:51 + set +x 09:40:51 + bash -s -- 09:40:51 + curl -s https://codecov.io/bash 09:40:51 09:40:51 _____ _ 09:40:51 / ____| | | 09:40:51 | | ___ __| | ___ ___ _____ __ 09:40:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:40:51 | |___| (_) | (_| | __/ (_| (_) \ V / 09:40:51 \_____\___/ \__,_|\___|\___\___/ \_/ 09:40:51 Bash-1.0.6 09:40:51 09:40:51 09:40:51 ==> git version 2.25.1 found 09:40:52 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 09:40:52 Release-Date: 2020-01-08 09:40:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:40:52 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:40:52 ==> Jenkins CI detected. 09:40:52 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 09:40:52 project root: . 09:40:52 --> token set from env 09:40:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:40:52 ==> Running gcov in . (disable via -X gcov) 09:40:52 ==> Python coveragepy not found 09:40:52 ==> Searching for coverage reports in: 09:40:52 + . 09:40:52 -> Found 1 reports 09:40:52 ==> Detecting git/mercurial file structure 09:40:52 ==> Reading reports 09:40:52 + ./coverage.out bytes=14656 09:40:52 ==> Appending adjustments 09:40:52 https://docs.codecov.io/docs/fixing-reports 09:40:52 + Found adjustments 09:40:52 ==> Gzipping contents 09:40:52 4.0K /tmp/codecov.B9busb.gz 09:40:52 ==> Uploading reports 09:40:52 url: https://codecov.io 09:40:52 query: branch=main&commit=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F125%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:40:52 -> Pinging Codecov 09:40:52 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=7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F125%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:40:52 -> Uploading to 09:40:52 https://storage.googleapis.com/codecov/v4/raw/2023-08-25/4E5D53B4F1F92C436F7061BF334D961C/7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab/f9849390-7ef4-4e28-9ff0-9ab0091d8b38.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230825T094052Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f68474dc21b0d524d3995e6fc7645a363376f4b95ab1bf857a060c0e348e5df2 09:40:52 % Total % Received % Xferd Average Speed Time Time Time Current 09:40:52 Dload Upload Total Spent Left Speed 09:40:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2492 0 0 100 2492 0 13255 --:--:-- --:--:-- --:--:-- 13255 09:40:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] } 09:40:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:40:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:40:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:40:53 09:40:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:40:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:40:53 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:40:53 df9b9388f04a: Pulling fs layer 09:40:53 52dc419b0ee2: Pulling fs layer 09:40:53 25bc292e5bac: Pulling fs layer 09:40:53 114826534d7a: Pulling fs layer 09:40:53 4657fd5d0bcf: Pulling fs layer 09:40:53 6ad1cebc031e: Pulling fs layer 09:40:53 8a3aa393b2d8: Pulling fs layer 09:40:53 4657fd5d0bcf: Waiting 09:40:53 6ad1cebc031e: Waiting 09:40:53 8a3aa393b2d8: Waiting 09:40:53 114826534d7a: Waiting 09:40:53 25bc292e5bac: Verifying Checksum 09:40:53 25bc292e5bac: Download complete 09:40:53 52dc419b0ee2: Verifying Checksum 09:40:53 52dc419b0ee2: Download complete 09:40:53 4657fd5d0bcf: Download complete 09:40:53 df9b9388f04a: Download complete 09:40:53 6ad1cebc031e: Verifying Checksum 09:40:53 6ad1cebc031e: Download complete 09:40:53 df9b9388f04a: Pull complete 09:40:53 52dc419b0ee2: Pull complete 09:40:53 25bc292e5bac: Pull complete 09:40:54 114826534d7a: Verifying Checksum 09:40:54 114826534d7a: Download complete 09:40:54 8a3aa393b2d8: Verifying Checksum 09:40:54 8a3aa393b2d8: Download complete 09:40:57 114826534d7a: Pull complete 09:40:57 4657fd5d0bcf: Pull complete 09:40:57 6ad1cebc031e: Pull complete 09:41:00 8a3aa393b2d8: Pull complete 09:41:00 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 09:41:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:41:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:41:00 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:41:00 $ 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 09:41:03 $ docker top 1c6aae739e02cb0d89bae12f356d9095836945be50ae4c5a1dea69125a13101e -eo pid,comm [Pipeline] { [Pipeline] echo 09:41:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 09:41:04 + set -o pipefail 09:41:04 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 09:41:10 09:41:10 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 09:41:10 09:41:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6693b2f8-cb2c-4fe8-a536-d1b67f9ec7d5/history/9f0495dc-894b-4e2c-bd70-b15588bd2073 09:41:10 09:41:10 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 09:41:10 09:41:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:41:10 09:41:10 09:41:10 A medium severity vulnerability was found in the Snyk CLI versions you are using. 09:41:10 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 09:41:10 More details here: https://snyk.co/ue1NS [Pipeline] } 09:41:10 $ docker stop --time=1 1c6aae739e02cb0d89bae12f356d9095836945be50ae4c5a1dea69125a13101e 09:41:14 $ docker rm -f --volumes 1c6aae739e02cb0d89bae12f356d9095836945be50ae4c5a1dea69125a13101e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:41:14 + git log --format=format:%s -1 7a1d0d362fdfa11eb0dfe054808f0b2d568db7ab [Pipeline] sh 09:41:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:41:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:41:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:41:15 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:41:15 $ 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 09:41:16 $ docker top f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c -eo pid,comm 09:41:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:41:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:41:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:41:16 [ssh-agent] Looking for ssh-agent implementation... 09:41:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:41:16 $ docker exec f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c ssh-agent 09:41:16 SSH_AUTH_SOCK=/tmp/ssh-lMhJA4yGo227/agent.32 09:41:16 SSH_AGENT_PID=38 09:41:16 Running ssh-add (command line suppressed) 09:41:16 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14806131294716284869.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14806131294716284869.key) 09:41:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:41:16 + git semver tag 09:41:16 2023-08-25 09:41:16,928 [run_tag] DEBUG tag force:False 09:41:16 2023-08-25 09:41:16,928 [check_head_tag] DEBUG check head tag 09:41:16 2023-08-25 09:41:16,928 [execute] INFO git cat-file --batch-check 09:41:16 2023-08-25 09:41:16,928 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 09:41:16 2023-08-25 09:41:16,932 [execute] INFO git cat-file --batch 09:41:16 2023-08-25 09:41:16,933 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 09:41:16 2023-08-25 09:41:16,941 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:41:16 2023-08-25 09:41:16,942 [execute] INFO git tag -a v3.1.0-dev.5 -m v3.1.0-dev.5 09:41:16 2023-08-25 09:41:16,942 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.5', '-m', 'v3.1.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 09:41:16 2023-08-25 09:41:16,947 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:41:16 3.1.0-dev.5 [Pipeline] } 09:41:17 $ docker exec --env ******** --env ******** f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c ssh-agent -k 09:41:17 unset SSH_AUTH_SOCK; 09:41:17 unset SSH_AGENT_PID; 09:41:17 echo Agent pid 38 killed; 09:41:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:41:17 + git semver [Pipeline] } 09:41:17 $ docker stop --time=1 f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c 09:41:19 $ docker rm -f --volumes f9811665427a48a747321f1a94ac62d114c5df89779b6f6d51fb5d58db811f5c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:41:19 09:41:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:41:19 0.23.1-centos7: Pulling from edgex-lftools 09:41:19 ab5ef0e58194: Pulling fs layer 09:41:19 9712f1f96733: Pulling fs layer 09:41:19 63f879dbbcfc: Pulling fs layer 09:41:19 0d9ebad4ef96: Pulling fs layer 09:41:19 e9a5061849ea: Pulling fs layer 09:41:19 d747dcd14b5f: Pulling fs layer 09:41:19 2de7ff778b66: Pulling fs layer 09:41:19 0d9ebad4ef96: Waiting 09:41:19 e9a5061849ea: Waiting 09:41:19 9712f1f96733: Verifying Checksum 09:41:19 9712f1f96733: Download complete 09:41:19 63f879dbbcfc: Verifying Checksum 09:41:19 63f879dbbcfc: Download complete 09:41:20 e9a5061849ea: Verifying Checksum 09:41:20 e9a5061849ea: Download complete 09:41:20 d747dcd14b5f: Download complete 09:41:20 ab5ef0e58194: Verifying Checksum 09:41:20 ab5ef0e58194: Download complete 09:41:20 0d9ebad4ef96: Verifying Checksum 09:41:20 0d9ebad4ef96: Download complete 09:41:20 2de7ff778b66: Verifying Checksum 09:41:20 2de7ff778b66: Download complete 09:41:22 ab5ef0e58194: Pull complete 09:41:22 9712f1f96733: Pull complete 09:41:23 63f879dbbcfc: Pull complete 09:41:27 0d9ebad4ef96: Pull complete 09:41:27 e9a5061849ea: Pull complete 09:41:27 d747dcd14b5f: Pull complete 09:41:28 2de7ff778b66: Pull complete 09:41:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:41:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:41:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:41:28 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:41:28 $ 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 09:41:33 $ docker top 6d51b9320e97e89a73d3f28aec39776e9ed6159c92f662762d3dea164d761e9a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:41:33 provisioning config files... 09:41:33 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15784801013875619821tmp 09:41:33 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1169684206888412945tmp 09:41:33 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8985430073775443398tmp [Pipeline] { [Pipeline] echo 09:41:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:41:33 ---> sigul-configuration.sh 09:41:33 gpg: directory `/root/.gnupg' created 09:41:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:41:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:41:33 gpg: keyring `/root/.gnupg/secring.gpg' created 09:41:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:41:33 gpg: CAST5 encrypted data 09:41:33 gpg: encrypted with 1 passphrase 09:41:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:41:33 + mkdir /home/jenkins 09:41:33 + mkdir /home/jenkins/sigul [Pipeline] sh 09:41:34 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:41:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:41:34 ---> sigul-install.sh 09:41:34 Sigul already installed; skipping installation. [Pipeline] sh 09:41:34 + git tag --list 09:41:34 v1.0.0 09:41:34 v1.1.0 09:41:34 v1.1.1 09:41:34 v1.1.2 09:41:34 v1.2.0 09:41:34 v1.2.1 09:41:34 v2.0.0 09:41:34 v2.1.0 09:41:34 v2.1.1 09:41:34 v2.2.0 09:41:34 v2.3.0 09:41:34 v3.0 09:41:34 v3.0.0 09:41:34 v3.1.0-dev.1 09:41:34 v3.1.0-dev.2 09:41:34 v3.1.0-dev.3 09:41:34 v3.1.0-dev.4 09:41:34 v3.1.0-dev.5 [Pipeline] sh 09:41:35 + lftools sign git-tag v3.1.0-dev.5 09:41:35 Signing Git tag with Sigul... 09:41:35 Signing v3.1.0-dev.5 [Pipeline] echo 09:41:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:41:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:41:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:41:36 $ docker stop --time=1 6d51b9320e97e89a73d3f28aec39776e9ed6159c92f662762d3dea164d761e9a 09:41:37 $ docker rm -f --volumes 6d51b9320e97e89a73d3f28aec39776e9ed6159c92f662762d3dea164d761e9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:41:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:41:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:41:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:41:38 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:41:38 $ 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 09:41:38 $ docker top b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 -eo pid,comm 09:41:38 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:41:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:41:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:41:38 [ssh-agent] Looking for ssh-agent implementation... 09:41:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:41:38 $ docker exec b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 ssh-agent 09:41:38 SSH_AUTH_SOCK=/tmp/ssh-TyMKE3YupFkX/agent.32 09:41:38 SSH_AGENT_PID=38 09:41:38 Running ssh-add (command line suppressed) 09:41:39 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2851825141210626352.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2851825141210626352.key) 09:41:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:41:39 + git semver bump pre 09:41:39 2023-08-25 09:41:39,556 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:41:39 2023-08-25 09:41:39,556 [bump_version] DEBUG bumping version:3.1.0-dev.5 on axis:pre with prefix:dev 09:41:39 2023-08-25 09:41:39,556 [bump_version] DEBUG bumped version:3.1.0-dev.6 09:41:39 2023-08-25 09:41:39,556 [write_version] DEBUG write version:3.1.0-dev.6 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 09:41:39 2023-08-25 09:41:39,556 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:41:39 2023-08-25 09:41:39,556 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:41:39 2023-08-25 09:41:39,558 [execute] INFO git cat-file --batch-check 09:41:39 2023-08-25 09:41:39,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 09:41:39 2023-08-25 09:41:39,564 [execute] INFO git cat-file --batch 09:41:39 2023-08-25 09:41:39,565 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 09:41:39 2023-08-25 09:41:39,570 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:41:39 3.1.0-dev.6 [Pipeline] } 09:41:39 $ docker exec --env ******** --env ******** b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 ssh-agent -k 09:41:39 unset SSH_AUTH_SOCK; 09:41:39 unset SSH_AGENT_PID; 09:41:39 echo Agent pid 38 killed; 09:41:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:41:40 + git semver [Pipeline] } 09:41:40 $ docker stop --time=1 b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 09:41:41 $ docker rm -f --volumes b8ed09bd416146206580a5640c1d76199c788050ec875341e8c8044ccd369b46 [Pipeline] // withDockerContainer [Pipeline] sh 09:41:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:41:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:41:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:41:42 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:41:42 $ 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 09:41:42 $ docker top ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:41:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:41:42 [ssh-agent] Looking for ssh-agent implementation... 09:41:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:41:43 $ docker exec ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 ssh-agent 09:41:43 SSH_AUTH_SOCK=/tmp/ssh-F3HVNGAVj5TH/agent.32 09:41:43 SSH_AGENT_PID=38 09:41:43 Running ssh-add (command line suppressed) 09:41:43 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11615915067010169734.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11615915067010169734.key) 09:41:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:41:43 + git semver push 09:41:43 2023-08-25 09:41:43,755 [run_push] DEBUG push 09:41:43 2023-08-25 09:41:43,756 [execute] INFO git cat-file --batch-check 09:41:43 2023-08-25 09:41:43,756 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 09:41:43 2023-08-25 09:41:43,760 [execute] INFO git rev-list 22d578ff479851c019fe33818bd3ad9e8c954edf -- 09:41:43 2023-08-25 09:41:43,760 [execute] DEBUG Popen(['git', 'rev-list', '22d578ff479851c019fe33818bd3ad9e8c954edf', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 09:41:43 2023-08-25 09:41:43,768 [execute] INFO git fetch -v origin 09:41:43 2023-08-25 09:41:43,769 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=True, shell=None, istream=None) 09:41:44 2023-08-25 09:41:44,234 [run_push] DEBUG no remote changes detected 09:41:44 2023-08-25 09:41:44,234 [execute] INFO git push origin semver 09:41:44 2023-08-25 09:41:44,235 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 09:41:45 2023-08-25 09:41:45,018 [run_push] DEBUG push all version tags 09:41:45 2023-08-25 09:41:45,019 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:41:45 2023-08-25 09:41:45,020 [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) 09:41:45 2023-08-25 09:41:45,710 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 09:41:45 3.1.0-dev.6 [Pipeline] } 09:41:45 $ docker exec --env ******** --env ******** ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 ssh-agent -k 09:41:46 unset SSH_AUTH_SOCK; 09:41:46 unset SSH_AGENT_PID; 09:41:46 echo Agent pid 38 killed; 09:41:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:41:46 + git semver [Pipeline] } 09:41:46 $ docker stop --time=1 ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 09:41:47 $ docker rm -f --volumes ad6820e325adc225e512e65861b56ff095861635d32897011335f1760bc5ad15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 09:41:48 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 09:41:48 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 09:41:48 total 16 09:41:48 drwxr-xr-x 3 root root 4096 Aug 25 09:30 . 09:41:48 drwxrwxr-x 10 jenkins jenkins 4096 Aug 25 09:41 .. 09:41:48 drwxr-xr-x 2 root root 4096 Aug 25 09:30 cost 09:41:48 -rw-r--r-- 1 root root 86 Aug 25 09:30 cost.csv 09:41:48 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 09:41:48 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 09:41:48 total 16 09:41:48 drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 09:30 . 09:41:48 drwxrwxr-x 10 jenkins jenkins 4096 Aug 25 09:41 .. 09:41:48 drwxr-xr-x 2 jenkins jenkins 4096 Aug 25 09:30 cost 09:41:48 -rw-r--r-- 1 jenkins jenkins 86 Aug 25 09:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:41:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:41:49 ---> package-listing.sh 09:41:49 ++ facter osfamily 09:41:49 ++ tr '[:upper:]' '[:lower:]' 09:41:49 + OS_FAMILY=debian 09:41:49 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 09:41:49 + START_PACKAGES=/tmp/packages_start.txt 09:41:49 + END_PACKAGES=/tmp/packages_end.txt 09:41:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:41:49 + PACKAGES=/tmp/packages_start.txt 09:41:49 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 09:41:49 + PACKAGES=/tmp/packages_end.txt 09:41:49 + case "${OS_FAMILY}" in 09:41:49 + dpkg -l 09:41:49 + grep '^ii' 09:41:49 + '[' -f /tmp/packages_start.txt ']' 09:41:49 + '[' -f /tmp/packages_end.txt ']' 09:41:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:41:49 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 09:41:49 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 09:41:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 09:41:49 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 09:41:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:41:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:41:50 prd-ubuntu20.04-docker-8c-8g-4552 does not seem to be running inside a container 09:41:50 $ 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 09:41:51 $ docker top 72726d1bf0e10a20f84c3049099a8d5d71fd213e8716c116dcabbb9731ec4026 -eo pid,comm [Pipeline] { [Pipeline] sh 09:41:51 + touch /tmp/pre-build-complete [Pipeline] sh 09:41:51 + mkdir -p /var/log/sysstat [Pipeline] sh 09:41:51 + ls /var/log/sa-host 09:41:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:41:51 provisioning config files... 09:41:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config780064326439923437tmp [Pipeline] { [Pipeline] echo 09:41:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:41:52 ---> create-netrc.sh [Pipeline] } 09:41:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:41:52 ---> python-tools-install.sh [Pipeline] echo 09:41:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:41:52 ---> sudo-logs.sh 09:41:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:41:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:41:53 ---> job-cost.sh 09:41:53 lf-activate-venv: SKIPPING 09:41:53 DEBUG: total: 0.2199999988079071 09:41:53 INFO: Retrieving Stack Cost... 09:41:53 INFO: Retrieving Pricing Info for: v3-standard-8 09:41:54 INFO: Archiving Costs [Pipeline] echo 09:41:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:41:54 ---> logs-deploy.sh 09:41:54 lf-activate-venv: SKIPPING 09:41:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/125 09:41:54 INFO: archiving workspace using pattern(s): 09:41:55 Archives upload complete. 09:41:55 INFO: archiving logs to Nexus 09:41:56 ---> uname -a: 09:41:56 Linux prd-ubuntu20-04-docker-8c-8g-4552 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 09:41:56 09:41:56 09:41:56 ---> lscpu: 09:41:56 Architecture: x86_64 09:41:56 CPU op-mode(s): 32-bit, 64-bit 09:41:56 Byte Order: Little Endian 09:41:56 Address sizes: 40 bits physical, 48 bits virtual 09:41:56 CPU(s): 8 09:41:56 On-line CPU(s) list: 0-7 09:41:56 Thread(s) per core: 1 09:41:56 Core(s) per socket: 1 09:41:56 Socket(s): 8 09:41:56 NUMA node(s): 1 09:41:56 Vendor ID: AuthenticAMD 09:41:56 CPU family: 23 09:41:56 Model: 49 09:41:56 Model name: AMD EPYC-Rome Processor 09:41:56 Stepping: 0 09:41:56 CPU MHz: 2800.000 09:41:56 BogoMIPS: 5600.00 09:41:56 Virtualization: AMD-V 09:41:56 Hypervisor vendor: KVM 09:41:56 Virtualization type: full 09:41:56 L1d cache: 256 KiB 09:41:56 L1i cache: 256 KiB 09:41:56 L2 cache: 4 MiB 09:41:56 L3 cache: 128 MiB 09:41:56 NUMA node0 CPU(s): 0-7 09:41:56 Vulnerability Itlb multihit: Not affected 09:41:56 Vulnerability L1tf: Not affected 09:41:56 Vulnerability Mds: Not affected 09:41:56 Vulnerability Meltdown: Not affected 09:41:56 Vulnerability Mmio stale data: Not affected 09:41:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:41:56 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:41:56 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:41:56 Vulnerability Srbds: Not affected 09:41:56 Vulnerability Tsx async abort: Not affected 09:41:56 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 09:41:56 09:41:56 09:41:56 ---> nproc: 09:41:56 8 09:41:56 09:41:56 09:41:56 ---> df -h: 09:41:56 Filesystem Size Used Avail Use% Mounted on 09:41:56 overlay 155G 13G 143G 9% / 09:41:56 tmpfs 64M 0 64M 0% /dev 09:41:56 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:41:56 shm 64M 0 64M 0% /dev/shm 09:41:56 /dev/vda1 155G 13G 143G 9% /facter-os 09:41:56 09:41:56 09:41:56 ---> sar -b -r -n DEV: 09:41:56 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4552) 08/25/23 _x86_64_ (8 CPU) 09:41:56 09:41:56 09:27:38 LINUX RESTART (8 CPU) 09:41:56 09:41:56 09:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:41:56 09:29:01 193.08 39.98 153.11 0.00 4315.15 68005.20 0.00 09:41:56 09:30:01 153.94 0.25 153.69 0.00 13.73 49505.88 0.00 09:41:56 09:31:01 114.33 0.08 114.25 0.00 7.87 35614.06 0.00 09:41:56 09:32:01 1.67 0.00 1.67 0.00 0.00 21.88 0.00 09:41:56 09:33:01 27.33 11.26 16.06 0.00 3480.22 3730.31 0.00 09:41:56 09:34:01 5.12 0.00 5.12 0.00 0.00 69.32 0.00 09:41:56 09:35:01 3.10 1.60 1.50 0.00 36.26 18.93 0.00 09:41:56 09:36:01 2.00 0.00 2.00 0.00 0.00 21.59 0.00 09:41:56 09:37:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 09:41:56 09:38:01 2.18 0.00 2.18 0.00 0.00 31.19 0.00 09:41:56 09:39:01 1.38 0.00 1.38 0.00 0.00 14.40 0.00 09:41:56 09:40:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 09:41:56 09:41:01 8.77 0.08 8.68 0.00 11.06 5942.08 0.00 09:41:56 Average: 39.65 4.10 35.56 0.00 604.94 12538.58 0.00 09:41:56 09:41:56 09:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:41:56 09:29:01 28408276 31607868 707036 2.15 109404 3294820 1903244 5.61 1142388 2902552 332736 09:41:56 09:30:01 27898660 31240584 1063316 3.23 151424 3366960 2672368 7.88 1567564 2942012 47272 09:41:56 09:31:01 27533908 31587560 720644 2.19 161580 4022784 1760168 5.19 1256944 3577148 372 09:41:56 09:32:01 27533748 31587440 720520 2.19 161632 4022784 1760168 5.19 1256792 3577148 176 09:41:56 09:33:01 27297892 31571416 725300 2.21 167052 4227384 1810560 5.34 1415104 3630528 1452 09:41:56 09:34:01 27299264 31572784 724008 2.20 167120 4227384 1810560 5.34 1414428 3630488 8 09:41:56 09:35:01 27300020 31575840 720760 2.19 167224 4228472 1810560 5.34 1414252 3630836 12 09:41:56 09:36:01 27300408 31576316 720328 2.19 167312 4228472 1810560 5.34 1414020 3630796 12 09:41:56 09:37:01 27300604 31576576 720020 2.19 167352 4228476 1810560 5.34 1413956 3630804 16 09:41:56 09:38:01 27300732 31576952 719916 2.19 167456 4228456 1810560 5.34 1413852 3630984 8 09:41:56 09:39:01 27300440 31576788 720112 2.19 167540 4228456 1810560 5.34 1414036 3631000 8 09:41:56 09:40:01 27300448 31576808 720016 2.19 167572 4228460 1793864 5.29 1414272 3631004 40 09:41:56 09:41:01 26519628 31554324 740772 2.25 173228 4932364 1871532 5.52 1442448 4334364 541472 09:41:56 Average: 27407233 31552404 747904 2.27 161223 4112713 1879636 5.54 1383081 3567666 71045 09:41:56 09:41:56 09:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:41:56 09:29:01 lo 6.33 6.33 0.62 0.62 0.00 0.00 0.00 0.00 09:41:56 09:29:01 ens3 896.42 542.56 9319.10 102.09 0.00 0.00 0.00 0.00 09:41:56 09:29:01 docker0 208.23 354.67 17.01 2596.97 0.00 0.00 0.00 0.00 09:41:56 09:30:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 09:41:56 09:30:01 veth3f0a73e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:41:56 09:30:01 ens3 52.89 50.37 81.87 99.15 0.00 0.00 0.00 0.00 09:41:56 09:30:01 docker0 1.35 3.38 0.08 42.50 0.00 0.00 0.00 0.00 09:41:56 09:31:01 lo 7.27 7.27 0.73 0.73 0.00 0.00 0.00 0.00 09:41:56 09:31:01 ens3 138.44 101.25 2648.04 238.59 0.00 0.00 0.00 0.00 09:41:56 09:31:01 docker0 1.57 3.55 0.10 43.00 0.00 0.00 0.00 0.00 09:41:56 09:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:32:01 ens3 0.78 0.30 0.18 0.08 0.00 0.00 0.00 0.00 09:41:56 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:33:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 09:41:56 09:33:01 ens3 100.82 51.46 1375.86 3.81 0.00 0.00 0.00 0.00 09:41:56 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:34:01 ens3 0.42 0.33 0.09 0.08 0.00 0.00 0.00 0.00 09:41:56 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:35:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:35:01 ens3 12.83 8.43 18.72 5.95 0.00 0.00 0.00 0.00 09:41:56 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:36:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:39:01 ens3 0.13 0.07 0.07 0.06 0.00 0.00 0.00 0.00 09:41:56 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:40:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:41:56 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 09:41:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 09:41:56 09:41:01 ens3 127.10 70.57 3970.23 9.99 0.00 0.00 0.00 0.00 09:41:56 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:41:56 Average: lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 09:41:56 Average: ens3 102.33 63.51 1339.54 35.37 0.00 0.00 0.00 0.00 09:41:56 Average: docker0 16.24 27.82 1.32 206.34 0.00 0.00 0.00 0.00 09:41:56 09:41:56 09:41:56 ---> sar -P ALL: 09:41:56 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4552) 08/25/23 _x86_64_ (8 CPU) 09:41:56 09:41:56 09:27:38 LINUX RESTART (8 CPU) 09:41:56 09:41:56 09:28:01 CPU %user %nice %system %iowait %steal %idle 09:41:56 09:29:01 all 11.10 0.00 3.89 3.70 0.07 81.24 09:41:56 09:29:01 0 11.12 0.00 3.63 4.00 0.07 81.19 09:41:56 09:29:01 1 9.68 0.00 4.36 0.59 0.05 85.32 09:41:56 09:29:01 2 12.53 0.00 3.57 1.27 0.05 82.57 09:41:56 09:29:01 3 11.53 0.00 3.71 1.78 0.07 82.92 09:41:56 09:29:01 4 8.98 0.00 3.53 8.12 0.07 79.30 09:41:56 09:29:01 5 10.43 0.00 4.21 8.20 0.07 77.08 09:41:56 09:29:01 6 10.99 0.00 3.95 1.79 0.07 83.20 09:41:56 09:29:01 7 13.56 0.00 4.18 3.88 0.09 78.30 09:41:56 09:30:01 all 33.08 0.00 6.33 2.14 0.08 58.37 09:41:56 09:30:01 0 33.35 0.00 6.24 9.63 0.08 50.69 09:41:56 09:30:01 1 33.65 0.00 6.39 0.05 0.08 59.82 09:41:56 09:30:01 2 32.27 0.00 6.46 0.22 0.07 60.99 09:41:56 09:30:01 3 33.84 0.00 6.45 0.15 0.08 59.47 09:41:56 09:30:01 4 30.92 0.00 5.21 0.24 0.08 63.54 09:41:56 09:30:01 5 33.77 0.00 5.75 0.25 0.07 60.17 09:41:56 09:30:01 6 32.66 0.00 6.28 0.44 0.07 60.55 09:41:56 09:30:01 7 34.20 0.00 7.84 6.18 0.08 51.70 09:41:56 09:31:01 all 14.87 0.00 3.35 1.23 0.05 80.50 09:41:56 09:31:01 0 15.38 0.00 3.16 2.08 0.05 79.32 09:41:56 09:31:01 1 14.46 0.00 4.41 0.05 0.07 81.01 09:41:56 09:31:01 2 15.39 0.00 3.36 0.08 0.05 81.11 09:41:56 09:31:01 3 14.89 0.00 2.52 0.05 0.07 82.48 09:41:56 09:31:01 4 14.40 0.00 4.05 6.95 0.05 74.56 09:41:56 09:31:01 5 15.59 0.00 2.91 0.20 0.05 81.25 09:41:56 09:31:01 6 15.14 0.00 3.19 0.02 0.05 81.60 09:41:56 09:31:01 7 13.72 0.00 3.23 0.40 0.05 82.60 09:41:56 09:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:41:56 09:32:01 0 0.03 0.00 0.00 0.02 0.02 99.93 09:41:56 09:32:01 1 0.07 0.00 0.02 0.00 0.00 99.92 09:41:56 09:32:01 2 0.03 0.00 0.00 0.00 0.02 99.95 09:41:56 09:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:41:56 09:32:01 4 0.00 0.00 0.02 0.02 0.00 99.97 09:41:56 09:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:41:56 09:32:01 6 0.00 0.00 0.02 0.00 0.02 99.97 09:41:56 09:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 09:41:56 09:33:01 all 1.01 0.00 0.46 0.42 0.02 98.10 09:41:56 09:33:01 0 0.73 0.00 0.43 1.89 0.00 96.95 09:41:56 09:33:01 1 0.55 0.00 0.53 0.08 0.02 98.82 09:41:56 09:33:01 2 0.70 0.00 0.38 0.15 0.03 98.73 09:41:56 09:33:01 3 0.34 0.00 0.27 0.07 0.02 99.31 09:41:56 09:33:01 4 0.64 0.00 0.30 0.05 0.02 99.00 09:41:56 09:33:01 5 2.67 0.00 0.77 0.97 0.03 95.56 09:41:56 09:33:01 6 1.57 0.00 0.60 0.07 0.00 97.77 09:41:56 09:33:01 7 0.85 0.00 0.40 0.07 0.02 98.66 09:41:56 09:34:01 all 0.01 0.00 0.01 0.05 0.01 99.91 09:41:56 09:34:01 0 0.00 0.00 0.02 0.42 0.02 99.55 09:41:56 09:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:41:56 09:34:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:41:56 09:34:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:41:56 09:34:01 4 0.03 0.00 0.00 0.00 0.02 99.95 09:41:56 09:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:41:56 09:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:41:56 09:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:41:56 09:35:01 all 0.27 0.00 0.04 0.01 0.01 99.68 09:41:56 09:35:01 0 0.02 0.00 0.05 0.03 0.00 99.90 09:41:56 09:35:01 1 0.23 0.00 0.03 0.03 0.00 99.70 09:41:56 09:35:01 2 0.27 0.00 0.08 0.00 0.02 99.63 09:41:56 09:35:01 3 0.05 0.00 0.02 0.00 0.02 99.92 09:41:56 09:35:01 4 0.05 0.00 0.02 0.00 0.00 99.93 09:41:56 09:35:01 5 0.27 0.00 0.00 0.00 0.00 99.73 09:41:56 09:35:01 6 0.17 0.00 0.03 0.00 0.02 99.78 09:41:56 09:35:01 7 1.08 0.00 0.05 0.00 0.00 98.87 09:41:56 09:36:01 all 0.11 0.00 0.01 0.01 0.01 99.86 09:41:56 09:36:01 0 0.02 0.00 0.00 0.10 0.00 99.88 09:41:56 09:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:41:56 09:36:01 2 0.02 0.00 0.05 0.00 0.03 99.90 09:41:56 09:36:01 3 0.68 0.00 0.02 0.00 0.02 99.29 09:41:56 09:36:01 4 0.05 0.00 0.02 0.00 0.00 99.93 09:41:56 09:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:41:56 09:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:41:56 09:36:01 7 0.05 0.00 0.00 0.02 0.02 99.92 09:41:56 09:37:01 all 0.31 0.00 0.01 0.00 0.01 99.67 09:41:56 09:37:01 0 0.02 0.00 0.02 0.03 0.02 99.92 09:41:56 09:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:41:56 09:37:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:41:56 09:37:01 3 2.00 0.00 0.03 0.00 0.02 97.95 09:41:56 09:37:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:41:56 09:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:41:56 09:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:41:56 09:37:01 7 0.28 0.00 0.02 0.00 0.00 99.70 09:41:56 09:38:01 all 0.14 0.00 0.01 0.01 0.01 99.83 09:41:56 09:38:01 0 0.02 0.00 0.00 0.03 0.00 99.95 09:41:56 09:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:41:56 09:38:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:41:56 09:38:01 3 1.09 0.00 0.00 0.00 0.02 98.89 09:41:56 09:38:01 4 0.00 0.00 0.02 0.02 0.00 99.97 09:41:56 09:38:01 5 0.00 0.00 0.02 0.00 0.02 99.97 09:41:56 09:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:41:56 09:38:01 7 0.02 0.00 0.02 0.02 0.02 99.93 09:41:56 09:39:01 all 0.02 0.00 0.01 0.00 0.00 99.95 09:41:56 09:39:01 0 0.00 0.00 0.00 0.03 0.00 99.97 09:41:56 09:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:41:56 09:39:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:41:56 09:39:01 3 0.05 0.00 0.02 0.00 0.02 99.92 09:41:56 09:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:41:56 09:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:41:56 09:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:41:56 09:39:01 7 0.05 0.00 0.03 0.00 0.00 99.92 09:41:56 09:41:56 09:39:01 CPU %user %nice %system %iowait %steal %idle 09:41:56 09:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:41:56 09:40:01 0 0.00 0.00 0.02 0.02 0.02 99.95 09:41:56 09:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:41:56 09:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:41:56 09:40:01 3 0.07 0.00 0.02 0.00 0.02 99.90 09:41:56 09:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:41:56 09:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:41:56 09:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:41:56 09:40:01 7 0.02 0.00 0.02 0.02 0.02 99.93 09:41:56 09:41:01 all 2.54 0.00 1.08 0.30 0.02 96.05 09:41:56 09:41:01 0 2.56 0.00 1.54 1.07 0.02 94.81 09:41:56 09:41:01 1 2.81 0.00 1.22 0.00 0.00 95.97 09:41:56 09:41:01 2 3.40 0.00 0.89 0.00 0.03 95.68 09:41:56 09:41:01 3 3.57 0.00 0.91 0.05 0.05 95.41 09:41:56 09:41:01 4 2.76 0.00 1.31 0.05 0.00 95.88 09:41:56 09:41:01 5 1.35 0.00 0.75 0.02 0.02 97.86 09:41:56 09:41:01 6 1.83 0.00 0.84 0.02 0.00 97.32 09:41:56 09:41:01 7 2.06 0.00 1.22 1.22 0.02 95.48 09:41:56 Average: all 4.85 0.00 1.16 0.60 0.02 93.36 09:41:56 Average: 0 4.82 0.00 1.15 1.48 0.02 92.52 09:41:56 Average: 1 4.69 0.00 1.30 0.06 0.02 93.93 09:41:56 Average: 2 4.95 0.00 1.14 0.13 0.03 93.75 09:41:56 Average: 3 5.22 0.00 1.07 0.16 0.03 93.53 09:41:56 Average: 4 4.42 0.00 1.11 1.18 0.02 93.27 09:41:56 Average: 5 4.90 0.00 1.10 0.73 0.02 93.24 09:41:56 Average: 6 4.76 0.00 1.14 0.18 0.02 93.90 09:41:56 Average: 7 5.02 0.00 1.30 0.90 0.03 92.76 09:41:56 09:41:56 09:41:56