Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 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-ssh7535924510007398089.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5115584567853143704.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13827028476035010097.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11036845225967701710.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4628002488785882693.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/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-1880 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 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 (main) Commit message: "Merge pull request #1273 from lenny-intel/mb-config" > 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 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 # timeout=10 > git rev-list --no-walk 8025d415256bff1d08fe37ed408de885b1f3053d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-11T17:27:17.382Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-11T17:27:17.437Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-11T17:27:17.450Z] ========================================================= [2023-01-11T17:27:17.450Z] EdgeX Global Pipelines Version Info [2023-01-11T17:27:17.450Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:27:18.156Z] ------------------- [2023-01-11T17:27:18.156Z] stable info: [2023-01-11T17:27:18.156Z] ------------------- [2023-01-11T17:27:18.156Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-11T17:27:18.156Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T17:27:18.156Z] Message: update stable to v1.0.244 [2023-01-11T17:27:18.726Z] ------------------- [2023-01-11T17:27:18.726Z] experimental info: [2023-01-11T17:27:18.726Z] ------------------- [2023-01-11T17:27:18.726Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-11T17:27:18.726Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-11T17:27:18.726Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-11T17:27:18.875Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-01-11T17:27:18.884Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-01-11T17:27:18.893Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-11T17:27:18.906Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-11T17:27:18.917Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-11T17:27:18.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-11T17:27:18.943Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-11T17:27:18.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-01-11T17:27:18.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-11T17:27:18.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-11T17:27:18.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-11T17:27:19.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-01-11T17:27:19.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-11T17:27:19.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-11T17:27:19.045Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-11T17:27:19.056Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T17:27:19.068Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T17:27:19.083Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-11T17:27:19.099Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-11T17:27:19.112Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-11T17:27:19.122Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-11T17:27:19.134Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-11T17:27:19.148Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-11T17:27:19.172Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-11T17:27:19.187Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-11T17:27:19.201Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-11T17:27:19.214Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-11T17:27:19.230Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-11T17:27:19.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-11T17:27:19.253Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-11T17:27:19.265Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] echo [2023-01-11T17:27:19.276Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8541928 [Pipeline] echo [2023-01-11T17:27:19.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T17:27:19.325Z] provisioning config files... [2023-01-11T17:27:19.337Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14382155786513236495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:27:19.637Z] ---> docker-login.sh [2023-01-11T17:27:19.637Z] nexus3.edgexfoundry.org:10001 [2023-01-11T17:27:19.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:19.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:19.897Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:19.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:19.897Z] [2023-01-11T17:27:19.897Z] Login Succeeded [2023-01-11T17:27:19.897Z] nexus3.edgexfoundry.org:10002 [2023-01-11T17:27:20.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:20.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:20.157Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:20.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:20.157Z] [2023-01-11T17:27:20.157Z] Login Succeeded [2023-01-11T17:27:20.157Z] nexus3.edgexfoundry.org:10003 [2023-01-11T17:27:20.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:20.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:20.157Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:20.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:20.157Z] [2023-01-11T17:27:20.157Z] Login Succeeded [2023-01-11T17:27:20.157Z] nexus3.edgexfoundry.org:10004 [2023-01-11T17:27:20.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:20.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:20.415Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:20.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:20.416Z] [2023-01-11T17:27:20.416Z] Login Succeeded [2023-01-11T17:27:20.416Z] docker.io [2023-01-11T17:27:20.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:20.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:20.676Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:20.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:20.676Z] [2023-01-11T17:27:20.676Z] Login Succeeded [2023-01-11T17:27:20.676Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T17:27:20.684Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-11T17:27:21.049Z] + git rev-list -1 --merges 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77~1..8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] echo [2023-01-11T17:27:21.091Z] -----------> git rev-list -1 --merges 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77~1..8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [2023-01-11T17:27:21.091Z] 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [false] [Pipeline] sh [2023-01-11T17:27:21.377Z] + git log --format=format:%s -1 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] echo [2023-01-11T17:27:21.415Z] ========================================================= [2023-01-11T17:27:21.415Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-11T17:27:21.415Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T17:27:21.733Z] + git log --format=format:%s -1 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] echo [2023-01-11T17:27:21.746Z] [semverPrep] GIT_COMMIT: 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77, Commit Message: Merge pull request #1273 from lenny-intel/mb-config [Pipeline] echo [2023-01-11T17:27:21.755Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-11T17:27:22.118Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T17:27:22.118Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-11T17:27:22.118Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-11T17:27:22.118Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-11T17:27:22.118Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-11T17:27:22.118Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-11T17:27:22.118Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:27:22.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T17:27:22.549Z] [2023-01-11T17:27:22.549Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:27:22.860Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T17:27:22.860Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-11T17:27:22.860Z] b85a868b505f: Pulling fs layer [2023-01-11T17:27:22.860Z] e2be974225ed: Pulling fs layer [2023-01-11T17:27:22.860Z] 339a4e72a1f5: Pulling fs layer [2023-01-11T17:27:22.860Z] 988bab9f4d93: Pulling fs layer [2023-01-11T17:27:22.860Z] 1469e6f7b9e6: Pulling fs layer [2023-01-11T17:27:22.860Z] eaf3925da568: Pulling fs layer [2023-01-11T17:27:22.860Z] bab4dde63d76: Pulling fs layer [2023-01-11T17:27:22.860Z] bde34c3a00c8: Pulling fs layer [2023-01-11T17:27:22.860Z] b352a97aabf1: Pulling fs layer [2023-01-11T17:27:22.860Z] 4872d77fe225: Pulling fs layer [2023-01-11T17:27:22.860Z] 5851b861e8e6: Pulling fs layer [2023-01-11T17:27:22.860Z] bab4dde63d76: Waiting [2023-01-11T17:27:22.860Z] bde34c3a00c8: Waiting [2023-01-11T17:27:22.860Z] b352a97aabf1: Waiting [2023-01-11T17:27:22.860Z] 4872d77fe225: Waiting [2023-01-11T17:27:22.860Z] 5851b861e8e6: Waiting [2023-01-11T17:27:22.860Z] 1469e6f7b9e6: Waiting [2023-01-11T17:27:22.860Z] eaf3925da568: Waiting [2023-01-11T17:27:22.860Z] 988bab9f4d93: Waiting [2023-01-11T17:27:22.860Z] e2be974225ed: Download complete [2023-01-11T17:27:22.860Z] 988bab9f4d93: Verifying Checksum [2023-01-11T17:27:22.860Z] 988bab9f4d93: Download complete [2023-01-11T17:27:23.121Z] 1469e6f7b9e6: Verifying Checksum [2023-01-11T17:27:23.121Z] 1469e6f7b9e6: Download complete [2023-01-11T17:27:23.121Z] eaf3925da568: Verifying Checksum [2023-01-11T17:27:23.121Z] eaf3925da568: Download complete [2023-01-11T17:27:23.121Z] 339a4e72a1f5: Verifying Checksum [2023-01-11T17:27:23.121Z] 339a4e72a1f5: Download complete [2023-01-11T17:27:23.121Z] bde34c3a00c8: Verifying Checksum [2023-01-11T17:27:23.121Z] bde34c3a00c8: Download complete [2023-01-11T17:27:23.121Z] b352a97aabf1: Download complete [2023-01-11T17:27:23.121Z] 4872d77fe225: Verifying Checksum [2023-01-11T17:27:23.121Z] 4872d77fe225: Download complete [2023-01-11T17:27:23.121Z] 5851b861e8e6: Verifying Checksum [2023-01-11T17:27:23.121Z] 5851b861e8e6: Download complete [2023-01-11T17:27:23.121Z] b85a868b505f: Verifying Checksum [2023-01-11T17:27:23.121Z] b85a868b505f: Download complete [2023-01-11T17:27:23.381Z] bab4dde63d76: Verifying Checksum [2023-01-11T17:27:23.381Z] bab4dde63d76: Download complete [2023-01-11T17:27:24.319Z] b85a868b505f: Pull complete [2023-01-11T17:27:24.578Z] e2be974225ed: Pull complete [2023-01-11T17:27:25.145Z] 339a4e72a1f5: Pull complete [2023-01-11T17:27:25.146Z] 988bab9f4d93: Pull complete [2023-01-11T17:27:25.405Z] 1469e6f7b9e6: Pull complete [2023-01-11T17:27:25.664Z] eaf3925da568: Pull complete [2023-01-11T17:27:27.571Z] bab4dde63d76: Pull complete [2023-01-11T17:27:27.571Z] bde34c3a00c8: Pull complete [2023-01-11T17:27:27.571Z] b352a97aabf1: Pull complete [2023-01-11T17:27:27.831Z] 4872d77fe225: Pull complete [2023-01-11T17:27:27.831Z] 5851b861e8e6: Pull complete [2023-01-11T17:27:27.831Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-11T17:27:27.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T17:27:27.831Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:27:27.930Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:27:27.963Z] $ 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 [2023-01-11T17:27:30.362Z] $ docker top 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 -eo pid,comm [2023-01-11T17:27:30.419Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-11T17:27:30.419Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T17:27:30.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T17:27:30.458Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T17:27:30.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T17:27:30.585Z] $ docker exec 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 ssh-agent [2023-01-11T17:27:30.698Z] SSH_AUTH_SOCK=/tmp/ssh-OrXkkU5VdFnf/agent.31 [2023-01-11T17:27:30.698Z] SSH_AGENT_PID=37 [2023-01-11T17:27:30.705Z] Running ssh-add (command line suppressed) [2023-01-11T17:27:30.808Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8422994973995406229.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_8422994973995406229.key) [2023-01-11T17:27:30.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T17:27:31.108Z] + git tag --points-at HEAD [Pipeline] } [2023-01-11T17:27:31.127Z] $ docker exec --env ******** --env ******** 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 ssh-agent -k [2023-01-11T17:27:31.231Z] unset SSH_AUTH_SOCK; [2023-01-11T17:27:31.231Z] unset SSH_AGENT_PID; [2023-01-11T17:27:31.231Z] echo Agent pid 37 killed; [2023-01-11T17:27:31.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-11T17:27:31.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T17:27:31.266Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T17:27:31.395Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T17:27:31.400Z] $ docker exec 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 ssh-agent [2023-01-11T17:27:31.502Z] SSH_AUTH_SOCK=/tmp/ssh-fksRuMtOP1JW/agent.69 [2023-01-11T17:27:31.502Z] SSH_AGENT_PID=75 [2023-01-11T17:27:31.507Z] Running ssh-add (command line suppressed) [2023-01-11T17:27:31.599Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2370349106217569203.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_2370349106217569203.key) [2023-01-11T17:27:31.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T17:27:31.901Z] + git semver init [2023-01-11T17:27:32.161Z] 2023-01-11 17:27:32,088 [run_init] DEBUG init version:0.0.0 force:False [2023-01-11T17:27:32.161Z] 2023-01-11 17:27:32,088 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-01-11T17:27:32.161Z] 2023-01-11 17:27:32,089 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-01-11T17:27:32.161Z] 2023-01-11 17:27:32,089 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-11T17:27:33.101Z] 2023-01-11 17:27:33,035 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-01-11T17:27:33.101Z] 2023-01-11 17:27:33,035 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-01-11T17:27:33.101Z] 2023-01-11 17:27:33,036 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:27:33.101Z] 2023-01-11 17:27:33,036 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:27:33.101Z] 3.0.0-dev.8 [Pipeline] } [2023-01-11T17:27:33.114Z] $ docker exec --env ******** --env ******** 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 ssh-agent -k [2023-01-11T17:27:33.218Z] unset SSH_AUTH_SOCK; [2023-01-11T17:27:33.218Z] unset SSH_AGENT_PID; [2023-01-11T17:27:33.218Z] echo Agent pid 75 killed; [2023-01-11T17:27:33.226Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T17:27:33.533Z] + git semver [Pipeline] } [2023-01-11T17:27:33.810Z] $ docker stop --time=1 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 [2023-01-11T17:27:35.120Z] $ docker rm -f --volumes 259454a6860af4fd9efa0c31fd75c6153da1c8c7a21072720fb35af7c36d1395 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T17:27:35.453Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-11T17:27:35.671Z] Stashed 1 file(s) [Pipeline] echo [2023-01-11T17:27:35.676Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T17:27:35.821Z] provisioning config files... [2023-01-11T17:27:35.831Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16822580491663305469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:27:36.130Z] ---> docker-login.sh [2023-01-11T17:27:36.130Z] nexus3.edgexfoundry.org:10001 [2023-01-11T17:27:36.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:36.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:36.130Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:36.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:36.130Z] [2023-01-11T17:27:36.130Z] Login Succeeded [2023-01-11T17:27:36.130Z] nexus3.edgexfoundry.org:10002 [2023-01-11T17:27:36.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:36.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:36.130Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:36.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:36.130Z] [2023-01-11T17:27:36.394Z] Login Succeeded [2023-01-11T17:27:36.394Z] nexus3.edgexfoundry.org:10003 [2023-01-11T17:27:36.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:36.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:36.394Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:36.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:36.394Z] [2023-01-11T17:27:36.394Z] Login Succeeded [2023-01-11T17:27:36.394Z] nexus3.edgexfoundry.org:10004 [2023-01-11T17:27:36.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:36.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:36.394Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:36.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:36.394Z] [2023-01-11T17:27:36.394Z] Login Succeeded [2023-01-11T17:27:36.394Z] docker.io [2023-01-11T17:27:36.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:27:36.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:27:36.654Z] Configure a credential helper to remove this warning. See [2023-01-11T17:27:36.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:27:36.654Z] [2023-01-11T17:27:36.654Z] Login Succeeded [2023-01-11T17:27:36.654Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T17:27:36.661Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-11T17:27:36.716Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T17:27:36.728Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T17:27:36.734Z] ========================================================= [2023-01-11T17:27:36.734Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-11T17:27:36.734Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:27:37.066Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-11T17:27:37.066Z] Sending build context to Docker daemon 10.39MB [2023-01-11T17:27:37.066Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T17:27:37.066Z] Step 2/10 : FROM ${BASE} AS builder [2023-01-11T17:27:37.066Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-11T17:27:37.066Z] 213ec9aee27d: Pulling fs layer [2023-01-11T17:27:37.066Z] 4583459ba037: Pulling fs layer [2023-01-11T17:27:37.066Z] 93c1e223e6f2: Pulling fs layer [2023-01-11T17:27:37.066Z] 53926ce57604: Pulling fs layer [2023-01-11T17:27:37.066Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-11T17:27:37.066Z] 22ff95d597cd: Pulling fs layer [2023-01-11T17:27:37.066Z] 12d6caf4c0d1: Pulling fs layer [2023-01-11T17:27:37.066Z] 96b7cbca73a9: Pulling fs layer [2023-01-11T17:27:37.066Z] a7acece74701: Pulling fs layer [2023-01-11T17:27:37.066Z] 21b2b0c7a3f4: Waiting [2023-01-11T17:27:37.066Z] 22ff95d597cd: Waiting [2023-01-11T17:27:37.066Z] 12d6caf4c0d1: Waiting [2023-01-11T17:27:37.066Z] 96b7cbca73a9: Waiting [2023-01-11T17:27:37.066Z] a7acece74701: Waiting [2023-01-11T17:27:37.066Z] 53926ce57604: Waiting [2023-01-11T17:27:37.335Z] 93c1e223e6f2: Verifying Checksum [2023-01-11T17:27:37.335Z] 93c1e223e6f2: Download complete [2023-01-11T17:27:37.335Z] 4583459ba037: Verifying Checksum [2023-01-11T17:27:37.335Z] 4583459ba037: Download complete [2023-01-11T17:27:37.335Z] 21b2b0c7a3f4: Download complete [2023-01-11T17:27:37.335Z] 22ff95d597cd: Verifying Checksum [2023-01-11T17:27:37.335Z] 22ff95d597cd: Download complete [2023-01-11T17:27:37.335Z] 213ec9aee27d: Verifying Checksum [2023-01-11T17:27:37.335Z] 213ec9aee27d: Download complete [2023-01-11T17:27:37.335Z] 12d6caf4c0d1: Verifying Checksum [2023-01-11T17:27:37.335Z] 12d6caf4c0d1: Download complete [2023-01-11T17:27:37.335Z] 213ec9aee27d: Pull complete [2023-01-11T17:27:37.607Z] 4583459ba037: Pull complete [2023-01-11T17:27:37.607Z] 93c1e223e6f2: Pull complete [2023-01-11T17:27:37.883Z] a7acece74701: Verifying Checksum [2023-01-11T17:27:37.883Z] a7acece74701: Download complete [2023-01-11T17:27:37.883Z] 96b7cbca73a9: Verifying Checksum [2023-01-11T17:27:37.883Z] 96b7cbca73a9: Download complete [2023-01-11T17:27:38.150Z] 53926ce57604: Verifying Checksum [2023-01-11T17:27:38.150Z] 53926ce57604: Download complete [2023-01-11T17:27:42.343Z] 53926ce57604: Pull complete [2023-01-11T17:27:42.343Z] 21b2b0c7a3f4: Pull complete [2023-01-11T17:27:42.343Z] 22ff95d597cd: Pull complete [2023-01-11T17:27:42.343Z] 12d6caf4c0d1: Pull complete [2023-01-11T17:27:44.874Z] 96b7cbca73a9: Pull complete [2023-01-11T17:27:45.133Z] a7acece74701: Pull complete [2023-01-11T17:27:45.133Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-11T17:27:45.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-11T17:27:45.133Z] ---> db6d94c90886 [2023-01-11T17:27:45.133Z] Step 3/10 : ARG MAKE=make build [2023-01-11T17:27:49.326Z] ---> Running in c2b4083e3c18 [2023-01-11T17:27:49.326Z] Removing intermediate container c2b4083e3c18 [2023-01-11T17:27:49.326Z] ---> 35eb00f0d5ba [2023-01-11T17:27:49.326Z] Step 4/10 : WORKDIR /device-sdk-go [2023-01-11T17:27:49.326Z] ---> Running in 513af9b2dacc [2023-01-11T17:27:49.326Z] Removing intermediate container 513af9b2dacc [2023-01-11T17:27:49.326Z] ---> 6e281fd653c7 [2023-01-11T17:27:49.326Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-11T17:27:49.326Z] ---> Running in 4a916763abde [2023-01-11T17:27:49.326Z] Removing intermediate container 4a916763abde [2023-01-11T17:27:49.326Z] ---> 5a8cd1f265d1 [2023-01-11T17:27:49.326Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-01-11T17:27:49.326Z] ---> Running in c178d345b2f0 [2023-01-11T17:27:49.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T17:27:49.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T17:27:49.845Z] OK: 211 MiB in 51 packages [2023-01-11T17:27:50.105Z] Removing intermediate container c178d345b2f0 [2023-01-11T17:27:50.105Z] ---> a4d6ceee508d [2023-01-11T17:27:50.105Z] Step 7/10 : COPY go.mod vendor* ./ [2023-01-11T17:27:50.364Z] ---> 820c85875623 [2023-01-11T17:27:50.364Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T17:27:50.364Z] ---> Running in e7301c8058f5 [2023-01-11T17:27:50.790Z] Still waiting to schedule task [2023-01-11T17:27:50.790Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-01-11T17:28:12.318Z] Removing intermediate container e7301c8058f5 [2023-01-11T17:28:12.318Z] ---> 601362bfa9db [2023-01-11T17:28:12.318Z] Step 9/10 : COPY . . [2023-01-11T17:28:12.576Z] ---> 0fd708966b6b [2023-01-11T17:28:12.576Z] Step 10/10 : RUN ${MAKE} [2023-01-11T17:28:12.576Z] ---> Running in 42c219dce2a6 [2023-01-11T17:28:12.835Z] noop [2023-01-11T17:28:13.094Z] Removing intermediate container 42c219dce2a6 [2023-01-11T17:28:13.094Z] ---> b7e1902670f8 [2023-01-11T17:28:13.094Z] Successfully built b7e1902670f8 [2023-01-11T17:28:13.094Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:28:13.396Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T17:28:13.396Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:28:13.464Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:28:13.494Z] $ 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 [2023-01-11T17:28:13.845Z] $ docker top 26df260e601ef8621975cd4ca1feb42ef7385d4acafb7640643a1cf5e98739c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T17:28:14.191Z] + go version [2023-01-11T17:28:14.191Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-11T17:28:14.206Z] $ docker stop --time=1 26df260e601ef8621975cd4ca1feb42ef7385d4acafb7640643a1cf5e98739c8 [2023-01-11T17:28:15.463Z] $ docker rm -f --volumes 26df260e601ef8621975cd4ca1feb42ef7385d4acafb7640643a1cf5e98739c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:28:15.858Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-11T17:28:15.858Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:28:15.927Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:28:15.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-11T17:28:16.320Z] $ docker top 71da78f891d0aa71898a2ee538cdba4f15783aeda347d5bac621f84bc2e2e978 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T17:28:16.662Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-01-11T17:28:16.958Z] + make test [2023-01-11T17:28:16.958Z] go test -race -coverprofile=coverage.out ./... [2023-01-11T17:28:23.518Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-01-11T17:28:38.392Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-01-11T17:28:38.392Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-01-11T17:28:38.392Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-01-11T17:28:38.392Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-01-11T17:28:38.392Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-01-11T17:28:38.392Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.068s coverage: 27.6% of statements [2023-01-11T17:28:38.392Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.101s coverage: 78.9% of statements [2023-01-11T17:28:38.392Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-01-11T17:28:38.392Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.094s coverage: 73.6% of statements [2023-01-11T17:28:38.392Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-01-11T17:28:38.393Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-01-11T17:28:38.393Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.119s coverage: 54.4% of statements [2023-01-11T17:28:38.393Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-01-11T17:28:38.393Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-01-11T17:28:38.393Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-01-11T17:28:38.393Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] [2023-01-11T17:28:38.393Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.095s coverage: 65.1% of statements [2023-01-11T17:28:38.393Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-01-11T17:28:38.393Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-01-11T17:28:38.393Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.778s coverage: 89.2% of statements [2023-01-11T17:28:38.393Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-01-11T17:28:38.658Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.067s coverage: 4.6% of statements [2023-01-11T17:28:38.658Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-01-11T17:28:56.737Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-11T17:28:56.737Z] GO111MODULE=on go vet ./... [2023-01-11T17:28:59.269Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T17:28:59.529Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T17:28:59.529Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-11T17:28:59.541Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-11T17:28:59.553Z] $ docker stop --time=1 71da78f891d0aa71898a2ee538cdba4f15783aeda347d5bac621f84bc2e2e978 [2023-01-11T17:29:02.566Z] $ docker rm -f --volumes 71da78f891d0aa71898a2ee538cdba4f15783aeda347d5bac621f84bc2e2e978 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T17:29:03.053Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-11T17:29:03.110Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-11T17:29:03.688Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-11T17:29:04.042Z] + ls -al . [2023-01-11T17:29:04.042Z] total 280 [2023-01-11T17:29:04.042Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 11 17:28 . [2023-01-11T17:29:04.042Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 17:27 .. [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 17:27 .dockerignore [2023-01-11T17:29:04.042Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 17:28 .git [2023-01-11T17:29:04.042Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 17:27 .github [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 131 Jan 11 17:27 .gitignore [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 11 17:27 .golangci.yml [2023-01-11T17:29:04.042Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 17:27 .semver [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 31677 Jan 11 17:27 CHANGELOG.md [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 17:27 GOVERNANCE.md [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 880 Jan 11 17:27 Jenkinsfile [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 11 17:27 LICENSE [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 1679 Jan 11 17:27 Makefile [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 619 Jan 11 17:27 OWNERS.md [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 4891 Jan 11 17:27 README.md [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 17:27 VERSION [2023-01-11T17:29:04.042Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 17:27 bin [2023-01-11T17:29:04.042Z] -rw-r--r-- 1 jenkins jenkins 101913 Jan 11 17:28 coverage.out [2023-01-11T17:29:04.042Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 17:27 example [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 3342 Jan 11 17:27 go.mod [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 44555 Jan 11 17:27 go.sum [2023-01-11T17:29:04.042Z] drwxrwxr-x 14 jenkins jenkins 4096 Jan 11 17:27 internal [2023-01-11T17:29:04.042Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 17:27 openapi [2023-01-11T17:29:04.042Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 11 17:27 pkg [2023-01-11T17:29:04.042Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 17:27 snap [2023-01-11T17:29:04.042Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 11 17:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:29:04.347Z] + 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=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 --label arch=amd64 --label version=3.0.0-dev.8 . [2023-01-11T17:29:04.347Z] Sending build context to Docker daemon 10.5MB [2023-01-11T17:29:04.347Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T17:29:04.347Z] Step 2/23 : FROM ${BASE} AS builder [2023-01-11T17:29:04.347Z] ---> b7e1902670f8 [2023-01-11T17:29:04.347Z] Step 3/23 : ARG MAKE=make build [2023-01-11T17:29:04.605Z] ---> Running in 403338f9a10a [2023-01-11T17:29:04.605Z] Removing intermediate container 403338f9a10a [2023-01-11T17:29:04.605Z] ---> 94d613ace527 [2023-01-11T17:29:04.605Z] Step 4/23 : WORKDIR /device-sdk-go [2023-01-11T17:29:04.605Z] ---> Running in bdf584871436 [2023-01-11T17:29:04.605Z] Removing intermediate container bdf584871436 [2023-01-11T17:29:04.605Z] ---> 57d0ea98b24b [2023-01-11T17:29:04.605Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-11T17:29:04.605Z] ---> Running in 7e639b7d8dfa [2023-01-11T17:29:04.865Z] Removing intermediate container 7e639b7d8dfa [2023-01-11T17:29:04.865Z] ---> d91a7935e265 [2023-01-11T17:29:04.865Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-01-11T17:29:04.865Z] ---> Running in a7f4b638309a [2023-01-11T17:29:05.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T17:29:05.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T17:29:05.384Z] OK: 211 MiB in 51 packages [2023-01-11T17:29:05.952Z] Removing intermediate container a7f4b638309a [2023-01-11T17:29:05.952Z] ---> c9277ff31d19 [2023-01-11T17:29:05.952Z] Step 7/23 : COPY go.mod vendor* ./ [2023-01-11T17:29:05.952Z] ---> 64ef11f7f72b [2023-01-11T17:29:05.952Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T17:29:05.952Z] ---> Running in 69b71ffdb78c [2023-01-11T17:29:06.520Z] Removing intermediate container 69b71ffdb78c [2023-01-11T17:29:06.520Z] ---> 2e5c45eb44aa [2023-01-11T17:29:06.520Z] Step 9/23 : COPY . . [2023-01-11T17:29:07.155Z] ---> 7831602d9466 [2023-01-11T17:29:07.155Z] Step 10/23 : RUN ${MAKE} [2023-01-11T17:29:07.155Z] ---> Running in cdf31f8318d1 [2023-01-11T17:29:07.413Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.8" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-01-11T17:29:29.343Z] Removing intermediate container cdf31f8318d1 [2023-01-11T17:29:29.343Z] ---> 43753843b496 [2023-01-11T17:29:29.343Z] Step 11/23 : FROM alpine:3.16 [2023-01-11T17:29:29.343Z] 3.16: Pulling from library/alpine [2023-01-11T17:29:29.343Z] ca7dd9ec2225: Pulling fs layer [2023-01-11T17:29:29.343Z] ca7dd9ec2225: Verifying Checksum [2023-01-11T17:29:29.343Z] ca7dd9ec2225: Download complete [2023-01-11T17:29:29.343Z] ca7dd9ec2225: Pull complete [2023-01-11T17:29:29.343Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T17:29:29.343Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T17:29:29.343Z] ---> bfe296a52501 [2023-01-11T17:29:29.343Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-11T17:29:29.343Z] ---> Running in 910967ff1a9f [2023-01-11T17:29:29.343Z] Removing intermediate container 910967ff1a9f [2023-01-11T17:29:29.343Z] ---> d4c14aa3febd [2023-01-11T17:29:29.343Z] Step 13/23 : RUN apk add --update --no-cache [2023-01-11T17:29:29.343Z] ---> Running in ccf5375fa57e [2023-01-11T17:29:29.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-11T17:29:29.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-11T17:29:29.343Z] OK: 6 MiB in 14 packages [2023-01-11T17:29:29.343Z] Removing intermediate container ccf5375fa57e [2023-01-11T17:29:29.343Z] ---> d10ba6a2ec00 [2023-01-11T17:29:29.343Z] Step 14/23 : WORKDIR / [2023-01-11T17:29:29.343Z] ---> Running in 3b74f009e729 [2023-01-11T17:29:29.343Z] Removing intermediate container 3b74f009e729 [2023-01-11T17:29:29.343Z] ---> b937d7e88387 [2023-01-11T17:29:29.343Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-01-11T17:29:29.343Z] ---> 2f364bf112ec [2023-01-11T17:29:29.343Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-01-11T17:29:29.915Z] ---> 13dd76969236 [2023-01-11T17:29:29.915Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-01-11T17:29:30.174Z] ---> fa4f57a3f76f [2023-01-11T17:29:30.174Z] Step 18/23 : EXPOSE 59999 [2023-01-11T17:29:30.174Z] ---> Running in 0ac6a3846a14 [2023-01-11T17:29:30.174Z] Removing intermediate container 0ac6a3846a14 [2023-01-11T17:29:30.174Z] ---> 74f684132154 [2023-01-11T17:29:30.174Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-01-11T17:29:30.174Z] ---> Running in a34d6a7a8749 [2023-01-11T17:29:30.432Z] Removing intermediate container a34d6a7a8749 [2023-01-11T17:29:30.432Z] ---> 888c950faaf3 [2023-01-11T17:29:30.432Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T17:29:30.432Z] ---> Running in 8978b81b7031 [2023-01-11T17:29:30.432Z] Removing intermediate container 8978b81b7031 [2023-01-11T17:29:30.432Z] ---> a5802c00240a [2023-01-11T17:29:30.432Z] Step 21/23 : LABEL arch=amd64 [2023-01-11T17:29:30.432Z] ---> Running in e39b505552c8 [2023-01-11T17:29:30.690Z] Removing intermediate container e39b505552c8 [2023-01-11T17:29:30.690Z] ---> f3b82c8cd094 [2023-01-11T17:29:30.690Z] Step 22/23 : LABEL git_sha=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [2023-01-11T17:29:30.690Z] ---> Running in d942aa1a9fd1 [2023-01-11T17:29:30.690Z] Removing intermediate container d942aa1a9fd1 [2023-01-11T17:29:30.690Z] ---> 96c1cda389c6 [2023-01-11T17:29:30.690Z] Step 23/23 : LABEL version=3.0.0-dev.8 [2023-01-11T17:29:30.690Z] ---> Running in 9d8e90efdf00 [2023-01-11T17:29:30.690Z] Removing intermediate container 9d8e90efdf00 [2023-01-11T17:29:30.690Z] ---> 604b3e28a108 [2023-01-11T17:29:30.690Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-11T17:29:30.690Z] Successfully built 604b3e28a108 [2023-01-11T17:29:30.690Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:29:31.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T17:29:31.117Z] [2023-01-11T17:29:31.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:29:31.416Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T17:29:31.416Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-11T17:29:31.416Z] 5eb5b503b376: Pulling fs layer [2023-01-11T17:29:31.416Z] 5c69ac0246d0: Pulling fs layer [2023-01-11T17:29:31.416Z] ec43610c2a17: Pulling fs layer [2023-01-11T17:29:31.416Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-11T17:29:31.416Z] 33b1e0a273af: Pulling fs layer [2023-01-11T17:29:31.416Z] 5d3b04190fa2: Pulling fs layer [2023-01-11T17:29:31.416Z] 2f39f015ded8: Pulling fs layer [2023-01-11T17:29:31.416Z] 3a2ae6a8a46f: Waiting [2023-01-11T17:29:31.416Z] 33b1e0a273af: Waiting [2023-01-11T17:29:31.416Z] 5d3b04190fa2: Waiting [2023-01-11T17:29:31.416Z] 2f39f015ded8: Waiting [2023-01-11T17:29:31.416Z] 5c69ac0246d0: Download complete [2023-01-11T17:29:31.416Z] 3a2ae6a8a46f: Download complete [2023-01-11T17:29:31.416Z] 33b1e0a273af: Verifying Checksum [2023-01-11T17:29:31.416Z] 33b1e0a273af: Download complete [2023-01-11T17:29:31.676Z] 5d3b04190fa2: Verifying Checksum [2023-01-11T17:29:31.676Z] 5d3b04190fa2: Download complete [2023-01-11T17:29:31.676Z] ec43610c2a17: Verifying Checksum [2023-01-11T17:29:31.676Z] ec43610c2a17: Download complete [2023-01-11T17:29:31.676Z] 5eb5b503b376: Verifying Checksum [2023-01-11T17:29:31.676Z] 5eb5b503b376: Download complete [2023-01-11T17:29:32.240Z] 2f39f015ded8: Download complete [2023-01-11T17:29:33.173Z] 5eb5b503b376: Pull complete [2023-01-11T17:29:33.173Z] 5c69ac0246d0: Pull complete [2023-01-11T17:29:33.739Z] ec43610c2a17: Pull complete [2023-01-11T17:29:33.739Z] 3a2ae6a8a46f: Pull complete [2023-01-11T17:29:33.739Z] 33b1e0a273af: Pull complete [2023-01-11T17:29:33.998Z] 5d3b04190fa2: Pull complete [2023-01-11T17:29:38.182Z] 2f39f015ded8: Pull complete [2023-01-11T17:29:38.182Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-11T17:29:38.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T17:29:38.182Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:29:38.269Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:29:38.297Z] $ 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 [2023-01-11T17:29:41.245Z] $ docker top d684c68f08bddf29d134320138bcdd32fdb3bcb0c9d3f2f22fd8da0545ff2690 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:29:41.643Z] ---> job-cost.sh [2023-01-11T17:29:41.643Z] lf-activate-venv: SKIPPING [2023-01-11T17:29:41.643Z] INFO: No Stack... [2023-01-11T17:29:41.902Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T17:29:42.469Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T17:29:42.759Z] + cut -d, -f6 [2023-01-11T17:29:42.759Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [Pipeline] lock [2023-01-11T17:29:42.775Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [2023-01-11T17:29:42.781Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] did not exist. Created. [2023-01-11T17:29:42.781Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T17:29:43.083Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-11T17:29:43.123Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T17:29:43.129Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T17:29:43.144Z] $ docker stop --time=1 d684c68f08bddf29d134320138bcdd32fdb3bcb0c9d3f2f22fd8da0545ff2690 [2023-01-11T17:29:44.315Z] $ docker rm -f --volumes d684c68f08bddf29d134320138bcdd32fdb3bcb0c9d3f2f22fd8da0545ff2690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-11T17:31:20.274Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1884 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-01-11T17:31:20.287Z] Running in /w/workspace/device-sdk-go/138 [Pipeline] { [Pipeline] checkout [2023-01-11T17:31:20.325Z] The recommended git tool is: git [2023-01-11T17:31:27.049Z] using credential edgex-jenkins-ssh [2023-01-11T17:31:27.065Z] Cloning the remote Git repository [2023-01-11T17:31:27.128Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-01-11T17:31:27.225Z] > git init /w/workspace/device-sdk-go/138 # timeout=10 [2023-01-11T17:31:27.394Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-01-11T17:31:27.395Z] > git --version # timeout=10 [2023-01-11T17:31:27.421Z] > git --version # 'git version 2.25.1' [2023-01-11T17:31:27.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-11T17:31:27.491Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T17:31:29.139Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-01-11T17:31:29.173Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-11T17:31:30.179Z] Avoid second fetch [2023-01-11T17:31:30.180Z] Checking out Revision 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 (main) [2023-01-11T17:31:30.725Z] Commit message: "Merge pull request #1273 from lenny-intel/mb-config" [2023-01-11T17:31:30.196Z] > git config core.sparsecheckout # timeout=10 [2023-01-11T17:31:30.215Z] > git checkout -f 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T17:31:31.713Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-11T17:31:31.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T17:31:31.713Z] Dload Upload Total Spent Left Speed [2023-01-11T17:31:31.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 31798 0 --:--:-- --:--:-- --:--:-- 31718 100 12751 100 12751 0 0 31640 0 --:--:-- --:--:-- --:--:-- 31640 [Pipeline] sh [2023-01-11T17:31:32.573Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-11T17:31:32.909Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-11T17:31:32.909Z] + sudo tee /etc/docker/daemon.new [2023-01-11T17:31:32.909Z] { [2023-01-11T17:31:32.909Z] "registry-mirrors": [ [2023-01-11T17:31:32.909Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-11T17:31:32.909Z] ], [2023-01-11T17:31:32.909Z] "bip": "10.250.0.254/24", [2023-01-11T17:31:32.909Z] "hosts": [ [2023-01-11T17:31:32.909Z] "tcp://0.0.0.0:5555", [2023-01-11T17:31:32.909Z] "unix:///var/run/docker.sock" [2023-01-11T17:31:32.909Z] ], [2023-01-11T17:31:32.909Z] "mtu": 1458, [2023-01-11T17:31:32.909Z] "selinux-enabled": true, [2023-01-11T17:31:32.909Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-11T17:31:32.909Z] } [Pipeline] sh [2023-01-11T17:31:33.245Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-11T17:31:33.590Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T17:31:51.914Z] provisioning config files... [2023-01-11T17:31:51.946Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/138@tmp/config13379328740143265190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:31:52.324Z] ---> docker-login.sh [2023-01-11T17:31:52.324Z] nexus3.edgexfoundry.org:10001 [2023-01-11T17:31:52.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:31:52.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:31:52.918Z] Configure a credential helper to remove this warning. See [2023-01-11T17:31:52.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:31:52.918Z] [2023-01-11T17:31:52.918Z] Login Succeeded [2023-01-11T17:31:52.918Z] nexus3.edgexfoundry.org:10002 [2023-01-11T17:31:53.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:31:53.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:31:53.461Z] Configure a credential helper to remove this warning. See [2023-01-11T17:31:53.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:31:53.461Z] [2023-01-11T17:31:53.461Z] Login Succeeded [2023-01-11T17:31:53.461Z] nexus3.edgexfoundry.org:10003 [2023-01-11T17:31:53.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:31:53.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:31:53.733Z] Configure a credential helper to remove this warning. See [2023-01-11T17:31:53.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:31:53.733Z] [2023-01-11T17:31:53.733Z] Login Succeeded [2023-01-11T17:31:53.733Z] nexus3.edgexfoundry.org:10004 [2023-01-11T17:31:54.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:31:54.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:31:54.278Z] Configure a credential helper to remove this warning. See [2023-01-11T17:31:54.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:31:54.278Z] [2023-01-11T17:31:54.278Z] Login Succeeded [2023-01-11T17:31:54.278Z] docker.io [2023-01-11T17:31:54.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-11T17:31:54.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-11T17:31:54.821Z] Configure a credential helper to remove this warning. See [2023-01-11T17:31:54.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-11T17:31:54.821Z] [2023-01-11T17:31:54.821Z] Login Succeeded [2023-01-11T17:31:54.821Z] ---> docker-login.sh ends [Pipeline] } [2023-01-11T17:31:54.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-11T17:31:55.109Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T17:31:55.127Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-11T17:31:55.143Z] ========================================================= [2023-01-11T17:31:55.143Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-11T17:31:55.143Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:31:55.502Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-11T17:31:55.774Z] Sending build context to Docker daemon 5.587MB [2023-01-11T17:31:55.774Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T17:31:55.774Z] Step 2/10 : FROM ${BASE} AS builder [2023-01-11T17:31:56.046Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-11T17:31:56.046Z] 9b18e9b68314: Pulling fs layer [2023-01-11T17:31:56.046Z] 35d82f9e3411: Pulling fs layer [2023-01-11T17:31:56.046Z] e16973657156: Pulling fs layer [2023-01-11T17:31:56.046Z] fc693d55d65f: Pulling fs layer [2023-01-11T17:31:56.046Z] 7e9fc2657dce: Pulling fs layer [2023-01-11T17:31:56.046Z] dda99020689f: Pulling fs layer [2023-01-11T17:31:56.046Z] db1c61fa0a46: Pulling fs layer [2023-01-11T17:31:56.046Z] 891c053d2c06: Pulling fs layer [2023-01-11T17:31:56.046Z] dda99020689f: Waiting [2023-01-11T17:31:56.046Z] fc693d55d65f: Waiting [2023-01-11T17:31:56.046Z] 7e9fc2657dce: Waiting [2023-01-11T17:31:56.046Z] 891c053d2c06: Waiting [2023-01-11T17:31:56.046Z] db1c61fa0a46: Waiting [2023-01-11T17:31:56.046Z] e16973657156: Download complete [2023-01-11T17:31:56.046Z] 35d82f9e3411: Verifying Checksum [2023-01-11T17:31:56.046Z] 35d82f9e3411: Download complete [2023-01-11T17:31:56.046Z] 7e9fc2657dce: Download complete [2023-01-11T17:31:56.046Z] dda99020689f: Download complete [2023-01-11T17:31:56.318Z] 9b18e9b68314: Verifying Checksum [2023-01-11T17:31:56.318Z] 9b18e9b68314: Download complete [2023-01-11T17:31:57.296Z] 9b18e9b68314: Pull complete [2023-01-11T17:31:57.296Z] 891c053d2c06: Verifying Checksum [2023-01-11T17:31:57.296Z] 891c053d2c06: Download complete [2023-01-11T17:31:57.900Z] 35d82f9e3411: Pull complete [2023-01-11T17:31:58.173Z] e16973657156: Pull complete [2023-01-11T17:31:58.766Z] db1c61fa0a46: Verifying Checksum [2023-01-11T17:31:58.766Z] db1c61fa0a46: Download complete [2023-01-11T17:31:59.356Z] fc693d55d65f: Verifying Checksum [2023-01-11T17:31:59.356Z] fc693d55d65f: Download complete [2023-01-11T17:32:14.417Z] fc693d55d65f: Pull complete [2023-01-11T17:32:14.417Z] 7e9fc2657dce: Pull complete [2023-01-11T17:32:14.417Z] dda99020689f: Pull complete [2023-01-11T17:32:18.696Z] db1c61fa0a46: Pull complete [2023-01-11T17:32:21.296Z] 891c053d2c06: Pull complete [2023-01-11T17:32:21.296Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-11T17:32:21.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-11T17:32:21.296Z] ---> f96f9c87975a [2023-01-11T17:32:21.296Z] Step 3/10 : ARG MAKE=make build [2023-01-11T17:32:23.255Z] ---> Running in 20977a66b81d [2023-01-11T17:32:23.525Z] Removing intermediate container 20977a66b81d [2023-01-11T17:32:23.525Z] ---> e8a9f7ff2547 [2023-01-11T17:32:23.525Z] Step 4/10 : WORKDIR /device-sdk-go [2023-01-11T17:32:23.525Z] ---> Running in 114ad891143a [2023-01-11T17:32:23.794Z] Removing intermediate container 114ad891143a [2023-01-11T17:32:23.794Z] ---> 86a8fc76f38a [2023-01-11T17:32:23.794Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-11T17:32:24.064Z] ---> Running in a7dddca4b27b [2023-01-11T17:32:24.335Z] Removing intermediate container a7dddca4b27b [2023-01-11T17:32:24.335Z] ---> a9fdac1cc8e6 [2023-01-11T17:32:24.335Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-01-11T17:32:24.335Z] ---> Running in dc9cebeeb920 [2023-01-11T17:32:25.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T17:32:26.026Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T17:32:27.444Z] OK: 221 MiB in 51 packages [2023-01-11T17:32:28.034Z] Removing intermediate container dc9cebeeb920 [2023-01-11T17:32:28.034Z] ---> 72680c2ceb34 [2023-01-11T17:32:28.034Z] Step 7/10 : COPY go.mod vendor* ./ [2023-01-11T17:32:28.634Z] ---> 3a83db56d481 [2023-01-11T17:32:28.634Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T17:32:28.907Z] ---> Running in 10388fccc0c8 [2023-01-11T17:33:25.529Z] Removing intermediate container 10388fccc0c8 [2023-01-11T17:33:25.529Z] ---> 644e9974e8fb [2023-01-11T17:33:25.529Z] Step 9/10 : COPY . . [2023-01-11T17:33:25.529Z] ---> 7236c9329fef [2023-01-11T17:33:25.529Z] Step 10/10 : RUN ${MAKE} [2023-01-11T17:33:25.529Z] ---> Running in e449a45a831e [2023-01-11T17:33:25.529Z] noop [2023-01-11T17:33:25.529Z] Removing intermediate container e449a45a831e [2023-01-11T17:33:25.529Z] ---> 46730b623c9a [2023-01-11T17:33:25.529Z] Successfully built 46730b623c9a [2023-01-11T17:33:25.529Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:33:25.901Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T17:33:25.901Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:33:26.118Z] prd-ubuntu20.04-docker-arm64-4c-16g-1884 does not seem to be running inside a container [2023-01-11T17:33:26.197Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/138 -v /w/workspace/device-sdk-go/138:/w/workspace/device-sdk-go/138:rw,z -v /w/workspace/device-sdk-go/138@tmp:/w/workspace/device-sdk-go/138@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-11T17:33:27.434Z] $ docker top b7b7e94711416a3c72afd4191493228bffe59d81f691d9d5c20fad7241e59086 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T17:33:28.322Z] + go version [2023-01-11T17:33:28.322Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-11T17:33:28.347Z] $ docker stop --time=1 b7b7e94711416a3c72afd4191493228bffe59d81f691d9d5c20fad7241e59086 [2023-01-11T17:33:30.080Z] $ docker rm -f --volumes b7b7e94711416a3c72afd4191493228bffe59d81f691d9d5c20fad7241e59086 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:33:30.655Z] + docker inspect -f . ci-base-image-arm64 [2023-01-11T17:33:30.655Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:33:30.868Z] prd-ubuntu20.04-docker-arm64-4c-16g-1884 does not seem to be running inside a container [2023-01-11T17:33:30.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/138 -v /w/workspace/device-sdk-go/138:/w/workspace/device-sdk-go/138:rw,z -v /w/workspace/device-sdk-go/138@tmp:/w/workspace/device-sdk-go/138@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-11T17:33:32.213Z] $ docker top 554af4157381175a30e23b0018cb26559e252bf9e71072d13938fe768b65d6d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T17:33:32.762Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/138 [Pipeline] fileExists [Pipeline] sh [2023-01-11T17:33:33.705Z] + make test [2023-01-11T17:33:33.705Z] go test -race -coverprofile=coverage.out ./... [2023-01-11T17:34:12.612Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-01-11T17:36:19.394Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-01-11T17:36:19.394Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-01-11T17:36:19.394Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-01-11T17:36:19.394Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-01-11T17:36:19.394Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-01-11T17:36:26.065Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.322s coverage: 27.6% of statements [2023-01-11T17:36:27.029Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.506s coverage: 78.9% of statements [2023-01-11T17:36:27.029Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-01-11T17:36:35.261Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.501s coverage: 73.6% of statements [2023-01-11T17:36:35.261Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-01-11T17:36:35.261Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-01-11T17:36:39.534Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.889s coverage: 54.4% of statements [2023-01-11T17:36:39.535Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-01-11T17:36:39.535Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-01-11T17:36:39.535Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-01-11T17:36:39.535Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/telemetry [no test files] [2023-01-11T17:36:39.535Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.671s coverage: 65.1% of statements [2023-01-11T17:36:39.535Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-01-11T17:36:39.535Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-01-11T17:36:39.535Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 4.457s coverage: 89.2% of statements [2023-01-11T17:36:39.535Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-01-11T17:36:39.535Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.639s coverage: 4.6% of statements [2023-01-11T17:36:39.535Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-01-11T17:36:40.537Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-11T17:36:40.537Z] GO111MODULE=on go vet ./... [2023-01-11T17:38:32.268Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-11T17:38:32.268Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-11T17:38:32.268Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-11T17:38:32.289Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-11T17:38:32.308Z] $ docker stop --time=1 554af4157381175a30e23b0018cb26559e252bf9e71072d13938fe768b65d6d8 [2023-01-11T17:38:34.159Z] $ docker rm -f --volumes 554af4157381175a30e23b0018cb26559e252bf9e71072d13938fe768b65d6d8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T17:38:35.588Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-11T17:38:35.606Z] Warning: overwriting stash ‘coverage-report’ [2023-01-11T17:38:36.275Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-11T17:38:36.650Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-11T17:38:36.987Z] + ls -al . [2023-01-11T17:38:36.987Z] total 276 [2023-01-11T17:38:36.987Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 17:33 . [2023-01-11T17:38:36.987Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 17:31 .. [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 17:31 .dockerignore [2023-01-11T17:38:36.987Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 17:31 .git [2023-01-11T17:38:36.987Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 17:31 .github [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 131 Jan 11 17:31 .gitignore [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 11 17:31 .golangci.yml [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 31677 Jan 11 17:31 CHANGELOG.md [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 17:31 GOVERNANCE.md [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 880 Jan 11 17:31 Jenkinsfile [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 11 17:31 LICENSE [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 1679 Jan 11 17:31 Makefile [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 619 Jan 11 17:31 OWNERS.md [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 4891 Jan 11 17:31 README.md [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 17:27 VERSION [2023-01-11T17:38:36.987Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 17:31 bin [2023-01-11T17:38:36.987Z] -rw-r--r-- 1 jenkins jenkins 101913 Jan 11 17:36 coverage.out [2023-01-11T17:38:36.987Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 11 17:31 example [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 3342 Jan 11 17:31 go.mod [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 44555 Jan 11 17:31 go.sum [2023-01-11T17:38:36.987Z] drwxrwxr-x 14 jenkins jenkins 4096 Jan 11 17:31 internal [2023-01-11T17:38:36.987Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 17:31 openapi [2023-01-11T17:38:36.987Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 11 17:31 pkg [2023-01-11T17:38:36.987Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 17:31 snap [2023-01-11T17:38:36.987Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 11 17:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:38:37.334Z] + 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=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 --label arch=arm64 --label version=3.0.0-dev.8 . [2023-01-11T17:38:37.925Z] Sending build context to Docker daemon 5.69MB [2023-01-11T17:38:37.925Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-01-11T17:38:37.925Z] Step 2/23 : FROM ${BASE} AS builder [2023-01-11T17:38:37.925Z] ---> 46730b623c9a [2023-01-11T17:38:37.925Z] Step 3/23 : ARG MAKE=make build [2023-01-11T17:38:38.891Z] ---> Running in 5875bdd800da [2023-01-11T17:38:39.162Z] Removing intermediate container 5875bdd800da [2023-01-11T17:38:39.162Z] ---> 9136cfdc0558 [2023-01-11T17:38:39.162Z] Step 4/23 : WORKDIR /device-sdk-go [2023-01-11T17:38:39.434Z] ---> Running in 9ee4acc46c55 [2023-01-11T17:38:39.702Z] Removing intermediate container 9ee4acc46c55 [2023-01-11T17:38:39.702Z] ---> 6c0d94d2a2d3 [2023-01-11T17:38:39.702Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-11T17:38:39.702Z] ---> Running in 48d3a9c05ac6 [2023-01-11T17:38:39.973Z] Removing intermediate container 48d3a9c05ac6 [2023-01-11T17:38:39.973Z] ---> 7fc2e7999751 [2023-01-11T17:38:39.973Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-01-11T17:38:40.241Z] ---> Running in ae30c8e32785 [2023-01-11T17:38:41.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T17:38:41.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T17:38:42.884Z] OK: 221 MiB in 51 packages [2023-01-11T17:38:43.471Z] Removing intermediate container ae30c8e32785 [2023-01-11T17:38:43.471Z] ---> 1ed6d90034ca [2023-01-11T17:38:43.471Z] Step 7/23 : COPY go.mod vendor* ./ [2023-01-11T17:38:44.056Z] ---> 66cebad3b54c [2023-01-11T17:38:44.056Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-11T17:38:44.056Z] ---> Running in 5bd4c4465797 [2023-01-11T17:38:46.011Z] Removing intermediate container 5bd4c4465797 [2023-01-11T17:38:46.011Z] ---> f96372b73149 [2023-01-11T17:38:46.011Z] Step 9/23 : COPY . . [2023-01-11T17:38:47.422Z] ---> a6392e898914 [2023-01-11T17:38:47.422Z] Step 10/23 : RUN ${MAKE} [2023-01-11T17:38:47.422Z] ---> Running in 9c02bd278068 [2023-01-11T17:38:48.383Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.8" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-01-11T17:41:10.091Z] Removing intermediate container 9c02bd278068 [2023-01-11T17:41:10.091Z] ---> 6f786b187c9c [2023-01-11T17:41:10.091Z] Step 11/23 : FROM alpine:3.16 [2023-01-11T17:41:10.091Z] 3.16: Pulling from library/alpine [2023-01-11T17:41:10.091Z] 6875df1f5354: Pulling fs layer [2023-01-11T17:41:10.091Z] 6875df1f5354: Download complete [2023-01-11T17:41:10.091Z] 6875df1f5354: Pull complete [2023-01-11T17:41:10.091Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-11T17:41:10.091Z] Status: Downloaded newer image for alpine:3.16 [2023-01-11T17:41:10.091Z] ---> 2b4661558fb8 [2023-01-11T17:41:10.091Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-01-11T17:41:10.091Z] ---> Running in 1edad8c245ec [2023-01-11T17:41:10.091Z] Removing intermediate container 1edad8c245ec [2023-01-11T17:41:10.091Z] ---> 0fe541801cae [2023-01-11T17:41:10.091Z] Step 13/23 : RUN apk add --update --no-cache [2023-01-11T17:41:10.091Z] ---> Running in e343ccd2cc0d [2023-01-11T17:41:10.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-11T17:41:10.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-11T17:41:10.091Z] OK: 5 MiB in 14 packages [2023-01-11T17:41:10.091Z] Removing intermediate container e343ccd2cc0d [2023-01-11T17:41:10.091Z] ---> 4bccb5ebf185 [2023-01-11T17:41:10.091Z] Step 14/23 : WORKDIR / [2023-01-11T17:41:10.091Z] ---> Running in 31a9834e1e5a [2023-01-11T17:41:10.091Z] Removing intermediate container 31a9834e1e5a [2023-01-11T17:41:10.091Z] ---> 6635342c5502 [2023-01-11T17:41:10.091Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-01-11T17:41:10.091Z] ---> 830fe9ff0f98 [2023-01-11T17:41:10.091Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-01-11T17:41:10.091Z] ---> 37ac67da463d [2023-01-11T17:41:10.091Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-01-11T17:41:10.091Z] ---> 4651e7a2b396 [2023-01-11T17:41:10.091Z] Step 18/23 : EXPOSE 59999 [2023-01-11T17:41:10.091Z] ---> Running in 9d375e861830 [2023-01-11T17:41:10.091Z] Removing intermediate container 9d375e861830 [2023-01-11T17:41:10.091Z] ---> 3867f718024b [2023-01-11T17:41:10.091Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-01-11T17:41:10.091Z] ---> Running in cec45a9daf5b [2023-01-11T17:41:10.091Z] Removing intermediate container cec45a9daf5b [2023-01-11T17:41:10.091Z] ---> ea9312ba9014 [2023-01-11T17:41:10.091Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-11T17:41:10.091Z] ---> Running in 542a724084c3 [2023-01-11T17:41:10.091Z] Removing intermediate container 542a724084c3 [2023-01-11T17:41:10.091Z] ---> 0df484a157b2 [2023-01-11T17:41:10.091Z] Step 21/23 : LABEL arch=arm64 [2023-01-11T17:41:10.091Z] ---> Running in 38c342e8dd1e [2023-01-11T17:41:10.091Z] Removing intermediate container 38c342e8dd1e [2023-01-11T17:41:10.091Z] ---> 9b1d8ee66201 [2023-01-11T17:41:10.091Z] Step 22/23 : LABEL git_sha=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [2023-01-11T17:41:10.091Z] ---> Running in eefda6e4a949 [2023-01-11T17:41:10.091Z] Removing intermediate container eefda6e4a949 [2023-01-11T17:41:10.091Z] ---> 7af8c7c78678 [2023-01-11T17:41:10.091Z] Step 23/23 : LABEL version=3.0.0-dev.8 [2023-01-11T17:41:10.091Z] ---> Running in 22a176084454 [2023-01-11T17:41:10.091Z] Removing intermediate container 22a176084454 [2023-01-11T17:41:10.091Z] ---> e61669f7c3a7 [2023-01-11T17:41:10.091Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-11T17:41:10.091Z] Successfully built e61669f7c3a7 [2023-01-11T17:41:10.091Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:41:10.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T17:41:10.520Z] [2023-01-11T17:41:10.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:41:10.874Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T17:41:11.143Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-11T17:41:11.143Z] 8998bd30e6a1: Pulling fs layer [2023-01-11T17:41:11.143Z] 04944245beec: Pulling fs layer [2023-01-11T17:41:11.143Z] 699f458cf7ca: Pulling fs layer [2023-01-11T17:41:11.143Z] 765212b225bb: Pulling fs layer [2023-01-11T17:41:11.143Z] f23df028b6ca: Pulling fs layer [2023-01-11T17:41:11.143Z] d65c8cfc05b1: Pulling fs layer [2023-01-11T17:41:11.143Z] 2437ff75d9bd: Pulling fs layer [2023-01-11T17:41:11.143Z] f23df028b6ca: Waiting [2023-01-11T17:41:11.143Z] d65c8cfc05b1: Waiting [2023-01-11T17:41:11.143Z] 2437ff75d9bd: Waiting [2023-01-11T17:41:11.143Z] 765212b225bb: Waiting [2023-01-11T17:41:11.143Z] 04944245beec: Verifying Checksum [2023-01-11T17:41:11.143Z] 04944245beec: Download complete [2023-01-11T17:41:11.143Z] 765212b225bb: Verifying Checksum [2023-01-11T17:41:11.143Z] 765212b225bb: Download complete [2023-01-11T17:41:11.143Z] f23df028b6ca: Verifying Checksum [2023-01-11T17:41:11.143Z] f23df028b6ca: Download complete [2023-01-11T17:41:11.143Z] d65c8cfc05b1: Verifying Checksum [2023-01-11T17:41:11.143Z] d65c8cfc05b1: Download complete [2023-01-11T17:41:11.414Z] 699f458cf7ca: Verifying Checksum [2023-01-11T17:41:11.414Z] 699f458cf7ca: Download complete [2023-01-11T17:41:11.684Z] 8998bd30e6a1: Verifying Checksum [2023-01-11T17:41:11.684Z] 8998bd30e6a1: Download complete [2023-01-11T17:41:14.462Z] 2437ff75d9bd: Verifying Checksum [2023-01-11T17:41:14.462Z] 2437ff75d9bd: Download complete [2023-01-11T17:41:16.461Z] 8998bd30e6a1: Pull complete [2023-01-11T17:41:17.046Z] 04944245beec: Pull complete [2023-01-11T17:41:18.471Z] 699f458cf7ca: Pull complete [2023-01-11T17:41:18.471Z] 765212b225bb: Pull complete [2023-01-11T17:41:19.435Z] f23df028b6ca: Pull complete [2023-01-11T17:41:19.435Z] d65c8cfc05b1: Pull complete [2023-01-11T17:41:34.491Z] 2437ff75d9bd: Pull complete [2023-01-11T17:41:34.491Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-11T17:41:34.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-11T17:41:34.491Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:41:34.724Z] prd-ubuntu20.04-docker-arm64-4c-16g-1884 does not seem to be running inside a container [2023-01-11T17:41:34.810Z] $ 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/138 -v /w/workspace/device-sdk-go/138:/w/workspace/device-sdk-go/138:rw,z -v /w/workspace/device-sdk-go/138@tmp:/w/workspace/device-sdk-go/138@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-11T17:41:37.837Z] $ docker top 5806f9a3cfa8d0e748a9d6872472350094fb672906f6a7d26ba061248998a9e7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:41:38.703Z] ---> job-cost.sh [2023-01-11T17:41:38.703Z] lf-activate-venv: SKIPPING [2023-01-11T17:41:38.703Z] INFO: No Stack... [2023-01-11T17:41:39.291Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-11T17:41:39.881Z] INFO: Archiving Costs [Pipeline] sh [2023-01-11T17:41:40.814Z] + cat /w/workspace/device-sdk-go/138/archives/cost.csv+ [2023-01-11T17:41:40.814Z] cut -d, -f6 [Pipeline] lock [2023-01-11T17:41:40.896Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [2023-01-11T17:41:40.902Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] did not exist. Created. [2023-01-11T17:41:40.902Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T17:41:41.576Z] /w/workspace/device-sdk-go/138@tmp/durable-a8f7c844/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-11T17:41:42.243Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-11T17:41:42.268Z] Warning: overwriting stash ‘stack-cost’ [2023-01-11T17:41:42.349Z] Stashed 1 file(s) [Pipeline] } [2023-01-11T17:41:42.358Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-138-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-11T17:41:42.377Z] $ docker stop --time=1 5806f9a3cfa8d0e748a9d6872472350094fb672906f6a7d26ba061248998a9e7 [2023-01-11T17:41:43.960Z] $ docker rm -f --volumes 5806f9a3cfa8d0e748a9d6872472350094fb672906f6a7d26ba061248998a9e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-11T17:41:44.456Z] provisioning config files... [2023-01-11T17:41:44.463Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10410969449087351401tmp [Pipeline] { [Pipeline] sh [2023-01-11T17:41:44.753Z] + set +x [2023-01-11T17:41:44.754Z] + curl -s https://codecov.io/bash [2023-01-11T17:41:44.754Z] + bash -s -- [2023-01-11T17:41:44.754Z] [2023-01-11T17:41:44.754Z] _____ _ [2023-01-11T17:41:44.754Z] / ____| | | [2023-01-11T17:41:44.754Z] | | ___ __| | ___ ___ _____ __ [2023-01-11T17:41:44.754Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-11T17:41:44.754Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-11T17:41:44.754Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-11T17:41:44.754Z] Bash-1.0.6 [2023-01-11T17:41:44.754Z] [2023-01-11T17:41:44.754Z] [2023-01-11T17:41:44.754Z] ==> git version 2.25.1 found [2023-01-11T17:41:44.754Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-11T17:41:44.754Z] Release-Date: 2020-01-08 [2023-01-11T17:41:44.754Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-11T17:41:44.754Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-11T17:41:44.754Z] ==> Jenkins CI detected. [2023-01-11T17:41:44.754Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-01-11T17:41:44.754Z] project root: . [2023-01-11T17:41:44.754Z] --> token set from env [2023-01-11T17:41:44.754Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-11T17:41:44.754Z] ==> Running gcov in . (disable via -X gcov) [2023-01-11T17:41:44.754Z] ==> Python coveragepy not found [2023-01-11T17:41:44.754Z] ==> Searching for coverage reports in: [2023-01-11T17:41:44.754Z] + . [2023-01-11T17:41:44.754Z] -> Found 1 reports [2023-01-11T17:41:44.754Z] ==> Detecting git/mercurial file structure [2023-01-11T17:41:44.754Z] ==> Reading reports [2023-01-11T17:41:45.013Z] + ./coverage.out bytes=101913 [2023-01-11T17:41:45.013Z] ==> Appending adjustments [2023-01-11T17:41:45.013Z] https://docs.codecov.io/docs/fixing-reports [2023-01-11T17:41:45.272Z] + Found adjustments [2023-01-11T17:41:45.272Z] ==> Gzipping contents [2023-01-11T17:41:45.272Z] 16K /tmp/codecov.1kL0SZ.gz [2023-01-11T17:41:45.272Z] ==> Uploading reports [2023-01-11T17:41:45.272Z] url: https://codecov.io [2023-01-11T17:41:45.272Z] query: branch=main&commit=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77&build=138&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F138%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T17:41:45.272Z] -> Pinging Codecov [2023-01-11T17:41:45.272Z] 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=8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77&build=138&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F138%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-11T17:41:45.531Z] -> Uploading to [2023-01-11T17:41:45.531Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-11/7E55EF52A471D76F132DFD9A03CDDE97/8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77/01e738c9-1024-48fc-bd68-823648d99672.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T174145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7df46cfb99f64f02378012761ffddcd50363e2aabac426580d3ef3f930431588 [2023-01-11T17:41:45.531Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T17:41:45.531Z] Dload Upload Total Spent Left Speed [2023-01-11T17:41:45.791Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14753 0 0 100 14753 0 61987 --:--:-- --:--:-- --:--:-- 61987 [2023-01-11T17:41:45.791Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] } [2023-01-11T17:41:45.799Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-11T17:41:45.974Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-11T17:41:45.990Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:41:46.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T17:41:46.299Z] [2023-01-11T17:41:46.299Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:41:46.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T17:41:46.612Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-11T17:41:46.612Z] df9b9388f04a: Pulling fs layer [2023-01-11T17:41:46.612Z] 52dc419b0ee2: Pulling fs layer [2023-01-11T17:41:46.612Z] 25bc292e5bac: Pulling fs layer [2023-01-11T17:41:46.612Z] 114826534d7a: Pulling fs layer [2023-01-11T17:41:46.612Z] 4657fd5d0bcf: Pulling fs layer [2023-01-11T17:41:46.612Z] 6ad1cebc031e: Pulling fs layer [2023-01-11T17:41:46.612Z] 8a3aa393b2d8: Pulling fs layer [2023-01-11T17:41:46.612Z] 114826534d7a: Waiting [2023-01-11T17:41:46.612Z] 4657fd5d0bcf: Waiting [2023-01-11T17:41:46.612Z] 6ad1cebc031e: Waiting [2023-01-11T17:41:46.612Z] 8a3aa393b2d8: Waiting [2023-01-11T17:41:46.612Z] 25bc292e5bac: Verifying Checksum [2023-01-11T17:41:46.612Z] 25bc292e5bac: Download complete [2023-01-11T17:41:46.612Z] 52dc419b0ee2: Verifying Checksum [2023-01-11T17:41:46.612Z] 52dc419b0ee2: Download complete [2023-01-11T17:41:46.612Z] 4657fd5d0bcf: Verifying Checksum [2023-01-11T17:41:46.612Z] 4657fd5d0bcf: Download complete [2023-01-11T17:41:46.612Z] df9b9388f04a: Download complete [2023-01-11T17:41:46.875Z] df9b9388f04a: Pull complete [2023-01-11T17:41:46.875Z] 6ad1cebc031e: Verifying Checksum [2023-01-11T17:41:46.875Z] 6ad1cebc031e: Download complete [2023-01-11T17:41:46.875Z] 52dc419b0ee2: Pull complete [2023-01-11T17:41:47.135Z] 25bc292e5bac: Pull complete [2023-01-11T17:41:47.394Z] 114826534d7a: Verifying Checksum [2023-01-11T17:41:47.394Z] 114826534d7a: Download complete [2023-01-11T17:41:47.394Z] 8a3aa393b2d8: Verifying Checksum [2023-01-11T17:41:47.394Z] 8a3aa393b2d8: Download complete [2023-01-11T17:41:50.680Z] 114826534d7a: Pull complete [2023-01-11T17:41:50.680Z] 4657fd5d0bcf: Pull complete [2023-01-11T17:41:51.262Z] 6ad1cebc031e: Pull complete [2023-01-11T17:41:53.800Z] 8a3aa393b2d8: Pull complete [2023-01-11T17:41:53.800Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-11T17:41:53.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-11T17:41:53.800Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:41:53.885Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:41:53.919Z] $ 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 [2023-01-11T17:41:55.601Z] $ docker top 32b90aee3fbcb17124341a7ad06852b1dddb8ac52f64806a3727abcd9ad852fa -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-11T17:41:55.661Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-01-11T17:41:55.939Z] + set -o pipefail [2023-01-11T17:41:55.939Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-01-11T17:42:02.523Z] [2023-01-11T17:42:02.523Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-01-11T17:42:02.523Z] [2023-01-11T17:42:02.523Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/3388cbc8-ab98-43e7-9d65-449bee304e54 [2023-01-11T17:42:02.523Z] [2023-01-11T17:42:02.523Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-11T17:42:02.523Z] [2023-01-11T17:42:02.523Z] [2023-01-11T17:42:02.523Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-11T17:42:02.523Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-11T17:42:02.523Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-11T17:42:02.536Z] $ docker stop --time=1 32b90aee3fbcb17124341a7ad06852b1dddb8ac52f64806a3727abcd9ad852fa [2023-01-11T17:42:04.482Z] $ docker rm -f --volumes 32b90aee3fbcb17124341a7ad06852b1dddb8ac52f64806a3727abcd9ad852fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-11T17:42:04.894Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T17:42:04.910Z] provisioning config files... [2023-01-11T17:42:04.918Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10375613856609156401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:05.212Z] --> edgex-publish-swagger.sh [2023-01-11T17:42:05.212Z] === Publish openapi/v2 API === [2023-01-11T17:42:05.212Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-11T17:42:05.212Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v2/device-sdk.yaml] [2023-01-11T17:42:05.212Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-11T17:42:05.212Z] Dload Upload Total Spent Left Speed [2023-01-11T17:42:05.471Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53590 100 38 100 53552 79 109k --:--:-- --:--:-- --:--:-- 109k [2023-01-11T17:42:05.471Z] {"code":403,"message":"Access Denied"} [2023-01-11T17:42:05.471Z] [Pipeline] } [2023-01-11T17:42:05.478Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-11T17:42:05.857Z] + git log --format=format:%s -1 8541928bcbe4ab5a832b7bbd0d9f746c9e9bff77 [Pipeline] sh [2023-01-11T17:42:06.162Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T17:42:06.162Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:42:06.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T17:42:06.458Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:42:06.529Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:42:06.566Z] $ 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 [2023-01-11T17:42:06.904Z] $ docker top 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 -eo pid,comm [2023-01-11T17:42:06.954Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-11T17:42:06.954Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T17:42:06.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T17:42:06.994Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T17:42:07.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T17:42:07.115Z] $ docker exec 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 ssh-agent [2023-01-11T17:42:07.239Z] SSH_AUTH_SOCK=/tmp/ssh-zATp3zVvs4yn/agent.32 [2023-01-11T17:42:07.239Z] SSH_AGENT_PID=38 [2023-01-11T17:42:07.244Z] Running ssh-add (command line suppressed) [2023-01-11T17:42:07.339Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9453403046708205567.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_9453403046708205567.key) [2023-01-11T17:42:07.356Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T17:42:07.646Z] + git semver tag [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,821 [run_tag] DEBUG tag force:False [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,821 [check_head_tag] DEBUG check head tag [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,823 [execute] INFO git cat-file --batch-check [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,823 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,827 [execute] INFO git cat-file --batch [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,827 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,857 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,857 [execute] INFO git tag -a v3.0.0-dev.8 -m v3.0.0-dev.8 [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,857 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.8', '-m', 'v3.0.0-dev.8'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-11T17:42:07.904Z] 2023-01-11 17:42:07,863 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:42:07.904Z] 3.0.0-dev.8 [Pipeline] } [2023-01-11T17:42:07.916Z] $ docker exec --env ******** --env ******** 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 ssh-agent -k [2023-01-11T17:42:08.014Z] unset SSH_AUTH_SOCK; [2023-01-11T17:42:08.015Z] unset SSH_AGENT_PID; [2023-01-11T17:42:08.015Z] echo Agent pid 38 killed; [2023-01-11T17:42:08.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T17:42:08.328Z] + git semver [Pipeline] } [2023-01-11T17:42:08.614Z] $ docker stop --time=1 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 [2023-01-11T17:42:09.909Z] $ docker rm -f --volumes 66885d0c0f222b0ebcf74cf09dd8768a2c1ffddb5e03e280483ef09b9914ea01 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:42:10.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T17:42:10.305Z] [2023-01-11T17:42:10.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:42:10.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T17:42:10.609Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-11T17:42:10.609Z] ab5ef0e58194: Pulling fs layer [2023-01-11T17:42:10.609Z] 9712f1f96733: Pulling fs layer [2023-01-11T17:42:10.609Z] 63f879dbbcfc: Pulling fs layer [2023-01-11T17:42:10.609Z] 0d9ebad4ef96: Pulling fs layer [2023-01-11T17:42:10.609Z] e9a5061849ea: Pulling fs layer [2023-01-11T17:42:10.609Z] d747dcd14b5f: Pulling fs layer [2023-01-11T17:42:10.609Z] 2de7ff778b66: Pulling fs layer [2023-01-11T17:42:10.609Z] 0d9ebad4ef96: Waiting [2023-01-11T17:42:10.609Z] e9a5061849ea: Waiting [2023-01-11T17:42:10.609Z] 2de7ff778b66: Waiting [2023-01-11T17:42:10.609Z] d747dcd14b5f: Waiting [2023-01-11T17:42:10.609Z] 9712f1f96733: Verifying Checksum [2023-01-11T17:42:10.609Z] 9712f1f96733: Download complete [2023-01-11T17:42:11.184Z] 63f879dbbcfc: Verifying Checksum [2023-01-11T17:42:11.184Z] 63f879dbbcfc: Download complete [2023-01-11T17:42:11.184Z] 0d9ebad4ef96: Verifying Checksum [2023-01-11T17:42:11.184Z] 0d9ebad4ef96: Download complete [2023-01-11T17:42:11.184Z] d747dcd14b5f: Download complete [2023-01-11T17:42:11.184Z] e9a5061849ea: Verifying Checksum [2023-01-11T17:42:11.184Z] e9a5061849ea: Download complete [2023-01-11T17:42:11.184Z] ab5ef0e58194: Verifying Checksum [2023-01-11T17:42:11.184Z] ab5ef0e58194: Download complete [2023-01-11T17:42:11.442Z] 2de7ff778b66: Verifying Checksum [2023-01-11T17:42:11.442Z] 2de7ff778b66: Download complete [2023-01-11T17:42:13.973Z] ab5ef0e58194: Pull complete [2023-01-11T17:42:13.973Z] 9712f1f96733: Pull complete [2023-01-11T17:42:14.541Z] 63f879dbbcfc: Pull complete [2023-01-11T17:42:18.729Z] 0d9ebad4ef96: Pull complete [2023-01-11T17:42:18.729Z] e9a5061849ea: Pull complete [2023-01-11T17:42:18.729Z] d747dcd14b5f: Pull complete [2023-01-11T17:42:19.293Z] 2de7ff778b66: Pull complete [2023-01-11T17:42:19.293Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-11T17:42:19.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-11T17:42:19.294Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:42:19.367Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:42:19.394Z] $ 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 [2023-01-11T17:42:21.014Z] $ docker top 43c6e9f81a04112ca0d2a43b1814ad1bea1ed396ddef9ec48dde71c9b2d571fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-11T17:42:21.084Z] provisioning config files... [2023-01-11T17:42:21.090Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11109424315430114388tmp [2023-01-11T17:42:21.101Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14827418099280830860tmp [2023-01-11T17:42:21.111Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15616899981660729852tmp [Pipeline] { [Pipeline] echo [2023-01-11T17:42:21.124Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:21.410Z] ---> sigul-configuration.sh [2023-01-11T17:42:21.410Z] gpg: directory `/root/.gnupg' created [2023-01-11T17:42:21.410Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-11T17:42:21.410Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-11T17:42:21.410Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-11T17:42:21.410Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-11T17:42:21.410Z] gpg: CAST5 encrypted data [2023-01-11T17:42:21.410Z] gpg: encrypted with 1 passphrase [2023-01-11T17:42:21.410Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-11T17:42:21.696Z] + mkdir /home/jenkins [2023-01-11T17:42:21.696Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-11T17:42:21.984Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-01-11T17:42:21.994Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:22.279Z] ---> sigul-install.sh [2023-01-11T17:42:22.279Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-11T17:42:22.570Z] + git tag --list [2023-01-11T17:42:22.570Z] 0.7.1 [2023-01-11T17:42:22.570Z] delhi-tag [2023-01-11T17:42:22.570Z] v1.0.0 [2023-01-11T17:42:22.570Z] v1.1.0 [2023-01-11T17:42:22.570Z] v1.1.1 [2023-01-11T17:42:22.570Z] v1.1.2 [2023-01-11T17:42:22.570Z] v1.2.0 [2023-01-11T17:42:22.570Z] v1.2.1 [2023-01-11T17:42:22.570Z] v1.2.2 [2023-01-11T17:42:22.570Z] v1.2.3 [2023-01-11T17:42:22.570Z] v1.3.0 [2023-01-11T17:42:22.570Z] v1.4.0 [2023-01-11T17:42:22.570Z] v2.0.0 [2023-01-11T17:42:22.570Z] v2.1.0 [2023-01-11T17:42:22.570Z] v2.1.1 [2023-01-11T17:42:22.570Z] v2.1.1-dev.2 [2023-01-11T17:42:22.570Z] v2.1.1-dev.3 [2023-01-11T17:42:22.570Z] v2.2.0 [2023-01-11T17:42:22.570Z] v2.2.1-dev.1 [2023-01-11T17:42:22.570Z] v2.2.1-dev.10 [2023-01-11T17:42:22.570Z] v2.2.1-dev.11 [2023-01-11T17:42:22.570Z] v2.2.1-dev.12 [2023-01-11T17:42:22.570Z] v2.2.1-dev.13 [2023-01-11T17:42:22.570Z] v2.2.1-dev.14 [2023-01-11T17:42:22.570Z] v2.2.1-dev.2 [2023-01-11T17:42:22.570Z] v2.2.1-dev.3 [2023-01-11T17:42:22.570Z] v2.2.1-dev.4 [2023-01-11T17:42:22.570Z] v2.2.1-dev.5 [2023-01-11T17:42:22.570Z] v2.2.1-dev.6 [2023-01-11T17:42:22.570Z] v2.2.1-dev.7 [2023-01-11T17:42:22.570Z] v2.2.1-dev.8 [2023-01-11T17:42:22.570Z] v2.2.1-dev.9 [2023-01-11T17:42:22.570Z] v2.3.0 [2023-01-11T17:42:22.570Z] v2.3.0-dev.14 [2023-01-11T17:42:22.570Z] v2.3.0-dev.15 [2023-01-11T17:42:22.570Z] v2.3.0-dev.16 [2023-01-11T17:42:22.570Z] v2.3.0-dev.17 [2023-01-11T17:42:22.570Z] v2.3.0-dev.18 [2023-01-11T17:42:22.570Z] v2.3.0-dev.19 [2023-01-11T17:42:22.570Z] v2.3.0-dev.20 [2023-01-11T17:42:22.570Z] v2.3.0-dev.21 [2023-01-11T17:42:22.570Z] v2.3.0-dev.22 [2023-01-11T17:42:22.570Z] v2.3.0-dev.23 [2023-01-11T17:42:22.570Z] v2.3.0-dev.24 [2023-01-11T17:42:22.570Z] v2.3.0-dev.25 [2023-01-11T17:42:22.570Z] v2.3.0-dev.26 [2023-01-11T17:42:22.570Z] v2.3.0-dev.27 [2023-01-11T17:42:22.570Z] v2.3.0-dev.28 [2023-01-11T17:42:22.570Z] v2.3.0-dev.29 [2023-01-11T17:42:22.571Z] v2.3.0-dev.30 [2023-01-11T17:42:22.571Z] v2.3.0-dev.31 [2023-01-11T17:42:22.571Z] v2.3.0-dev.32 [2023-01-11T17:42:22.571Z] v2.3.0-dev.33 [2023-01-11T17:42:22.571Z] v2.3.0-dev.34 [2023-01-11T17:42:22.571Z] v2.3.0-dev.35 [2023-01-11T17:42:22.571Z] v2.3.0-dev.36 [2023-01-11T17:42:22.571Z] v2.3.0-dev.37 [2023-01-11T17:42:22.571Z] v2.3.0-dev.38 [2023-01-11T17:42:22.571Z] v2.3.0-dev.39 [2023-01-11T17:42:22.571Z] v2.3.0-dev.40 [2023-01-11T17:42:22.571Z] v2.3.0-dev.41 [2023-01-11T17:42:22.571Z] v2.3.0-dev.42 [2023-01-11T17:42:22.571Z] v2.3.0-dev.43 [2023-01-11T17:42:22.571Z] v2.3.0-dev.44 [2023-01-11T17:42:22.571Z] v2.3.0-dev.45 [2023-01-11T17:42:22.571Z] v2.3.0-dev.46 [2023-01-11T17:42:22.571Z] v2.3.0-dev.47 [2023-01-11T17:42:22.571Z] v2.3.0-dev.48 [2023-01-11T17:42:22.571Z] v2.3.0-dev.49 [2023-01-11T17:42:22.571Z] v2.3.0-dev.50 [2023-01-11T17:42:22.571Z] v2.3.0-dev.51 [2023-01-11T17:42:22.571Z] v2.3.1-dev.1 [2023-01-11T17:42:22.571Z] v2.3.1-dev.2 [2023-01-11T17:42:22.571Z] v3.0.0-dev.1 [2023-01-11T17:42:22.571Z] v3.0.0-dev.2 [2023-01-11T17:42:22.571Z] v3.0.0-dev.3 [2023-01-11T17:42:22.571Z] v3.0.0-dev.4 [2023-01-11T17:42:22.571Z] v3.0.0-dev.5 [2023-01-11T17:42:22.571Z] v3.0.0-dev.6 [2023-01-11T17:42:22.571Z] v3.0.0-dev.7 [2023-01-11T17:42:22.571Z] v3.0.0-dev.8 [Pipeline] sh [2023-01-11T17:42:22.856Z] + lftools sign git-tag v3.0.0-dev.8 [2023-01-11T17:42:23.425Z] Signing Git tag with Sigul... [2023-01-11T17:42:23.425Z] Signing v3.0.0-dev.8 [Pipeline] echo [2023-01-11T17:42:23.691Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:23.973Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-11T17:42:23.981Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-11T17:42:24.003Z] $ docker stop --time=1 43c6e9f81a04112ca0d2a43b1814ad1bea1ed396ddef9ec48dde71c9b2d571fd [2023-01-11T17:42:25.285Z] $ docker rm -f --volumes 43c6e9f81a04112ca0d2a43b1814ad1bea1ed396ddef9ec48dde71c9b2d571fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-11T17:42:25.674Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T17:42:25.674Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:42:25.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T17:42:25.973Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:42:26.043Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:42:26.073Z] $ 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 [2023-01-11T17:42:26.413Z] $ docker top 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c -eo pid,comm [2023-01-11T17:42:26.459Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-11T17:42:26.459Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T17:42:26.494Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T17:42:26.494Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T17:42:26.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T17:42:26.607Z] $ docker exec 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c ssh-agent [2023-01-11T17:42:26.721Z] SSH_AUTH_SOCK=/tmp/ssh-joOQOYOfvTla/agent.32 [2023-01-11T17:42:26.721Z] SSH_AGENT_PID=38 [2023-01-11T17:42:26.726Z] Running ssh-add (command line suppressed) [2023-01-11T17:42:26.827Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10114363163881197505.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10114363163881197505.key) [2023-01-11T17:42:26.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T17:42:27.129Z] + git semver bump pre [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,300 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,300 [bump_version] DEBUG bumping version:3.0.0-dev.8 on axis:pre with prefix:dev [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,300 [bump_version] DEBUG bumped version:3.0.0-dev.9 [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,300 [write_version] DEBUG write version:3.0.0-dev.9 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,300 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,300 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,302 [execute] INFO git cat-file --batch-check [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,302 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,308 [execute] INFO git cat-file --batch [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,308 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T17:42:27.388Z] 2023-01-11 17:42:27,314 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:42:27.388Z] 3.0.0-dev.9 [Pipeline] } [2023-01-11T17:42:27.397Z] $ docker exec --env ******** --env ******** 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c ssh-agent -k [2023-01-11T17:42:27.493Z] unset SSH_AUTH_SOCK; [2023-01-11T17:42:27.493Z] unset SSH_AGENT_PID; [2023-01-11T17:42:27.493Z] echo Agent pid 38 killed; [2023-01-11T17:42:27.504Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T17:42:27.796Z] + git semver [Pipeline] } [2023-01-11T17:42:28.068Z] $ docker stop --time=1 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c [2023-01-11T17:42:29.359Z] $ docker rm -f --volumes 1012a89459817575fb1f7c4418bdac3da153745cb7c8c16f58915ad75414f74c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-11T17:42:29.701Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-11T17:42:29.701Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:42:29.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-11T17:42:29.999Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:42:30.069Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:42:30.099Z] $ 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 [2023-01-11T17:42:30.427Z] $ docker top 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-11T17:42:30.514Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-11T17:42:30.514Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-11T17:42:30.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-11T17:42:30.628Z] $ docker exec 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 ssh-agent [2023-01-11T17:42:30.733Z] SSH_AUTH_SOCK=/tmp/ssh-9ekwnCmJnDYd/agent.33 [2023-01-11T17:42:30.733Z] SSH_AGENT_PID=39 [2023-01-11T17:42:30.738Z] Running ssh-add (command line suppressed) [2023-01-11T17:42:30.839Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10312465508988418419.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10312465508988418419.key) [2023-01-11T17:42:30.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-11T17:42:31.143Z] + git semver push [2023-01-11T17:42:31.401Z] 2023-01-11 17:42:31,298 [run_push] DEBUG push [2023-01-11T17:42:31.401Z] 2023-01-11 17:42:31,299 [execute] INFO git cat-file --batch-check [2023-01-11T17:42:31.401Z] 2023-01-11 17:42:31,299 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-11T17:42:31.401Z] 2023-01-11 17:42:31,302 [execute] INFO git rev-list caf5c027ad91a5ec0ba47c64baa38f8b21012de9 -- [2023-01-11T17:42:31.401Z] 2023-01-11 17:42:31,302 [execute] DEBUG Popen(['git', 'rev-list', 'caf5c027ad91a5ec0ba47c64baa38f8b21012de9', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T17:42:31.401Z] 2023-01-11 17:42:31,313 [execute] INFO git fetch -v origin [2023-01-11T17:42:31.401Z] 2023-01-11 17:42:31,314 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-11T17:42:31.968Z] 2023-01-11 17:42:31,848 [run_push] DEBUG no remote changes detected [2023-01-11T17:42:31.968Z] 2023-01-11 17:42:31,849 [execute] INFO git push origin semver [2023-01-11T17:42:31.968Z] 2023-01-11 17:42:31,849 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-11T17:42:32.908Z] 2023-01-11 17:42:32,662 [run_push] DEBUG push all version tags [2023-01-11T17:42:32.908Z] 2023-01-11 17:42:32,662 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-11T17:42:32.908Z] 2023-01-11 17:42:32,663 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-01-11T17:42:33.846Z] 2023-01-11 17:42:33,484 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-01-11T17:42:33.846Z] 3.0.0-dev.9 [Pipeline] } [2023-01-11T17:42:33.855Z] $ docker exec --env ******** --env ******** 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 ssh-agent -k [2023-01-11T17:42:33.945Z] unset SSH_AUTH_SOCK; [2023-01-11T17:42:33.945Z] unset SSH_AGENT_PID; [2023-01-11T17:42:33.945Z] echo Agent pid 39 killed; [2023-01-11T17:42:33.954Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-11T17:42:34.252Z] + git semver [Pipeline] } [2023-01-11T17:42:34.524Z] $ docker stop --time=1 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 [2023-01-11T17:42:35.818Z] $ docker rm -f --volumes 9b2489ee20e1e96b99b2c9bce4b0d21276eb2ba61512451e752acfc656fddc02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-11T17:42:36.357Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-01-11T17:42:36.357Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-11T17:42:36.357Z] total 16 [2023-01-11T17:42:36.357Z] drwxr-xr-x 3 root root 4096 Jan 11 17:29 . [2023-01-11T17:42:36.357Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 11 17:42 .. [2023-01-11T17:42:36.357Z] drwxr-xr-x 2 root root 4096 Jan 11 17:29 cost [2023-01-11T17:42:36.357Z] -rw-r--r-- 1 root root 85 Jan 11 17:29 cost.csv [2023-01-11T17:42:36.357Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-11T17:42:36.357Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-01-11T17:42:36.357Z] total 16 [2023-01-11T17:42:36.357Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 17:29 . [2023-01-11T17:42:36.357Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 11 17:42 .. [2023-01-11T17:42:36.357Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 11 17:29 cost [2023-01-11T17:42:36.357Z] -rw-r--r-- 1 jenkins jenkins 85 Jan 11 17:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:36.669Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:37.528Z] ---> package-listing.sh [2023-01-11T17:42:37.528Z] ++ facter osfamily [2023-01-11T17:42:37.528Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-11T17:42:37.787Z] + OS_FAMILY=debian [2023-01-11T17:42:37.787Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-01-11T17:42:37.787Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-11T17:42:37.787Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-11T17:42:37.787Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-11T17:42:37.787Z] + PACKAGES=/tmp/packages_start.txt [2023-01-11T17:42:37.787Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-01-11T17:42:37.787Z] + PACKAGES=/tmp/packages_end.txt [2023-01-11T17:42:37.787Z] + case "${OS_FAMILY}" in [2023-01-11T17:42:37.787Z] + dpkg -l [2023-01-11T17:42:37.787Z] + grep '^ii' [2023-01-11T17:42:37.787Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-11T17:42:37.787Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-11T17:42:37.787Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-11T17:42:37.787Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-01-11T17:42:37.787Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-01-11T17:42:37.787Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-01-11T17:42:37.798Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-11T17:42:38.081Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-11T17:42:38.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-11T17:42:38.651Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-11T17:42:38.718Z] prd-ubuntu20.04-docker-8c-8g-1880 does not seem to be running inside a container [2023-01-11T17:42:38.748Z] $ 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 [2023-01-11T17:42:38.969Z] $ docker top cd287f33ce08d4a0ff4236c620d9a54cd747e4f01e40e08ba8a207b106485be8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-11T17:42:39.365Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-11T17:42:39.712Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-11T17:42:40.009Z] + ls /var/log/sa-host [2023-01-11T17:42:40.009Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-11T17:42:40.074Z] provisioning config files... [2023-01-11T17:42:40.082Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14132241495953068562tmp [Pipeline] { [Pipeline] echo [2023-01-11T17:42:40.095Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:40.379Z] ---> create-netrc.sh [Pipeline] } [2023-01-11T17:42:40.386Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:40.732Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-11T17:42:40.743Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:41.028Z] ---> sudo-logs.sh [2023-01-11T17:42:41.028Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-11T17:42:41.053Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:41.334Z] ---> job-cost.sh [2023-01-11T17:42:41.335Z] lf-activate-venv: SKIPPING [2023-01-11T17:42:41.335Z] DEBUG: total: 0.2199999988079071 [2023-01-11T17:42:41.335Z] INFO: Retrieving Stack Cost... [2023-01-11T17:42:41.910Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-11T17:42:42.171Z] INFO: Archiving Costs [Pipeline] echo [2023-01-11T17:42:42.185Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-11T17:42:42.467Z] ---> logs-deploy.sh [2023-01-11T17:42:42.467Z] lf-activate-venv: SKIPPING [2023-01-11T17:42:42.467Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/138 [2023-01-11T17:42:42.467Z] INFO: archiving workspace using pattern(s): [2023-01-11T17:42:43.403Z] Archives upload complete. [2023-01-11T17:42:43.662Z] INFO: archiving logs to Nexus [2023-01-11T17:42:44.232Z] ---> uname -a: [2023-01-11T17:42:44.232Z] Linux prd-ubuntu20-04-docker-8c-8g-1880 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-11T17:42:44.232Z] [2023-01-11T17:42:44.232Z] [2023-01-11T17:42:44.232Z] ---> lscpu: [2023-01-11T17:42:44.232Z] Architecture: x86_64 [2023-01-11T17:42:44.232Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-11T17:42:44.232Z] Byte Order: Little Endian [2023-01-11T17:42:44.232Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-11T17:42:44.232Z] CPU(s): 8 [2023-01-11T17:42:44.232Z] On-line CPU(s) list: 0-7 [2023-01-11T17:42:44.232Z] Thread(s) per core: 1 [2023-01-11T17:42:44.232Z] Core(s) per socket: 1 [2023-01-11T17:42:44.232Z] Socket(s): 8 [2023-01-11T17:42:44.232Z] NUMA node(s): 1 [2023-01-11T17:42:44.232Z] Vendor ID: AuthenticAMD [2023-01-11T17:42:44.232Z] CPU family: 23 [2023-01-11T17:42:44.232Z] Model: 49 [2023-01-11T17:42:44.232Z] Model name: AMD EPYC-Rome Processor [2023-01-11T17:42:44.232Z] Stepping: 0 [2023-01-11T17:42:44.232Z] CPU MHz: 2799.988 [2023-01-11T17:42:44.233Z] BogoMIPS: 5599.97 [2023-01-11T17:42:44.233Z] Virtualization: AMD-V [2023-01-11T17:42:44.233Z] Hypervisor vendor: KVM [2023-01-11T17:42:44.233Z] Virtualization type: full [2023-01-11T17:42:44.233Z] L1d cache: 256 KiB [2023-01-11T17:42:44.233Z] L1i cache: 256 KiB [2023-01-11T17:42:44.233Z] L2 cache: 4 MiB [2023-01-11T17:42:44.233Z] L3 cache: 128 MiB [2023-01-11T17:42:44.233Z] NUMA node0 CPU(s): 0-7 [2023-01-11T17:42:44.233Z] Vulnerability Itlb multihit: Not affected [2023-01-11T17:42:44.233Z] Vulnerability L1tf: Not affected [2023-01-11T17:42:44.233Z] Vulnerability Mds: Not affected [2023-01-11T17:42:44.233Z] Vulnerability Meltdown: Not affected [2023-01-11T17:42:44.233Z] Vulnerability Mmio stale data: Not affected [2023-01-11T17:42:44.233Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-11T17:42:44.233Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-11T17:42:44.233Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-11T17:42:44.233Z] Vulnerability Srbds: Not affected [2023-01-11T17:42:44.233Z] Vulnerability Tsx async abort: Not affected [2023-01-11T17:42:44.233Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] ---> nproc: [2023-01-11T17:42:44.233Z] 8 [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] ---> df -h: [2023-01-11T17:42:44.233Z] Filesystem Size Used Avail Use% Mounted on [2023-01-11T17:42:44.233Z] overlay 155G 13G 143G 9% / [2023-01-11T17:42:44.233Z] tmpfs 64M 0 64M 0% /dev [2023-01-11T17:42:44.233Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-11T17:42:44.233Z] shm 64M 0 64M 0% /dev/shm [2023-01-11T17:42:44.233Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] ---> sar -b -r -n DEV: [2023-01-11T17:42:44.233Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1880) 01/11/23 _x86_64_ (8 CPU) [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] 17:26:40 LINUX RESTART (8 CPU) [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] 17:27:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-11T17:42:44.233Z] 17:28:01 199.41 40.16 159.24 0.00 4365.50 106536.11 0.00 [2023-01-11T17:42:44.233Z] 17:29:01 70.46 0.13 70.33 0.00 10.26 27901.37 0.00 [2023-01-11T17:42:44.233Z] 17:30:01 165.79 0.22 165.57 0.00 14.53 41119.01 0.00 [2023-01-11T17:42:44.233Z] 17:31:01 2.33 0.00 2.33 0.00 0.00 27.48 0.00 [2023-01-11T17:42:44.233Z] 17:32:01 40.14 9.35 30.79 0.00 2884.45 5089.29 0.00 [2023-01-11T17:42:44.233Z] 17:33:01 16.94 1.23 15.71 0.00 2270.04 3753.95 0.00 [2023-01-11T17:42:44.233Z] 17:34:01 3.60 0.02 3.58 0.00 0.13 92.38 0.00 [2023-01-11T17:42:44.233Z] 17:35:01 2.03 0.00 2.03 0.00 0.00 21.46 0.00 [2023-01-11T17:42:44.233Z] 17:36:01 1.43 0.00 1.43 0.00 0.00 15.73 0.00 [2023-01-11T17:42:44.233Z] 17:37:01 4.20 1.02 3.18 0.00 21.86 41.32 0.00 [2023-01-11T17:42:44.233Z] 17:38:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2023-01-11T17:42:44.233Z] 17:39:01 1.50 0.00 1.50 0.00 0.00 16.26 0.00 [2023-01-11T17:42:44.233Z] 17:40:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2023-01-11T17:42:44.233Z] 17:41:01 0.95 0.00 0.95 0.00 0.00 11.60 0.00 [2023-01-11T17:42:44.233Z] 17:42:01 37.39 0.42 36.98 0.00 18.53 27003.90 0.00 [2023-01-11T17:42:44.233Z] Average: 36.37 3.46 32.90 0.00 634.87 14006.97 0.00 [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] 17:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-11T17:42:44.233Z] 17:28:01 28443168 31594096 714004 2.17 110968 3252908 2026352 5.97 1119540 2889404 144344 [2023-01-11T17:42:44.233Z] 17:29:01 28195008 31601984 701532 2.13 139968 3459012 1913420 5.64 1153612 3078848 172464 [2023-01-11T17:42:44.233Z] 17:30:01 27795156 31588908 710560 2.16 152024 3796960 1766480 5.21 1204136 3384232 456 [2023-01-11T17:42:44.233Z] 17:31:01 27795332 31589200 710016 2.16 152060 3796964 1766480 5.21 1204112 3384236 164 [2023-01-11T17:42:44.233Z] 17:32:01 27456536 31581496 702824 2.14 171008 4099964 1792856 5.28 1350660 3550908 51872 [2023-01-11T17:42:44.233Z] 17:33:01 27279380 31576212 705188 2.14 185732 4251740 1834352 5.41 1519020 3549524 292 [2023-01-11T17:42:44.233Z] 17:34:01 27288584 31580788 700548 2.13 184288 4248488 1792692 5.28 1513684 3546344 4 [2023-01-11T17:42:44.233Z] 17:35:01 27288916 31581228 700076 2.13 184368 4248488 1792692 5.28 1513624 3546344 8 [2023-01-11T17:42:44.233Z] 17:36:01 27288924 31581308 699944 2.13 184452 4248484 1792692 5.28 1513544 3546348 8 [2023-01-11T17:42:44.233Z] 17:37:01 27287160 31580768 700336 2.13 184588 4249116 1815112 5.35 1513780 3546904 32 [2023-01-11T17:42:44.233Z] 17:38:01 27287784 31581392 699624 2.13 184616 4249116 1815112 5.35 1513860 3546904 12 [2023-01-11T17:42:44.233Z] 17:39:01 27287452 31581376 699792 2.13 184640 4249120 1815112 5.35 1513620 3547144 40 [2023-01-11T17:42:44.233Z] 17:40:01 27287716 31581688 699656 2.13 184664 4249124 1815112 5.35 1513796 3547152 12 [2023-01-11T17:42:44.233Z] 17:41:01 27287968 31582092 699272 2.13 184688 4249252 1815112 5.35 1513432 3547260 168 [2023-01-11T17:42:44.233Z] 17:42:01 26086656 31465696 807908 2.46 203300 5224524 1932716 5.70 1725072 4436088 285884 [2023-01-11T17:42:44.233Z] Average: 27423716 31576549 710085 2.16 172758 4124884 1832419 5.40 1425699 3509843 43717 [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] 17:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-11T17:42:44.233Z] 17:28:01 ens3 795.58 580.56 8326.84 103.67 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:28:01 lo 6.64 6.64 0.64 0.64 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:28:01 docker0 171.53 200.90 13.54 1855.19 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:29:01 ens3 33.52 20.56 30.83 13.27 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:29:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:30:01 ens3 151.64 112.68 2675.33 97.90 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:30:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:30:01 docker0 3.05 7.25 0.18 81.11 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:31:01 ens3 1.17 0.52 1.67 0.22 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:32:01 ens3 159.27 86.92 2252.31 6.40 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:32:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:33:01 ens3 31.19 15.58 503.57 1.17 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:33:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:34:01 ens3 0.85 0.37 0.38 0.27 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:35:01 ens3 0.73 0.50 0.36 0.28 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:36:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:37:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:38:01 ens3 0.92 0.17 0.24 0.07 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:39:01 ens3 0.23 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:40:01 ens3 0.60 0.40 0.35 0.28 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:41:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:42:01 ens3 212.83 130.08 4666.06 17.05 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:42:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:42:01 docker0 38.36 58.36 3.34 689.98 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] 17:42:01 veth535ba6a 38.36 58.47 3.87 689.99 0.00 0.00 0.00 0.06 [2023-01-11T17:42:44.233Z] Average: ens3 91.81 62.67 1222.58 15.94 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] Average: lo 0.77 0.77 0.07 0.07 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] Average: docker0 14.02 17.57 1.12 173.21 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] Average: veth535ba6a 2.56 3.90 0.26 46.05 0.00 0.00 0.00 0.00 [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] ---> sar -P ALL: [2023-01-11T17:42:44.233Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1880) 01/11/23 _x86_64_ (8 CPU) [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] 17:26:40 LINUX RESTART (8 CPU) [2023-01-11T17:42:44.233Z] [2023-01-11T17:42:44.233Z] 17:27:02 CPU %user %nice %system %iowait %steal %idle [2023-01-11T17:42:44.233Z] 17:28:01 all 11.58 0.00 4.34 3.46 0.07 80.54 [2023-01-11T17:42:44.233Z] 17:28:01 0 13.16 0.00 4.40 3.23 0.05 79.16 [2023-01-11T17:42:44.233Z] 17:28:01 1 10.13 0.00 4.69 3.85 0.09 81.24 [2023-01-11T17:42:44.233Z] 17:28:01 2 13.56 0.00 4.34 0.55 0.05 81.51 [2023-01-11T17:42:44.233Z] 17:28:01 3 11.72 0.00 4.36 0.69 0.05 83.18 [2023-01-11T17:42:44.233Z] 17:28:01 4 13.06 0.00 3.83 2.56 0.05 80.50 [2023-01-11T17:42:44.233Z] 17:28:01 5 8.93 0.00 3.79 2.35 0.05 84.88 [2023-01-11T17:42:44.233Z] 17:28:01 6 13.00 0.00 4.26 8.04 0.15 74.55 [2023-01-11T17:42:44.233Z] 17:28:01 7 9.09 0.00 5.09 6.41 0.07 79.33 [2023-01-11T17:42:44.233Z] 17:29:01 all 44.47 0.00 6.51 1.38 0.09 47.54 [2023-01-11T17:42:44.233Z] 17:29:01 0 44.24 0.00 6.61 0.91 0.17 48.07 [2023-01-11T17:42:44.233Z] 17:29:01 1 45.65 0.00 6.24 0.34 0.08 47.69 [2023-01-11T17:42:44.233Z] 17:29:01 2 43.48 0.00 6.53 0.12 0.08 49.79 [2023-01-11T17:42:44.233Z] 17:29:01 3 43.30 0.00 6.44 0.13 0.08 50.03 [2023-01-11T17:42:44.233Z] 17:29:01 4 45.99 0.00 6.29 0.35 0.08 47.28 [2023-01-11T17:42:44.233Z] 17:29:01 5 45.01 0.00 6.92 1.25 0.08 46.73 [2023-01-11T17:42:44.233Z] 17:29:01 6 42.54 0.00 6.27 7.89 0.07 43.24 [2023-01-11T17:42:44.233Z] 17:29:01 7 45.56 0.00 6.80 0.05 0.08 47.50 [2023-01-11T17:42:44.233Z] 17:30:01 all 20.15 0.00 4.23 1.68 0.07 73.87 [2023-01-11T17:42:44.233Z] 17:30:01 0 20.18 0.00 4.12 2.03 0.05 73.62 [2023-01-11T17:42:44.233Z] 17:30:01 1 19.92 0.00 4.10 0.99 0.05 74.93 [2023-01-11T17:42:44.233Z] 17:30:01 2 21.04 0.00 4.76 0.25 0.05 73.90 [2023-01-11T17:42:44.233Z] 17:30:01 3 20.15 0.00 3.92 0.87 0.05 75.00 [2023-01-11T17:42:44.233Z] 17:30:01 4 18.29 0.00 4.40 0.10 0.03 77.18 [2023-01-11T17:42:44.233Z] 17:30:01 5 19.67 0.00 3.82 2.07 0.05 74.39 [2023-01-11T17:42:44.233Z] 17:30:01 6 20.90 0.00 4.57 6.57 0.17 67.79 [2023-01-11T17:42:44.233Z] 17:30:01 7 21.10 0.00 4.12 0.57 0.08 74.12 [2023-01-11T17:42:44.233Z] 17:31:01 all 0.03 0.00 0.02 0.01 0.00 99.95 [2023-01-11T17:42:44.233Z] 17:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-11T17:42:44.233Z] 17:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-11T17:42:44.233Z] 17:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-11T17:42:44.233Z] 17:31:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-01-11T17:42:44.233Z] 17:31:01 4 0.08 0.00 0.00 0.00 0.02 99.90 [2023-01-11T17:42:44.233Z] 17:31:01 5 0.03 0.00 0.05 0.02 0.00 99.90 [2023-01-11T17:42:44.233Z] 17:31:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-01-11T17:42:44.233Z] 17:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-11T17:42:44.233Z] 17:32:01 all 1.40 0.00 0.84 0.39 0.02 97.35 [2023-01-11T17:42:44.233Z] 17:32:01 0 1.43 0.00 0.80 0.55 0.00 97.21 [2023-01-11T17:42:44.233Z] 17:32:01 1 1.42 0.00 0.48 0.50 0.03 97.57 [2023-01-11T17:42:44.233Z] 17:32:01 2 1.09 0.00 0.48 0.05 0.02 98.36 [2023-01-11T17:42:44.233Z] 17:32:01 3 1.08 0.00 0.78 0.07 0.02 98.05 [2023-01-11T17:42:44.233Z] 17:32:01 4 2.05 0.00 0.95 0.58 0.02 96.39 [2023-01-11T17:42:44.233Z] 17:32:01 5 0.83 0.00 0.62 1.04 0.02 97.50 [2023-01-11T17:42:44.233Z] 17:32:01 6 1.78 0.00 1.98 0.05 0.02 96.18 [2023-01-11T17:42:44.233Z] 17:32:01 7 1.49 0.00 0.65 0.32 0.02 97.52 [2023-01-11T17:42:44.233Z] 17:33:01 all 1.09 0.00 0.63 0.22 0.01 98.05 [2023-01-11T17:42:44.233Z] 17:33:01 0 0.67 0.00 0.47 0.07 0.02 98.78 [2023-01-11T17:42:44.233Z] 17:33:01 1 2.45 0.00 0.35 0.00 0.03 97.17 [2023-01-11T17:42:44.233Z] 17:33:01 2 2.37 0.00 0.48 0.02 0.00 97.13 [2023-01-11T17:42:44.233Z] 17:33:01 3 0.55 0.00 1.43 0.35 0.00 97.67 [2023-01-11T17:42:44.233Z] 17:33:01 4 0.65 0.00 0.38 0.02 0.00 98.95 [2023-01-11T17:42:44.233Z] 17:33:01 5 0.83 0.00 0.67 0.93 0.02 97.55 [2023-01-11T17:42:44.233Z] 17:33:01 6 0.65 0.00 0.88 0.38 0.00 98.08 [2023-01-11T17:42:44.233Z] 17:33:01 7 0.52 0.00 0.37 0.00 0.00 99.12 [2023-01-11T17:42:44.233Z] 17:34:01 all 0.36 0.00 0.05 0.01 0.01 99.57 [2023-01-11T17:42:44.233Z] 17:34:01 0 0.13 0.00 0.03 0.00 0.02 99.82 [2023-01-11T17:42:44.233Z] 17:34:01 1 2.07 0.00 0.05 0.00 0.02 97.86 [2023-01-11T17:42:44.233Z] 17:34:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2023-01-11T17:42:44.233Z] 17:34:01 3 0.23 0.00 0.07 0.00 0.00 99.70 [2023-01-11T17:42:44.233Z] 17:34:01 4 0.12 0.00 0.08 0.02 0.00 99.78 [2023-01-11T17:42:44.233Z] 17:34:01 5 0.13 0.00 0.03 0.08 0.00 99.75 [2023-01-11T17:42:44.233Z] 17:34:01 6 0.07 0.00 0.05 0.00 0.02 99.87 [2023-01-11T17:42:44.233Z] 17:34:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2023-01-11T17:42:44.233Z] 17:35:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-01-11T17:42:44.233Z] 17:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-11T17:42:44.233Z] 17:35:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2023-01-11T17:42:44.233Z] 17:35:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-01-11T17:42:44.233Z] 17:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T17:42:44.233Z] 17:35:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-01-11T17:42:44.233Z] 17:35:01 5 0.00 0.00 0.00 0.05 0.00 99.95 [2023-01-11T17:42:44.233Z] 17:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T17:42:44.233Z] 17:35:01 7 0.00 0.00 0.03 0.02 0.00 99.95 [2023-01-11T17:42:44.233Z] 17:36:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-01-11T17:42:44.233Z] 17:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T17:42:44.233Z] 17:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-01-11T17:42:44.233Z] 17:36:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2023-01-11T17:42:44.233Z] 17:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T17:42:44.233Z] 17:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-11T17:42:44.233Z] 17:36:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2023-01-11T17:42:44.233Z] 17:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-11T17:42:44.233Z] 17:36:01 7 0.02 0.00 0.00 0.02 0.02 99.95 [2023-01-11T17:42:44.234Z] 17:37:01 all 0.08 0.00 0.03 0.01 0.01 99.86 [2023-01-11T17:42:44.234Z] 17:37:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2023-01-11T17:42:44.234Z] 17:37:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2023-01-11T17:42:44.234Z] 17:37:01 2 0.22 0.00 0.07 0.02 0.02 99.68 [2023-01-11T17:42:44.234Z] 17:37:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T17:42:44.234Z] 17:37:01 4 0.20 0.00 0.05 0.02 0.00 99.73 [2023-01-11T17:42:44.234Z] 17:37:01 5 0.03 0.00 0.02 0.05 0.00 99.90 [2023-01-11T17:42:44.234Z] 17:37:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-11T17:42:44.234Z] 17:37:01 7 0.05 0.00 0.02 0.03 0.00 99.90 [2023-01-11T17:42:44.234Z] 17:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-01-11T17:42:44.234Z] 17:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-11T17:42:44.234Z] 17:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T17:42:44.234Z] 17:38:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T17:42:44.234Z] 17:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T17:42:44.234Z] 17:38:01 4 0.17 0.00 0.00 0.00 0.02 99.82 [2023-01-11T17:42:44.234Z] 17:38:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2023-01-11T17:42:44.234Z] 17:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T17:42:44.234Z] 17:38:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2023-01-11T17:42:44.234Z] [2023-01-11T17:42:44.234Z] 17:38:01 CPU %user %nice %system %iowait %steal %idle [2023-01-11T17:42:44.234Z] 17:39:01 all 0.02 0.00 0.01 0.01 0.00 99.95 [2023-01-11T17:42:44.234Z] 17:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T17:42:44.234Z] 17:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-11T17:42:44.234Z] 17:39:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T17:42:44.234Z] 17:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T17:42:44.234Z] 17:39:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2023-01-11T17:42:44.234Z] 17:39:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2023-01-11T17:42:44.234Z] 17:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-11T17:42:44.234Z] 17:39:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2023-01-11T17:42:44.234Z] 17:40:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2023-01-11T17:42:44.234Z] 17:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-11T17:42:44.234Z] 17:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T17:42:44.234Z] 17:40:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-01-11T17:42:44.234Z] 17:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-11T17:42:44.234Z] 17:40:01 4 0.07 0.00 0.00 0.00 0.00 99.93 [2023-01-11T17:42:44.234Z] 17:40:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-11T17:42:44.234Z] 17:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-11T17:42:44.234Z] 17:40:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2023-01-11T17:42:44.234Z] 17:41:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2023-01-11T17:42:44.234Z] 17:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-11T17:42:44.234Z] 17:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-11T17:42:44.234Z] 17:41:01 2 0.03 0.00 0.00 0.00 0.03 99.93 [2023-01-11T17:42:44.234Z] 17:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-11T17:42:44.234Z] 17:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-11T17:42:44.234Z] 17:41:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2023-01-11T17:42:44.234Z] 17:41:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2023-01-11T17:42:44.234Z] 17:41:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-11T17:42:44.234Z] 17:42:01 all 4.27 0.00 1.70 0.31 0.02 93.70 [2023-01-11T17:42:44.234Z] 17:42:01 0 3.48 0.00 1.02 0.02 0.02 95.47 [2023-01-11T17:42:44.234Z] 17:42:01 1 5.00 0.00 1.61 0.05 0.03 93.31 [2023-01-11T17:42:44.234Z] 17:42:01 2 4.56 0.00 1.59 0.02 0.02 93.81 [2023-01-11T17:42:44.234Z] 17:42:01 3 3.76 0.00 1.96 0.00 0.02 94.26 [2023-01-11T17:42:44.234Z] 17:42:01 4 4.70 0.00 1.86 0.18 0.02 93.24 [2023-01-11T17:42:44.234Z] 17:42:01 5 3.75 0.00 1.81 0.49 0.02 93.94 [2023-01-11T17:42:44.234Z] 17:42:01 6 3.96 0.00 2.01 1.73 0.02 92.28 [2023-01-11T17:42:44.234Z] 17:42:01 7 4.92 0.00 1.73 0.03 0.02 93.30 [2023-01-11T17:42:44.234Z] Average: all 5.52 0.00 1.21 0.49 0.02 92.75 [2023-01-11T17:42:44.234Z] Average: 0 5.51 0.00 1.16 0.45 0.02 92.86 [2023-01-11T17:42:44.234Z] Average: 1 5.75 0.00 1.16 0.38 0.03 92.68 [2023-01-11T17:42:44.234Z] Average: 2 5.71 0.00 1.21 0.07 0.02 92.99 [2023-01-11T17:42:44.234Z] Average: 3 5.34 0.00 1.25 0.14 0.02 93.25 [2023-01-11T17:42:44.234Z] Average: 4 5.65 0.00 1.18 0.25 0.02 92.90 [2023-01-11T17:42:44.234Z] Average: 5 5.24 0.00 1.17 0.56 0.02 93.02 [2023-01-11T17:42:44.234Z] Average: 6 5.48 0.00 1.33 1.62 0.03 91.54 [2023-01-11T17:42:44.234Z] Average: 7 5.47 0.00 1.25 0.48 0.02 92.77 [2023-01-11T17:42:44.234Z] [2023-01-11T17:42:44.234Z] [2023-01-11T17:42:44.234Z]