Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b46b419fd49731d0deb4deed8e6127ef6a42900c 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-ssh7260989268291141010.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-ssh13107317560360224444.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-ssh9145925239760255010.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-ssh3104376017203384721.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-ssh17078837918533427868.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-7854’ is offline Running on prd-ubuntu20.04-docker-8c-8g-7869 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 b46b419fd49731d0deb4deed8e6127ef6a42900c (main) Commit message: "Merge pull request #1348 from jinlinGuan/issue-1347" > 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 b46b419fd49731d0deb4deed8e6127ef6a42900c # timeout=10 > git rev-list --no-walk acdf2d5cdad6fc08cdfb18917d876b8970fb9c96 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-01T02:27:39.193Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-01T02:27:39.247Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-01T02:27:39.262Z] ========================================================= [2023-03-01T02:27:39.262Z] EdgeX Global Pipelines Version Info [2023-03-01T02:27:39.262Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:27:39.968Z] ------------------- [2023-03-01T02:27:39.968Z] stable info: [2023-03-01T02:27:39.968Z] ------------------- [2023-03-01T02:27:39.968Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-01T02:27:39.968Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T02:27:39.968Z] Message: update stable to v1.0.244 [2023-03-01T02:27:40.540Z] ------------------- [2023-03-01T02:27:40.540Z] experimental info: [2023-03-01T02:27:40.540Z] ------------------- [2023-03-01T02:27:40.540Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-01T02:27:40.540Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T02:27:40.540Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-01T02:27:40.699Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-03-01T02:27:40.707Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-03-01T02:27:40.716Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-01T02:27:40.724Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-01T02:27:40.732Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-01T02:27:40.740Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-01T02:27:40.748Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-01T02:27:40.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-03-01T02:27:40.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-01T02:27:40.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-01T02:27:40.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-01T02:27:40.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-03-01T02:27:40.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-01T02:27:40.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-01T02:27:40.843Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T02:27:40.852Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T02:27:40.860Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T02:27:40.873Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T02:27:40.886Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-01T02:27:40.898Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-01T02:27:40.909Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-01T02:27:40.921Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-01T02:27:40.932Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-01T02:27:40.943Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-01T02:27:40.955Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-01T02:27:40.968Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-01T02:27:40.980Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-01T02:27:40.995Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-01T02:27:41.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-01T02:27:41.022Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-01T02:27:41.034Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b46b419fd49731d0deb4deed8e6127ef6a42900c [Pipeline] echo [2023-03-01T02:27:41.045Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b46b419 [Pipeline] echo [2023-03-01T02:27:41.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T02:27:41.097Z] provisioning config files... [2023-03-01T02:27:41.111Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12250292269812298435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:27:41.418Z] ---> docker-login.sh [2023-03-01T02:27:41.418Z] nexus3.edgexfoundry.org:10001 [2023-03-01T02:27:41.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:41.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:41.678Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:41.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:41.678Z] [2023-03-01T02:27:41.678Z] Login Succeeded [2023-03-01T02:27:41.678Z] nexus3.edgexfoundry.org:10002 [2023-03-01T02:27:41.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:41.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:41.940Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:41.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:41.940Z] [2023-03-01T02:27:41.940Z] Login Succeeded [2023-03-01T02:27:41.940Z] nexus3.edgexfoundry.org:10003 [2023-03-01T02:27:41.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:41.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:41.940Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:41.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:41.940Z] [2023-03-01T02:27:41.940Z] Login Succeeded [2023-03-01T02:27:41.940Z] nexus3.edgexfoundry.org:10004 [2023-03-01T02:27:42.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:42.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:42.202Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:42.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:42.202Z] [2023-03-01T02:27:42.202Z] Login Succeeded [2023-03-01T02:27:42.202Z] docker.io [2023-03-01T02:27:42.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:42.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:42.463Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:42.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:42.463Z] [2023-03-01T02:27:42.463Z] Login Succeeded [2023-03-01T02:27:42.463Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T02:27:42.471Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-01T02:27:42.832Z] + git rev-list -1 --merges b46b419fd49731d0deb4deed8e6127ef6a42900c~1..b46b419fd49731d0deb4deed8e6127ef6a42900c [Pipeline] echo [2023-03-01T02:27:42.879Z] -----------> git rev-list -1 --merges b46b419fd49731d0deb4deed8e6127ef6a42900c~1..b46b419fd49731d0deb4deed8e6127ef6a42900c b46b419fd49731d0deb4deed8e6127ef6a42900c [2023-03-01T02:27:42.879Z] b46b419fd49731d0deb4deed8e6127ef6a42900c [false] [Pipeline] sh [2023-03-01T02:27:43.165Z] + git log --format=format:%s -1 b46b419fd49731d0deb4deed8e6127ef6a42900c [Pipeline] echo [2023-03-01T02:27:43.194Z] ========================================================= [2023-03-01T02:27:43.194Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-01T02:27:43.194Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T02:27:43.511Z] + git log --format=format:%s -1 b46b419fd49731d0deb4deed8e6127ef6a42900c [Pipeline] echo [2023-03-01T02:27:43.522Z] [semverPrep] GIT_COMMIT: b46b419fd49731d0deb4deed8e6127ef6a42900c, Commit Message: Merge pull request #1348 from jinlinGuan/issue-1347 [Pipeline] echo [2023-03-01T02:27:43.533Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-01T02:27:43.883Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T02:27:43.883Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-01T02:27:43.883Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-01T02:27:43.883Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-01T02:27:43.883Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-03-01T02:27:43.883Z] -a /etc/ssh/ssh_known_hosts [2023-03-01T02:27:43.883Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:27:44.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:27:44.225Z] [2023-03-01T02:27:44.225Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:27:44.526Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:27:44.526Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-01T02:27:44.526Z] b85a868b505f: Pulling fs layer [2023-03-01T02:27:44.526Z] e2be974225ed: Pulling fs layer [2023-03-01T02:27:44.526Z] 339a4e72a1f5: Pulling fs layer [2023-03-01T02:27:44.526Z] 988bab9f4d93: Pulling fs layer [2023-03-01T02:27:44.526Z] 1469e6f7b9e6: Pulling fs layer [2023-03-01T02:27:44.526Z] eaf3925da568: Pulling fs layer [2023-03-01T02:27:44.526Z] bab4dde63d76: Pulling fs layer [2023-03-01T02:27:44.526Z] bde34c3a00c8: Pulling fs layer [2023-03-01T02:27:44.526Z] b352a97aabf1: Pulling fs layer [2023-03-01T02:27:44.526Z] 4872d77fe225: Pulling fs layer [2023-03-01T02:27:44.526Z] 5851b861e8e6: Pulling fs layer [2023-03-01T02:27:44.526Z] 1469e6f7b9e6: Waiting [2023-03-01T02:27:44.526Z] eaf3925da568: Waiting [2023-03-01T02:27:44.526Z] 988bab9f4d93: Waiting [2023-03-01T02:27:44.526Z] bde34c3a00c8: Waiting [2023-03-01T02:27:44.526Z] b352a97aabf1: Waiting [2023-03-01T02:27:44.526Z] 4872d77fe225: Waiting [2023-03-01T02:27:44.526Z] 5851b861e8e6: Waiting [2023-03-01T02:27:44.526Z] e2be974225ed: Download complete [2023-03-01T02:27:44.527Z] 988bab9f4d93: Download complete [2023-03-01T02:27:44.787Z] 1469e6f7b9e6: Verifying Checksum [2023-03-01T02:27:44.787Z] 1469e6f7b9e6: Download complete [2023-03-01T02:27:44.787Z] 339a4e72a1f5: Verifying Checksum [2023-03-01T02:27:44.787Z] 339a4e72a1f5: Download complete [2023-03-01T02:27:44.787Z] eaf3925da568: Verifying Checksum [2023-03-01T02:27:44.787Z] eaf3925da568: Download complete [2023-03-01T02:27:44.787Z] bde34c3a00c8: Verifying Checksum [2023-03-01T02:27:44.787Z] bde34c3a00c8: Download complete [2023-03-01T02:27:44.787Z] b352a97aabf1: Verifying Checksum [2023-03-01T02:27:44.787Z] b352a97aabf1: Download complete [2023-03-01T02:27:44.787Z] 4872d77fe225: Download complete [2023-03-01T02:27:44.787Z] 5851b861e8e6: Verifying Checksum [2023-03-01T02:27:44.787Z] 5851b861e8e6: Download complete [2023-03-01T02:27:44.787Z] b85a868b505f: Download complete [2023-03-01T02:27:45.368Z] bab4dde63d76: Verifying Checksum [2023-03-01T02:27:45.368Z] bab4dde63d76: Download complete [2023-03-01T02:27:46.751Z] b85a868b505f: Pull complete [2023-03-01T02:27:46.751Z] e2be974225ed: Pull complete [2023-03-01T02:27:47.010Z] 339a4e72a1f5: Pull complete [2023-03-01T02:27:47.270Z] 988bab9f4d93: Pull complete [2023-03-01T02:27:47.529Z] 1469e6f7b9e6: Pull complete [2023-03-01T02:27:47.529Z] eaf3925da568: Pull complete [2023-03-01T02:27:49.430Z] bab4dde63d76: Pull complete [2023-03-01T02:27:49.430Z] bde34c3a00c8: Pull complete [2023-03-01T02:27:49.430Z] b352a97aabf1: Pull complete [2023-03-01T02:27:49.430Z] 4872d77fe225: Pull complete [2023-03-01T02:27:49.690Z] 5851b861e8e6: Pull complete [2023-03-01T02:27:49.690Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-01T02:27:49.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:27:49.690Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:27:49.780Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:27:49.806Z] $ 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-03-01T02:27:53.171Z] $ docker top 05058b98225c800de8a6ac7202d5c38b3ed6b4bb637a88e7df656ee1369abb89 -eo pid,comm [2023-03-01T02:27:53.226Z] 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-03-01T02:27:53.226Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T02:27:53.270Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T02:27:53.270Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T02:27:53.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T02:27:53.385Z] $ docker exec 05058b98225c800de8a6ac7202d5c38b3ed6b4bb637a88e7df656ee1369abb89 ssh-agent [2023-03-01T02:27:53.492Z] SSH_AUTH_SOCK=/tmp/ssh-YXCMWAdntEil/agent.31 [2023-03-01T02:27:53.492Z] SSH_AGENT_PID=37 [2023-03-01T02:27:53.498Z] Running ssh-add (command line suppressed) [2023-03-01T02:27:53.583Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4098830058518619432.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4098830058518619432.key) [2023-03-01T02:27:53.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T02:27:53.896Z] + git tag --points-at HEAD [Pipeline] } [2023-03-01T02:27:53.913Z] $ docker exec --env ******** --env ******** 05058b98225c800de8a6ac7202d5c38b3ed6b4bb637a88e7df656ee1369abb89 ssh-agent -k [2023-03-01T02:27:54.013Z] unset SSH_AUTH_SOCK; [2023-03-01T02:27:54.013Z] unset SSH_AGENT_PID; [2023-03-01T02:27:54.014Z] echo Agent pid 37 killed; [2023-03-01T02:27:54.028Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-01T02:27:54.052Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T02:27:54.052Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T02:27:54.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T02:27:54.149Z] $ docker exec 05058b98225c800de8a6ac7202d5c38b3ed6b4bb637a88e7df656ee1369abb89 ssh-agent [2023-03-01T02:27:54.255Z] SSH_AUTH_SOCK=/tmp/ssh-gbJE4UIqlGN2/agent.69 [2023-03-01T02:27:54.255Z] SSH_AGENT_PID=75 [2023-03-01T02:27:54.261Z] Running ssh-add (command line suppressed) [2023-03-01T02:27:54.372Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5001033281726513074.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5001033281726513074.key) [2023-03-01T02:27:54.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T02:27:54.687Z] + git semver init [2023-03-01T02:27:54.946Z] 2023-03-01 02:27:54,857 [run_init] DEBUG init version:0.0.0 force:False [2023-03-01T02:27:54.947Z] 2023-03-01 02:27:54,859 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-01T02:27:54.947Z] 2023-03-01 02:27:54,860 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-01T02:27:54.947Z] 2023-03-01 02:27:54,861 [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-03-01T02:27:55.886Z] 2023-03-01 02:27:55,824 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-03-01T02:27:55.886Z] 2023-03-01 02:27:55,825 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-03-01T02:27:55.886Z] 2023-03-01 02:27:55,825 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:27:55.886Z] 2023-03-01 02:27:55,825 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:27:55.886Z] 3.0.0-dev.40 [Pipeline] } [2023-03-01T02:27:55.893Z] $ docker exec --env ******** --env ******** 05058b98225c800de8a6ac7202d5c38b3ed6b4bb637a88e7df656ee1369abb89 ssh-agent -k [2023-03-01T02:27:56.016Z] unset SSH_AUTH_SOCK; [2023-03-01T02:27:56.016Z] unset SSH_AGENT_PID; [2023-03-01T02:27:56.016Z] echo Agent pid 75 killed; [2023-03-01T02:27:56.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T02:27:56.341Z] + git semver [Pipeline] } [2023-03-01T02:27:56.613Z] $ docker stop --time=1 05058b98225c800de8a6ac7202d5c38b3ed6b4bb637a88e7df656ee1369abb89 [2023-03-01T02:27:57.899Z] $ docker rm -f --volumes 05058b98225c800de8a6ac7202d5c38b3ed6b4bb637a88e7df656ee1369abb89 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T02:27:58.248Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-01T02:27:58.469Z] Stashed 1 file(s) [Pipeline] echo [2023-03-01T02:27:58.473Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.40 [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-03-01T02:27:58.598Z] provisioning config files... [2023-03-01T02:27:58.608Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9568940534128498284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:27:58.905Z] ---> docker-login.sh [2023-03-01T02:27:58.906Z] nexus3.edgexfoundry.org:10001 [2023-03-01T02:27:58.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:58.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:58.906Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:58.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:58.906Z] [2023-03-01T02:27:58.906Z] Login Succeeded [2023-03-01T02:27:58.906Z] nexus3.edgexfoundry.org:10002 [2023-03-01T02:27:58.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:58.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:58.906Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:58.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:58.906Z] [2023-03-01T02:27:58.906Z] Login Succeeded [2023-03-01T02:27:58.906Z] nexus3.edgexfoundry.org:10003 [2023-03-01T02:27:59.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:59.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:59.164Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:59.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:59.164Z] [2023-03-01T02:27:59.164Z] Login Succeeded [2023-03-01T02:27:59.164Z] nexus3.edgexfoundry.org:10004 [2023-03-01T02:27:59.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:59.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:59.164Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:59.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:59.164Z] [2023-03-01T02:27:59.164Z] Login Succeeded [2023-03-01T02:27:59.164Z] docker.io [2023-03-01T02:27:59.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:27:59.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:27:59.423Z] Configure a credential helper to remove this warning. See [2023-03-01T02:27:59.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:27:59.423Z] [2023-03-01T02:27:59.423Z] Login Succeeded [2023-03-01T02:27:59.423Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T02:27:59.431Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T02:27:59.511Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:27:59.526Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:27:59.537Z] ========================================================= [2023-03-01T02:27:59.537Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-01T02:27:59.537Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:27:59.895Z] + 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-03-01T02:27:59.895Z] Sending build context to Docker daemon 10.57MB [2023-03-01T02:27:59.895Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T02:27:59.895Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-01T02:28:00.156Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-01T02:28:00.156Z] 213ec9aee27d: Pulling fs layer [2023-03-01T02:28:00.156Z] 4583459ba037: Pulling fs layer [2023-03-01T02:28:00.156Z] 93c1e223e6f2: Pulling fs layer [2023-03-01T02:28:00.156Z] 53926ce57604: Pulling fs layer [2023-03-01T02:28:00.156Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-01T02:28:00.156Z] 22ff95d597cd: Pulling fs layer [2023-03-01T02:28:00.156Z] 12d6caf4c0d1: Pulling fs layer [2023-03-01T02:28:00.156Z] 96b7cbca73a9: Pulling fs layer [2023-03-01T02:28:00.156Z] a7acece74701: Pulling fs layer [2023-03-01T02:28:00.156Z] 12d6caf4c0d1: Waiting [2023-03-01T02:28:00.156Z] a7acece74701: Waiting [2023-03-01T02:28:00.156Z] 21b2b0c7a3f4: Waiting [2023-03-01T02:28:00.156Z] 22ff95d597cd: Waiting [2023-03-01T02:28:00.156Z] 53926ce57604: Waiting [2023-03-01T02:28:00.156Z] 93c1e223e6f2: Verifying Checksum [2023-03-01T02:28:00.156Z] 93c1e223e6f2: Download complete [2023-03-01T02:28:00.156Z] 4583459ba037: Verifying Checksum [2023-03-01T02:28:00.156Z] 4583459ba037: Download complete [2023-03-01T02:28:00.156Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-01T02:28:00.156Z] 21b2b0c7a3f4: Download complete [2023-03-01T02:28:00.156Z] 22ff95d597cd: Verifying Checksum [2023-03-01T02:28:00.156Z] 22ff95d597cd: Download complete [2023-03-01T02:28:00.156Z] 213ec9aee27d: Verifying Checksum [2023-03-01T02:28:00.156Z] 213ec9aee27d: Download complete [2023-03-01T02:28:00.156Z] 12d6caf4c0d1: Download complete [2023-03-01T02:28:00.417Z] 213ec9aee27d: Pull complete [2023-03-01T02:28:00.417Z] 4583459ba037: Pull complete [2023-03-01T02:28:00.417Z] 93c1e223e6f2: Pull complete [2023-03-01T02:28:00.678Z] a7acece74701: Verifying Checksum [2023-03-01T02:28:00.678Z] a7acece74701: Download complete [2023-03-01T02:28:00.937Z] 53926ce57604: Verifying Checksum [2023-03-01T02:28:00.937Z] 53926ce57604: Download complete [2023-03-01T02:28:00.937Z] 96b7cbca73a9: Verifying Checksum [2023-03-01T02:28:00.937Z] 96b7cbca73a9: Download complete [2023-03-01T02:28:05.174Z] 53926ce57604: Pull complete [2023-03-01T02:28:05.432Z] 21b2b0c7a3f4: Pull complete [2023-03-01T02:28:05.432Z] 22ff95d597cd: Pull complete [2023-03-01T02:28:05.691Z] 12d6caf4c0d1: Pull complete [2023-03-01T02:28:07.592Z] 96b7cbca73a9: Pull complete [2023-03-01T02:28:08.533Z] a7acece74701: Pull complete [2023-03-01T02:28:08.533Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-01T02:28:08.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T02:28:08.533Z] ---> db6d94c90886 [2023-03-01T02:28:08.533Z] Step 3/10 : ARG MAKE=make build [2023-03-01T02:28:13.562Z] Still waiting to schedule task [2023-03-01T02:28:13.563Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-7855’ is offline [2023-03-01T02:28:15.113Z] ---> Running in 780293dadc78 [2023-03-01T02:28:15.113Z] Removing intermediate container 780293dadc78 [2023-03-01T02:28:15.113Z] ---> 5d56492b68ee [2023-03-01T02:28:15.113Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-01T02:28:15.113Z] ---> Running in b405dc964190 [2023-03-01T02:28:15.113Z] Removing intermediate container b405dc964190 [2023-03-01T02:28:15.113Z] ---> 610080d6dc13 [2023-03-01T02:28:15.113Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T02:28:15.113Z] ---> Running in 25e96cadf378 [2023-03-01T02:28:15.113Z] Removing intermediate container 25e96cadf378 [2023-03-01T02:28:15.113Z] ---> 73218f9c17f6 [2023-03-01T02:28:15.113Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-01T02:28:15.113Z] ---> Running in fc6d5b9b9af8 [2023-03-01T02:28:15.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T02:28:15.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T02:28:15.891Z] OK: 211 MiB in 51 packages [2023-03-01T02:28:16.150Z] Removing intermediate container fc6d5b9b9af8 [2023-03-01T02:28:16.150Z] ---> 95f0171e299f [2023-03-01T02:28:16.150Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-01T02:28:16.150Z] ---> 6a2e7c447dbf [2023-03-01T02:28:16.150Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T02:28:16.409Z] ---> Running in 4c336f62ad41 [2023-03-01T02:28:48.492Z] Removing intermediate container 4c336f62ad41 [2023-03-01T02:28:48.492Z] ---> 00f0bdf71251 [2023-03-01T02:28:48.492Z] Step 9/10 : COPY . . [2023-03-01T02:28:49.872Z] ---> 215b34bfd996 [2023-03-01T02:28:49.872Z] Step 10/10 : RUN ${MAKE} [2023-03-01T02:28:49.872Z] ---> Running in 992ef3462d99 [2023-03-01T02:28:50.133Z] noop [2023-03-01T02:28:50.392Z] Removing intermediate container 992ef3462d99 [2023-03-01T02:28:50.392Z] ---> ab45edad975f [2023-03-01T02:28:50.392Z] Successfully built ab45edad975f [2023-03-01T02:28:50.392Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:28:50.705Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T02:28:50.705Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:28:50.780Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:28:50.824Z] $ 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-03-01T02:28:51.150Z] $ docker top d5c5ee2d885d0e76d8249685f9ebae849776d083bc85d71e9da78914a4773eca -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:28:51.489Z] + go version [2023-03-01T02:28:51.489Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-01T02:28:51.510Z] $ docker stop --time=1 d5c5ee2d885d0e76d8249685f9ebae849776d083bc85d71e9da78914a4773eca [2023-03-01T02:28:52.938Z] $ docker rm -f --volumes d5c5ee2d885d0e76d8249685f9ebae849776d083bc85d71e9da78914a4773eca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:28:53.350Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T02:28:53.350Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:28:53.423Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:28:53.462Z] $ 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-03-01T02:28:54.157Z] $ docker top 1b6ac74e36cb6ca35b9b2515b8b11adac5f885341235923f4f5e861f884fff93 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:28:54.500Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-01T02:28:54.795Z] + make test [2023-03-01T02:28:54.796Z] go test -race -coverprofile=coverage.out ./... [2023-03-01T02:29:01.359Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-01T02:29:16.241Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.059s coverage: 27.6% of statements [2023-03-01T02:29:16.241Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.073s coverage: 78.9% of statements [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-03-01T02:29:16.241Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.111s coverage: 86.0% of statements [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-01T02:29:16.241Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.093s coverage: 74.7% of statements [2023-03-01T02:29:16.241Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-01T02:29:17.615Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.066s coverage: 15.5% of statements [2023-03-01T02:29:17.615Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-01T02:29:17.615Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.136s coverage: 65.2% of statements [2023-03-01T02:29:17.615Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-01T02:29:17.615Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-01T02:29:17.615Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.752s coverage: 89.2% of statements [2023-03-01T02:29:17.615Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-03-01T02:29:17.615Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.044s coverage: 4.6% of statements [2023-03-01T02:29:17.615Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-01T02:29:32.476Z] 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-03-01T02:29:32.476Z] GO111MODULE=on go vet ./... [2023-03-01T02:29:35.021Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T02:29:35.021Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T02:29:35.021Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T02:29:35.034Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T02:29:35.056Z] $ docker stop --time=1 1b6ac74e36cb6ca35b9b2515b8b11adac5f885341235923f4f5e861f884fff93 [2023-03-01T02:29:41.884Z] $ docker rm -f --volumes 1b6ac74e36cb6ca35b9b2515b8b11adac5f885341235923f4f5e861f884fff93 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T02:29:42.389Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T02:29:42.451Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-01T02:29:43.029Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T02:29:43.318Z] + ls -al . [2023-03-01T02:29:43.318Z] total 280 [2023-03-01T02:29:43.318Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 1 02:28 . [2023-03-01T02:29:43.318Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 02:27 .. [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 1 02:27 .dockerignore [2023-03-01T02:29:43.318Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 02:29 .git [2023-03-01T02:29:43.318Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 02:27 .github [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 1 02:27 .gitignore [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 1 02:27 .golangci.yml [2023-03-01T02:29:43.318Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 02:27 .semver [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 1 02:27 CHANGELOG.md [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 02:27 GOVERNANCE.md [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 1 02:27 Jenkinsfile [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 1 02:27 LICENSE [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 1 02:27 Makefile [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 1 02:27 OWNERS.md [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 1 02:27 README.md [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 1 02:27 VERSION [2023-03-01T02:29:43.318Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 02:27 bin [2023-03-01T02:29:43.318Z] -rw-r--r-- 1 jenkins jenkins 111046 Mar 1 02:29 coverage.out [2023-03-01T02:29:43.318Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 1 02:27 example [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 3266 Mar 1 02:27 go.mod [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 30840 Mar 1 02:27 go.sum [2023-03-01T02:29:43.318Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 1 02:27 internal [2023-03-01T02:29:43.318Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 02:27 openapi [2023-03-01T02:29:43.318Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 1 02:27 pkg [2023-03-01T02:29:43.318Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 02:27 snap [2023-03-01T02:29:43.318Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 1 02:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:29:43.653Z] + 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=b46b419fd49731d0deb4deed8e6127ef6a42900c --label arch=amd64 --label version=3.0.0-dev.40 . [2023-03-01T02:29:43.653Z] Sending build context to Docker daemon 10.68MB [2023-03-01T02:29:43.653Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T02:29:43.653Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-01T02:29:43.653Z] ---> ab45edad975f [2023-03-01T02:29:43.653Z] Step 3/23 : ARG MAKE=make build [2023-03-01T02:29:44.596Z] ---> Running in 42dfc8a13117 [2023-03-01T02:29:44.857Z] Removing intermediate container 42dfc8a13117 [2023-03-01T02:29:44.857Z] ---> 76d5d8b091fa [2023-03-01T02:29:44.857Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-01T02:29:45.120Z] ---> Running in 17ccd39230b3 [2023-03-01T02:29:45.120Z] Removing intermediate container 17ccd39230b3 [2023-03-01T02:29:45.120Z] ---> 6e0441aaa87e [2023-03-01T02:29:45.120Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T02:29:45.199Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7870 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-03-01T02:29:45.215Z] Running in /w/workspace/device-sdk-go/170 [Pipeline] { [Pipeline] checkout [2023-03-01T02:29:45.251Z] The recommended git tool is: git [2023-03-01T02:29:45.378Z] ---> Running in f26a2a2f8ff8 [2023-03-01T02:29:45.638Z] Removing intermediate container f26a2a2f8ff8 [2023-03-01T02:29:45.638Z] ---> fc16399ab902 [2023-03-01T02:29:45.638Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-01T02:29:45.901Z] ---> Running in a8b8c4e96c8e [2023-03-01T02:29:46.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T02:29:46.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T02:29:46.797Z] OK: 211 MiB in 51 packages [2023-03-01T02:29:47.071Z] Removing intermediate container a8b8c4e96c8e [2023-03-01T02:29:47.071Z] ---> a808b41e9fb4 [2023-03-01T02:29:47.071Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-01T02:29:47.343Z] ---> e70ca72d2400 [2023-03-01T02:29:47.343Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T02:29:47.343Z] ---> Running in 62350d14ebf4 [2023-03-01T02:29:48.300Z] Removing intermediate container 62350d14ebf4 [2023-03-01T02:29:48.300Z] ---> f65a788a4a20 [2023-03-01T02:29:48.300Z] Step 9/23 : COPY . . [2023-03-01T02:29:48.872Z] ---> 2748833e3dd4 [2023-03-01T02:29:48.872Z] Step 10/23 : RUN ${MAKE} [2023-03-01T02:29:48.872Z] ---> Running in 93d52b1b0dad [2023-03-01T02:29:49.131Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.40" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-01T02:29:49.903Z] using credential edgex-jenkins-ssh [2023-03-01T02:29:49.921Z] Cloning the remote Git repository [2023-03-01T02:29:49.965Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-03-01T02:29:50.036Z] > git init /w/workspace/device-sdk-go/170 # timeout=10 [2023-03-01T02:29:50.181Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-03-01T02:29:50.182Z] > git --version # timeout=10 [2023-03-01T02:29:50.202Z] > git --version # 'git version 2.25.1' [2023-03-01T02:29:50.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-01T02:29:50.264Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T02:29:52.502Z] Avoid second fetch [2023-03-01T02:29:52.503Z] Checking out Revision b46b419fd49731d0deb4deed8e6127ef6a42900c (main) [2023-03-01T02:29:51.780Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-03-01T02:29:51.797Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T02:29:52.518Z] > git config core.sparsecheckout # timeout=10 [2023-03-01T02:29:52.531Z] > git checkout -f b46b419fd49731d0deb4deed8e6127ef6a42900c # timeout=10 [2023-03-01T02:29:52.972Z] Commit message: "Merge pull request #1348 from jinlinGuan/issue-1347" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T02:29:53.929Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-01T02:29:53.929Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T02:29:53.929Z] Dload Upload Total Spent Left Speed [2023-03-01T02:29:53.929Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89167 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh [2023-03-01T02:29:54.512Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-01T02:29:54.844Z] + sudo tee /etc/docker/daemon.new [2023-03-01T02:29:54.844Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-01T02:29:54.844Z] { [2023-03-01T02:29:54.844Z] "registry-mirrors": [ [2023-03-01T02:29:54.844Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-01T02:29:54.844Z] ], [2023-03-01T02:29:54.844Z] "bip": "10.250.0.254/24", [2023-03-01T02:29:54.844Z] "hosts": [ [2023-03-01T02:29:54.844Z] "tcp://0.0.0.0:5555", [2023-03-01T02:29:54.844Z] "unix:///var/run/docker.sock" [2023-03-01T02:29:54.844Z] ], [2023-03-01T02:29:54.844Z] "mtu": 1458, [2023-03-01T02:29:54.844Z] "selinux-enabled": true, [2023-03-01T02:29:54.844Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-01T02:29:54.844Z] } [Pipeline] sh [2023-03-01T02:29:55.180Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-01T02:29:55.515Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T02:30:13.793Z] provisioning config files... [2023-03-01T02:30:13.821Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/170@tmp/config240148473227091217tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:30:14.183Z] ---> docker-login.sh [2023-03-01T02:30:14.183Z] nexus3.edgexfoundry.org:10001 [2023-03-01T02:30:14.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:30:14.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:30:14.773Z] Configure a credential helper to remove this warning. See [2023-03-01T02:30:14.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:30:14.773Z] [2023-03-01T02:30:14.773Z] Login Succeeded [2023-03-01T02:30:14.773Z] nexus3.edgexfoundry.org:10002 [2023-03-01T02:30:15.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:30:15.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:30:15.313Z] Configure a credential helper to remove this warning. See [2023-03-01T02:30:15.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:30:15.313Z] [2023-03-01T02:30:15.313Z] Login Succeeded [2023-03-01T02:30:15.313Z] nexus3.edgexfoundry.org:10003 [2023-03-01T02:30:15.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:30:15.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:30:15.588Z] Configure a credential helper to remove this warning. See [2023-03-01T02:30:15.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:30:15.588Z] [2023-03-01T02:30:15.588Z] Login Succeeded [2023-03-01T02:30:15.588Z] nexus3.edgexfoundry.org:10004 [2023-03-01T02:30:15.703Z] Removing intermediate container 93d52b1b0dad [2023-03-01T02:30:15.703Z] ---> 13238e951dfc [2023-03-01T02:30:15.703Z] Step 11/23 : FROM alpine:3.16 [2023-03-01T02:30:15.703Z] 3.16: Pulling from library/alpine [2023-03-01T02:30:15.703Z] ef5531b6e74e: Pulling fs layer [2023-03-01T02:30:15.703Z] ef5531b6e74e: Verifying Checksum [2023-03-01T02:30:15.703Z] ef5531b6e74e: Download complete [2023-03-01T02:30:15.703Z] ef5531b6e74e: Pull complete [2023-03-01T02:30:15.703Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T02:30:15.703Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T02:30:15.703Z] ---> dfd21b5a31f5 [2023-03-01T02:30:15.703Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-01T02:30:15.703Z] ---> Running in 9e0345cd0e67 [2023-03-01T02:30:15.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:30:15.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:30:15.858Z] Configure a credential helper to remove this warning. See [2023-03-01T02:30:15.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:30:15.858Z] [2023-03-01T02:30:15.858Z] Login Succeeded [2023-03-01T02:30:15.962Z] Removing intermediate container 9e0345cd0e67 [2023-03-01T02:30:15.962Z] ---> e2efb7d827bc [2023-03-01T02:30:15.962Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-01T02:30:16.131Z] docker.io [2023-03-01T02:30:16.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:30:16.221Z] ---> Running in 72b819638ad1 [2023-03-01T02:30:16.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:30:16.400Z] Configure a credential helper to remove this warning. See [2023-03-01T02:30:16.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:30:16.400Z] [2023-03-01T02:30:16.400Z] Login Succeeded [2023-03-01T02:30:16.669Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T02:30:16.682Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T02:30:16.931Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:30:16.946Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:30:16.957Z] ========================================================= [2023-03-01T02:30:16.957Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-01T02:30:16.957Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:30:17.170Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T02:30:17.170Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T02:30:17.295Z] + 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-03-01T02:30:17.428Z] OK: 6 MiB in 14 packages [2023-03-01T02:30:17.562Z] Sending build context to Docker daemon 5.672MB [2023-03-01T02:30:17.832Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T02:30:17.832Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-01T02:30:17.832Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-01T02:30:17.832Z] 9b18e9b68314: Pulling fs layer [2023-03-01T02:30:17.832Z] 35d82f9e3411: Pulling fs layer [2023-03-01T02:30:17.832Z] e16973657156: Pulling fs layer [2023-03-01T02:30:17.832Z] fc693d55d65f: Pulling fs layer [2023-03-01T02:30:17.832Z] 7e9fc2657dce: Pulling fs layer [2023-03-01T02:30:17.832Z] dda99020689f: Pulling fs layer [2023-03-01T02:30:17.832Z] db1c61fa0a46: Pulling fs layer [2023-03-01T02:30:17.832Z] 891c053d2c06: Pulling fs layer [2023-03-01T02:30:17.832Z] fc693d55d65f: Waiting [2023-03-01T02:30:17.833Z] 7e9fc2657dce: Waiting [2023-03-01T02:30:17.833Z] db1c61fa0a46: Waiting [2023-03-01T02:30:17.833Z] dda99020689f: Waiting [2023-03-01T02:30:17.833Z] e16973657156: Verifying Checksum [2023-03-01T02:30:17.833Z] e16973657156: Download complete [2023-03-01T02:30:17.833Z] 35d82f9e3411: Verifying Checksum [2023-03-01T02:30:17.833Z] 35d82f9e3411: Download complete [2023-03-01T02:30:17.833Z] 7e9fc2657dce: Verifying Checksum [2023-03-01T02:30:17.833Z] 7e9fc2657dce: Download complete [2023-03-01T02:30:17.833Z] dda99020689f: Verifying Checksum [2023-03-01T02:30:17.833Z] dda99020689f: Download complete [2023-03-01T02:30:18.107Z] 9b18e9b68314: Verifying Checksum [2023-03-01T02:30:18.107Z] 9b18e9b68314: Download complete [2023-03-01T02:30:18.364Z] Removing intermediate container 72b819638ad1 [2023-03-01T02:30:18.365Z] ---> dc027108ddde [2023-03-01T02:30:18.365Z] Step 14/23 : WORKDIR / [2023-03-01T02:30:18.624Z] ---> Running in c78d0ca9f20a [2023-03-01T02:30:18.882Z] Removing intermediate container c78d0ca9f20a [2023-03-01T02:30:18.882Z] ---> 1f27b6085c64 [2023-03-01T02:30:18.882Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-01T02:30:19.084Z] 9b18e9b68314: Pull complete [2023-03-01T02:30:19.450Z] ---> faa3172283e2 [2023-03-01T02:30:19.450Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-01T02:30:19.690Z] 891c053d2c06: Verifying Checksum [2023-03-01T02:30:19.690Z] 891c053d2c06: Download complete [2023-03-01T02:30:19.963Z] 35d82f9e3411: Pull complete [2023-03-01T02:30:20.236Z] e16973657156: Pull complete [2023-03-01T02:30:20.824Z] ---> a02fe09752ee [2023-03-01T02:30:20.825Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-01T02:30:20.833Z] db1c61fa0a46: Verifying Checksum [2023-03-01T02:30:20.833Z] db1c61fa0a46: Download complete [2023-03-01T02:30:21.087Z] ---> 359a55a8b8ee [2023-03-01T02:30:21.087Z] Step 18/23 : EXPOSE 59999 [2023-03-01T02:30:21.360Z] ---> Running in 68912e06d88f [2023-03-01T02:30:21.419Z] fc693d55d65f: Verifying Checksum [2023-03-01T02:30:21.419Z] fc693d55d65f: Download complete [2023-03-01T02:30:21.618Z] Removing intermediate container 68912e06d88f [2023-03-01T02:30:21.619Z] ---> 69fa41e4078a [2023-03-01T02:30:21.619Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-01T02:30:21.886Z] ---> Running in 851c96134242 [2023-03-01T02:30:22.455Z] Removing intermediate container 851c96134242 [2023-03-01T02:30:22.456Z] ---> d1e8488e5a40 [2023-03-01T02:30:22.456Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T02:30:22.456Z] ---> Running in d83bf8fa7c9e [2023-03-01T02:30:23.024Z] Removing intermediate container d83bf8fa7c9e [2023-03-01T02:30:23.024Z] ---> 9b9cc78d4119 [2023-03-01T02:30:23.024Z] Step 21/23 : LABEL arch=amd64 [2023-03-01T02:30:23.283Z] ---> Running in 25033ea4c253 [2023-03-01T02:30:23.542Z] Removing intermediate container 25033ea4c253 [2023-03-01T02:30:23.542Z] ---> 86e538f60687 [2023-03-01T02:30:23.542Z] Step 22/23 : LABEL git_sha=b46b419fd49731d0deb4deed8e6127ef6a42900c [2023-03-01T02:30:24.109Z] ---> Running in b854b976086a [2023-03-01T02:30:24.110Z] Removing intermediate container b854b976086a [2023-03-01T02:30:24.110Z] ---> d283272fbd40 [2023-03-01T02:30:24.110Z] Step 23/23 : LABEL version=3.0.0-dev.40 [2023-03-01T02:30:24.368Z] ---> Running in fa9e77605c6c [2023-03-01T02:30:24.626Z] Removing intermediate container fa9e77605c6c [2023-03-01T02:30:24.626Z] ---> 3b77d61e224f [2023-03-01T02:30:24.626Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T02:30:24.626Z] Successfully built 3b77d61e224f [2023-03-01T02:30:24.626Z] 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-03-01T02:30:25.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T02:30:25.064Z] [2023-03-01T02:30:25.064Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:30:25.368Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T02:30:25.368Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-01T02:30:25.368Z] 5eb5b503b376: Pulling fs layer [2023-03-01T02:30:25.368Z] 5c69ac0246d0: Pulling fs layer [2023-03-01T02:30:25.368Z] ec43610c2a17: Pulling fs layer [2023-03-01T02:30:25.368Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-01T02:30:25.368Z] 33b1e0a273af: Pulling fs layer [2023-03-01T02:30:25.368Z] 5d3b04190fa2: Pulling fs layer [2023-03-01T02:30:25.368Z] 2f39f015ded8: Pulling fs layer [2023-03-01T02:30:25.368Z] 3a2ae6a8a46f: Waiting [2023-03-01T02:30:25.368Z] 33b1e0a273af: Waiting [2023-03-01T02:30:25.368Z] 5d3b04190fa2: Waiting [2023-03-01T02:30:25.368Z] 2f39f015ded8: Waiting [2023-03-01T02:30:25.368Z] 5c69ac0246d0: Verifying Checksum [2023-03-01T02:30:25.368Z] 5c69ac0246d0: Download complete [2023-03-01T02:30:25.368Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-01T02:30:25.368Z] 3a2ae6a8a46f: Download complete [2023-03-01T02:30:25.629Z] 33b1e0a273af: Verifying Checksum [2023-03-01T02:30:25.629Z] 33b1e0a273af: Download complete [2023-03-01T02:30:25.629Z] 5d3b04190fa2: Download complete [2023-03-01T02:30:25.629Z] ec43610c2a17: Verifying Checksum [2023-03-01T02:30:25.629Z] ec43610c2a17: Download complete [2023-03-01T02:30:25.629Z] 5eb5b503b376: Verifying Checksum [2023-03-01T02:30:25.629Z] 5eb5b503b376: Download complete [2023-03-01T02:30:26.567Z] 2f39f015ded8: Download complete [2023-03-01T02:30:26.827Z] 5eb5b503b376: Pull complete [2023-03-01T02:30:27.086Z] 5c69ac0246d0: Pull complete [2023-03-01T02:30:27.655Z] ec43610c2a17: Pull complete [2023-03-01T02:30:27.655Z] 3a2ae6a8a46f: Pull complete [2023-03-01T02:30:27.913Z] 33b1e0a273af: Pull complete [2023-03-01T02:30:27.913Z] 5d3b04190fa2: Pull complete [2023-03-01T02:30:33.190Z] 2f39f015ded8: Pull complete [2023-03-01T02:30:33.190Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-01T02:30:33.190Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T02:30:33.190Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:30:33.272Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:30:33.310Z] $ 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-03-01T02:30:33.765Z] fc693d55d65f: Pull complete [2023-03-01T02:30:33.765Z] 7e9fc2657dce: Pull complete [2023-03-01T02:30:33.765Z] dda99020689f: Pull complete [2023-03-01T02:30:40.436Z] db1c61fa0a46: Pull complete [2023-03-01T02:30:41.854Z] 891c053d2c06: Pull complete [2023-03-01T02:30:42.122Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-01T02:30:42.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T02:30:42.122Z] ---> f96f9c87975a [2023-03-01T02:30:42.122Z] Step 3/10 : ARG MAKE=make build [2023-03-01T02:30:42.723Z] ---> Running in 6884cd821e57 [2023-03-01T02:30:42.768Z] $ docker top 069dad51d72bfb2dc15bb775a99b339fae75a1a0af3177a2e65f70382b70fd69 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:30:42.991Z] Removing intermediate container 6884cd821e57 [2023-03-01T02:30:42.991Z] ---> bba6cd95a635 [2023-03-01T02:30:42.991Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-01T02:30:43.133Z] ---> job-cost.sh [2023-03-01T02:30:43.133Z] lf-activate-venv: SKIPPING [2023-03-01T02:30:43.133Z] INFO: No Stack... [2023-03-01T02:30:43.258Z] ---> Running in 4658db638a11 [2023-03-01T02:30:43.392Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T02:30:43.524Z] Removing intermediate container 4658db638a11 [2023-03-01T02:30:43.524Z] ---> 6e9e134bb7d0 [2023-03-01T02:30:43.524Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T02:30:43.524Z] ---> Running in 4844a7c56d3c [2023-03-01T02:30:43.651Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T02:30:43.791Z] Removing intermediate container 4844a7c56d3c [2023-03-01T02:30:43.791Z] ---> 45b895cdb910 [2023-03-01T02:30:43.791Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-01T02:30:43.945Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-03-01T02:30:43.946Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T02:30:43.960Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-170-stack-cost] [2023-03-01T02:30:43.966Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-170-stack-cost] did not exist. Created. [2023-03-01T02:30:43.966Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-170-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T02:30:44.064Z] ---> Running in 050b269e8da7 [2023-03-01T02:30:44.265Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-01T02:30:44.298Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T02:30:44.305Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-170-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T02:30:44.329Z] $ docker stop --time=1 069dad51d72bfb2dc15bb775a99b339fae75a1a0af3177a2e65f70382b70fd69 [2023-03-01T02:30:45.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T02:30:45.294Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T02:30:46.209Z] $ docker rm -f --volumes 069dad51d72bfb2dc15bb775a99b339fae75a1a0af3177a2e65f70382b70fd69 [2023-03-01T02:30:46.256Z] OK: 221 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-01T02:30:47.222Z] Removing intermediate container 050b269e8da7 [2023-03-01T02:30:47.222Z] ---> f5e46001a761 [2023-03-01T02:30:47.222Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-01T02:30:48.644Z] ---> 18099eeca8be [2023-03-01T02:30:48.644Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T02:30:48.644Z] ---> Running in 28bf385d3b34 [2023-03-01T02:31:56.662Z] Removing intermediate container 28bf385d3b34 [2023-03-01T02:31:56.662Z] ---> 9277460798ca [2023-03-01T02:31:56.662Z] Step 9/10 : COPY . . [2023-03-01T02:31:56.662Z] ---> 52ea1c07aadc [2023-03-01T02:31:56.662Z] Step 10/10 : RUN ${MAKE} [2023-03-01T02:31:56.662Z] ---> Running in 75c2cdb7e40b [2023-03-01T02:31:56.662Z] noop [2023-03-01T02:31:56.662Z] Removing intermediate container 75c2cdb7e40b [2023-03-01T02:31:56.662Z] ---> e5c2599e24c1 [2023-03-01T02:31:56.662Z] Successfully built e5c2599e24c1 [2023-03-01T02:31:56.662Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:31:57.012Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T02:31:57.012Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:31:57.202Z] prd-ubuntu20.04-docker-arm64-4c-16g-7870 does not seem to be running inside a container [2023-03-01T02:31:57.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/170 -v /w/workspace/device-sdk-go/170:/w/workspace/device-sdk-go/170:rw,z -v /w/workspace/device-sdk-go/170@tmp:/w/workspace/device-sdk-go/170@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-arm64 cat [2023-03-01T02:31:58.462Z] $ docker top 3f72885468837b267483416f551db17cee6b2604a6f2bec9ac51580d812c7057 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:31:59.284Z] + go version [2023-03-01T02:31:59.285Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-01T02:31:59.309Z] $ docker stop --time=1 3f72885468837b267483416f551db17cee6b2604a6f2bec9ac51580d812c7057 [2023-03-01T02:32:00.917Z] $ docker rm -f --volumes 3f72885468837b267483416f551db17cee6b2604a6f2bec9ac51580d812c7057 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:32:01.473Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T02:32:01.473Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:32:01.655Z] prd-ubuntu20.04-docker-arm64-4c-16g-7870 does not seem to be running inside a container [2023-03-01T02:32:01.728Z] $ 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/170 -v /w/workspace/device-sdk-go/170:/w/workspace/device-sdk-go/170:rw,z -v /w/workspace/device-sdk-go/170@tmp:/w/workspace/device-sdk-go/170@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-arm64 cat [2023-03-01T02:32:02.923Z] $ docker top 80ef7e400acc400fe9a35725d79be8823339e43f36be5a2d7970539a454aaa3f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:32:03.751Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/170 [Pipeline] fileExists [Pipeline] sh [2023-03-01T02:32:04.404Z] + make test [2023-03-01T02:32:04.404Z] go test -race -coverprofile=coverage.out ./... [2023-03-01T02:32:36.667Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-01T02:34:28.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-01T02:34:28.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-01T02:34:28.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-01T02:34:28.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-01T02:34:28.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-01T02:34:28.350Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.356s coverage: 27.6% of statements [2023-03-01T02:34:28.350Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.399s coverage: 78.9% of statements [2023-03-01T02:34:28.350Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-03-01T02:34:33.697Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.441s coverage: 86.0% of statements [2023-03-01T02:34:33.697Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-01T02:34:33.697Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-01T02:34:35.650Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.579s coverage: 74.7% of statements [2023-03-01T02:34:35.650Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-01T02:34:35.650Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.459s coverage: 15.5% of statements [2023-03-01T02:34:35.650Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-01T02:34:39.018Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.825s coverage: 65.2% of statements [2023-03-01T02:34:39.018Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-01T02:34:39.018Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-01T02:34:40.980Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 5.052s coverage: 89.2% of statements [2023-03-01T02:34:40.980Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-03-01T02:34:40.980Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.302s coverage: 4.6% of statements [2023-03-01T02:34:40.980Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-01T02:34:41.956Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-01T02:34:41.956Z] GO111MODULE=on go vet ./... [2023-03-01T02:36:18.628Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T02:36:18.628Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T02:36:18.628Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T02:36:18.648Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T02:36:18.666Z] $ docker stop --time=1 80ef7e400acc400fe9a35725d79be8823339e43f36be5a2d7970539a454aaa3f [2023-03-01T02:36:20.467Z] $ docker rm -f --volumes 80ef7e400acc400fe9a35725d79be8823339e43f36be5a2d7970539a454aaa3f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T02:36:21.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T02:36:21.794Z] Warning: overwriting stash ‘coverage-report’ [2023-03-01T02:36:22.330Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T02:36:22.716Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T02:36:23.036Z] + ls -al . [2023-03-01T02:36:23.036Z] total 276 [2023-03-01T02:36:23.036Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 02:32 . [2023-03-01T02:36:23.036Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 02:29 .. [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 1 02:29 .dockerignore [2023-03-01T02:36:23.036Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 02:29 .git [2023-03-01T02:36:23.036Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 02:29 .github [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 1 02:29 .gitignore [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 1 02:29 .golangci.yml [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 1 02:29 CHANGELOG.md [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 02:29 GOVERNANCE.md [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 1 02:29 Jenkinsfile [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 1 02:29 LICENSE [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 1 02:29 Makefile [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 1 02:29 OWNERS.md [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 1 02:29 README.md [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 1 02:27 VERSION [2023-03-01T02:36:23.036Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 02:29 bin [2023-03-01T02:36:23.036Z] -rw-r--r-- 1 jenkins jenkins 111045 Mar 1 02:34 coverage.out [2023-03-01T02:36:23.036Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 1 02:29 example [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 3266 Mar 1 02:29 go.mod [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 30840 Mar 1 02:29 go.sum [2023-03-01T02:36:23.036Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 1 02:29 internal [2023-03-01T02:36:23.036Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 02:29 openapi [2023-03-01T02:36:23.036Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 1 02:29 pkg [2023-03-01T02:36:23.036Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 02:29 snap [2023-03-01T02:36:23.036Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 1 02:29 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:36:23.373Z] + 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=b46b419fd49731d0deb4deed8e6127ef6a42900c --label arch=arm64 --label version=3.0.0-dev.40 . [2023-03-01T02:36:23.648Z] Sending build context to Docker daemon 5.784MB [2023-03-01T02:36:23.648Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T02:36:23.648Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-01T02:36:23.648Z] ---> e5c2599e24c1 [2023-03-01T02:36:23.648Z] Step 3/23 : ARG MAKE=make build [2023-03-01T02:36:23.916Z] ---> Running in 57d4a3c82b12 [2023-03-01T02:36:24.183Z] Removing intermediate container 57d4a3c82b12 [2023-03-01T02:36:24.183Z] ---> fe0ac50c15e7 [2023-03-01T02:36:24.183Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-01T02:36:24.454Z] ---> Running in 1106b005b726 [2023-03-01T02:36:24.722Z] Removing intermediate container 1106b005b726 [2023-03-01T02:36:24.722Z] ---> 2afb4fb0dc99 [2023-03-01T02:36:24.722Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-01T02:36:24.722Z] ---> Running in 6490f1eeb39f [2023-03-01T02:36:25.001Z] Removing intermediate container 6490f1eeb39f [2023-03-01T02:36:25.001Z] ---> d6a101fdcf8e [2023-03-01T02:36:25.001Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-01T02:36:25.001Z] ---> Running in 113a00be2244 [2023-03-01T02:36:26.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T02:36:26.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T02:36:27.382Z] OK: 221 MiB in 51 packages [2023-03-01T02:36:28.344Z] Removing intermediate container 113a00be2244 [2023-03-01T02:36:28.344Z] ---> c8e4f79aba45 [2023-03-01T02:36:28.344Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-01T02:36:28.613Z] ---> 8f4a7e4f28de [2023-03-01T02:36:28.613Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T02:36:28.885Z] ---> Running in 03a1bed1d7d0 [2023-03-01T02:36:31.476Z] Removing intermediate container 03a1bed1d7d0 [2023-03-01T02:36:31.476Z] ---> b41268b34a4d [2023-03-01T02:36:31.476Z] Step 9/23 : COPY . . [2023-03-01T02:36:32.448Z] ---> 21e38ffb0e83 [2023-03-01T02:36:32.448Z] Step 10/23 : RUN ${MAKE} [2023-03-01T02:36:32.717Z] ---> Running in a43e65a69e82 [2023-03-01T02:36:33.683Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.40" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-01T02:38:40.351Z] Removing intermediate container a43e65a69e82 [2023-03-01T02:38:40.351Z] ---> 2ea2a9067b6d [2023-03-01T02:38:40.351Z] Step 11/23 : FROM alpine:3.16 [2023-03-01T02:38:40.351Z] 3.16: Pulling from library/alpine [2023-03-01T02:38:40.351Z] 3760b48202b3: Pulling fs layer [2023-03-01T02:38:40.351Z] 3760b48202b3: Verifying Checksum [2023-03-01T02:38:40.351Z] 3760b48202b3: Download complete [2023-03-01T02:38:40.351Z] 3760b48202b3: Pull complete [2023-03-01T02:38:40.351Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T02:38:40.351Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T02:38:40.351Z] ---> 4c81e5bf8899 [2023-03-01T02:38:40.351Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-01T02:38:40.351Z] ---> Running in ae341add5834 [2023-03-01T02:38:40.351Z] Removing intermediate container ae341add5834 [2023-03-01T02:38:40.351Z] ---> 589c0c716840 [2023-03-01T02:38:40.351Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-01T02:38:40.351Z] ---> Running in 594ff8b5cc88 [2023-03-01T02:38:40.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T02:38:40.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T02:38:40.351Z] OK: 5 MiB in 14 packages [2023-03-01T02:38:40.351Z] Removing intermediate container 594ff8b5cc88 [2023-03-01T02:38:40.351Z] ---> 0fe08e4ae9bf [2023-03-01T02:38:40.351Z] Step 14/23 : WORKDIR / [2023-03-01T02:38:40.351Z] ---> Running in 5968891683f9 [2023-03-01T02:38:40.351Z] Removing intermediate container 5968891683f9 [2023-03-01T02:38:40.351Z] ---> 021ab07bc49d [2023-03-01T02:38:40.351Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-01T02:38:40.351Z] ---> 51fe03eb79b7 [2023-03-01T02:38:40.351Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-01T02:38:40.351Z] ---> 26cfc2aec844 [2023-03-01T02:38:40.351Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-01T02:38:40.351Z] ---> cfb8e641dd1a [2023-03-01T02:38:40.351Z] Step 18/23 : EXPOSE 59999 [2023-03-01T02:38:40.351Z] ---> Running in 74199cb2213f [2023-03-01T02:38:40.351Z] Removing intermediate container 74199cb2213f [2023-03-01T02:38:40.351Z] ---> 3c2298369b8a [2023-03-01T02:38:40.351Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-01T02:38:40.351Z] ---> Running in 7f56000dedfc [2023-03-01T02:38:40.351Z] Removing intermediate container 7f56000dedfc [2023-03-01T02:38:40.351Z] ---> 81be6ca3d3d1 [2023-03-01T02:38:40.351Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T02:38:40.351Z] ---> Running in 7d690207404c [2023-03-01T02:38:40.351Z] Removing intermediate container 7d690207404c [2023-03-01T02:38:40.351Z] ---> 8669e9c6542c [2023-03-01T02:38:40.351Z] Step 21/23 : LABEL arch=arm64 [2023-03-01T02:38:40.351Z] ---> Running in 38a4c2cb84ff [2023-03-01T02:38:40.351Z] Removing intermediate container 38a4c2cb84ff [2023-03-01T02:38:40.351Z] ---> 68a0bc0fd739 [2023-03-01T02:38:40.351Z] Step 22/23 : LABEL git_sha=b46b419fd49731d0deb4deed8e6127ef6a42900c [2023-03-01T02:38:40.351Z] ---> Running in fe3891a089fc [2023-03-01T02:38:40.351Z] Removing intermediate container fe3891a089fc [2023-03-01T02:38:40.351Z] ---> 232246fd09e0 [2023-03-01T02:38:40.351Z] Step 23/23 : LABEL version=3.0.0-dev.40 [2023-03-01T02:38:40.351Z] ---> Running in 8dc58e27f496 [2023-03-01T02:38:40.351Z] Removing intermediate container 8dc58e27f496 [2023-03-01T02:38:40.351Z] ---> afad30f03f14 [2023-03-01T02:38:40.351Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T02:38:40.351Z] Successfully built afad30f03f14 [2023-03-01T02:38:40.351Z] 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-03-01T02:38:40.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T02:38:40.756Z] [2023-03-01T02:38:40.756Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:38:41.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T02:38:41.098Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-01T02:38:41.098Z] 8998bd30e6a1: Pulling fs layer [2023-03-01T02:38:41.098Z] 04944245beec: Pulling fs layer [2023-03-01T02:38:41.098Z] 699f458cf7ca: Pulling fs layer [2023-03-01T02:38:41.098Z] 765212b225bb: Pulling fs layer [2023-03-01T02:38:41.098Z] f23df028b6ca: Pulling fs layer [2023-03-01T02:38:41.098Z] d65c8cfc05b1: Pulling fs layer [2023-03-01T02:38:41.098Z] 2437ff75d9bd: Pulling fs layer [2023-03-01T02:38:41.098Z] 765212b225bb: Waiting [2023-03-01T02:38:41.098Z] f23df028b6ca: Waiting [2023-03-01T02:38:41.098Z] d65c8cfc05b1: Waiting [2023-03-01T02:38:41.098Z] 2437ff75d9bd: Waiting [2023-03-01T02:38:41.367Z] 04944245beec: Download complete [2023-03-01T02:38:41.367Z] 765212b225bb: Download complete [2023-03-01T02:38:41.367Z] f23df028b6ca: Verifying Checksum [2023-03-01T02:38:41.367Z] f23df028b6ca: Download complete [2023-03-01T02:38:41.367Z] d65c8cfc05b1: Verifying Checksum [2023-03-01T02:38:41.367Z] d65c8cfc05b1: Download complete [2023-03-01T02:38:41.367Z] 699f458cf7ca: Verifying Checksum [2023-03-01T02:38:41.367Z] 699f458cf7ca: Download complete [2023-03-01T02:38:41.953Z] 8998bd30e6a1: Verifying Checksum [2023-03-01T02:38:41.953Z] 8998bd30e6a1: Download complete [2023-03-01T02:38:43.902Z] 2437ff75d9bd: Verifying Checksum [2023-03-01T02:38:43.902Z] 2437ff75d9bd: Download complete [2023-03-01T02:38:45.846Z] 8998bd30e6a1: Pull complete [2023-03-01T02:38:46.433Z] 04944245beec: Pull complete [2023-03-01T02:38:47.842Z] 699f458cf7ca: Pull complete [2023-03-01T02:38:47.842Z] 765212b225bb: Pull complete [2023-03-01T02:38:48.804Z] f23df028b6ca: Pull complete [2023-03-01T02:38:48.804Z] d65c8cfc05b1: Pull complete [2023-03-01T02:39:03.896Z] 2437ff75d9bd: Pull complete [2023-03-01T02:39:03.896Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-01T02:39:03.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T02:39:03.896Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:39:04.109Z] prd-ubuntu20.04-docker-arm64-4c-16g-7870 does not seem to be running inside a container [2023-03-01T02:39:04.214Z] $ 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/170 -v /w/workspace/device-sdk-go/170:/w/workspace/device-sdk-go/170:rw,z -v /w/workspace/device-sdk-go/170@tmp:/w/workspace/device-sdk-go/170@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:arm64 cat [2023-03-01T02:39:06.722Z] $ docker top c6b94337fb5ce88f870e8b6343a38e8b4068b91c468971f7509c6c6726ba0462 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:39:07.553Z] ---> job-cost.sh [2023-03-01T02:39:07.553Z] lf-activate-venv: SKIPPING [2023-03-01T02:39:07.553Z] INFO: No Stack... [2023-03-01T02:39:07.820Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-01T02:39:08.781Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T02:39:09.425Z] + cat /w/workspace/device-sdk-go/170/archives/cost.csv [2023-03-01T02:39:09.425Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T02:39:09.494Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-170-stack-cost] [2023-03-01T02:39:09.501Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-170-stack-cost] did not exist. Created. [2023-03-01T02:39:09.501Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-170-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T02:39:09.843Z] /w/workspace/device-sdk-go/170@tmp/durable-b8fd1a6f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-01T02:39:10.490Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-01T02:39:10.513Z] Warning: overwriting stash ‘stack-cost’ [2023-03-01T02:39:10.573Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T02:39:10.583Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-170-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T02:39:10.607Z] $ docker stop --time=1 c6b94337fb5ce88f870e8b6343a38e8b4068b91c468971f7509c6c6726ba0462 [2023-03-01T02:39:12.114Z] $ docker rm -f --volumes c6b94337fb5ce88f870e8b6343a38e8b4068b91c468971f7509c6c6726ba0462 [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-03-01T02:39:12.504Z] provisioning config files... [2023-03-01T02:39:12.513Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3837710749748205117tmp [Pipeline] { [Pipeline] sh [2023-03-01T02:39:12.801Z] + set +x [2023-03-01T02:39:12.801Z] + curl -s https://codecov.io/bash [2023-03-01T02:39:12.801Z] + bash -s -- [2023-03-01T02:39:12.801Z] [2023-03-01T02:39:12.801Z] _____ _ [2023-03-01T02:39:12.801Z] / ____| | | [2023-03-01T02:39:12.801Z] | | ___ __| | ___ ___ _____ __ [2023-03-01T02:39:12.801Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-01T02:39:12.801Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-01T02:39:12.801Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-01T02:39:12.801Z] Bash-1.0.6 [2023-03-01T02:39:12.801Z] [2023-03-01T02:39:12.801Z] [2023-03-01T02:39:12.801Z] ==> git version 2.25.1 found [2023-03-01T02:39:12.801Z] ==> 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-03-01T02:39:12.801Z] Release-Date: 2020-01-08 [2023-03-01T02:39:12.801Z] 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-03-01T02:39:12.801Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-01T02:39:12.801Z] ==> Jenkins CI detected. [2023-03-01T02:39:12.801Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-03-01T02:39:12.801Z] project root: . [2023-03-01T02:39:12.801Z] --> token set from env [2023-03-01T02:39:12.801Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-01T02:39:12.801Z] ==> Running gcov in . (disable via -X gcov) [2023-03-01T02:39:12.801Z] ==> Python coveragepy not found [2023-03-01T02:39:12.801Z] ==> Searching for coverage reports in: [2023-03-01T02:39:12.801Z] + . [2023-03-01T02:39:13.059Z] -> Found 1 reports [2023-03-01T02:39:13.059Z] ==> Detecting git/mercurial file structure [2023-03-01T02:39:13.059Z] ==> Reading reports [2023-03-01T02:39:13.059Z] + ./coverage.out bytes=111045 [2023-03-01T02:39:13.059Z] ==> Appending adjustments [2023-03-01T02:39:13.059Z] https://docs.codecov.io/docs/fixing-reports [2023-03-01T02:39:13.318Z] + Found adjustments [2023-03-01T02:39:13.318Z] ==> Gzipping contents [2023-03-01T02:39:13.318Z] 16K /tmp/codecov.IRGHAC.gz [2023-03-01T02:39:13.318Z] ==> Uploading reports [2023-03-01T02:39:13.318Z] url: https://codecov.io [2023-03-01T02:39:13.318Z] query: branch=main&commit=b46b419fd49731d0deb4deed8e6127ef6a42900c&build=170&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F170%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T02:39:13.318Z] -> Pinging Codecov [2023-03-01T02:39:13.318Z] 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=b46b419fd49731d0deb4deed8e6127ef6a42900c&build=170&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F170%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T02:39:13.318Z] -> Uploading to [2023-03-01T02:39:13.318Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-01/7E55EF52A471D76F132DFD9A03CDDE97/b46b419fd49731d0deb4deed8e6127ef6a42900c/f863adab-01de-4de0-9762-2c5b0c142260.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T023913Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3e154e76bcdc50ae9789e182db3705f01cccfd9199c553b39cc538c00f9e1f43 [2023-03-01T02:39:13.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T02:39:13.318Z] Dload Upload Total Spent Left Speed [2023-03-01T02:39:13.578Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15373 0 0 100 15373 0 74990 --:--:-- --:--:-- --:--:-- 74626 100 15373 0 0 100 15373 0 60523 --:--:-- --:--:-- --:--:-- 60286 [2023-03-01T02:39:13.578Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/b46b419fd49731d0deb4deed8e6127ef6a42900c [Pipeline] } [2023-03-01T02:39:13.585Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-01T02:39:13.791Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-01T02:39:13.801Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:39:14.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T02:39:14.098Z] [2023-03-01T02:39:14.098Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:39:14.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T02:39:14.397Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-01T02:39:14.397Z] df9b9388f04a: Pulling fs layer [2023-03-01T02:39:14.397Z] 52dc419b0ee2: Pulling fs layer [2023-03-01T02:39:14.397Z] 25bc292e5bac: Pulling fs layer [2023-03-01T02:39:14.397Z] 114826534d7a: Pulling fs layer [2023-03-01T02:39:14.397Z] 4657fd5d0bcf: Pulling fs layer [2023-03-01T02:39:14.397Z] 6ad1cebc031e: Pulling fs layer [2023-03-01T02:39:14.397Z] 8a3aa393b2d8: Pulling fs layer [2023-03-01T02:39:14.397Z] 114826534d7a: Waiting [2023-03-01T02:39:14.397Z] 4657fd5d0bcf: Waiting [2023-03-01T02:39:14.397Z] 6ad1cebc031e: Waiting [2023-03-01T02:39:14.397Z] 8a3aa393b2d8: Waiting [2023-03-01T02:39:14.397Z] 25bc292e5bac: Verifying Checksum [2023-03-01T02:39:14.397Z] 25bc292e5bac: Download complete [2023-03-01T02:39:14.397Z] 52dc419b0ee2: Verifying Checksum [2023-03-01T02:39:14.397Z] 52dc419b0ee2: Download complete [2023-03-01T02:39:14.397Z] 4657fd5d0bcf: Verifying Checksum [2023-03-01T02:39:14.397Z] 4657fd5d0bcf: Download complete [2023-03-01T02:39:14.397Z] df9b9388f04a: Download complete [2023-03-01T02:39:14.659Z] df9b9388f04a: Pull complete [2023-03-01T02:39:14.659Z] 6ad1cebc031e: Verifying Checksum [2023-03-01T02:39:14.659Z] 6ad1cebc031e: Download complete [2023-03-01T02:39:14.659Z] 52dc419b0ee2: Pull complete [2023-03-01T02:39:14.918Z] 25bc292e5bac: Pull complete [2023-03-01T02:39:15.176Z] 114826534d7a: Verifying Checksum [2023-03-01T02:39:15.176Z] 114826534d7a: Download complete [2023-03-01T02:39:15.434Z] 8a3aa393b2d8: Verifying Checksum [2023-03-01T02:39:15.434Z] 8a3aa393b2d8: Download complete [2023-03-01T02:39:18.712Z] 114826534d7a: Pull complete [2023-03-01T02:39:18.712Z] 4657fd5d0bcf: Pull complete [2023-03-01T02:39:18.712Z] 6ad1cebc031e: Pull complete [2023-03-01T02:39:22.894Z] 8a3aa393b2d8: Pull complete [2023-03-01T02:39:22.894Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-01T02:39:22.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T02:39:22.894Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:39:22.967Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:39:23.007Z] $ 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-03-01T02:39:27.489Z] $ docker top 494e91687b118fd9ae406f3f24a530ec518a3128302edcb62a9e06452572ea48 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-01T02:39:27.546Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-03-01T02:39:27.823Z] + set -o pipefail [2023-03-01T02:39:27.823Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-03-01T02:39:33.098Z] [2023-03-01T02:39:33.098Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-03-01T02:39:33.098Z] [2023-03-01T02:39:33.098Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/b1c6eb7c-b459-44eb-b805-d64c009634e2 [2023-03-01T02:39:33.098Z] [2023-03-01T02:39:33.098Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-01T02:39:33.098Z] [2023-03-01T02:39:33.098Z] [2023-03-01T02:39:33.098Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-01T02:39:33.098Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-01T02:39:33.098Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-01T02:39:33.121Z] $ docker stop --time=1 494e91687b118fd9ae406f3f24a530ec518a3128302edcb62a9e06452572ea48 [2023-03-01T02:39:37.269Z] $ docker rm -f --volumes 494e91687b118fd9ae406f3f24a530ec518a3128302edcb62a9e06452572ea48 [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-03-01T02:39:37.629Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T02:39:37.643Z] provisioning config files... [2023-03-01T02:39:37.650Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3237635114625983650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:39:37.940Z] --> edgex-publish-swagger.sh [2023-03-01T02:39:37.940Z] === Publish openapi/v3 API === [2023-03-01T02:39:37.940Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-01T02:39:37.940Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-03-01T02:39:37.940Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T02:39:37.940Z] Dload Upload Total Spent Left Speed [2023-03-01T02:39:38.509Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 43650 --:--:-- --:--:-- --:--:-- 43650 [2023-03-01T02:39:38.509Z] [2023-03-01T02:39:38.509Z] [Pipeline] } [2023-03-01T02:39:38.516Z] 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-03-01T02:39:38.921Z] + git log --format=format:%s -1 b46b419fd49731d0deb4deed8e6127ef6a42900c [Pipeline] sh [2023-03-01T02:39:39.213Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T02:39:39.213Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:39:39.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:39:39.513Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:39:39.584Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:39:39.627Z] $ 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-03-01T02:39:39.971Z] $ docker top b6c3ad3febff44500b441fcfb9869a62ad2a8ec084eb2a4849f2a474c2b112fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T02:39:40.052Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T02:39:40.052Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T02:39:40.165Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T02:39:40.178Z] $ docker exec b6c3ad3febff44500b441fcfb9869a62ad2a8ec084eb2a4849f2a474c2b112fa ssh-agent [2023-03-01T02:39:40.277Z] SSH_AUTH_SOCK=/tmp/ssh-2NvdaOHDi0r2/agent.32 [2023-03-01T02:39:40.277Z] SSH_AGENT_PID=38 [2023-03-01T02:39:40.282Z] Running ssh-add (command line suppressed) [2023-03-01T02:39:40.396Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12395951392662790406.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12395951392662790406.key) [2023-03-01T02:39:40.400Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T02:39:40.686Z] + git semver tag [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,894 [run_tag] DEBUG tag force:False [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,894 [check_head_tag] DEBUG check head tag [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,896 [execute] INFO git cat-file --batch-check [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,896 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,900 [execute] INFO git cat-file --batch [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,900 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,926 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,926 [execute] INFO git tag -a v3.0.0-dev.40 -m v3.0.0-dev.40 [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,926 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.40', '-m', 'v3.0.0-dev.40'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-01T02:39:40.946Z] 2023-03-01 02:39:40,931 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:39:40.946Z] 3.0.0-dev.40 [Pipeline] } [2023-03-01T02:39:40.966Z] $ docker exec --env ******** --env ******** b6c3ad3febff44500b441fcfb9869a62ad2a8ec084eb2a4849f2a474c2b112fa ssh-agent -k [2023-03-01T02:39:41.063Z] unset SSH_AUTH_SOCK; [2023-03-01T02:39:41.064Z] unset SSH_AGENT_PID; [2023-03-01T02:39:41.064Z] echo Agent pid 38 killed; [2023-03-01T02:39:41.062Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T02:39:41.370Z] + git semver [Pipeline] } [2023-03-01T02:39:41.652Z] $ docker stop --time=1 b6c3ad3febff44500b441fcfb9869a62ad2a8ec084eb2a4849f2a474c2b112fa [2023-03-01T02:39:42.899Z] $ docker rm -f --volumes b6c3ad3febff44500b441fcfb9869a62ad2a8ec084eb2a4849f2a474c2b112fa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:39:43.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T02:39:43.269Z] [2023-03-01T02:39:43.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:39:43.567Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T02:39:43.567Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-01T02:39:43.567Z] ab5ef0e58194: Pulling fs layer [2023-03-01T02:39:43.567Z] 9712f1f96733: Pulling fs layer [2023-03-01T02:39:43.567Z] 63f879dbbcfc: Pulling fs layer [2023-03-01T02:39:43.567Z] 0d9ebad4ef96: Pulling fs layer [2023-03-01T02:39:43.567Z] e9a5061849ea: Pulling fs layer [2023-03-01T02:39:43.567Z] d747dcd14b5f: Pulling fs layer [2023-03-01T02:39:43.567Z] 2de7ff778b66: Pulling fs layer [2023-03-01T02:39:43.567Z] 0d9ebad4ef96: Waiting [2023-03-01T02:39:43.567Z] e9a5061849ea: Waiting [2023-03-01T02:39:43.567Z] d747dcd14b5f: Waiting [2023-03-01T02:39:43.567Z] 2de7ff778b66: Waiting [2023-03-01T02:39:43.567Z] 9712f1f96733: Verifying Checksum [2023-03-01T02:39:43.567Z] 9712f1f96733: Download complete [2023-03-01T02:39:44.145Z] 63f879dbbcfc: Verifying Checksum [2023-03-01T02:39:44.145Z] 63f879dbbcfc: Download complete [2023-03-01T02:39:44.406Z] ab5ef0e58194: Verifying Checksum [2023-03-01T02:39:44.406Z] ab5ef0e58194: Download complete [2023-03-01T02:39:44.406Z] e9a5061849ea: Verifying Checksum [2023-03-01T02:39:44.406Z] e9a5061849ea: Download complete [2023-03-01T02:39:44.406Z] d747dcd14b5f: Verifying Checksum [2023-03-01T02:39:44.406Z] d747dcd14b5f: Download complete [2023-03-01T02:39:44.406Z] 0d9ebad4ef96: Verifying Checksum [2023-03-01T02:39:44.406Z] 0d9ebad4ef96: Download complete [2023-03-01T02:39:44.664Z] 2de7ff778b66: Verifying Checksum [2023-03-01T02:39:44.665Z] 2de7ff778b66: Download complete [2023-03-01T02:39:47.196Z] ab5ef0e58194: Pull complete [2023-03-01T02:39:47.196Z] 9712f1f96733: Pull complete [2023-03-01T02:39:47.763Z] 63f879dbbcfc: Pull complete [2023-03-01T02:39:51.951Z] 0d9ebad4ef96: Pull complete [2023-03-01T02:39:51.951Z] e9a5061849ea: Pull complete [2023-03-01T02:39:51.951Z] d747dcd14b5f: Pull complete [2023-03-01T02:39:52.518Z] 2de7ff778b66: Pull complete [2023-03-01T02:39:52.518Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-01T02:39:52.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T02:39:52.518Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:39:52.612Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:39:52.651Z] $ 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-03-01T02:39:59.041Z] $ docker top 610dc805b4eddb5dc986d4058cd6b7047e1909469c9fa165ebdd3ed63cb01699 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-01T02:39:59.098Z] provisioning config files... [2023-03-01T02:39:59.105Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15600863588217409177tmp [2023-03-01T02:39:59.114Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config12270497421589022981tmp [2023-03-01T02:39:59.124Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15555292142338669426tmp [Pipeline] { [Pipeline] echo [2023-03-01T02:39:59.135Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:39:59.419Z] ---> sigul-configuration.sh [2023-03-01T02:39:59.419Z] gpg: directory `/root/.gnupg' created [2023-03-01T02:39:59.419Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-01T02:39:59.419Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-01T02:39:59.419Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-01T02:39:59.419Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-01T02:39:59.419Z] gpg: CAST5 encrypted data [2023-03-01T02:39:59.419Z] gpg: encrypted with 1 passphrase [2023-03-01T02:39:59.419Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-01T02:39:59.703Z] + mkdir /home/jenkins [2023-03-01T02:39:59.703Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-01T02:39:59.985Z] + 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-03-01T02:39:59.995Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:00.275Z] ---> sigul-install.sh [2023-03-01T02:40:00.275Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-01T02:40:00.558Z] + git tag --list [2023-03-01T02:40:00.558Z] 0.7.1 [2023-03-01T02:40:00.558Z] delhi-tag [2023-03-01T02:40:00.558Z] v1.0.0 [2023-03-01T02:40:00.558Z] v1.1.0 [2023-03-01T02:40:00.558Z] v1.1.1 [2023-03-01T02:40:00.558Z] v1.1.2 [2023-03-01T02:40:00.558Z] v1.2.0 [2023-03-01T02:40:00.558Z] v1.2.1 [2023-03-01T02:40:00.558Z] v1.2.2 [2023-03-01T02:40:00.558Z] v1.2.3 [2023-03-01T02:40:00.558Z] v1.3.0 [2023-03-01T02:40:00.558Z] v1.4.0 [2023-03-01T02:40:00.558Z] v2.0.0 [2023-03-01T02:40:00.558Z] v2.1.0 [2023-03-01T02:40:00.558Z] v2.1.1 [2023-03-01T02:40:00.558Z] v2.1.1-dev.2 [2023-03-01T02:40:00.558Z] v2.1.1-dev.3 [2023-03-01T02:40:00.558Z] v2.2.0 [2023-03-01T02:40:00.558Z] v2.2.1-dev.1 [2023-03-01T02:40:00.558Z] v2.2.1-dev.10 [2023-03-01T02:40:00.558Z] v2.2.1-dev.11 [2023-03-01T02:40:00.558Z] v2.2.1-dev.12 [2023-03-01T02:40:00.558Z] v2.2.1-dev.13 [2023-03-01T02:40:00.558Z] v2.2.1-dev.14 [2023-03-01T02:40:00.558Z] v2.2.1-dev.2 [2023-03-01T02:40:00.558Z] v2.2.1-dev.3 [2023-03-01T02:40:00.558Z] v2.2.1-dev.4 [2023-03-01T02:40:00.558Z] v2.2.1-dev.5 [2023-03-01T02:40:00.558Z] v2.2.1-dev.6 [2023-03-01T02:40:00.558Z] v2.2.1-dev.7 [2023-03-01T02:40:00.558Z] v2.2.1-dev.8 [2023-03-01T02:40:00.558Z] v2.2.1-dev.9 [2023-03-01T02:40:00.558Z] v2.3.0 [2023-03-01T02:40:00.558Z] v2.3.0-dev.14 [2023-03-01T02:40:00.558Z] v2.3.0-dev.15 [2023-03-01T02:40:00.558Z] v2.3.0-dev.16 [2023-03-01T02:40:00.558Z] v2.3.0-dev.17 [2023-03-01T02:40:00.558Z] v2.3.0-dev.18 [2023-03-01T02:40:00.558Z] v2.3.0-dev.19 [2023-03-01T02:40:00.558Z] v2.3.0-dev.20 [2023-03-01T02:40:00.558Z] v2.3.0-dev.21 [2023-03-01T02:40:00.558Z] v2.3.0-dev.22 [2023-03-01T02:40:00.558Z] v2.3.0-dev.23 [2023-03-01T02:40:00.558Z] v2.3.0-dev.24 [2023-03-01T02:40:00.558Z] v2.3.0-dev.25 [2023-03-01T02:40:00.558Z] v2.3.0-dev.26 [2023-03-01T02:40:00.558Z] v2.3.0-dev.27 [2023-03-01T02:40:00.558Z] v2.3.0-dev.28 [2023-03-01T02:40:00.558Z] v2.3.0-dev.29 [2023-03-01T02:40:00.558Z] v2.3.0-dev.30 [2023-03-01T02:40:00.558Z] v2.3.0-dev.31 [2023-03-01T02:40:00.558Z] v2.3.0-dev.32 [2023-03-01T02:40:00.558Z] v2.3.0-dev.33 [2023-03-01T02:40:00.558Z] v2.3.0-dev.34 [2023-03-01T02:40:00.558Z] v2.3.0-dev.35 [2023-03-01T02:40:00.558Z] v2.3.0-dev.36 [2023-03-01T02:40:00.558Z] v2.3.0-dev.37 [2023-03-01T02:40:00.558Z] v2.3.0-dev.38 [2023-03-01T02:40:00.558Z] v2.3.0-dev.39 [2023-03-01T02:40:00.558Z] v2.3.0-dev.40 [2023-03-01T02:40:00.558Z] v2.3.0-dev.41 [2023-03-01T02:40:00.558Z] v2.3.0-dev.42 [2023-03-01T02:40:00.558Z] v2.3.0-dev.43 [2023-03-01T02:40:00.558Z] v2.3.0-dev.44 [2023-03-01T02:40:00.558Z] v2.3.0-dev.45 [2023-03-01T02:40:00.558Z] v2.3.0-dev.46 [2023-03-01T02:40:00.558Z] v2.3.0-dev.47 [2023-03-01T02:40:00.558Z] v2.3.0-dev.48 [2023-03-01T02:40:00.558Z] v2.3.0-dev.49 [2023-03-01T02:40:00.558Z] v2.3.0-dev.50 [2023-03-01T02:40:00.558Z] v2.3.0-dev.51 [2023-03-01T02:40:00.558Z] v2.3.1-dev.1 [2023-03-01T02:40:00.558Z] v2.3.1-dev.2 [2023-03-01T02:40:00.558Z] v3.0.0-dev.1 [2023-03-01T02:40:00.558Z] v3.0.0-dev.10 [2023-03-01T02:40:00.558Z] v3.0.0-dev.11 [2023-03-01T02:40:00.558Z] v3.0.0-dev.12 [2023-03-01T02:40:00.558Z] v3.0.0-dev.13 [2023-03-01T02:40:00.558Z] v3.0.0-dev.14 [2023-03-01T02:40:00.558Z] v3.0.0-dev.15 [2023-03-01T02:40:00.558Z] v3.0.0-dev.16 [2023-03-01T02:40:00.558Z] v3.0.0-dev.17 [2023-03-01T02:40:00.558Z] v3.0.0-dev.18 [2023-03-01T02:40:00.558Z] v3.0.0-dev.19 [2023-03-01T02:40:00.558Z] v3.0.0-dev.2 [2023-03-01T02:40:00.558Z] v3.0.0-dev.20 [2023-03-01T02:40:00.558Z] v3.0.0-dev.21 [2023-03-01T02:40:00.558Z] v3.0.0-dev.22 [2023-03-01T02:40:00.558Z] v3.0.0-dev.23 [2023-03-01T02:40:00.558Z] v3.0.0-dev.24 [2023-03-01T02:40:00.558Z] v3.0.0-dev.25 [2023-03-01T02:40:00.558Z] v3.0.0-dev.26 [2023-03-01T02:40:00.558Z] v3.0.0-dev.27 [2023-03-01T02:40:00.558Z] v3.0.0-dev.28 [2023-03-01T02:40:00.558Z] v3.0.0-dev.29 [2023-03-01T02:40:00.558Z] v3.0.0-dev.3 [2023-03-01T02:40:00.558Z] v3.0.0-dev.30 [2023-03-01T02:40:00.558Z] v3.0.0-dev.31 [2023-03-01T02:40:00.558Z] v3.0.0-dev.32 [2023-03-01T02:40:00.558Z] v3.0.0-dev.33 [2023-03-01T02:40:00.558Z] v3.0.0-dev.34 [2023-03-01T02:40:00.558Z] v3.0.0-dev.35 [2023-03-01T02:40:00.558Z] v3.0.0-dev.36 [2023-03-01T02:40:00.558Z] v3.0.0-dev.37 [2023-03-01T02:40:00.558Z] v3.0.0-dev.38 [2023-03-01T02:40:00.558Z] v3.0.0-dev.39 [2023-03-01T02:40:00.558Z] v3.0.0-dev.4 [2023-03-01T02:40:00.558Z] v3.0.0-dev.40 [2023-03-01T02:40:00.558Z] v3.0.0-dev.5 [2023-03-01T02:40:00.558Z] v3.0.0-dev.6 [2023-03-01T02:40:00.558Z] v3.0.0-dev.7 [2023-03-01T02:40:00.558Z] v3.0.0-dev.8 [2023-03-01T02:40:00.558Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-01T02:40:00.842Z] + lftools sign git-tag v3.0.0-dev.40 [2023-03-01T02:40:01.410Z] Signing Git tag with Sigul... [2023-03-01T02:40:01.410Z] Signing v3.0.0-dev.40 [Pipeline] echo [2023-03-01T02:40:01.676Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:01.961Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-01T02:40:01.968Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-01T02:40:01.997Z] $ docker stop --time=1 610dc805b4eddb5dc986d4058cd6b7047e1909469c9fa165ebdd3ed63cb01699 [2023-03-01T02:40:03.291Z] $ docker rm -f --volumes 610dc805b4eddb5dc986d4058cd6b7047e1909469c9fa165ebdd3ed63cb01699 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-01T02:40:03.691Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T02:40:03.691Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:40:03.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:40:03.984Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:40:04.048Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:40:04.080Z] $ 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-03-01T02:40:04.408Z] $ docker top b1d9f98882bf9fbbc94c2b57f8e58d76b62f4864c38ed9019301e6a4c6dd7093 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T02:40:04.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T02:40:04.472Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T02:40:04.596Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T02:40:04.609Z] $ docker exec b1d9f98882bf9fbbc94c2b57f8e58d76b62f4864c38ed9019301e6a4c6dd7093 ssh-agent [2023-03-01T02:40:04.708Z] SSH_AUTH_SOCK=/tmp/ssh-cDCbouJXUFNB/agent.31 [2023-03-01T02:40:04.708Z] SSH_AGENT_PID=37 [2023-03-01T02:40:04.713Z] Running ssh-add (command line suppressed) [2023-03-01T02:40:04.832Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10182588752187698632.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10182588752187698632.key) [2023-03-01T02:40:04.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T02:40:05.117Z] + git semver bump pre [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,298 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,299 [bump_version] DEBUG bumping version:3.0.0-dev.40 on axis:pre with prefix:dev [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,299 [bump_version] DEBUG bumped version:3.0.0-dev.41 [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,299 [write_version] DEBUG write version:3.0.0-dev.41 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,299 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,299 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,300 [execute] INFO git cat-file --batch-check [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,301 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,305 [execute] INFO git cat-file --batch [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T02:40:05.376Z] 2023-03-01 02:40:05,311 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:40:05.376Z] 3.0.0-dev.41 [Pipeline] } [2023-03-01T02:40:05.396Z] $ docker exec --env ******** --env ******** b1d9f98882bf9fbbc94c2b57f8e58d76b62f4864c38ed9019301e6a4c6dd7093 ssh-agent -k [2023-03-01T02:40:05.507Z] unset SSH_AUTH_SOCK; [2023-03-01T02:40:05.507Z] unset SSH_AGENT_PID; [2023-03-01T02:40:05.507Z] echo Agent pid 37 killed; [2023-03-01T02:40:05.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T02:40:05.809Z] + git semver [Pipeline] } [2023-03-01T02:40:06.093Z] $ docker stop --time=1 b1d9f98882bf9fbbc94c2b57f8e58d76b62f4864c38ed9019301e6a4c6dd7093 [2023-03-01T02:40:07.401Z] $ docker rm -f --volumes b1d9f98882bf9fbbc94c2b57f8e58d76b62f4864c38ed9019301e6a4c6dd7093 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T02:40:07.728Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T02:40:07.728Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:40:08.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:40:08.023Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:40:08.093Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:40:08.133Z] $ 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-03-01T02:40:08.459Z] $ docker top 33b63c4651447fffea864ac24a41425526568202b4d2017118b3370a24f67e02 -eo pid,comm [2023-03-01T02:40:08.495Z] 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-03-01T02:40:08.495Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T02:40:08.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T02:40:08.636Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T02:40:08.760Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T02:40:08.774Z] $ docker exec 33b63c4651447fffea864ac24a41425526568202b4d2017118b3370a24f67e02 ssh-agent [2023-03-01T02:40:08.862Z] SSH_AUTH_SOCK=/tmp/ssh-jvegjmApPMKn/agent.32 [2023-03-01T02:40:08.862Z] SSH_AGENT_PID=38 [2023-03-01T02:40:08.868Z] Running ssh-add (command line suppressed) [2023-03-01T02:40:08.972Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4741305773183810562.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4741305773183810562.key) [2023-03-01T02:40:08.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T02:40:09.258Z] + git semver push [2023-03-01T02:40:09.517Z] 2023-03-01 02:40:09,445 [run_push] DEBUG push [2023-03-01T02:40:09.517Z] 2023-03-01 02:40:09,445 [execute] INFO git cat-file --batch-check [2023-03-01T02:40:09.517Z] 2023-03-01 02:40:09,446 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T02:40:09.517Z] 2023-03-01 02:40:09,449 [execute] INFO git rev-list 2be3cc641b8283093b32e383206372ec7ac2f769 -- [2023-03-01T02:40:09.517Z] 2023-03-01 02:40:09,450 [execute] DEBUG Popen(['git', 'rev-list', '2be3cc641b8283093b32e383206372ec7ac2f769', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-01T02:40:09.517Z] 2023-03-01 02:40:09,460 [execute] INFO git fetch -v origin [2023-03-01T02:40:09.517Z] 2023-03-01 02:40:09,461 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-01T02:40:10.083Z] 2023-03-01 02:40:09,998 [run_push] DEBUG no remote changes detected [2023-03-01T02:40:10.083Z] 2023-03-01 02:40:09,998 [execute] INFO git push origin semver [2023-03-01T02:40:10.083Z] 2023-03-01 02:40:09,998 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-01T02:40:11.020Z] 2023-03-01 02:40:10,838 [run_push] DEBUG push all version tags [2023-03-01T02:40:11.020Z] 2023-03-01 02:40:10,839 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-01T02:40:11.020Z] 2023-03-01 02:40:10,839 [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-03-01T02:40:11.958Z] 2023-03-01 02:40:11,654 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-01T02:40:11.958Z] 3.0.0-dev.41 [Pipeline] } [2023-03-01T02:40:11.978Z] $ docker exec --env ******** --env ******** 33b63c4651447fffea864ac24a41425526568202b4d2017118b3370a24f67e02 ssh-agent -k [2023-03-01T02:40:12.064Z] unset SSH_AUTH_SOCK; [2023-03-01T02:40:12.064Z] unset SSH_AGENT_PID; [2023-03-01T02:40:12.064Z] echo Agent pid 38 killed; [2023-03-01T02:40:12.065Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T02:40:12.362Z] + git semver [Pipeline] } [2023-03-01T02:40:12.642Z] $ docker stop --time=1 33b63c4651447fffea864ac24a41425526568202b4d2017118b3370a24f67e02 [2023-03-01T02:40:13.892Z] $ docker rm -f --volumes 33b63c4651447fffea864ac24a41425526568202b4d2017118b3370a24f67e02 [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-03-01T02:40:14.382Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-03-01T02:40:14.382Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T02:40:14.382Z] total 16 [2023-03-01T02:40:14.382Z] drwxr-xr-x 3 root root 4096 Mar 1 02:30 . [2023-03-01T02:40:14.382Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 1 02:40 .. [2023-03-01T02:40:14.382Z] drwxr-xr-x 2 root root 4096 Mar 1 02:30 cost [2023-03-01T02:40:14.382Z] -rw-r--r-- 1 root root 85 Mar 1 02:30 cost.csv [2023-03-01T02:40:14.382Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T02:40:14.382Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-01T02:40:14.382Z] total 16 [2023-03-01T02:40:14.382Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 02:30 . [2023-03-01T02:40:14.382Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 1 02:40 .. [2023-03-01T02:40:14.382Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 1 02:30 cost [2023-03-01T02:40:14.382Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 1 02:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:14.674Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:15.537Z] ---> package-listing.sh [2023-03-01T02:40:15.537Z] ++ facter osfamily [2023-03-01T02:40:15.537Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-01T02:40:15.797Z] + OS_FAMILY=debian [2023-03-01T02:40:15.797Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-03-01T02:40:15.797Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-01T02:40:15.797Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-01T02:40:15.797Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-01T02:40:15.797Z] + PACKAGES=/tmp/packages_start.txt [2023-03-01T02:40:15.797Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-01T02:40:15.797Z] + PACKAGES=/tmp/packages_end.txt [2023-03-01T02:40:15.797Z] + case "${OS_FAMILY}" in [2023-03-01T02:40:15.797Z] + dpkg -l [2023-03-01T02:40:15.797Z] + grep '^ii' [2023-03-01T02:40:15.797Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-01T02:40:15.797Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-01T02:40:15.797Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-01T02:40:15.797Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-01T02:40:15.797Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-03-01T02:40:15.797Z] + 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-03-01T02:40:15.809Z] 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-03-01T02:40:16.084Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:40:16.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T02:40:16.647Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:40:16.719Z] prd-ubuntu20.04-docker-8c-8g-7869 does not seem to be running inside a container [2023-03-01T02:40:16.761Z] $ 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-03-01T02:40:16.937Z] $ docker top 601aa65df1a4198231835731152c078dcf65edfeadc3d42cc5b5bb1194ace83a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:40:17.266Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-01T02:40:17.551Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-01T02:40:17.833Z] + ls /var/log/sa-host [2023-03-01T02:40:17.833Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T02:40:17.897Z] provisioning config files... [2023-03-01T02:40:17.904Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config17882503647173980121tmp [Pipeline] { [Pipeline] echo [2023-03-01T02:40:17.916Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:18.199Z] ---> create-netrc.sh [Pipeline] } [2023-03-01T02:40:18.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:18.521Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-01T02:40:18.529Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:18.812Z] ---> sudo-logs.sh [2023-03-01T02:40:18.812Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-01T02:40:18.845Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:19.198Z] ---> job-cost.sh [2023-03-01T02:40:19.198Z] lf-activate-venv: SKIPPING [2023-03-01T02:40:19.198Z] DEBUG: total: 0.2199999988079071 [2023-03-01T02:40:19.198Z] INFO: Retrieving Stack Cost... [2023-03-01T02:40:19.466Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T02:40:20.066Z] INFO: Archiving Costs [Pipeline] echo [2023-03-01T02:40:20.121Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:40:20.458Z] ---> logs-deploy.sh [2023-03-01T02:40:20.458Z] lf-activate-venv: SKIPPING [2023-03-01T02:40:20.458Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/170 [2023-03-01T02:40:20.458Z] INFO: archiving workspace using pattern(s): [2023-03-01T02:40:21.394Z] Archives upload complete. [2023-03-01T02:40:21.394Z] INFO: archiving logs to Nexus