Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 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-ssh3604406285870529557.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7213568248698577203.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-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-ssh9830188175628112929.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3492482794480747802.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh13241472854689665190.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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/v2]] ========================================================= [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/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22572 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 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 (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 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 # timeout=10 Commit message: "Merge pull request #1207 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.3.0-dev.13" > git rev-list --no-walk aebae1d3030d171e36a27ba4f472c47eca2add51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-12T04:19:39.361Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-12T04:19:39.399Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-12T04:19:39.412Z] ========================================================= [2022-08-12T04:19:39.412Z] EdgeX Global Pipelines Version Info [2022-08-12T04:19:39.412Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:19:40.166Z] ------------------- [2022-08-12T04:19:40.166Z] stable info: [2022-08-12T04:19:40.166Z] ------------------- [2022-08-12T04:19:40.166Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-12T04:19:40.166Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-12T04:19:40.166Z] Message: update stable to v1.0.238 [2022-08-12T04:19:40.740Z] ------------------- [2022-08-12T04:19:40.740Z] experimental info: [2022-08-12T04:19:40.740Z] ------------------- [2022-08-12T04:19:40.740Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-12T04:19:40.740Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-12T04:19:40.740Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-12T04:19:41.057Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-08-12T04:19:41.069Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-08-12T04:19:41.082Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-12T04:19:41.092Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-12T04:19:41.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-12T04:19:41.116Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-12T04:19:41.131Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-12T04:19:41.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-08-12T04:19:41.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-12T04:19:41.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-12T04:19:41.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-12T04:19:41.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-08-12T04:19:41.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-12T04:19:41.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-12T04:19:41.226Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-12T04:19:41.244Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-08-12T04:19:41.261Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-12T04:19:41.271Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-12T04:19:41.286Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-12T04:19:41.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-12T04:19:41.309Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-08-12T04:19:41.323Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-08-12T04:19:41.334Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-12T04:19:41.346Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-12T04:19:41.358Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-12T04:19:41.370Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-12T04:19:41.384Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-12T04:19:41.396Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-12T04:19:41.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-12T04:19:41.418Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-12T04:19:41.431Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] echo [2022-08-12T04:19:41.442Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8440b6e [Pipeline] echo [2022-08-12T04:19:41.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T04:19:41.498Z] provisioning config files... [2022-08-12T04:19:41.514Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3244430305768511112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:19:41.827Z] ---> docker-login.sh [2022-08-12T04:19:41.827Z] nexus3.edgexfoundry.org:10001 [2022-08-12T04:19:42.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:42.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:42.091Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:42.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:42.091Z] [2022-08-12T04:19:42.091Z] Login Succeeded [2022-08-12T04:19:42.091Z] nexus3.edgexfoundry.org:10002 [2022-08-12T04:19:42.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:42.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:42.353Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:42.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:42.353Z] [2022-08-12T04:19:42.353Z] Login Succeeded [2022-08-12T04:19:42.353Z] nexus3.edgexfoundry.org:10003 [2022-08-12T04:19:42.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:42.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:42.353Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:42.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:42.353Z] [2022-08-12T04:19:42.353Z] Login Succeeded [2022-08-12T04:19:42.353Z] nexus3.edgexfoundry.org:10004 [2022-08-12T04:19:42.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:42.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:42.615Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:42.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:42.615Z] [2022-08-12T04:19:42.615Z] Login Succeeded [2022-08-12T04:19:42.615Z] docker.io [2022-08-12T04:19:42.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:42.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:42.877Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:42.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:42.877Z] [2022-08-12T04:19:42.877Z] Login Succeeded [2022-08-12T04:19:42.877Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T04:19:42.886Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-12T04:19:43.277Z] + git rev-list -1 --merges 8440b6e6a0b4fbc11eae3accc59dfe046b726d13~1..8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] echo [2022-08-12T04:19:43.305Z] -----------> git rev-list -1 --merges 8440b6e6a0b4fbc11eae3accc59dfe046b726d13~1..8440b6e6a0b4fbc11eae3accc59dfe046b726d13 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [2022-08-12T04:19:43.305Z] 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [false] [Pipeline] sh [2022-08-12T04:19:43.605Z] + git log --format=format:%s -1 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] echo [2022-08-12T04:19:43.621Z] ========================================================= [2022-08-12T04:19:43.621Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-12T04:19:43.621Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-12T04:19:43.942Z] + git log --format=format:%s -1 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] echo [2022-08-12T04:19:43.956Z] [semverPrep] GIT_COMMIT: 8440b6e6a0b4fbc11eae3accc59dfe046b726d13, Commit Message: Merge pull request #1207 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.3.0-dev.13 [Pipeline] echo [2022-08-12T04:19:43.967Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-12T04:19:44.389Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T04:19:44.389Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-12T04:19:44.389Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-12T04:19:44.389Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-12T04:19:44.389Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-12T04:19:44.389Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-12T04:19:44.389Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:19:44.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T04:19:44.751Z] [2022-08-12T04:19:44.751Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:19:45.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T04:19:45.060Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-12T04:19:45.060Z] b85a868b505f: Pulling fs layer [2022-08-12T04:19:45.060Z] e2be974225ed: Pulling fs layer [2022-08-12T04:19:45.060Z] 339a4e72a1f5: Pulling fs layer [2022-08-12T04:19:45.060Z] 988bab9f4d93: Pulling fs layer [2022-08-12T04:19:45.060Z] 1469e6f7b9e6: Pulling fs layer [2022-08-12T04:19:45.060Z] eaf3925da568: Pulling fs layer [2022-08-12T04:19:45.060Z] bab4dde63d76: Pulling fs layer [2022-08-12T04:19:45.060Z] bde34c3a00c8: Pulling fs layer [2022-08-12T04:19:45.060Z] b352a97aabf1: Pulling fs layer [2022-08-12T04:19:45.060Z] 4872d77fe225: Pulling fs layer [2022-08-12T04:19:45.060Z] 5851b861e8e6: Pulling fs layer [2022-08-12T04:19:45.060Z] 988bab9f4d93: Waiting [2022-08-12T04:19:45.060Z] 1469e6f7b9e6: Waiting [2022-08-12T04:19:45.060Z] eaf3925da568: Waiting [2022-08-12T04:19:45.060Z] b352a97aabf1: Waiting [2022-08-12T04:19:45.060Z] bab4dde63d76: Waiting [2022-08-12T04:19:45.060Z] 5851b861e8e6: Waiting [2022-08-12T04:19:45.060Z] 4872d77fe225: Waiting [2022-08-12T04:19:45.060Z] bde34c3a00c8: Waiting [2022-08-12T04:19:45.060Z] e2be974225ed: Verifying Checksum [2022-08-12T04:19:45.060Z] e2be974225ed: Download complete [2022-08-12T04:19:45.060Z] 988bab9f4d93: Download complete [2022-08-12T04:19:45.319Z] 1469e6f7b9e6: Verifying Checksum [2022-08-12T04:19:45.319Z] 1469e6f7b9e6: Download complete [2022-08-12T04:19:45.319Z] eaf3925da568: Verifying Checksum [2022-08-12T04:19:45.319Z] eaf3925da568: Download complete [2022-08-12T04:19:45.319Z] 339a4e72a1f5: Verifying Checksum [2022-08-12T04:19:45.319Z] 339a4e72a1f5: Download complete [2022-08-12T04:19:45.319Z] bde34c3a00c8: Download complete [2022-08-12T04:19:45.319Z] b352a97aabf1: Verifying Checksum [2022-08-12T04:19:45.319Z] b352a97aabf1: Download complete [2022-08-12T04:19:45.319Z] 4872d77fe225: Verifying Checksum [2022-08-12T04:19:45.319Z] 4872d77fe225: Download complete [2022-08-12T04:19:45.319Z] 5851b861e8e6: Verifying Checksum [2022-08-12T04:19:45.319Z] 5851b861e8e6: Download complete [2022-08-12T04:19:45.319Z] b85a868b505f: Verifying Checksum [2022-08-12T04:19:45.319Z] b85a868b505f: Download complete [2022-08-12T04:19:45.579Z] bab4dde63d76: Verifying Checksum [2022-08-12T04:19:45.579Z] bab4dde63d76: Download complete [2022-08-12T04:19:46.520Z] b85a868b505f: Pull complete [2022-08-12T04:19:46.780Z] e2be974225ed: Pull complete [2022-08-12T04:19:47.040Z] 339a4e72a1f5: Pull complete [2022-08-12T04:19:47.302Z] 988bab9f4d93: Pull complete [2022-08-12T04:19:47.563Z] 1469e6f7b9e6: Pull complete [2022-08-12T04:19:47.563Z] eaf3925da568: Pull complete [2022-08-12T04:19:49.470Z] bab4dde63d76: Pull complete [2022-08-12T04:19:49.470Z] bde34c3a00c8: Pull complete [2022-08-12T04:19:49.470Z] b352a97aabf1: Pull complete [2022-08-12T04:19:49.470Z] 4872d77fe225: Pull complete [2022-08-12T04:19:49.731Z] 5851b861e8e6: Pull complete [2022-08-12T04:19:49.731Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-12T04:19:49.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T04:19:49.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:19:49.820Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:19:49.864Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-12T04:19:51.322Z] $ docker top 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 -eo pid,comm [2022-08-12T04:19:51.382Z] 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). [2022-08-12T04:19:51.382Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T04:19:51.421Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T04:19:51.421Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T04:19:51.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T04:19:51.547Z] $ docker exec 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 ssh-agent [2022-08-12T04:19:51.670Z] SSH_AUTH_SOCK=/tmp/ssh-zO3NnWaBUpEg/agent.33 [2022-08-12T04:19:51.670Z] SSH_AGENT_PID=40 [2022-08-12T04:19:51.676Z] Running ssh-add (command line suppressed) [2022-08-12T04:19:51.799Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1116338228862791804.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1116338228862791804.key) [2022-08-12T04:19:51.813Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T04:19:52.101Z] + git tag --points-at HEAD [Pipeline] } [2022-08-12T04:19:52.123Z] $ docker exec --env ******** --env ******** 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 ssh-agent -k [2022-08-12T04:19:52.231Z] unset SSH_AUTH_SOCK; [2022-08-12T04:19:52.232Z] unset SSH_AGENT_PID; [2022-08-12T04:19:52.232Z] echo Agent pid 40 killed; [2022-08-12T04:19:52.239Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-12T04:19:52.268Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T04:19:52.268Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T04:19:52.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T04:19:52.406Z] $ docker exec 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 ssh-agent [2022-08-12T04:19:52.524Z] SSH_AUTH_SOCK=/tmp/ssh-U8VsmjEEby8i/agent.72 [2022-08-12T04:19:52.524Z] SSH_AGENT_PID=78 [2022-08-12T04:19:52.529Z] Running ssh-add (command line suppressed) [2022-08-12T04:19:52.653Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1540396277767074362.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1540396277767074362.key) [2022-08-12T04:19:52.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T04:19:52.964Z] + git semver init [2022-08-12T04:19:53.225Z] 2022-08-12 04:19:53,152 [run_init] DEBUG init version:0.0.0 force:False [2022-08-12T04:19:53.225Z] 2022-08-12 04:19:53,154 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2022-08-12T04:19:53.225Z] 2022-08-12 04:19:53,154 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2022-08-12T04:19:53.225Z] 2022-08-12 04:19:53,155 [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) [2022-08-12T04:19:54.167Z] 2022-08-12 04:19:53,984 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2022-08-12T04:19:54.167Z] 2022-08-12 04:19:53,984 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2022-08-12T04:19:54.167Z] 2022-08-12 04:19:53,984 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:19:54.167Z] 2022-08-12 04:19:53,985 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:19:54.167Z] 2.3.0-dev.19 [Pipeline] } [2022-08-12T04:19:54.182Z] $ docker exec --env ******** --env ******** 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 ssh-agent -k [2022-08-12T04:19:54.295Z] unset SSH_AUTH_SOCK; [2022-08-12T04:19:54.296Z] unset SSH_AGENT_PID; [2022-08-12T04:19:54.296Z] echo Agent pid 78 killed; [2022-08-12T04:19:54.304Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T04:19:54.618Z] + git semver [Pipeline] } [2022-08-12T04:19:54.900Z] $ docker stop --time=1 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 [2022-08-12T04:19:56.207Z] $ docker rm -f 2a5518b2de2060d1540f0ee35e49fa0ccbd649d0e2e3f24366561027e6ce8ce5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T04:19:56.568Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-12T04:19:56.808Z] Stashed 1 file(s) [Pipeline] echo [2022-08-12T04:19:56.811Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.19 [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 [2022-08-12T04:19:56.951Z] provisioning config files... [2022-08-12T04:19:56.960Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7206773597033366211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:19:57.258Z] ---> docker-login.sh [2022-08-12T04:19:57.258Z] nexus3.edgexfoundry.org:10001 [2022-08-12T04:19:57.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:57.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:57.258Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:57.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:57.258Z] [2022-08-12T04:19:57.258Z] Login Succeeded [2022-08-12T04:19:57.258Z] nexus3.edgexfoundry.org:10002 [2022-08-12T04:19:57.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:57.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:57.519Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:57.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:57.519Z] [2022-08-12T04:19:57.519Z] Login Succeeded [2022-08-12T04:19:57.519Z] nexus3.edgexfoundry.org:10003 [2022-08-12T04:19:57.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:57.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:57.519Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:57.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:57.519Z] [2022-08-12T04:19:57.519Z] Login Succeeded [2022-08-12T04:19:57.519Z] nexus3.edgexfoundry.org:10004 [2022-08-12T04:19:57.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:57.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:57.780Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:57.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:57.780Z] [2022-08-12T04:19:57.780Z] Login Succeeded [2022-08-12T04:19:57.780Z] docker.io [2022-08-12T04:19:57.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:19:58.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:19:58.040Z] Configure a credential helper to remove this warning. See [2022-08-12T04:19:58.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:19:58.040Z] [2022-08-12T04:19:58.040Z] Login Succeeded [2022-08-12T04:19:58.040Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T04:19:58.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-12T04:19:58.113Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T04:19:58.126Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T04:19:58.134Z] ========================================================= [2022-08-12T04:19:58.134Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-12T04:19:58.134Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:19:58.456Z] + 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 . [2022-08-12T04:19:58.456Z] Sending build context to Docker daemon 9.774MB [2022-08-12T04:19:58.457Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-08-12T04:19:58.457Z] Step 2/11 : FROM ${BASE} AS builder [2022-08-12T04:19:58.457Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-12T04:19:58.457Z] 2408cc74d12b: Pulling fs layer [2022-08-12T04:19:58.457Z] ea60b727a1ce: Pulling fs layer [2022-08-12T04:19:58.457Z] 30c4a7721957: Pulling fs layer [2022-08-12T04:19:58.457Z] 370296b7ddb6: Pulling fs layer [2022-08-12T04:19:58.457Z] 7c6cee850709: Pulling fs layer [2022-08-12T04:19:58.457Z] 39a5fcdaea64: Pulling fs layer [2022-08-12T04:19:58.457Z] d94ebbe4e438: Pulling fs layer [2022-08-12T04:19:58.457Z] bcfd1f05c69d: Pulling fs layer [2022-08-12T04:19:58.457Z] 59ccb84bbe0f: Pulling fs layer [2022-08-12T04:19:58.457Z] 370296b7ddb6: Waiting [2022-08-12T04:19:58.457Z] 7c6cee850709: Waiting [2022-08-12T04:19:58.457Z] 39a5fcdaea64: Waiting [2022-08-12T04:19:58.457Z] 59ccb84bbe0f: Waiting [2022-08-12T04:19:58.457Z] d94ebbe4e438: Waiting [2022-08-12T04:19:58.457Z] bcfd1f05c69d: Waiting [2022-08-12T04:19:58.457Z] 30c4a7721957: Verifying Checksum [2022-08-12T04:19:58.457Z] 30c4a7721957: Download complete [2022-08-12T04:19:58.457Z] ea60b727a1ce: Verifying Checksum [2022-08-12T04:19:58.457Z] ea60b727a1ce: Download complete [2022-08-12T04:19:58.722Z] 7c6cee850709: Download complete [2022-08-12T04:19:58.722Z] 39a5fcdaea64: Verifying Checksum [2022-08-12T04:19:58.722Z] 39a5fcdaea64: Download complete [2022-08-12T04:19:58.722Z] 2408cc74d12b: Verifying Checksum [2022-08-12T04:19:58.722Z] 2408cc74d12b: Download complete [2022-08-12T04:19:58.722Z] d94ebbe4e438: Verifying Checksum [2022-08-12T04:19:58.722Z] d94ebbe4e438: Download complete [2022-08-12T04:19:58.722Z] 2408cc74d12b: Pull complete [2022-08-12T04:19:58.985Z] ea60b727a1ce: Pull complete [2022-08-12T04:19:58.985Z] 30c4a7721957: Pull complete [2022-08-12T04:19:59.250Z] 59ccb84bbe0f: Verifying Checksum [2022-08-12T04:19:59.250Z] 59ccb84bbe0f: Download complete [2022-08-12T04:19:59.250Z] bcfd1f05c69d: Verifying Checksum [2022-08-12T04:19:59.250Z] bcfd1f05c69d: Download complete [2022-08-12T04:19:59.250Z] 370296b7ddb6: Verifying Checksum [2022-08-12T04:19:59.250Z] 370296b7ddb6: Download complete [2022-08-12T04:20:03.443Z] 370296b7ddb6: Pull complete [2022-08-12T04:20:03.443Z] 7c6cee850709: Pull complete [2022-08-12T04:20:03.443Z] 39a5fcdaea64: Pull complete [2022-08-12T04:20:03.443Z] d94ebbe4e438: Pull complete [2022-08-12T04:20:05.347Z] bcfd1f05c69d: Pull complete [2022-08-12T04:20:05.914Z] 59ccb84bbe0f: Pull complete [2022-08-12T04:20:05.914Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-12T04:20:05.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-12T04:20:05.914Z] ---> a4fb48ad2a94 [2022-08-12T04:20:05.914Z] Step 3/11 : ARG MAKE=make build [2022-08-12T04:20:07.299Z] ---> Running in 264b78d91352 [2022-08-12T04:20:07.577Z] Removing intermediate container 264b78d91352 [2022-08-12T04:20:07.577Z] ---> 82caeb20053f [2022-08-12T04:20:07.577Z] Step 4/11 : WORKDIR /device-sdk-go [2022-08-12T04:20:07.577Z] ---> Running in 3422c918f466 [2022-08-12T04:20:07.577Z] Removing intermediate container 3422c918f466 [2022-08-12T04:20:07.577Z] ---> 74d34e889124 [2022-08-12T04:20:07.577Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-12T04:20:07.577Z] ---> Running in 8d9017eea654 [2022-08-12T04:20:07.837Z] Removing intermediate container 8d9017eea654 [2022-08-12T04:20:07.837Z] ---> 8600408c6d39 [2022-08-12T04:20:07.837Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T04:20:07.837Z] ---> Running in 0f77d3d54ad0 [2022-08-12T04:20:08.407Z] Removing intermediate container 0f77d3d54ad0 [2022-08-12T04:20:08.407Z] ---> 42d61abb1b93 [2022-08-12T04:20:08.407Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-08-12T04:20:08.407Z] ---> Running in 1810c0638620 [2022-08-12T04:20:08.667Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T04:20:09.608Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T04:20:09.867Z] OK: 211 MiB in 51 packages [2022-08-12T04:20:10.128Z] Removing intermediate container 1810c0638620 [2022-08-12T04:20:10.128Z] ---> af33ad6c883a [2022-08-12T04:20:10.128Z] Step 8/11 : COPY go.mod vendor* ./ [2022-08-12T04:20:10.128Z] ---> 86e76093411c [2022-08-12T04:20:10.128Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T04:20:10.389Z] ---> Running in d08b00ef0e08 [2022-08-12T04:20:11.917Z] Still waiting to schedule task [2022-08-12T04:20:11.917Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-12T04:20:25.297Z] Removing intermediate container d08b00ef0e08 [2022-08-12T04:20:25.297Z] ---> 761852e049dd [2022-08-12T04:20:25.297Z] Step 10/11 : COPY . . [2022-08-12T04:20:25.297Z] ---> 0267c3d55dce [2022-08-12T04:20:25.297Z] Step 11/11 : RUN ${MAKE} [2022-08-12T04:20:25.297Z] ---> Running in 128f4befebb4 [2022-08-12T04:20:25.297Z] noop [2022-08-12T04:20:25.297Z] Removing intermediate container 128f4befebb4 [2022-08-12T04:20:25.297Z] ---> 5b78c3cc669d [2022-08-12T04:20:25.297Z] Successfully built 5b78c3cc669d [2022-08-12T04:20:25.297Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:20:25.627Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-12T04:20:25.627Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:20:25.712Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:20:25.752Z] $ 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 ******** ci-base-image-x86_64 cat [2022-08-12T04:20:26.154Z] $ docker top 69b5efb32b476c4ae173418808ca0df0ca79b99074faa69d397ca98db22e07ec -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T04:20:26.505Z] + go version [2022-08-12T04:20:26.505Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-12T04:20:26.522Z] $ docker stop --time=1 69b5efb32b476c4ae173418808ca0df0ca79b99074faa69d397ca98db22e07ec [2022-08-12T04:20:27.853Z] $ docker rm -f 69b5efb32b476c4ae173418808ca0df0ca79b99074faa69d397ca98db22e07ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:20:28.325Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-12T04:20:28.325Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:20:28.414Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:20:28.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 ******** ci-base-image-x86_64 cat [2022-08-12T04:20:28.833Z] $ docker top 65a0fe1008953787af086dadeb04468782d6d25f4eb2215e851a06d6788cab80 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T04:20:29.189Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2022-08-12T04:20:29.490Z] + make test [2022-08-12T04:20:29.490Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-12T04:20:36.067Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-08-12T04:20:48.280Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-08-12T04:20:48.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-08-12T04:20:48.281Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-08-12T04:20:49.221Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.068s coverage: 23.6% of statements [2022-08-12T04:20:49.221Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-08-12T04:20:49.221Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.069s coverage: 27.6% of statements [2022-08-12T04:20:49.221Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.076s coverage: 78.9% of statements [2022-08-12T04:20:49.221Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.070s coverage: 10.8% of statements [2022-08-12T04:20:49.221Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.084s coverage: 60.0% of statements [2022-08-12T04:20:49.221Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-08-12T04:20:49.221Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-08-12T04:20:49.482Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.092s coverage: 34.8% of statements [2022-08-12T04:20:49.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-08-12T04:20:49.482Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.087s coverage: 85.4% of statements [2022-08-12T04:20:49.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-08-12T04:20:49.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-08-12T04:20:49.482Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.091s coverage: 65.1% of statements [2022-08-12T04:20:49.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] [2022-08-12T04:20:49.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-08-12T04:20:49.482Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.724s coverage: 89.2% of statements [2022-08-12T04:20:49.482Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-08-12T04:20:49.741Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.060s coverage: 4.7% of statements [2022-08-12T04:20:49.741Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-08-12T04:21:04.630Z] 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." [2022-08-12T04:21:04.630Z] GO111MODULE=on go vet ./... [2022-08-12T04:21:07.921Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-12T04:21:07.921Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-12T04:21:07.921Z] ./bin/test-attribution-txt.sh [2022-08-12T04:21:07.921Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-08-12T04:21:07.921Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-08-12T04:21:07.921Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-08-12T04:21:07.921Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-12T04:21:07.921Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-12T04:21:07.921Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-12T04:21:07.921Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-08-12T04:21:07.937Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-12T04:21:07.954Z] $ docker stop --time=1 65a0fe1008953787af086dadeb04468782d6d25f4eb2215e851a06d6788cab80 [2022-08-12T04:21:10.016Z] $ docker rm -f 65a0fe1008953787af086dadeb04468782d6d25f4eb2215e851a06d6788cab80 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T04:21:10.504Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-12T04:21:10.565Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-12T04:21:11.152Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-12T04:21:11.443Z] + ls -al . [2022-08-12T04:21:11.444Z] total 304 [2022-08-12T04:21:11.444Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 12 04:20 . [2022-08-12T04:21:11.444Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 04:19 .. [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 12 04:19 .dockerignore [2022-08-12T04:21:11.444Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 04:20 .git [2022-08-12T04:21:11.444Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 04:19 .github [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 131 Aug 12 04:19 .gitignore [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 12 04:19 .golangci.yml [2022-08-12T04:21:11.444Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 04:19 .semver [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 29536 Aug 12 04:19 CHANGELOG.md [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 12 04:19 GOVERNANCE.md [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 880 Aug 12 04:19 Jenkinsfile [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 12 04:19 LICENSE [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 2002 Aug 12 04:19 Makefile [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 619 Aug 12 04:19 OWNERS.md [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 4881 Aug 12 04:19 README.md [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 12 04:19 VERSION [2022-08-12T04:21:11.444Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 04:19 bin [2022-08-12T04:21:11.444Z] -rw-r--r-- 1 jenkins jenkins 131679 Aug 12 04:20 coverage.out [2022-08-12T04:21:11.444Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 12 04:19 example [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 3553 Aug 12 04:19 go.mod [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 36743 Aug 12 04:19 go.sum [2022-08-12T04:21:11.444Z] drwxrwxr-x 15 jenkins jenkins 4096 Aug 12 04:19 internal [2022-08-12T04:21:11.444Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 04:19 openapi [2022-08-12T04:21:11.444Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 04:19 pkg [2022-08-12T04:21:11.444Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 04:19 snap [2022-08-12T04:21:11.444Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 12 04:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:21:11.762Z] + 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=8440b6e6a0b4fbc11eae3accc59dfe046b726d13 --label arch=amd64 --label version=2.3.0-dev.19 . [2022-08-12T04:21:11.762Z] Sending build context to Docker daemon 9.907MB [2022-08-12T04:21:11.762Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-08-12T04:21:11.762Z] Step 2/25 : FROM ${BASE} AS builder [2022-08-12T04:21:11.762Z] ---> 5b78c3cc669d [2022-08-12T04:21:11.762Z] Step 3/25 : ARG MAKE=make build [2022-08-12T04:21:11.762Z] ---> Running in 33cceda72b7e [2022-08-12T04:21:12.023Z] Removing intermediate container 33cceda72b7e [2022-08-12T04:21:12.023Z] ---> 2573e91a1778 [2022-08-12T04:21:12.023Z] Step 4/25 : WORKDIR /device-sdk-go [2022-08-12T04:21:12.023Z] ---> Running in cf63b9eed552 [2022-08-12T04:21:12.023Z] Removing intermediate container cf63b9eed552 [2022-08-12T04:21:12.023Z] ---> e715c17441ff [2022-08-12T04:21:12.023Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-12T04:21:12.023Z] ---> Running in 7ee185f08907 [2022-08-12T04:21:12.283Z] Removing intermediate container 7ee185f08907 [2022-08-12T04:21:12.283Z] ---> 46799534b650 [2022-08-12T04:21:12.283Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T04:21:12.283Z] ---> Running in d6b7f3b3f8d7 [2022-08-12T04:21:12.859Z] Removing intermediate container d6b7f3b3f8d7 [2022-08-12T04:21:12.859Z] ---> 57efb661025e [2022-08-12T04:21:12.859Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-08-12T04:21:12.859Z] ---> Running in faacff90ca72 [2022-08-12T04:21:13.120Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T04:21:14.066Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T04:21:14.332Z] OK: 211 MiB in 51 packages [2022-08-12T04:21:14.593Z] Removing intermediate container faacff90ca72 [2022-08-12T04:21:14.593Z] ---> 068f0f61f36a [2022-08-12T04:21:14.593Z] Step 8/25 : COPY go.mod vendor* ./ [2022-08-12T04:21:14.858Z] ---> 7b885d20627b [2022-08-12T04:21:14.858Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T04:21:14.858Z] ---> Running in 8f52f8b385de [2022-08-12T04:21:15.429Z] Removing intermediate container 8f52f8b385de [2022-08-12T04:21:15.429Z] ---> c4c5e4bf38f0 [2022-08-12T04:21:15.429Z] Step 10/25 : COPY . . [2022-08-12T04:21:15.998Z] ---> 94e7520cd63b [2022-08-12T04:21:15.998Z] Step 11/25 : RUN ${MAKE} [2022-08-12T04:21:15.998Z] ---> Running in 234236f87892 [2022-08-12T04:21:16.257Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-08-12T04:21:31.148Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-08-12T04:21:34.446Z] Removing intermediate container 234236f87892 [2022-08-12T04:21:34.446Z] ---> f7c3d390b5e7 [2022-08-12T04:21:34.446Z] Step 12/25 : FROM alpine:3.16 [2022-08-12T04:21:35.016Z] 3.16: Pulling from library/alpine [2022-08-12T04:21:35.275Z] 213ec9aee27d: Pulling fs layer [2022-08-12T04:21:35.275Z] 213ec9aee27d: Verifying Checksum [2022-08-12T04:21:35.275Z] 213ec9aee27d: Download complete [2022-08-12T04:21:35.585Z] 213ec9aee27d: Pull complete [2022-08-12T04:21:35.585Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T04:21:35.585Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T04:21:35.585Z] ---> 9c6f07244728 [2022-08-12T04:21:35.585Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-12T04:21:35.847Z] ---> Running in 5203b7805428 [2022-08-12T04:21:35.847Z] Removing intermediate container 5203b7805428 [2022-08-12T04:21:35.847Z] ---> 9a96ec7c537d [2022-08-12T04:21:35.848Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T04:21:36.108Z] ---> Running in bc0d5736daa1 [2022-08-12T04:21:36.680Z] Removing intermediate container bc0d5736daa1 [2022-08-12T04:21:36.680Z] ---> 56196d41b921 [2022-08-12T04:21:36.680Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-08-12T04:21:36.680Z] ---> Running in 82947f71897d [2022-08-12T04:21:36.940Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T04:21:37.884Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T04:21:38.145Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T04:21:38.145Z] (2/5) Installing libsodium (1.0.18-r0) [2022-08-12T04:21:38.405Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T04:21:38.405Z] (4/5) Installing libzmq (4.3.4-r0) [2022-08-12T04:21:38.666Z] (5/5) Installing zeromq (4.3.4-r0) [2022-08-12T04:21:38.666Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T04:21:38.666Z] OK: 8 MiB in 19 packages [2022-08-12T04:21:39.237Z] Removing intermediate container 82947f71897d [2022-08-12T04:21:39.237Z] ---> 82fb249e7532 [2022-08-12T04:21:39.237Z] Step 16/25 : WORKDIR / [2022-08-12T04:21:39.237Z] ---> Running in 7bd3cc123204 [2022-08-12T04:21:39.237Z] Removing intermediate container 7bd3cc123204 [2022-08-12T04:21:39.237Z] ---> df59e0b4b2e4 [2022-08-12T04:21:39.237Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-08-12T04:21:39.498Z] ---> 395763fc5d13 [2022-08-12T04:21:39.499Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-08-12T04:21:40.069Z] ---> 65907ccb60b0 [2022-08-12T04:21:40.069Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-08-12T04:21:40.329Z] ---> 30e109cd3994 [2022-08-12T04:21:40.329Z] Step 20/25 : EXPOSE 59999 [2022-08-12T04:21:40.329Z] ---> Running in be068a2b8242 [2022-08-12T04:21:40.329Z] Removing intermediate container be068a2b8242 [2022-08-12T04:21:40.329Z] ---> 4dac10792170 [2022-08-12T04:21:40.329Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-08-12T04:21:40.329Z] ---> Running in fce1e389407e [2022-08-12T04:21:40.590Z] Removing intermediate container fce1e389407e [2022-08-12T04:21:40.590Z] ---> 7b8555fe4ed9 [2022-08-12T04:21:40.590Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T04:21:40.590Z] ---> Running in 61d5745ced2d [2022-08-12T04:21:40.590Z] Removing intermediate container 61d5745ced2d [2022-08-12T04:21:40.590Z] ---> 0e0eeb30f512 [2022-08-12T04:21:40.590Z] Step 23/25 : LABEL arch=amd64 [2022-08-12T04:21:40.590Z] ---> Running in 99d207bf8539 [2022-08-12T04:21:40.850Z] Removing intermediate container 99d207bf8539 [2022-08-12T04:21:40.850Z] ---> b76eaca4bd3b [2022-08-12T04:21:40.850Z] Step 24/25 : LABEL git_sha=8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [2022-08-12T04:21:40.850Z] ---> Running in 1b6c2c1ca5cf [2022-08-12T04:21:40.850Z] Removing intermediate container 1b6c2c1ca5cf [2022-08-12T04:21:40.850Z] ---> 14bd3c8dc543 [2022-08-12T04:21:40.850Z] Step 25/25 : LABEL version=2.3.0-dev.19 [2022-08-12T04:21:40.850Z] ---> Running in e2da115b11bd [2022-08-12T04:21:41.111Z] Removing intermediate container e2da115b11bd [2022-08-12T04:21:41.111Z] ---> 8f28744bfb9d [2022-08-12T04:21:41.111Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-12T04:21:41.111Z] Successfully built 8f28744bfb9d [2022-08-12T04:21:41.111Z] 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 [2022-08-12T04:21:41.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T04:21:41.555Z] [2022-08-12T04:21:41.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:21:41.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T04:21:41.856Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-12T04:21:41.856Z] 5eb5b503b376: Pulling fs layer [2022-08-12T04:21:41.856Z] 5c69ac0246d0: Pulling fs layer [2022-08-12T04:21:41.856Z] ec43610c2a17: Pulling fs layer [2022-08-12T04:21:41.856Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-12T04:21:41.856Z] 33b1e0a273af: Pulling fs layer [2022-08-12T04:21:41.856Z] 5d3b04190fa2: Pulling fs layer [2022-08-12T04:21:41.856Z] 2f39f015ded8: Pulling fs layer [2022-08-12T04:21:41.856Z] 5d3b04190fa2: Waiting [2022-08-12T04:21:41.856Z] 33b1e0a273af: Waiting [2022-08-12T04:21:41.856Z] 2f39f015ded8: Waiting [2022-08-12T04:21:41.856Z] 5c69ac0246d0: Verifying Checksum [2022-08-12T04:21:41.856Z] 5c69ac0246d0: Download complete [2022-08-12T04:21:41.856Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-12T04:21:41.856Z] 3a2ae6a8a46f: Download complete [2022-08-12T04:21:41.856Z] 33b1e0a273af: Verifying Checksum [2022-08-12T04:21:41.856Z] 33b1e0a273af: Download complete [2022-08-12T04:21:42.121Z] 5d3b04190fa2: Verifying Checksum [2022-08-12T04:21:42.121Z] 5d3b04190fa2: Download complete [2022-08-12T04:21:42.121Z] ec43610c2a17: Verifying Checksum [2022-08-12T04:21:42.121Z] ec43610c2a17: Download complete [2022-08-12T04:21:42.121Z] 5eb5b503b376: Verifying Checksum [2022-08-12T04:21:42.121Z] 5eb5b503b376: Download complete [2022-08-12T04:21:42.690Z] 2f39f015ded8: Verifying Checksum [2022-08-12T04:21:42.690Z] 2f39f015ded8: Download complete [2022-08-12T04:21:43.629Z] 5eb5b503b376: Pull complete [2022-08-12T04:21:43.629Z] 5c69ac0246d0: Pull complete [2022-08-12T04:21:43.889Z] ec43610c2a17: Pull complete [2022-08-12T04:21:44.149Z] 3a2ae6a8a46f: Pull complete [2022-08-12T04:21:44.408Z] 33b1e0a273af: Pull complete [2022-08-12T04:21:44.408Z] 5d3b04190fa2: Pull complete [2022-08-12T04:21:49.690Z] 2f39f015ded8: Pull complete [2022-08-12T04:21:49.690Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-12T04:21:49.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T04:21:49.690Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:21:49.831Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:21:49.966Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-12T04:21:50.316Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22573 in /w/workspace/edgexfoundry_device-sdk-go_main [2022-08-12T04:21:51.762Z] $ docker top 29ce624f9fa24df07f51c91412374c47433fa36d180a7a2944a91cc4aaa70d9c -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws [2022-08-12T04:21:51.892Z] Running in /w/workspace/device-sdk-go/94 [Pipeline] { [Pipeline] checkout [2022-08-12T04:21:51.919Z] The recommended git tool is: git [2022-08-12T04:21:52.145Z] ---> job-cost.sh [2022-08-12T04:21:52.145Z] lf-activate-venv: SKIPPING [2022-08-12T04:21:52.145Z] INFO: No Stack... [2022-08-12T04:21:52.404Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-12T04:21:52.973Z] INFO: Archiving Costs [Pipeline] sh [2022-08-12T04:21:53.264Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2022-08-12T04:21:53.264Z] + cut -d, -f6 [Pipeline] lock [2022-08-12T04:21:53.276Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [2022-08-12T04:21:53.286Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] did not exist. Created. [2022-08-12T04:21:53.286Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-12T04:21:53.593Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-12T04:21:53.629Z] Stashed 1 file(s) [Pipeline] } [2022-08-12T04:21:53.635Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-12T04:21:53.654Z] $ docker stop --time=1 29ce624f9fa24df07f51c91412374c47433fa36d180a7a2944a91cc4aaa70d9c [2022-08-12T04:21:54.822Z] $ docker rm -f 29ce624f9fa24df07f51c91412374c47433fa36d180a7a2944a91cc4aaa70d9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-12T04:21:57.467Z] using credential edgex-jenkins-ssh [2022-08-12T04:21:57.485Z] Cloning the remote Git repository [2022-08-12T04:21:57.538Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-08-12T04:21:57.613Z] > git init /w/workspace/device-sdk-go/94 # timeout=10 [2022-08-12T04:21:57.695Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-08-12T04:21:57.698Z] > git --version # timeout=10 [2022-08-12T04:21:57.726Z] > git --version # 'git version 2.25.1' [2022-08-12T04:21:57.729Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-12T04:21:57.834Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-12T04:21:59.319Z] Avoid second fetch [2022-08-12T04:21:59.319Z] Checking out Revision 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 (main) [2022-08-12T04:21:59.269Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-08-12T04:21:59.298Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-12T04:21:59.337Z] > git config core.sparsecheckout # timeout=10 [2022-08-12T04:21:59.349Z] > git checkout -f 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 # timeout=10 [2022-08-12T04:22:03.530Z] Commit message: "Merge pull request #1207 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.3.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-12T04:22:04.416Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-12T04:22:04.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T04:22:04.416Z] Dload Upload Total Spent Left Speed [2022-08-12T04:22:04.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 85638 0 --:--:-- --:--:-- --:--:-- 85638 [Pipeline] sh [2022-08-12T04:22:05.041Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-12T04:22:05.381Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-12T04:22:05.381Z] + sudo tee /etc/docker/daemon.new [2022-08-12T04:22:05.381Z] { [2022-08-12T04:22:05.381Z] "registry-mirrors": [ [2022-08-12T04:22:05.381Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-12T04:22:05.381Z] ], [2022-08-12T04:22:05.381Z] "bip": "10.250.0.254/24", [2022-08-12T04:22:05.381Z] "hosts": [ [2022-08-12T04:22:05.381Z] "tcp://0.0.0.0:5555", [2022-08-12T04:22:05.381Z] "unix:///var/run/docker.sock" [2022-08-12T04:22:05.381Z] ], [2022-08-12T04:22:05.381Z] "mtu": 1458, [2022-08-12T04:22:05.381Z] "selinux-enabled": true, [2022-08-12T04:22:05.381Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-12T04:22:05.381Z] } [Pipeline] sh [2022-08-12T04:22:05.731Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-12T04:22:06.138Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T04:22:24.482Z] provisioning config files... [2022-08-12T04:22:24.507Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/94@tmp/config5898601606884098734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:22:24.872Z] ---> docker-login.sh [2022-08-12T04:22:24.872Z] nexus3.edgexfoundry.org:10001 [2022-08-12T04:22:25.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:22:25.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:22:25.748Z] Configure a credential helper to remove this warning. See [2022-08-12T04:22:25.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:22:25.748Z] [2022-08-12T04:22:25.748Z] Login Succeeded [2022-08-12T04:22:25.748Z] nexus3.edgexfoundry.org:10002 [2022-08-12T04:22:26.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:22:26.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:22:26.024Z] Configure a credential helper to remove this warning. See [2022-08-12T04:22:26.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:22:26.024Z] [2022-08-12T04:22:26.024Z] Login Succeeded [2022-08-12T04:22:26.024Z] nexus3.edgexfoundry.org:10003 [2022-08-12T04:22:26.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:22:26.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:22:26.624Z] Configure a credential helper to remove this warning. See [2022-08-12T04:22:26.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:22:26.624Z] [2022-08-12T04:22:26.624Z] Login Succeeded [2022-08-12T04:22:26.624Z] nexus3.edgexfoundry.org:10004 [2022-08-12T04:22:26.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:22:27.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:22:27.187Z] Configure a credential helper to remove this warning. See [2022-08-12T04:22:27.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:22:27.187Z] [2022-08-12T04:22:27.187Z] Login Succeeded [2022-08-12T04:22:27.187Z] docker.io [2022-08-12T04:22:27.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T04:22:27.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T04:22:27.734Z] Configure a credential helper to remove this warning. See [2022-08-12T04:22:27.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T04:22:27.734Z] [2022-08-12T04:22:27.734Z] Login Succeeded [2022-08-12T04:22:27.734Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T04:22:27.753Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-12T04:22:28.256Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T04:22:28.273Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T04:22:28.282Z] ========================================================= [2022-08-12T04:22:28.282Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-12T04:22:28.282Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:22:28.645Z] + 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 . [2022-08-12T04:22:28.921Z] Sending build context to Docker daemon 5.248MB [2022-08-12T04:22:29.195Z] Step 1/11 : ARG BASE=golang:1.18-alpine3.16 [2022-08-12T04:22:29.195Z] Step 2/11 : FROM ${BASE} AS builder [2022-08-12T04:22:29.195Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-12T04:22:29.195Z] b3c136eddcbf: Pulling fs layer [2022-08-12T04:22:29.195Z] c0a3192eca97: Pulling fs layer [2022-08-12T04:22:29.195Z] a050256f5b6f: Pulling fs layer [2022-08-12T04:22:29.195Z] 656be50a0ddc: Pulling fs layer [2022-08-12T04:22:29.195Z] 2bbca73fdf42: Pulling fs layer [2022-08-12T04:22:29.195Z] 46d945488cbd: Pulling fs layer [2022-08-12T04:22:29.195Z] 8a5474983e97: Pulling fs layer [2022-08-12T04:22:29.195Z] 329c88fbcd65: Pulling fs layer [2022-08-12T04:22:29.195Z] 46d945488cbd: Waiting [2022-08-12T04:22:29.195Z] 656be50a0ddc: Waiting [2022-08-12T04:22:29.195Z] 8a5474983e97: Waiting [2022-08-12T04:22:29.195Z] 2bbca73fdf42: Waiting [2022-08-12T04:22:29.195Z] 329c88fbcd65: Waiting [2022-08-12T04:22:29.195Z] a050256f5b6f: Verifying Checksum [2022-08-12T04:22:29.195Z] a050256f5b6f: Download complete [2022-08-12T04:22:29.195Z] c0a3192eca97: Verifying Checksum [2022-08-12T04:22:29.195Z] c0a3192eca97: Download complete [2022-08-12T04:22:29.195Z] 2bbca73fdf42: Download complete [2022-08-12T04:22:29.195Z] 46d945488cbd: Verifying Checksum [2022-08-12T04:22:29.195Z] 46d945488cbd: Download complete [2022-08-12T04:22:29.195Z] b3c136eddcbf: Verifying Checksum [2022-08-12T04:22:29.195Z] b3c136eddcbf: Download complete [2022-08-12T04:22:30.194Z] b3c136eddcbf: Pull complete [2022-08-12T04:22:30.476Z] 329c88fbcd65: Verifying Checksum [2022-08-12T04:22:30.476Z] 329c88fbcd65: Download complete [2022-08-12T04:22:30.753Z] c0a3192eca97: Pull complete [2022-08-12T04:22:31.357Z] a050256f5b6f: Pull complete [2022-08-12T04:22:31.636Z] 8a5474983e97: Verifying Checksum [2022-08-12T04:22:31.636Z] 8a5474983e97: Download complete [2022-08-12T04:22:32.237Z] 656be50a0ddc: Verifying Checksum [2022-08-12T04:22:32.237Z] 656be50a0ddc: Download complete [2022-08-12T04:22:44.657Z] 656be50a0ddc: Pull complete [2022-08-12T04:22:44.931Z] 2bbca73fdf42: Pull complete [2022-08-12T04:22:45.207Z] 46d945488cbd: Pull complete [2022-08-12T04:22:51.946Z] 8a5474983e97: Pull complete [2022-08-12T04:22:53.929Z] 329c88fbcd65: Pull complete [2022-08-12T04:22:53.929Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-12T04:22:53.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-12T04:22:53.929Z] ---> ff4287adb874 [2022-08-12T04:22:53.929Z] Step 3/11 : ARG MAKE=make build [2022-08-12T04:22:54.537Z] ---> Running in b8ebb78af799 [2022-08-12T04:22:55.135Z] Removing intermediate container b8ebb78af799 [2022-08-12T04:22:55.135Z] ---> f58e181d77b1 [2022-08-12T04:22:55.135Z] Step 4/11 : WORKDIR /device-sdk-go [2022-08-12T04:22:55.135Z] ---> Running in f1384fa79e93 [2022-08-12T04:22:55.410Z] Removing intermediate container f1384fa79e93 [2022-08-12T04:22:55.410Z] ---> a4a9d9dee998 [2022-08-12T04:22:55.410Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-12T04:22:55.410Z] ---> Running in 22671707699b [2022-08-12T04:22:55.685Z] Removing intermediate container 22671707699b [2022-08-12T04:22:55.685Z] ---> 19e55f7617c3 [2022-08-12T04:22:55.685Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T04:22:55.685Z] ---> Running in 8fb7c56905d6 [2022-08-12T04:22:58.337Z] Removing intermediate container 8fb7c56905d6 [2022-08-12T04:22:58.337Z] ---> fcce262eab4e [2022-08-12T04:22:58.337Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-08-12T04:22:58.337Z] ---> Running in 1f9978f17d8c [2022-08-12T04:22:59.324Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T04:23:00.306Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T04:23:01.289Z] OK: 221 MiB in 51 packages [2022-08-12T04:23:01.887Z] Removing intermediate container 1f9978f17d8c [2022-08-12T04:23:01.887Z] ---> 40e34edf5487 [2022-08-12T04:23:01.887Z] Step 8/11 : COPY go.mod vendor* ./ [2022-08-12T04:23:02.482Z] ---> 0d965b3fff32 [2022-08-12T04:23:02.482Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T04:23:02.482Z] ---> Running in 84da5ee10ab5 [2022-08-12T04:23:49.475Z] Removing intermediate container 84da5ee10ab5 [2022-08-12T04:23:49.475Z] ---> e7ff1d086a21 [2022-08-12T04:23:49.475Z] Step 10/11 : COPY . . [2022-08-12T04:23:49.475Z] ---> e2a6cab8fed9 [2022-08-12T04:23:49.475Z] Step 11/11 : RUN ${MAKE} [2022-08-12T04:23:49.475Z] ---> Running in 1bade8dc78fe [2022-08-12T04:23:49.748Z] noop [2022-08-12T04:23:50.344Z] Removing intermediate container 1bade8dc78fe [2022-08-12T04:23:50.344Z] ---> 3172bda0aa0a [2022-08-12T04:23:50.344Z] Successfully built 3172bda0aa0a [2022-08-12T04:23:50.344Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:23:50.715Z] + docker inspect -f . ci-base-image-arm64 [2022-08-12T04:23:50.715Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:23:50.963Z] prd-ubuntu20.04-docker-arm64-4c-16g-22573 does not seem to be running inside a container [2022-08-12T04:23:51.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/94 -v /w/workspace/device-sdk-go/94:/w/workspace/device-sdk-go/94:rw,z -v /w/workspace/device-sdk-go/94@tmp:/w/workspace/device-sdk-go/94@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 [2022-08-12T04:23:52.264Z] $ docker top 675f38fb80496764b49e95a092cafd5320591b4b3f6b6b454a138bc6176169e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T04:23:53.145Z] + go version [2022-08-12T04:23:53.145Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-12T04:23:53.176Z] $ docker stop --time=1 675f38fb80496764b49e95a092cafd5320591b4b3f6b6b454a138bc6176169e8 [2022-08-12T04:23:54.807Z] $ docker rm -f 675f38fb80496764b49e95a092cafd5320591b4b3f6b6b454a138bc6176169e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:23:55.375Z] + docker inspect -f . ci-base-image-arm64 [2022-08-12T04:23:55.375Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:23:55.603Z] prd-ubuntu20.04-docker-arm64-4c-16g-22573 does not seem to be running inside a container [2022-08-12T04:23:55.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-sdk-go/94 -v /w/workspace/device-sdk-go/94:/w/workspace/device-sdk-go/94:rw,z -v /w/workspace/device-sdk-go/94@tmp:/w/workspace/device-sdk-go/94@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 [2022-08-12T04:23:56.885Z] $ docker top 02ed68d3d7d19ed2a0c058cca13f35bd5ba1265d130596fa292a429477747ebe -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T04:23:57.785Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/94 [Pipeline] fileExists [Pipeline] sh [2022-08-12T04:23:58.458Z] + make test [2022-08-12T04:23:58.458Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-12T04:24:30.816Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-08-12T04:26:07.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-08-12T04:26:07.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-08-12T04:26:07.688Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-08-12T04:26:16.010Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.367s coverage: 23.6% of statements [2022-08-12T04:26:16.010Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-08-12T04:26:16.010Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.275s coverage: 27.6% of statements [2022-08-12T04:26:16.010Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.311s coverage: 78.9% of statements [2022-08-12T04:26:16.010Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.268s coverage: 10.8% of statements [2022-08-12T04:26:19.431Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.381s coverage: 60.0% of statements [2022-08-12T04:26:19.431Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-08-12T04:26:19.431Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-08-12T04:26:21.431Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.414s coverage: 34.8% of statements [2022-08-12T04:26:21.431Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-08-12T04:26:22.417Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.358s coverage: 85.4% of statements [2022-08-12T04:26:22.417Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-08-12T04:26:22.417Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-08-12T04:26:25.826Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.423s coverage: 65.1% of statements [2022-08-12T04:26:25.826Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] [2022-08-12T04:26:25.826Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] [2022-08-12T04:26:27.811Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.098s coverage: 89.2% of statements [2022-08-12T04:26:27.811Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-08-12T04:26:28.407Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.225s coverage: 4.7% of statements [2022-08-12T04:26:28.407Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-08-12T04:26:29.001Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-12T04:26:29.001Z] GO111MODULE=on go vet ./... [2022-08-12T04:27:50.832Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-12T04:27:50.832Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-12T04:27:50.832Z] ./bin/test-attribution-txt.sh [2022-08-12T04:27:50.832Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-08-12T04:27:50.832Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-08-12T04:27:50.832Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-08-12T04:27:50.832Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-12T04:27:50.832Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-12T04:27:50.832Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-12T04:27:50.832Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-08-12T04:27:50.856Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-12T04:27:50.882Z] $ docker stop --time=1 02ed68d3d7d19ed2a0c058cca13f35bd5ba1265d130596fa292a429477747ebe [2022-08-12T04:27:52.700Z] $ docker rm -f 02ed68d3d7d19ed2a0c058cca13f35bd5ba1265d130596fa292a429477747ebe [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T04:27:53.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-12T04:27:54.023Z] Warning: overwriting stash ‘coverage-report’ [2022-08-12T04:27:54.581Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-12T04:27:54.982Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-12T04:27:55.322Z] + ls -al . [2022-08-12T04:27:55.322Z] total 300 [2022-08-12T04:27:55.322Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 12 04:23 . [2022-08-12T04:27:55.322Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 04:21 .. [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 12 04:21 .dockerignore [2022-08-12T04:27:55.322Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 04:22 .git [2022-08-12T04:27:55.322Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 04:21 .github [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 131 Aug 12 04:21 .gitignore [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 12 04:21 .golangci.yml [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 29536 Aug 12 04:21 CHANGELOG.md [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 12 04:21 GOVERNANCE.md [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 880 Aug 12 04:21 Jenkinsfile [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 12 04:21 LICENSE [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 2002 Aug 12 04:21 Makefile [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 619 Aug 12 04:21 OWNERS.md [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 4881 Aug 12 04:21 README.md [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 12 04:19 VERSION [2022-08-12T04:27:55.322Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 04:21 bin [2022-08-12T04:27:55.322Z] -rw-r--r-- 1 jenkins jenkins 131678 Aug 12 04:26 coverage.out [2022-08-12T04:27:55.322Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 12 04:21 example [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 3553 Aug 12 04:21 go.mod [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 36743 Aug 12 04:21 go.sum [2022-08-12T04:27:55.322Z] drwxrwxr-x 15 jenkins jenkins 4096 Aug 12 04:21 internal [2022-08-12T04:27:55.322Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 04:21 openapi [2022-08-12T04:27:55.322Z] drwxrwxr-x 6 jenkins jenkins 4096 Aug 12 04:21 pkg [2022-08-12T04:27:55.322Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 04:21 snap [2022-08-12T04:27:55.322Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 12 04:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:27:55.705Z] + 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=8440b6e6a0b4fbc11eae3accc59dfe046b726d13 --label arch=arm64 --label version=2.3.0-dev.19 . [2022-08-12T04:27:56.323Z] Sending build context to Docker daemon 5.381MB [2022-08-12T04:27:56.323Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2022-08-12T04:27:56.323Z] Step 2/25 : FROM ${BASE} AS builder [2022-08-12T04:27:56.323Z] ---> 3172bda0aa0a [2022-08-12T04:27:56.323Z] Step 3/25 : ARG MAKE=make build [2022-08-12T04:27:56.323Z] ---> Running in 2b39c26a0ff4 [2022-08-12T04:27:56.598Z] Removing intermediate container 2b39c26a0ff4 [2022-08-12T04:27:56.598Z] ---> af823ac6259c [2022-08-12T04:27:56.598Z] Step 4/25 : WORKDIR /device-sdk-go [2022-08-12T04:27:56.874Z] ---> Running in dbcce40bf776 [2022-08-12T04:27:57.152Z] Removing intermediate container dbcce40bf776 [2022-08-12T04:27:57.152Z] ---> 1d7db409f9a7 [2022-08-12T04:27:57.152Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-12T04:27:57.152Z] ---> Running in 6d8f33510a47 [2022-08-12T04:27:57.429Z] Removing intermediate container 6d8f33510a47 [2022-08-12T04:27:57.429Z] ---> a36df715fb77 [2022-08-12T04:27:57.429Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T04:27:57.429Z] ---> Running in 15b015efc0e1 [2022-08-12T04:27:59.416Z] Removing intermediate container 15b015efc0e1 [2022-08-12T04:27:59.416Z] ---> 6d9e625eb0f9 [2022-08-12T04:27:59.416Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-08-12T04:27:59.416Z] ---> Running in 68ddbf1eaf78 [2022-08-12T04:28:00.020Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T04:28:01.005Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T04:28:01.994Z] OK: 221 MiB in 51 packages [2022-08-12T04:28:02.595Z] Removing intermediate container 68ddbf1eaf78 [2022-08-12T04:28:02.595Z] ---> c41b27d218c8 [2022-08-12T04:28:02.595Z] Step 8/25 : COPY go.mod vendor* ./ [2022-08-12T04:28:03.197Z] ---> fa9b80b3c474 [2022-08-12T04:28:03.197Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T04:28:03.197Z] ---> Running in 6cac6bc1f7eb [2022-08-12T04:28:05.182Z] Removing intermediate container 6cac6bc1f7eb [2022-08-12T04:28:05.182Z] ---> 05f05cbd8e05 [2022-08-12T04:28:05.182Z] Step 10/25 : COPY . . [2022-08-12T04:28:06.171Z] ---> ca7662888324 [2022-08-12T04:28:06.171Z] Step 11/25 : RUN ${MAKE} [2022-08-12T04:28:06.171Z] ---> Running in 06adc8778330 [2022-08-12T04:28:07.166Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-08-12T04:30:14.062Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-08-12T04:30:14.062Z] Removing intermediate container 06adc8778330 [2022-08-12T04:30:14.062Z] ---> 1f78d220e600 [2022-08-12T04:30:14.062Z] Step 12/25 : FROM alpine:3.16 [2022-08-12T04:30:14.062Z] 3.16: Pulling from library/alpine [2022-08-12T04:30:14.062Z] 9b18e9b68314: Pulling fs layer [2022-08-12T04:30:14.062Z] 9b18e9b68314: Verifying Checksum [2022-08-12T04:30:14.062Z] 9b18e9b68314: Download complete [2022-08-12T04:30:14.062Z] 9b18e9b68314: Pull complete [2022-08-12T04:30:14.062Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T04:30:14.062Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T04:30:14.062Z] ---> a6215f271958 [2022-08-12T04:30:14.062Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2022-08-12T04:30:14.062Z] ---> Running in a832e9962ce2 [2022-08-12T04:30:14.063Z] Removing intermediate container a832e9962ce2 [2022-08-12T04:30:14.063Z] ---> 73d9d976e943 [2022-08-12T04:30:14.063Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T04:30:14.063Z] ---> Running in 46489be28d8a [2022-08-12T04:30:14.063Z] Removing intermediate container 46489be28d8a [2022-08-12T04:30:14.063Z] ---> e5bd1132181c [2022-08-12T04:30:14.063Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-08-12T04:30:14.063Z] ---> Running in 6ba6a299a0ea [2022-08-12T04:30:14.063Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T04:30:14.063Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T04:30:14.063Z] (1/5) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T04:30:14.063Z] (2/5) Installing libsodium (1.0.18-r0) [2022-08-12T04:30:14.063Z] (3/5) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T04:30:14.063Z] (4/5) Installing libzmq (4.3.4-r0) [2022-08-12T04:30:14.063Z] (5/5) Installing zeromq (4.3.4-r0) [2022-08-12T04:30:14.063Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T04:30:14.063Z] OK: 8 MiB in 19 packages [2022-08-12T04:30:14.338Z] Removing intermediate container 6ba6a299a0ea [2022-08-12T04:30:14.338Z] ---> 78638bf76f57 [2022-08-12T04:30:14.338Z] Step 16/25 : WORKDIR / [2022-08-12T04:30:14.625Z] ---> Running in 8953ebd2c163 [2022-08-12T04:30:14.910Z] Removing intermediate container 8953ebd2c163 [2022-08-12T04:30:14.910Z] ---> 186bb3c4d06a [2022-08-12T04:30:14.910Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-08-12T04:30:15.518Z] ---> 425b3539719d [2022-08-12T04:30:15.518Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-08-12T04:30:17.009Z] ---> 31db401d3646 [2022-08-12T04:30:17.009Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-08-12T04:30:17.290Z] ---> 053ec516a7ad [2022-08-12T04:30:17.290Z] Step 20/25 : EXPOSE 59999 [2022-08-12T04:30:17.290Z] ---> Running in 91d8a1bea9d8 [2022-08-12T04:30:17.575Z] Removing intermediate container 91d8a1bea9d8 [2022-08-12T04:30:17.575Z] ---> 4d5468693855 [2022-08-12T04:30:17.575Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-08-12T04:30:17.848Z] ---> Running in 89016fe1d1b2 [2022-08-12T04:30:18.124Z] Removing intermediate container 89016fe1d1b2 [2022-08-12T04:30:18.124Z] ---> 452e668fc237 [2022-08-12T04:30:18.124Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T04:30:18.124Z] ---> Running in edbded5aa32a [2022-08-12T04:30:18.400Z] Removing intermediate container edbded5aa32a [2022-08-12T04:30:18.400Z] ---> 2fd8a93d3452 [2022-08-12T04:30:18.400Z] Step 23/25 : LABEL arch=arm64 [2022-08-12T04:30:18.400Z] ---> Running in a8a291511e0b [2022-08-12T04:30:18.676Z] Removing intermediate container a8a291511e0b [2022-08-12T04:30:18.676Z] ---> 0193a9b6dae0 [2022-08-12T04:30:18.676Z] Step 24/25 : LABEL git_sha=8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [2022-08-12T04:30:18.952Z] ---> Running in 16d7fd6c53c0 [2022-08-12T04:30:19.227Z] Removing intermediate container 16d7fd6c53c0 [2022-08-12T04:30:19.227Z] ---> 0537da97fe98 [2022-08-12T04:30:19.227Z] Step 25/25 : LABEL version=2.3.0-dev.19 [2022-08-12T04:30:19.227Z] ---> Running in 5a4ff3d83df0 [2022-08-12T04:30:19.499Z] Removing intermediate container 5a4ff3d83df0 [2022-08-12T04:30:19.499Z] ---> d99e97d33775 [2022-08-12T04:30:19.499Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-12T04:30:19.499Z] Successfully built d99e97d33775 [2022-08-12T04:30:19.499Z] 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 [2022-08-12T04:30:19.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T04:30:19.950Z] [2022-08-12T04:30:19.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:30:20.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T04:30:20.583Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-12T04:30:20.583Z] 8998bd30e6a1: Pulling fs layer [2022-08-12T04:30:20.583Z] 04944245beec: Pulling fs layer [2022-08-12T04:30:20.583Z] 699f458cf7ca: Pulling fs layer [2022-08-12T04:30:20.583Z] 765212b225bb: Pulling fs layer [2022-08-12T04:30:20.583Z] f23df028b6ca: Pulling fs layer [2022-08-12T04:30:20.583Z] d65c8cfc05b1: Pulling fs layer [2022-08-12T04:30:20.583Z] 2437ff75d9bd: Pulling fs layer [2022-08-12T04:30:20.583Z] f23df028b6ca: Waiting [2022-08-12T04:30:20.583Z] d65c8cfc05b1: Waiting [2022-08-12T04:30:20.583Z] 2437ff75d9bd: Waiting [2022-08-12T04:30:20.583Z] 765212b225bb: Waiting [2022-08-12T04:30:20.583Z] 04944245beec: Verifying Checksum [2022-08-12T04:30:20.583Z] 04944245beec: Download complete [2022-08-12T04:30:20.583Z] 765212b225bb: Download complete [2022-08-12T04:30:20.583Z] f23df028b6ca: Download complete [2022-08-12T04:30:20.583Z] d65c8cfc05b1: Verifying Checksum [2022-08-12T04:30:20.583Z] d65c8cfc05b1: Download complete [2022-08-12T04:30:20.859Z] 699f458cf7ca: Verifying Checksum [2022-08-12T04:30:20.859Z] 699f458cf7ca: Download complete [2022-08-12T04:30:21.134Z] 8998bd30e6a1: Download complete [2022-08-12T04:30:23.769Z] 2437ff75d9bd: Verifying Checksum [2022-08-12T04:30:23.769Z] 2437ff75d9bd: Download complete [2022-08-12T04:30:25.755Z] 8998bd30e6a1: Pull complete [2022-08-12T04:30:26.032Z] 04944245beec: Pull complete [2022-08-12T04:30:27.471Z] 699f458cf7ca: Pull complete [2022-08-12T04:30:27.747Z] 765212b225bb: Pull complete [2022-08-12T04:30:28.347Z] f23df028b6ca: Pull complete [2022-08-12T04:30:28.624Z] d65c8cfc05b1: Pull complete [2022-08-12T04:30:43.729Z] 2437ff75d9bd: Pull complete [2022-08-12T04:30:43.729Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-12T04:30:43.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T04:30:43.729Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:30:43.976Z] prd-ubuntu20.04-docker-arm64-4c-16g-22573 does not seem to be running inside a container [2022-08-12T04:30:44.079Z] $ 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/94 -v /w/workspace/device-sdk-go/94:/w/workspace/device-sdk-go/94:rw,z -v /w/workspace/device-sdk-go/94@tmp:/w/workspace/device-sdk-go/94@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 [2022-08-12T04:30:46.474Z] $ docker top 56cdd049d468e47e2bbdf5ab07ed2a15925cfd648fd3fdf77094ffe8f8c7ae32 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:30:47.399Z] ---> job-cost.sh [2022-08-12T04:30:47.399Z] lf-activate-venv: SKIPPING [2022-08-12T04:30:47.399Z] INFO: No Stack... [2022-08-12T04:30:47.992Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-12T04:30:48.986Z] INFO: Archiving Costs [Pipeline] sh [2022-08-12T04:30:49.650Z] + + catcut /w/workspace/device-sdk-go/94/archives/cost.csv -d, [2022-08-12T04:30:49.650Z] -f6 [Pipeline] lock [2022-08-12T04:30:49.714Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [2022-08-12T04:30:49.720Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] did not exist. Created. [2022-08-12T04:30:49.720Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-12T04:30:50.407Z] /w/workspace/device-sdk-go/94@tmp/durable-963eea1c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-12T04:30:51.091Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-12T04:30:51.111Z] Warning: overwriting stash ‘stack-cost’ [2022-08-12T04:30:51.173Z] Stashed 1 file(s) [Pipeline] } [2022-08-12T04:30:51.180Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-94-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-12T04:30:51.212Z] $ docker stop --time=1 56cdd049d468e47e2bbdf5ab07ed2a15925cfd648fd3fdf77094ffe8f8c7ae32 [2022-08-12T04:30:52.692Z] $ docker rm -f 56cdd049d468e47e2bbdf5ab07ed2a15925cfd648fd3fdf77094ffe8f8c7ae32 [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 [2022-08-12T04:30:53.130Z] provisioning config files... [2022-08-12T04:30:53.138Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2687937534858506096tmp [Pipeline] { [Pipeline] sh [2022-08-12T04:30:53.432Z] + set +x [2022-08-12T04:30:53.432Z] + bash -s -- [2022-08-12T04:30:53.432Z] + curl -s https://codecov.io/bash [2022-08-12T04:30:53.432Z] [2022-08-12T04:30:53.432Z] _____ _ [2022-08-12T04:30:53.432Z] / ____| | | [2022-08-12T04:30:53.432Z] | | ___ __| | ___ ___ _____ __ [2022-08-12T04:30:53.432Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-12T04:30:53.432Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-12T04:30:53.432Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-12T04:30:53.432Z] Bash-1.0.6 [2022-08-12T04:30:53.432Z] [2022-08-12T04:30:53.432Z] [2022-08-12T04:30:53.432Z] ==> git version 2.25.1 found [2022-08-12T04:30:53.432Z] ==> 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 [2022-08-12T04:30:53.432Z] Release-Date: 2020-01-08 [2022-08-12T04:30:53.432Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-12T04:30:53.432Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-12T04:30:53.432Z] ==> Jenkins CI detected. [2022-08-12T04:30:53.432Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2022-08-12T04:30:53.432Z] project root: . [2022-08-12T04:30:53.432Z] --> token set from env [2022-08-12T04:30:53.432Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-12T04:30:53.432Z] ==> Running gcov in . (disable via -X gcov) [2022-08-12T04:30:53.432Z] ==> Python coveragepy not found [2022-08-12T04:30:53.432Z] ==> Searching for coverage reports in: [2022-08-12T04:30:53.432Z] + . [2022-08-12T04:30:53.432Z] -> Found 1 reports [2022-08-12T04:30:53.432Z] ==> Detecting git/mercurial file structure [2022-08-12T04:30:53.432Z] ==> Reading reports [2022-08-12T04:30:53.432Z] + ./coverage.out bytes=131678 [2022-08-12T04:30:53.432Z] ==> Appending adjustments [2022-08-12T04:30:53.432Z] https://docs.codecov.io/docs/fixing-reports [2022-08-12T04:30:53.691Z] + Found adjustments [2022-08-12T04:30:53.692Z] ==> Gzipping contents [2022-08-12T04:30:53.951Z] 20K /tmp/codecov.hcekkt.gz [2022-08-12T04:30:53.951Z] ==> Uploading reports [2022-08-12T04:30:53.951Z] url: https://codecov.io [2022-08-12T04:30:53.951Z] query: branch=main&commit=8440b6e6a0b4fbc11eae3accc59dfe046b726d13&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F94%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-12T04:30:53.951Z] -> Pinging Codecov [2022-08-12T04:30:53.951Z] 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=8440b6e6a0b4fbc11eae3accc59dfe046b726d13&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F94%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-12T04:30:54.210Z] -> Uploading to [2022-08-12T04:30:54.210Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-12/7E55EF52A471D76F132DFD9A03CDDE97/8440b6e6a0b4fbc11eae3accc59dfe046b726d13/590ada89-223f-4d27-979c-d0022065a09a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220812T043054Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ade970c40215e1d04784eb197e3d65a50993bfcf4b0a2248ecd7d71a730732c4 [2022-08-12T04:30:54.210Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T04:30:54.210Z] Dload Upload Total Spent Left Speed [2022-08-12T04:30:54.471Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17297 0 0 100 17297 0 72676 --:--:-- --:--:-- --:--:-- 72676 [2022-08-12T04:30:54.471Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] } [2022-08-12T04:30:54.479Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-12T04:30:54.682Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-12T04:30:54.695Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:30:55.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T04:30:55.000Z] [2022-08-12T04:30:55.000Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:30:55.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T04:30:55.306Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-12T04:30:55.306Z] df9b9388f04a: Pulling fs layer [2022-08-12T04:30:55.306Z] 52dc419b0ee2: Pulling fs layer [2022-08-12T04:30:55.306Z] 25bc292e5bac: Pulling fs layer [2022-08-12T04:30:55.306Z] 114826534d7a: Pulling fs layer [2022-08-12T04:30:55.306Z] 4657fd5d0bcf: Pulling fs layer [2022-08-12T04:30:55.306Z] 6ad1cebc031e: Pulling fs layer [2022-08-12T04:30:55.306Z] 8a3aa393b2d8: Pulling fs layer [2022-08-12T04:30:55.306Z] 4657fd5d0bcf: Waiting [2022-08-12T04:30:55.306Z] 6ad1cebc031e: Waiting [2022-08-12T04:30:55.306Z] 114826534d7a: Waiting [2022-08-12T04:30:55.306Z] 8a3aa393b2d8: Waiting [2022-08-12T04:30:55.306Z] 25bc292e5bac: Verifying Checksum [2022-08-12T04:30:55.306Z] 25bc292e5bac: Download complete [2022-08-12T04:30:55.306Z] 52dc419b0ee2: Verifying Checksum [2022-08-12T04:30:55.306Z] 52dc419b0ee2: Download complete [2022-08-12T04:30:55.306Z] 4657fd5d0bcf: Verifying Checksum [2022-08-12T04:30:55.306Z] 4657fd5d0bcf: Download complete [2022-08-12T04:30:55.306Z] df9b9388f04a: Download complete [2022-08-12T04:30:55.569Z] 6ad1cebc031e: Verifying Checksum [2022-08-12T04:30:55.569Z] 6ad1cebc031e: Download complete [2022-08-12T04:30:55.569Z] df9b9388f04a: Pull complete [2022-08-12T04:30:55.569Z] 52dc419b0ee2: Pull complete [2022-08-12T04:30:55.569Z] 25bc292e5bac: Pull complete [2022-08-12T04:30:56.142Z] 114826534d7a: Verifying Checksum [2022-08-12T04:30:56.142Z] 114826534d7a: Download complete [2022-08-12T04:30:56.142Z] 8a3aa393b2d8: Verifying Checksum [2022-08-12T04:30:56.142Z] 8a3aa393b2d8: Download complete [2022-08-12T04:31:00.337Z] 114826534d7a: Pull complete [2022-08-12T04:31:00.337Z] 4657fd5d0bcf: Pull complete [2022-08-12T04:31:00.337Z] 6ad1cebc031e: Pull complete [2022-08-12T04:31:02.874Z] 8a3aa393b2d8: Pull complete [2022-08-12T04:31:02.874Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-12T04:31:02.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T04:31:02.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:31:02.972Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:31:03.009Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-08-12T04:31:04.721Z] $ docker top cd6cb6a19100c54da808e8dd2eae19e24226ce81ab724bb5d9433bd4fcf05fd6 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-12T04:31:04.791Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2022-08-12T04:31:05.070Z] + set -o pipefail [2022-08-12T04:31:05.070Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2022-08-12T04:31:13.205Z] [2022-08-12T04:31:13.205Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v2)... [2022-08-12T04:31:13.205Z] [2022-08-12T04:31:13.205Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/0f4c64e2-4b51-4727-aa19-4596356acaf7 [2022-08-12T04:31:13.205Z] [2022-08-12T04:31:13.205Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-12T04:31:13.205Z] [2022-08-12T04:31:13.205Z] [Pipeline] } [2022-08-12T04:31:13.226Z] $ docker stop --time=1 cd6cb6a19100c54da808e8dd2eae19e24226ce81ab724bb5d9433bd4fcf05fd6 [2022-08-12T04:31:15.544Z] $ docker rm -f cd6cb6a19100c54da808e8dd2eae19e24226ce81ab724bb5d9433bd4fcf05fd6 [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 [2022-08-12T04:31:15.948Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T04:31:15.959Z] provisioning config files... [2022-08-12T04:31:15.968Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7025977484784317334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:16.266Z] --> edgex-publish-swagger.sh [2022-08-12T04:31:16.266Z] === Publish openapi/v2 API === [2022-08-12T04:31:16.266Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-08-12T04:31:16.266Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v2/device-sdk.yaml] [2022-08-12T04:31:16.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T04:31:16.266Z] Dload Upload Total Spent Left Speed [2022-08-12T04:31:16.837Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53552 0 0 100 53552 0 78637 --:--:-- --:--:-- --:--:-- 78637 [2022-08-12T04:31:16.837Z] [2022-08-12T04:31:16.837Z] [Pipeline] } [2022-08-12T04:31:16.845Z] 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 [2022-08-12T04:31:17.217Z] + git log --format=format:%s -1 8440b6e6a0b4fbc11eae3accc59dfe046b726d13 [Pipeline] sh [2022-08-12T04:31:17.511Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T04:31:17.512Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:31:17.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T04:31:17.814Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:31:17.898Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:31:17.934Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-12T04:31:18.361Z] $ docker top e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T04:31:18.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T04:31:18.455Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T04:31:18.578Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T04:31:18.584Z] $ docker exec e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 ssh-agent [2022-08-12T04:31:18.704Z] SSH_AUTH_SOCK=/tmp/ssh-Cy0fmDX0oU93/agent.32 [2022-08-12T04:31:18.704Z] SSH_AGENT_PID=38 [2022-08-12T04:31:18.710Z] Running ssh-add (command line suppressed) [2022-08-12T04:31:18.818Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9076667356295492613.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9076667356295492613.key) [2022-08-12T04:31:18.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T04:31:19.119Z] + git semver tag [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,282 [run_tag] DEBUG tag force:False [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,282 [check_head_tag] DEBUG check head tag [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,282 [execute] INFO git cat-file --batch-check [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,282 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,286 [execute] INFO git cat-file --batch [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,286 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,299 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,299 [execute] INFO git tag -a v2.3.0-dev.19 -m v2.3.0-dev.19 [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,299 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.19', '-m', 'v2.3.0-dev.19'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2022-08-12T04:31:19.380Z] 2022-08-12 04:31:19,304 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:31:19.380Z] 2.3.0-dev.19 [Pipeline] } [2022-08-12T04:31:19.394Z] $ docker exec --env ******** --env ******** e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 ssh-agent -k [2022-08-12T04:31:19.504Z] unset SSH_AUTH_SOCK; [2022-08-12T04:31:19.504Z] unset SSH_AGENT_PID; [2022-08-12T04:31:19.504Z] echo Agent pid 38 killed; [2022-08-12T04:31:19.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T04:31:19.816Z] + git semver [Pipeline] } [2022-08-12T04:31:20.094Z] $ docker stop --time=1 e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 [2022-08-12T04:31:21.403Z] $ docker rm -f e691c2dc79b69464901095f397f2275cfb09640289daf7117c8aeff8ddd865c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:31:21.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T04:31:21.861Z] [2022-08-12T04:31:21.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:31:22.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T04:31:22.172Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-12T04:31:22.172Z] ab5ef0e58194: Pulling fs layer [2022-08-12T04:31:22.172Z] 9712f1f96733: Pulling fs layer [2022-08-12T04:31:22.172Z] 63f879dbbcfc: Pulling fs layer [2022-08-12T04:31:22.172Z] 0d9ebad4ef96: Pulling fs layer [2022-08-12T04:31:22.172Z] e9a5061849ea: Pulling fs layer [2022-08-12T04:31:22.172Z] d747dcd14b5f: Pulling fs layer [2022-08-12T04:31:22.172Z] 2de7ff778b66: Pulling fs layer [2022-08-12T04:31:22.172Z] d747dcd14b5f: Waiting [2022-08-12T04:31:22.172Z] 2de7ff778b66: Waiting [2022-08-12T04:31:22.172Z] 0d9ebad4ef96: Waiting [2022-08-12T04:31:22.172Z] 9712f1f96733: Verifying Checksum [2022-08-12T04:31:22.172Z] 9712f1f96733: Download complete [2022-08-12T04:31:22.435Z] 63f879dbbcfc: Verifying Checksum [2022-08-12T04:31:22.435Z] 63f879dbbcfc: Download complete [2022-08-12T04:31:22.695Z] e9a5061849ea: Verifying Checksum [2022-08-12T04:31:22.695Z] e9a5061849ea: Download complete [2022-08-12T04:31:22.695Z] d747dcd14b5f: Verifying Checksum [2022-08-12T04:31:22.695Z] d747dcd14b5f: Download complete [2022-08-12T04:31:22.695Z] ab5ef0e58194: Verifying Checksum [2022-08-12T04:31:22.695Z] ab5ef0e58194: Download complete [2022-08-12T04:31:22.695Z] 0d9ebad4ef96: Verifying Checksum [2022-08-12T04:31:22.695Z] 0d9ebad4ef96: Download complete [2022-08-12T04:31:22.954Z] 2de7ff778b66: Verifying Checksum [2022-08-12T04:31:22.954Z] 2de7ff778b66: Download complete [2022-08-12T04:31:25.488Z] ab5ef0e58194: Pull complete [2022-08-12T04:31:25.488Z] 9712f1f96733: Pull complete [2022-08-12T04:31:26.055Z] 63f879dbbcfc: Pull complete [2022-08-12T04:31:30.248Z] 0d9ebad4ef96: Pull complete [2022-08-12T04:31:30.248Z] e9a5061849ea: Pull complete [2022-08-12T04:31:30.248Z] d747dcd14b5f: Pull complete [2022-08-12T04:31:30.816Z] 2de7ff778b66: Pull complete [2022-08-12T04:31:31.077Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-12T04:31:31.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T04:31:31.077Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:31:31.162Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:31:31.198Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-08-12T04:31:33.984Z] $ docker top 0f9765b901c7b98dac666ccf05fc498772a6c65c3f98b0515a46c43579c2f386 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-12T04:31:34.063Z] provisioning config files... [2022-08-12T04:31:34.071Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config8292718261244119464tmp [2022-08-12T04:31:34.081Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config320565497199025386tmp [2022-08-12T04:31:34.091Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4971220881252595377tmp [Pipeline] { [Pipeline] echo [2022-08-12T04:31:34.109Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:34.393Z] ---> sigul-configuration.sh [2022-08-12T04:31:34.393Z] gpg: directory `/root/.gnupg' created [2022-08-12T04:31:34.393Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-12T04:31:34.393Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-12T04:31:34.394Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-12T04:31:34.394Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-12T04:31:34.394Z] gpg: CAST5 encrypted data [2022-08-12T04:31:34.394Z] gpg: encrypted with 1 passphrase [2022-08-12T04:31:34.394Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-12T04:31:34.683Z] + mkdir /home/jenkins [2022-08-12T04:31:34.683Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-12T04:31:34.972Z] + 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 [2022-08-12T04:31:34.980Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:35.264Z] ---> sigul-install.sh [2022-08-12T04:31:35.264Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-12T04:31:35.553Z] + git tag --list [2022-08-12T04:31:35.553Z] 0.7.1 [2022-08-12T04:31:35.553Z] delhi-tag [2022-08-12T04:31:35.553Z] v1.0.0 [2022-08-12T04:31:35.553Z] v1.1.0 [2022-08-12T04:31:35.553Z] v1.1.1 [2022-08-12T04:31:35.553Z] v1.1.2 [2022-08-12T04:31:35.553Z] v1.2.0 [2022-08-12T04:31:35.553Z] v1.2.1 [2022-08-12T04:31:35.553Z] v1.2.2 [2022-08-12T04:31:35.553Z] v1.2.3 [2022-08-12T04:31:35.553Z] v1.3.0 [2022-08-12T04:31:35.553Z] v1.4.0 [2022-08-12T04:31:35.553Z] v2.0.0 [2022-08-12T04:31:35.553Z] v2.1.0 [2022-08-12T04:31:35.553Z] v2.1.1 [2022-08-12T04:31:35.553Z] v2.1.1-dev.2 [2022-08-12T04:31:35.553Z] v2.1.1-dev.3 [2022-08-12T04:31:35.553Z] v2.2.0 [2022-08-12T04:31:35.553Z] v2.2.1-dev.1 [2022-08-12T04:31:35.553Z] v2.2.1-dev.10 [2022-08-12T04:31:35.553Z] v2.2.1-dev.11 [2022-08-12T04:31:35.553Z] v2.2.1-dev.12 [2022-08-12T04:31:35.553Z] v2.2.1-dev.13 [2022-08-12T04:31:35.553Z] v2.2.1-dev.14 [2022-08-12T04:31:35.553Z] v2.2.1-dev.2 [2022-08-12T04:31:35.553Z] v2.2.1-dev.3 [2022-08-12T04:31:35.553Z] v2.2.1-dev.4 [2022-08-12T04:31:35.553Z] v2.2.1-dev.5 [2022-08-12T04:31:35.553Z] v2.2.1-dev.6 [2022-08-12T04:31:35.553Z] v2.2.1-dev.7 [2022-08-12T04:31:35.553Z] v2.2.1-dev.8 [2022-08-12T04:31:35.553Z] v2.2.1-dev.9 [2022-08-12T04:31:35.553Z] v2.3.0-dev.14 [2022-08-12T04:31:35.553Z] v2.3.0-dev.15 [2022-08-12T04:31:35.553Z] v2.3.0-dev.16 [2022-08-12T04:31:35.553Z] v2.3.0-dev.17 [2022-08-12T04:31:35.553Z] v2.3.0-dev.18 [2022-08-12T04:31:35.553Z] v2.3.0-dev.19 [Pipeline] sh [2022-08-12T04:31:35.842Z] + lftools sign git-tag v2.3.0-dev.19 [2022-08-12T04:31:36.414Z] Signing Git tag with Sigul... [2022-08-12T04:31:36.415Z] Signing v2.3.0-dev.19 [Pipeline] echo [2022-08-12T04:31:36.687Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:36.978Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-12T04:31:36.987Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-12T04:31:37.008Z] $ docker stop --time=1 0f9765b901c7b98dac666ccf05fc498772a6c65c3f98b0515a46c43579c2f386 [2022-08-12T04:31:38.332Z] $ docker rm -f 0f9765b901c7b98dac666ccf05fc498772a6c65c3f98b0515a46c43579c2f386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-12T04:31:38.750Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T04:31:38.750Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:31:39.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T04:31:39.057Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:31:39.143Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:31:39.183Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-12T04:31:39.561Z] $ docker top febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T04:31:39.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T04:31:39.656Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T04:31:39.786Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T04:31:39.791Z] $ docker exec febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab ssh-agent [2022-08-12T04:31:39.911Z] SSH_AUTH_SOCK=/tmp/ssh-hShyNqda6yVD/agent.32 [2022-08-12T04:31:39.911Z] SSH_AGENT_PID=38 [2022-08-12T04:31:39.916Z] Running ssh-add (command line suppressed) [2022-08-12T04:31:40.019Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2380308467482202649.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2380308467482202649.key) [2022-08-12T04:31:40.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T04:31:40.320Z] + git semver bump pre [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,489 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,489 [bump_version] DEBUG bumping version:2.3.0-dev.19 on axis:pre with prefix:dev [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,489 [bump_version] DEBUG bumped version:2.3.0-dev.20 [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,489 [write_version] DEBUG write version:2.3.0-dev.20 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,489 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,489 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,491 [execute] INFO git cat-file --batch-check [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,491 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,496 [execute] INFO git cat-file --batch [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,496 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T04:31:40.582Z] 2022-08-12 04:31:40,501 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:31:40.582Z] 2.3.0-dev.20 [Pipeline] } [2022-08-12T04:31:40.595Z] $ docker exec --env ******** --env ******** febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab ssh-agent -k [2022-08-12T04:31:40.720Z] unset SSH_AUTH_SOCK; [2022-08-12T04:31:40.721Z] unset SSH_AGENT_PID; [2022-08-12T04:31:40.721Z] echo Agent pid 38 killed; [2022-08-12T04:31:40.735Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T04:31:41.048Z] + git semver [Pipeline] } [2022-08-12T04:31:41.327Z] $ docker stop --time=1 febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab [2022-08-12T04:31:42.947Z] $ docker rm -f febe98c683f9c2ec53d41b94cc2531cc81fdb9a6df11d015b347ef7fcf4372ab [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T04:31:43.307Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T04:31:43.307Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:31:43.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T04:31:43.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:31:43.694Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:31:43.735Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-12T04:31:44.123Z] $ docker top 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T04:31:44.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T04:31:44.215Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T04:31:44.349Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T04:31:44.355Z] $ docker exec 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec ssh-agent [2022-08-12T04:31:44.488Z] SSH_AUTH_SOCK=/tmp/ssh-BX8qwdoADemG/agent.34 [2022-08-12T04:31:44.488Z] SSH_AGENT_PID=40 [2022-08-12T04:31:44.494Z] Running ssh-add (command line suppressed) [2022-08-12T04:31:44.612Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8780947246782621688.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8780947246782621688.key) [2022-08-12T04:31:44.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T04:31:44.917Z] + git semver push [2022-08-12T04:31:45.177Z] 2022-08-12 04:31:45,108 [run_push] DEBUG push [2022-08-12T04:31:45.177Z] 2022-08-12 04:31:45,109 [execute] INFO git cat-file --batch-check [2022-08-12T04:31:45.177Z] 2022-08-12 04:31:45,109 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T04:31:45.177Z] 2022-08-12 04:31:45,113 [execute] INFO git rev-list 1ed75d9f7acb62b523bab88eed838b8e1c713dc3 -- [2022-08-12T04:31:45.177Z] 2022-08-12 04:31:45,113 [execute] DEBUG Popen(['git', 'rev-list', '1ed75d9f7acb62b523bab88eed838b8e1c713dc3', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-12T04:31:45.177Z] 2022-08-12 04:31:45,124 [execute] INFO git fetch -v origin [2022-08-12T04:31:45.177Z] 2022-08-12 04:31:45,124 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-12T04:31:45.747Z] 2022-08-12 04:31:45,602 [run_push] DEBUG no remote changes detected [2022-08-12T04:31:45.747Z] 2022-08-12 04:31:45,602 [execute] INFO git push origin semver [2022-08-12T04:31:45.747Z] 2022-08-12 04:31:45,603 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-12T04:31:46.319Z] 2022-08-12 04:31:46,304 [run_push] DEBUG push all version tags [2022-08-12T04:31:46.319Z] 2022-08-12 04:31:46,305 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-12T04:31:46.319Z] 2022-08-12 04:31:46,305 [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) [2022-08-12T04:31:47.260Z] 2022-08-12 04:31:47,003 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2022-08-12T04:31:47.260Z] 2.3.0-dev.20 [Pipeline] } [2022-08-12T04:31:47.274Z] $ docker exec --env ******** --env ******** 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec ssh-agent -k [2022-08-12T04:31:47.389Z] unset SSH_AUTH_SOCK; [2022-08-12T04:31:47.389Z] unset SSH_AGENT_PID; [2022-08-12T04:31:47.389Z] echo Agent pid 40 killed; [2022-08-12T04:31:47.400Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T04:31:47.710Z] + git semver [Pipeline] } [2022-08-12T04:31:47.992Z] $ docker stop --time=1 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec [2022-08-12T04:31:49.343Z] $ docker rm -f 12439c9ade3873cdbab0b968e007b3721e59caaf3ee2e416a6cbdedf32c110ec [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 [2022-08-12T04:31:50.032Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2022-08-12T04:31:50.032Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2022-08-12T04:31:50.032Z] total 16 [2022-08-12T04:31:50.032Z] drwxr-xr-x 3 root root 4096 Aug 12 04:21 . [2022-08-12T04:31:50.032Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 12 04:31 .. [2022-08-12T04:31:50.032Z] drwxr-xr-x 2 root root 4096 Aug 12 04:21 cost [2022-08-12T04:31:50.032Z] -rw-r--r-- 1 root root 84 Aug 12 04:21 cost.csv [2022-08-12T04:31:50.032Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2022-08-12T04:31:50.032Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2022-08-12T04:31:50.032Z] total 16 [2022-08-12T04:31:50.032Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 04:21 . [2022-08-12T04:31:50.032Z] drwxrwxr-x 12 jenkins jenkins 4096 Aug 12 04:31 .. [2022-08-12T04:31:50.032Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 12 04:21 cost [2022-08-12T04:31:50.032Z] -rw-r--r-- 1 jenkins jenkins 84 Aug 12 04:21 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:50.326Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:51.190Z] ---> package-listing.sh [2022-08-12T04:31:51.190Z] ++ facter osfamily [2022-08-12T04:31:51.190Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-12T04:31:51.450Z] + OS_FAMILY=debian [2022-08-12T04:31:51.450Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2022-08-12T04:31:51.450Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-12T04:31:51.450Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-12T04:31:51.450Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-12T04:31:51.450Z] + PACKAGES=/tmp/packages_start.txt [2022-08-12T04:31:51.450Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2022-08-12T04:31:51.450Z] + PACKAGES=/tmp/packages_end.txt [2022-08-12T04:31:51.450Z] + case "${OS_FAMILY}" in [2022-08-12T04:31:51.450Z] + dpkg -l [2022-08-12T04:31:51.450Z] + grep '^ii' [2022-08-12T04:31:51.450Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-12T04:31:51.450Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-12T04:31:51.450Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-12T04:31:51.450Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2022-08-12T04:31:51.450Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2022-08-12T04:31:51.450Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2022-08-12T04:31:51.462Z] 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 [2022-08-12T04:31:51.741Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T04:31:52.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T04:31:52.312Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T04:31:52.391Z] prd-ubuntu20.04-docker-8c-8g-22572 does not seem to be running inside a container [2022-08-12T04:31:52.426Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-12T04:31:52.691Z] $ docker top ed464bb8e2491cb1878ebe7e8fbe5d3e87ec758649dc1d8d144da876b49dfd87 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T04:31:53.038Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-12T04:31:53.325Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-12T04:31:53.611Z] + ls /var/log/sa-host [2022-08-12T04:31:53.611Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T04:31:53.678Z] provisioning config files... [2022-08-12T04:31:53.687Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6379642488265483728tmp [Pipeline] { [Pipeline] echo [2022-08-12T04:31:53.704Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:53.985Z] ---> create-netrc.sh [Pipeline] } [2022-08-12T04:31:53.993Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:54.329Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-12T04:31:54.338Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:54.624Z] ---> sudo-logs.sh [2022-08-12T04:31:54.624Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-12T04:31:54.650Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:54.937Z] ---> job-cost.sh [2022-08-12T04:31:54.937Z] lf-activate-venv: SKIPPING [2022-08-12T04:31:54.937Z] DEBUG: total: 0.2199999988079071 [2022-08-12T04:31:54.937Z] INFO: Retrieving Stack Cost... [2022-08-12T04:31:55.509Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-12T04:31:55.770Z] INFO: Archiving Costs [Pipeline] echo [2022-08-12T04:31:55.782Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T04:31:56.069Z] ---> logs-deploy.sh [2022-08-12T04:31:56.069Z] lf-activate-venv: SKIPPING [2022-08-12T04:31:56.069Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/94 [2022-08-12T04:31:56.069Z] INFO: archiving workspace using pattern(s): [2022-08-12T04:31:57.457Z] Archives upload complete. [2022-08-12T04:31:57.457Z] INFO: archiving logs to Nexus [2022-08-12T04:31:58.030Z] ---> uname -a: [2022-08-12T04:31:58.030Z] Linux prd-ubuntu20-04-docker-8c-8g-22572 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] ---> lscpu: [2022-08-12T04:31:58.030Z] Architecture: x86_64 [2022-08-12T04:31:58.030Z] CPU op-mode(s): 32-bit, 64-bit [2022-08-12T04:31:58.030Z] Byte Order: Little Endian [2022-08-12T04:31:58.030Z] Address sizes: 40 bits physical, 48 bits virtual [2022-08-12T04:31:58.030Z] CPU(s): 8 [2022-08-12T04:31:58.030Z] On-line CPU(s) list: 0-7 [2022-08-12T04:31:58.030Z] Thread(s) per core: 1 [2022-08-12T04:31:58.030Z] Core(s) per socket: 1 [2022-08-12T04:31:58.030Z] Socket(s): 8 [2022-08-12T04:31:58.030Z] NUMA node(s): 1 [2022-08-12T04:31:58.030Z] Vendor ID: AuthenticAMD [2022-08-12T04:31:58.030Z] CPU family: 23 [2022-08-12T04:31:58.030Z] Model: 49 [2022-08-12T04:31:58.030Z] Model name: AMD EPYC-Rome Processor [2022-08-12T04:31:58.030Z] Stepping: 0 [2022-08-12T04:31:58.030Z] CPU MHz: 2799.998 [2022-08-12T04:31:58.030Z] BogoMIPS: 5599.99 [2022-08-12T04:31:58.030Z] Virtualization: AMD-V [2022-08-12T04:31:58.030Z] Hypervisor vendor: KVM [2022-08-12T04:31:58.030Z] Virtualization type: full [2022-08-12T04:31:58.030Z] L1d cache: 256 KiB [2022-08-12T04:31:58.030Z] L1i cache: 256 KiB [2022-08-12T04:31:58.030Z] L2 cache: 4 MiB [2022-08-12T04:31:58.030Z] L3 cache: 128 MiB [2022-08-12T04:31:58.030Z] NUMA node0 CPU(s): 0-7 [2022-08-12T04:31:58.030Z] Vulnerability Itlb multihit: Not affected [2022-08-12T04:31:58.030Z] Vulnerability L1tf: Not affected [2022-08-12T04:31:58.030Z] Vulnerability Mds: Not affected [2022-08-12T04:31:58.030Z] Vulnerability Meltdown: Not affected [2022-08-12T04:31:58.030Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-08-12T04:31:58.030Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-08-12T04:31:58.030Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-08-12T04:31:58.030Z] Vulnerability Srbds: Not affected [2022-08-12T04:31:58.030Z] Vulnerability Tsx async abort: Not affected [2022-08-12T04:31:58.030Z] 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 [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] ---> nproc: [2022-08-12T04:31:58.030Z] 8 [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] ---> df -h: [2022-08-12T04:31:58.030Z] Filesystem Size Used Avail Use% Mounted on [2022-08-12T04:31:58.030Z] overlay 155G 13G 143G 8% / [2022-08-12T04:31:58.030Z] tmpfs 64M 0 64M 0% /dev [2022-08-12T04:31:58.030Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-08-12T04:31:58.030Z] shm 64M 0 64M 0% /dev/shm [2022-08-12T04:31:58.030Z] /dev/vda1 155G 13G 143G 8% /facter-os [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] ---> sar -b -r -n DEV: [2022-08-12T04:31:58.030Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22572) 08/12/22 _x86_64_ (8 CPU) [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] 04:19:01 LINUX RESTART (8 CPU) [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] 04:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-08-12T04:31:58.030Z] 04:21:01 165.60 0.97 164.64 0.00 14.91 62115.62 0.00 [2022-08-12T04:31:58.030Z] 04:22:01 192.12 0.17 191.95 0.00 17.33 47540.61 0.00 [2022-08-12T04:31:58.030Z] 04:23:01 1.20 0.00 1.20 0.00 0.00 14.15 0.00 [2022-08-12T04:31:58.030Z] 04:24:01 1.63 0.00 1.63 0.00 0.00 18.13 0.00 [2022-08-12T04:31:58.030Z] 04:25:01 1.22 0.02 1.20 0.00 0.13 13.06 0.00 [2022-08-12T04:31:58.030Z] 04:26:01 1.47 0.00 1.47 0.00 0.00 15.99 0.00 [2022-08-12T04:31:58.030Z] 04:27:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2022-08-12T04:31:58.030Z] 04:28:01 1.52 0.00 1.52 0.00 0.00 17.59 0.00 [2022-08-12T04:31:58.030Z] 04:29:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 [2022-08-12T04:31:58.030Z] 04:30:01 1.68 0.00 1.68 0.00 0.00 23.33 0.00 [2022-08-12T04:31:58.030Z] 04:31:01 7.02 0.12 6.90 0.00 12.93 3231.99 0.00 [2022-08-12T04:31:58.030Z] Average: 33.95 0.11 33.83 0.00 4.10 10195.51 0.00 [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] 04:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-08-12T04:31:58.030Z] 04:21:01 27580544 31331340 955188 2.90 162136 3770468 2331872 6.87 1670504 3149672 338432 [2022-08-12T04:31:58.030Z] 04:22:01 27627684 31776748 511556 1.56 174736 4123660 1794704 5.29 1282372 3457332 148 [2022-08-12T04:31:58.030Z] 04:23:01 27627596 31776772 511332 1.55 174760 4123664 1794704 5.29 1281692 3457336 8 [2022-08-12T04:31:58.030Z] 04:24:01 27629288 31778544 509552 1.55 174796 4123656 1794704 5.29 1279588 3457388 16 [2022-08-12T04:31:58.030Z] 04:25:01 27629596 31778884 509152 1.55 174812 4123676 1794704 5.29 1279828 3457400 12 [2022-08-12T04:31:58.030Z] 04:26:01 27630100 31779388 508548 1.55 174836 4123676 1794704 5.29 1278736 3457400 12 [2022-08-12T04:31:58.030Z] 04:27:01 27637824 31787488 500600 1.52 174868 4123808 1810772 5.34 1271036 3457740 16 [2022-08-12T04:31:58.030Z] 04:28:01 27637736 31787464 500612 1.52 174900 4123812 1810772 5.34 1271076 3457744 16 [2022-08-12T04:31:58.030Z] 04:29:01 27638196 31787940 500276 1.52 174924 4123816 1810772 5.34 1271068 3457756 12 [2022-08-12T04:31:58.030Z] 04:30:01 27638464 31788228 499980 1.52 174940 4123796 1810772 5.34 1271436 3457740 12 [2022-08-12T04:31:58.030Z] 04:31:01 26878248 31720724 565376 1.72 181368 4768416 2223368 6.55 1342120 4101592 651448 [2022-08-12T04:31:58.030Z] Average: 27559571 31735775 552016 1.68 174280 4150223 1888350 5.57 1318132 3488100 90012 [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] 04:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-08-12T04:31:58.030Z] 04:21:01 veth3fc9c5b 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:21:01 ens3 217.77 175.52 1514.26 76.06 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:21:01 docker0 121.67 151.37 10.15 1476.98 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:22:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:22:01 ens3 187.25 130.76 2699.05 78.88 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:22:01 docker0 20.50 24.15 1.23 98.72 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:23:01 ens3 0.73 0.72 0.05 0.07 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:24:01 ens3 0.33 0.38 0.02 0.03 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:25:01 ens3 0.25 0.23 0.11 0.08 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:28:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:29:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:30:01 ens3 0.23 0.23 0.08 0.07 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:31:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:31:01 ens3 126.73 72.99 3965.95 8.71 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] Average: lo 0.36 0.36 0.03 0.03 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] Average: ens3 48.25 34.43 742.38 14.81 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] Average: docker0 12.76 15.75 1.02 141.23 0.00 0.00 0.00 0.00 [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] ---> sar -P ALL: [2022-08-12T04:31:58.030Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22572) 08/12/22 _x86_64_ (8 CPU) [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] 04:19:01 LINUX RESTART (8 CPU) [2022-08-12T04:31:58.030Z] [2022-08-12T04:31:58.030Z] 04:20:02 CPU %user %nice %system %iowait %steal %idle [2022-08-12T04:31:58.030Z] 04:21:01 all 38.70 0.00 6.90 1.21 0.09 53.11 [2022-08-12T04:31:58.030Z] 04:21:01 0 38.56 0.00 6.94 0.53 0.09 53.88 [2022-08-12T04:31:58.030Z] 04:21:01 1 37.91 0.00 6.51 1.01 0.09 54.49 [2022-08-12T04:31:58.030Z] 04:21:01 2 38.98 0.00 7.16 0.31 0.09 53.47 [2022-08-12T04:31:58.030Z] 04:21:01 3 38.63 0.00 6.37 0.15 0.09 54.76 [2022-08-12T04:31:58.030Z] 04:21:01 4 39.75 0.00 6.50 1.64 0.09 52.02 [2022-08-12T04:31:58.030Z] 04:21:01 5 39.02 0.00 7.20 0.15 0.09 53.53 [2022-08-12T04:31:58.030Z] 04:21:01 6 37.28 0.00 7.79 5.42 0.09 49.43 [2022-08-12T04:31:58.030Z] 04:21:01 7 39.41 0.00 6.76 0.41 0.09 53.32 [2022-08-12T04:31:58.030Z] 04:22:01 all 25.24 0.00 5.29 1.36 0.08 68.03 [2022-08-12T04:31:58.030Z] 04:22:01 0 26.11 0.00 5.19 0.52 0.08 68.10 [2022-08-12T04:31:58.030Z] 04:22:01 1 24.57 0.00 6.02 0.10 0.08 69.22 [2022-08-12T04:31:58.030Z] 04:22:01 2 25.73 0.00 5.00 0.25 0.07 68.95 [2022-08-12T04:31:58.030Z] 04:22:01 3 24.44 0.00 4.90 0.86 0.08 69.71 [2022-08-12T04:31:58.030Z] 04:22:01 4 24.80 0.00 4.97 2.48 0.07 67.68 [2022-08-12T04:31:58.030Z] 04:22:01 5 26.01 0.00 5.56 0.17 0.08 68.17 [2022-08-12T04:31:58.030Z] 04:22:01 6 25.21 0.00 5.06 0.39 0.08 69.26 [2022-08-12T04:31:58.030Z] 04:22:01 7 25.02 0.00 5.58 6.17 0.08 63.15 [2022-08-12T04:31:58.030Z] 04:23:01 all 0.22 0.00 0.01 0.00 0.00 99.76 [2022-08-12T04:31:58.030Z] 04:23:01 0 1.66 0.00 0.05 0.00 0.00 98.29 [2022-08-12T04:31:58.030Z] 04:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-12T04:31:58.030Z] 04:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-12T04:31:58.030Z] 04:23:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2022-08-12T04:31:58.030Z] 04:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:23:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:24:01 all 0.03 0.00 0.01 0.01 0.01 99.93 [2022-08-12T04:31:58.030Z] 04:24:01 0 0.15 0.00 0.03 0.00 0.02 99.80 [2022-08-12T04:31:58.030Z] 04:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-12T04:31:58.030Z] 04:24:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:24:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2022-08-12T04:31:58.030Z] 04:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-08-12T04:31:58.030Z] 04:24:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2022-08-12T04:31:58.030Z] 04:24:01 7 0.02 0.00 0.00 0.03 0.02 99.93 [2022-08-12T04:31:58.030Z] 04:25:01 all 0.19 0.00 0.02 0.01 0.01 99.77 [2022-08-12T04:31:58.030Z] 04:25:01 0 1.45 0.00 0.10 0.00 0.00 98.45 [2022-08-12T04:31:58.030Z] 04:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-12T04:31:58.030Z] 04:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:25:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-12T04:31:58.030Z] 04:25:01 4 0.05 0.00 0.05 0.00 0.02 99.88 [2022-08-12T04:31:58.030Z] 04:25:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-12T04:31:58.030Z] 04:25:01 6 0.00 0.00 0.02 0.05 0.00 99.93 [2022-08-12T04:31:58.030Z] 04:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:26:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2022-08-12T04:31:58.030Z] 04:26:01 0 0.13 0.00 0.00 0.00 0.00 99.87 [2022-08-12T04:31:58.030Z] 04:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-12T04:31:58.030Z] 04:26:01 4 0.05 0.00 0.03 0.02 0.02 99.88 [2022-08-12T04:31:58.030Z] 04:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:26:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:27:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2022-08-12T04:31:58.030Z] 04:27:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2022-08-12T04:31:58.030Z] 04:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2022-08-12T04:31:58.030Z] 04:27:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-12T04:31:58.030Z] 04:27:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2022-08-12T04:31:58.030Z] 04:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:27:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:28:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-12T04:31:58.030Z] 04:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-12T04:31:58.030Z] 04:28:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2022-08-12T04:31:58.030Z] 04:28:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-12T04:31:58.030Z] 04:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:28:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2022-08-12T04:31:58.030Z] 04:29:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2022-08-12T04:31:58.030Z] 04:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:29:01 1 0.15 0.00 0.02 0.00 0.02 99.82 [2022-08-12T04:31:58.030Z] 04:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:29:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-12T04:31:58.030Z] 04:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-08-12T04:31:58.030Z] 04:29:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-12T04:31:58.030Z] 04:29:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:30:01 all 0.25 0.00 0.01 0.01 0.01 99.71 [2022-08-12T04:31:58.030Z] 04:30:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2022-08-12T04:31:58.030Z] 04:30:01 1 1.94 0.00 0.00 0.00 0.02 98.05 [2022-08-12T04:31:58.030Z] 04:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-12T04:31:58.030Z] 04:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-12T04:31:58.030Z] 04:30:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2022-08-12T04:31:58.030Z] 04:30:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2022-08-12T04:31:58.030Z] 04:30:01 6 0.00 0.00 0.00 0.08 0.02 99.90 [2022-08-12T04:31:58.030Z] 04:30:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2022-08-12T04:31:58.031Z] 04:31:01 all 2.69 0.00 0.98 0.06 0.01 96.26 [2022-08-12T04:31:58.031Z] 04:31:01 0 2.26 0.00 1.07 0.00 0.02 96.65 [2022-08-12T04:31:58.031Z] 04:31:01 1 4.86 0.00 1.07 0.00 0.02 94.05 [2022-08-12T04:31:58.031Z] 04:31:01 2 2.63 0.00 0.70 0.00 0.02 96.65 [2022-08-12T04:31:58.031Z] 04:31:01 3 2.91 0.00 1.09 0.03 0.02 95.96 [2022-08-12T04:31:58.031Z] 04:31:01 4 2.55 0.00 0.96 0.02 0.02 96.46 [2022-08-12T04:31:58.031Z] 04:31:01 5 1.89 0.00 0.92 0.18 0.02 96.99 [2022-08-12T04:31:58.031Z] 04:31:01 6 2.01 0.00 1.27 0.03 0.00 96.68 [2022-08-12T04:31:58.031Z] 04:31:01 7 2.43 0.00 0.74 0.22 0.00 96.62 [2022-08-12T04:31:58.031Z] [2022-08-12T04:31:58.031Z] Average: CPU %user %nice %system %iowait %steal %idle [2022-08-12T04:31:58.031Z] Average: all 6.03 0.00 1.19 0.24 0.02 92.53 [2022-08-12T04:31:58.031Z] Average: 0 6.29 0.00 1.20 0.09 0.02 92.39 [2022-08-12T04:31:58.031Z] Average: 1 6.22 0.00 1.22 0.10 0.02 92.44 [2022-08-12T04:31:58.031Z] Average: 2 6.03 0.00 1.16 0.05 0.02 92.74 [2022-08-12T04:31:58.031Z] Average: 3 5.89 0.00 1.11 0.10 0.02 92.89 [2022-08-12T04:31:58.031Z] Average: 4 6.03 0.00 1.13 0.38 0.03 92.43 [2022-08-12T04:31:58.031Z] Average: 5 6.00 0.00 1.23 0.05 0.02 92.70 [2022-08-12T04:31:58.031Z] Average: 6 5.78 0.00 1.27 0.54 0.02 92.40 [2022-08-12T04:31:58.031Z] Average: 7 5.97 0.00 1.17 0.63 0.02 92.22 [2022-08-12T04:31:58.031Z] [2022-08-12T04:31:58.031Z] [2022-08-12T04:31:58.031Z]