Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cf150bd1006c505b2559d8970edbe52dd5fe7567 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-ssh14586824916842325608.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-ssh5540096686209243895.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-ssh5160653809563911668.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-ssh5929244449084800471.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-ssh1884776178968244789.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6137’ Running on prd-ubuntu20.04-docker-8c-8g-6139 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 cf150bd1006c505b2559d8970edbe52dd5fe7567 (main) Commit message: "refactor!: Replace internal topics from config with new constants (#1316)" > 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 cf150bd1006c505b2559d8970edbe52dd5fe7567 # timeout=10 > git rev-list --no-walk 8b9fd5bc22bc5ff949621087fe72c38333f95112 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-15T16:56:45.463Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T16:56:45.524Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T16:56:45.538Z] ========================================================= [2023-02-15T16:56:45.538Z] EdgeX Global Pipelines Version Info [2023-02-15T16:56:45.538Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:56:46.269Z] ------------------- [2023-02-15T16:56:46.270Z] stable info: [2023-02-15T16:56:46.270Z] ------------------- [2023-02-15T16:56:46.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T16:56:46.270Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T16:56:46.270Z] Message: update stable to v1.0.244 [2023-02-15T16:56:46.841Z] ------------------- [2023-02-15T16:56:46.841Z] experimental info: [2023-02-15T16:56:46.841Z] ------------------- [2023-02-15T16:56:46.841Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T16:56:46.841Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T16:56:46.841Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T16:56:47.007Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-02-15T16:56:47.022Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-02-15T16:56:47.033Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T16:56:47.047Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T16:56:47.058Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T16:56:47.072Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T16:56:47.084Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T16:56:47.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-02-15T16:56:47.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T16:56:47.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T16:56:47.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T16:56:47.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-02-15T16:56:47.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T16:56:47.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T16:56:47.209Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T16:56:47.220Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T16:56:47.235Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T16:56:47.246Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T16:56:47.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T16:56:47.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T16:56:47.287Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-15T16:56:47.298Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-15T16:56:47.317Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-15T16:56:47.335Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-15T16:56:47.346Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-15T16:56:47.358Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T16:56:47.372Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T16:56:47.389Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-15T16:56:47.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-15T16:56:47.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-15T16:56:47.422Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cf150bd1006c505b2559d8970edbe52dd5fe7567 [Pipeline] echo [2023-02-15T16:56:47.433Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cf150bd [Pipeline] echo [2023-02-15T16:56:47.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T16:56:47.493Z] provisioning config files... [2023-02-15T16:56:47.507Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3354803195403860529tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:56:47.815Z] ---> docker-login.sh [2023-02-15T16:56:47.816Z] nexus3.edgexfoundry.org:10001 [2023-02-15T16:56:48.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:56:48.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:56:48.075Z] Configure a credential helper to remove this warning. See [2023-02-15T16:56:48.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:56:48.075Z] [2023-02-15T16:56:48.075Z] Login Succeeded [2023-02-15T16:56:48.075Z] nexus3.edgexfoundry.org:10002 [2023-02-15T16:56:48.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:56:48.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:56:48.336Z] Configure a credential helper to remove this warning. See [2023-02-15T16:56:48.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:56:48.336Z] [2023-02-15T16:56:48.336Z] Login Succeeded [2023-02-15T16:56:48.336Z] nexus3.edgexfoundry.org:10003 [2023-02-15T16:56:48.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:56:48.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:56:48.336Z] Configure a credential helper to remove this warning. See [2023-02-15T16:56:48.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:56:48.336Z] [2023-02-15T16:56:48.336Z] Login Succeeded [2023-02-15T16:56:48.336Z] nexus3.edgexfoundry.org:10004 [2023-02-15T16:56:48.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:56:48.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:56:48.595Z] Configure a credential helper to remove this warning. See [2023-02-15T16:56:48.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:56:48.595Z] [2023-02-15T16:56:48.595Z] Login Succeeded [2023-02-15T16:56:48.595Z] docker.io [2023-02-15T16:56:48.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:56:48.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:56:48.855Z] Configure a credential helper to remove this warning. See [2023-02-15T16:56:48.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:56:48.855Z] [2023-02-15T16:56:48.855Z] Login Succeeded [2023-02-15T16:56:48.855Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T16:56:48.862Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-15T16:56:49.209Z] + git rev-list -1 --merges cf150bd1006c505b2559d8970edbe52dd5fe7567~1..cf150bd1006c505b2559d8970edbe52dd5fe7567 [Pipeline] echo [2023-02-15T16:56:49.263Z] -----------> git rev-list -1 --merges cf150bd1006c505b2559d8970edbe52dd5fe7567~1..cf150bd1006c505b2559d8970edbe52dd5fe7567 cf150bd1006c505b2559d8970edbe52dd5fe7567 [false] [Pipeline] sh [2023-02-15T16:56:49.552Z] + git log --format=format:%s -1 cf150bd1006c505b2559d8970edbe52dd5fe7567 [Pipeline] echo [2023-02-15T16:56:49.567Z] ========================================================= [2023-02-15T16:56:49.567Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T16:56:49.567Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T16:56:49.889Z] + git log --format=format:%s -1 cf150bd1006c505b2559d8970edbe52dd5fe7567 [Pipeline] echo [2023-02-15T16:56:49.900Z] [semverPrep] GIT_COMMIT: cf150bd1006c505b2559d8970edbe52dd5fe7567, Commit Message: refactor!: Replace internal topics from config with new constants (#1316) [Pipeline] echo [2023-02-15T16:56:49.910Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-15T16:56:50.278Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T16:56:50.278Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T16:56:50.278Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T16:56:50.278Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T16:56:50.278Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T16:56:50.278Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T16:56:50.278Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:56:50.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T16:56:50.694Z] [2023-02-15T16:56:50.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:56:51.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T16:56:51.005Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T16:56:51.005Z] b85a868b505f: Pulling fs layer [2023-02-15T16:56:51.005Z] e2be974225ed: Pulling fs layer [2023-02-15T16:56:51.005Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T16:56:51.005Z] 988bab9f4d93: Pulling fs layer [2023-02-15T16:56:51.005Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T16:56:51.005Z] eaf3925da568: Pulling fs layer [2023-02-15T16:56:51.005Z] bab4dde63d76: Pulling fs layer [2023-02-15T16:56:51.005Z] bde34c3a00c8: Pulling fs layer [2023-02-15T16:56:51.005Z] b352a97aabf1: Pulling fs layer [2023-02-15T16:56:51.005Z] 4872d77fe225: Pulling fs layer [2023-02-15T16:56:51.005Z] 5851b861e8e6: Pulling fs layer [2023-02-15T16:56:51.005Z] bab4dde63d76: Waiting [2023-02-15T16:56:51.005Z] 1469e6f7b9e6: Waiting [2023-02-15T16:56:51.005Z] bde34c3a00c8: Waiting [2023-02-15T16:56:51.005Z] b352a97aabf1: Waiting [2023-02-15T16:56:51.005Z] 4872d77fe225: Waiting [2023-02-15T16:56:51.005Z] 5851b861e8e6: Waiting [2023-02-15T16:56:51.005Z] eaf3925da568: Waiting [2023-02-15T16:56:51.005Z] 988bab9f4d93: Waiting [2023-02-15T16:56:51.005Z] e2be974225ed: Download complete [2023-02-15T16:56:51.005Z] 988bab9f4d93: Verifying Checksum [2023-02-15T16:56:51.005Z] 988bab9f4d93: Download complete [2023-02-15T16:56:51.273Z] 1469e6f7b9e6: Verifying Checksum [2023-02-15T16:56:51.273Z] 1469e6f7b9e6: Download complete [2023-02-15T16:56:51.273Z] eaf3925da568: Verifying Checksum [2023-02-15T16:56:51.273Z] eaf3925da568: Download complete [2023-02-15T16:56:51.273Z] 339a4e72a1f5: Download complete [2023-02-15T16:56:51.273Z] bde34c3a00c8: Download complete [2023-02-15T16:56:51.273Z] b352a97aabf1: Download complete [2023-02-15T16:56:51.273Z] 4872d77fe225: Download complete [2023-02-15T16:56:51.273Z] 5851b861e8e6: Verifying Checksum [2023-02-15T16:56:51.273Z] 5851b861e8e6: Download complete [2023-02-15T16:56:51.539Z] b85a868b505f: Verifying Checksum [2023-02-15T16:56:51.539Z] b85a868b505f: Download complete [2023-02-15T16:56:52.108Z] bab4dde63d76: Verifying Checksum [2023-02-15T16:56:52.108Z] bab4dde63d76: Download complete [2023-02-15T16:56:53.045Z] b85a868b505f: Pull complete [2023-02-15T16:56:53.045Z] e2be974225ed: Pull complete [2023-02-15T16:56:53.612Z] 339a4e72a1f5: Pull complete [2023-02-15T16:56:53.612Z] 988bab9f4d93: Pull complete [2023-02-15T16:56:53.871Z] 1469e6f7b9e6: Pull complete [2023-02-15T16:56:54.129Z] eaf3925da568: Pull complete [2023-02-15T16:56:56.083Z] bab4dde63d76: Pull complete [2023-02-15T16:56:56.084Z] bde34c3a00c8: Pull complete [2023-02-15T16:56:56.084Z] b352a97aabf1: Pull complete [2023-02-15T16:56:56.344Z] 4872d77fe225: Pull complete [2023-02-15T16:56:56.344Z] 5851b861e8e6: Pull complete [2023-02-15T16:56:56.344Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T16:56:56.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T16:56:56.344Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:56:56.459Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T16:56:56.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-15T16:56:58.049Z] $ docker top 0f0fd399818f0e2b0b7669eedb7c9efa0434d1dbba936feb258f2e6a34e4e769 -eo pid,comm [2023-02-15T16:56:58.112Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T16:56:58.112Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T16:56:58.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T16:56:58.146Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T16:56:58.276Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T16:56:58.283Z] $ docker exec 0f0fd399818f0e2b0b7669eedb7c9efa0434d1dbba936feb258f2e6a34e4e769 ssh-agent [2023-02-15T16:56:58.385Z] SSH_AUTH_SOCK=/tmp/ssh-Qj1h5oatGmob/agent.31 [2023-02-15T16:56:58.385Z] SSH_AGENT_PID=37 [2023-02-15T16:56:58.392Z] Running ssh-add (command line suppressed) [2023-02-15T16:56:58.500Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12274076808552357867.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12274076808552357867.key) [2023-02-15T16:56:58.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T16:56:58.807Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T16:56:58.822Z] $ docker exec --env ******** --env ******** 0f0fd399818f0e2b0b7669eedb7c9efa0434d1dbba936feb258f2e6a34e4e769 ssh-agent -k [2023-02-15T16:56:58.923Z] unset SSH_AUTH_SOCK; [2023-02-15T16:56:58.924Z] unset SSH_AGENT_PID; [2023-02-15T16:56:58.924Z] echo Agent pid 37 killed; [2023-02-15T16:56:58.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T16:56:58.956Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T16:56:58.956Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T16:56:59.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T16:56:59.078Z] $ docker exec 0f0fd399818f0e2b0b7669eedb7c9efa0434d1dbba936feb258f2e6a34e4e769 ssh-agent [2023-02-15T16:56:59.198Z] SSH_AUTH_SOCK=/tmp/ssh-cCsTu40IcDIX/agent.69 [2023-02-15T16:56:59.198Z] SSH_AGENT_PID=75 [2023-02-15T16:56:59.203Z] Running ssh-add (command line suppressed) [2023-02-15T16:56:59.324Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5937315820510027316.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5937315820510027316.key) [2023-02-15T16:56:59.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T16:56:59.628Z] + git semver init [2023-02-15T16:56:59.887Z] 2023-02-15 16:56:59,811 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T16:56:59.887Z] 2023-02-15 16:56:59,812 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-15T16:56:59.887Z] 2023-02-15 16:56:59,813 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-02-15T16:56:59.887Z] 2023-02-15 16:56:59,813 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-15T16:57:01.264Z] 2023-02-15 16:57:01,074 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-02-15T16:57:01.264Z] 2023-02-15 16:57:01,074 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-02-15T16:57:01.264Z] 2023-02-15 16:57:01,074 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T16:57:01.264Z] 2023-02-15 16:57:01,074 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T16:57:01.264Z] 3.0.0-dev.28 [Pipeline] } [2023-02-15T16:57:01.276Z] $ docker exec --env ******** --env ******** 0f0fd399818f0e2b0b7669eedb7c9efa0434d1dbba936feb258f2e6a34e4e769 ssh-agent -k [2023-02-15T16:57:01.385Z] unset SSH_AUTH_SOCK; [2023-02-15T16:57:01.386Z] unset SSH_AGENT_PID; [2023-02-15T16:57:01.386Z] echo Agent pid 75 killed; [2023-02-15T16:57:01.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T16:57:01.699Z] + git semver [Pipeline] } [2023-02-15T16:57:01.976Z] $ docker stop --time=1 0f0fd399818f0e2b0b7669eedb7c9efa0434d1dbba936feb258f2e6a34e4e769 [2023-02-15T16:57:03.322Z] $ docker rm -f --volumes 0f0fd399818f0e2b0b7669eedb7c9efa0434d1dbba936feb258f2e6a34e4e769 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T16:57:03.652Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T16:57:03.856Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T16:57:03.860Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.28 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T16:57:04.008Z] provisioning config files... [2023-02-15T16:57:04.020Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config14609901481764348634tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:57:04.315Z] ---> docker-login.sh [2023-02-15T16:57:04.315Z] nexus3.edgexfoundry.org:10001 [2023-02-15T16:57:04.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:57:04.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:57:04.315Z] Configure a credential helper to remove this warning. See [2023-02-15T16:57:04.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:57:04.315Z] [2023-02-15T16:57:04.315Z] Login Succeeded [2023-02-15T16:57:04.315Z] nexus3.edgexfoundry.org:10002 [2023-02-15T16:57:04.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:57:04.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:57:04.575Z] Configure a credential helper to remove this warning. See [2023-02-15T16:57:04.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:57:04.575Z] [2023-02-15T16:57:04.575Z] Login Succeeded [2023-02-15T16:57:04.575Z] nexus3.edgexfoundry.org:10003 [2023-02-15T16:57:04.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:57:04.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:57:04.575Z] Configure a credential helper to remove this warning. See [2023-02-15T16:57:04.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:57:04.575Z] [2023-02-15T16:57:04.575Z] Login Succeeded [2023-02-15T16:57:04.575Z] nexus3.edgexfoundry.org:10004 [2023-02-15T16:57:04.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:57:04.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:57:04.835Z] Configure a credential helper to remove this warning. See [2023-02-15T16:57:04.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:57:04.835Z] [2023-02-15T16:57:04.835Z] Login Succeeded [2023-02-15T16:57:04.835Z] docker.io [2023-02-15T16:57:04.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:57:05.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:57:05.097Z] Configure a credential helper to remove this warning. See [2023-02-15T16:57:05.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:57:05.097Z] [2023-02-15T16:57:05.097Z] Login Succeeded [2023-02-15T16:57:05.097Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T16:57:05.104Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-15T16:57:05.170Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T16:57:05.183Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T16:57:05.191Z] ========================================================= [2023-02-15T16:57:05.191Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T16:57:05.191Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:57:05.501Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-15T16:57:05.501Z] Sending build context to Docker daemon 10.47MB [2023-02-15T16:57:05.501Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T16:57:05.501Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-15T16:57:05.501Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T16:57:05.501Z] 213ec9aee27d: Pulling fs layer [2023-02-15T16:57:05.501Z] 4583459ba037: Pulling fs layer [2023-02-15T16:57:05.501Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T16:57:05.501Z] 53926ce57604: Pulling fs layer [2023-02-15T16:57:05.501Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T16:57:05.501Z] 22ff95d597cd: Pulling fs layer [2023-02-15T16:57:05.501Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T16:57:05.501Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T16:57:05.501Z] a7acece74701: Pulling fs layer [2023-02-15T16:57:05.501Z] 22ff95d597cd: Waiting [2023-02-15T16:57:05.501Z] 12d6caf4c0d1: Waiting [2023-02-15T16:57:05.501Z] 96b7cbca73a9: Waiting [2023-02-15T16:57:05.501Z] a7acece74701: Waiting [2023-02-15T16:57:05.501Z] 53926ce57604: Waiting [2023-02-15T16:57:05.501Z] 21b2b0c7a3f4: Waiting [2023-02-15T16:57:05.764Z] 93c1e223e6f2: Verifying Checksum [2023-02-15T16:57:05.764Z] 93c1e223e6f2: Download complete [2023-02-15T16:57:05.764Z] 4583459ba037: Verifying Checksum [2023-02-15T16:57:05.764Z] 4583459ba037: Download complete [2023-02-15T16:57:05.764Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T16:57:05.764Z] 21b2b0c7a3f4: Download complete [2023-02-15T16:57:05.764Z] 22ff95d597cd: Download complete [2023-02-15T16:57:05.764Z] 213ec9aee27d: Verifying Checksum [2023-02-15T16:57:05.764Z] 213ec9aee27d: Download complete [2023-02-15T16:57:05.764Z] 12d6caf4c0d1: Verifying Checksum [2023-02-15T16:57:05.764Z] 12d6caf4c0d1: Download complete [2023-02-15T16:57:06.883Z] 213ec9aee27d: Pull complete [2023-02-15T16:57:06.883Z] 4583459ba037: Pull complete [2023-02-15T16:57:06.883Z] 93c1e223e6f2: Pull complete [2023-02-15T16:57:06.883Z] a7acece74701: Verifying Checksum [2023-02-15T16:57:06.883Z] a7acece74701: Download complete [2023-02-15T16:57:07.926Z] 53926ce57604: Verifying Checksum [2023-02-15T16:57:07.926Z] 53926ce57604: Download complete [2023-02-15T16:57:07.926Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T16:57:12.184Z] 53926ce57604: Pull complete [2023-02-15T16:57:12.184Z] 21b2b0c7a3f4: Pull complete [2023-02-15T16:57:12.184Z] 22ff95d597cd: Pull complete [2023-02-15T16:57:12.184Z] 12d6caf4c0d1: Pull complete [2023-02-15T16:57:14.558Z] 96b7cbca73a9: Pull complete [2023-02-15T16:57:15.126Z] a7acece74701: Pull complete [2023-02-15T16:57:15.126Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T16:57:15.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T16:57:15.126Z] ---> db6d94c90886 [2023-02-15T16:57:15.126Z] Step 3/10 : ARG MAKE=make build [2023-02-15T16:57:17.033Z] ---> Running in 524a82618ac7 [2023-02-15T16:57:17.033Z] Removing intermediate container 524a82618ac7 [2023-02-15T16:57:17.033Z] ---> ded8a1456878 [2023-02-15T16:57:17.033Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-15T16:57:17.033Z] ---> Running in a9b10bde93a1 [2023-02-15T16:57:17.292Z] Removing intermediate container a9b10bde93a1 [2023-02-15T16:57:17.292Z] ---> 9bbe3699f160 [2023-02-15T16:57:17.292Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-15T16:57:17.292Z] ---> Running in d1339aa12aa7 [2023-02-15T16:57:17.292Z] Removing intermediate container d1339aa12aa7 [2023-02-15T16:57:17.292Z] ---> fb3984b0e516 [2023-02-15T16:57:17.292Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-15T16:57:17.292Z] ---> Running in 088c42a777ff [2023-02-15T16:57:17.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:57:17.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:57:18.122Z] OK: 211 MiB in 51 packages [2023-02-15T16:57:18.690Z] Removing intermediate container 088c42a777ff [2023-02-15T16:57:18.690Z] ---> 2c47695fc1a1 [2023-02-15T16:57:18.690Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-15T16:57:18.690Z] ---> 35885a7b0149 [2023-02-15T16:57:18.690Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:57:18.690Z] ---> Running in 8168ff1ff1fc [2023-02-15T16:57:18.964Z] Still waiting to schedule task [2023-02-15T16:57:18.965Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6138’ [2023-02-15T16:57:50.782Z] Removing intermediate container 8168ff1ff1fc [2023-02-15T16:57:50.782Z] ---> beb8526bebb0 [2023-02-15T16:57:50.782Z] Step 9/10 : COPY . . [2023-02-15T16:57:50.782Z] ---> 655b85256e16 [2023-02-15T16:57:50.782Z] Step 10/10 : RUN ${MAKE} [2023-02-15T16:57:50.782Z] ---> Running in 77e9ba380be2 [2023-02-15T16:57:50.782Z] noop [2023-02-15T16:57:51.051Z] Removing intermediate container 77e9ba380be2 [2023-02-15T16:57:51.051Z] ---> f0e1efdc7f63 [2023-02-15T16:57:51.051Z] Successfully built f0e1efdc7f63 [2023-02-15T16:57:51.051Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:57:51.380Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T16:57:51.380Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:57:51.459Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T16:57:51.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-15T16:57:51.930Z] $ docker top bc00a24394707de037d507a7305dc374c561af28fffec72649d3088a675921d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T16:57:52.286Z] + go version [2023-02-15T16:57:52.286Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T16:57:52.298Z] $ docker stop --time=1 bc00a24394707de037d507a7305dc374c561af28fffec72649d3088a675921d4 [2023-02-15T16:57:53.543Z] $ docker rm -f --volumes bc00a24394707de037d507a7305dc374c561af28fffec72649d3088a675921d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:57:53.948Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T16:57:53.948Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:57:54.015Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T16:57:54.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-15T16:57:54.425Z] $ docker top 068febba9cadda5c5fd4398d870d32587b8f16e1aa2237ed9dacb5779361c84c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T16:57:54.766Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-15T16:57:55.063Z] + make test [2023-02-15T16:57:55.063Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T16:58:01.632Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-15T16:58:16.804Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-15T16:58:16.804Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-15T16:58:16.804Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-15T16:58:16.804Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-15T16:58:16.804Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-15T16:58:16.804Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.093s coverage: 27.6% of statements [2023-02-15T16:58:16.804Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.090s coverage: 78.9% of statements [2023-02-15T16:58:16.804Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-15T16:58:16.804Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.088s coverage: 77.8% of statements [2023-02-15T16:58:16.804Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-15T16:58:16.804Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-15T16:58:17.066Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.110s coverage: 77.0% of statements [2023-02-15T16:58:17.066Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-15T16:58:17.066Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-15T16:58:17.066Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-15T16:58:17.066Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.097s coverage: 65.2% of statements [2023-02-15T16:58:17.066Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-15T16:58:17.066Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-15T16:58:17.066Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.774s coverage: 89.2% of statements [2023-02-15T16:58:17.066Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-15T16:58:17.066Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.051s coverage: 4.7% of statements [2023-02-15T16:58:17.066Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-15T16:58:35.384Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-15T16:58:35.384Z] GO111MODULE=on go vet ./... [2023-02-15T16:58:37.359Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T16:58:37.359Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T16:58:37.359Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T16:58:37.629Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-15T16:58:37.642Z] $ docker stop --time=1 068febba9cadda5c5fd4398d870d32587b8f16e1aa2237ed9dacb5779361c84c [2023-02-15T16:58:39.691Z] $ docker rm -f --volumes 068febba9cadda5c5fd4398d870d32587b8f16e1aa2237ed9dacb5779361c84c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T16:58:40.213Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-15T16:58:40.279Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-15T16:58:40.847Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-15T16:58:41.130Z] + ls -al . [2023-02-15T16:58:41.130Z] total 272 [2023-02-15T16:58:41.130Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 15 16:57 . [2023-02-15T16:58:41.130Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 16:56 .. [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 15 16:56 .dockerignore [2023-02-15T16:58:41.130Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 16:58 .git [2023-02-15T16:58:41.130Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 16:56 .github [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 15 16:56 .gitignore [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 15 16:56 .golangci.yml [2023-02-15T16:58:41.130Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 16:57 .semver [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 15 16:56 CHANGELOG.md [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 16:56 GOVERNANCE.md [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 15 16:56 Jenkinsfile [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 15 16:56 LICENSE [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 15 16:56 Makefile [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 15 16:56 OWNERS.md [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 15 16:56 README.md [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 15 16:57 VERSION [2023-02-15T16:58:41.130Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 16:56 bin [2023-02-15T16:58:41.130Z] -rw-r--r-- 1 jenkins jenkins 98700 Feb 15 16:58 coverage.out [2023-02-15T16:58:41.130Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 15 16:56 example [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 3265 Feb 15 16:56 go.mod [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 32819 Feb 15 16:56 go.sum [2023-02-15T16:58:41.130Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 15 16:56 internal [2023-02-15T16:58:41.130Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 16:56 openapi [2023-02-15T16:58:41.130Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 15 16:56 pkg [2023-02-15T16:58:41.130Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 16:56 snap [2023-02-15T16:58:41.130Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 15 16:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:41.447Z] + 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=cf150bd1006c505b2559d8970edbe52dd5fe7567 --label arch=amd64 --label version=3.0.0-dev.28 . [2023-02-15T16:58:41.447Z] Sending build context to Docker daemon 10.57MB [2023-02-15T16:58:41.447Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T16:58:41.447Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-15T16:58:41.447Z] ---> f0e1efdc7f63 [2023-02-15T16:58:41.447Z] Step 3/23 : ARG MAKE=make build [2023-02-15T16:58:41.707Z] ---> Running in b862de49ea67 [2023-02-15T16:58:41.707Z] Removing intermediate container b862de49ea67 [2023-02-15T16:58:41.707Z] ---> 358dca0b42d8 [2023-02-15T16:58:41.707Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-15T16:58:41.707Z] ---> Running in 95a7fb538b26 [2023-02-15T16:58:41.707Z] Removing intermediate container 95a7fb538b26 [2023-02-15T16:58:41.707Z] ---> 4b667c64d41b [2023-02-15T16:58:41.707Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-15T16:58:41.966Z] ---> Running in 9b7f549a70da [2023-02-15T16:58:41.966Z] Removing intermediate container 9b7f549a70da [2023-02-15T16:58:41.966Z] ---> de06a2d16e00 [2023-02-15T16:58:41.966Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-15T16:58:41.966Z] ---> Running in 172f738edb20 [2023-02-15T16:58:42.226Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:58:42.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:58:42.486Z] OK: 211 MiB in 51 packages [2023-02-15T16:58:43.052Z] Removing intermediate container 172f738edb20 [2023-02-15T16:58:43.052Z] ---> 05eea5bfaf9b [2023-02-15T16:58:43.052Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-15T16:58:43.052Z] ---> 4a55cd8ec00b [2023-02-15T16:58:43.052Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:58:43.052Z] ---> Running in 3a56a5b98d15 [2023-02-15T16:58:43.986Z] Removing intermediate container 3a56a5b98d15 [2023-02-15T16:58:43.986Z] ---> 7a1f087720fe [2023-02-15T16:58:43.986Z] Step 9/23 : COPY . . [2023-02-15T16:58:44.246Z] ---> 994bfc660c26 [2023-02-15T16:58:44.246Z] Step 10/23 : RUN ${MAKE} [2023-02-15T16:58:44.246Z] ---> Running in af589e554c8c [2023-02-15T16:58:44.505Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.28" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-15T16:59:06.432Z] Removing intermediate container af589e554c8c [2023-02-15T16:59:06.432Z] ---> 904d1b7f4663 [2023-02-15T16:59:06.432Z] Step 11/23 : FROM alpine:3.16 [2023-02-15T16:59:06.432Z] 3.16: Pulling from library/alpine [2023-02-15T16:59:06.432Z] ef5531b6e74e: Pulling fs layer [2023-02-15T16:59:06.432Z] ef5531b6e74e: Verifying Checksum [2023-02-15T16:59:06.432Z] ef5531b6e74e: Download complete [2023-02-15T16:59:06.432Z] ef5531b6e74e: Pull complete [2023-02-15T16:59:06.432Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T16:59:06.432Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T16:59:06.432Z] ---> dfd21b5a31f5 [2023-02-15T16:59:06.432Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-15T16:59:06.432Z] ---> Running in 2d32babac08b [2023-02-15T16:59:06.432Z] Removing intermediate container 2d32babac08b [2023-02-15T16:59:06.432Z] ---> 3164393b939a [2023-02-15T16:59:06.432Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-15T16:59:06.432Z] ---> Running in c8c94f7f2582 [2023-02-15T16:59:06.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:59:06.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:59:06.432Z] OK: 6 MiB in 14 packages [2023-02-15T16:59:06.432Z] Removing intermediate container c8c94f7f2582 [2023-02-15T16:59:06.432Z] ---> 232f79655239 [2023-02-15T16:59:06.432Z] Step 14/23 : WORKDIR / [2023-02-15T16:59:06.432Z] ---> Running in 5116cc6638f3 [2023-02-15T16:59:06.691Z] Removing intermediate container 5116cc6638f3 [2023-02-15T16:59:06.691Z] ---> e93ea5574718 [2023-02-15T16:59:06.691Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-15T16:59:06.691Z] ---> dc6ebb3f431a [2023-02-15T16:59:06.691Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-15T16:59:07.255Z] ---> 7ff564ef7d8d [2023-02-15T16:59:07.255Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-15T16:59:07.513Z] ---> 8d8e7cae22ca [2023-02-15T16:59:07.513Z] Step 18/23 : EXPOSE 59999 [2023-02-15T16:59:07.513Z] ---> Running in 47cc4460c1bc [2023-02-15T16:59:07.513Z] Removing intermediate container 47cc4460c1bc [2023-02-15T16:59:07.513Z] ---> f3a48a60c1f0 [2023-02-15T16:59:07.513Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-15T16:59:07.513Z] ---> Running in 3ac9b7b94f12 [2023-02-15T16:59:07.778Z] Removing intermediate container 3ac9b7b94f12 [2023-02-15T16:59:07.778Z] ---> de263c672060 [2023-02-15T16:59:07.778Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:59:07.778Z] ---> Running in 3b5a5ed0b1d1 [2023-02-15T16:59:07.778Z] Removing intermediate container 3b5a5ed0b1d1 [2023-02-15T16:59:07.778Z] ---> 12c12ffbc340 [2023-02-15T16:59:07.778Z] Step 21/23 : LABEL arch=amd64 [2023-02-15T16:59:07.778Z] ---> Running in 224737f3d590 [2023-02-15T16:59:07.778Z] Removing intermediate container 224737f3d590 [2023-02-15T16:59:07.778Z] ---> 3ee83af15e90 [2023-02-15T16:59:07.778Z] Step 22/23 : LABEL git_sha=cf150bd1006c505b2559d8970edbe52dd5fe7567 [2023-02-15T16:59:08.036Z] ---> Running in 1a4cee6ae3f9 [2023-02-15T16:59:08.036Z] Removing intermediate container 1a4cee6ae3f9 [2023-02-15T16:59:08.036Z] ---> 5001959c515f [2023-02-15T16:59:08.036Z] Step 23/23 : LABEL version=3.0.0-dev.28 [2023-02-15T16:59:08.036Z] ---> Running in 0b110e76ca63 [2023-02-15T16:59:08.036Z] Removing intermediate container 0b110e76ca63 [2023-02-15T16:59:08.036Z] ---> ec757359845d [2023-02-15T16:59:08.036Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-15T16:59:08.036Z] Successfully built ec757359845d [2023-02-15T16:59:08.036Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:08.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T16:59:08.726Z] [2023-02-15T16:59:08.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:09.036Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T16:59:09.036Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T16:59:09.036Z] 5eb5b503b376: Pulling fs layer [2023-02-15T16:59:09.036Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T16:59:09.036Z] ec43610c2a17: Pulling fs layer [2023-02-15T16:59:09.036Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T16:59:09.036Z] 33b1e0a273af: Pulling fs layer [2023-02-15T16:59:09.036Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T16:59:09.036Z] 2f39f015ded8: Pulling fs layer [2023-02-15T16:59:09.036Z] 3a2ae6a8a46f: Waiting [2023-02-15T16:59:09.036Z] 33b1e0a273af: Waiting [2023-02-15T16:59:09.036Z] 5d3b04190fa2: Waiting [2023-02-15T16:59:09.036Z] 2f39f015ded8: Waiting [2023-02-15T16:59:09.036Z] 5c69ac0246d0: Download complete [2023-02-15T16:59:09.036Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-15T16:59:09.036Z] 3a2ae6a8a46f: Download complete [2023-02-15T16:59:09.297Z] 33b1e0a273af: Verifying Checksum [2023-02-15T16:59:09.297Z] 33b1e0a273af: Download complete [2023-02-15T16:59:09.297Z] 5d3b04190fa2: Verifying Checksum [2023-02-15T16:59:09.297Z] 5d3b04190fa2: Download complete [2023-02-15T16:59:09.297Z] ec43610c2a17: Verifying Checksum [2023-02-15T16:59:09.297Z] ec43610c2a17: Download complete [2023-02-15T16:59:09.554Z] 5eb5b503b376: Verifying Checksum [2023-02-15T16:59:09.554Z] 5eb5b503b376: Download complete [2023-02-15T16:59:10.122Z] 2f39f015ded8: Download complete [2023-02-15T16:59:10.690Z] 5eb5b503b376: Pull complete [2023-02-15T16:59:10.690Z] 5c69ac0246d0: Pull complete [2023-02-15T16:59:11.256Z] ec43610c2a17: Pull complete [2023-02-15T16:59:11.256Z] 3a2ae6a8a46f: Pull complete [2023-02-15T16:59:11.515Z] 33b1e0a273af: Pull complete [2023-02-15T16:59:11.515Z] 5d3b04190fa2: Pull complete [2023-02-15T16:59:15.713Z] 2f39f015ded8: Pull complete [2023-02-15T16:59:15.713Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T16:59:15.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T16:59:15.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:59:16.045Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T16:59:16.076Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-15T16:59:17.846Z] $ docker top 02b08eca3334d86bdc0e99d955935d7e4fcd7bf0960d9e5de4ba338cc2a8336a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:59:18.216Z] ---> job-cost.sh [2023-02-15T16:59:18.216Z] lf-activate-venv: SKIPPING [2023-02-15T16:59:18.216Z] INFO: No Stack... [2023-02-15T16:59:18.785Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T16:59:19.352Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T16:59:19.642Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-02-15T16:59:19.643Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T16:59:19.658Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-158-stack-cost] [2023-02-15T16:59:19.669Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-158-stack-cost] did not exist. Created. [2023-02-15T16:59:19.670Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-158-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T16:59:19.970Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-15T16:59:20.005Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T16:59:20.013Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-158-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T16:59:20.039Z] $ docker stop --time=1 02b08eca3334d86bdc0e99d955935d7e4fcd7bf0960d9e5de4ba338cc2a8336a [2023-02-15T16:59:21.214Z] $ docker rm -f --volumes 02b08eca3334d86bdc0e99d955935d7e4fcd7bf0960d9e5de4ba338cc2a8336a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-15T16:59:52.087Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6144 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-02-15T16:59:52.101Z] Running in /w/workspace/device-sdk-go/158 [Pipeline] { [Pipeline] checkout [2023-02-15T16:59:52.142Z] The recommended git tool is: git [2023-02-15T16:59:58.459Z] using credential edgex-jenkins-ssh [2023-02-15T16:59:58.488Z] Cloning the remote Git repository [2023-02-15T16:59:58.549Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-02-15T16:59:58.648Z] > git init /w/workspace/device-sdk-go/158 # timeout=10 [2023-02-15T16:59:58.854Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-02-15T16:59:58.855Z] > git --version # timeout=10 [2023-02-15T16:59:58.878Z] > git --version # 'git version 2.25.1' [2023-02-15T16:59:58.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T16:59:58.954Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T17:00:00.717Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-02-15T17:00:00.740Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T17:00:01.722Z] Avoid second fetch [2023-02-15T17:00:01.723Z] Checking out Revision cf150bd1006c505b2559d8970edbe52dd5fe7567 (main) [2023-02-15T17:00:02.374Z] Commit message: "refactor!: Replace internal topics from config with new constants (#1316)" [2023-02-15T17:00:01.742Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T17:00:01.759Z] > git checkout -f cf150bd1006c505b2559d8970edbe52dd5fe7567 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T17:00:03.397Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T17:00:03.397Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:00:03.397Z] Dload Upload Total Spent Left Speed [2023-02-15T17:00:03.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 47578 0 --:--:-- --:--:-- --:--:-- 47401 [Pipeline] sh [2023-02-15T17:00:04.075Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-15T17:00:04.411Z] + sudo+ sudo tee /etc/docker/daemon.new [2023-02-15T17:00:04.411Z] jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-15T17:00:04.411Z] { [2023-02-15T17:00:04.411Z] "registry-mirrors": [ [2023-02-15T17:00:04.411Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T17:00:04.411Z] ], [2023-02-15T17:00:04.411Z] "bip": "10.250.0.254/24", [2023-02-15T17:00:04.411Z] "hosts": [ [2023-02-15T17:00:04.411Z] "tcp://0.0.0.0:5555", [2023-02-15T17:00:04.411Z] "unix:///var/run/docker.sock" [2023-02-15T17:00:04.411Z] ], [2023-02-15T17:00:04.411Z] "mtu": 1458, [2023-02-15T17:00:04.411Z] "selinux-enabled": true, [2023-02-15T17:00:04.411Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T17:00:04.411Z] } [Pipeline] sh [2023-02-15T17:00:04.747Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-15T17:00:05.091Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T17:00:23.388Z] provisioning config files... [2023-02-15T17:00:23.419Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/158@tmp/config16897750693039811210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:00:23.791Z] ---> docker-login.sh [2023-02-15T17:00:23.791Z] nexus3.edgexfoundry.org:10001 [2023-02-15T17:00:24.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T17:00:24.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T17:00:24.388Z] Configure a credential helper to remove this warning. See [2023-02-15T17:00:24.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T17:00:24.388Z] [2023-02-15T17:00:24.388Z] Login Succeeded [2023-02-15T17:00:24.388Z] nexus3.edgexfoundry.org:10002 [2023-02-15T17:00:24.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T17:00:24.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T17:00:24.937Z] Configure a credential helper to remove this warning. See [2023-02-15T17:00:24.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T17:00:24.937Z] [2023-02-15T17:00:24.937Z] Login Succeeded [2023-02-15T17:00:24.937Z] nexus3.edgexfoundry.org:10003 [2023-02-15T17:00:25.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T17:00:25.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T17:00:25.234Z] Configure a credential helper to remove this warning. See [2023-02-15T17:00:25.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T17:00:25.234Z] [2023-02-15T17:00:25.234Z] Login Succeeded [2023-02-15T17:00:25.234Z] nexus3.edgexfoundry.org:10004 [2023-02-15T17:00:25.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T17:00:25.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T17:00:25.516Z] Configure a credential helper to remove this warning. See [2023-02-15T17:00:25.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T17:00:25.516Z] [2023-02-15T17:00:25.789Z] Login Succeeded [2023-02-15T17:00:25.789Z] docker.io [2023-02-15T17:00:25.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T17:00:26.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T17:00:26.393Z] Configure a credential helper to remove this warning. See [2023-02-15T17:00:26.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T17:00:26.393Z] [2023-02-15T17:00:26.393Z] Login Succeeded [2023-02-15T17:00:26.393Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T17:00:26.409Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-15T17:00:26.756Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T17:00:26.766Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T17:00:26.773Z] ========================================================= [2023-02-15T17:00:26.773Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T17:00:26.773Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:27.131Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-15T17:00:27.403Z] Sending build context to Docker daemon 5.617MB [2023-02-15T17:00:27.676Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T17:00:27.676Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-15T17:00:27.676Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T17:00:27.676Z] 9b18e9b68314: Pulling fs layer [2023-02-15T17:00:27.676Z] 35d82f9e3411: Pulling fs layer [2023-02-15T17:00:27.676Z] e16973657156: Pulling fs layer [2023-02-15T17:00:27.676Z] fc693d55d65f: Pulling fs layer [2023-02-15T17:00:27.676Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T17:00:27.676Z] dda99020689f: Pulling fs layer [2023-02-15T17:00:27.676Z] db1c61fa0a46: Pulling fs layer [2023-02-15T17:00:27.676Z] 891c053d2c06: Pulling fs layer [2023-02-15T17:00:27.676Z] fc693d55d65f: Waiting [2023-02-15T17:00:27.676Z] 7e9fc2657dce: Waiting [2023-02-15T17:00:27.676Z] dda99020689f: Waiting [2023-02-15T17:00:27.676Z] db1c61fa0a46: Waiting [2023-02-15T17:00:27.676Z] 891c053d2c06: Waiting [2023-02-15T17:00:27.676Z] e16973657156: Verifying Checksum [2023-02-15T17:00:27.676Z] e16973657156: Download complete [2023-02-15T17:00:27.676Z] 35d82f9e3411: Verifying Checksum [2023-02-15T17:00:27.676Z] 35d82f9e3411: Download complete [2023-02-15T17:00:27.956Z] 7e9fc2657dce: Verifying Checksum [2023-02-15T17:00:27.956Z] 7e9fc2657dce: Download complete [2023-02-15T17:00:27.956Z] dda99020689f: Verifying Checksum [2023-02-15T17:00:27.956Z] dda99020689f: Download complete [2023-02-15T17:00:27.956Z] 9b18e9b68314: Verifying Checksum [2023-02-15T17:00:28.951Z] 891c053d2c06: Verifying Checksum [2023-02-15T17:00:29.933Z] 9b18e9b68314: Pull complete [2023-02-15T17:00:30.205Z] db1c61fa0a46: Verifying Checksum [2023-02-15T17:00:30.205Z] db1c61fa0a46: Download complete [2023-02-15T17:00:30.476Z] 35d82f9e3411: Pull complete [2023-02-15T17:00:30.749Z] fc693d55d65f: Verifying Checksum [2023-02-15T17:00:30.749Z] fc693d55d65f: Download complete [2023-02-15T17:00:31.022Z] e16973657156: Pull complete [2023-02-15T17:00:43.380Z] fc693d55d65f: Pull complete [2023-02-15T17:00:43.380Z] 7e9fc2657dce: Pull complete [2023-02-15T17:00:43.380Z] dda99020689f: Pull complete [2023-02-15T17:00:50.103Z] db1c61fa0a46: Pull complete [2023-02-15T17:00:51.534Z] 891c053d2c06: Pull complete [2023-02-15T17:00:51.534Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T17:00:51.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T17:00:51.534Z] ---> f96f9c87975a [2023-02-15T17:00:51.534Z] Step 3/10 : ARG MAKE=make build [2023-02-15T17:00:53.502Z] ---> Running in 6383f61e6eab [2023-02-15T17:00:53.774Z] Removing intermediate container 6383f61e6eab [2023-02-15T17:00:53.774Z] ---> 8c851f83f27e [2023-02-15T17:00:53.774Z] Step 4/10 : WORKDIR /device-sdk-go [2023-02-15T17:00:53.774Z] ---> Running in bc952471862b [2023-02-15T17:00:54.372Z] Removing intermediate container bc952471862b [2023-02-15T17:00:54.372Z] ---> fcb9cee606ae [2023-02-15T17:00:54.372Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-15T17:00:54.372Z] ---> Running in 976e2e775ecb [2023-02-15T17:00:54.644Z] Removing intermediate container 976e2e775ecb [2023-02-15T17:00:54.644Z] ---> edf9e35f458e [2023-02-15T17:00:54.644Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-02-15T17:00:54.644Z] ---> Running in be06f793386c [2023-02-15T17:00:56.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T17:00:56.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T17:00:57.315Z] OK: 221 MiB in 51 packages [2023-02-15T17:00:58.288Z] Removing intermediate container be06f793386c [2023-02-15T17:00:58.288Z] ---> 801d95b0fdb1 [2023-02-15T17:00:58.288Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-15T17:00:58.958Z] ---> 527b0f7ee124 [2023-02-15T17:00:58.958Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T17:00:58.958Z] ---> Running in 52178c6bc486 [2023-02-15T17:02:20.813Z] Removing intermediate container 52178c6bc486 [2023-02-15T17:02:20.813Z] ---> f4e0c4b48f0d [2023-02-15T17:02:20.813Z] Step 9/10 : COPY . . [2023-02-15T17:02:20.813Z] ---> 529f9edfd5b0 [2023-02-15T17:02:20.813Z] Step 10/10 : RUN ${MAKE} [2023-02-15T17:02:20.813Z] ---> Running in c37242c690dc [2023-02-15T17:02:20.813Z] noop [2023-02-15T17:02:20.813Z] Removing intermediate container c37242c690dc [2023-02-15T17:02:20.813Z] ---> bedd8c940872 [2023-02-15T17:02:20.813Z] Successfully built bedd8c940872 [2023-02-15T17:02:20.813Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:21.172Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T17:02:21.172Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:02:21.369Z] prd-ubuntu20.04-docker-arm64-4c-16g-6144 does not seem to be running inside a container [2023-02-15T17:02:21.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/158 -v /w/workspace/device-sdk-go/158:/w/workspace/device-sdk-go/158:rw,z -v /w/workspace/device-sdk-go/158@tmp:/w/workspace/device-sdk-go/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T17:02:22.674Z] $ docker top ac32470ee1c841177c5b0d6b0c51bdb651d4598fcaf84162f4977bd81fbdc282 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T17:02:23.539Z] + go version [2023-02-15T17:02:23.539Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-15T17:02:23.567Z] $ docker stop --time=1 ac32470ee1c841177c5b0d6b0c51bdb651d4598fcaf84162f4977bd81fbdc282 [2023-02-15T17:02:25.229Z] $ docker rm -f --volumes ac32470ee1c841177c5b0d6b0c51bdb651d4598fcaf84162f4977bd81fbdc282 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:25.767Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T17:02:25.767Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:02:25.969Z] prd-ubuntu20.04-docker-arm64-4c-16g-6144 does not seem to be running inside a container [2023-02-15T17:02:26.052Z] $ 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/158 -v /w/workspace/device-sdk-go/158:/w/workspace/device-sdk-go/158:rw,z -v /w/workspace/device-sdk-go/158@tmp:/w/workspace/device-sdk-go/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T17:02:27.300Z] $ docker top 11c76eaf3d5a358804b9fcea07d10e1b65fbf6dee2736ca3bde0c06b90e45c76 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T17:02:28.144Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/158 [Pipeline] fileExists [Pipeline] sh [2023-02-15T17:02:28.800Z] + make test [2023-02-15T17:02:28.800Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T17:03:07.702Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-02-15T17:05:29.425Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-02-15T17:05:29.425Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-02-15T17:05:29.425Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-02-15T17:05:29.425Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-02-15T17:05:29.425Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-02-15T17:05:29.425Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.281s coverage: 27.6% of statements [2023-02-15T17:05:29.425Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.360s coverage: 78.9% of statements [2023-02-15T17:05:29.425Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-02-15T17:05:32.795Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.453s coverage: 77.8% of statements [2023-02-15T17:05:32.795Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-02-15T17:05:32.795Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-02-15T17:05:35.413Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.602s coverage: 77.0% of statements [2023-02-15T17:05:35.413Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-02-15T17:05:35.413Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] [2023-02-15T17:05:35.413Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-02-15T17:05:35.413Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.494s coverage: 65.2% of statements [2023-02-15T17:05:35.413Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-02-15T17:05:35.413Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-02-15T17:05:35.413Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.573s coverage: 89.2% of statements [2023-02-15T17:05:35.413Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-02-15T17:05:35.413Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.297s coverage: 4.7% of statements [2023-02-15T17:05:35.413Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-02-15T17:05:35.683Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-15T17:05:35.683Z] GO111MODULE=on go vet ./... [2023-02-15T17:07:27.386Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T17:07:27.386Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T17:07:27.386Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T17:07:27.405Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-15T17:07:27.413Z] $ docker stop --time=1 11c76eaf3d5a358804b9fcea07d10e1b65fbf6dee2736ca3bde0c06b90e45c76 [2023-02-15T17:07:29.336Z] $ docker rm -f --volumes 11c76eaf3d5a358804b9fcea07d10e1b65fbf6dee2736ca3bde0c06b90e45c76 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T17:07:30.843Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-15T17:07:30.920Z] Warning: overwriting stash ‘coverage-report’ [2023-02-15T17:07:31.576Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T17:07:31.978Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-15T17:07:32.308Z] + ls -al . [2023-02-15T17:07:32.308Z] total 268 [2023-02-15T17:07:32.308Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 17:02 . [2023-02-15T17:07:32.308Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 16:59 .. [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 15 17:00 .dockerignore [2023-02-15T17:07:32.308Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 17:00 .git [2023-02-15T17:07:32.308Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 17:00 .github [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 131 Feb 15 17:00 .gitignore [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 15 17:00 .golangci.yml [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 31677 Feb 15 17:00 CHANGELOG.md [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 17:00 GOVERNANCE.md [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 885 Feb 15 17:00 Jenkinsfile [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 15 17:00 LICENSE [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 1679 Feb 15 17:00 Makefile [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 619 Feb 15 17:00 OWNERS.md [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 4891 Feb 15 17:00 README.md [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 15 16:57 VERSION [2023-02-15T17:07:32.308Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 17:00 bin [2023-02-15T17:07:32.308Z] -rw-r--r-- 1 jenkins jenkins 98701 Feb 15 17:05 coverage.out [2023-02-15T17:07:32.308Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 15 17:00 example [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 3265 Feb 15 17:00 go.mod [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 32819 Feb 15 17:00 go.sum [2023-02-15T17:07:32.308Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 15 17:00 internal [2023-02-15T17:07:32.308Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 17:00 openapi [2023-02-15T17:07:32.308Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 15 17:00 pkg [2023-02-15T17:07:32.308Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 17:00 snap [2023-02-15T17:07:32.308Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 15 17:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:07:32.660Z] + 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=cf150bd1006c505b2559d8970edbe52dd5fe7567 --label arch=arm64 --label version=3.0.0-dev.28 . [2023-02-15T17:07:33.248Z] Sending build context to Docker daemon 5.716MB [2023-02-15T17:07:33.248Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T17:07:33.248Z] Step 2/23 : FROM ${BASE} AS builder [2023-02-15T17:07:33.248Z] ---> bedd8c940872 [2023-02-15T17:07:33.248Z] Step 3/23 : ARG MAKE=make build [2023-02-15T17:07:33.248Z] ---> Running in 66c3bf3fe9df [2023-02-15T17:07:33.518Z] Removing intermediate container 66c3bf3fe9df [2023-02-15T17:07:33.518Z] ---> 5ad8b3f81596 [2023-02-15T17:07:33.518Z] Step 4/23 : WORKDIR /device-sdk-go [2023-02-15T17:07:33.790Z] ---> Running in 7b600cefac6b [2023-02-15T17:07:34.058Z] Removing intermediate container 7b600cefac6b [2023-02-15T17:07:34.058Z] ---> 25e85e94131a [2023-02-15T17:07:34.058Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-15T17:07:34.058Z] ---> Running in f69f8926d46a [2023-02-15T17:07:34.339Z] Removing intermediate container f69f8926d46a [2023-02-15T17:07:34.339Z] ---> 90842130f718 [2023-02-15T17:07:34.339Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-02-15T17:07:34.610Z] ---> Running in add6684b5296 [2023-02-15T17:07:35.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T17:07:36.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T17:07:37.132Z] OK: 221 MiB in 51 packages [2023-02-15T17:07:38.119Z] Removing intermediate container add6684b5296 [2023-02-15T17:07:38.119Z] ---> f1f8917d73da [2023-02-15T17:07:38.119Z] Step 7/23 : COPY go.mod vendor* ./ [2023-02-15T17:07:38.711Z] ---> 868c27e14fdb [2023-02-15T17:07:38.711Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T17:07:38.985Z] ---> Running in c2fdca8b75ef [2023-02-15T17:07:41.587Z] Removing intermediate container c2fdca8b75ef [2023-02-15T17:07:41.587Z] ---> a04fc41ade74 [2023-02-15T17:07:41.587Z] Step 9/23 : COPY . . [2023-02-15T17:07:43.016Z] ---> 17c206c8a8fc [2023-02-15T17:07:43.016Z] Step 10/23 : RUN ${MAKE} [2023-02-15T17:07:43.016Z] ---> Running in 65a1cdc1ce4b [2023-02-15T17:07:44.007Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.28" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-02-15T17:10:05.739Z] Removing intermediate container 65a1cdc1ce4b [2023-02-15T17:10:05.739Z] ---> a3399071942e [2023-02-15T17:10:05.739Z] Step 11/23 : FROM alpine:3.16 [2023-02-15T17:10:05.739Z] 3.16: Pulling from library/alpine [2023-02-15T17:10:05.739Z] 3760b48202b3: Pulling fs layer [2023-02-15T17:10:05.739Z] 3760b48202b3: Download complete [2023-02-15T17:10:05.739Z] 3760b48202b3: Pull complete [2023-02-15T17:10:05.739Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T17:10:05.739Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T17:10:05.739Z] ---> 4c81e5bf8899 [2023-02-15T17:10:05.739Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-02-15T17:10:06.021Z] ---> Running in 1b1efac5476b [2023-02-15T17:10:06.289Z] Removing intermediate container 1b1efac5476b [2023-02-15T17:10:06.289Z] ---> c0c5f3ad7b2d [2023-02-15T17:10:06.289Z] Step 13/23 : RUN apk add --update --no-cache [2023-02-15T17:10:06.289Z] ---> Running in cb5eed193f73 [2023-02-15T17:10:07.251Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T17:10:07.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T17:10:08.797Z] OK: 5 MiB in 14 packages [2023-02-15T17:10:09.768Z] Removing intermediate container cb5eed193f73 [2023-02-15T17:10:09.768Z] ---> 12636efcc58b [2023-02-15T17:10:09.768Z] Step 14/23 : WORKDIR / [2023-02-15T17:10:09.768Z] ---> Running in fc6de652e2fb [2023-02-15T17:10:10.356Z] Removing intermediate container fc6de652e2fb [2023-02-15T17:10:10.356Z] ---> e4527fe61e83 [2023-02-15T17:10:10.356Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-02-15T17:10:10.951Z] ---> aa2e7f184ebd [2023-02-15T17:10:10.951Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-02-15T17:10:12.360Z] ---> 55a07bd98762 [2023-02-15T17:10:12.360Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-02-15T17:10:12.946Z] ---> f28a440c730f [2023-02-15T17:10:12.946Z] Step 18/23 : EXPOSE 59999 [2023-02-15T17:10:12.946Z] ---> Running in 583626851a33 [2023-02-15T17:10:13.214Z] Removing intermediate container 583626851a33 [2023-02-15T17:10:13.214Z] ---> bcb4222b3d4c [2023-02-15T17:10:13.214Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-02-15T17:10:13.214Z] ---> Running in 9bcbd48ecc5c [2023-02-15T17:10:13.483Z] Removing intermediate container 9bcbd48ecc5c [2023-02-15T17:10:13.483Z] ---> 4e8590749467 [2023-02-15T17:10:13.483Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T17:10:13.753Z] ---> Running in 3a7d97ff0eba [2023-02-15T17:10:14.025Z] Removing intermediate container 3a7d97ff0eba [2023-02-15T17:10:14.025Z] ---> 777e3f0342de [2023-02-15T17:10:14.025Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T17:10:14.025Z] ---> Running in 40eb8cb1c217 [2023-02-15T17:10:14.294Z] Removing intermediate container 40eb8cb1c217 [2023-02-15T17:10:14.294Z] ---> 48252ec580a8 [2023-02-15T17:10:14.294Z] Step 22/23 : LABEL git_sha=cf150bd1006c505b2559d8970edbe52dd5fe7567 [2023-02-15T17:10:14.294Z] ---> Running in 7dac4baecda1 [2023-02-15T17:10:14.561Z] Removing intermediate container 7dac4baecda1 [2023-02-15T17:10:14.561Z] ---> 0a526b4dd6d7 [2023-02-15T17:10:14.561Z] Step 23/23 : LABEL version=3.0.0-dev.28 [2023-02-15T17:10:14.831Z] ---> Running in 700150be2bca [2023-02-15T17:10:15.098Z] Removing intermediate container 700150be2bca [2023-02-15T17:10:15.098Z] ---> dcfb94764b01 [2023-02-15T17:10:15.098Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-15T17:10:15.098Z] Successfully built dcfb94764b01 [2023-02-15T17:10:15.098Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:10:15.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T17:10:15.540Z] [2023-02-15T17:10:15.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:10:15.880Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T17:10:16.149Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T17:10:16.149Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T17:10:16.149Z] 04944245beec: Pulling fs layer [2023-02-15T17:10:16.149Z] 699f458cf7ca: Pulling fs layer [2023-02-15T17:10:16.149Z] 765212b225bb: Pulling fs layer [2023-02-15T17:10:16.149Z] f23df028b6ca: Pulling fs layer [2023-02-15T17:10:16.149Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T17:10:16.149Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T17:10:16.149Z] 765212b225bb: Waiting [2023-02-15T17:10:16.149Z] d65c8cfc05b1: Waiting [2023-02-15T17:10:16.149Z] f23df028b6ca: Waiting [2023-02-15T17:10:16.149Z] 2437ff75d9bd: Waiting [2023-02-15T17:10:16.149Z] 04944245beec: Verifying Checksum [2023-02-15T17:10:16.149Z] 04944245beec: Download complete [2023-02-15T17:10:16.149Z] 765212b225bb: Verifying Checksum [2023-02-15T17:10:16.149Z] 765212b225bb: Download complete [2023-02-15T17:10:16.420Z] f23df028b6ca: Verifying Checksum [2023-02-15T17:10:16.420Z] f23df028b6ca: Download complete [2023-02-15T17:10:16.420Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T17:10:16.420Z] d65c8cfc05b1: Download complete [2023-02-15T17:10:16.420Z] 699f458cf7ca: Verifying Checksum [2023-02-15T17:10:16.420Z] 699f458cf7ca: Download complete [2023-02-15T17:10:17.002Z] 8998bd30e6a1: Verifying Checksum [2023-02-15T17:10:17.002Z] 8998bd30e6a1: Download complete [2023-02-15T17:10:19.582Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T17:10:19.582Z] 2437ff75d9bd: Download complete [2023-02-15T17:10:20.543Z] 8998bd30e6a1: Pull complete [2023-02-15T17:10:21.129Z] 04944245beec: Pull complete [2023-02-15T17:10:22.539Z] 699f458cf7ca: Pull complete [2023-02-15T17:10:22.539Z] 765212b225bb: Pull complete [2023-02-15T17:10:23.500Z] f23df028b6ca: Pull complete [2023-02-15T17:10:23.500Z] d65c8cfc05b1: Pull complete [2023-02-15T17:10:38.494Z] 2437ff75d9bd: Pull complete [2023-02-15T17:10:38.494Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T17:10:38.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T17:10:38.494Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:10:38.696Z] prd-ubuntu20.04-docker-arm64-4c-16g-6144 does not seem to be running inside a container [2023-02-15T17:10:38.766Z] $ 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/158 -v /w/workspace/device-sdk-go/158:/w/workspace/device-sdk-go/158:rw,z -v /w/workspace/device-sdk-go/158@tmp:/w/workspace/device-sdk-go/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-15T17:10:41.738Z] $ docker top c626af27b4d4b0f5f775af59d80b9fb3d1addcf06e0cfcd3b77d5e87953123f8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:10:42.601Z] ---> job-cost.sh [2023-02-15T17:10:42.601Z] lf-activate-venv: SKIPPING [2023-02-15T17:10:42.601Z] INFO: No Stack... [2023-02-15T17:10:42.869Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T17:10:43.830Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T17:10:44.472Z] + cat /w/workspace/device-sdk-go/158/archives/cost.csv [2023-02-15T17:10:44.472Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T17:10:44.582Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-158-stack-cost] [2023-02-15T17:10:44.591Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-158-stack-cost] did not exist. Created. [2023-02-15T17:10:44.591Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-158-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T17:10:45.281Z] /w/workspace/device-sdk-go/158@tmp/durable-171e105a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-15T17:10:45.964Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-15T17:10:45.989Z] Warning: overwriting stash ‘stack-cost’ [2023-02-15T17:10:46.071Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T17:10:46.081Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-158-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T17:10:46.096Z] $ docker stop --time=1 c626af27b4d4b0f5f775af59d80b9fb3d1addcf06e0cfcd3b77d5e87953123f8 [2023-02-15T17:10:47.623Z] $ docker rm -f --volumes c626af27b4d4b0f5f775af59d80b9fb3d1addcf06e0cfcd3b77d5e87953123f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-15T17:10:48.057Z] provisioning config files... [2023-02-15T17:10:48.068Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config11737517531693482099tmp [Pipeline] { [Pipeline] sh [2023-02-15T17:10:48.359Z] + set +x [2023-02-15T17:10:48.359Z] + curl -s https://codecov.io/bash [2023-02-15T17:10:48.359Z] + bash -s -- [2023-02-15T17:10:48.359Z] [2023-02-15T17:10:48.359Z] _____ _ [2023-02-15T17:10:48.359Z] / ____| | | [2023-02-15T17:10:48.359Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T17:10:48.359Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T17:10:48.359Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T17:10:48.359Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T17:10:48.359Z] Bash-1.0.6 [2023-02-15T17:10:48.359Z] [2023-02-15T17:10:48.359Z] [2023-02-15T17:10:48.359Z] ==> git version 2.25.1 found [2023-02-15T17:10:48.359Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-15T17:10:48.359Z] Release-Date: 2020-01-08 [2023-02-15T17:10:48.359Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-15T17:10:48.359Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T17:10:48.359Z] ==> Jenkins CI detected. [2023-02-15T17:10:48.359Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-02-15T17:10:48.359Z] project root: . [2023-02-15T17:10:48.359Z] --> token set from env [2023-02-15T17:10:48.359Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T17:10:48.359Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T17:10:48.359Z] ==> Python coveragepy not found [2023-02-15T17:10:48.359Z] ==> Searching for coverage reports in: [2023-02-15T17:10:48.359Z] + . [2023-02-15T17:10:48.359Z] -> Found 1 reports [2023-02-15T17:10:48.359Z] ==> Detecting git/mercurial file structure [2023-02-15T17:10:48.359Z] ==> Reading reports [2023-02-15T17:10:48.933Z] + ./coverage.out bytes=98701 [2023-02-15T17:10:48.933Z] ==> Appending adjustments [2023-02-15T17:10:48.933Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T17:10:48.933Z] + Found adjustments [2023-02-15T17:10:48.933Z] ==> Gzipping contents [2023-02-15T17:10:48.933Z] 16K /tmp/codecov.0GOOLj.gz [2023-02-15T17:10:48.933Z] ==> Uploading reports [2023-02-15T17:10:48.933Z] url: https://codecov.io [2023-02-15T17:10:48.933Z] query: branch=main&commit=cf150bd1006c505b2559d8970edbe52dd5fe7567&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F158%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T17:10:48.933Z] -> Pinging Codecov [2023-02-15T17:10:48.933Z] 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=cf150bd1006c505b2559d8970edbe52dd5fe7567&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F158%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T17:10:49.192Z] -> Uploading to [2023-02-15T17:10:49.192Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-15/7E55EF52A471D76F132DFD9A03CDDE97/cf150bd1006c505b2559d8970edbe52dd5fe7567/be7e9602-fc93-4118-8563-1052530a3b47.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T171048Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=05a7e98dd3ceb3366040d66ba667d98df6947ca94ef02192c3af92f9e2980119 [2023-02-15T17:10:49.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:10:49.192Z] Dload Upload Total Spent Left Speed [2023-02-15T17:10:49.453Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14373 0 0 100 14373 0 53431 --:--:-- --:--:-- --:--:-- 53233 100 14373 0 0 100 14373 0 53431 --:--:-- --:--:-- --:--:-- 53233 [2023-02-15T17:10:49.453Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/cf150bd1006c505b2559d8970edbe52dd5fe7567 [Pipeline] } [2023-02-15T17:10:49.459Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-15T17:10:49.574Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-15T17:10:49.583Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:10:49.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T17:10:49.879Z] [2023-02-15T17:10:49.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:10:50.189Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T17:10:50.189Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-15T17:10:50.189Z] df9b9388f04a: Pulling fs layer [2023-02-15T17:10:50.189Z] 52dc419b0ee2: Pulling fs layer [2023-02-15T17:10:50.189Z] 25bc292e5bac: Pulling fs layer [2023-02-15T17:10:50.189Z] 114826534d7a: Pulling fs layer [2023-02-15T17:10:50.189Z] 4657fd5d0bcf: Pulling fs layer [2023-02-15T17:10:50.189Z] 6ad1cebc031e: Pulling fs layer [2023-02-15T17:10:50.189Z] 8a3aa393b2d8: Pulling fs layer [2023-02-15T17:10:50.189Z] 4657fd5d0bcf: Waiting [2023-02-15T17:10:50.189Z] 6ad1cebc031e: Waiting [2023-02-15T17:10:50.189Z] 114826534d7a: Waiting [2023-02-15T17:10:50.189Z] 8a3aa393b2d8: Waiting [2023-02-15T17:10:50.189Z] 25bc292e5bac: Verifying Checksum [2023-02-15T17:10:50.189Z] 25bc292e5bac: Download complete [2023-02-15T17:10:50.189Z] 52dc419b0ee2: Download complete [2023-02-15T17:10:50.189Z] 4657fd5d0bcf: Verifying Checksum [2023-02-15T17:10:50.189Z] 4657fd5d0bcf: Download complete [2023-02-15T17:10:50.189Z] df9b9388f04a: Verifying Checksum [2023-02-15T17:10:50.189Z] df9b9388f04a: Download complete [2023-02-15T17:10:50.452Z] df9b9388f04a: Pull complete [2023-02-15T17:10:50.452Z] 52dc419b0ee2: Pull complete [2023-02-15T17:10:50.715Z] 25bc292e5bac: Pull complete [2023-02-15T17:10:50.715Z] 6ad1cebc031e: Verifying Checksum [2023-02-15T17:10:50.715Z] 6ad1cebc031e: Download complete [2023-02-15T17:10:51.656Z] 114826534d7a: Verifying Checksum [2023-02-15T17:10:51.656Z] 114826534d7a: Download complete [2023-02-15T17:10:51.913Z] 8a3aa393b2d8: Verifying Checksum [2023-02-15T17:10:51.914Z] 8a3aa393b2d8: Download complete [2023-02-15T17:10:55.191Z] 114826534d7a: Pull complete [2023-02-15T17:10:55.191Z] 4657fd5d0bcf: Pull complete [2023-02-15T17:10:55.191Z] 6ad1cebc031e: Pull complete [2023-02-15T17:10:57.728Z] 8a3aa393b2d8: Pull complete [2023-02-15T17:10:57.728Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-15T17:10:57.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T17:10:57.729Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:10:57.803Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T17:10:57.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-15T17:11:00.091Z] $ docker top fceb108378190635577f389d701895c488acab8864f00a265785510a9667358c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T17:11:00.156Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-02-15T17:11:00.434Z] + set -o pipefail [2023-02-15T17:11:00.434Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-02-15T17:11:06.987Z] [2023-02-15T17:11:06.987Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-02-15T17:11:06.987Z] [2023-02-15T17:11:06.987Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/202436d8-ef0f-407f-810c-62ebc3dd2269 [2023-02-15T17:11:06.987Z] [2023-02-15T17:11:06.987Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-15T17:11:06.987Z] [2023-02-15T17:11:06.987Z] [2023-02-15T17:11:06.987Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-15T17:11:06.987Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-15T17:11:06.987Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-15T17:11:06.997Z] $ docker stop --time=1 fceb108378190635577f389d701895c488acab8864f00a265785510a9667358c [2023-02-15T17:11:09.272Z] $ docker rm -f --volumes fceb108378190635577f389d701895c488acab8864f00a265785510a9667358c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-15T17:11:09.607Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T17:11:09.618Z] provisioning config files... [2023-02-15T17:11:09.631Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3646827378573718714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:09.940Z] --> edgex-publish-swagger.sh [2023-02-15T17:11:09.940Z] === Publish openapi/v3 API === [2023-02-15T17:11:09.940Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-15T17:11:09.940Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-02-15T17:11:09.940Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:11:09.940Z] Dload Upload Total Spent Left Speed [2023-02-15T17:11:10.201Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25278 0 0 100 25278 0 52882 --:--:-- --:--:-- --:--:-- 52882 [2023-02-15T17:11:10.201Z] [2023-02-15T17:11:10.201Z] [Pipeline] } [2023-02-15T17:11:10.215Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T17:11:10.621Z] + git log --format=format:%s -1 cf150bd1006c505b2559d8970edbe52dd5fe7567 [Pipeline] sh [2023-02-15T17:11:10.911Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T17:11:10.911Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:11:11.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T17:11:11.209Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:11:11.271Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T17:11:11.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-15T17:11:11.710Z] $ docker top af1517b47383506bcb32b23ec352c6c186fa93601eb3783b9d0502cc42c9bdc8 -eo pid,comm [2023-02-15T17:11:11.760Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T17:11:11.760Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T17:11:11.793Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T17:11:11.793Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T17:11:11.908Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T17:11:11.910Z] $ docker exec af1517b47383506bcb32b23ec352c6c186fa93601eb3783b9d0502cc42c9bdc8 ssh-agent [2023-02-15T17:11:12.013Z] SSH_AUTH_SOCK=/tmp/ssh-kvDWiEStgRPo/agent.32 [2023-02-15T17:11:12.014Z] SSH_AGENT_PID=38 [2023-02-15T17:11:12.018Z] Running ssh-add (command line suppressed) [2023-02-15T17:11:12.116Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12044261094217376045.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_12044261094217376045.key) [2023-02-15T17:11:12.130Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T17:11:12.424Z] + git semver tag [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,589 [run_tag] DEBUG tag force:False [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,589 [check_head_tag] DEBUG check head tag [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,591 [execute] INFO git cat-file --batch-check [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,591 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,593 [execute] INFO git cat-file --batch [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,593 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,625 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,625 [execute] INFO git tag -a v3.0.0-dev.28 -m v3.0.0-dev.28 [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,625 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.28', '-m', 'v3.0.0-dev.28'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-15T17:11:12.682Z] 2023-02-15 17:11:12,630 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T17:11:12.682Z] 3.0.0-dev.28 [Pipeline] } [2023-02-15T17:11:12.690Z] $ docker exec --env ******** --env ******** af1517b47383506bcb32b23ec352c6c186fa93601eb3783b9d0502cc42c9bdc8 ssh-agent -k [2023-02-15T17:11:12.780Z] unset SSH_AUTH_SOCK; [2023-02-15T17:11:12.780Z] unset SSH_AGENT_PID; [2023-02-15T17:11:12.780Z] echo Agent pid 38 killed; [2023-02-15T17:11:12.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T17:11:13.092Z] + git semver [Pipeline] } [2023-02-15T17:11:13.364Z] $ docker stop --time=1 af1517b47383506bcb32b23ec352c6c186fa93601eb3783b9d0502cc42c9bdc8 [2023-02-15T17:11:14.662Z] $ docker rm -f --volumes af1517b47383506bcb32b23ec352c6c186fa93601eb3783b9d0502cc42c9bdc8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:11:15.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T17:11:15.016Z] [2023-02-15T17:11:15.016Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:11:15.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T17:11:15.318Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-15T17:11:15.318Z] ab5ef0e58194: Pulling fs layer [2023-02-15T17:11:15.318Z] 9712f1f96733: Pulling fs layer [2023-02-15T17:11:15.318Z] 63f879dbbcfc: Pulling fs layer [2023-02-15T17:11:15.318Z] 0d9ebad4ef96: Pulling fs layer [2023-02-15T17:11:15.318Z] e9a5061849ea: Pulling fs layer [2023-02-15T17:11:15.318Z] d747dcd14b5f: Pulling fs layer [2023-02-15T17:11:15.318Z] 2de7ff778b66: Pulling fs layer [2023-02-15T17:11:15.318Z] 0d9ebad4ef96: Waiting [2023-02-15T17:11:15.318Z] e9a5061849ea: Waiting [2023-02-15T17:11:15.318Z] d747dcd14b5f: Waiting [2023-02-15T17:11:15.318Z] 2de7ff778b66: Waiting [2023-02-15T17:11:15.318Z] 9712f1f96733: Verifying Checksum [2023-02-15T17:11:15.318Z] 9712f1f96733: Download complete [2023-02-15T17:11:15.917Z] 63f879dbbcfc: Verifying Checksum [2023-02-15T17:11:15.918Z] 63f879dbbcfc: Download complete [2023-02-15T17:11:16.195Z] e9a5061849ea: Verifying Checksum [2023-02-15T17:11:16.195Z] e9a5061849ea: Download complete [2023-02-15T17:11:16.195Z] d747dcd14b5f: Verifying Checksum [2023-02-15T17:11:16.195Z] d747dcd14b5f: Download complete [2023-02-15T17:11:16.458Z] 0d9ebad4ef96: Verifying Checksum [2023-02-15T17:11:16.458Z] 0d9ebad4ef96: Download complete [2023-02-15T17:11:16.458Z] ab5ef0e58194: Verifying Checksum [2023-02-15T17:11:16.458Z] ab5ef0e58194: Download complete [2023-02-15T17:11:16.717Z] 2de7ff778b66: Verifying Checksum [2023-02-15T17:11:16.717Z] 2de7ff778b66: Download complete [2023-02-15T17:11:19.240Z] ab5ef0e58194: Pull complete [2023-02-15T17:11:19.240Z] 9712f1f96733: Pull complete [2023-02-15T17:11:19.805Z] 63f879dbbcfc: Pull complete [2023-02-15T17:11:23.082Z] 0d9ebad4ef96: Pull complete [2023-02-15T17:11:23.339Z] e9a5061849ea: Pull complete [2023-02-15T17:11:23.339Z] d747dcd14b5f: Pull complete [2023-02-15T17:11:24.271Z] 2de7ff778b66: Pull complete [2023-02-15T17:11:24.272Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-15T17:11:24.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T17:11:24.272Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:11:24.346Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T17:11:24.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-15T17:11:26.799Z] $ docker top 5a31ab128112d3a5a648d8db5b2bf4a82a59ab8cf9312996f16dd5fd038a44b3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-15T17:11:26.866Z] provisioning config files... [2023-02-15T17:11:26.872Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7859004494498080403tmp [2023-02-15T17:11:26.882Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2725357261844661109tmp [2023-02-15T17:11:26.891Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7642366693072181482tmp [Pipeline] { [Pipeline] echo [2023-02-15T17:11:26.906Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:27.188Z] ---> sigul-configuration.sh [2023-02-15T17:11:27.188Z] gpg: directory `/root/.gnupg' created [2023-02-15T17:11:27.188Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-15T17:11:27.188Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-15T17:11:27.188Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-15T17:11:27.188Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-15T17:11:27.188Z] gpg: CAST5 encrypted data [2023-02-15T17:11:27.188Z] gpg: encrypted with 1 passphrase [2023-02-15T17:11:27.188Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-15T17:11:27.472Z] + mkdir /home/jenkins [2023-02-15T17:11:27.472Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-15T17:11:27.757Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-15T17:11:27.765Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:28.046Z] ---> sigul-install.sh [2023-02-15T17:11:28.046Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-15T17:11:28.332Z] + git tag --list [2023-02-15T17:11:28.332Z] 0.7.1 [2023-02-15T17:11:28.332Z] delhi-tag [2023-02-15T17:11:28.332Z] v1.0.0 [2023-02-15T17:11:28.332Z] v1.1.0 [2023-02-15T17:11:28.332Z] v1.1.1 [2023-02-15T17:11:28.332Z] v1.1.2 [2023-02-15T17:11:28.332Z] v1.2.0 [2023-02-15T17:11:28.332Z] v1.2.1 [2023-02-15T17:11:28.332Z] v1.2.2 [2023-02-15T17:11:28.332Z] v1.2.3 [2023-02-15T17:11:28.332Z] v1.3.0 [2023-02-15T17:11:28.332Z] v1.4.0 [2023-02-15T17:11:28.332Z] v2.0.0 [2023-02-15T17:11:28.332Z] v2.1.0 [2023-02-15T17:11:28.332Z] v2.1.1 [2023-02-15T17:11:28.332Z] v2.1.1-dev.2 [2023-02-15T17:11:28.332Z] v2.1.1-dev.3 [2023-02-15T17:11:28.332Z] v2.2.0 [2023-02-15T17:11:28.332Z] v2.2.1-dev.1 [2023-02-15T17:11:28.332Z] v2.2.1-dev.10 [2023-02-15T17:11:28.332Z] v2.2.1-dev.11 [2023-02-15T17:11:28.332Z] v2.2.1-dev.12 [2023-02-15T17:11:28.332Z] v2.2.1-dev.13 [2023-02-15T17:11:28.332Z] v2.2.1-dev.14 [2023-02-15T17:11:28.332Z] v2.2.1-dev.2 [2023-02-15T17:11:28.332Z] v2.2.1-dev.3 [2023-02-15T17:11:28.332Z] v2.2.1-dev.4 [2023-02-15T17:11:28.332Z] v2.2.1-dev.5 [2023-02-15T17:11:28.332Z] v2.2.1-dev.6 [2023-02-15T17:11:28.332Z] v2.2.1-dev.7 [2023-02-15T17:11:28.332Z] v2.2.1-dev.8 [2023-02-15T17:11:28.332Z] v2.2.1-dev.9 [2023-02-15T17:11:28.332Z] v2.3.0 [2023-02-15T17:11:28.332Z] v2.3.0-dev.14 [2023-02-15T17:11:28.332Z] v2.3.0-dev.15 [2023-02-15T17:11:28.332Z] v2.3.0-dev.16 [2023-02-15T17:11:28.332Z] v2.3.0-dev.17 [2023-02-15T17:11:28.332Z] v2.3.0-dev.18 [2023-02-15T17:11:28.332Z] v2.3.0-dev.19 [2023-02-15T17:11:28.332Z] v2.3.0-dev.20 [2023-02-15T17:11:28.332Z] v2.3.0-dev.21 [2023-02-15T17:11:28.332Z] v2.3.0-dev.22 [2023-02-15T17:11:28.332Z] v2.3.0-dev.23 [2023-02-15T17:11:28.332Z] v2.3.0-dev.24 [2023-02-15T17:11:28.332Z] v2.3.0-dev.25 [2023-02-15T17:11:28.332Z] v2.3.0-dev.26 [2023-02-15T17:11:28.332Z] v2.3.0-dev.27 [2023-02-15T17:11:28.332Z] v2.3.0-dev.28 [2023-02-15T17:11:28.332Z] v2.3.0-dev.29 [2023-02-15T17:11:28.332Z] v2.3.0-dev.30 [2023-02-15T17:11:28.332Z] v2.3.0-dev.31 [2023-02-15T17:11:28.332Z] v2.3.0-dev.32 [2023-02-15T17:11:28.332Z] v2.3.0-dev.33 [2023-02-15T17:11:28.332Z] v2.3.0-dev.34 [2023-02-15T17:11:28.332Z] v2.3.0-dev.35 [2023-02-15T17:11:28.332Z] v2.3.0-dev.36 [2023-02-15T17:11:28.332Z] v2.3.0-dev.37 [2023-02-15T17:11:28.332Z] v2.3.0-dev.38 [2023-02-15T17:11:28.332Z] v2.3.0-dev.39 [2023-02-15T17:11:28.332Z] v2.3.0-dev.40 [2023-02-15T17:11:28.332Z] v2.3.0-dev.41 [2023-02-15T17:11:28.332Z] v2.3.0-dev.42 [2023-02-15T17:11:28.332Z] v2.3.0-dev.43 [2023-02-15T17:11:28.332Z] v2.3.0-dev.44 [2023-02-15T17:11:28.332Z] v2.3.0-dev.45 [2023-02-15T17:11:28.332Z] v2.3.0-dev.46 [2023-02-15T17:11:28.332Z] v2.3.0-dev.47 [2023-02-15T17:11:28.332Z] v2.3.0-dev.48 [2023-02-15T17:11:28.332Z] v2.3.0-dev.49 [2023-02-15T17:11:28.332Z] v2.3.0-dev.50 [2023-02-15T17:11:28.332Z] v2.3.0-dev.51 [2023-02-15T17:11:28.332Z] v2.3.1-dev.1 [2023-02-15T17:11:28.332Z] v2.3.1-dev.2 [2023-02-15T17:11:28.332Z] v3.0.0-dev.1 [2023-02-15T17:11:28.332Z] v3.0.0-dev.10 [2023-02-15T17:11:28.332Z] v3.0.0-dev.11 [2023-02-15T17:11:28.332Z] v3.0.0-dev.12 [2023-02-15T17:11:28.332Z] v3.0.0-dev.13 [2023-02-15T17:11:28.332Z] v3.0.0-dev.14 [2023-02-15T17:11:28.332Z] v3.0.0-dev.15 [2023-02-15T17:11:28.332Z] v3.0.0-dev.16 [2023-02-15T17:11:28.332Z] v3.0.0-dev.17 [2023-02-15T17:11:28.332Z] v3.0.0-dev.18 [2023-02-15T17:11:28.332Z] v3.0.0-dev.19 [2023-02-15T17:11:28.332Z] v3.0.0-dev.2 [2023-02-15T17:11:28.332Z] v3.0.0-dev.20 [2023-02-15T17:11:28.332Z] v3.0.0-dev.21 [2023-02-15T17:11:28.332Z] v3.0.0-dev.22 [2023-02-15T17:11:28.332Z] v3.0.0-dev.23 [2023-02-15T17:11:28.332Z] v3.0.0-dev.24 [2023-02-15T17:11:28.332Z] v3.0.0-dev.25 [2023-02-15T17:11:28.332Z] v3.0.0-dev.26 [2023-02-15T17:11:28.332Z] v3.0.0-dev.27 [2023-02-15T17:11:28.332Z] v3.0.0-dev.28 [2023-02-15T17:11:28.332Z] v3.0.0-dev.3 [2023-02-15T17:11:28.332Z] v3.0.0-dev.4 [2023-02-15T17:11:28.332Z] v3.0.0-dev.5 [2023-02-15T17:11:28.332Z] v3.0.0-dev.6 [2023-02-15T17:11:28.332Z] v3.0.0-dev.7 [2023-02-15T17:11:28.332Z] v3.0.0-dev.8 [2023-02-15T17:11:28.332Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-15T17:11:28.611Z] + lftools sign git-tag v3.0.0-dev.28 [2023-02-15T17:11:29.178Z] Signing Git tag with Sigul... [2023-02-15T17:11:29.178Z] Signing v3.0.0-dev.28 [Pipeline] echo [2023-02-15T17:11:29.446Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:29.727Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-15T17:11:29.733Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-15T17:11:29.754Z] $ docker stop --time=1 5a31ab128112d3a5a648d8db5b2bf4a82a59ab8cf9312996f16dd5fd038a44b3 [2023-02-15T17:11:31.066Z] $ docker rm -f --volumes 5a31ab128112d3a5a648d8db5b2bf4a82a59ab8cf9312996f16dd5fd038a44b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-15T17:11:31.487Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T17:11:31.487Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:11:31.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T17:11:31.784Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:11:31.855Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T17:11:31.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-15T17:11:32.257Z] $ docker top 4907112b7658690ca1f9b15ed8c895780f2a5c6f687b9254e836c7f3a591faf2 -eo pid,comm [2023-02-15T17:11:32.302Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T17:11:32.302Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T17:11:32.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T17:11:32.354Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T17:11:32.454Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T17:11:32.456Z] $ docker exec 4907112b7658690ca1f9b15ed8c895780f2a5c6f687b9254e836c7f3a591faf2 ssh-agent [2023-02-15T17:11:32.570Z] SSH_AUTH_SOCK=/tmp/ssh-ORU84CnUujHq/agent.32 [2023-02-15T17:11:32.570Z] SSH_AGENT_PID=38 [2023-02-15T17:11:32.574Z] Running ssh-add (command line suppressed) [2023-02-15T17:11:32.685Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3693826241264999536.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_3693826241264999536.key) [2023-02-15T17:11:32.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T17:11:32.983Z] + git semver bump pre [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,182 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,183 [bump_version] DEBUG bumping version:3.0.0-dev.28 on axis:pre with prefix:dev [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,183 [bump_version] DEBUG bumped version:3.0.0-dev.29 [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,183 [write_version] DEBUG write version:3.0.0-dev.29 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,183 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,183 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,186 [execute] INFO git cat-file --batch-check [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,186 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,192 [execute] INFO git cat-file --batch [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,192 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T17:11:33.244Z] 2023-02-15 17:11:33,197 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T17:11:33.244Z] 3.0.0-dev.29 [Pipeline] } [2023-02-15T17:11:33.252Z] $ docker exec --env ******** --env ******** 4907112b7658690ca1f9b15ed8c895780f2a5c6f687b9254e836c7f3a591faf2 ssh-agent -k [2023-02-15T17:11:33.354Z] unset SSH_AUTH_SOCK; [2023-02-15T17:11:33.354Z] unset SSH_AGENT_PID; [2023-02-15T17:11:33.354Z] echo Agent pid 38 killed; [2023-02-15T17:11:33.366Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T17:11:33.665Z] + git semver [Pipeline] } [2023-02-15T17:11:33.937Z] $ docker stop --time=1 4907112b7658690ca1f9b15ed8c895780f2a5c6f687b9254e836c7f3a591faf2 [2023-02-15T17:11:35.273Z] $ docker rm -f --volumes 4907112b7658690ca1f9b15ed8c895780f2a5c6f687b9254e836c7f3a591faf2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T17:11:35.614Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T17:11:35.614Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:11:35.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T17:11:35.913Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:11:35.980Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T17:11:36.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-15T17:11:36.372Z] $ docker top e4f0367d0416b57c0390f870c23b88104e6937c00117320d3585fe03eca27453 -eo pid,comm [2023-02-15T17:11:36.417Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T17:11:36.417Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T17:11:36.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T17:11:36.463Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T17:11:36.572Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T17:11:36.574Z] $ docker exec e4f0367d0416b57c0390f870c23b88104e6937c00117320d3585fe03eca27453 ssh-agent [2023-02-15T17:11:36.682Z] SSH_AUTH_SOCK=/tmp/ssh-6cftnskKSthE/agent.32 [2023-02-15T17:11:36.682Z] SSH_AGENT_PID=38 [2023-02-15T17:11:36.686Z] Running ssh-add (command line suppressed) [2023-02-15T17:11:36.782Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14717030076530896941.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_14717030076530896941.key) [2023-02-15T17:11:36.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T17:11:37.074Z] + git semver push [2023-02-15T17:11:37.333Z] 2023-02-15 17:11:37,242 [run_push] DEBUG push [2023-02-15T17:11:37.333Z] 2023-02-15 17:11:37,242 [execute] INFO git cat-file --batch-check [2023-02-15T17:11:37.333Z] 2023-02-15 17:11:37,242 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T17:11:37.333Z] 2023-02-15 17:11:37,245 [execute] INFO git rev-list 55fc1519ad62cbef3bf6bad79255aa077d1d4631 -- [2023-02-15T17:11:37.333Z] 2023-02-15 17:11:37,245 [execute] DEBUG Popen(['git', 'rev-list', '55fc1519ad62cbef3bf6bad79255aa077d1d4631', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T17:11:37.333Z] 2023-02-15 17:11:37,256 [execute] INFO git fetch -v origin [2023-02-15T17:11:37.333Z] 2023-02-15 17:11:37,257 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-15T17:11:37.899Z] 2023-02-15 17:11:37,850 [run_push] DEBUG no remote changes detected [2023-02-15T17:11:37.899Z] 2023-02-15 17:11:37,851 [execute] INFO git push origin semver [2023-02-15T17:11:37.899Z] 2023-02-15 17:11:37,851 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T17:11:38.831Z] 2023-02-15 17:11:38,754 [run_push] DEBUG push all version tags [2023-02-15T17:11:38.831Z] 2023-02-15 17:11:38,754 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-15T17:11:38.831Z] 2023-02-15 17:11:38,755 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-15T17:11:39.765Z] 2023-02-15 17:11:39,669 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-02-15T17:11:39.765Z] 3.0.0-dev.29 [Pipeline] } [2023-02-15T17:11:39.773Z] $ docker exec --env ******** --env ******** e4f0367d0416b57c0390f870c23b88104e6937c00117320d3585fe03eca27453 ssh-agent -k [2023-02-15T17:11:39.871Z] unset SSH_AUTH_SOCK; [2023-02-15T17:11:39.871Z] unset SSH_AGENT_PID; [2023-02-15T17:11:39.871Z] echo Agent pid 38 killed; [2023-02-15T17:11:39.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T17:11:40.182Z] + git semver [Pipeline] } [2023-02-15T17:11:40.452Z] $ docker stop --time=1 e4f0367d0416b57c0390f870c23b88104e6937c00117320d3585fe03eca27453 [2023-02-15T17:11:41.771Z] $ docker rm -f --volumes e4f0367d0416b57c0390f870c23b88104e6937c00117320d3585fe03eca27453 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-15T17:11:42.315Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-02-15T17:11:42.315Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-15T17:11:42.315Z] total 16 [2023-02-15T17:11:42.315Z] drwxr-xr-x 3 root root 4096 Feb 15 16:59 . [2023-02-15T17:11:42.315Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 15 17:11 .. [2023-02-15T17:11:42.315Z] drwxr-xr-x 2 root root 4096 Feb 15 16:59 cost [2023-02-15T17:11:42.315Z] -rw-r--r-- 1 root root 85 Feb 15 16:59 cost.csv [2023-02-15T17:11:42.315Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-15T17:11:42.315Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-02-15T17:11:42.315Z] total 16 [2023-02-15T17:11:42.315Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 16:59 . [2023-02-15T17:11:42.315Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 15 17:11 .. [2023-02-15T17:11:42.315Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 16:59 cost [2023-02-15T17:11:42.315Z] -rw-r--r-- 1 jenkins jenkins 85 Feb 15 16:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:42.600Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:43.452Z] ---> package-listing.sh [2023-02-15T17:11:43.452Z] ++ facter osfamily [2023-02-15T17:11:43.452Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T17:11:43.710Z] + OS_FAMILY=debian [2023-02-15T17:11:43.710Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-02-15T17:11:43.710Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T17:11:43.710Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T17:11:43.710Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T17:11:43.710Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T17:11:43.710Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-15T17:11:43.710Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T17:11:43.710Z] + case "${OS_FAMILY}" in [2023-02-15T17:11:43.710Z] + dpkg -l [2023-02-15T17:11:43.710Z] + grep '^ii' [2023-02-15T17:11:43.710Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T17:11:43.710Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T17:11:43.710Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T17:11:43.710Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-02-15T17:11:43.710Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-02-15T17:11:43.710Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-02-15T17:11:43.720Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-15T17:11:43.995Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:11:44.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T17:11:44.559Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:11:44.690Z] prd-ubuntu20.04-docker-8c-8g-6139 does not seem to be running inside a container [2023-02-15T17:11:44.783Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-go_main -v /w/workspace/edgexfoundry_device-sdk-go_main:/w/workspace/edgexfoundry_device-sdk-go_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-go_main@tmp:/w/workspace/edgexfoundry_device-sdk-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-15T17:11:45.044Z] $ docker top bd46f5a99d068c705c6b4d0448360bd91fa596c93ffb9575cdb4318a834c4795 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T17:11:45.382Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T17:11:45.667Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T17:11:45.953Z] + ls /var/log/sa-host [2023-02-15T17:11:45.954Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T17:11:46.017Z] provisioning config files... [2023-02-15T17:11:46.026Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6879177115019484521tmp [Pipeline] { [Pipeline] echo [2023-02-15T17:11:46.041Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:46.324Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T17:11:46.332Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:46.649Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T17:11:46.658Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:46.940Z] ---> sudo-logs.sh [2023-02-15T17:11:46.940Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T17:11:46.963Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:47.244Z] ---> job-cost.sh [2023-02-15T17:11:47.244Z] lf-activate-venv: SKIPPING [2023-02-15T17:11:47.244Z] DEBUG: total: 0.2199999988079071 [2023-02-15T17:11:47.244Z] INFO: Retrieving Stack Cost... [2023-02-15T17:11:47.814Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T17:11:48.382Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T17:11:48.394Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:11:48.681Z] ---> logs-deploy.sh [2023-02-15T17:11:48.681Z] lf-activate-venv: SKIPPING [2023-02-15T17:11:48.681Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/158 [2023-02-15T17:11:48.681Z] INFO: archiving workspace using pattern(s): [2023-02-15T17:11:49.629Z] Archives upload complete. [2023-02-15T17:11:49.629Z] INFO: archiving logs to Nexus