Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 23e758ba57e1012933f954ab76dd88bf8d98992d 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-ssh2554414461659518881.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-ssh2418430979432873085.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-ssh16149402717547878278.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-ssh15576975917848313382.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-ssh16407836890522088972.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8754 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 23e758ba57e1012933f954ab76dd88bf8d98992d (main) Commit message: "Merge pull request #1367 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.42" > 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 23e758ba57e1012933f954ab76dd88bf8d98992d # timeout=10 > git rev-list --no-walk 774c2037947f109106e5ac1f44e7b15f17fcf2b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-08T07:46:44.229Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-08T07:46:44.290Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-08T07:46:44.304Z] ========================================================= [2023-03-08T07:46:44.304Z] EdgeX Global Pipelines Version Info [2023-03-08T07:46:44.304Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:46:45.034Z] ------------------- [2023-03-08T07:46:45.034Z] stable info: [2023-03-08T07:46:45.034Z] ------------------- [2023-03-08T07:46:45.035Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-08T07:46:45.035Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T07:46:45.035Z] Message: update stable to v1.0.244 [2023-03-08T07:46:45.604Z] ------------------- [2023-03-08T07:46:45.604Z] experimental info: [2023-03-08T07:46:45.604Z] ------------------- [2023-03-08T07:46:45.604Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-08T07:46:45.604Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T07:46:45.604Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-08T07:46:45.772Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-03-08T07:46:45.788Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-03-08T07:46:45.798Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-08T07:46:45.814Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-08T07:46:45.828Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-08T07:46:45.840Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-08T07:46:45.852Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-08T07:46:45.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-03-08T07:46:45.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-08T07:46:45.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-08T07:46:45.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-08T07:46:45.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-03-08T07:46:45.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-08T07:46:45.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-08T07:46:45.951Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T07:46:45.963Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T07:46:45.975Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T07:46:45.987Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T07:46:45.999Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-08T07:46:46.016Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-08T07:46:46.029Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-08T07:46:46.041Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-08T07:46:46.053Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-08T07:46:46.065Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-08T07:46:46.080Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-08T07:46:46.089Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-08T07:46:46.101Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-08T07:46:46.123Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-08T07:46:46.141Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-08T07:46:46.153Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-08T07:46:46.167Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] echo [2023-03-08T07:46:46.179Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 23e758b [Pipeline] echo [2023-03-08T07:46:46.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T07:46:46.236Z] provisioning config files... [2023-03-08T07:46:46.253Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config7147903571824783001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:46:46.561Z] ---> docker-login.sh [2023-03-08T07:46:46.561Z] nexus3.edgexfoundry.org:10001 [2023-03-08T07:46:46.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:46:47.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:46:47.082Z] Configure a credential helper to remove this warning. See [2023-03-08T07:46:47.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:46:47.082Z] [2023-03-08T07:46:47.082Z] Login Succeeded [2023-03-08T07:46:47.082Z] nexus3.edgexfoundry.org:10002 [2023-03-08T07:46:47.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:46:47.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:46:47.082Z] Configure a credential helper to remove this warning. See [2023-03-08T07:46:47.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:46:47.082Z] [2023-03-08T07:46:47.082Z] Login Succeeded [2023-03-08T07:46:47.082Z] nexus3.edgexfoundry.org:10003 [2023-03-08T07:46:47.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:46:47.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:46:47.341Z] Configure a credential helper to remove this warning. See [2023-03-08T07:46:47.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:46:47.341Z] [2023-03-08T07:46:47.341Z] Login Succeeded [2023-03-08T07:46:47.341Z] nexus3.edgexfoundry.org:10004 [2023-03-08T07:46:47.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:46:47.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:46:47.341Z] Configure a credential helper to remove this warning. See [2023-03-08T07:46:47.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:46:47.341Z] [2023-03-08T07:46:47.341Z] Login Succeeded [2023-03-08T07:46:47.341Z] docker.io [2023-03-08T07:46:47.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:46:47.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:46:47.602Z] Configure a credential helper to remove this warning. See [2023-03-08T07:46:47.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:46:47.602Z] [2023-03-08T07:46:47.602Z] Login Succeeded [2023-03-08T07:46:47.602Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T07:46:47.610Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-08T07:46:47.974Z] + git rev-list -1 --merges 23e758ba57e1012933f954ab76dd88bf8d98992d~1..23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] echo [2023-03-08T07:46:48.022Z] -----------> git rev-list -1 --merges 23e758ba57e1012933f954ab76dd88bf8d98992d~1..23e758ba57e1012933f954ab76dd88bf8d98992d 23e758ba57e1012933f954ab76dd88bf8d98992d [2023-03-08T07:46:48.022Z] 23e758ba57e1012933f954ab76dd88bf8d98992d [false] [Pipeline] sh [2023-03-08T07:46:48.313Z] + git log --format=format:%s -1 23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] echo [2023-03-08T07:46:48.333Z] ========================================================= [2023-03-08T07:46:48.333Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-08T07:46:48.333Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T07:46:48.653Z] + git log --format=format:%s -1 23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] echo [2023-03-08T07:46:48.666Z] [semverPrep] GIT_COMMIT: 23e758ba57e1012933f954ab76dd88bf8d98992d, Commit Message: Merge pull request #1367 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.42 [Pipeline] echo [2023-03-08T07:46:48.676Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-08T07:46:49.059Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T07:46:49.059Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-08T07:46:49.059Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-08T07:46:49.059Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-08T07:46:49.059Z] + + echosudo tee -a /etc/ssh/ssh_known_hosts [2023-03-08T07:46:49.059Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-08T07:46:49.059Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:46:49.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T07:46:49.471Z] [2023-03-08T07:46:49.471Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:46:49.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T07:46:49.780Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-08T07:46:49.780Z] b85a868b505f: Pulling fs layer [2023-03-08T07:46:49.780Z] e2be974225ed: Pulling fs layer [2023-03-08T07:46:49.780Z] 339a4e72a1f5: Pulling fs layer [2023-03-08T07:46:49.780Z] 988bab9f4d93: Pulling fs layer [2023-03-08T07:46:49.780Z] 1469e6f7b9e6: Pulling fs layer [2023-03-08T07:46:49.780Z] eaf3925da568: Pulling fs layer [2023-03-08T07:46:49.780Z] bab4dde63d76: Pulling fs layer [2023-03-08T07:46:49.780Z] bde34c3a00c8: Pulling fs layer [2023-03-08T07:46:49.780Z] b352a97aabf1: Pulling fs layer [2023-03-08T07:46:49.780Z] 4872d77fe225: Pulling fs layer [2023-03-08T07:46:49.780Z] 5851b861e8e6: Pulling fs layer [2023-03-08T07:46:49.780Z] 988bab9f4d93: Waiting [2023-03-08T07:46:49.780Z] 1469e6f7b9e6: Waiting [2023-03-08T07:46:49.780Z] bab4dde63d76: Waiting [2023-03-08T07:46:49.780Z] bde34c3a00c8: Waiting [2023-03-08T07:46:49.781Z] eaf3925da568: Waiting [2023-03-08T07:46:49.781Z] b352a97aabf1: Waiting [2023-03-08T07:46:49.781Z] 4872d77fe225: Waiting [2023-03-08T07:46:49.781Z] 5851b861e8e6: Waiting [2023-03-08T07:46:49.781Z] e2be974225ed: Verifying Checksum [2023-03-08T07:46:49.781Z] e2be974225ed: Download complete [2023-03-08T07:46:49.781Z] 988bab9f4d93: Verifying Checksum [2023-03-08T07:46:49.781Z] 988bab9f4d93: Download complete [2023-03-08T07:46:50.041Z] 339a4e72a1f5: Verifying Checksum [2023-03-08T07:46:50.041Z] 339a4e72a1f5: Download complete [2023-03-08T07:46:50.041Z] 1469e6f7b9e6: Verifying Checksum [2023-03-08T07:46:50.041Z] 1469e6f7b9e6: Download complete [2023-03-08T07:46:50.041Z] eaf3925da568: Verifying Checksum [2023-03-08T07:46:50.041Z] eaf3925da568: Download complete [2023-03-08T07:46:50.041Z] bde34c3a00c8: Download complete [2023-03-08T07:46:50.041Z] b352a97aabf1: Download complete [2023-03-08T07:46:50.041Z] 4872d77fe225: Verifying Checksum [2023-03-08T07:46:50.041Z] 4872d77fe225: Download complete [2023-03-08T07:46:50.041Z] 5851b861e8e6: Verifying Checksum [2023-03-08T07:46:50.041Z] 5851b861e8e6: Download complete [2023-03-08T07:46:50.300Z] b85a868b505f: Verifying Checksum [2023-03-08T07:46:50.300Z] b85a868b505f: Download complete [2023-03-08T07:46:50.561Z] bab4dde63d76: Verifying Checksum [2023-03-08T07:46:50.561Z] bab4dde63d76: Download complete [2023-03-08T07:46:51.504Z] b85a868b505f: Pull complete [2023-03-08T07:46:51.763Z] e2be974225ed: Pull complete [2023-03-08T07:46:52.023Z] 339a4e72a1f5: Pull complete [2023-03-08T07:46:52.282Z] 988bab9f4d93: Pull complete [2023-03-08T07:46:52.542Z] 1469e6f7b9e6: Pull complete [2023-03-08T07:46:52.542Z] eaf3925da568: Pull complete [2023-03-08T07:46:54.447Z] bab4dde63d76: Pull complete [2023-03-08T07:46:54.447Z] bde34c3a00c8: Pull complete [2023-03-08T07:46:54.447Z] b352a97aabf1: Pull complete [2023-03-08T07:46:54.707Z] 4872d77fe225: Pull complete [2023-03-08T07:46:54.707Z] 5851b861e8e6: Pull complete [2023-03-08T07:46:54.707Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-08T07:46:54.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T07:46:54.707Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:46:54.811Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:46:54.849Z] $ 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-03-08T07:46:56.226Z] $ docker top d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 -eo pid,comm [2023-03-08T07:46:56.285Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-08T07:46:56.285Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T07:46:56.315Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T07:46:56.315Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T07:46:56.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T07:46:56.443Z] $ docker exec d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 ssh-agent [2023-03-08T07:46:56.560Z] SSH_AUTH_SOCK=/tmp/ssh-DDaJnTfj9hTI/agent.33 [2023-03-08T07:46:56.560Z] SSH_AGENT_PID=39 [2023-03-08T07:46:56.567Z] Running ssh-add (command line suppressed) [2023-03-08T07:46:56.679Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4332938337410233531.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_4332938337410233531.key) [2023-03-08T07:46:56.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T07:46:56.977Z] + git tag --points-at HEAD [Pipeline] } [2023-03-08T07:46:57.002Z] $ docker exec --env ******** --env ******** d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 ssh-agent -k [2023-03-08T07:46:57.110Z] unset SSH_AUTH_SOCK; [2023-03-08T07:46:57.111Z] unset SSH_AGENT_PID; [2023-03-08T07:46:57.111Z] echo Agent pid 39 killed; [2023-03-08T07:46:57.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-08T07:46:57.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T07:46:57.144Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T07:46:57.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T07:46:57.266Z] $ docker exec d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 ssh-agent [2023-03-08T07:46:57.400Z] SSH_AUTH_SOCK=/tmp/ssh-56CYp4AmLV7c/agent.71 [2023-03-08T07:46:57.400Z] SSH_AGENT_PID=77 [2023-03-08T07:46:57.405Z] Running ssh-add (command line suppressed) [2023-03-08T07:46:57.524Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13115501847213705131.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13115501847213705131.key) [2023-03-08T07:46:57.536Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T07:46:57.826Z] + git semver init [2023-03-08T07:46:58.087Z] 2023-03-08 07:46:58,072 [run_init] DEBUG init version:0.0.0 force:False [2023-03-08T07:46:58.087Z] 2023-03-08 07:46:58,073 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-08T07:46:58.087Z] 2023-03-08 07:46:58,074 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-03-08T07:46:58.087Z] 2023-03-08 07:46:58,074 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/edgexfoundry_device-sdk-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-08T07:46:59.032Z] 2023-03-08 07:46:58,992 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-03-08T07:46:59.032Z] 2023-03-08 07:46:58,992 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-03-08T07:46:59.032Z] 2023-03-08 07:46:58,992 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:46:59.032Z] 2023-03-08 07:46:58,993 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:46:59.032Z] 3.0.0-dev.47 [Pipeline] } [2023-03-08T07:46:59.045Z] $ docker exec --env ******** --env ******** d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 ssh-agent -k [2023-03-08T07:46:59.148Z] unset SSH_AUTH_SOCK; [2023-03-08T07:46:59.149Z] unset SSH_AGENT_PID; [2023-03-08T07:46:59.149Z] echo Agent pid 77 killed; [2023-03-08T07:46:59.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T07:46:59.464Z] + git semver [Pipeline] } [2023-03-08T07:47:00.052Z] $ docker stop --time=1 d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 [2023-03-08T07:47:01.413Z] $ docker rm -f --volumes d8ff8cf213494f0977f33e9ead45207e5ffb88521a406ad1934da927a5a1bb79 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T07:47:01.757Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-08T07:47:01.986Z] Stashed 1 file(s) [Pipeline] echo [2023-03-08T07:47:01.988Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.47 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T07:47:02.104Z] provisioning config files... [2023-03-08T07:47:02.113Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config605618922543485552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:47:02.412Z] ---> docker-login.sh [2023-03-08T07:47:02.412Z] nexus3.edgexfoundry.org:10001 [2023-03-08T07:47:02.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:47:02.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:47:02.412Z] Configure a credential helper to remove this warning. See [2023-03-08T07:47:02.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:47:02.412Z] [2023-03-08T07:47:02.412Z] Login Succeeded [2023-03-08T07:47:02.412Z] nexus3.edgexfoundry.org:10002 [2023-03-08T07:47:02.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:47:02.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:47:02.412Z] Configure a credential helper to remove this warning. See [2023-03-08T07:47:02.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:47:02.412Z] [2023-03-08T07:47:02.412Z] Login Succeeded [2023-03-08T07:47:02.412Z] nexus3.edgexfoundry.org:10003 [2023-03-08T07:47:02.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:47:02.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:47:02.672Z] Configure a credential helper to remove this warning. See [2023-03-08T07:47:02.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:47:02.672Z] [2023-03-08T07:47:02.672Z] Login Succeeded [2023-03-08T07:47:02.672Z] nexus3.edgexfoundry.org:10004 [2023-03-08T07:47:02.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:47:02.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:47:02.672Z] Configure a credential helper to remove this warning. See [2023-03-08T07:47:02.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:47:02.672Z] [2023-03-08T07:47:02.672Z] Login Succeeded [2023-03-08T07:47:02.672Z] docker.io [2023-03-08T07:47:02.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:47:02.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:47:02.931Z] Configure a credential helper to remove this warning. See [2023-03-08T07:47:02.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:47:02.931Z] [2023-03-08T07:47:02.931Z] Login Succeeded [2023-03-08T07:47:02.931Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T07:47:02.939Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-08T07:47:03.001Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T07:47:03.012Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T07:47:03.020Z] ========================================================= [2023-03-08T07:47:03.020Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-08T07:47:03.020Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:47:03.325Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-08T07:47:03.325Z] Sending build context to Docker daemon 10.63MB [2023-03-08T07:47:03.325Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T07:47:03.325Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-08T07:47:03.325Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-08T07:47:03.325Z] 213ec9aee27d: Pulling fs layer [2023-03-08T07:47:03.325Z] 4583459ba037: Pulling fs layer [2023-03-08T07:47:03.325Z] 93c1e223e6f2: Pulling fs layer [2023-03-08T07:47:03.325Z] 53926ce57604: Pulling fs layer [2023-03-08T07:47:03.325Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-08T07:47:03.325Z] 22ff95d597cd: Pulling fs layer [2023-03-08T07:47:03.325Z] 12d6caf4c0d1: Pulling fs layer [2023-03-08T07:47:03.325Z] 96b7cbca73a9: Pulling fs layer [2023-03-08T07:47:03.325Z] a7acece74701: Pulling fs layer [2023-03-08T07:47:03.325Z] 53926ce57604: Waiting [2023-03-08T07:47:03.325Z] 21b2b0c7a3f4: Waiting [2023-03-08T07:47:03.325Z] 22ff95d597cd: Waiting [2023-03-08T07:47:03.325Z] 12d6caf4c0d1: Waiting [2023-03-08T07:47:03.325Z] 96b7cbca73a9: Waiting [2023-03-08T07:47:03.325Z] a7acece74701: Waiting [2023-03-08T07:47:03.587Z] 93c1e223e6f2: Verifying Checksum [2023-03-08T07:47:03.587Z] 93c1e223e6f2: Download complete [2023-03-08T07:47:03.587Z] 4583459ba037: Download complete [2023-03-08T07:47:03.587Z] 21b2b0c7a3f4: Download complete [2023-03-08T07:47:03.587Z] 22ff95d597cd: Verifying Checksum [2023-03-08T07:47:03.587Z] 22ff95d597cd: Download complete [2023-03-08T07:47:03.587Z] 213ec9aee27d: Verifying Checksum [2023-03-08T07:47:03.587Z] 213ec9aee27d: Download complete [2023-03-08T07:47:03.587Z] 12d6caf4c0d1: Verifying Checksum [2023-03-08T07:47:03.587Z] 12d6caf4c0d1: Download complete [2023-03-08T07:47:03.847Z] 213ec9aee27d: Pull complete [2023-03-08T07:47:03.847Z] 4583459ba037: Pull complete [2023-03-08T07:47:04.107Z] 93c1e223e6f2: Pull complete [2023-03-08T07:47:04.107Z] a7acece74701: Verifying Checksum [2023-03-08T07:47:04.107Z] a7acece74701: Download complete [2023-03-08T07:47:04.365Z] 96b7cbca73a9: Verifying Checksum [2023-03-08T07:47:04.365Z] 96b7cbca73a9: Download complete [2023-03-08T07:47:04.365Z] 53926ce57604: Verifying Checksum [2023-03-08T07:47:04.365Z] 53926ce57604: Download complete [2023-03-08T07:47:09.642Z] 53926ce57604: Pull complete [2023-03-08T07:47:09.642Z] 21b2b0c7a3f4: Pull complete [2023-03-08T07:47:09.642Z] 22ff95d597cd: Pull complete [2023-03-08T07:47:09.642Z] 12d6caf4c0d1: Pull complete [2023-03-08T07:47:11.548Z] 96b7cbca73a9: Pull complete [2023-03-08T07:47:12.484Z] a7acece74701: Pull complete [2023-03-08T07:47:12.484Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-08T07:47:12.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T07:47:12.484Z] ---> db6d94c90886 [2023-03-08T07:47:12.484Z] Step 3/10 : ARG MAKE=make build [2023-03-08T07:47:14.392Z] ---> Running in 60bad6f0202c [2023-03-08T07:47:14.392Z] Removing intermediate container 60bad6f0202c [2023-03-08T07:47:14.392Z] ---> 9526ac3ea2d2 [2023-03-08T07:47:14.392Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-08T07:47:14.392Z] ---> Running in 7a9c2b4607e6 [2023-03-08T07:47:14.652Z] Removing intermediate container 7a9c2b4607e6 [2023-03-08T07:47:14.652Z] ---> ec13e3baa61b [2023-03-08T07:47:14.652Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-08T07:47:14.652Z] ---> Running in 6fdc1d53555b [2023-03-08T07:47:14.652Z] Removing intermediate container 6fdc1d53555b [2023-03-08T07:47:14.652Z] ---> 622484837199 [2023-03-08T07:47:14.652Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-08T07:47:14.911Z] ---> Running in 26958bc8d507 [2023-03-08T07:47:15.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T07:47:15.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T07:47:15.429Z] OK: 211 MiB in 51 packages [2023-03-08T07:47:15.996Z] Removing intermediate container 26958bc8d507 [2023-03-08T07:47:15.996Z] ---> b08e2a6bfab7 [2023-03-08T07:47:15.996Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-08T07:47:15.996Z] ---> 24eccd54f9cf [2023-03-08T07:47:15.996Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T07:47:15.996Z] ---> Running in fd2e1db0389e [2023-03-08T07:47:17.067Z] Still waiting to schedule task [2023-03-08T07:47:17.067Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-08T07:48:02.701Z] Removing intermediate container fd2e1db0389e [2023-03-08T07:48:02.701Z] ---> f2ca275a5add [2023-03-08T07:48:02.701Z] Step 9/10 : COPY . . [2023-03-08T07:48:02.701Z] ---> f43a4309aac7 [2023-03-08T07:48:02.701Z] Step 10/10 : RUN ${MAKE} [2023-03-08T07:48:02.701Z] ---> Running in 13957264fa1c [2023-03-08T07:48:02.701Z] noop [2023-03-08T07:48:02.701Z] Removing intermediate container 13957264fa1c [2023-03-08T07:48:02.701Z] ---> c76e24468afc [2023-03-08T07:48:02.701Z] Successfully built c76e24468afc [2023-03-08T07:48:02.701Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:48:03.017Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T07:48:03.017Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:48:03.098Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:48:03.137Z] $ 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-03-08T07:48:03.532Z] $ docker top 5432407bcb8aaa62dbc2e95c73a2a71c36961d0673c2489aaa96d8f31017e333 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T07:48:03.868Z] + go version [2023-03-08T07:48:03.868Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-08T07:48:03.880Z] $ docker stop --time=1 5432407bcb8aaa62dbc2e95c73a2a71c36961d0673c2489aaa96d8f31017e333 [2023-03-08T07:48:05.171Z] $ docker rm -f --volumes 5432407bcb8aaa62dbc2e95c73a2a71c36961d0673c2489aaa96d8f31017e333 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:48:05.556Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T07:48:05.556Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:48:05.624Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:48:05.652Z] $ 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-03-08T07:48:06.035Z] $ docker top 90aba32b27912b5d7dd756f807bc7493e4aa77d71c135ef836ab58083affd14d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T07:48:06.371Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-08T07:48:06.667Z] + make test [2023-03-08T07:48:06.667Z] go test -race -coverprofile=coverage.out ./... [2023-03-08T07:48:14.791Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-08T07:48:32.870Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.095s coverage: 27.6% of statements [2023-03-08T07:48:32.870Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.089s coverage: 78.9% of statements [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-03-08T07:48:32.870Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.174s coverage: 86.0% of statements [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-08T07:48:32.870Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.109s coverage: 75.4% of statements [2023-03-08T07:48:32.870Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-08T07:48:34.248Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.088s coverage: 15.3% of statements [2023-03-08T07:48:34.248Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-08T07:48:34.248Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.099s coverage: 65.2% of statements [2023-03-08T07:48:34.248Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-08T07:48:34.248Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-08T07:48:34.248Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.824s coverage: 89.2% of statements [2023-03-08T07:48:34.248Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-03-08T07:48:34.248Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.077s coverage: 4.6% of statements [2023-03-08T07:48:34.248Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-08T07:48:52.347Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-08T07:48:52.347Z] GO111MODULE=on go vet ./... [2023-03-08T07:48:55.219Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8755 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-03-08T07:48:55.236Z] Running in /w/workspace/device-sdk-go/177 [Pipeline] { [Pipeline] checkout [2023-03-08T07:48:55.278Z] The recommended git tool is: git [2023-03-08T07:48:55.629Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T07:48:55.629Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T07:48:55.629Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T07:48:55.641Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-08T07:48:55.656Z] $ docker stop --time=1 90aba32b27912b5d7dd756f807bc7493e4aa77d71c135ef836ab58083affd14d [2023-03-08T07:48:57.637Z] $ docker rm -f --volumes 90aba32b27912b5d7dd756f807bc7493e4aa77d71c135ef836ab58083affd14d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T07:48:58.147Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-08T07:48:58.211Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-08T07:48:58.752Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-08T07:48:59.035Z] + ls -al . [2023-03-08T07:48:59.035Z] total 280 [2023-03-08T07:48:59.035Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 8 07:48 . [2023-03-08T07:48:59.035Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 07:46 .. [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 8 07:46 .dockerignore [2023-03-08T07:48:59.035Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 07:48 .git [2023-03-08T07:48:59.035Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 07:46 .github [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 8 07:46 .gitignore [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 07:46 .golangci.yml [2023-03-08T07:48:59.035Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 07:46 .semver [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 8 07:46 CHANGELOG.md [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 07:46 GOVERNANCE.md [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 8 07:46 Jenkinsfile [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 8 07:46 LICENSE [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 8 07:46 Makefile [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 8 07:46 OWNERS.md [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 8 07:46 README.md [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 07:47 VERSION [2023-03-08T07:48:59.035Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 07:46 bin [2023-03-08T07:48:59.035Z] -rw-r--r-- 1 jenkins jenkins 111244 Mar 8 07:48 coverage.out [2023-03-08T07:48:59.035Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 8 07:46 example [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 3266 Mar 8 07:46 go.mod [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 30839 Mar 8 07:46 go.sum [2023-03-08T07:48:59.035Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 8 07:46 internal [2023-03-08T07:48:59.035Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 07:46 openapi [2023-03-08T07:48:59.035Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 8 07:46 pkg [2023-03-08T07:48:59.035Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 07:46 snap [2023-03-08T07:48:59.035Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 8 07:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:48:59.346Z] + 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=23e758ba57e1012933f954ab76dd88bf8d98992d --label arch=amd64 --label version=3.0.0-dev.47 . [2023-03-08T07:48:59.346Z] Sending build context to Docker daemon 10.74MB [2023-03-08T07:48:59.346Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T07:48:59.346Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-08T07:48:59.346Z] ---> c76e24468afc [2023-03-08T07:48:59.346Z] Step 3/23 : ARG MAKE=make build [2023-03-08T07:48:59.346Z] ---> Running in 8da222f3d680 [2023-03-08T07:48:59.604Z] Removing intermediate container 8da222f3d680 [2023-03-08T07:48:59.604Z] ---> ffdc116faeb5 [2023-03-08T07:48:59.604Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-08T07:48:59.604Z] ---> Running in 6b5dccc409c9 [2023-03-08T07:48:59.604Z] Removing intermediate container 6b5dccc409c9 [2023-03-08T07:48:59.604Z] ---> 530e7638dcb2 [2023-03-08T07:48:59.604Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-08T07:48:59.604Z] ---> Running in 037cc0a2ad9a [2023-03-08T07:48:59.864Z] Removing intermediate container 037cc0a2ad9a [2023-03-08T07:48:59.864Z] ---> e966ae6a02a6 [2023-03-08T07:48:59.864Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-08T07:48:59.864Z] ---> Running in c0531d4a2de5 [2023-03-08T07:49:00.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T07:49:00.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T07:49:00.380Z] OK: 211 MiB in 51 packages [2023-03-08T07:49:00.383Z] using credential edgex-jenkins-ssh [2023-03-08T07:49:00.407Z] Cloning the remote Git repository [2023-03-08T07:49:00.639Z] Removing intermediate container c0531d4a2de5 [2023-03-08T07:49:00.639Z] ---> 3572afb6991f [2023-03-08T07:49:00.639Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-08T07:49:00.920Z] ---> f2fb4653b696 [2023-03-08T07:49:00.920Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T07:49:00.920Z] ---> Running in 352f493778f6 [2023-03-08T07:49:00.457Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-03-08T07:49:00.527Z] > git init /w/workspace/device-sdk-go/177 # timeout=10 [2023-03-08T07:49:00.677Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-03-08T07:49:00.678Z] > git --version # timeout=10 [2023-03-08T07:49:00.699Z] > git --version # 'git version 2.25.1' [2023-03-08T07:49:00.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T07:49:00.768Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T07:49:01.904Z] Removing intermediate container 352f493778f6 [2023-03-08T07:49:01.904Z] ---> 00aae8486b20 [2023-03-08T07:49:01.904Z] Step 9/23 : COPY . . [2023-03-08T07:49:02.185Z] ---> 41d23f415554 [2023-03-08T07:49:02.185Z] Step 10/23 : RUN ${MAKE} [2023-03-08T07:49:02.185Z] ---> Running in 5ef5808957e3 [2023-03-08T07:49:02.478Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.47" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-08T07:49:02.760Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-03-08T07:49:02.780Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T07:49:03.599Z] Avoid second fetch [2023-03-08T07:49:03.600Z] Checking out Revision 23e758ba57e1012933f954ab76dd88bf8d98992d (main) [2023-03-08T07:49:03.623Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T07:49:03.653Z] > git checkout -f 23e758ba57e1012933f954ab76dd88bf8d98992d # timeout=10 [2023-03-08T07:49:04.177Z] Commit message: "Merge pull request #1367 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.42" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T07:49:05.247Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-08T07:49:05.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T07:49:05.247Z] Dload Upload Total Spent Left Speed [2023-03-08T07:49:05.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 79198 0 --:--:-- --:--:-- --:--:-- 79198 [Pipeline] sh [2023-03-08T07:49:05.824Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-08T07:49:06.151Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-08T07:49:06.151Z] + sudo tee /etc/docker/daemon.new [2023-03-08T07:49:06.151Z] { [2023-03-08T07:49:06.151Z] "registry-mirrors": [ [2023-03-08T07:49:06.151Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-08T07:49:06.151Z] ], [2023-03-08T07:49:06.151Z] "bip": "10.250.0.254/24", [2023-03-08T07:49:06.151Z] "hosts": [ [2023-03-08T07:49:06.151Z] "tcp://0.0.0.0:5555", [2023-03-08T07:49:06.151Z] "unix:///var/run/docker.sock" [2023-03-08T07:49:06.151Z] ], [2023-03-08T07:49:06.151Z] "mtu": 1458, [2023-03-08T07:49:06.151Z] "selinux-enabled": true, [2023-03-08T07:49:06.151Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-08T07:49:06.151Z] } [Pipeline] sh [2023-03-08T07:49:06.483Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-08T07:49:06.818Z] + sudo service docker restart [2023-03-08T07:49:24.428Z] Removing intermediate container 5ef5808957e3 [2023-03-08T07:49:24.429Z] ---> 1a3f617abd68 [2023-03-08T07:49:24.429Z] Step 11/23 : FROM alpine:3.16 [2023-03-08T07:49:24.429Z] 3.16: Pulling from library/alpine [2023-03-08T07:49:24.429Z] ef5531b6e74e: Pulling fs layer [2023-03-08T07:49:24.429Z] ef5531b6e74e: Verifying Checksum [2023-03-08T07:49:24.429Z] ef5531b6e74e: Download complete [2023-03-08T07:49:24.429Z] ef5531b6e74e: Pull complete [2023-03-08T07:49:24.429Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T07:49:24.429Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T07:49:24.429Z] ---> dfd21b5a31f5 [2023-03-08T07:49:24.429Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-08T07:49:24.429Z] ---> Running in 37e991b35bc3 [2023-03-08T07:49:24.429Z] Removing intermediate container 37e991b35bc3 [2023-03-08T07:49:24.429Z] ---> 7f102e1ec774 [2023-03-08T07:49:24.429Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-08T07:49:24.429Z] ---> Running in 2c2c5a2e6081 [2023-03-08T07:49:24.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T07:49:24.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T07:49:24.995Z] OK: 6 MiB in 14 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T07:49:25.104Z] provisioning config files... [2023-03-08T07:49:25.133Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/177@tmp/config7829884409898419360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:49:25.254Z] Removing intermediate container 2c2c5a2e6081 [2023-03-08T07:49:25.254Z] ---> 64a5aa8f566f [2023-03-08T07:49:25.254Z] Step 14/23 : WORKDIR / [2023-03-08T07:49:25.254Z] ---> Running in 2b025dc0e8ef [2023-03-08T07:49:25.254Z] Removing intermediate container 2b025dc0e8ef [2023-03-08T07:49:25.254Z] ---> ebad60bcde74 [2023-03-08T07:49:25.254Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-08T07:49:25.493Z] ---> docker-login.sh [2023-03-08T07:49:25.494Z] nexus3.edgexfoundry.org:10001 [2023-03-08T07:49:25.512Z] ---> 537ed5142577 [2023-03-08T07:49:25.512Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-08T07:49:26.079Z] ---> 71bc2bbb7964 [2023-03-08T07:49:26.079Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-08T07:49:26.079Z] ---> d81c84eb56dd [2023-03-08T07:49:26.079Z] Step 18/23 : EXPOSE 59999 [2023-03-08T07:49:26.079Z] ---> Running in 1b881b96fc40 [2023-03-08T07:49:26.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:49:26.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:49:26.083Z] Configure a credential helper to remove this warning. See [2023-03-08T07:49:26.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:49:26.083Z] [2023-03-08T07:49:26.083Z] Login Succeeded [2023-03-08T07:49:26.083Z] nexus3.edgexfoundry.org:10002 [2023-03-08T07:49:26.340Z] Removing intermediate container 1b881b96fc40 [2023-03-08T07:49:26.340Z] ---> a06dee916612 [2023-03-08T07:49:26.340Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-08T07:49:26.340Z] ---> Running in 7ce0ce433f6b [2023-03-08T07:49:26.340Z] Removing intermediate container 7ce0ce433f6b [2023-03-08T07:49:26.340Z] ---> 4293109154b0 [2023-03-08T07:49:26.340Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T07:49:26.340Z] ---> Running in f5b0698f8790 [2023-03-08T07:49:26.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:49:26.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:49:26.352Z] Configure a credential helper to remove this warning. See [2023-03-08T07:49:26.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:49:26.352Z] [2023-03-08T07:49:26.352Z] Login Succeeded [2023-03-08T07:49:26.352Z] nexus3.edgexfoundry.org:10003 [2023-03-08T07:49:26.598Z] Removing intermediate container f5b0698f8790 [2023-03-08T07:49:26.598Z] ---> 17bc3fde1e53 [2023-03-08T07:49:26.598Z] Step 21/23 : LABEL arch=amd64 [2023-03-08T07:49:26.598Z] ---> Running in 0164d34d14e2 [2023-03-08T07:49:26.598Z] Removing intermediate container 0164d34d14e2 [2023-03-08T07:49:26.598Z] ---> 0111ccdaaeeb [2023-03-08T07:49:26.598Z] Step 22/23 : LABEL git_sha=23e758ba57e1012933f954ab76dd88bf8d98992d [2023-03-08T07:49:26.598Z] ---> Running in be0f2ca045d8 [2023-03-08T07:49:26.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:49:26.862Z] Removing intermediate container be0f2ca045d8 [2023-03-08T07:49:26.862Z] ---> be8ce2b85c8c [2023-03-08T07:49:26.862Z] Step 23/23 : LABEL version=3.0.0-dev.47 [2023-03-08T07:49:26.862Z] ---> Running in 4c068862f4b2 [2023-03-08T07:49:26.862Z] Removing intermediate container 4c068862f4b2 [2023-03-08T07:49:26.862Z] ---> 1ad60bf5eb0c [2023-03-08T07:49:26.862Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-08T07:49:26.862Z] Successfully built 1ad60bf5eb0c [2023-03-08T07:49:26.862Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-03-08T07:49:26.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:49:26.891Z] Configure a credential helper to remove this warning. See [2023-03-08T07:49:26.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:49:26.891Z] [2023-03-08T07:49:26.891Z] Login Succeeded [2023-03-08T07:49:26.891Z] nexus3.edgexfoundry.org:10004 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:49:27.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:49:27.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:49:27.160Z] Configure a credential helper to remove this warning. See [2023-03-08T07:49:27.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:49:27.160Z] [2023-03-08T07:49:27.160Z] Login Succeeded [2023-03-08T07:49:27.160Z] docker.io [2023-03-08T07:49:27.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T07:49:27.263Z] [2023-03-08T07:49:27.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:49:27.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T07:49:27.562Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T07:49:27.562Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-08T07:49:27.562Z] 5eb5b503b376: Pulling fs layer [2023-03-08T07:49:27.562Z] 5c69ac0246d0: Pulling fs layer [2023-03-08T07:49:27.562Z] ec43610c2a17: Pulling fs layer [2023-03-08T07:49:27.562Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-08T07:49:27.562Z] 33b1e0a273af: Pulling fs layer [2023-03-08T07:49:27.562Z] 5d3b04190fa2: Pulling fs layer [2023-03-08T07:49:27.562Z] 2f39f015ded8: Pulling fs layer [2023-03-08T07:49:27.562Z] 33b1e0a273af: Waiting [2023-03-08T07:49:27.562Z] 2f39f015ded8: Waiting [2023-03-08T07:49:27.562Z] 5d3b04190fa2: Waiting [2023-03-08T07:49:27.562Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-08T07:49:27.562Z] 3a2ae6a8a46f: Download complete [2023-03-08T07:49:27.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T07:49:27.706Z] Configure a credential helper to remove this warning. See [2023-03-08T07:49:27.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T07:49:27.706Z] [2023-03-08T07:49:27.706Z] Login Succeeded [2023-03-08T07:49:27.706Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T07:49:27.719Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-03-08T07:49:27.820Z] 33b1e0a273af: Verifying Checksum [2023-03-08T07:49:27.820Z] 33b1e0a273af: Download complete [2023-03-08T07:49:27.820Z] 5d3b04190fa2: Download complete [2023-03-08T07:49:27.820Z] ec43610c2a17: Verifying Checksum [2023-03-08T07:49:27.820Z] ec43610c2a17: Download complete [2023-03-08T07:49:27.820Z] 5eb5b503b376: Verifying Checksum [2023-03-08T07:49:27.820Z] 5eb5b503b376: Download complete [Pipeline] echo [2023-03-08T07:49:27.968Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T07:49:27.979Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T07:49:27.986Z] ========================================================= [2023-03-08T07:49:27.986Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-08T07:49:27.986Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:49:28.325Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-08T07:49:28.598Z] Sending build context to Docker daemon 5.709MB [2023-03-08T07:49:28.598Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T07:49:28.598Z] Step 2/10 : FROM ${BASE} AS builder [2023-03-08T07:49:28.758Z] 2f39f015ded8: Verifying Checksum [2023-03-08T07:49:28.759Z] 2f39f015ded8: Download complete [2023-03-08T07:49:28.869Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-08T07:49:28.869Z] 9b18e9b68314: Pulling fs layer [2023-03-08T07:49:28.869Z] 35d82f9e3411: Pulling fs layer [2023-03-08T07:49:28.869Z] e16973657156: Pulling fs layer [2023-03-08T07:49:28.869Z] fc693d55d65f: Pulling fs layer [2023-03-08T07:49:28.869Z] 7e9fc2657dce: Pulling fs layer [2023-03-08T07:49:28.869Z] dda99020689f: Pulling fs layer [2023-03-08T07:49:28.869Z] db1c61fa0a46: Pulling fs layer [2023-03-08T07:49:28.869Z] 891c053d2c06: Pulling fs layer [2023-03-08T07:49:28.869Z] fc693d55d65f: Waiting [2023-03-08T07:49:28.869Z] 7e9fc2657dce: Waiting [2023-03-08T07:49:28.869Z] dda99020689f: Waiting [2023-03-08T07:49:28.869Z] db1c61fa0a46: Waiting [2023-03-08T07:49:28.869Z] 891c053d2c06: Waiting [2023-03-08T07:49:28.869Z] e16973657156: Verifying Checksum [2023-03-08T07:49:28.869Z] e16973657156: Download complete [2023-03-08T07:49:28.869Z] 35d82f9e3411: Verifying Checksum [2023-03-08T07:49:28.869Z] 35d82f9e3411: Download complete [2023-03-08T07:49:28.869Z] 7e9fc2657dce: Verifying Checksum [2023-03-08T07:49:28.869Z] 7e9fc2657dce: Download complete [2023-03-08T07:49:28.869Z] dda99020689f: Verifying Checksum [2023-03-08T07:49:28.869Z] dda99020689f: Download complete [2023-03-08T07:49:28.869Z] 9b18e9b68314: Verifying Checksum [2023-03-08T07:49:28.869Z] 9b18e9b68314: Download complete [2023-03-08T07:49:29.333Z] 5eb5b503b376: Pull complete [2023-03-08T07:49:29.333Z] 5c69ac0246d0: Pull complete [2023-03-08T07:49:29.905Z] ec43610c2a17: Pull complete [2023-03-08T07:49:29.905Z] 3a2ae6a8a46f: Pull complete [2023-03-08T07:49:30.165Z] 33b1e0a273af: Pull complete [2023-03-08T07:49:30.165Z] 5d3b04190fa2: Pull complete [2023-03-08T07:49:30.294Z] 891c053d2c06: Verifying Checksum [2023-03-08T07:49:30.294Z] 891c053d2c06: Download complete [2023-03-08T07:49:31.275Z] db1c61fa0a46: Download complete [2023-03-08T07:49:32.248Z] 9b18e9b68314: Pull complete [2023-03-08T07:49:32.846Z] 35d82f9e3411: Pull complete [2023-03-08T07:49:33.128Z] e16973657156: Pull complete [2023-03-08T07:49:33.718Z] fc693d55d65f: Verifying Checksum [2023-03-08T07:49:33.718Z] fc693d55d65f: Download complete [2023-03-08T07:49:35.430Z] 2f39f015ded8: Pull complete [2023-03-08T07:49:35.430Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-08T07:49:35.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T07:49:35.430Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:49:35.510Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:49:35.543Z] $ 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-03-08T07:49:37.392Z] $ docker top 09cf2f0b37d1f8e30112b5b10d1e2637c84c321cca5be56b5a7f8b2fcc2276c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:49:37.796Z] ---> job-cost.sh [2023-03-08T07:49:37.796Z] lf-activate-venv: SKIPPING [2023-03-08T07:49:37.796Z] INFO: No Stack... [2023-03-08T07:49:38.055Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T07:49:38.313Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T07:49:38.601Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-03-08T07:49:38.601Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T07:49:38.617Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [2023-03-08T07:49:38.626Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] did not exist. Created. [2023-03-08T07:49:38.626Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T07:49:38.925Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-08T07:49:38.951Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T07:49:38.957Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T07:49:38.973Z] $ docker stop --time=1 09cf2f0b37d1f8e30112b5b10d1e2637c84c321cca5be56b5a7f8b2fcc2276c3 [2023-03-08T07:49:40.215Z] $ docker rm -f --volumes 09cf2f0b37d1f8e30112b5b10d1e2637c84c321cca5be56b5a7f8b2fcc2276c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-08T07:49:46.059Z] fc693d55d65f: Pull complete [2023-03-08T07:49:46.059Z] 7e9fc2657dce: Pull complete [2023-03-08T07:49:46.327Z] dda99020689f: Pull complete [2023-03-08T07:49:52.989Z] db1c61fa0a46: Pull complete [2023-03-08T07:49:54.406Z] 891c053d2c06: Pull complete [2023-03-08T07:49:54.406Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-08T07:49:54.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T07:49:54.406Z] ---> f96f9c87975a [2023-03-08T07:49:54.406Z] Step 3/10 : ARG MAKE=make build [2023-03-08T07:49:56.347Z] ---> Running in 39764f8007ca [2023-03-08T07:49:56.616Z] Removing intermediate container 39764f8007ca [2023-03-08T07:49:56.616Z] ---> 231c58433e68 [2023-03-08T07:49:56.616Z] Step 4/10 : WORKDIR /device-sdk-go [2023-03-08T07:49:56.616Z] ---> Running in b0945ed043d4 [2023-03-08T07:49:56.886Z] Removing intermediate container b0945ed043d4 [2023-03-08T07:49:56.886Z] ---> a48f590f6f30 [2023-03-08T07:49:56.886Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-08T07:49:57.155Z] ---> Running in f5b889605492 [2023-03-08T07:49:57.424Z] Removing intermediate container f5b889605492 [2023-03-08T07:49:57.424Z] ---> c743b36acc24 [2023-03-08T07:49:57.424Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-03-08T07:49:57.424Z] ---> Running in c721aa6adea6 [2023-03-08T07:49:58.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T07:49:58.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T07:49:59.808Z] OK: 221 MiB in 51 packages [2023-03-08T07:50:00.773Z] Removing intermediate container c721aa6adea6 [2023-03-08T07:50:00.773Z] ---> 87086e865e3a [2023-03-08T07:50:00.773Z] Step 7/10 : COPY go.mod vendor* ./ [2023-03-08T07:50:01.370Z] ---> 7ef6ba2caf77 [2023-03-08T07:50:01.370Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T07:50:01.370Z] ---> Running in b688b99c4571 [2023-03-08T07:51:09.407Z] Removing intermediate container b688b99c4571 [2023-03-08T07:51:09.407Z] ---> 0ae407fa1fdd [2023-03-08T07:51:09.407Z] Step 9/10 : COPY . . [2023-03-08T07:51:09.407Z] ---> 966074111729 [2023-03-08T07:51:09.407Z] Step 10/10 : RUN ${MAKE} [2023-03-08T07:51:09.407Z] ---> Running in 96387a3fd863 [2023-03-08T07:51:09.407Z] noop [2023-03-08T07:51:09.407Z] Removing intermediate container 96387a3fd863 [2023-03-08T07:51:09.407Z] ---> 1cc7fb4a8a1a [2023-03-08T07:51:09.407Z] Successfully built 1cc7fb4a8a1a [2023-03-08T07:51:09.407Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:51:09.769Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T07:51:09.769Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:51:09.976Z] prd-ubuntu20.04-docker-arm64-4c-16g-8755 does not seem to be running inside a container [2023-03-08T07:51:10.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/177 -v /w/workspace/device-sdk-go/177:/w/workspace/device-sdk-go/177:rw,z -v /w/workspace/device-sdk-go/177@tmp:/w/workspace/device-sdk-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T07:51:11.349Z] $ docker top 9e5bc60a4c5552c40cb945a20d18ac5387ccf1b535b098feace136a37b34129e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T07:51:12.206Z] + go version [2023-03-08T07:51:12.206Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-08T07:51:12.226Z] $ docker stop --time=1 9e5bc60a4c5552c40cb945a20d18ac5387ccf1b535b098feace136a37b34129e [2023-03-08T07:51:13.879Z] $ docker rm -f --volumes 9e5bc60a4c5552c40cb945a20d18ac5387ccf1b535b098feace136a37b34129e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:51:14.439Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T07:51:14.439Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:51:14.623Z] prd-ubuntu20.04-docker-arm64-4c-16g-8755 does not seem to be running inside a container [2023-03-08T07:51:14.690Z] $ 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/177 -v /w/workspace/device-sdk-go/177:/w/workspace/device-sdk-go/177:rw,z -v /w/workspace/device-sdk-go/177@tmp:/w/workspace/device-sdk-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T07:51:15.904Z] $ docker top 78b5eb96463c11137727dcccc4223d1bbdd0b0e371fec71c756e33387a60a6ae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T07:51:16.426Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/177 [Pipeline] fileExists [Pipeline] sh [2023-03-08T07:51:17.349Z] + make test [2023-03-08T07:51:17.349Z] go test -race -coverprofile=coverage.out ./... [2023-03-08T07:51:49.565Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-03-08T07:53:56.244Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-03-08T07:53:56.244Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-03-08T07:53:56.244Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-03-08T07:53:56.244Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-03-08T07:53:56.244Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-03-08T07:53:56.244Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.464s coverage: 27.6% of statements [2023-03-08T07:53:56.244Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.477s coverage: 78.9% of statements [2023-03-08T07:53:56.244Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] [2023-03-08T07:53:56.244Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.441s coverage: 86.0% of statements [2023-03-08T07:53:56.244Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-03-08T07:53:56.244Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-03-08T07:53:59.618Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.873s coverage: 75.4% of statements [2023-03-08T07:53:59.618Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-03-08T07:53:59.618Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.529s coverage: 15.3% of statements [2023-03-08T07:53:59.618Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-03-08T07:54:01.569Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.583s coverage: 65.2% of statements [2023-03-08T07:54:01.569Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-03-08T07:54:01.569Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-03-08T07:54:01.569Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 4.642s coverage: 89.2% of statements [2023-03-08T07:54:01.569Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] [2023-03-08T07:54:01.837Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.234s coverage: 4.6% of statements [2023-03-08T07:54:01.837Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-03-08T07:54:02.421Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-08T07:54:02.421Z] GO111MODULE=on go vet ./... [2023-03-08T07:55:39.092Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T07:55:39.092Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T07:55:39.092Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T07:55:39.113Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-08T07:55:39.125Z] $ docker stop --time=1 78b5eb96463c11137727dcccc4223d1bbdd0b0e371fec71c756e33387a60a6ae [2023-03-08T07:55:40.957Z] $ docker rm -f --volumes 78b5eb96463c11137727dcccc4223d1bbdd0b0e371fec71c756e33387a60a6ae [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T07:55:42.339Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-08T07:55:42.363Z] Warning: overwriting stash ‘coverage-report’ [2023-03-08T07:55:42.913Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T07:55:43.278Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-08T07:55:43.597Z] + ls -al . [2023-03-08T07:55:43.597Z] total 276 [2023-03-08T07:55:43.597Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 07:51 . [2023-03-08T07:55:43.597Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 07:49 .. [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 8 07:49 .dockerignore [2023-03-08T07:55:43.597Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 07:49 .git [2023-03-08T07:55:43.597Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 07:49 .github [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 131 Mar 8 07:49 .gitignore [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 07:49 .golangci.yml [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 31677 Mar 8 07:49 CHANGELOG.md [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 07:49 GOVERNANCE.md [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 885 Mar 8 07:49 Jenkinsfile [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 8 07:49 LICENSE [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 1679 Mar 8 07:49 Makefile [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 619 Mar 8 07:49 OWNERS.md [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 4891 Mar 8 07:49 README.md [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 07:47 VERSION [2023-03-08T07:55:43.597Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 07:49 bin [2023-03-08T07:55:43.597Z] -rw-r--r-- 1 jenkins jenkins 111244 Mar 8 07:54 coverage.out [2023-03-08T07:55:43.597Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 8 07:49 example [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 3266 Mar 8 07:49 go.mod [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 30839 Mar 8 07:49 go.sum [2023-03-08T07:55:43.597Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 8 07:49 internal [2023-03-08T07:55:43.597Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 07:49 openapi [2023-03-08T07:55:43.597Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 8 07:49 pkg [2023-03-08T07:55:43.597Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 07:49 snap [2023-03-08T07:55:43.597Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 8 07:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:55:43.930Z] + 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=23e758ba57e1012933f954ab76dd88bf8d98992d --label arch=arm64 --label version=3.0.0-dev.47 . [2023-03-08T07:55:44.202Z] Sending build context to Docker daemon 5.821MB [2023-03-08T07:55:44.202Z] Step 1/23 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T07:55:44.202Z] Step 2/23 : FROM ${BASE} AS builder [2023-03-08T07:55:44.202Z] ---> 1cc7fb4a8a1a [2023-03-08T07:55:44.202Z] Step 3/23 : ARG MAKE=make build [2023-03-08T07:55:44.467Z] ---> Running in 8ccab759981c [2023-03-08T07:55:44.733Z] Removing intermediate container 8ccab759981c [2023-03-08T07:55:44.733Z] ---> ecffc363c187 [2023-03-08T07:55:44.733Z] Step 4/23 : WORKDIR /device-sdk-go [2023-03-08T07:55:44.733Z] ---> Running in c13abc340231 [2023-03-08T07:55:44.999Z] Removing intermediate container c13abc340231 [2023-03-08T07:55:44.999Z] ---> 1287cacab8ab [2023-03-08T07:55:44.999Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-03-08T07:55:45.266Z] ---> Running in 52f96152e153 [2023-03-08T07:55:45.532Z] Removing intermediate container 52f96152e153 [2023-03-08T07:55:45.532Z] ---> 099ed9dd8d68 [2023-03-08T07:55:45.532Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-03-08T07:55:45.532Z] ---> Running in 3ca5760ed673 [2023-03-08T07:55:46.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T07:55:46.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T07:55:47.715Z] OK: 221 MiB in 51 packages [2023-03-08T07:55:48.692Z] Removing intermediate container 3ca5760ed673 [2023-03-08T07:55:48.692Z] ---> 42ad88e2ee16 [2023-03-08T07:55:48.692Z] Step 7/23 : COPY go.mod vendor* ./ [2023-03-08T07:55:48.959Z] ---> 84c8b969d550 [2023-03-08T07:55:48.959Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T07:55:48.959Z] ---> Running in 2350abab164a [2023-03-08T07:55:51.535Z] Removing intermediate container 2350abab164a [2023-03-08T07:55:51.535Z] ---> 2537f1380b81 [2023-03-08T07:55:51.535Z] Step 9/23 : COPY . . [2023-03-08T07:55:52.939Z] ---> 97547b2ff4f2 [2023-03-08T07:55:52.939Z] Step 10/23 : RUN ${MAKE} [2023-03-08T07:55:52.939Z] ---> Running in 4962a5878d53 [2023-03-08T07:55:53.896Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.47" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-03-08T07:58:00.556Z] Removing intermediate container 4962a5878d53 [2023-03-08T07:58:00.556Z] ---> eeb836af3845 [2023-03-08T07:58:00.556Z] Step 11/23 : FROM alpine:3.16 [2023-03-08T07:58:00.556Z] 3.16: Pulling from library/alpine [2023-03-08T07:58:00.556Z] 3760b48202b3: Pulling fs layer [2023-03-08T07:58:00.556Z] 3760b48202b3: Verifying Checksum [2023-03-08T07:58:00.556Z] 3760b48202b3: Download complete [2023-03-08T07:58:00.556Z] 3760b48202b3: Pull complete [2023-03-08T07:58:00.556Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T07:58:00.556Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T07:58:00.556Z] ---> 4c81e5bf8899 [2023-03-08T07:58:00.556Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-03-08T07:58:00.556Z] ---> Running in ee3ca3eed0b6 [2023-03-08T07:58:00.556Z] Removing intermediate container ee3ca3eed0b6 [2023-03-08T07:58:00.556Z] ---> e2776be45936 [2023-03-08T07:58:00.556Z] Step 13/23 : RUN apk add --update --no-cache [2023-03-08T07:58:00.556Z] ---> Running in cfd73fc3e77b [2023-03-08T07:58:00.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T07:58:00.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T07:58:00.556Z] OK: 5 MiB in 14 packages [2023-03-08T07:58:00.556Z] Removing intermediate container cfd73fc3e77b [2023-03-08T07:58:00.556Z] ---> f7022fdf4c4e [2023-03-08T07:58:00.556Z] Step 14/23 : WORKDIR / [2023-03-08T07:58:00.556Z] ---> Running in 7bc5731dd3b7 [2023-03-08T07:58:00.556Z] Removing intermediate container 7bc5731dd3b7 [2023-03-08T07:58:00.556Z] ---> 615e3e8ec2ab [2023-03-08T07:58:00.556Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-03-08T07:58:00.556Z] ---> 7fdde9f7bd05 [2023-03-08T07:58:00.556Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-03-08T07:58:00.556Z] ---> 0f05be5c8b72 [2023-03-08T07:58:00.556Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-03-08T07:58:00.556Z] ---> 4a98450356a1 [2023-03-08T07:58:00.556Z] Step 18/23 : EXPOSE 59999 [2023-03-08T07:58:00.556Z] ---> Running in 2cb9bdd3c644 [2023-03-08T07:58:00.556Z] Removing intermediate container 2cb9bdd3c644 [2023-03-08T07:58:00.556Z] ---> 46640f6e4458 [2023-03-08T07:58:00.556Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-03-08T07:58:00.556Z] ---> Running in 50ca82db8d89 [2023-03-08T07:58:00.556Z] Removing intermediate container 50ca82db8d89 [2023-03-08T07:58:00.556Z] ---> 571d5bde1704 [2023-03-08T07:58:00.556Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T07:58:00.556Z] ---> Running in 35e7c448310c [2023-03-08T07:58:00.556Z] Removing intermediate container 35e7c448310c [2023-03-08T07:58:00.556Z] ---> f0c7a1c289e6 [2023-03-08T07:58:00.556Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T07:58:00.556Z] ---> Running in 1897077b9a6c [2023-03-08T07:58:00.823Z] Removing intermediate container 1897077b9a6c [2023-03-08T07:58:00.823Z] ---> 032ec7badc77 [2023-03-08T07:58:00.823Z] Step 22/23 : LABEL git_sha=23e758ba57e1012933f954ab76dd88bf8d98992d [2023-03-08T07:58:00.823Z] ---> Running in d0d28dccedda [2023-03-08T07:58:01.091Z] Removing intermediate container d0d28dccedda [2023-03-08T07:58:01.091Z] ---> d33a1d851827 [2023-03-08T07:58:01.091Z] Step 23/23 : LABEL version=3.0.0-dev.47 [2023-03-08T07:58:01.091Z] ---> Running in 060d35a041af [2023-03-08T07:58:01.358Z] Removing intermediate container 060d35a041af [2023-03-08T07:58:01.358Z] ---> 1d4249e17386 [2023-03-08T07:58:01.358Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-08T07:58:01.358Z] Successfully built 1d4249e17386 [2023-03-08T07:58:01.623Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:58:02.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T07:58:02.046Z] [2023-03-08T07:58:02.046Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:58:02.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T07:58:02.375Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-08T07:58:02.375Z] 8998bd30e6a1: Pulling fs layer [2023-03-08T07:58:02.375Z] 04944245beec: Pulling fs layer [2023-03-08T07:58:02.375Z] 699f458cf7ca: Pulling fs layer [2023-03-08T07:58:02.375Z] 765212b225bb: Pulling fs layer [2023-03-08T07:58:02.375Z] f23df028b6ca: Pulling fs layer [2023-03-08T07:58:02.375Z] d65c8cfc05b1: Pulling fs layer [2023-03-08T07:58:02.375Z] 2437ff75d9bd: Pulling fs layer [2023-03-08T07:58:02.375Z] f23df028b6ca: Waiting [2023-03-08T07:58:02.375Z] d65c8cfc05b1: Waiting [2023-03-08T07:58:02.375Z] 2437ff75d9bd: Waiting [2023-03-08T07:58:02.375Z] 765212b225bb: Waiting [2023-03-08T07:58:02.642Z] 04944245beec: Verifying Checksum [2023-03-08T07:58:02.642Z] 04944245beec: Download complete [2023-03-08T07:58:02.642Z] 765212b225bb: Verifying Checksum [2023-03-08T07:58:02.642Z] 765212b225bb: Download complete [2023-03-08T07:58:02.642Z] f23df028b6ca: Verifying Checksum [2023-03-08T07:58:02.642Z] f23df028b6ca: Download complete [2023-03-08T07:58:02.642Z] d65c8cfc05b1: Verifying Checksum [2023-03-08T07:58:02.642Z] d65c8cfc05b1: Download complete [2023-03-08T07:58:02.910Z] 699f458cf7ca: Verifying Checksum [2023-03-08T07:58:02.910Z] 699f458cf7ca: Download complete [2023-03-08T07:58:03.177Z] 8998bd30e6a1: Verifying Checksum [2023-03-08T07:58:03.177Z] 8998bd30e6a1: Download complete [2023-03-08T07:58:05.759Z] 2437ff75d9bd: Verifying Checksum [2023-03-08T07:58:05.759Z] 2437ff75d9bd: Download complete [2023-03-08T07:58:07.173Z] 8998bd30e6a1: Pull complete [2023-03-08T07:58:07.440Z] 04944245beec: Pull complete [2023-03-08T07:58:09.397Z] 699f458cf7ca: Pull complete [2023-03-08T07:58:09.397Z] 765212b225bb: Pull complete [2023-03-08T07:58:09.982Z] f23df028b6ca: Pull complete [2023-03-08T07:58:10.250Z] d65c8cfc05b1: Pull complete [2023-03-08T07:58:25.358Z] 2437ff75d9bd: Pull complete [2023-03-08T07:58:25.358Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-08T07:58:25.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T07:58:25.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:58:25.587Z] prd-ubuntu20.04-docker-arm64-4c-16g-8755 does not seem to be running inside a container [2023-03-08T07:58:25.667Z] $ 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/177 -v /w/workspace/device-sdk-go/177:/w/workspace/device-sdk-go/177:rw,z -v /w/workspace/device-sdk-go/177@tmp:/w/workspace/device-sdk-go/177@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-08T07:58:28.328Z] $ docker top cda883ea8bc6891ab4e2099c4624945ccddfa372931f634a1922c5b6c7afa0be -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:58:29.190Z] ---> job-cost.sh [2023-03-08T07:58:29.190Z] lf-activate-venv: SKIPPING [2023-03-08T07:58:29.190Z] INFO: No Stack... [2023-03-08T07:58:29.773Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-08T07:58:30.355Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T07:58:30.994Z] + + catcut /w/workspace/device-sdk-go/177/archives/cost.csv -d, [2023-03-08T07:58:30.995Z] -f6 [Pipeline] lock [2023-03-08T07:58:31.065Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [2023-03-08T07:58:31.070Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] did not exist. Created. [2023-03-08T07:58:31.070Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T07:58:31.718Z] /w/workspace/device-sdk-go/177@tmp/durable-c25c4787/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-08T07:58:32.047Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-08T07:58:32.070Z] Warning: overwriting stash ‘stack-cost’ [2023-03-08T07:58:32.137Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T07:58:32.144Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-177-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T07:58:32.160Z] $ docker stop --time=1 cda883ea8bc6891ab4e2099c4624945ccddfa372931f634a1922c5b6c7afa0be [2023-03-08T07:58:33.684Z] $ docker rm -f --volumes cda883ea8bc6891ab4e2099c4624945ccddfa372931f634a1922c5b6c7afa0be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-08T07:58:34.066Z] provisioning config files... [2023-03-08T07:58:34.073Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config1100287333240582784tmp [Pipeline] { [Pipeline] sh [2023-03-08T07:58:34.357Z] + set +x [2023-03-08T07:58:34.357Z] + bash -s -- [2023-03-08T07:58:34.357Z] + curl -s https://codecov.io/bash [2023-03-08T07:58:34.357Z] [2023-03-08T07:58:34.357Z] _____ _ [2023-03-08T07:58:34.357Z] / ____| | | [2023-03-08T07:58:34.357Z] | | ___ __| | ___ ___ _____ __ [2023-03-08T07:58:34.357Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-08T07:58:34.357Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-08T07:58:34.357Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-08T07:58:34.357Z] Bash-1.0.6 [2023-03-08T07:58:34.357Z] [2023-03-08T07:58:34.357Z] [2023-03-08T07:58:34.357Z] ==> git version 2.25.1 found [2023-03-08T07:58:34.357Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-08T07:58:34.357Z] Release-Date: 2020-01-08 [2023-03-08T07:58:34.357Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-08T07:58:34.357Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-08T07:58:34.357Z] ==> Jenkins CI detected. [2023-03-08T07:58:34.357Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-03-08T07:58:34.357Z] project root: . [2023-03-08T07:58:34.357Z] --> token set from env [2023-03-08T07:58:34.357Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-08T07:58:34.357Z] ==> Running gcov in . (disable via -X gcov) [2023-03-08T07:58:34.357Z] ==> Python coveragepy not found [2023-03-08T07:58:34.357Z] ==> Searching for coverage reports in: [2023-03-08T07:58:34.357Z] + . [2023-03-08T07:58:34.357Z] -> Found 1 reports [2023-03-08T07:58:34.357Z] ==> Detecting git/mercurial file structure [2023-03-08T07:58:34.357Z] ==> Reading reports [2023-03-08T07:58:34.357Z] + ./coverage.out bytes=111244 [2023-03-08T07:58:34.357Z] ==> Appending adjustments [2023-03-08T07:58:34.357Z] https://docs.codecov.io/docs/fixing-reports [2023-03-08T07:58:34.616Z] + Found adjustments [2023-03-08T07:58:34.616Z] ==> Gzipping contents [2023-03-08T07:58:34.616Z] 16K /tmp/codecov.VcWQgh.gz [2023-03-08T07:58:34.616Z] ==> Uploading reports [2023-03-08T07:58:34.616Z] url: https://codecov.io [2023-03-08T07:58:34.616Z] query: branch=main&commit=23e758ba57e1012933f954ab76dd88bf8d98992d&build=177&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F177%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-08T07:58:34.616Z] -> Pinging Codecov [2023-03-08T07:58:34.616Z] 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=23e758ba57e1012933f954ab76dd88bf8d98992d&build=177&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F177%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-08T07:58:34.875Z] -> Uploading to [2023-03-08T07:58:34.875Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-08/7E55EF52A471D76F132DFD9A03CDDE97/23e758ba57e1012933f954ab76dd88bf8d98992d/9e668fe6-4719-496f-96ce-3bd33910ead7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T075834Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45db617ec1f62856df684e314048f8a2d250964d6ba6fd8c58934bfcae87879e [2023-03-08T07:58:34.875Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T07:58:34.875Z] Dload Upload Total Spent Left Speed [2023-03-08T07:58:35.134Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15375 0 0 100 15375 0 51767 --:--:-- --:--:-- --:--:-- 51593 100 15375 0 0 100 15375 0 51767 --:--:-- --:--:-- --:--:-- 51593 [2023-03-08T07:58:35.135Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] } [2023-03-08T07:58:35.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-08T07:58:35.328Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-08T07:58:35.338Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:58:35.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T07:58:35.632Z] [2023-03-08T07:58:35.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:58:35.944Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T07:58:35.944Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-08T07:58:35.944Z] df9b9388f04a: Pulling fs layer [2023-03-08T07:58:35.944Z] 52dc419b0ee2: Pulling fs layer [2023-03-08T07:58:35.944Z] 25bc292e5bac: Pulling fs layer [2023-03-08T07:58:35.944Z] 114826534d7a: Pulling fs layer [2023-03-08T07:58:35.944Z] 4657fd5d0bcf: Pulling fs layer [2023-03-08T07:58:35.944Z] 6ad1cebc031e: Pulling fs layer [2023-03-08T07:58:35.944Z] 8a3aa393b2d8: Pulling fs layer [2023-03-08T07:58:35.944Z] 4657fd5d0bcf: Waiting [2023-03-08T07:58:35.944Z] 6ad1cebc031e: Waiting [2023-03-08T07:58:35.944Z] 8a3aa393b2d8: Waiting [2023-03-08T07:58:35.944Z] 114826534d7a: Waiting [2023-03-08T07:58:35.944Z] 25bc292e5bac: Verifying Checksum [2023-03-08T07:58:35.944Z] 25bc292e5bac: Download complete [2023-03-08T07:58:35.944Z] 52dc419b0ee2: Verifying Checksum [2023-03-08T07:58:35.944Z] 52dc419b0ee2: Download complete [2023-03-08T07:58:35.944Z] 4657fd5d0bcf: Verifying Checksum [2023-03-08T07:58:35.944Z] 4657fd5d0bcf: Download complete [2023-03-08T07:58:35.944Z] df9b9388f04a: Download complete [2023-03-08T07:58:36.206Z] df9b9388f04a: Pull complete [2023-03-08T07:58:36.206Z] 6ad1cebc031e: Verifying Checksum [2023-03-08T07:58:36.206Z] 6ad1cebc031e: Download complete [2023-03-08T07:58:36.207Z] 52dc419b0ee2: Pull complete [2023-03-08T07:58:36.467Z] 25bc292e5bac: Pull complete [2023-03-08T07:58:37.034Z] 114826534d7a: Verifying Checksum [2023-03-08T07:58:37.034Z] 114826534d7a: Download complete [2023-03-08T07:58:37.034Z] 8a3aa393b2d8: Verifying Checksum [2023-03-08T07:58:37.034Z] 8a3aa393b2d8: Download complete [2023-03-08T07:58:41.227Z] 114826534d7a: Pull complete [2023-03-08T07:58:41.227Z] 4657fd5d0bcf: Pull complete [2023-03-08T07:58:41.227Z] 6ad1cebc031e: Pull complete [2023-03-08T07:58:44.509Z] 8a3aa393b2d8: Pull complete [2023-03-08T07:58:44.510Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-08T07:58:44.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T07:58:44.510Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:58:44.582Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:58:44.610Z] $ 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-03-08T07:58:46.605Z] $ docker top 3d3be1271b1a18806d4f07d4c4c6e3ac35c50f1a9603d481e0b686dc1a238e53 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T07:58:46.665Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-03-08T07:58:46.939Z] + set -o pipefail [2023-03-08T07:58:46.939Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-03-08T07:58:51.122Z] [2023-03-08T07:58:51.122Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-03-08T07:58:51.122Z] [2023-03-08T07:58:51.122Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/1e7ee74c-2ce8-48d7-a8b3-7be28b0b657f [2023-03-08T07:58:51.122Z] [2023-03-08T07:58:51.122Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-08T07:58:51.122Z] [2023-03-08T07:58:51.381Z] [2023-03-08T07:58:51.381Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-08T07:58:51.381Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-08T07:58:51.381Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-08T07:58:51.393Z] $ docker stop --time=1 3d3be1271b1a18806d4f07d4c4c6e3ac35c50f1a9603d481e0b686dc1a238e53 [2023-03-08T07:58:53.587Z] $ docker rm -f --volumes 3d3be1271b1a18806d4f07d4c4c6e3ac35c50f1a9603d481e0b686dc1a238e53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-08T07:58:53.989Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T07:58:54.002Z] provisioning config files... [2023-03-08T07:58:54.009Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15399130819295854526tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:58:54.298Z] --> edgex-publish-swagger.sh [2023-03-08T07:58:54.298Z] === Publish openapi/v3 API === [2023-03-08T07:58:54.298Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-08T07:58:54.298Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-03-08T07:58:54.298Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T07:58:54.298Z] Dload Upload Total Spent Left Speed [2023-03-08T07:58:54.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23571 0 0 100 23571 0 39154 --:--:-- --:--:-- --:--:-- 39219 [2023-03-08T07:58:54.866Z] [2023-03-08T07:58:54.866Z] [Pipeline] } [2023-03-08T07:58:54.873Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T07:58:55.266Z] + git log --format=format:%s -1 23e758ba57e1012933f954ab76dd88bf8d98992d [Pipeline] sh [2023-03-08T07:58:55.559Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T07:58:55.559Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:58:55.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T07:58:55.865Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:58:55.945Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:58:55.974Z] $ 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-03-08T07:58:56.399Z] $ docker top 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T07:58:56.489Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T07:58:56.489Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T07:58:56.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T07:58:56.620Z] $ docker exec 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 ssh-agent [2023-03-08T07:58:56.724Z] SSH_AUTH_SOCK=/tmp/ssh-hVEJF4FI8Wnx/agent.32 [2023-03-08T07:58:56.724Z] SSH_AGENT_PID=37 [2023-03-08T07:58:56.729Z] Running ssh-add (command line suppressed) [2023-03-08T07:58:56.833Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5488170541725594064.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_5488170541725594064.key) [2023-03-08T07:58:56.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T07:58:57.134Z] + git semver tag [2023-03-08T07:58:57.393Z] 2023-03-08 07:58:57,376 [run_tag] DEBUG tag force:False [2023-03-08T07:58:57.393Z] 2023-03-08 07:58:57,376 [check_head_tag] DEBUG check head tag [2023-03-08T07:58:57.393Z] 2023-03-08 07:58:57,378 [execute] INFO git cat-file --batch-check [2023-03-08T07:58:57.393Z] 2023-03-08 07:58:57,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-08T07:58:57.393Z] 2023-03-08 07:58:57,382 [execute] INFO git cat-file --batch [2023-03-08T07:58:57.393Z] 2023-03-08 07:58:57,382 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-03-08T07:58:57.653Z] 2023-03-08 07:58:57,428 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:58:57.653Z] 2023-03-08 07:58:57,429 [execute] INFO git tag -a v3.0.0-dev.47 -m v3.0.0-dev.47 [2023-03-08T07:58:57.653Z] 2023-03-08 07:58:57,429 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.47', '-m', 'v3.0.0-dev.47'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-08T07:58:57.653Z] 2023-03-08 07:58:57,433 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:58:57.653Z] 3.0.0-dev.47 [Pipeline] } [2023-03-08T07:58:57.663Z] $ docker exec --env ******** --env ******** 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 ssh-agent -k [2023-03-08T07:58:57.777Z] unset SSH_AUTH_SOCK; [2023-03-08T07:58:57.778Z] unset SSH_AGENT_PID; [2023-03-08T07:58:57.778Z] echo Agent pid 37 killed; [2023-03-08T07:58:57.788Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T07:58:58.092Z] + git semver [Pipeline] } [2023-03-08T07:58:58.676Z] $ docker stop --time=1 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 [2023-03-08T07:58:59.975Z] $ docker rm -f --volumes 7a0a879cb68a8fa5aabb2a7658b8970589c27c21815132c9d500d5bdfb1815a7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:59:00.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T07:59:00.355Z] [2023-03-08T07:59:00.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:59:00.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T07:59:00.661Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-08T07:59:00.661Z] ab5ef0e58194: Pulling fs layer [2023-03-08T07:59:00.661Z] 9712f1f96733: Pulling fs layer [2023-03-08T07:59:00.661Z] 63f879dbbcfc: Pulling fs layer [2023-03-08T07:59:00.661Z] 0d9ebad4ef96: Pulling fs layer [2023-03-08T07:59:00.661Z] e9a5061849ea: Pulling fs layer [2023-03-08T07:59:00.661Z] d747dcd14b5f: Pulling fs layer [2023-03-08T07:59:00.661Z] 2de7ff778b66: Pulling fs layer [2023-03-08T07:59:00.661Z] 0d9ebad4ef96: Waiting [2023-03-08T07:59:00.661Z] e9a5061849ea: Waiting [2023-03-08T07:59:00.661Z] 2de7ff778b66: Waiting [2023-03-08T07:59:00.661Z] 9712f1f96733: Verifying Checksum [2023-03-08T07:59:00.661Z] 9712f1f96733: Download complete [2023-03-08T07:59:01.244Z] 63f879dbbcfc: Verifying Checksum [2023-03-08T07:59:01.244Z] 63f879dbbcfc: Download complete [2023-03-08T07:59:01.244Z] e9a5061849ea: Verifying Checksum [2023-03-08T07:59:01.244Z] e9a5061849ea: Download complete [2023-03-08T07:59:01.244Z] d747dcd14b5f: Verifying Checksum [2023-03-08T07:59:01.244Z] d747dcd14b5f: Download complete [2023-03-08T07:59:01.244Z] 0d9ebad4ef96: Verifying Checksum [2023-03-08T07:59:01.244Z] 0d9ebad4ef96: Download complete [2023-03-08T07:59:01.502Z] ab5ef0e58194: Verifying Checksum [2023-03-08T07:59:01.502Z] ab5ef0e58194: Download complete [2023-03-08T07:59:01.502Z] 2de7ff778b66: Verifying Checksum [2023-03-08T07:59:01.502Z] 2de7ff778b66: Download complete [2023-03-08T07:59:04.786Z] ab5ef0e58194: Pull complete [2023-03-08T07:59:04.786Z] 9712f1f96733: Pull complete [2023-03-08T07:59:05.354Z] 63f879dbbcfc: Pull complete [2023-03-08T07:59:09.539Z] 0d9ebad4ef96: Pull complete [2023-03-08T07:59:09.539Z] e9a5061849ea: Pull complete [2023-03-08T07:59:09.539Z] d747dcd14b5f: Pull complete [2023-03-08T07:59:10.473Z] 2de7ff778b66: Pull complete [2023-03-08T07:59:10.474Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-08T07:59:10.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T07:59:10.474Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:59:10.560Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:59:10.594Z] $ 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-03-08T07:59:13.440Z] $ docker top efe71af77e91a4b9b007f967da939c8687089d85801501f91ad3f3196762891a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-08T07:59:13.511Z] provisioning config files... [2023-03-08T07:59:13.517Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10505144797147258306tmp [2023-03-08T07:59:13.528Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config16419435570032106910tmp [2023-03-08T07:59:13.537Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15325734340428037760tmp [Pipeline] { [Pipeline] echo [2023-03-08T07:59:13.552Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:13.831Z] ---> sigul-configuration.sh [2023-03-08T07:59:13.831Z] gpg: directory `/root/.gnupg' created [2023-03-08T07:59:13.831Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-08T07:59:13.831Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-08T07:59:13.831Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-08T07:59:13.831Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-08T07:59:13.831Z] gpg: CAST5 encrypted data [2023-03-08T07:59:13.831Z] gpg: encrypted with 1 passphrase [2023-03-08T07:59:13.831Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-08T07:59:14.113Z] + mkdir /home/jenkins [2023-03-08T07:59:14.113Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-08T07:59:14.394Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-03-08T07:59:14.407Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:14.684Z] ---> sigul-install.sh [2023-03-08T07:59:14.684Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-08T07:59:14.969Z] + git tag --list [2023-03-08T07:59:14.969Z] 0.7.1 [2023-03-08T07:59:14.969Z] delhi-tag [2023-03-08T07:59:14.969Z] v0.0.0 [2023-03-08T07:59:14.969Z] v1.0.0 [2023-03-08T07:59:14.969Z] v1.1.0 [2023-03-08T07:59:14.969Z] v1.1.1 [2023-03-08T07:59:14.969Z] v1.1.2 [2023-03-08T07:59:14.969Z] v1.2.0 [2023-03-08T07:59:14.969Z] v1.2.1 [2023-03-08T07:59:14.969Z] v1.2.2 [2023-03-08T07:59:14.969Z] v1.2.3 [2023-03-08T07:59:14.969Z] v1.3.0 [2023-03-08T07:59:14.969Z] v1.4.0 [2023-03-08T07:59:14.969Z] v2.0.0 [2023-03-08T07:59:14.969Z] v2.1.0 [2023-03-08T07:59:14.969Z] v2.1.1 [2023-03-08T07:59:14.969Z] v2.1.1-dev.2 [2023-03-08T07:59:14.969Z] v2.1.1-dev.3 [2023-03-08T07:59:14.969Z] v2.2.0 [2023-03-08T07:59:14.969Z] v2.2.1-dev.1 [2023-03-08T07:59:14.969Z] v2.2.1-dev.10 [2023-03-08T07:59:14.969Z] v2.2.1-dev.11 [2023-03-08T07:59:14.969Z] v2.2.1-dev.12 [2023-03-08T07:59:14.969Z] v2.2.1-dev.13 [2023-03-08T07:59:14.969Z] v2.2.1-dev.14 [2023-03-08T07:59:14.969Z] v2.2.1-dev.2 [2023-03-08T07:59:14.969Z] v2.2.1-dev.3 [2023-03-08T07:59:14.969Z] v2.2.1-dev.4 [2023-03-08T07:59:14.969Z] v2.2.1-dev.5 [2023-03-08T07:59:14.969Z] v2.2.1-dev.6 [2023-03-08T07:59:14.969Z] v2.2.1-dev.7 [2023-03-08T07:59:14.969Z] v2.2.1-dev.8 [2023-03-08T07:59:14.969Z] v2.2.1-dev.9 [2023-03-08T07:59:14.969Z] v2.3.0 [2023-03-08T07:59:14.969Z] v2.3.0-dev.14 [2023-03-08T07:59:14.969Z] v2.3.0-dev.15 [2023-03-08T07:59:14.969Z] v2.3.0-dev.16 [2023-03-08T07:59:14.969Z] v2.3.0-dev.17 [2023-03-08T07:59:14.969Z] v2.3.0-dev.18 [2023-03-08T07:59:14.969Z] v2.3.0-dev.19 [2023-03-08T07:59:14.969Z] v2.3.0-dev.20 [2023-03-08T07:59:14.969Z] v2.3.0-dev.21 [2023-03-08T07:59:14.969Z] v2.3.0-dev.22 [2023-03-08T07:59:14.969Z] v2.3.0-dev.23 [2023-03-08T07:59:14.969Z] v2.3.0-dev.24 [2023-03-08T07:59:14.969Z] v2.3.0-dev.25 [2023-03-08T07:59:14.969Z] v2.3.0-dev.26 [2023-03-08T07:59:14.969Z] v2.3.0-dev.27 [2023-03-08T07:59:14.969Z] v2.3.0-dev.28 [2023-03-08T07:59:14.969Z] v2.3.0-dev.29 [2023-03-08T07:59:14.969Z] v2.3.0-dev.30 [2023-03-08T07:59:14.969Z] v2.3.0-dev.31 [2023-03-08T07:59:14.969Z] v2.3.0-dev.32 [2023-03-08T07:59:14.969Z] v2.3.0-dev.33 [2023-03-08T07:59:14.969Z] v2.3.0-dev.34 [2023-03-08T07:59:14.969Z] v2.3.0-dev.35 [2023-03-08T07:59:14.969Z] v2.3.0-dev.36 [2023-03-08T07:59:14.969Z] v2.3.0-dev.37 [2023-03-08T07:59:14.969Z] v2.3.0-dev.38 [2023-03-08T07:59:14.969Z] v2.3.0-dev.39 [2023-03-08T07:59:14.969Z] v2.3.0-dev.40 [2023-03-08T07:59:14.969Z] v2.3.0-dev.41 [2023-03-08T07:59:14.969Z] v2.3.0-dev.42 [2023-03-08T07:59:14.969Z] v2.3.0-dev.43 [2023-03-08T07:59:14.969Z] v2.3.0-dev.44 [2023-03-08T07:59:14.969Z] v2.3.0-dev.45 [2023-03-08T07:59:14.969Z] v2.3.0-dev.46 [2023-03-08T07:59:14.969Z] v2.3.0-dev.47 [2023-03-08T07:59:14.969Z] v2.3.0-dev.48 [2023-03-08T07:59:14.969Z] v2.3.0-dev.49 [2023-03-08T07:59:14.969Z] v2.3.0-dev.50 [2023-03-08T07:59:14.969Z] v2.3.0-dev.51 [2023-03-08T07:59:14.969Z] v2.3.1-dev.1 [2023-03-08T07:59:14.969Z] v2.3.1-dev.2 [2023-03-08T07:59:14.969Z] v3.0.0-dev.1 [2023-03-08T07:59:14.969Z] v3.0.0-dev.10 [2023-03-08T07:59:14.969Z] v3.0.0-dev.11 [2023-03-08T07:59:14.969Z] v3.0.0-dev.12 [2023-03-08T07:59:14.969Z] v3.0.0-dev.13 [2023-03-08T07:59:14.969Z] v3.0.0-dev.14 [2023-03-08T07:59:14.969Z] v3.0.0-dev.15 [2023-03-08T07:59:14.969Z] v3.0.0-dev.16 [2023-03-08T07:59:14.969Z] v3.0.0-dev.17 [2023-03-08T07:59:14.969Z] v3.0.0-dev.18 [2023-03-08T07:59:14.969Z] v3.0.0-dev.19 [2023-03-08T07:59:14.969Z] v3.0.0-dev.2 [2023-03-08T07:59:14.969Z] v3.0.0-dev.20 [2023-03-08T07:59:14.969Z] v3.0.0-dev.21 [2023-03-08T07:59:14.969Z] v3.0.0-dev.22 [2023-03-08T07:59:14.969Z] v3.0.0-dev.23 [2023-03-08T07:59:14.969Z] v3.0.0-dev.24 [2023-03-08T07:59:14.969Z] v3.0.0-dev.25 [2023-03-08T07:59:14.969Z] v3.0.0-dev.26 [2023-03-08T07:59:14.969Z] v3.0.0-dev.27 [2023-03-08T07:59:14.969Z] v3.0.0-dev.28 [2023-03-08T07:59:14.969Z] v3.0.0-dev.29 [2023-03-08T07:59:14.969Z] v3.0.0-dev.3 [2023-03-08T07:59:14.969Z] v3.0.0-dev.30 [2023-03-08T07:59:14.969Z] v3.0.0-dev.31 [2023-03-08T07:59:14.969Z] v3.0.0-dev.32 [2023-03-08T07:59:14.969Z] v3.0.0-dev.33 [2023-03-08T07:59:14.969Z] v3.0.0-dev.34 [2023-03-08T07:59:14.969Z] v3.0.0-dev.35 [2023-03-08T07:59:14.969Z] v3.0.0-dev.36 [2023-03-08T07:59:14.969Z] v3.0.0-dev.37 [2023-03-08T07:59:14.969Z] v3.0.0-dev.38 [2023-03-08T07:59:14.969Z] v3.0.0-dev.39 [2023-03-08T07:59:14.969Z] v3.0.0-dev.4 [2023-03-08T07:59:14.969Z] v3.0.0-dev.40 [2023-03-08T07:59:14.969Z] v3.0.0-dev.41 [2023-03-08T07:59:14.969Z] v3.0.0-dev.42 [2023-03-08T07:59:14.969Z] v3.0.0-dev.43 [2023-03-08T07:59:14.969Z] v3.0.0-dev.44 [2023-03-08T07:59:14.969Z] v3.0.0-dev.45 [2023-03-08T07:59:14.969Z] v3.0.0-dev.46 [2023-03-08T07:59:14.969Z] v3.0.0-dev.47 [2023-03-08T07:59:14.969Z] v3.0.0-dev.5 [2023-03-08T07:59:14.969Z] v3.0.0-dev.6 [2023-03-08T07:59:14.969Z] v3.0.0-dev.7 [2023-03-08T07:59:14.969Z] v3.0.0-dev.8 [2023-03-08T07:59:14.969Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-08T07:59:15.251Z] + lftools sign git-tag v3.0.0-dev.47 [2023-03-08T07:59:15.818Z] Signing Git tag with Sigul... [2023-03-08T07:59:15.818Z] Signing v3.0.0-dev.47 [Pipeline] echo [2023-03-08T07:59:16.394Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:16.680Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-08T07:59:16.687Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-08T07:59:16.707Z] $ docker stop --time=1 efe71af77e91a4b9b007f967da939c8687089d85801501f91ad3f3196762891a [2023-03-08T07:59:18.068Z] $ docker rm -f --volumes efe71af77e91a4b9b007f967da939c8687089d85801501f91ad3f3196762891a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-08T07:59:18.459Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T07:59:18.459Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:59:18.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T07:59:18.749Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:59:18.817Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:59:18.845Z] $ 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-03-08T07:59:19.224Z] $ docker top d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c -eo pid,comm [2023-03-08T07:59:19.279Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-08T07:59:19.279Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T07:59:19.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T07:59:19.306Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T07:59:19.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T07:59:19.420Z] $ docker exec d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c ssh-agent [2023-03-08T07:59:19.542Z] SSH_AUTH_SOCK=/tmp/ssh-wwQa2qhOshOj/agent.32 [2023-03-08T07:59:19.542Z] SSH_AGENT_PID=38 [2023-03-08T07:59:19.547Z] Running ssh-add (command line suppressed) [2023-03-08T07:59:19.651Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7748269271460102649.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7748269271460102649.key) [2023-03-08T07:59:19.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T07:59:19.945Z] + git semver bump pre [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,194 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,194 [bump_version] DEBUG bumping version:3.0.0-dev.47 on axis:pre with prefix:dev [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,194 [bump_version] DEBUG bumped version:3.0.0-dev.48 [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,194 [write_version] DEBUG write version:3.0.0-dev.48 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,194 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,194 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,196 [execute] INFO git cat-file --batch-check [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,196 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,202 [execute] INFO git cat-file --batch [2023-03-08T07:59:20.204Z] 2023-03-08 07:59:20,203 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T07:59:20.462Z] 2023-03-08 07:59:20,208 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:59:20.462Z] 3.0.0-dev.48 [Pipeline] } [2023-03-08T07:59:20.471Z] $ docker exec --env ******** --env ******** d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c ssh-agent -k [2023-03-08T07:59:20.564Z] unset SSH_AUTH_SOCK; [2023-03-08T07:59:20.564Z] unset SSH_AGENT_PID; [2023-03-08T07:59:20.564Z] echo Agent pid 38 killed; [2023-03-08T07:59:20.573Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T07:59:20.866Z] + git semver [Pipeline] } [2023-03-08T07:59:21.444Z] $ docker stop --time=1 d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c [2023-03-08T07:59:22.735Z] $ docker rm -f --volumes d3a83a956397e3edbeec464e87423d18c84c7d20e1bcfc0335179167c483e52c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T07:59:23.065Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T07:59:23.066Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:59:23.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T07:59:23.360Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:59:23.428Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:59:23.459Z] $ 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-03-08T07:59:23.810Z] $ docker top 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b -eo pid,comm [2023-03-08T07:59:23.856Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-08T07:59:23.856Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T07:59:23.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T07:59:23.899Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T07:59:24.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T07:59:24.008Z] $ docker exec 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b ssh-agent [2023-03-08T07:59:24.119Z] SSH_AUTH_SOCK=/tmp/ssh-Jk9g1l8HACYT/agent.32 [2023-03-08T07:59:24.119Z] SSH_AGENT_PID=38 [2023-03-08T07:59:24.124Z] Running ssh-add (command line suppressed) [2023-03-08T07:59:24.220Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13075187565034470451.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_13075187565034470451.key) [2023-03-08T07:59:24.231Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T07:59:24.515Z] + git semver push [2023-03-08T07:59:25.084Z] 2023-03-08 07:59:24,793 [run_push] DEBUG push [2023-03-08T07:59:25.084Z] 2023-03-08 07:59:24,794 [execute] INFO git cat-file --batch-check [2023-03-08T07:59:25.084Z] 2023-03-08 07:59:24,794 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T07:59:25.084Z] 2023-03-08 07:59:24,797 [execute] INFO git rev-list 88269a5735b84214e042b24d1439ae5c2229d721 -- [2023-03-08T07:59:25.084Z] 2023-03-08 07:59:24,798 [execute] DEBUG Popen(['git', 'rev-list', '88269a5735b84214e042b24d1439ae5c2229d721', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-08T07:59:25.084Z] 2023-03-08 07:59:24,806 [execute] INFO git fetch -v origin [2023-03-08T07:59:25.084Z] 2023-03-08 07:59:24,807 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-08T07:59:25.344Z] 2023-03-08 07:59:25,238 [run_push] DEBUG no remote changes detected [2023-03-08T07:59:25.344Z] 2023-03-08 07:59:25,239 [execute] INFO git push origin semver [2023-03-08T07:59:25.344Z] 2023-03-08 07:59:25,239 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-08T07:59:26.284Z] 2023-03-08 07:59:26,184 [run_push] DEBUG push all version tags [2023-03-08T07:59:26.284Z] 2023-03-08 07:59:26,184 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-08T07:59:26.284Z] 2023-03-08 07:59:26,185 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-08T07:59:27.224Z] 2023-03-08 07:59:26,904 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-03-08T07:59:27.224Z] 3.0.0-dev.48 [Pipeline] } [2023-03-08T07:59:27.234Z] $ docker exec --env ******** --env ******** 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b ssh-agent -k [2023-03-08T07:59:27.347Z] unset SSH_AUTH_SOCK; [2023-03-08T07:59:27.347Z] unset SSH_AGENT_PID; [2023-03-08T07:59:27.347Z] echo Agent pid 38 killed; [2023-03-08T07:59:27.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T07:59:27.655Z] + git semver [Pipeline] } [2023-03-08T07:59:28.234Z] $ docker stop --time=1 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b [2023-03-08T07:59:29.551Z] $ docker rm -f --volumes 1deca21b1f4af992c5ff352e7f751ef93505ae4518e9b6082d2032864833216b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-08T07:59:30.077Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-03-08T07:59:30.077Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-08T07:59:30.077Z] total 16 [2023-03-08T07:59:30.077Z] drwxr-xr-x 3 root root 4096 Mar 8 07:49 . [2023-03-08T07:59:30.077Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 8 07:59 .. [2023-03-08T07:59:30.077Z] drwxr-xr-x 2 root root 4096 Mar 8 07:49 cost [2023-03-08T07:59:30.077Z] -rw-r--r-- 1 root root 85 Mar 8 07:49 cost.csv [2023-03-08T07:59:30.077Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-08T07:59:30.077Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-03-08T07:59:30.077Z] total 16 [2023-03-08T07:59:30.077Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 07:49 . [2023-03-08T07:59:30.077Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 8 07:59 .. [2023-03-08T07:59:30.077Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 07:49 cost [2023-03-08T07:59:30.077Z] -rw-r--r-- 1 jenkins jenkins 85 Mar 8 07:49 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:30.365Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:31.224Z] ---> package-listing.sh [2023-03-08T07:59:31.224Z] ++ facter osfamily [2023-03-08T07:59:31.224Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-08T07:59:31.483Z] + OS_FAMILY=debian [2023-03-08T07:59:31.483Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-03-08T07:59:31.483Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-08T07:59:31.483Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-08T07:59:31.483Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-08T07:59:31.483Z] + PACKAGES=/tmp/packages_start.txt [2023-03-08T07:59:31.483Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-08T07:59:31.483Z] + PACKAGES=/tmp/packages_end.txt [2023-03-08T07:59:31.483Z] + case "${OS_FAMILY}" in [2023-03-08T07:59:31.483Z] + dpkg -l [2023-03-08T07:59:31.483Z] + grep '^ii' [2023-03-08T07:59:31.483Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-08T07:59:31.483Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-08T07:59:31.483Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-08T07:59:31.483Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-03-08T07:59:31.483Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-03-08T07:59:31.483Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [Pipeline] echo [2023-03-08T07:59:31.494Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-08T07:59:31.770Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T07:59:32.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T07:59:32.327Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T07:59:32.395Z] prd-ubuntu20.04-docker-8c-8g-8754 does not seem to be running inside a container [2023-03-08T07:59:32.430Z] $ 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-03-08T07:59:32.651Z] $ docker top 68febf325ee80cc3b46a12679de3c4728ba5dd91e7841fe9dbbe51ee7fbbbd4d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T07:59:32.994Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-08T07:59:33.275Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-08T07:59:33.557Z] + ls /var/log/sa-host [2023-03-08T07:59:33.557Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T07:59:33.625Z] provisioning config files... [2023-03-08T07:59:33.633Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9548168654513359608tmp [Pipeline] { [Pipeline] echo [2023-03-08T07:59:33.648Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:33.929Z] ---> create-netrc.sh [Pipeline] } [2023-03-08T07:59:33.937Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:34.246Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-08T07:59:34.255Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:34.537Z] ---> sudo-logs.sh [2023-03-08T07:59:34.537Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-08T07:59:34.568Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:34.854Z] ---> job-cost.sh [2023-03-08T07:59:34.854Z] lf-activate-venv: SKIPPING [2023-03-08T07:59:34.854Z] DEBUG: total: 0.2199999988079071 [2023-03-08T07:59:34.854Z] INFO: Retrieving Stack Cost... [2023-03-08T07:59:35.113Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T07:59:35.760Z] INFO: Archiving Costs [Pipeline] echo [2023-03-08T07:59:35.787Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T07:59:36.113Z] ---> logs-deploy.sh [2023-03-08T07:59:36.113Z] lf-activate-venv: SKIPPING [2023-03-08T07:59:36.113Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/177 [2023-03-08T07:59:36.113Z] INFO: archiving workspace using pattern(s): [2023-03-08T07:59:37.115Z] Archives upload complete. [2023-03-08T07:59:37.115Z] INFO: archiving logs to Nexus