Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 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-ssh9109571815981605398.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6469783765506861201.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-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-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1596202598699168049.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh16581465396986336376.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-sdk-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-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12127242205784680162.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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 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-7106’ Running on prd-ubuntu20.04-docker-8c-8g-7109 in /w/workspace/edgexfoundry_device-sdk-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-sdk-go.git > git init /w/workspace/edgexfoundry_device-sdk-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 # timeout=10 Commit message: "feat!: replace REST device validation callback with MessageBus (#1325)" > git rev-list --no-walk 5827dcbf4716f89f27efa4d61bbd9e5ed358461d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-22T20:07:47.792Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-22T20:07:47.861Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-22T20:07:47.884Z] ========================================================= [2023-02-22T20:07:47.884Z] EdgeX Global Pipelines Version Info [2023-02-22T20:07:47.884Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:07:48.605Z] ------------------- [2023-02-22T20:07:48.605Z] stable info: [2023-02-22T20:07:48.605Z] ------------------- [2023-02-22T20:07:48.605Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-22T20:07:48.605Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T20:07:48.605Z] Message: update stable to v1.0.244 [2023-02-22T20:07:49.177Z] ------------------- [2023-02-22T20:07:49.177Z] experimental info: [2023-02-22T20:07:49.177Z] ------------------- [2023-02-22T20:07:49.177Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-22T20:07:49.177Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T20:07:49.177Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-22T20:07:49.346Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-22T20:07:49.358Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-22T20:07:49.375Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-22T20:07:49.391Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-22T20:07:49.408Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-22T20:07:49.417Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-22T20:07:49.431Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-22T20:07:49.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-22T20:07:49.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-22T20:07:49.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-22T20:07:49.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-22T20:07:49.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-22T20:07:49.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-22T20:07:49.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-22T20:07:49.525Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-22T20:07:49.537Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T20:07:49.548Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T20:07:49.559Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T20:07:49.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-22T20:07:49.582Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-22T20:07:49.594Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-22T20:07:49.605Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-22T20:07:49.616Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-22T20:07:49.627Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-22T20:07:49.641Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-22T20:07:49.652Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-22T20:07:49.665Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-22T20:07:49.678Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-22T20:07:49.689Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-22T20:07:49.702Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-22T20:07:49.715Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] echo [2023-02-22T20:07:49.725Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7afc2a [Pipeline] echo [2023-02-22T20:07:49.737Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:07:49.799Z] provisioning config files... [2023-02-22T20:07:49.818Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7322576601101192515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:07:50.137Z] ---> docker-login.sh [2023-02-22T20:07:50.137Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:07:50.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:07:50.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:07:50.396Z] Configure a credential helper to remove this warning. See [2023-02-22T20:07:50.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:07:50.396Z] [2023-02-22T20:07:50.396Z] Login Succeeded [2023-02-22T20:07:50.396Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:07:50.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:07:50.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:07:50.656Z] Configure a credential helper to remove this warning. See [2023-02-22T20:07:50.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:07:50.656Z] [2023-02-22T20:07:50.656Z] Login Succeeded [2023-02-22T20:07:50.656Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:07:50.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:07:50.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:07:50.656Z] Configure a credential helper to remove this warning. See [2023-02-22T20:07:50.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:07:50.656Z] [2023-02-22T20:07:50.656Z] Login Succeeded [2023-02-22T20:07:50.656Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:07:50.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:07:50.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:07:50.917Z] Configure a credential helper to remove this warning. See [2023-02-22T20:07:50.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:07:50.917Z] [2023-02-22T20:07:50.917Z] Login Succeeded [2023-02-22T20:07:50.917Z] docker.io [2023-02-22T20:07:50.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:07:51.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:07:51.178Z] Configure a credential helper to remove this warning. See [2023-02-22T20:07:51.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:07:51.178Z] [2023-02-22T20:07:51.178Z] Login Succeeded [2023-02-22T20:07:51.178Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:07:51.185Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-22T20:07:51.551Z] + git rev-list -1 --merges b7afc2aba7a1c5861c6c21c42b42dc1283ea5949~1..b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] echo [2023-02-22T20:07:51.604Z] -----------> git rev-list -1 --merges b7afc2aba7a1c5861c6c21c42b42dc1283ea5949~1..b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [false] [Pipeline] sh [2023-02-22T20:07:51.893Z] + git log --format=format:%s -1 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] echo [2023-02-22T20:07:51.927Z] ========================================================= [2023-02-22T20:07:51.927Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-22T20:07:51.927Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:07:52.265Z] + git log --format=format:%s -1 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] echo [2023-02-22T20:07:52.276Z] [semverPrep] GIT_COMMIT: b7afc2aba7a1c5861c6c21c42b42dc1283ea5949, Commit Message: feat!: replace REST device validation callback with MessageBus (#1325) [Pipeline] echo [2023-02-22T20:07:52.288Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-22T20:07:52.628Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:07:52.628Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-22T20:07:52.628Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-22T20:07:52.628Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-22T20:07:52.628Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-22T20:07:52.628Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-22T20:07:52.628Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:07:53.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:07:53.034Z] [2023-02-22T20:07:53.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:07:53.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:07:53.336Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-22T20:07:53.336Z] b85a868b505f: Pulling fs layer [2023-02-22T20:07:53.336Z] e2be974225ed: Pulling fs layer [2023-02-22T20:07:53.336Z] 339a4e72a1f5: Pulling fs layer [2023-02-22T20:07:53.336Z] 988bab9f4d93: Pulling fs layer [2023-02-22T20:07:53.336Z] 1469e6f7b9e6: Pulling fs layer [2023-02-22T20:07:53.336Z] eaf3925da568: Pulling fs layer [2023-02-22T20:07:53.336Z] bab4dde63d76: Pulling fs layer [2023-02-22T20:07:53.336Z] bde34c3a00c8: Pulling fs layer [2023-02-22T20:07:53.336Z] b352a97aabf1: Pulling fs layer [2023-02-22T20:07:53.336Z] 4872d77fe225: Pulling fs layer [2023-02-22T20:07:53.336Z] 5851b861e8e6: Pulling fs layer [2023-02-22T20:07:53.336Z] 1469e6f7b9e6: Waiting [2023-02-22T20:07:53.336Z] 988bab9f4d93: Waiting [2023-02-22T20:07:53.336Z] bab4dde63d76: Waiting [2023-02-22T20:07:53.336Z] bde34c3a00c8: Waiting [2023-02-22T20:07:53.336Z] 4872d77fe225: Waiting [2023-02-22T20:07:53.336Z] 5851b861e8e6: Waiting [2023-02-22T20:07:53.336Z] e2be974225ed: Verifying Checksum [2023-02-22T20:07:53.336Z] e2be974225ed: Download complete [2023-02-22T20:07:53.336Z] 988bab9f4d93: Verifying Checksum [2023-02-22T20:07:53.336Z] 988bab9f4d93: Download complete [2023-02-22T20:07:53.596Z] 1469e6f7b9e6: Verifying Checksum [2023-02-22T20:07:53.596Z] 1469e6f7b9e6: Download complete [2023-02-22T20:07:53.596Z] eaf3925da568: Verifying Checksum [2023-02-22T20:07:53.596Z] eaf3925da568: Download complete [2023-02-22T20:07:53.596Z] 339a4e72a1f5: Verifying Checksum [2023-02-22T20:07:53.596Z] 339a4e72a1f5: Download complete [2023-02-22T20:07:53.596Z] bde34c3a00c8: Verifying Checksum [2023-02-22T20:07:53.596Z] bde34c3a00c8: Download complete [2023-02-22T20:07:53.596Z] b352a97aabf1: Verifying Checksum [2023-02-22T20:07:53.596Z] b352a97aabf1: Download complete [2023-02-22T20:07:53.596Z] 4872d77fe225: Verifying Checksum [2023-02-22T20:07:53.596Z] 4872d77fe225: Download complete [2023-02-22T20:07:53.596Z] 5851b861e8e6: Download complete [2023-02-22T20:07:53.596Z] b85a868b505f: Verifying Checksum [2023-02-22T20:07:53.596Z] b85a868b505f: Download complete [2023-02-22T20:07:53.854Z] bab4dde63d76: Verifying Checksum [2023-02-22T20:07:53.854Z] bab4dde63d76: Download complete [2023-02-22T20:07:54.789Z] b85a868b505f: Pull complete [2023-02-22T20:07:55.049Z] e2be974225ed: Pull complete [2023-02-22T20:07:55.310Z] 339a4e72a1f5: Pull complete [2023-02-22T20:07:55.310Z] 988bab9f4d93: Pull complete [2023-02-22T20:07:55.881Z] 1469e6f7b9e6: Pull complete [2023-02-22T20:07:55.881Z] eaf3925da568: Pull complete [2023-02-22T20:07:57.796Z] bab4dde63d76: Pull complete [2023-02-22T20:07:57.796Z] bde34c3a00c8: Pull complete [2023-02-22T20:07:57.796Z] b352a97aabf1: Pull complete [2023-02-22T20:07:57.796Z] 4872d77fe225: Pull complete [2023-02-22T20:07:57.796Z] 5851b861e8e6: Pull complete [2023-02-22T20:07:57.796Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-22T20:07:57.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:07:57.796Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:07:57.884Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:07:57.919Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:08:00.779Z] $ docker top 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 -eo pid,comm [2023-02-22T20:08:00.828Z] 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). [2023-02-22T20:08:00.828Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:08:00.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:08:00.860Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:08:00.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:08:00.979Z] $ docker exec 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 ssh-agent [2023-02-22T20:08:01.084Z] SSH_AUTH_SOCK=/tmp/ssh-lnV0xPGiFMjL/agent.32 [2023-02-22T20:08:01.084Z] SSH_AGENT_PID=38 [2023-02-22T20:08:01.091Z] Running ssh-add (command line suppressed) [2023-02-22T20:08:01.207Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4687483222035988373.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4687483222035988373.key) [2023-02-22T20:08:01.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:08:01.502Z] + git tag --points-at HEAD [Pipeline] } [2023-02-22T20:08:01.516Z] $ docker exec --env ******** --env ******** 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 ssh-agent -k [2023-02-22T20:08:01.613Z] unset SSH_AUTH_SOCK; [2023-02-22T20:08:01.613Z] unset SSH_AGENT_PID; [2023-02-22T20:08:01.614Z] echo Agent pid 38 killed; [2023-02-22T20:08:01.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-22T20:08:01.642Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:08:01.642Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:08:01.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:08:01.758Z] $ docker exec 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 ssh-agent [2023-02-22T20:08:01.863Z] SSH_AUTH_SOCK=/tmp/ssh-nccYeOYTBnDJ/agent.70 [2023-02-22T20:08:01.863Z] SSH_AGENT_PID=76 [2023-02-22T20:08:01.867Z] Running ssh-add (command line suppressed) [2023-02-22T20:08:01.973Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1387051533426334896.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1387051533426334896.key) [2023-02-22T20:08:01.984Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:08:02.271Z] + git semver init [2023-02-22T20:08:02.529Z] 2023-02-22 20:08:02,454 [run_init] DEBUG init version:0.0.0 force:False [2023-02-22T20:08:02.529Z] 2023-02-22 20:08:02,455 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-22T20:08:02.529Z] 2023-02-22 20:08:02,455 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-22T20:08:02.529Z] 2023-02-22 20:08:02,455 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:08:03.907Z] 2023-02-22 20:08:03,472 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-22T20:08:03.907Z] 2023-02-22 20:08:03,472 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-22T20:08:03.907Z] 2023-02-22 20:08:03,472 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:08:03.907Z] 2023-02-22 20:08:03,473 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:08:03.907Z] 3.0.0-dev.37 [Pipeline] } [2023-02-22T20:08:03.921Z] $ docker exec --env ******** --env ******** 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 ssh-agent -k [2023-02-22T20:08:04.015Z] unset SSH_AUTH_SOCK; [2023-02-22T20:08:04.015Z] unset SSH_AGENT_PID; [2023-02-22T20:08:04.015Z] echo Agent pid 76 killed; [2023-02-22T20:08:04.022Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:08:04.327Z] + git semver [Pipeline] } [2023-02-22T20:08:04.603Z] $ docker stop --time=1 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 [2023-02-22T20:08:05.885Z] $ docker rm -f --volumes 9d15b87f108f15db41ea71a6177999facfbcb7c978d44733015e3292ccad3372 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:08:06.219Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-22T20:08:06.421Z] Stashed 1 file(s) [Pipeline] echo [2023-02-22T20:08:06.424Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.37 [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 [2023-02-22T20:08:06.592Z] provisioning config files... [2023-02-22T20:08:06.601Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7812177627305847204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:08:06.896Z] ---> docker-login.sh [2023-02-22T20:08:06.896Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:08:06.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:08:06.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:08:06.896Z] Configure a credential helper to remove this warning. See [2023-02-22T20:08:06.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:08:06.896Z] [2023-02-22T20:08:06.896Z] Login Succeeded [2023-02-22T20:08:06.896Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:08:06.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:08:06.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:08:06.896Z] Configure a credential helper to remove this warning. See [2023-02-22T20:08:06.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:08:06.896Z] [2023-02-22T20:08:06.896Z] Login Succeeded [2023-02-22T20:08:06.896Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:08:07.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:08:07.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:08:07.155Z] Configure a credential helper to remove this warning. See [2023-02-22T20:08:07.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:08:07.155Z] [2023-02-22T20:08:07.155Z] Login Succeeded [2023-02-22T20:08:07.155Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:08:07.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:08:07.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:08:07.155Z] Configure a credential helper to remove this warning. See [2023-02-22T20:08:07.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:08:07.155Z] [2023-02-22T20:08:07.155Z] Login Succeeded [2023-02-22T20:08:07.155Z] docker.io [2023-02-22T20:08:07.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:08:07.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:08:07.415Z] Configure a credential helper to remove this warning. See [2023-02-22T20:08:07.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:08:07.415Z] [2023-02-22T20:08:07.415Z] Login Succeeded [2023-02-22T20:08:07.415Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:08:07.423Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T20:08:07.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:08:07.504Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:08:07.512Z] ========================================================= [2023-02-22T20:08:07.512Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-22T20:08:07.512Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:08:07.825Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-22T20:08:07.825Z] Sending build context to Docker daemon 10.54MB [2023-02-22T20:08:07.825Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:08:07.825Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-22T20:08:07.825Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-22T20:08:07.825Z] 213ec9aee27d: Pulling fs layer [2023-02-22T20:08:07.825Z] 4583459ba037: Pulling fs layer [2023-02-22T20:08:07.825Z] 93c1e223e6f2: Pulling fs layer [2023-02-22T20:08:07.825Z] 53926ce57604: Pulling fs layer [2023-02-22T20:08:07.825Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-22T20:08:07.825Z] 22ff95d597cd: Pulling fs layer [2023-02-22T20:08:07.825Z] 12d6caf4c0d1: Pulling fs layer [2023-02-22T20:08:07.825Z] 96b7cbca73a9: Pulling fs layer [2023-02-22T20:08:07.825Z] a7acece74701: Pulling fs layer [2023-02-22T20:08:07.825Z] 21b2b0c7a3f4: Waiting [2023-02-22T20:08:07.825Z] 22ff95d597cd: Waiting [2023-02-22T20:08:07.825Z] 12d6caf4c0d1: Waiting [2023-02-22T20:08:07.825Z] 96b7cbca73a9: Waiting [2023-02-22T20:08:07.825Z] a7acece74701: Waiting [2023-02-22T20:08:07.825Z] 53926ce57604: Waiting [2023-02-22T20:08:07.825Z] 93c1e223e6f2: Verifying Checksum [2023-02-22T20:08:07.825Z] 93c1e223e6f2: Download complete [2023-02-22T20:08:07.825Z] 4583459ba037: Verifying Checksum [2023-02-22T20:08:07.825Z] 4583459ba037: Download complete [2023-02-22T20:08:08.087Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-22T20:08:08.087Z] 21b2b0c7a3f4: Download complete [2023-02-22T20:08:08.087Z] 22ff95d597cd: Verifying Checksum [2023-02-22T20:08:08.087Z] 22ff95d597cd: Download complete [2023-02-22T20:08:08.087Z] 213ec9aee27d: Download complete [2023-02-22T20:08:08.087Z] 12d6caf4c0d1: Verifying Checksum [2023-02-22T20:08:08.087Z] 12d6caf4c0d1: Download complete [2023-02-22T20:08:08.087Z] 213ec9aee27d: Pull complete [2023-02-22T20:08:08.354Z] 4583459ba037: Pull complete [2023-02-22T20:08:08.354Z] 93c1e223e6f2: Pull complete [2023-02-22T20:08:08.617Z] a7acece74701: Verifying Checksum [2023-02-22T20:08:08.617Z] a7acece74701: Download complete [2023-02-22T20:08:08.617Z] 96b7cbca73a9: Verifying Checksum [2023-02-22T20:08:08.617Z] 96b7cbca73a9: Download complete [2023-02-22T20:08:08.875Z] 53926ce57604: Verifying Checksum [2023-02-22T20:08:08.875Z] 53926ce57604: Download complete [2023-02-22T20:08:12.159Z] 53926ce57604: Pull complete [2023-02-22T20:08:12.159Z] 21b2b0c7a3f4: Pull complete [2023-02-22T20:08:12.418Z] 22ff95d597cd: Pull complete [2023-02-22T20:08:12.418Z] 12d6caf4c0d1: Pull complete [2023-02-22T20:08:14.325Z] 96b7cbca73a9: Pull complete [2023-02-22T20:08:15.259Z] a7acece74701: Pull complete [2023-02-22T20:08:15.259Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-22T20:08:15.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-22T20:08:15.259Z] ---> db6d94c90886 [2023-02-22T20:08:15.259Z] Step 3/10 : ARG MAKE=make build [2023-02-22T20:08:19.454Z] ---> Running in 057e03c0975a [2023-02-22T20:08:19.454Z] Removing intermediate container 057e03c0975a [2023-02-22T20:08:19.454Z] ---> a8b547be9494 [2023-02-22T20:08:19.454Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-22T20:08:19.713Z] ---> Running in c686a5793f56 [2023-02-22T20:08:19.713Z] Removing intermediate container c686a5793f56 [2023-02-22T20:08:19.713Z] ---> f37bb85aa4c8 [2023-02-22T20:08:19.713Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T20:08:19.713Z] ---> Running in 7bb0efb94dd1 [2023-02-22T20:08:19.713Z] Removing intermediate container 7bb0efb94dd1 [2023-02-22T20:08:19.713Z] ---> 563c8a904926 [2023-02-22T20:08:19.713Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-22T20:08:19.713Z] ---> Running in 9a4c1fcff46f [2023-02-22T20:08:19.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:08:20.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:08:20.490Z] OK: 211 MiB in 51 packages [2023-02-22T20:08:21.057Z] Removing intermediate container 9a4c1fcff46f [2023-02-22T20:08:21.057Z] ---> 89e06d8d1799 [2023-02-22T20:08:21.057Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-22T20:08:21.057Z] ---> 35c03855ae1f [2023-02-22T20:08:21.057Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:08:21.057Z] ---> Running in 187261d70181 [2023-02-22T20:08:21.546Z] Still waiting to schedule task [2023-02-22T20:08:21.546Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-7107’ is offline [2023-02-22T20:08:59.782Z] Removing intermediate container 187261d70181 [2023-02-22T20:08:59.782Z] ---> cf32363c1938 [2023-02-22T20:08:59.782Z] Step 9/10 : COPY . . [2023-02-22T20:08:59.782Z] ---> 7fb4621645f4 [2023-02-22T20:08:59.782Z] Step 10/10 : RUN ${MAKE} [2023-02-22T20:08:59.782Z] ---> Running in ad2811e7ae6a [2023-02-22T20:08:59.782Z] noop [2023-02-22T20:08:59.782Z] Removing intermediate container ad2811e7ae6a [2023-02-22T20:08:59.782Z] ---> 03be9227b7fd [2023-02-22T20:08:59.782Z] Successfully built 03be9227b7fd [2023-02-22T20:08:59.782Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:09:00.098Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T20:09:00.099Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:09:00.166Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:09:00.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:09:00.546Z] $ docker top 26f27cab208e6ece960b6f59025c57a31e7f5ab8904375896e9105e5e67f62ef -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:09:00.887Z] + go version [2023-02-22T20:09:00.887Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-22T20:09:00.903Z] $ docker stop --time=1 26f27cab208e6ece960b6f59025c57a31e7f5ab8904375896e9105e5e67f62ef [2023-02-22T20:09:02.211Z] $ docker rm -f --volumes 26f27cab208e6ece960b6f59025c57a31e7f5ab8904375896e9105e5e67f62ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:09:02.623Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T20:09:02.623Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:09:02.689Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:09:02.721Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:09:03.063Z] $ docker top 4125286a22e17d2a558940bf3965062b8415e277682ce86fef649c2842969c26 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:09:03.399Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-22T20:09:03.693Z] + make test [2023-02-22T20:09:03.693Z] go test -race -coverprofile=coverage.out ./... [2023-02-22T20:09:10.783Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-22T20:09:22.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-22T20:09:22.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-22T20:09:22.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-22T20:09:22.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-22T20:09:22.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-22T20:09:22.978Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.059s coverage: 27.6% of statements [2023-02-22T20:09:22.978Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.072s coverage: 78.9% of statements [2023-02-22T20:09:22.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-22T20:09:22.978Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.091s coverage: 86.0% of statements [2023-02-22T20:09:22.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-22T20:09:22.978Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-22T20:09:23.544Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.097s coverage: 74.7% of statements [2023-02-22T20:09:23.544Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-22T20:09:26.832Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.068s coverage: 15.5% of statements [2023-02-22T20:09:26.832Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-22T20:09:26.832Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.104s coverage: 65.2% of statements [2023-02-22T20:09:26.832Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-22T20:09:26.832Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-22T20:09:26.832Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.746s coverage: 89.2% of statements [2023-02-22T20:09:26.832Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-22T20:09:26.832Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.066s coverage: 4.6% of statements [2023-02-22T20:09:26.832Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-22T20:09:44.904Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-22T20:09:44.904Z] GO111MODULE=on go vet ./... [2023-02-22T20:09:46.278Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T20:09:46.278Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T20:09:46.278Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T20:09:46.545Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T20:09:46.561Z] $ docker stop --time=1 4125286a22e17d2a558940bf3965062b8415e277682ce86fef649c2842969c26 [2023-02-22T20:09:50.184Z] $ docker rm -f --volumes 4125286a22e17d2a558940bf3965062b8415e277682ce86fef649c2842969c26 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:09:50.700Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T20:09:50.764Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-22T20:09:51.258Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T20:09:51.541Z] + ls -al . [2023-02-22T20:09:51.542Z] total 284 [2023-02-22T20:09:51.542Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 22 20:09 . [2023-02-22T20:09:51.542Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:07 .. [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 20:07 .dockerignore [2023-02-22T20:09:51.542Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:09 .git [2023-02-22T20:09:51.542Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:07 .github [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 22 20:07 .gitignore [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 22 20:07 .golangci.yml [2023-02-22T20:09:51.542Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:08 .semver [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 22 20:07 CHANGELOG.md [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:07 GOVERNANCE.md [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 22 20:07 Jenkinsfile [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 20:07 LICENSE [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 22 20:07 Makefile [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 22 20:07 OWNERS.md [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 22 20:07 README.md [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:08 VERSION [2023-02-22T20:09:51.542Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:07 bin [2023-02-22T20:09:51.542Z] -rw-r--r-- 1 jenkins jenkins 111045 Feb 22 20:09 coverage.out [2023-02-22T20:09:51.542Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 20:07 example [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 3266 Feb 22 20:07 go.mod [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 32794 Feb 22 20:07 go.sum [2023-02-22T20:09:51.542Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 20:07 internal [2023-02-22T20:09:51.542Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:07 openapi [2023-02-22T20:09:51.542Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 22 20:07 pkg [2023-02-22T20:09:51.542Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:07 snap [2023-02-22T20:09:51.542Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 20:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:09:51.844Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 --label arch=amd64 --label version=3.0.0-dev.37 . [2023-02-22T20:09:51.844Z] Sending build context to Docker daemon 10.66MB [2023-02-22T20:09:51.844Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:09:51.844Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-22T20:09:51.844Z] ---> 03be9227b7fd [2023-02-22T20:09:51.844Z] Step 3/23 : ARG MAKE=make build [2023-02-22T20:09:52.102Z] ---> Running in d663a60f5294 [2023-02-22T20:09:52.102Z] Removing intermediate container d663a60f5294 [2023-02-22T20:09:52.102Z] ---> 0d7867614ade [2023-02-22T20:09:52.102Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-22T20:09:52.102Z] ---> Running in c865d449ab7e [2023-02-22T20:09:52.362Z] Removing intermediate container c865d449ab7e [2023-02-22T20:09:52.362Z] ---> 47908894bfb3 [2023-02-22T20:09:52.362Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T20:09:52.362Z] ---> Running in 6572974bdb89 [2023-02-22T20:09:52.362Z] Removing intermediate container 6572974bdb89 [2023-02-22T20:09:52.362Z] ---> 6f3a8589d1cc [2023-02-22T20:09:52.362Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-22T20:09:52.362Z] ---> Running in ad8245874c43 [2023-02-22T20:09:52.621Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:09:52.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:09:53.138Z] OK: 211 MiB in 51 packages [2023-02-22T20:09:53.398Z] Removing intermediate container ad8245874c43 [2023-02-22T20:09:53.398Z] ---> d0afa341c9fb [2023-02-22T20:09:53.398Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-22T20:09:53.657Z] ---> e0f4006ab5e4 [2023-02-22T20:09:53.657Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:09:53.657Z] ---> Running in f567aa6c52fe [2023-02-22T20:09:54.596Z] Removing intermediate container f567aa6c52fe [2023-02-22T20:09:54.596Z] ---> 8a5a5712ee7f [2023-02-22T20:09:54.596Z] Step 9/23 : COPY . . [2023-02-22T20:09:55.198Z] ---> fcba224ab435 [2023-02-22T20:09:55.198Z] Step 10/23 : RUN ${MAKE} [2023-02-22T20:09:55.198Z] ---> Running in bfd3a9264206 [2023-02-22T20:09:55.465Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.37" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-22T20:10:08.450Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7111 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-22T20:10:08.462Z] Running in /w/workspace/device-sdk-go/167 [Pipeline] { [Pipeline] checkout [2023-02-22T20:10:08.490Z] The recommended git tool is: git [2023-02-22T20:10:13.864Z] using credential edgex-jenkins-ssh [2023-02-22T20:10:13.882Z] Cloning the remote Git repository [2023-02-22T20:10:13.955Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-22T20:10:14.058Z] > git init /w/workspace/device-sdk-go/167 # timeout=10 [2023-02-22T20:10:14.250Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-22T20:10:14.251Z] > git --version # timeout=10 [2023-02-22T20:10:14.276Z] > git --version # 'git version 2.25.1' [2023-02-22T20:10:14.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-22T20:10:14.344Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T20:10:16.985Z] Avoid second fetch [2023-02-22T20:10:16.986Z] Checking out Revision b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 (main) [2023-02-22T20:10:16.081Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-22T20:10:16.107Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T20:10:17.011Z] > git config core.sparsecheckout # timeout=10 [2023-02-22T20:10:17.032Z] > git checkout -f b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 # timeout=10 [2023-02-22T20:10:17.581Z] Commit message: "feat!: replace REST device validation callback with MessageBus (#1325)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:10:18.594Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-22T20:10:18.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T20:10:18.594Z] Dload Upload Total Spent Left Speed [2023-02-22T20:10:18.594Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 76813 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh [2023-02-22T20:10:19.281Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-22T20:10:19.611Z] + sudo tee /etc/docker/daemon.new [2023-02-22T20:10:19.611Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-22T20:10:19.611Z] { [2023-02-22T20:10:19.611Z] "registry-mirrors": [ [2023-02-22T20:10:19.611Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-22T20:10:19.611Z] ], [2023-02-22T20:10:19.611Z] "bip": "10.250.0.254/24", [2023-02-22T20:10:19.611Z] "hosts": [ [2023-02-22T20:10:19.611Z] "tcp://0.0.0.0:5555", [2023-02-22T20:10:19.611Z] "unix:///var/run/docker.sock" [2023-02-22T20:10:19.611Z] ], [2023-02-22T20:10:19.611Z] "mtu": 1458, [2023-02-22T20:10:19.611Z] "selinux-enabled": true, [2023-02-22T20:10:19.611Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-22T20:10:19.611Z] } [Pipeline] sh [2023-02-22T20:10:19.956Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-22T20:10:20.307Z] + sudo service docker restart [2023-02-22T20:10:29.265Z] Removing intermediate container bfd3a9264206 [2023-02-22T20:10:29.265Z] ---> 9c9e4f10c073 [2023-02-22T20:10:29.265Z] Step 11/23 : FROM alpine:3.16 [2023-02-22T20:10:29.265Z] 3.16: Pulling from library/alpine [2023-02-22T20:10:29.265Z] ef5531b6e74e: Pulling fs layer [2023-02-22T20:10:31.097Z] ef5531b6e74e: Verifying Checksum [2023-02-22T20:10:31.097Z] ef5531b6e74e: Download complete [2023-02-22T20:10:31.097Z] ef5531b6e74e: Pull complete [2023-02-22T20:10:31.097Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T20:10:31.097Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T20:10:31.097Z] ---> dfd21b5a31f5 [2023-02-22T20:10:31.097Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-22T20:10:31.563Z] ---> Running in 514ba95d2f61 [2023-02-22T20:10:31.563Z] Removing intermediate container 514ba95d2f61 [2023-02-22T20:10:31.563Z] ---> ed7ab4532da1 [2023-02-22T20:10:31.563Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-22T20:10:31.563Z] ---> Running in 90fdab9e89b1 [2023-02-22T20:10:31.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:10:40.276Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:10:40.544Z] OK: 6 MiB in 14 packages [2023-02-22T20:10:41.144Z] Removing intermediate container 90fdab9e89b1 [2023-02-22T20:10:41.144Z] ---> a14bf54004ce [2023-02-22T20:10:41.144Z] Step 14/23 : WORKDIR / [2023-02-22T20:10:41.144Z] ---> Running in a80978dac401 [2023-02-22T20:10:41.144Z] Removing intermediate container a80978dac401 [2023-02-22T20:10:41.144Z] ---> f5d3ba5123c2 [2023-02-22T20:10:41.144Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-22T20:10:41.144Z] ---> e15237e68ef1 [2023-02-22T20:10:41.144Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-22T20:10:42.104Z] ---> 7f889f223102 [2023-02-22T20:10:42.104Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-22T20:10:42.104Z] ---> 3a9a45602abb [2023-02-22T20:10:42.104Z] Step 18/23 : EXPOSE 59999 [2023-02-22T20:10:42.104Z] ---> Running in 4475dfabb988 [2023-02-22T20:10:42.104Z] Removing intermediate container 4475dfabb988 [2023-02-22T20:10:42.104Z] ---> 1c3bf29d78bd [2023-02-22T20:10:42.104Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-22T20:10:42.104Z] ---> Running in 64953cec51b7 [2023-02-22T20:10:42.104Z] Removing intermediate container 64953cec51b7 [2023-02-22T20:10:42.104Z] ---> 10831293718f [2023-02-22T20:10:42.104Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-22T20:10:42.104Z] ---> Running in 1114639b752e [2023-02-22T20:10:42.398Z] Removing intermediate container 1114639b752e [2023-02-22T20:10:42.398Z] ---> 13ce0360016a [2023-02-22T20:10:42.398Z] Step 21/23 : LABEL arch=amd64 [2023-02-22T20:10:42.398Z] ---> Running in bb6587f3e23b [2023-02-22T20:10:42.398Z] Removing intermediate container bb6587f3e23b [2023-02-22T20:10:42.398Z] ---> ae28d6fd504a [2023-02-22T20:10:42.398Z] Step 22/23 : LABEL git_sha=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [2023-02-22T20:10:42.398Z] ---> Running in 1dd59d5c7058 [2023-02-22T20:10:42.398Z] Removing intermediate container 1dd59d5c7058 [2023-02-22T20:10:42.398Z] ---> 43e2a50d85e6 [2023-02-22T20:10:42.398Z] Step 23/23 : LABEL version=3.0.0-dev.37 [2023-02-22T20:10:42.398Z] ---> Running in 6f2c4650a0ef [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:10:42.442Z] provisioning config files... [2023-02-22T20:10:42.475Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/167@tmp/config11412643653021404046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:10:42.660Z] Removing intermediate container 6f2c4650a0ef [2023-02-22T20:10:42.660Z] ---> 1a4ab2a78ece [2023-02-22T20:10:42.660Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T20:10:42.660Z] Successfully built 1a4ab2a78ece [2023-02-22T20:10:42.660Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:10:42.834Z] ---> docker-login.sh [2023-02-22T20:10:42.834Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:10:43.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:10:43.093Z] [2023-02-22T20:10:43.093Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:10:43.396Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:10:43.397Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-22T20:10:43.397Z] 5eb5b503b376: Pulling fs layer [2023-02-22T20:10:43.397Z] 5c69ac0246d0: Pulling fs layer [2023-02-22T20:10:43.397Z] ec43610c2a17: Pulling fs layer [2023-02-22T20:10:43.397Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-22T20:10:43.397Z] 33b1e0a273af: Pulling fs layer [2023-02-22T20:10:43.397Z] 5d3b04190fa2: Pulling fs layer [2023-02-22T20:10:43.397Z] 2f39f015ded8: Pulling fs layer [2023-02-22T20:10:43.397Z] 3a2ae6a8a46f: Waiting [2023-02-22T20:10:43.397Z] 33b1e0a273af: Waiting [2023-02-22T20:10:43.397Z] 5d3b04190fa2: Waiting [2023-02-22T20:10:43.397Z] 2f39f015ded8: Waiting [2023-02-22T20:10:43.397Z] 5c69ac0246d0: Verifying Checksum [2023-02-22T20:10:43.397Z] 5c69ac0246d0: Download complete [2023-02-22T20:10:43.397Z] 3a2ae6a8a46f: Download complete [2023-02-22T20:10:43.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:10:43.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:10:43.427Z] Configure a credential helper to remove this warning. See [2023-02-22T20:10:43.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:10:43.427Z] [2023-02-22T20:10:43.427Z] Login Succeeded [2023-02-22T20:10:43.427Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:10:43.659Z] 33b1e0a273af: Verifying Checksum [2023-02-22T20:10:43.659Z] 33b1e0a273af: Download complete [2023-02-22T20:10:43.659Z] 5d3b04190fa2: Verifying Checksum [2023-02-22T20:10:43.659Z] 5d3b04190fa2: Download complete [2023-02-22T20:10:43.659Z] ec43610c2a17: Verifying Checksum [2023-02-22T20:10:43.659Z] ec43610c2a17: Download complete [2023-02-22T20:10:43.659Z] 5eb5b503b376: Verifying Checksum [2023-02-22T20:10:43.659Z] 5eb5b503b376: Download complete [2023-02-22T20:10:43.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:10:43.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:10:43.969Z] Configure a credential helper to remove this warning. See [2023-02-22T20:10:43.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:10:43.969Z] [2023-02-22T20:10:43.969Z] Login Succeeded [2023-02-22T20:10:43.969Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:10:44.225Z] 2f39f015ded8: Download complete [2023-02-22T20:10:44.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:10:44.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:10:44.241Z] Configure a credential helper to remove this warning. See [2023-02-22T20:10:44.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:10:44.241Z] [2023-02-22T20:10:44.241Z] Login Succeeded [2023-02-22T20:10:44.241Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:10:44.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:10:44.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:10:44.512Z] Configure a credential helper to remove this warning. See [2023-02-22T20:10:44.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:10:44.512Z] [2023-02-22T20:10:44.512Z] Login Succeeded [2023-02-22T20:10:44.783Z] docker.io [2023-02-22T20:10:45.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:10:45.165Z] 5eb5b503b376: Pull complete [2023-02-22T20:10:45.165Z] 5c69ac0246d0: Pull complete [2023-02-22T20:10:45.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:10:45.323Z] Configure a credential helper to remove this warning. See [2023-02-22T20:10:45.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:10:45.323Z] [2023-02-22T20:10:45.323Z] Login Succeeded [2023-02-22T20:10:45.323Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:10:45.340Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T20:10:45.626Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:10:45.637Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:10:45.645Z] ========================================================= [2023-02-22T20:10:45.645Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-22T20:10:45.645Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:10:45.731Z] ec43610c2a17: Pull complete [2023-02-22T20:10:45.731Z] 3a2ae6a8a46f: Pull complete [2023-02-22T20:10:45.993Z] 33b1e0a273af: Pull complete [2023-02-22T20:10:45.993Z] 5d3b04190fa2: Pull complete [2023-02-22T20:10:46.004Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-22T20:10:46.275Z] Sending build context to Docker daemon 5.66MB [2023-02-22T20:10:46.553Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:10:46.553Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-22T20:10:46.553Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-22T20:10:46.553Z] 9b18e9b68314: Pulling fs layer [2023-02-22T20:10:46.553Z] 35d82f9e3411: Pulling fs layer [2023-02-22T20:10:46.553Z] e16973657156: Pulling fs layer [2023-02-22T20:10:46.553Z] fc693d55d65f: Pulling fs layer [2023-02-22T20:10:46.553Z] 7e9fc2657dce: Pulling fs layer [2023-02-22T20:10:46.553Z] fc693d55d65f: Waiting [2023-02-22T20:10:46.553Z] dda99020689f: Pulling fs layer [2023-02-22T20:10:46.553Z] db1c61fa0a46: Pulling fs layer [2023-02-22T20:10:46.553Z] 891c053d2c06: Pulling fs layer [2023-02-22T20:10:46.553Z] db1c61fa0a46: Waiting [2023-02-22T20:10:46.553Z] 891c053d2c06: Waiting [2023-02-22T20:10:46.553Z] 7e9fc2657dce: Waiting [2023-02-22T20:10:46.553Z] dda99020689f: Waiting [2023-02-22T20:10:46.553Z] e16973657156: Verifying Checksum [2023-02-22T20:10:46.553Z] e16973657156: Download complete [2023-02-22T20:10:46.553Z] 35d82f9e3411: Verifying Checksum [2023-02-22T20:10:46.553Z] 35d82f9e3411: Download complete [2023-02-22T20:10:46.828Z] 7e9fc2657dce: Verifying Checksum [2023-02-22T20:10:46.828Z] dda99020689f: Verifying Checksum [2023-02-22T20:10:46.828Z] dda99020689f: Download complete [2023-02-22T20:10:46.828Z] 9b18e9b68314: Verifying Checksum [2023-02-22T20:10:46.828Z] 9b18e9b68314: Download complete [2023-02-22T20:10:47.836Z] 9b18e9b68314: Pull complete [2023-02-22T20:10:47.836Z] 891c053d2c06: Verifying Checksum [2023-02-22T20:10:47.836Z] 891c053d2c06: Download complete [2023-02-22T20:10:48.464Z] 35d82f9e3411: Pull complete [2023-02-22T20:10:48.743Z] e16973657156: Pull complete [2023-02-22T20:10:49.015Z] db1c61fa0a46: Verifying Checksum [2023-02-22T20:10:49.015Z] db1c61fa0a46: Download complete [2023-02-22T20:10:49.984Z] fc693d55d65f: Verifying Checksum [2023-02-22T20:10:49.984Z] fc693d55d65f: Download complete [2023-02-22T20:10:51.330Z] 2f39f015ded8: Pull complete [2023-02-22T20:10:51.330Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-22T20:10:51.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:10:51.330Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:10:51.413Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:10:51.451Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:10:57.517Z] $ docker top 244ee53e037a0d25b89d0ad7e8741f5cc338d193cf42bcfcaaccb870cd825bae -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:10:57.893Z] ---> job-cost.sh [2023-02-22T20:10:57.893Z] lf-activate-venv: SKIPPING [2023-02-22T20:10:57.893Z] INFO: No Stack... [2023-02-22T20:10:58.153Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T20:10:58.415Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T20:10:58.711Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-22T20:10:58.712Z] + cut -d, -f6 [Pipeline] lock [2023-02-22T20:10:58.726Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [2023-02-22T20:10:58.730Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] did not exist. Created. [2023-02-22T20:10:58.730Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T20:10:59.035Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-22T20:10:59.070Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T20:10:59.076Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T20:10:59.097Z] $ docker stop --time=1 244ee53e037a0d25b89d0ad7e8741f5cc338d193cf42bcfcaaccb870cd825bae [2023-02-22T20:11:00.257Z] $ docker rm -f --volumes 244ee53e037a0d25b89d0ad7e8741f5cc338d193cf42bcfcaaccb870cd825bae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-22T20:11:02.312Z] fc693d55d65f: Pull complete [2023-02-22T20:11:02.312Z] 7e9fc2657dce: Pull complete [2023-02-22T20:11:02.312Z] dda99020689f: Pull complete [2023-02-22T20:11:07.692Z] db1c61fa0a46: Pull complete [2023-02-22T20:11:08.664Z] 891c053d2c06: Pull complete [2023-02-22T20:11:08.664Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-22T20:11:08.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-22T20:11:08.664Z] ---> f96f9c87975a [2023-02-22T20:11:08.664Z] Step 3/10 : ARG MAKE=make build [2023-02-22T20:11:09.650Z] ---> Running in 4495196ee4a5 [2023-02-22T20:11:09.650Z] Removing intermediate container 4495196ee4a5 [2023-02-22T20:11:09.650Z] ---> d703c6015bbe [2023-02-22T20:11:09.650Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-22T20:11:09.920Z] ---> Running in bbb8c4fe540f [2023-02-22T20:11:10.188Z] Removing intermediate container bbb8c4fe540f [2023-02-22T20:11:10.188Z] ---> e359de3f5b96 [2023-02-22T20:11:10.188Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T20:11:10.188Z] ---> Running in 78cc84e41768 [2023-02-22T20:11:10.773Z] Removing intermediate container 78cc84e41768 [2023-02-22T20:11:10.773Z] ---> c8e3bf44d8d3 [2023-02-22T20:11:10.773Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-22T20:11:10.773Z] ---> Running in ac11bd856db7 [2023-02-22T20:11:11.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:11:12.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:11:13.293Z] OK: 221 MiB in 51 packages [2023-02-22T20:11:14.261Z] Removing intermediate container ac11bd856db7 [2023-02-22T20:11:14.261Z] ---> 353474c387c9 [2023-02-22T20:11:14.261Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-22T20:11:14.852Z] ---> cef12c6072a0 [2023-02-22T20:11:14.852Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:11:14.852Z] ---> Running in 5a2f451057b4 [2023-02-22T20:12:36.809Z] Removing intermediate container 5a2f451057b4 [2023-02-22T20:12:36.809Z] ---> b9d707bd1ce6 [2023-02-22T20:12:36.809Z] Step 9/10 : COPY . . [2023-02-22T20:12:36.809Z] ---> 1cf8e8bcd9ec [2023-02-22T20:12:36.809Z] Step 10/10 : RUN ${MAKE} [2023-02-22T20:12:36.809Z] ---> Running in 029053dbd83d [2023-02-22T20:12:36.809Z] noop [2023-02-22T20:12:36.809Z] Removing intermediate container 029053dbd83d [2023-02-22T20:12:36.809Z] ---> 977faf57006b [2023-02-22T20:12:36.809Z] Successfully built 977faf57006b [2023-02-22T20:12:36.809Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:12:37.154Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T20:12:37.154Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:12:37.343Z] prd-ubuntu20.04-docker-arm64-4c-16g-7111 does not seem to be running inside a container [2023-02-22T20:12:37.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/167 -v /w/workspace/device-sdk-go/167:/w/workspace/device-sdk-go/167:rw,z -v /w/workspace/device-sdk-go/167@tmp:/w/workspace/device-sdk-go/167@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 [2023-02-22T20:12:38.712Z] $ docker top efdcc21989e6485950c4e0817a0429b316671774d03c5c029cea52dae76a4b88 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:12:39.528Z] + go version [2023-02-22T20:12:39.528Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-22T20:12:39.557Z] $ docker stop --time=1 efdcc21989e6485950c4e0817a0429b316671774d03c5c029cea52dae76a4b88 [2023-02-22T20:12:41.266Z] $ docker rm -f --volumes efdcc21989e6485950c4e0817a0429b316671774d03c5c029cea52dae76a4b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:12:41.779Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T20:12:41.779Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:12:41.984Z] prd-ubuntu20.04-docker-arm64-4c-16g-7111 does not seem to be running inside a container [2023-02-22T20:12:42.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/167 -v /w/workspace/device-sdk-go/167:/w/workspace/device-sdk-go/167:rw,z -v /w/workspace/device-sdk-go/167@tmp:/w/workspace/device-sdk-go/167@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 [2023-02-22T20:12:43.235Z] $ docker top 0c343bd8f8addabf0b726306aea75835d2821a5a3819ae253b04f7bef2e48d80 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:12:43.743Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/167 [Pipeline] fileExists [Pipeline] sh [2023-02-22T20:12:44.071Z] + make test [2023-02-22T20:12:44.071Z] go test -race -coverprofile=coverage.out ./... [2023-02-22T20:13:16.288Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-22T20:15:08.119Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-22T20:15:08.119Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-22T20:15:08.119Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-22T20:15:08.119Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-22T20:15:08.119Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-22T20:15:13.470Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.321s coverage: 27.6% of statements [2023-02-22T20:15:13.470Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.310s coverage: 78.9% of statements [2023-02-22T20:15:13.470Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-22T20:15:21.686Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.448s coverage: 86.0% of statements [2023-02-22T20:15:21.686Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-22T20:15:21.686Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-22T20:15:23.104Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.466s coverage: 74.7% of statements [2023-02-22T20:15:23.104Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-22T20:15:23.104Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.323s coverage: 15.5% of statements [2023-02-22T20:15:23.104Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-22T20:15:24.064Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.472s coverage: 65.2% of statements [2023-02-22T20:15:24.064Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-22T20:15:24.064Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-22T20:15:26.006Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.116s coverage: 89.2% of statements [2023-02-22T20:15:26.006Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-22T20:15:26.006Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.341s coverage: 4.6% of statements [2023-02-22T20:15:26.006Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-22T20:15:26.648Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-22T20:15:26.648Z] GO111MODULE=on go vet ./... [2023-02-22T20:17:03.327Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T20:17:03.327Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T20:17:03.327Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T20:17:03.344Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T20:17:03.367Z] $ docker stop --time=1 0c343bd8f8addabf0b726306aea75835d2821a5a3819ae253b04f7bef2e48d80 [2023-02-22T20:17:05.130Z] $ docker rm -f --volumes 0c343bd8f8addabf0b726306aea75835d2821a5a3819ae253b04f7bef2e48d80 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:17:06.441Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T20:17:06.463Z] Warning: overwriting stash ‘coverage-report’ [2023-02-22T20:17:07.032Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:17:07.407Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T20:17:07.736Z] + ls -al . [2023-02-22T20:17:07.736Z] total 280 [2023-02-22T20:17:07.736Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:12 . [2023-02-22T20:17:07.736Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:10 .. [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 22 20:10 .dockerignore [2023-02-22T20:17:07.736Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:10 .git [2023-02-22T20:17:07.736Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:10 .github [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 22 20:10 .gitignore [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 22 20:10 .golangci.yml [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 22 20:10 CHANGELOG.md [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:10 GOVERNANCE.md [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 22 20:10 Jenkinsfile [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 22 20:10 LICENSE [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 22 20:10 Makefile [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 22 20:10 OWNERS.md [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 22 20:10 README.md [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:08 VERSION [2023-02-22T20:17:07.736Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:10 bin [2023-02-22T20:17:07.736Z] -rw-r--r-- 1 jenkins jenkins 111046 Feb 22 20:15 coverage.out [2023-02-22T20:17:07.736Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 22 20:10 example [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 3266 Feb 22 20:10 go.mod [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 32794 Feb 22 20:10 go.sum [2023-02-22T20:17:07.736Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 22 20:10 internal [2023-02-22T20:17:07.736Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:10 openapi [2023-02-22T20:17:07.736Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 22 20:10 pkg [2023-02-22T20:17:07.736Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:10 snap [2023-02-22T20:17:07.736Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 22 20:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:17:08.084Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 --label arch=arm64 --label version=3.0.0-dev.37 . [2023-02-22T20:17:08.355Z] Sending build context to Docker daemon 5.772MB [2023-02-22T20:17:08.355Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:17:08.355Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-22T20:17:08.355Z] ---> 977faf57006b [2023-02-22T20:17:08.355Z] Step 3/23 : ARG MAKE=make build [2023-02-22T20:17:08.622Z] ---> Running in 04d8ac9b4953 [2023-02-22T20:17:08.889Z] Removing intermediate container 04d8ac9b4953 [2023-02-22T20:17:08.889Z] ---> 7bb060d0815e [2023-02-22T20:17:08.889Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-22T20:17:08.889Z] ---> Running in 524e17a38bd2 [2023-02-22T20:17:09.482Z] Removing intermediate container 524e17a38bd2 [2023-02-22T20:17:09.482Z] ---> 9b639194174c [2023-02-22T20:17:09.482Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-22T20:17:09.482Z] ---> Running in 37765e46b267 [2023-02-22T20:17:09.767Z] Removing intermediate container 37765e46b267 [2023-02-22T20:17:09.767Z] ---> c32cffce49c0 [2023-02-22T20:17:09.767Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-22T20:17:09.767Z] ---> Running in 5fbd9ad77dc3 [2023-02-22T20:17:10.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:17:10.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:17:11.961Z] OK: 221 MiB in 51 packages [2023-02-22T20:17:12.920Z] Removing intermediate container 5fbd9ad77dc3 [2023-02-22T20:17:12.920Z] ---> 08cc863fb19d [2023-02-22T20:17:12.920Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-22T20:17:13.508Z] ---> 6b94402f6caf [2023-02-22T20:17:13.508Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:17:13.508Z] ---> Running in 4ceda51b6b70 [2023-02-22T20:17:16.089Z] Removing intermediate container 4ceda51b6b70 [2023-02-22T20:17:16.089Z] ---> 7e5156f4c9f0 [2023-02-22T20:17:16.089Z] Step 9/23 : COPY . . [2023-02-22T20:17:17.216Z] ---> 7c2a119ccbd1 [2023-02-22T20:17:17.216Z] Step 10/23 : RUN ${MAKE} [2023-02-22T20:17:17.216Z] ---> Running in 28a4d648bd6c [2023-02-22T20:17:18.198Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.37" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-22T20:19:24.930Z] Removing intermediate container 28a4d648bd6c [2023-02-22T20:19:24.930Z] ---> 23f01d8bc2d4 [2023-02-22T20:19:24.930Z] Step 11/23 : FROM alpine:3.16 [2023-02-22T20:19:24.930Z] 3.16: Pulling from library/alpine [2023-02-22T20:19:24.930Z] 3760b48202b3: Pulling fs layer [2023-02-22T20:19:24.930Z] 3760b48202b3: Download complete [2023-02-22T20:19:24.930Z] 3760b48202b3: Pull complete [2023-02-22T20:19:24.930Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T20:19:24.930Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T20:19:24.930Z] ---> 4c81e5bf8899 [2023-02-22T20:19:24.930Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-22T20:19:24.930Z] ---> Running in fc1ba8680eba [2023-02-22T20:19:24.930Z] Removing intermediate container fc1ba8680eba [2023-02-22T20:19:24.930Z] ---> 168cd9b8d892 [2023-02-22T20:19:24.930Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-22T20:19:24.930Z] ---> Running in 509e4db7479c [2023-02-22T20:19:24.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:19:24.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:19:24.930Z] OK: 5 MiB in 14 packages [2023-02-22T20:19:24.930Z] Removing intermediate container 509e4db7479c [2023-02-22T20:19:24.930Z] ---> 54146622e445 [2023-02-22T20:19:24.930Z] Step 14/23 : WORKDIR / [2023-02-22T20:19:24.930Z] ---> Running in f6f32fd458ca [2023-02-22T20:19:24.930Z] Removing intermediate container f6f32fd458ca [2023-02-22T20:19:24.930Z] ---> 4d29f4d71636 [2023-02-22T20:19:24.930Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-22T20:19:24.930Z] ---> 4a129ba7e687 [2023-02-22T20:19:24.930Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-22T20:19:24.930Z] ---> b4d879209797 [2023-02-22T20:19:24.930Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-22T20:19:24.930Z] ---> 087512aec841 [2023-02-22T20:19:24.930Z] Step 18/23 : EXPOSE 59999 [2023-02-22T20:19:24.930Z] ---> Running in d33223242c94 [2023-02-22T20:19:24.930Z] Removing intermediate container d33223242c94 [2023-02-22T20:19:24.930Z] ---> e4d75844bfe5 [2023-02-22T20:19:24.930Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-22T20:19:24.930Z] ---> Running in 3e1482c00deb [2023-02-22T20:19:24.930Z] Removing intermediate container 3e1482c00deb [2023-02-22T20:19:24.930Z] ---> 8ce0f46c515e [2023-02-22T20:19:24.930Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-22T20:19:24.930Z] ---> Running in 6e906c081ad1 [2023-02-22T20:19:24.930Z] Removing intermediate container 6e906c081ad1 [2023-02-22T20:19:24.930Z] ---> f39c8da0056a [2023-02-22T20:19:24.930Z] Step 21/23 : LABEL arch=arm64 [2023-02-22T20:19:24.930Z] ---> Running in e2c123932959 [2023-02-22T20:19:24.930Z] Removing intermediate container e2c123932959 [2023-02-22T20:19:24.930Z] ---> 1deee4881a49 [2023-02-22T20:19:24.930Z] Step 22/23 : LABEL git_sha=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [2023-02-22T20:19:24.930Z] ---> Running in 1733d06b3e5e [2023-02-22T20:19:24.930Z] Removing intermediate container 1733d06b3e5e [2023-02-22T20:19:24.930Z] ---> 8d4f0800a70a [2023-02-22T20:19:24.930Z] Step 23/23 : LABEL version=3.0.0-dev.37 [2023-02-22T20:19:24.930Z] ---> Running in 24b2a72e9cb7 [2023-02-22T20:19:25.193Z] Removing intermediate container 24b2a72e9cb7 [2023-02-22T20:19:25.193Z] ---> aa9cb8da1e53 [2023-02-22T20:19:25.193Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T20:19:25.193Z] Successfully built aa9cb8da1e53 [2023-02-22T20:19:25.193Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:19:25.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:19:25.623Z] [2023-02-22T20:19:25.623Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:19:25.961Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:19:25.961Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-22T20:19:25.961Z] 8998bd30e6a1: Pulling fs layer [2023-02-22T20:19:25.961Z] 04944245beec: Pulling fs layer [2023-02-22T20:19:25.961Z] 699f458cf7ca: Pulling fs layer [2023-02-22T20:19:25.961Z] 765212b225bb: Pulling fs layer [2023-02-22T20:19:25.961Z] f23df028b6ca: Pulling fs layer [2023-02-22T20:19:25.961Z] d65c8cfc05b1: Pulling fs layer [2023-02-22T20:19:25.961Z] 2437ff75d9bd: Pulling fs layer [2023-02-22T20:19:25.961Z] f23df028b6ca: Waiting [2023-02-22T20:19:25.961Z] d65c8cfc05b1: Waiting [2023-02-22T20:19:25.961Z] 2437ff75d9bd: Waiting [2023-02-22T20:19:25.961Z] 765212b225bb: Waiting [2023-02-22T20:19:26.228Z] 04944245beec: Verifying Checksum [2023-02-22T20:19:26.228Z] 04944245beec: Download complete [2023-02-22T20:19:26.228Z] 765212b225bb: Verifying Checksum [2023-02-22T20:19:26.228Z] 765212b225bb: Download complete [2023-02-22T20:19:26.228Z] f23df028b6ca: Verifying Checksum [2023-02-22T20:19:26.228Z] f23df028b6ca: Download complete [2023-02-22T20:19:26.228Z] d65c8cfc05b1: Verifying Checksum [2023-02-22T20:19:26.228Z] d65c8cfc05b1: Download complete [2023-02-22T20:19:26.493Z] 699f458cf7ca: Verifying Checksum [2023-02-22T20:19:26.493Z] 699f458cf7ca: Download complete [2023-02-22T20:19:26.759Z] 8998bd30e6a1: Verifying Checksum [2023-02-22T20:19:26.759Z] 8998bd30e6a1: Download complete [2023-02-22T20:19:28.695Z] 2437ff75d9bd: Verifying Checksum [2023-02-22T20:19:28.695Z] 2437ff75d9bd: Download complete [2023-02-22T20:19:30.100Z] 8998bd30e6a1: Pull complete [2023-02-22T20:19:30.679Z] 04944245beec: Pull complete [2023-02-22T20:19:31.632Z] 699f458cf7ca: Pull complete [2023-02-22T20:19:31.897Z] 765212b225bb: Pull complete [2023-02-22T20:19:32.477Z] f23df028b6ca: Pull complete [2023-02-22T20:19:32.742Z] d65c8cfc05b1: Pull complete [2023-02-22T20:19:45.037Z] 2437ff75d9bd: Pull complete [2023-02-22T20:19:45.037Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-22T20:19:45.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:19:45.037Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:19:45.205Z] prd-ubuntu20.04-docker-arm64-4c-16g-7111 does not seem to be running inside a container [2023-02-22T20:19:45.275Z] $ 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-sdk-go/167 -v /w/workspace/device-sdk-go/167:/w/workspace/device-sdk-go/167:rw,z -v /w/workspace/device-sdk-go/167@tmp:/w/workspace/device-sdk-go/167@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 [2023-02-22T20:19:47.707Z] $ docker top 360d13b7abfcadae75242d3d98b7bbc599b035ba43c7286c0543906c651a654f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:19:48.509Z] ---> job-cost.sh [2023-02-22T20:19:48.509Z] lf-activate-venv: SKIPPING [2023-02-22T20:19:48.509Z] INFO: No Stack... [2023-02-22T20:19:48.776Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-22T20:19:49.732Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T20:19:50.043Z] + cat /w/workspace/device-sdk-go/167/archives/cost.csv [2023-02-22T20:19:50.043Z] + cut -d, -f6 [Pipeline] lock [2023-02-22T20:19:50.341Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [2023-02-22T20:19:50.356Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] did not exist. Created. [2023-02-22T20:19:50.356Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T20:19:50.697Z] /w/workspace/device-sdk-go/167@tmp/durable-602026af/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-22T20:19:51.031Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-22T20:19:51.317Z] Warning: overwriting stash ‘stack-cost’ [2023-02-22T20:19:51.375Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T20:19:51.385Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-167-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T20:19:51.413Z] $ docker stop --time=1 360d13b7abfcadae75242d3d98b7bbc599b035ba43c7286c0543906c651a654f [2023-02-22T20:19:52.895Z] $ docker rm -f --volumes 360d13b7abfcadae75242d3d98b7bbc599b035ba43c7286c0543906c651a654f [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 [2023-02-22T20:19:53.233Z] provisioning config files... [2023-02-22T20:19:53.240Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8455005908054926992tmp [Pipeline] { [Pipeline] sh [2023-02-22T20:19:53.534Z] + set +x [2023-02-22T20:19:53.534Z] + bash -s -- [2023-02-22T20:19:53.534Z] + curl -s https://codecov.io/bash [2023-02-22T20:19:53.534Z] [2023-02-22T20:19:53.534Z] _____ _ [2023-02-22T20:19:53.534Z] / ____| | | [2023-02-22T20:19:53.534Z] | | ___ __| | ___ ___ _____ __ [2023-02-22T20:19:53.534Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-22T20:19:53.534Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-22T20:19:53.534Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-22T20:19:53.534Z] Bash-1.0.6 [2023-02-22T20:19:53.534Z] [2023-02-22T20:19:53.534Z] [2023-02-22T20:19:53.534Z] ==> git version 2.25.1 found [2023-02-22T20:19:53.534Z] ==> 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 [2023-02-22T20:19:53.534Z] Release-Date: 2020-01-08 [2023-02-22T20:19:53.534Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-22T20:19:53.534Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-22T20:19:53.534Z] ==> Jenkins CI detected. [2023-02-22T20:19:53.534Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-22T20:19:53.534Z] project root: . [2023-02-22T20:19:53.534Z] --> token set from env [2023-02-22T20:19:53.534Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-22T20:19:53.534Z] ==> Running gcov in . (disable via -X gcov) [2023-02-22T20:19:53.534Z] ==> Python coveragepy not found [2023-02-22T20:19:53.534Z] ==> Searching for coverage reports in: [2023-02-22T20:19:53.534Z] + . [2023-02-22T20:19:53.534Z] -> Found 1 reports [2023-02-22T20:19:53.534Z] ==> Detecting git/mercurial file structure [2023-02-22T20:19:53.534Z] ==> Reading reports [2023-02-22T20:19:53.534Z] + ./coverage.out bytes=111046 [2023-02-22T20:19:53.534Z] ==> Appending adjustments [2023-02-22T20:19:53.534Z] https://docs.codecov.io/docs/fixing-reports [2023-02-22T20:19:54.100Z] + Found adjustments [2023-02-22T20:19:54.100Z] ==> Gzipping contents [2023-02-22T20:19:54.100Z] 16K /tmp/codecov.TThwvm.gz [2023-02-22T20:19:54.100Z] ==> Uploading reports [2023-02-22T20:19:54.100Z] url: https://codecov.io [2023-02-22T20:19:54.100Z] query: branch=main&commit=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949&build=167&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F167%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T20:19:54.100Z] -> Pinging Codecov [2023-02-22T20:19:54.100Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=main&commit=b7afc2aba7a1c5861c6c21c42b42dc1283ea5949&build=167&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F167%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T20:19:54.100Z] -> Uploading to [2023-02-22T20:19:54.100Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-22/7E55EF52A471D76F132DFD9A03CDDE97/b7afc2aba7a1c5861c6c21c42b42dc1283ea5949/2a44410c-5fd3-4f82-a4a3-6bb86400dab2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T201954Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=67d7e46f805158b572fec6644028bff01edb43c28b7f39dba7548fac17ba6554 [2023-02-22T20:19:54.100Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T20:19:54.100Z] Dload Upload Total Spent Left Speed [2023-02-22T20:19:54.617Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15340 0 0 100 15340 0 53449 --:--:-- --:--:-- --:--:-- 53449 [2023-02-22T20:19:54.617Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] } [2023-02-22T20:19:54.623Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-22T20:19:54.806Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-22T20:19:54.817Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:19:55.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:19:55.109Z] [2023-02-22T20:19:55.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:19:55.406Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:19:55.406Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-22T20:19:55.406Z] df9b9388f04a: Pulling fs layer [2023-02-22T20:19:55.406Z] 52dc419b0ee2: Pulling fs layer [2023-02-22T20:19:55.406Z] 25bc292e5bac: Pulling fs layer [2023-02-22T20:19:55.406Z] 114826534d7a: Pulling fs layer [2023-02-22T20:19:55.406Z] 4657fd5d0bcf: Pulling fs layer [2023-02-22T20:19:55.406Z] 6ad1cebc031e: Pulling fs layer [2023-02-22T20:19:55.406Z] 8a3aa393b2d8: Pulling fs layer [2023-02-22T20:19:55.406Z] 8a3aa393b2d8: Waiting [2023-02-22T20:19:55.406Z] 6ad1cebc031e: Waiting [2023-02-22T20:19:55.406Z] 114826534d7a: Waiting [2023-02-22T20:19:55.406Z] 25bc292e5bac: Verifying Checksum [2023-02-22T20:19:55.406Z] 52dc419b0ee2: Verifying Checksum [2023-02-22T20:19:55.406Z] 52dc419b0ee2: Download complete [2023-02-22T20:19:55.406Z] 4657fd5d0bcf: Verifying Checksum [2023-02-22T20:19:55.406Z] 4657fd5d0bcf: Download complete [2023-02-22T20:19:55.406Z] df9b9388f04a: Verifying Checksum [2023-02-22T20:19:55.666Z] df9b9388f04a: Pull complete [2023-02-22T20:19:55.666Z] 6ad1cebc031e: Verifying Checksum [2023-02-22T20:19:55.666Z] 6ad1cebc031e: Download complete [2023-02-22T20:19:55.666Z] 52dc419b0ee2: Pull complete [2023-02-22T20:19:55.931Z] 25bc292e5bac: Pull complete [2023-02-22T20:19:56.191Z] 114826534d7a: Verifying Checksum [2023-02-22T20:19:56.191Z] 114826534d7a: Download complete [2023-02-22T20:19:56.449Z] 8a3aa393b2d8: Verifying Checksum [2023-02-22T20:19:56.449Z] 8a3aa393b2d8: Download complete [2023-02-22T20:19:59.729Z] 114826534d7a: Pull complete [2023-02-22T20:19:59.729Z] 4657fd5d0bcf: Pull complete [2023-02-22T20:19:59.729Z] 6ad1cebc031e: Pull complete [2023-02-22T20:20:02.256Z] 8a3aa393b2d8: Pull complete [2023-02-22T20:20:02.256Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-22T20:20:02.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:20:02.256Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:20:02.327Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:20:02.356Z] $ 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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:20:09.205Z] $ docker top ce5fcbec0c82b2938dafd87feca5d2a6322366a7f75557a0408f42ed452797a3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-22T20:20:09.278Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-22T20:20:09.557Z] + set -o pipefail [2023-02-22T20:20:09.557Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-22T20:20:14.825Z] [2023-02-22T20:20:14.825Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-22T20:20:14.825Z] [2023-02-22T20:20:14.825Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/f31485c7-0c46-498d-a888-433a15bc08f4 [2023-02-22T20:20:14.825Z] [2023-02-22T20:20:14.825Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-22T20:20:14.825Z] [2023-02-22T20:20:14.825Z] [2023-02-22T20:20:14.825Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-22T20:20:14.825Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-22T20:20:14.825Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-22T20:20:14.838Z] $ docker stop --time=1 ce5fcbec0c82b2938dafd87feca5d2a6322366a7f75557a0408f42ed452797a3 [2023-02-22T20:20:18.619Z] $ docker rm -f --volumes ce5fcbec0c82b2938dafd87feca5d2a6322366a7f75557a0408f42ed452797a3 [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) [Pipeline] echo [2023-02-22T20:20:19.009Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:20:19.019Z] provisioning config files... [2023-02-22T20:20:19.026Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11385258444984170472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:20:19.324Z] --> edgex-publish-swagger.sh [2023-02-22T20:20:19.324Z] === Publish openapi/v3 API === [2023-02-22T20:20:19.324Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-22T20:20:19.324Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-22T20:20:19.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T20:20:19.324Z] Dload Upload Total Spent Left Speed [2023-02-22T20:20:19.893Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 43650 --:--:-- --:--:-- --:--:-- 43569 100 23571 0 0 100 23571 0 43650 --:--:-- --:--:-- --:--:-- 43569 [2023-02-22T20:20:19.893Z] [2023-02-22T20:20:19.893Z] [Pipeline] } [2023-02-22T20:20:19.900Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T20:20:20.319Z] + git log --format=format:%s -1 b7afc2aba7a1c5861c6c21c42b42dc1283ea5949 [Pipeline] sh [2023-02-22T20:20:20.605Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:20:20.605Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:20:20.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:20:20.901Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:20:20.978Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:20:21.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:20:21.430Z] $ docker top 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:20:21.517Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:20:21.517Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:20:21.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:20:21.635Z] $ docker exec 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac ssh-agent [2023-02-22T20:20:21.751Z] SSH_AUTH_SOCK=/tmp/ssh-qmJysfF4EjhJ/agent.33 [2023-02-22T20:20:21.751Z] SSH_AGENT_PID=39 [2023-02-22T20:20:21.757Z] Running ssh-add (command line suppressed) [2023-02-22T20:20:21.857Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14947594330606552127.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14947594330606552127.key) [2023-02-22T20:20:21.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:20:22.153Z] + git semver tag [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,350 [run_tag] DEBUG tag force:False [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,350 [check_head_tag] DEBUG check head tag [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,352 [execute] INFO git cat-file --batch-check [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,355 [execute] INFO git cat-file --batch [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,384 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,384 [execute] INFO git tag -a v3.0.0-dev.37 -m v3.0.0-dev.37 [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,384 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.37', '-m', 'v3.0.0-dev.37'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:20:22.416Z] 2023-02-22 20:20:22,390 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:20:22.416Z] 3.0.0-dev.37 [Pipeline] } [2023-02-22T20:20:22.444Z] $ docker exec --env ******** --env ******** 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac ssh-agent -k [2023-02-22T20:20:22.553Z] unset SSH_AUTH_SOCK; [2023-02-22T20:20:22.553Z] unset SSH_AGENT_PID; [2023-02-22T20:20:22.553Z] echo Agent pid 39 killed; [2023-02-22T20:20:22.563Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:20:22.875Z] + git semver [Pipeline] } [2023-02-22T20:20:23.158Z] $ docker stop --time=1 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac [2023-02-22T20:20:24.548Z] $ docker rm -f --volumes 8f0b1589905eacd280c659f9d6a4b69f6a5b6050b37b97dec60e23f472e6c4ac [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:20:24.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:20:24.950Z] [2023-02-22T20:20:24.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:20:25.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:20:25.256Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-22T20:20:25.256Z] ab5ef0e58194: Pulling fs layer [2023-02-22T20:20:25.256Z] 9712f1f96733: Pulling fs layer [2023-02-22T20:20:25.256Z] 63f879dbbcfc: Pulling fs layer [2023-02-22T20:20:25.256Z] 0d9ebad4ef96: Pulling fs layer [2023-02-22T20:20:25.256Z] e9a5061849ea: Pulling fs layer [2023-02-22T20:20:25.256Z] d747dcd14b5f: Pulling fs layer [2023-02-22T20:20:25.256Z] 2de7ff778b66: Pulling fs layer [2023-02-22T20:20:25.256Z] 0d9ebad4ef96: Waiting [2023-02-22T20:20:25.256Z] e9a5061849ea: Waiting [2023-02-22T20:20:25.256Z] d747dcd14b5f: Waiting [2023-02-22T20:20:25.256Z] 9712f1f96733: Verifying Checksum [2023-02-22T20:20:25.256Z] 9712f1f96733: Download complete [2023-02-22T20:20:25.851Z] 63f879dbbcfc: Verifying Checksum [2023-02-22T20:20:25.851Z] 63f879dbbcfc: Download complete [2023-02-22T20:20:26.121Z] e9a5061849ea: Verifying Checksum [2023-02-22T20:20:26.121Z] e9a5061849ea: Download complete [2023-02-22T20:20:26.121Z] ab5ef0e58194: Verifying Checksum [2023-02-22T20:20:26.121Z] ab5ef0e58194: Download complete [2023-02-22T20:20:26.121Z] d747dcd14b5f: Verifying Checksum [2023-02-22T20:20:26.121Z] d747dcd14b5f: Download complete [2023-02-22T20:20:26.386Z] 0d9ebad4ef96: Verifying Checksum [2023-02-22T20:20:26.386Z] 0d9ebad4ef96: Download complete [2023-02-22T20:20:26.386Z] 2de7ff778b66: Verifying Checksum [2023-02-22T20:20:26.386Z] 2de7ff778b66: Download complete [2023-02-22T20:20:58.529Z] ab5ef0e58194: Pull complete [2023-02-22T20:20:58.529Z] 9712f1f96733: Pull complete [2023-02-22T20:20:58.529Z] 63f879dbbcfc: Pull complete [2023-02-22T20:21:06.644Z] 0d9ebad4ef96: Pull complete [2023-02-22T20:21:06.644Z] e9a5061849ea: Pull complete [2023-02-22T20:21:06.903Z] d747dcd14b5f: Pull complete [2023-02-22T20:21:08.281Z] 2de7ff778b66: Pull complete [2023-02-22T20:21:08.848Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-22T20:21:08.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:21:09.107Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:21:09.201Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:21:09.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:21:31.788Z] $ docker top 8addc80fc6902d1ea3fe126d9ec223bfb4658a63c71380fb14326bc15ae64fd5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:21:31.860Z] provisioning config files... [2023-02-22T20:21:31.901Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1320360373874574403tmp [2023-02-22T20:21:31.911Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17371645412660411484tmp [2023-02-22T20:21:31.928Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14836206084392931700tmp [Pipeline] { [Pipeline] echo [2023-02-22T20:21:31.943Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:32.228Z] ---> sigul-configuration.sh [2023-02-22T20:21:32.228Z] gpg: directory `/root/.gnupg' created [2023-02-22T20:21:32.228Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-22T20:21:32.228Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-22T20:21:32.228Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-22T20:21:32.228Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-22T20:21:32.228Z] gpg: CAST5 encrypted data [2023-02-22T20:21:32.228Z] gpg: encrypted with 1 passphrase [2023-02-22T20:21:32.228Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-22T20:21:32.514Z] + mkdir /home/jenkins [2023-02-22T20:21:32.514Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-22T20:21:32.801Z] + 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 [2023-02-22T20:21:32.821Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:33.111Z] ---> sigul-install.sh [2023-02-22T20:21:33.111Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-22T20:21:33.408Z] + git tag --list [2023-02-22T20:21:33.408Z] 0.7.1 [2023-02-22T20:21:33.408Z] delhi-tag [2023-02-22T20:21:33.408Z] v1.0.0 [2023-02-22T20:21:33.408Z] v1.1.0 [2023-02-22T20:21:33.408Z] v1.1.1 [2023-02-22T20:21:33.408Z] v1.1.2 [2023-02-22T20:21:33.408Z] v1.2.0 [2023-02-22T20:21:33.408Z] v1.2.1 [2023-02-22T20:21:33.408Z] v1.2.2 [2023-02-22T20:21:33.408Z] v1.2.3 [2023-02-22T20:21:33.408Z] v1.3.0 [2023-02-22T20:21:33.408Z] v1.4.0 [2023-02-22T20:21:33.408Z] v2.0.0 [2023-02-22T20:21:33.408Z] v2.1.0 [2023-02-22T20:21:33.408Z] v2.1.1 [2023-02-22T20:21:33.408Z] v2.1.1-dev.2 [2023-02-22T20:21:33.408Z] v2.1.1-dev.3 [2023-02-22T20:21:33.408Z] v2.2.0 [2023-02-22T20:21:33.408Z] v2.2.1-dev.1 [2023-02-22T20:21:33.408Z] v2.2.1-dev.10 [2023-02-22T20:21:33.408Z] v2.2.1-dev.11 [2023-02-22T20:21:33.408Z] v2.2.1-dev.12 [2023-02-22T20:21:33.408Z] v2.2.1-dev.13 [2023-02-22T20:21:33.408Z] v2.2.1-dev.14 [2023-02-22T20:21:33.408Z] v2.2.1-dev.2 [2023-02-22T20:21:33.408Z] v2.2.1-dev.3 [2023-02-22T20:21:33.408Z] v2.2.1-dev.4 [2023-02-22T20:21:33.408Z] v2.2.1-dev.5 [2023-02-22T20:21:33.408Z] v2.2.1-dev.6 [2023-02-22T20:21:33.408Z] v2.2.1-dev.7 [2023-02-22T20:21:33.408Z] v2.2.1-dev.8 [2023-02-22T20:21:33.408Z] v2.2.1-dev.9 [2023-02-22T20:21:33.408Z] v2.3.0 [2023-02-22T20:21:33.408Z] v2.3.0-dev.14 [2023-02-22T20:21:33.408Z] v2.3.0-dev.15 [2023-02-22T20:21:33.408Z] v2.3.0-dev.16 [2023-02-22T20:21:33.408Z] v2.3.0-dev.17 [2023-02-22T20:21:33.408Z] v2.3.0-dev.18 [2023-02-22T20:21:33.408Z] v2.3.0-dev.19 [2023-02-22T20:21:33.408Z] v2.3.0-dev.20 [2023-02-22T20:21:33.408Z] v2.3.0-dev.21 [2023-02-22T20:21:33.408Z] v2.3.0-dev.22 [2023-02-22T20:21:33.408Z] v2.3.0-dev.23 [2023-02-22T20:21:33.408Z] v2.3.0-dev.24 [2023-02-22T20:21:33.408Z] v2.3.0-dev.25 [2023-02-22T20:21:33.408Z] v2.3.0-dev.26 [2023-02-22T20:21:33.408Z] v2.3.0-dev.27 [2023-02-22T20:21:33.408Z] v2.3.0-dev.28 [2023-02-22T20:21:33.408Z] v2.3.0-dev.29 [2023-02-22T20:21:33.408Z] v2.3.0-dev.30 [2023-02-22T20:21:33.408Z] v2.3.0-dev.31 [2023-02-22T20:21:33.408Z] v2.3.0-dev.32 [2023-02-22T20:21:33.408Z] v2.3.0-dev.33 [2023-02-22T20:21:33.408Z] v2.3.0-dev.34 [2023-02-22T20:21:33.408Z] v2.3.0-dev.35 [2023-02-22T20:21:33.408Z] v2.3.0-dev.36 [2023-02-22T20:21:33.408Z] v2.3.0-dev.37 [2023-02-22T20:21:33.408Z] v2.3.0-dev.38 [2023-02-22T20:21:33.408Z] v2.3.0-dev.39 [2023-02-22T20:21:33.408Z] v2.3.0-dev.40 [2023-02-22T20:21:33.408Z] v2.3.0-dev.41 [2023-02-22T20:21:33.408Z] v2.3.0-dev.42 [2023-02-22T20:21:33.408Z] v2.3.0-dev.43 [2023-02-22T20:21:33.408Z] v2.3.0-dev.44 [2023-02-22T20:21:33.408Z] v2.3.0-dev.45 [2023-02-22T20:21:33.408Z] v2.3.0-dev.46 [2023-02-22T20:21:33.408Z] v2.3.0-dev.47 [2023-02-22T20:21:33.408Z] v2.3.0-dev.48 [2023-02-22T20:21:33.408Z] v2.3.0-dev.49 [2023-02-22T20:21:33.408Z] v2.3.0-dev.50 [2023-02-22T20:21:33.408Z] v2.3.0-dev.51 [2023-02-22T20:21:33.408Z] v2.3.1-dev.1 [2023-02-22T20:21:33.408Z] v2.3.1-dev.2 [2023-02-22T20:21:33.408Z] v3.0.0-dev.1 [2023-02-22T20:21:33.408Z] v3.0.0-dev.10 [2023-02-22T20:21:33.408Z] v3.0.0-dev.11 [2023-02-22T20:21:33.408Z] v3.0.0-dev.12 [2023-02-22T20:21:33.408Z] v3.0.0-dev.13 [2023-02-22T20:21:33.408Z] v3.0.0-dev.14 [2023-02-22T20:21:33.408Z] v3.0.0-dev.15 [2023-02-22T20:21:33.408Z] v3.0.0-dev.16 [2023-02-22T20:21:33.408Z] v3.0.0-dev.17 [2023-02-22T20:21:33.408Z] v3.0.0-dev.18 [2023-02-22T20:21:33.408Z] v3.0.0-dev.19 [2023-02-22T20:21:33.408Z] v3.0.0-dev.2 [2023-02-22T20:21:33.408Z] v3.0.0-dev.20 [2023-02-22T20:21:33.408Z] v3.0.0-dev.21 [2023-02-22T20:21:33.408Z] v3.0.0-dev.22 [2023-02-22T20:21:33.408Z] v3.0.0-dev.23 [2023-02-22T20:21:33.408Z] v3.0.0-dev.24 [2023-02-22T20:21:33.408Z] v3.0.0-dev.25 [2023-02-22T20:21:33.408Z] v3.0.0-dev.26 [2023-02-22T20:21:33.408Z] v3.0.0-dev.27 [2023-02-22T20:21:33.408Z] v3.0.0-dev.28 [2023-02-22T20:21:33.408Z] v3.0.0-dev.29 [2023-02-22T20:21:33.408Z] v3.0.0-dev.3 [2023-02-22T20:21:33.408Z] v3.0.0-dev.30 [2023-02-22T20:21:33.408Z] v3.0.0-dev.31 [2023-02-22T20:21:33.408Z] v3.0.0-dev.32 [2023-02-22T20:21:33.408Z] v3.0.0-dev.33 [2023-02-22T20:21:33.408Z] v3.0.0-dev.34 [2023-02-22T20:21:33.408Z] v3.0.0-dev.35 [2023-02-22T20:21:33.408Z] v3.0.0-dev.36 [2023-02-22T20:21:33.408Z] v3.0.0-dev.37 [2023-02-22T20:21:33.408Z] v3.0.0-dev.4 [2023-02-22T20:21:33.408Z] v3.0.0-dev.5 [2023-02-22T20:21:33.408Z] v3.0.0-dev.6 [2023-02-22T20:21:33.408Z] v3.0.0-dev.7 [2023-02-22T20:21:33.408Z] v3.0.0-dev.8 [2023-02-22T20:21:33.408Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-22T20:21:33.694Z] + lftools sign git-tag v3.0.0-dev.37 [2023-02-22T20:21:34.268Z] Signing Git tag with Sigul... [2023-02-22T20:21:34.268Z] Signing v3.0.0-dev.37 [Pipeline] echo [2023-02-22T20:21:34.851Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:35.135Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-22T20:21:35.142Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-22T20:21:35.159Z] $ docker stop --time=1 8addc80fc6902d1ea3fe126d9ec223bfb4658a63c71380fb14326bc15ae64fd5 [2023-02-22T20:21:36.631Z] $ docker rm -f --volumes 8addc80fc6902d1ea3fe126d9ec223bfb4658a63c71380fb14326bc15ae64fd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-22T20:21:37.040Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:21:37.041Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:21:37.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:21:37.344Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:21:37.500Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:21:37.526Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:21:37.894Z] $ docker top e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc -eo pid,comm [2023-02-22T20:21:37.948Z] 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). [2023-02-22T20:21:37.948Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:21:37.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:21:37.996Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:21:38.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:21:38.113Z] $ docker exec e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc ssh-agent [2023-02-22T20:21:38.225Z] SSH_AUTH_SOCK=/tmp/ssh-eZTcugai9qTY/agent.32 [2023-02-22T20:21:38.225Z] SSH_AGENT_PID=38 [2023-02-22T20:21:38.229Z] Running ssh-add (command line suppressed) [2023-02-22T20:21:38.346Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5454699773373060666.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5454699773373060666.key) [2023-02-22T20:21:38.362Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:21:38.657Z] + git semver bump pre [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,856 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,857 [bump_version] DEBUG bumping version:3.0.0-dev.37 on axis:pre with prefix:dev [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,857 [bump_version] DEBUG bumped version:3.0.0-dev.38 [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,857 [write_version] DEBUG write version:3.0.0-dev.38 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,857 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,857 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,860 [execute] INFO git cat-file --batch-check [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,860 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,866 [execute] INFO git cat-file --batch [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,867 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:21:38.916Z] 2023-02-22 20:21:38,872 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:21:38.916Z] 3.0.0-dev.38 [Pipeline] } [2023-02-22T20:21:38.925Z] $ docker exec --env ******** --env ******** e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc ssh-agent -k [2023-02-22T20:21:39.023Z] unset SSH_AUTH_SOCK; [2023-02-22T20:21:39.023Z] unset SSH_AGENT_PID; [2023-02-22T20:21:39.024Z] echo Agent pid 38 killed; [2023-02-22T20:21:39.034Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:21:39.334Z] + git semver [Pipeline] } [2023-02-22T20:21:39.604Z] $ docker stop --time=1 e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc [2023-02-22T20:21:40.887Z] $ docker rm -f --volumes e5b2ddeb55ca8fd1de90037536229b0eedcda55e039bedea773355fc4e6f57cc [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:21:41.237Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:21:41.237Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:21:41.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:21:41.533Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:21:41.606Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:21:41.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:21:42.084Z] $ docker top 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:21:42.172Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:21:42.172Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:21:42.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:21:42.294Z] $ docker exec 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 ssh-agent [2023-02-22T20:21:42.410Z] SSH_AUTH_SOCK=/tmp/ssh-xfRQwumPIiRM/agent.32 [2023-02-22T20:21:42.410Z] SSH_AGENT_PID=38 [2023-02-22T20:21:42.415Z] Running ssh-add (command line suppressed) [2023-02-22T20:21:42.520Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18227453800364421221.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_18227453800364421221.key) [2023-02-22T20:21:42.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:21:42.815Z] + git semver push [2023-02-22T20:21:43.074Z] 2023-02-22 20:21:42,984 [run_push] DEBUG push [2023-02-22T20:21:43.074Z] 2023-02-22 20:21:42,985 [execute] INFO git cat-file --batch-check [2023-02-22T20:21:43.074Z] 2023-02-22 20:21:42,985 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:21:43.074Z] 2023-02-22 20:21:42,989 [execute] INFO git rev-list 1ec53701c0fc1636f3eaa6452bd62f045a152d2e -- [2023-02-22T20:21:43.074Z] 2023-02-22 20:21:42,989 [execute] DEBUG Popen(['git', 'rev-list', '1ec53701c0fc1636f3eaa6452bd62f045a152d2e', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:21:43.074Z] 2023-02-22 20:21:43,000 [execute] INFO git fetch -v origin [2023-02-22T20:21:43.074Z] 2023-02-22 20:21:43,001 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-22T20:21:43.642Z] 2023-02-22 20:21:43,517 [run_push] DEBUG no remote changes detected [2023-02-22T20:21:43.642Z] 2023-02-22 20:21:43,518 [execute] INFO git push origin semver [2023-02-22T20:21:43.642Z] 2023-02-22 20:21:43,518 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:21:44.581Z] 2023-02-22 20:21:44,357 [run_push] DEBUG push all version tags [2023-02-22T20:21:44.581Z] 2023-02-22 20:21:44,357 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-22T20:21:44.581Z] 2023-02-22 20:21:44,358 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:21:45.518Z] 2023-02-22 20:21:45,156 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-22T20:21:45.518Z] 3.0.0-dev.38 [Pipeline] } [2023-02-22T20:21:45.528Z] $ docker exec --env ******** --env ******** 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 ssh-agent -k [2023-02-22T20:21:45.621Z] unset SSH_AUTH_SOCK; [2023-02-22T20:21:45.622Z] unset SSH_AGENT_PID; [2023-02-22T20:21:45.623Z] echo Agent pid 38 killed; [2023-02-22T20:21:45.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:21:46.029Z] + git semver [Pipeline] } [2023-02-22T20:21:46.320Z] $ docker stop --time=1 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 [2023-02-22T20:21:47.652Z] $ docker rm -f --volumes 3a80cf31ff8e782a00636e289d5c67a5f6f0029dbaef13595c287bb2a422b088 [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 [2023-02-22T20:21:48.183Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-22T20:21:48.183Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-22T20:21:48.183Z] total 16 [2023-02-22T20:21:48.183Z] drwxr-xr-x 3 root root 4096 Feb 22 20:10 . [2023-02-22T20:21:48.183Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 22 20:21 .. [2023-02-22T20:21:48.183Z] drwxr-xr-x 2 root root 4096 Feb 22 20:10 cost [2023-02-22T20:21:48.183Z] -rw-r--r-- 1 root root 85 Feb 22 20:10 cost.csv [2023-02-22T20:21:48.183Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-22T20:21:48.183Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-22T20:21:48.183Z] total 16 [2023-02-22T20:21:48.183Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:10 . [2023-02-22T20:21:48.183Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 22 20:21 .. [2023-02-22T20:21:48.183Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 20:10 cost [2023-02-22T20:21:48.183Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 22 20:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:48.476Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:49.329Z] ---> package-listing.sh [2023-02-22T20:21:49.329Z] ++ facter osfamily [2023-02-22T20:21:49.329Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-22T20:21:49.587Z] + OS_FAMILY=debian [2023-02-22T20:21:49.587Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-22T20:21:49.587Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-22T20:21:49.587Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-22T20:21:49.587Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-22T20:21:49.587Z] + PACKAGES=/tmp/packages_start.txt [2023-02-22T20:21:49.587Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-22T20:21:49.587Z] + PACKAGES=/tmp/packages_end.txt [2023-02-22T20:21:49.587Z] + case "${OS_FAMILY}" in [2023-02-22T20:21:49.587Z] + dpkg -l [2023-02-22T20:21:49.587Z] + grep '^ii' [2023-02-22T20:21:49.587Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-22T20:21:49.587Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-22T20:21:49.587Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-22T20:21:49.587Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-22T20:21:49.587Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-22T20:21:49.587Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-02-22T20:21:49.598Z] 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-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-22T20:21:49.876Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:21:50.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:21:50.442Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:21:50.516Z] prd-ubuntu20.04-docker-8c-8g-7109 does not seem to be running inside a container [2023-02-22T20:21:50.549Z] $ 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-sdk-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-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-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 [2023-02-22T20:21:50.808Z] $ docker top 4106e67739d6b3ced962b87c220dfc8549525727fa0a53ef30aa07ff9059690f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:21:51.158Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-22T20:21:51.444Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-22T20:21:51.730Z] + ls /var/log/sa-host [2023-02-22T20:21:51.730Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:21:51.798Z] provisioning config files... [2023-02-22T20:21:51.806Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config222198096311171699tmp [Pipeline] { [Pipeline] echo [2023-02-22T20:21:51.816Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:52.095Z] ---> create-netrc.sh [Pipeline] } [2023-02-22T20:21:52.102Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:52.439Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-22T20:21:52.448Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:52.733Z] ---> sudo-logs.sh [2023-02-22T20:21:52.733Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-22T20:21:52.758Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:53.038Z] ---> job-cost.sh [2023-02-22T20:21:53.039Z] lf-activate-venv: SKIPPING [2023-02-22T20:21:53.039Z] DEBUG: total: 0.2199999988079071 [2023-02-22T20:21:53.039Z] INFO: Retrieving Stack Cost... [2023-02-22T20:21:53.300Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T20:21:53.868Z] INFO: Archiving Costs [Pipeline] echo [2023-02-22T20:21:53.883Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:21:54.166Z] ---> logs-deploy.sh [2023-02-22T20:21:54.166Z] lf-activate-venv: SKIPPING [2023-02-22T20:21:54.166Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/167 [2023-02-22T20:21:54.166Z] INFO: archiving workspace using pattern(s): [2023-02-22T20:21:55.103Z] Archives upload complete. [2023-02-22T20:21:55.362Z] INFO: archiving logs to Nexus [2023-02-22T20:21:56.012Z] ---> uname -a: [2023-02-22T20:21:56.012Z] Linux prd-ubuntu20-04-docker-8c-8g-7109 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-22T20:21:56.012Z] [2023-02-22T20:21:56.012Z] [2023-02-22T20:21:56.012Z] ---> lscpu: [2023-02-22T20:21:56.012Z] Architecture: x86_64 [2023-02-22T20:21:56.012Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-22T20:21:56.012Z] Byte Order: Little Endian [2023-02-22T20:21:56.012Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-22T20:21:56.012Z] CPU(s): 8 [2023-02-22T20:21:56.012Z] On-line CPU(s) list: 0-7 [2023-02-22T20:21:56.012Z] Thread(s) per core: 1 [2023-02-22T20:21:56.012Z] Core(s) per socket: 1 [2023-02-22T20:21:56.012Z] Socket(s): 8 [2023-02-22T20:21:56.012Z] NUMA node(s): 1 [2023-02-22T20:21:56.012Z] Vendor ID: AuthenticAMD [2023-02-22T20:21:56.012Z] CPU family: 23 [2023-02-22T20:21:56.012Z] Model: 49 [2023-02-22T20:21:56.012Z] Model name: AMD EPYC-Rome Processor [2023-02-22T20:21:56.012Z] Stepping: 0 [2023-02-22T20:21:56.012Z] CPU MHz: 2800.000 [2023-02-22T20:21:56.012Z] BogoMIPS: 5600.00 [2023-02-22T20:21:56.012Z] Virtualization: AMD-V [2023-02-22T20:21:56.012Z] Hypervisor vendor: KVM [2023-02-22T20:21:56.012Z] Virtualization type: full [2023-02-22T20:21:56.012Z] L1d cache: 256 KiB [2023-02-22T20:21:56.012Z] L1i cache: 256 KiB [2023-02-22T20:21:56.012Z] L2 cache: 4 MiB [2023-02-22T20:21:56.012Z] L3 cache: 128 MiB [2023-02-22T20:21:56.012Z] NUMA node0 CPU(s): 0-7 [2023-02-22T20:21:56.012Z] Vulnerability Itlb multihit: Not affected [2023-02-22T20:21:56.012Z] Vulnerability L1tf: Not affected [2023-02-22T20:21:56.012Z] Vulnerability Mds: Not affected [2023-02-22T20:21:56.012Z] Vulnerability Meltdown: Not affected [2023-02-22T20:21:56.012Z] Vulnerability Mmio stale data: Not affected [2023-02-22T20:21:56.012Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-22T20:21:56.012Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-22T20:21:56.012Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-22T20:21:56.012Z] Vulnerability Srbds: Not affected [2023-02-22T20:21:56.012Z] Vulnerability Tsx async abort: Not affected [2023-02-22T20:21:56.012Z] 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 [2023-02-22T20:21:56.012Z] [2023-02-22T20:21:56.012Z] [2023-02-22T20:21:56.012Z] ---> nproc: [2023-02-22T20:21:56.012Z] 8 [2023-02-22T20:21:56.012Z] [2023-02-22T20:21:56.012Z] [2023-02-22T20:21:56.012Z] ---> df -h: [2023-02-22T20:21:56.012Z] Filesystem Size Used Avail Use% Mounted on [2023-02-22T20:21:56.012Z] overlay 155G 13G 143G 9% / [2023-02-22T20:21:56.012Z] tmpfs 64M 0 64M 0% /dev [2023-02-22T20:21:56.012Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-22T20:21:56.012Z] shm 64M 0 64M 0% /dev/shm [2023-02-22T20:21:56.012Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-02-22T20:21:56.012Z] [2023-02-22T20:21:56.012Z] [2023-02-22T20:21:56.012Z] ---> sar -b -r -n DEV: [2023-02-22T20:21:56.012Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7109) 02/22/23 _x86_64_ (8 CPU) [2023-02-22T20:21:56.013Z] [2023-02-22T20:21:56.013Z] 20:07:12 LINUX RESTART (8 CPU) [2023-02-22T20:21:56.013Z] [2023-02-22T20:21:56.013Z] 20:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-22T20:21:56.013Z] 20:09:01 180.58 1.68 178.90 0.00 35.79 72187.22 0.00 [2023-02-22T20:21:56.013Z] 20:10:01 76.74 0.25 76.49 0.00 8.66 15188.80 0.00 [2023-02-22T20:21:56.013Z] 20:11:01 111.83 0.10 111.73 0.00 13.06 32997.53 0.00 [2023-02-22T20:21:56.013Z] 20:12:01 2.03 0.00 2.03 0.00 0.00 28.55 0.00 [2023-02-22T20:21:56.013Z] 20:13:01 40.18 11.75 28.43 0.00 5444.03 6284.15 0.00 [2023-02-22T20:21:56.013Z] 20:14:01 2.20 0.00 2.20 0.00 0.00 23.60 0.00 [2023-02-22T20:21:56.013Z] 20:15:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 [2023-02-22T20:21:56.013Z] 20:16:01 1.92 0.00 1.92 0.00 0.00 21.33 0.00 [2023-02-22T20:21:56.013Z] 20:17:01 2.72 1.63 1.08 0.00 36.53 12.93 0.00 [2023-02-22T20:21:56.013Z] 20:18:01 2.40 0.00 2.40 0.00 0.00 38.76 0.00 [2023-02-22T20:21:56.013Z] 20:19:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 [2023-02-22T20:21:56.013Z] 20:20:01 4.55 0.08 4.47 0.00 8.40 443.93 0.00 [2023-02-22T20:21:56.013Z] 20:21:01 67.09 0.08 67.01 0.00 3.07 41006.77 0.00 [2023-02-22T20:21:56.013Z] Average: 37.86 1.20 36.67 0.00 427.33 12865.81 0.00 [2023-02-22T20:21:56.013Z] [2023-02-22T20:21:56.013Z] 20:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-22T20:21:56.013Z] 20:09:01 28471708 31588216 715524 2.18 143848 3184148 1947956 5.74 1061720 2912816 540 [2023-02-22T20:21:56.013Z] 20:10:01 28170452 31446708 849840 2.58 148788 3319576 2428764 7.16 1359804 2889112 113640 [2023-02-22T20:21:56.013Z] 20:11:01 27678352 31565088 732388 2.23 158788 3873340 1762440 5.19 1237040 3458220 288 [2023-02-22T20:21:56.013Z] 20:12:01 27691108 31578016 719872 2.19 158844 3873344 1762440 5.19 1222184 3458220 24 [2023-02-22T20:21:56.013Z] 20:13:01 27316092 31559344 729464 2.22 167104 4206368 1822752 5.37 1456832 3572160 36 [2023-02-22T20:21:56.013Z] 20:14:01 27317460 31560860 727856 2.21 167188 4206368 1822752 5.37 1455880 3572164 8 [2023-02-22T20:21:56.013Z] 20:15:01 27317192 31560672 728016 2.21 167264 4206372 1822752 5.37 1456232 3572164 144 [2023-02-22T20:21:56.013Z] 20:16:01 27327380 31570904 717700 2.18 167328 4206380 1822752 5.37 1445904 3572168 16 [2023-02-22T20:21:56.013Z] 20:17:01 27320744 31566636 722064 2.20 167380 4207464 1822752 5.37 1453680 3572688 24 [2023-02-22T20:21:56.013Z] 20:18:01 27320456 31566456 721808 2.20 167460 4207448 1822752 5.37 1453764 3572660 12 [2023-02-22T20:21:56.013Z] 20:19:01 27320448 31566460 721724 2.19 167508 4207448 1822752 5.37 1453684 3572660 8 [2023-02-22T20:21:56.013Z] 20:20:01 26514972 31517456 769868 2.34 172840 4914324 2080080 6.13 1506076 4278920 714708 [2023-02-22T20:21:56.013Z] 20:21:01 25832968 31503340 776504 2.36 200964 5487612 2100240 6.19 1582136 4810460 375448 [2023-02-22T20:21:56.013Z] Average: 27353795 31550012 740971 2.25 165793 4161553 1910860 5.63 1395764 3601109 92684 [2023-02-22T20:21:56.013Z] [2023-02-22T20:21:56.013Z] 20:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-22T20:21:56.013Z] 20:09:01 veth3978e76 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:09:01 lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:09:01 ens3 443.47 286.10 6098.29 38.29 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:09:01 docker0 183.63 269.95 14.85 2006.17 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:10:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:10:01 ens3 39.95 25.24 73.92 15.48 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:10:01 veth5a91578 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:10:01 docker0 1.67 4.12 0.10 40.57 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:11:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:11:01 ens3 159.76 127.42 2617.13 111.32 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:11:01 docker0 9.11 13.11 0.49 41.19 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:12:01 ens3 0.15 0.13 0.01 0.03 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:13:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:13:01 ens3 92.35 43.16 1930.23 3.24 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:14:01 ens3 0.23 0.18 0.02 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:16:01 ens3 0.57 0.45 2.18 0.03 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:17:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:17:01 ens3 13.01 9.50 15.15 6.16 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:18:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:19:01 ens3 0.15 0.08 0.11 0.01 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:20:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:20:01 ens3 163.99 89.77 3968.56 9.96 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:21:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:21:01 ens3 217.43 163.96 3789.74 25.99 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] 20:21:01 docker0 46.38 51.64 3.54 583.24 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] Average: lo 0.64 0.64 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] Average: ens3 86.56 57.10 1416.56 16.17 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] Average: docker0 18.31 25.75 1.44 203.14 0.00 0.00 0.00 0.00 [2023-02-22T20:21:56.013Z] [2023-02-22T20:21:56.013Z] [2023-02-22T20:21:56.013Z] ---> sar -P ALL: [2023-02-22T20:21:56.013Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7109) 02/22/23 _x86_64_ (8 CPU) [2023-02-22T20:21:56.013Z] [2023-02-22T20:21:56.013Z] 20:07:12 LINUX RESTART (8 CPU) [2023-02-22T20:21:56.013Z] [2023-02-22T20:21:56.013Z] 20:08:02 CPU %user %nice %system %iowait %steal %idle [2023-02-22T20:21:56.013Z] 20:09:01 all 7.97 0.00 3.61 4.13 0.06 84.24 [2023-02-22T20:21:56.013Z] 20:09:01 0 7.86 0.00 3.26 2.56 0.05 86.28 [2023-02-22T20:21:56.013Z] 20:09:01 1 7.61 0.00 3.39 2.73 0.05 86.22 [2023-02-22T20:21:56.013Z] 20:09:01 2 8.43 0.00 3.35 0.26 0.03 87.93 [2023-02-22T20:21:56.013Z] 20:09:01 3 5.99 0.00 2.98 0.21 0.05 90.78 [2023-02-22T20:21:56.013Z] 20:09:01 4 8.10 0.00 3.95 0.17 0.05 87.73 [2023-02-22T20:21:56.013Z] 20:09:01 5 10.01 0.00 2.72 0.96 0.05 86.26 [2023-02-22T20:21:56.013Z] 20:09:01 6 6.62 0.00 5.09 24.27 0.07 63.95 [2023-02-22T20:21:56.013Z] 20:09:01 7 9.14 0.00 4.15 1.96 0.09 84.66 [2023-02-22T20:21:56.013Z] 20:10:01 all 46.27 0.00 6.42 0.72 0.10 46.49 [2023-02-22T20:21:56.013Z] 20:10:01 0 46.50 0.00 6.41 0.10 0.10 46.89 [2023-02-22T20:21:56.013Z] 20:10:01 1 45.78 0.00 6.49 4.01 0.12 43.59 [2023-02-22T20:21:56.013Z] 20:10:01 2 46.27 0.00 6.33 0.25 0.10 47.05 [2023-02-22T20:21:56.013Z] 20:10:01 3 45.97 0.00 6.30 0.42 0.08 47.22 [2023-02-22T20:21:56.013Z] 20:10:01 4 47.43 0.00 6.69 0.07 0.10 45.72 [2023-02-22T20:21:56.013Z] 20:10:01 5 45.06 0.00 6.21 0.84 0.12 47.77 [2023-02-22T20:21:56.013Z] 20:10:01 6 46.39 0.00 6.41 0.02 0.08 47.10 [2023-02-22T20:21:56.013Z] 20:10:01 7 46.76 0.00 6.49 0.05 0.08 46.61 [2023-02-22T20:21:56.013Z] 20:11:01 all 14.63 0.00 3.44 3.23 0.23 78.46 [2023-02-22T20:21:56.013Z] 20:11:01 0 15.11 0.00 3.48 5.60 0.34 75.47 [2023-02-22T20:21:56.013Z] 20:11:01 1 14.30 0.00 3.51 6.21 0.47 75.51 [2023-02-22T20:21:56.013Z] 20:11:01 2 15.19 0.00 3.50 0.77 0.27 80.26 [2023-02-22T20:21:56.013Z] 20:11:01 3 13.59 0.00 3.02 0.29 0.13 82.97 [2023-02-22T20:21:56.013Z] 20:11:01 4 14.92 0.00 3.33 11.73 0.07 69.94 [2023-02-22T20:21:56.013Z] 20:11:01 5 14.22 0.00 3.22 0.90 0.08 81.57 [2023-02-22T20:21:56.013Z] 20:11:01 6 15.36 0.00 3.70 0.33 0.09 80.52 [2023-02-22T20:21:56.013Z] 20:11:01 7 14.38 0.00 3.76 0.10 0.41 81.35 [2023-02-22T20:21:56.013Z] 20:12:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2023-02-22T20:21:56.013Z] 20:12:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-22T20:21:56.013Z] 20:12:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-22T20:21:56.013Z] 20:12:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2023-02-22T20:21:56.013Z] 20:12:01 3 0.00 0.00 0.03 0.02 0.00 99.95 [2023-02-22T20:21:56.013Z] 20:12:01 4 0.10 0.00 0.02 0.00 0.02 99.87 [2023-02-22T20:21:56.013Z] 20:12:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-22T20:21:56.013Z] 20:12:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-22T20:21:56.013Z] 20:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-22T20:21:56.013Z] 20:13:01 all 1.28 0.00 0.60 0.59 0.02 97.52 [2023-02-22T20:21:56.013Z] 20:13:01 0 0.85 0.00 0.45 0.05 0.03 98.61 [2023-02-22T20:21:56.013Z] 20:13:01 1 1.54 0.00 0.60 0.47 0.03 97.36 [2023-02-22T20:21:56.013Z] 20:13:01 2 1.72 0.00 0.55 0.87 0.02 96.84 [2023-02-22T20:21:56.013Z] 20:13:01 3 0.58 0.00 0.45 1.12 0.02 97.83 [2023-02-22T20:21:56.013Z] 20:13:01 4 1.48 0.00 0.92 1.13 0.00 96.46 [2023-02-22T20:21:56.014Z] 20:13:01 5 1.89 0.00 0.75 0.07 0.02 97.28 [2023-02-22T20:21:56.014Z] 20:13:01 6 1.07 0.00 0.52 0.43 0.02 97.96 [2023-02-22T20:21:56.014Z] 20:13:01 7 1.07 0.00 0.54 0.60 0.02 97.78 [2023-02-22T20:21:56.014Z] 20:14:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-02-22T20:21:56.014Z] 20:14:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-22T20:21:56.014Z] 20:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-22T20:21:56.014Z] 20:14:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2023-02-22T20:21:56.014Z] 20:14:01 3 0.00 0.00 0.00 0.07 0.00 99.93 [2023-02-22T20:21:56.014Z] 20:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-22T20:21:56.014Z] 20:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-22T20:21:56.014Z] 20:14:01 6 0.05 0.00 0.02 0.00 0.03 99.90 [2023-02-22T20:21:56.014Z] 20:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:21:56.014Z] 20:15:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-02-22T20:21:56.014Z] 20:15:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-22T20:21:56.014Z] 20:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-22T20:21:56.014Z] 20:15:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-22T20:21:56.014Z] 20:15:01 3 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-22T20:21:56.014Z] 20:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-22T20:21:56.014Z] 20:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-22T20:21:56.014Z] 20:15:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-22T20:21:56.014Z] 20:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:21:56.014Z] 20:16:01 all 0.05 0.00 0.01 0.01 0.01 99.92 [2023-02-22T20:21:56.014Z] 20:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-22T20:21:56.014Z] 20:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-22T20:21:56.014Z] 20:16:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-22T20:21:56.014Z] 20:16:01 3 0.03 0.00 0.03 0.08 0.02 99.83 [2023-02-22T20:21:56.014Z] 20:16:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-22T20:21:56.014Z] 20:16:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2023-02-22T20:21:56.014Z] 20:16:01 6 0.07 0.00 0.00 0.00 0.03 99.90 [2023-02-22T20:21:56.014Z] 20:16:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-22T20:21:56.014Z] 20:17:01 all 0.30 0.00 0.04 0.02 0.01 99.64 [2023-02-22T20:21:56.014Z] 20:17:01 0 0.18 0.00 0.05 0.02 0.02 99.73 [2023-02-22T20:21:56.014Z] 20:17:01 1 0.45 0.00 0.03 0.00 0.00 99.52 [2023-02-22T20:21:56.014Z] 20:17:01 2 0.22 0.00 0.05 0.00 0.02 99.72 [2023-02-22T20:21:56.014Z] 20:17:01 3 0.08 0.00 0.02 0.05 0.00 99.85 [2023-02-22T20:21:56.014Z] 20:17:01 4 0.90 0.00 0.02 0.02 0.00 99.07 [2023-02-22T20:21:56.014Z] 20:17:01 5 0.23 0.00 0.07 0.02 0.00 99.68 [2023-02-22T20:21:56.014Z] 20:17:01 6 0.20 0.00 0.07 0.05 0.02 99.67 [2023-02-22T20:21:56.014Z] 20:17:01 7 0.10 0.00 0.05 0.00 0.00 99.85 [2023-02-22T20:21:56.014Z] 20:18:01 all 0.14 0.00 0.02 0.08 0.01 99.75 [2023-02-22T20:21:56.014Z] 20:18:01 0 0.77 0.00 0.03 0.30 0.02 98.89 [2023-02-22T20:21:56.014Z] 20:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-22T20:21:56.014Z] 20:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-22T20:21:56.014Z] 20:18:01 3 0.05 0.00 0.02 0.33 0.00 99.60 [2023-02-22T20:21:56.014Z] 20:18:01 4 0.20 0.00 0.00 0.02 0.00 99.78 [2023-02-22T20:21:56.014Z] 20:18:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-22T20:21:56.014Z] 20:18:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2023-02-22T20:21:56.014Z] 20:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-22T20:21:56.014Z] 20:19:01 all 0.03 0.00 0.01 0.04 0.01 99.90 [2023-02-22T20:21:56.014Z] 20:19:01 0 0.05 0.00 0.02 0.02 0.00 99.92 [2023-02-22T20:21:56.014Z] 20:19:01 1 0.02 0.00 0.02 0.00 0.05 99.92 [2023-02-22T20:21:56.014Z] 20:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-22T20:21:56.014Z] 20:19:01 3 0.00 0.00 0.03 0.33 0.02 99.62 [2023-02-22T20:21:56.014Z] 20:19:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-22T20:21:56.014Z] 20:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-22T20:21:56.014Z] 20:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-22T20:21:56.014Z] 20:19:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-22T20:21:56.014Z] [2023-02-22T20:21:56.014Z] 20:19:01 CPU %user %nice %system %iowait %steal %idle [2023-02-22T20:21:56.014Z] 20:20:01 all 2.45 0.00 0.95 0.05 0.02 96.53 [2023-02-22T20:21:56.014Z] 20:20:01 0 3.12 0.00 1.49 0.05 0.02 95.33 [2023-02-22T20:21:56.014Z] 20:20:01 1 1.96 0.00 0.74 0.00 0.02 97.29 [2023-02-22T20:21:56.014Z] 20:20:01 2 2.41 0.00 1.07 0.03 0.02 96.48 [2023-02-22T20:21:56.014Z] 20:20:01 3 2.11 0.00 0.59 0.33 0.00 96.97 [2023-02-22T20:21:56.014Z] 20:20:01 4 2.53 0.00 0.70 0.00 0.02 96.75 [2023-02-22T20:21:56.014Z] 20:20:01 5 2.38 0.00 0.91 0.00 0.03 96.68 [2023-02-22T20:21:56.014Z] 20:20:01 6 2.09 0.00 1.24 0.00 0.02 96.65 [2023-02-22T20:21:56.014Z] 20:20:01 7 3.01 0.00 0.87 0.02 0.02 96.08 [2023-02-22T20:21:56.014Z] 20:21:01 all 5.25 0.00 2.25 8.56 0.05 83.88 [2023-02-22T20:21:56.014Z] 20:21:01 0 6.43 0.00 1.60 0.66 0.05 91.25 [2023-02-22T20:21:56.014Z] 20:21:01 1 5.55 0.00 1.68 0.03 0.05 92.69 [2023-02-22T20:21:56.014Z] 20:21:01 2 6.10 0.00 2.44 0.52 0.08 90.86 [2023-02-22T20:21:56.014Z] 20:21:01 3 4.05 0.00 2.33 2.48 0.07 91.07 [2023-02-22T20:21:56.014Z] 20:21:01 4 4.37 0.00 1.93 0.00 0.03 93.67 [2023-02-22T20:21:56.014Z] 20:21:01 5 6.52 0.00 2.90 2.03 0.05 88.50 [2023-02-22T20:21:56.014Z] 20:21:01 6 3.81 0.00 1.98 0.00 0.05 94.15 [2023-02-22T20:21:56.014Z] 20:21:01 7 5.18 0.00 3.15 63.18 0.03 28.45 [2023-02-22T20:21:56.014Z] Average: all 5.98 0.00 1.32 1.33 0.04 91.32 [2023-02-22T20:21:56.014Z] Average: 0 6.19 0.00 1.28 0.71 0.05 91.77 [2023-02-22T20:21:56.014Z] Average: 1 5.90 0.00 1.26 1.03 0.06 91.75 [2023-02-22T20:21:56.014Z] Average: 2 6.13 0.00 1.32 0.21 0.05 92.29 [2023-02-22T20:21:56.014Z] Average: 3 5.53 0.00 1.21 0.44 0.03 92.79 [2023-02-22T20:21:56.014Z] Average: 4 6.10 0.00 1.34 0.98 0.02 91.56 [2023-02-22T20:21:56.014Z] Average: 5 6.14 0.00 1.28 0.37 0.03 92.18 [2023-02-22T20:21:56.014Z] Average: 6 5.76 0.00 1.45 1.89 0.04 90.87 [2023-02-22T20:21:56.014Z] Average: 7 6.07 0.00 1.45 5.04 0.05 87.39 [2023-02-22T20:21:56.014Z] [2023-02-22T20:21:56.014Z] [2023-02-22T20:21:56.014Z]