Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c2fb876fcd1e0284408ad645a921007a1ace85f5 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-ssh9699540462616499511.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh2985150710477200411.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh12557246074447008274.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh15259452556993648698.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-ssh4356606446908541901.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.20 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-14461 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 c2fb876fcd1e0284408ad645a921007a1ace85f5 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2fb876fcd1e0284408ad645a921007a1ace85f5 # timeout=10 Commit message: "Merge pull request #1449 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.81" > git rev-list --no-walk a0d89e9a5945a079b304faa7b7c2ac3a5afed34b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-08T05:30:19.618Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-08T05:30:19.673Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-08T05:30:19.689Z] ========================================================= [2023-05-08T05:30:19.690Z] EdgeX Global Pipelines Version Info [2023-05-08T05:30:19.690Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:30:20.405Z] ------------------- [2023-05-08T05:30:20.405Z] stable info: [2023-05-08T05:30:20.405Z] ------------------- [2023-05-08T05:30:20.405Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-08T05:30:20.405Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-08T05:30:20.405Z] Message: update stable to v1.0.249 [2023-05-08T05:30:20.975Z] ------------------- [2023-05-08T05:30:20.975Z] experimental info: [2023-05-08T05:30:20.975Z] ------------------- [2023-05-08T05:30:20.975Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-08T05:30:20.975Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-08T05:30:20.975Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-08T05:30:21.134Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-05-08T05:30:21.150Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-05-08T05:30:21.165Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-08T05:30:21.179Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-08T05:30:21.196Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-08T05:30:21.207Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-08T05:30:21.222Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-08T05:30:21.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-05-08T05:30:21.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-08T05:30:21.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-08T05:30:21.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-08T05:30:21.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-05-08T05:30:21.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-08T05:30:21.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-08T05:30:21.312Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-08T05:30:21.325Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-05-08T05:30:21.339Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-08T05:30:21.354Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-08T05:30:21.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-08T05:30:21.381Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-08T05:30:21.396Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-08T05:30:21.410Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-08T05:30:21.421Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-08T05:30:21.443Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-08T05:30:21.456Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-08T05:30:21.469Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-08T05:30:21.480Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-08T05:30:21.492Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-05-08T05:30:21.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-05-08T05:30:21.520Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-05-08T05:30:21.531Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c2fb876fcd1e0284408ad645a921007a1ace85f5 [Pipeline] echo [2023-05-08T05:30:21.545Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c2fb876 [Pipeline] echo [2023-05-08T05:30:21.557Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-08T05:30:21.609Z] provisioning config files... [2023-05-08T05:30:21.625Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config3107731617936518478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:30:21.931Z] ---> docker-login.sh [2023-05-08T05:30:21.931Z] nexus3.edgexfoundry.org:10001 [2023-05-08T05:30:22.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:22.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:22.192Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:22.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:22.192Z] [2023-05-08T05:30:22.192Z] Login Succeeded [2023-05-08T05:30:22.192Z] nexus3.edgexfoundry.org:10002 [2023-05-08T05:30:22.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:22.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:22.457Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:22.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:22.457Z] [2023-05-08T05:30:22.457Z] Login Succeeded [2023-05-08T05:30:22.457Z] nexus3.edgexfoundry.org:10003 [2023-05-08T05:30:22.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:22.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:22.457Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:22.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:22.457Z] [2023-05-08T05:30:22.457Z] Login Succeeded [2023-05-08T05:30:22.457Z] nexus3.edgexfoundry.org:10004 [2023-05-08T05:30:22.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:22.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:22.718Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:22.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:22.718Z] [2023-05-08T05:30:22.718Z] Login Succeeded [2023-05-08T05:30:22.718Z] docker.io [2023-05-08T05:30:22.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:22.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:22.979Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:22.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:22.979Z] [2023-05-08T05:30:22.979Z] Login Succeeded [2023-05-08T05:30:22.979Z] ---> docker-login.sh ends [Pipeline] } [2023-05-08T05:30:22.987Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-08T05:30:23.336Z] + git rev-list -1 --merges c2fb876fcd1e0284408ad645a921007a1ace85f5~1..c2fb876fcd1e0284408ad645a921007a1ace85f5 [Pipeline] echo [2023-05-08T05:30:23.381Z] -----------> git rev-list -1 --merges c2fb876fcd1e0284408ad645a921007a1ace85f5~1..c2fb876fcd1e0284408ad645a921007a1ace85f5 c2fb876fcd1e0284408ad645a921007a1ace85f5 [2023-05-08T05:30:23.382Z] c2fb876fcd1e0284408ad645a921007a1ace85f5 [false] [Pipeline] sh [2023-05-08T05:30:23.672Z] + git log --format=format:%s -1 c2fb876fcd1e0284408ad645a921007a1ace85f5 [Pipeline] echo [2023-05-08T05:30:23.688Z] ========================================================= [2023-05-08T05:30:23.688Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-08T05:30:23.688Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-08T05:30:24.002Z] + git log --format=format:%s -1 c2fb876fcd1e0284408ad645a921007a1ace85f5 [Pipeline] echo [2023-05-08T05:30:24.013Z] [semverPrep] GIT_COMMIT: c2fb876fcd1e0284408ad645a921007a1ace85f5, Commit Message: Merge pull request #1449 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.81 [Pipeline] echo [2023-05-08T05:30:24.021Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-08T05:30:24.377Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-08T05:30:24.377Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-08T05:30:24.377Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-08T05:30:24.377Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-08T05:30:24.377Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2023-05-08T05:30:24.377Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-08T05:30:24.377Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:30:24.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T05:30:24.786Z] [2023-05-08T05:30:24.786Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:30:25.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T05:30:25.077Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-08T05:30:25.077Z] b85a868b505f: Pulling fs layer [2023-05-08T05:30:25.077Z] e2be974225ed: Pulling fs layer [2023-05-08T05:30:25.077Z] 339a4e72a1f5: Pulling fs layer [2023-05-08T05:30:25.077Z] 988bab9f4d93: Pulling fs layer [2023-05-08T05:30:25.077Z] 1469e6f7b9e6: Pulling fs layer [2023-05-08T05:30:25.077Z] eaf3925da568: Pulling fs layer [2023-05-08T05:30:25.077Z] bab4dde63d76: Pulling fs layer [2023-05-08T05:30:25.077Z] bde34c3a00c8: Pulling fs layer [2023-05-08T05:30:25.077Z] b352a97aabf1: Pulling fs layer [2023-05-08T05:30:25.077Z] 4872d77fe225: Pulling fs layer [2023-05-08T05:30:25.077Z] 5851b861e8e6: Pulling fs layer [2023-05-08T05:30:25.077Z] 988bab9f4d93: Waiting [2023-05-08T05:30:25.077Z] 1469e6f7b9e6: Waiting [2023-05-08T05:30:25.077Z] b352a97aabf1: Waiting [2023-05-08T05:30:25.077Z] eaf3925da568: Waiting [2023-05-08T05:30:25.077Z] 4872d77fe225: Waiting [2023-05-08T05:30:25.077Z] 5851b861e8e6: Waiting [2023-05-08T05:30:25.077Z] bab4dde63d76: Waiting [2023-05-08T05:30:25.077Z] bde34c3a00c8: Waiting [2023-05-08T05:30:25.077Z] e2be974225ed: Download complete [2023-05-08T05:30:25.077Z] 988bab9f4d93: Verifying Checksum [2023-05-08T05:30:25.077Z] 988bab9f4d93: Download complete [2023-05-08T05:30:25.077Z] 1469e6f7b9e6: Verifying Checksum [2023-05-08T05:30:25.077Z] 1469e6f7b9e6: Download complete [2023-05-08T05:30:25.077Z] eaf3925da568: Verifying Checksum [2023-05-08T05:30:25.077Z] eaf3925da568: Download complete [2023-05-08T05:30:25.077Z] 339a4e72a1f5: Verifying Checksum [2023-05-08T05:30:25.077Z] 339a4e72a1f5: Download complete [2023-05-08T05:30:25.335Z] bde34c3a00c8: Verifying Checksum [2023-05-08T05:30:25.335Z] bde34c3a00c8: Download complete [2023-05-08T05:30:25.335Z] b352a97aabf1: Verifying Checksum [2023-05-08T05:30:25.335Z] b352a97aabf1: Download complete [2023-05-08T05:30:25.335Z] 4872d77fe225: Download complete [2023-05-08T05:30:25.335Z] 5851b861e8e6: Verifying Checksum [2023-05-08T05:30:25.335Z] 5851b861e8e6: Download complete [2023-05-08T05:30:25.335Z] b85a868b505f: Verifying Checksum [2023-05-08T05:30:25.335Z] b85a868b505f: Download complete [2023-05-08T05:30:25.593Z] bab4dde63d76: Verifying Checksum [2023-05-08T05:30:25.593Z] bab4dde63d76: Download complete [2023-05-08T05:30:26.527Z] b85a868b505f: Pull complete [2023-05-08T05:30:26.784Z] e2be974225ed: Pull complete [2023-05-08T05:30:27.351Z] 339a4e72a1f5: Pull complete [2023-05-08T05:30:27.351Z] 988bab9f4d93: Pull complete [2023-05-08T05:30:27.611Z] 1469e6f7b9e6: Pull complete [2023-05-08T05:30:27.611Z] eaf3925da568: Pull complete [2023-05-08T05:30:29.522Z] bab4dde63d76: Pull complete [2023-05-08T05:30:29.522Z] bde34c3a00c8: Pull complete [2023-05-08T05:30:29.522Z] b352a97aabf1: Pull complete [2023-05-08T05:30:29.782Z] 4872d77fe225: Pull complete [2023-05-08T05:30:29.782Z] 5851b861e8e6: Pull complete [2023-05-08T05:30:29.782Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-08T05:30:29.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T05:30:29.782Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:30:29.877Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:30:29.911Z] $ 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-05-08T05:30:31.046Z] $ docker top 5521416dcfd554804626d54b9fc2a6e6bd14d6c2528c2c41ded1509ec87d6fa6 -eo pid,comm [2023-05-08T05:30:31.097Z] 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-05-08T05:30:31.097Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-08T05:30:31.134Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-08T05:30:31.134Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-08T05:30:31.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-08T05:30:31.245Z] $ docker exec 5521416dcfd554804626d54b9fc2a6e6bd14d6c2528c2c41ded1509ec87d6fa6 ssh-agent [2023-05-08T05:30:31.348Z] SSH_AUTH_SOCK=/tmp/ssh-yZaP6E8Rmy7v/agent.32 [2023-05-08T05:30:31.348Z] SSH_AGENT_PID=38 [2023-05-08T05:30:31.355Z] Running ssh-add (command line suppressed) [2023-05-08T05:30:31.460Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15714189903131885472.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15714189903131885472.key) [2023-05-08T05:30:31.474Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-08T05:30:31.757Z] + git tag --points-at HEAD [Pipeline] } [2023-05-08T05:30:31.775Z] $ docker exec --env ******** --env ******** 5521416dcfd554804626d54b9fc2a6e6bd14d6c2528c2c41ded1509ec87d6fa6 ssh-agent -k [2023-05-08T05:30:31.887Z] unset SSH_AUTH_SOCK; [2023-05-08T05:30:31.888Z] unset SSH_AGENT_PID; [2023-05-08T05:30:31.888Z] echo Agent pid 38 killed; [2023-05-08T05:30:31.896Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-08T05:30:31.922Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-08T05:30:31.922Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-08T05:30:32.046Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-08T05:30:32.051Z] $ docker exec 5521416dcfd554804626d54b9fc2a6e6bd14d6c2528c2c41ded1509ec87d6fa6 ssh-agent [2023-05-08T05:30:32.160Z] SSH_AUTH_SOCK=/tmp/ssh-yw58F9ffkXdU/agent.71 [2023-05-08T05:30:32.160Z] SSH_AGENT_PID=77 [2023-05-08T05:30:32.165Z] Running ssh-add (command line suppressed) [2023-05-08T05:30:32.278Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7598208030320705233.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_7598208030320705233.key) [2023-05-08T05:30:32.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-08T05:30:32.579Z] + git semver init [2023-05-08T05:30:32.839Z] 2023-05-08 05:30:32,770 [run_init] DEBUG init version:0.0.0 force:False [2023-05-08T05:30:32.839Z] 2023-05-08 05:30:32,771 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-05-08T05:30:32.839Z] 2023-05-08 05:30:32,771 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/edgexfoundry_device-sdk-go_main/.semver [2023-05-08T05:30:32.839Z] 2023-05-08 05:30:32,771 [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-05-08T05:30:33.776Z] 2023-05-08 05:30:33,608 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-go_main/.git/info/exclude [2023-05-08T05:30:33.776Z] 2023-05-08 05:30:33,609 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:False [2023-05-08T05:30:33.776Z] 2023-05-08 05:30:33,609 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:30:33.776Z] 2023-05-08 05:30:33,609 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:30:33.776Z] 3.0.0-dev.83 [Pipeline] } [2023-05-08T05:30:33.789Z] $ docker exec --env ******** --env ******** 5521416dcfd554804626d54b9fc2a6e6bd14d6c2528c2c41ded1509ec87d6fa6 ssh-agent -k [2023-05-08T05:30:33.893Z] unset SSH_AUTH_SOCK; [2023-05-08T05:30:33.894Z] unset SSH_AGENT_PID; [2023-05-08T05:30:33.894Z] echo Agent pid 77 killed; [2023-05-08T05:30:33.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-08T05:30:34.207Z] + git semver [Pipeline] } [2023-05-08T05:30:34.483Z] $ docker stop --time=1 5521416dcfd554804626d54b9fc2a6e6bd14d6c2528c2c41ded1509ec87d6fa6 [2023-05-08T05:30:35.770Z] $ docker rm -f --volumes 5521416dcfd554804626d54b9fc2a6e6bd14d6c2528c2c41ded1509ec87d6fa6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-08T05:30:36.109Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-08T05:30:36.313Z] Stashed 1 file(s) [Pipeline] echo [2023-05-08T05:30:36.316Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.83 [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-05-08T05:30:36.409Z] provisioning config files... [2023-05-08T05:30:36.418Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config4725268492427916534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:30:36.705Z] ---> docker-login.sh [2023-05-08T05:30:36.705Z] nexus3.edgexfoundry.org:10001 [2023-05-08T05:30:36.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:36.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:36.705Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:36.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:36.705Z] [2023-05-08T05:30:36.705Z] Login Succeeded [2023-05-08T05:30:36.705Z] nexus3.edgexfoundry.org:10002 [2023-05-08T05:30:36.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:36.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:36.705Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:36.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:36.705Z] [2023-05-08T05:30:36.705Z] Login Succeeded [2023-05-08T05:30:36.965Z] nexus3.edgexfoundry.org:10003 [2023-05-08T05:30:36.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:36.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:36.965Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:36.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:36.965Z] [2023-05-08T05:30:36.965Z] Login Succeeded [2023-05-08T05:30:36.965Z] nexus3.edgexfoundry.org:10004 [2023-05-08T05:30:36.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:36.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:36.965Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:36.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:36.965Z] [2023-05-08T05:30:36.965Z] Login Succeeded [2023-05-08T05:30:36.965Z] docker.io [2023-05-08T05:30:37.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:30:37.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:30:37.224Z] Configure a credential helper to remove this warning. See [2023-05-08T05:30:37.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:30:37.224Z] [2023-05-08T05:30:37.224Z] Login Succeeded [2023-05-08T05:30:37.224Z] ---> docker-login.sh ends [Pipeline] } [2023-05-08T05:30:37.234Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-08T05:30:37.287Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-08T05:30:37.303Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-08T05:30:37.315Z] ========================================================= [2023-05-08T05:30:37.315Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-08T05:30:37.315Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:30:37.627Z] + 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.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-08T05:30:37.627Z] Sending build context to Docker daemon 11.06MB [2023-05-08T05:30:37.627Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-05-08T05:30:37.627Z] Step 2/10 : FROM ${BASE} AS builder [2023-05-08T05:30:37.627Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-08T05:30:37.627Z] f56be85fc22e: Pulling fs layer [2023-05-08T05:30:37.627Z] 85791d961cd3: Pulling fs layer [2023-05-08T05:30:37.627Z] d694b5ae8c79: Pulling fs layer [2023-05-08T05:30:37.627Z] 9f32a84ed3da: Pulling fs layer [2023-05-08T05:30:37.627Z] 4d19c01a9841: Pulling fs layer [2023-05-08T05:30:37.627Z] 9325e15d5711: Pulling fs layer [2023-05-08T05:30:37.627Z] 556b6ee489ea: Pulling fs layer [2023-05-08T05:30:37.627Z] c5a4b2cf53e6: Pulling fs layer [2023-05-08T05:30:37.627Z] 9f32a84ed3da: Waiting [2023-05-08T05:30:37.627Z] 9325e15d5711: Waiting [2023-05-08T05:30:37.627Z] 4d19c01a9841: Waiting [2023-05-08T05:30:37.627Z] 556b6ee489ea: Waiting [2023-05-08T05:30:37.627Z] 85791d961cd3: Verifying Checksum [2023-05-08T05:30:37.627Z] 85791d961cd3: Download complete [2023-05-08T05:30:37.886Z] 9f32a84ed3da: Verifying Checksum [2023-05-08T05:30:37.886Z] 9f32a84ed3da: Download complete [2023-05-08T05:30:37.886Z] 4d19c01a9841: Verifying Checksum [2023-05-08T05:30:37.886Z] 4d19c01a9841: Download complete [2023-05-08T05:30:37.886Z] f56be85fc22e: Download complete [2023-05-08T05:30:37.886Z] 9325e15d5711: Verifying Checksum [2023-05-08T05:30:37.886Z] f56be85fc22e: Pull complete [2023-05-08T05:30:38.146Z] 85791d961cd3: Pull complete [2023-05-08T05:30:38.404Z] c5a4b2cf53e6: Verifying Checksum [2023-05-08T05:30:38.404Z] c5a4b2cf53e6: Download complete [2023-05-08T05:30:38.404Z] d694b5ae8c79: Verifying Checksum [2023-05-08T05:30:38.404Z] d694b5ae8c79: Download complete [2023-05-08T05:30:38.664Z] 556b6ee489ea: Verifying Checksum [2023-05-08T05:30:38.664Z] 556b6ee489ea: Download complete [2023-05-08T05:30:41.950Z] d694b5ae8c79: Pull complete [2023-05-08T05:30:41.950Z] 9f32a84ed3da: Pull complete [2023-05-08T05:30:41.950Z] 4d19c01a9841: Pull complete [2023-05-08T05:30:41.950Z] 9325e15d5711: Pull complete [2023-05-08T05:30:44.477Z] 556b6ee489ea: Pull complete [2023-05-08T05:30:45.410Z] c5a4b2cf53e6: Pull complete [2023-05-08T05:30:45.410Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-08T05:30:45.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-08T05:30:45.410Z] ---> c4be618373d6 [2023-05-08T05:30:45.410Z] Step 3/10 : ARG MAKE=make build [2023-05-08T05:30:46.783Z] ---> Running in 771bc23493a7 [2023-05-08T05:30:47.041Z] Removing intermediate container 771bc23493a7 [2023-05-08T05:30:47.042Z] ---> 3d1bcc06babc [2023-05-08T05:30:47.042Z] Step 4/10 : WORKDIR /device-sdk-go [2023-05-08T05:30:47.042Z] ---> Running in 79653121e154 [2023-05-08T05:30:47.042Z] Removing intermediate container 79653121e154 [2023-05-08T05:30:47.042Z] ---> fcc839550e7c [2023-05-08T05:30:47.042Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-08T05:30:47.042Z] ---> Running in 47105d91da95 [2023-05-08T05:30:47.301Z] Removing intermediate container 47105d91da95 [2023-05-08T05:30:47.301Z] ---> a67af603c06a [2023-05-08T05:30:47.301Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-05-08T05:30:47.301Z] ---> Running in 22b65709b8a2 [2023-05-08T05:30:47.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-08T05:30:47.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-08T05:30:47.818Z] OK: 265 MiB in 53 packages [2023-05-08T05:30:48.078Z] Removing intermediate container 22b65709b8a2 [2023-05-08T05:30:48.078Z] ---> e87db2cc48b9 [2023-05-08T05:30:48.078Z] Step 7/10 : COPY go.mod vendor* ./ [2023-05-08T05:30:48.336Z] ---> d37e308bf34e [2023-05-08T05:30:48.336Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-08T05:30:48.336Z] ---> Running in ca3616c363ca [2023-05-08T05:30:51.382Z] Still waiting to schedule task [2023-05-08T05:30:51.382Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-08T05:31:28.594Z] Removing intermediate container ca3616c363ca [2023-05-08T05:31:28.594Z] ---> c195ce38c85f [2023-05-08T05:31:28.594Z] Step 9/10 : COPY . . [2023-05-08T05:31:28.594Z] ---> 170dff118e49 [2023-05-08T05:31:28.594Z] Step 10/10 : RUN ${MAKE} [2023-05-08T05:31:28.594Z] ---> Running in 40d9615643ac [2023-05-08T05:31:28.594Z] noop [2023-05-08T05:31:28.594Z] Removing intermediate container 40d9615643ac [2023-05-08T05:31:28.594Z] ---> fa37a8496f09 [2023-05-08T05:31:28.594Z] Successfully built fa37a8496f09 [2023-05-08T05:31:28.594Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:31:28.897Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-08T05:31:28.897Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:31:28.968Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:31:29.173Z] $ 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-05-08T05:31:29.489Z] $ docker top 5b9c86e92d8869bad2cd3429be1952ba09a20274aa9a96ca75ab3216ac076914 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T05:31:29.646Z] + go version [2023-05-08T05:31:29.646Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-08T05:31:29.835Z] $ docker stop --time=1 5b9c86e92d8869bad2cd3429be1952ba09a20274aa9a96ca75ab3216ac076914 [2023-05-08T05:31:31.158Z] $ docker rm -f --volumes 5b9c86e92d8869bad2cd3429be1952ba09a20274aa9a96ca75ab3216ac076914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:31:31.355Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-08T05:31:31.355Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:31:31.427Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:31:31.643Z] $ 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-05-08T05:31:32.039Z] $ docker top cc92b21d4984a3a899f737e2cfef93fb940821e4ada9585378554b96ca9457eb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T05:31:32.192Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] fileExists [Pipeline] sh [2023-05-08T05:31:32.484Z] + make test [2023-05-08T05:31:32.484Z] go test -race -coverprofile=coverage.out ./... [2023-05-08T05:31:39.048Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-05-08T05:31:53.923Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-05-08T05:31:53.923Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-05-08T05:31:53.923Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-05-08T05:31:53.923Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-05-08T05:31:53.923Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-05-08T05:31:54.182Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.082s coverage: 27.6% of statements [2023-05-08T05:31:54.182Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.060s coverage: 80.2% of statements [2023-05-08T05:31:54.182Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-05-08T05:31:54.182Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-05-08T05:31:54.440Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.068s coverage: 86.0% of statements [2023-05-08T05:31:55.377Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-05-08T05:31:55.377Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-05-08T05:31:55.634Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-05-08T05:31:55.634Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-05-08T05:31:55.634Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.098s coverage: 77.5% of statements [2023-05-08T05:31:56.573Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-05-08T05:31:58.481Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.077s coverage: 14.6% of statements [2023-05-08T05:31:58.481Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.061s coverage: 68.5% of statements [2023-05-08T05:31:58.481Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.123s coverage: 89.2% of statements [2023-05-08T05:31:58.481Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.064s coverage: 5.5% of statements [2023-05-08T05:32:20.409Z] GO111MODULE=on go vet ./... [2023-05-08T05:32:22.307Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-08T05:32:22.307Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-08T05:32:22.307Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-08T05:32:22.318Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-08T05:32:22.324Z] $ docker stop --time=1 cc92b21d4984a3a899f737e2cfef93fb940821e4ada9585378554b96ca9457eb [2023-05-08T05:32:24.220Z] $ docker rm -f --volumes cc92b21d4984a3a899f737e2cfef93fb940821e4ada9585378554b96ca9457eb [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-08T05:32:24.813Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-08T05:32:24.895Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-08T05:32:25.393Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-08T05:32:25.680Z] + ls -al . [2023-05-08T05:32:25.680Z] total 272 [2023-05-08T05:32:25.680Z] drwxrwxr-x 11 jenkins jenkins 4096 May 8 05:31 . [2023-05-08T05:32:25.680Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 05:30 .. [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 140 May 8 05:30 .dockerignore [2023-05-08T05:32:25.680Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 05:30 .git [2023-05-08T05:32:25.680Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 05:30 .github [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 131 May 8 05:30 .gitignore [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 42 May 8 05:30 .golangci.yml [2023-05-08T05:32:25.680Z] drwxr-xr-x 3 jenkins jenkins 4096 May 8 05:30 .semver [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 31677 May 8 05:30 CHANGELOG.md [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 677 May 8 05:30 GOVERNANCE.md [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 885 May 8 05:30 Jenkinsfile [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 8 05:30 LICENSE [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 1714 May 8 05:30 Makefile [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 619 May 8 05:30 OWNERS.md [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 4891 May 8 05:30 README.md [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 12 May 8 05:30 VERSION [2023-05-08T05:32:25.680Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 05:30 bin [2023-05-08T05:32:25.680Z] -rw-r--r-- 1 jenkins jenkins 106119 May 8 05:31 coverage.out [2023-05-08T05:32:25.680Z] drwxrwxr-x 5 jenkins jenkins 4096 May 8 05:30 example [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 3246 May 8 05:30 go.mod [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 30781 May 8 05:30 go.sum [2023-05-08T05:32:25.680Z] drwxrwxr-x 12 jenkins jenkins 4096 May 8 05:30 internal [2023-05-08T05:32:25.680Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 05:30 openapi [2023-05-08T05:32:25.680Z] drwxrwxr-x 6 jenkins jenkins 4096 May 8 05:30 pkg [2023-05-08T05:32:25.680Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 05:30 snap [2023-05-08T05:32:25.680Z] -rw-rw-r-- 1 jenkins jenkins 222 May 8 05:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:32:25.902Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-14463 in /w/workspace/edgexfoundry_device-sdk-go_main [Pipeline] { [Pipeline] ws [2023-05-08T05:32:25.912Z] Running in /w/workspace/device-sdk-go/214 [Pipeline] { [Pipeline] checkout [2023-05-08T05:32:25.944Z] The recommended git tool is: git [2023-05-08T05:32:25.982Z] + 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=c2fb876fcd1e0284408ad645a921007a1ace85f5 --label arch=amd64 --label version=3.0.0-dev.83 . [2023-05-08T05:32:25.982Z] Sending build context to Docker daemon 11.16MB [2023-05-08T05:32:25.982Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-05-08T05:32:25.982Z] Step 2/23 : FROM ${BASE} AS builder [2023-05-08T05:32:25.982Z] ---> fa37a8496f09 [2023-05-08T05:32:25.982Z] Step 3/23 : ARG MAKE=make build [2023-05-08T05:32:25.982Z] ---> Running in 414242620cda [2023-05-08T05:32:26.241Z] Removing intermediate container 414242620cda [2023-05-08T05:32:26.241Z] ---> 6a35a16b27f4 [2023-05-08T05:32:26.241Z] Step 4/23 : WORKDIR /device-sdk-go [2023-05-08T05:32:26.241Z] ---> Running in 8d5b98afe1fd [2023-05-08T05:32:26.241Z] Removing intermediate container 8d5b98afe1fd [2023-05-08T05:32:26.241Z] ---> c955fa6ab4e0 [2023-05-08T05:32:26.241Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-08T05:32:26.241Z] ---> Running in 7250cb38d2ee [2023-05-08T05:32:26.241Z] Removing intermediate container 7250cb38d2ee [2023-05-08T05:32:26.241Z] ---> 94c3c0878572 [2023-05-08T05:32:26.241Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-05-08T05:32:26.241Z] ---> Running in 2dd2274bb688 [2023-05-08T05:32:26.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-08T05:32:26.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-08T05:32:27.020Z] OK: 265 MiB in 53 packages [2023-05-08T05:32:27.281Z] Removing intermediate container 2dd2274bb688 [2023-05-08T05:32:27.281Z] ---> 5ff647ed5612 [2023-05-08T05:32:27.281Z] Step 7/23 : COPY go.mod vendor* ./ [2023-05-08T05:32:27.281Z] ---> c84781a740bc [2023-05-08T05:32:27.281Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-08T05:32:27.281Z] ---> Running in 2d21919e61ac [2023-05-08T05:32:28.217Z] Removing intermediate container 2d21919e61ac [2023-05-08T05:32:28.217Z] ---> 24d1f9d46bfe [2023-05-08T05:32:28.217Z] Step 9/23 : COPY . . [2023-05-08T05:32:28.476Z] ---> 741565ff3409 [2023-05-08T05:32:28.476Z] Step 10/23 : RUN ${MAKE} [2023-05-08T05:32:28.476Z] ---> Running in ee9cb07c906e [2023-05-08T05:32:28.734Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.83" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-05-08T05:32:31.329Z] using credential edgex-jenkins-ssh [2023-05-08T05:32:31.345Z] Cloning the remote Git repository [2023-05-08T05:32:31.392Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-05-08T05:32:31.486Z] > git init /w/workspace/device-sdk-go/214 # timeout=10 [2023-05-08T05:32:31.632Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-05-08T05:32:31.633Z] > git --version # timeout=10 [2023-05-08T05:32:31.654Z] > git --version # 'git version 2.25.1' [2023-05-08T05:32:31.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-08T05:32:31.798Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-08T05:32:34.270Z] Avoid second fetch [2023-05-08T05:32:34.270Z] Checking out Revision c2fb876fcd1e0284408ad645a921007a1ace85f5 (main) [2023-05-08T05:32:33.449Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-05-08T05:32:33.483Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-08T05:32:34.285Z] > git config core.sparsecheckout # timeout=10 [2023-05-08T05:32:34.357Z] > git checkout -f c2fb876fcd1e0284408ad645a921007a1ace85f5 # timeout=10 [2023-05-08T05:32:34.854Z] Commit message: "Merge pull request #1449 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.81" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-08T05:32:35.676Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-08T05:32:35.676Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-08T05:32:35.676Z] Dload Upload Total Spent Left Speed [2023-05-08T05:32:35.676Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh [2023-05-08T05:32:36.319Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-08T05:32:36.651Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2023-05-08T05:32:36.651Z] sudo tee /etc/docker/daemon.new [2023-05-08T05:32:36.651Z] { [2023-05-08T05:32:36.651Z] "registry-mirrors": [ [2023-05-08T05:32:36.651Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-08T05:32:36.651Z] ], [2023-05-08T05:32:36.651Z] "bip": "10.250.0.254/24", [2023-05-08T05:32:36.651Z] "hosts": [ [2023-05-08T05:32:36.651Z] "tcp://0.0.0.0:5555", [2023-05-08T05:32:36.651Z] "unix:///var/run/docker.sock" [2023-05-08T05:32:36.651Z] ], [2023-05-08T05:32:36.651Z] "mtu": 1458, [2023-05-08T05:32:36.651Z] "selinux-enabled": true, [2023-05-08T05:32:36.651Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-08T05:32:36.651Z] } [Pipeline] sh [2023-05-08T05:32:37.002Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-08T05:32:37.336Z] + sudo service docker restart [2023-05-08T05:32:46.822Z] Removing intermediate container ee9cb07c906e [2023-05-08T05:32:46.822Z] ---> ce94e0be6bbb [2023-05-08T05:32:46.822Z] Step 11/23 : FROM alpine:3.17 [2023-05-08T05:32:46.822Z] 3.17: Pulling from library/alpine [2023-05-08T05:32:46.822Z] f56be85fc22e: Already exists [2023-05-08T05:32:46.822Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-08T05:32:46.822Z] Status: Downloaded newer image for alpine:3.17 [2023-05-08T05:32:46.822Z] ---> 9ed4aefc74f6 [2023-05-08T05:32:46.822Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-08T05:32:46.822Z] ---> Running in 679e76f39ad1 [2023-05-08T05:32:46.822Z] Removing intermediate container 679e76f39ad1 [2023-05-08T05:32:46.822Z] ---> b1db7edb7e78 [2023-05-08T05:32:46.822Z] Step 13/23 : RUN apk add --update --no-cache [2023-05-08T05:32:46.822Z] ---> Running in 47099aa03b99 [2023-05-08T05:32:46.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-08T05:32:46.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-08T05:32:46.822Z] OK: 7 MiB in 15 packages [2023-05-08T05:32:47.082Z] Removing intermediate container 47099aa03b99 [2023-05-08T05:32:47.082Z] ---> 6f08a26859d5 [2023-05-08T05:32:47.082Z] Step 14/23 : WORKDIR / [2023-05-08T05:32:47.082Z] ---> Running in bb211f7cca46 [2023-05-08T05:32:47.082Z] Removing intermediate container bb211f7cca46 [2023-05-08T05:32:47.082Z] ---> 5b4d7f526748 [2023-05-08T05:32:47.082Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-05-08T05:32:47.341Z] ---> 15f68bca2088 [2023-05-08T05:32:47.341Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-05-08T05:32:47.602Z] ---> ae09ba20885c [2023-05-08T05:32:47.602Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-05-08T05:32:47.860Z] ---> 034663d83fa5 [2023-05-08T05:32:47.860Z] Step 18/23 : EXPOSE 59999 [2023-05-08T05:32:47.860Z] ---> Running in 10a2245e3aff [2023-05-08T05:32:47.860Z] Removing intermediate container 10a2245e3aff [2023-05-08T05:32:47.860Z] ---> f1599eebfc05 [2023-05-08T05:32:47.860Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-05-08T05:32:47.860Z] ---> Running in b73b34ed2155 [2023-05-08T05:32:48.121Z] Removing intermediate container b73b34ed2155 [2023-05-08T05:32:48.121Z] ---> c024f695a089 [2023-05-08T05:32:48.121Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-08T05:32:48.121Z] ---> Running in 9495232689ee [2023-05-08T05:32:48.121Z] Removing intermediate container 9495232689ee [2023-05-08T05:32:48.121Z] ---> ad0853196640 [2023-05-08T05:32:48.121Z] Step 21/23 : LABEL arch=amd64 [2023-05-08T05:32:48.121Z] ---> Running in 16fc9c967be7 [2023-05-08T05:32:48.380Z] Removing intermediate container 16fc9c967be7 [2023-05-08T05:32:48.380Z] ---> 60c805b4f957 [2023-05-08T05:32:48.380Z] Step 22/23 : LABEL git_sha=c2fb876fcd1e0284408ad645a921007a1ace85f5 [2023-05-08T05:32:48.380Z] ---> Running in 46daf9bbdd8e [2023-05-08T05:32:48.380Z] Removing intermediate container 46daf9bbdd8e [2023-05-08T05:32:48.380Z] ---> 6683c7d9e094 [2023-05-08T05:32:48.380Z] Step 23/23 : LABEL version=3.0.0-dev.83 [2023-05-08T05:32:48.380Z] ---> Running in 0af30eedfe4b [2023-05-08T05:32:48.380Z] Removing intermediate container 0af30eedfe4b [2023-05-08T05:32:48.380Z] ---> 84c1dac31b49 [2023-05-08T05:32:48.380Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-08T05:32:48.380Z] Successfully built 84c1dac31b49 [2023-05-08T05:32:48.380Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:32:48.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-08T05:32:48.825Z] [2023-05-08T05:32:48.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:32:49.127Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-08T05:32:49.127Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-08T05:32:49.127Z] 5eb5b503b376: Pulling fs layer [2023-05-08T05:32:49.127Z] 5c69ac0246d0: Pulling fs layer [2023-05-08T05:32:49.127Z] ec43610c2a17: Pulling fs layer [2023-05-08T05:32:49.127Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-08T05:32:49.127Z] 33b1e0a273af: Pulling fs layer [2023-05-08T05:32:49.127Z] 5d3b04190fa2: Pulling fs layer [2023-05-08T05:32:49.127Z] 2f39f015ded8: Pulling fs layer [2023-05-08T05:32:49.127Z] 3a2ae6a8a46f: Waiting [2023-05-08T05:32:49.127Z] 33b1e0a273af: Waiting [2023-05-08T05:32:49.127Z] 5d3b04190fa2: Waiting [2023-05-08T05:32:49.127Z] 5c69ac0246d0: Verifying Checksum [2023-05-08T05:32:49.127Z] 5c69ac0246d0: Download complete [2023-05-08T05:32:49.127Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-08T05:32:49.127Z] 3a2ae6a8a46f: Download complete [2023-05-08T05:32:49.127Z] 33b1e0a273af: Verifying Checksum [2023-05-08T05:32:49.127Z] 33b1e0a273af: Download complete [2023-05-08T05:32:49.127Z] ec43610c2a17: Verifying Checksum [2023-05-08T05:32:49.127Z] ec43610c2a17: Download complete [2023-05-08T05:32:49.127Z] 5d3b04190fa2: Verifying Checksum [2023-05-08T05:32:49.127Z] 5d3b04190fa2: Download complete [2023-05-08T05:32:49.387Z] 5eb5b503b376: Verifying Checksum [2023-05-08T05:32:49.387Z] 5eb5b503b376: Download complete [2023-05-08T05:32:49.953Z] 2f39f015ded8: Verifying Checksum [2023-05-08T05:32:49.953Z] 2f39f015ded8: Download complete [2023-05-08T05:32:50.518Z] 5eb5b503b376: Pull complete [2023-05-08T05:32:50.518Z] 5c69ac0246d0: Pull complete [2023-05-08T05:32:51.085Z] ec43610c2a17: Pull complete [2023-05-08T05:32:51.085Z] 3a2ae6a8a46f: Pull complete [2023-05-08T05:32:51.343Z] 33b1e0a273af: Pull complete [2023-05-08T05:32:51.343Z] 5d3b04190fa2: Pull complete [2023-05-08T05:32:55.522Z] 2f39f015ded8: Pull complete [2023-05-08T05:32:55.522Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-08T05:32:55.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-08T05:32:55.522Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:32:55.604Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:32:55.618Z] $ 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-05-08T05:32:56.822Z] $ docker top 8901a27377bc8c48e96eb4c958bc7404060e9291d4bfa99af53fccdb801e63de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-05-08T05:32:56.997Z] provisioning config files... [2023-05-08T05:32:57.025Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/214@tmp/config18418937578017831835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:32:57.248Z] ---> job-cost.sh [2023-05-08T05:32:57.248Z] lf-activate-venv: SKIPPING [2023-05-08T05:32:57.248Z] INFO: No Stack... [2023-05-08T05:32:57.378Z] ---> docker-login.sh [2023-05-08T05:32:57.378Z] nexus3.edgexfoundry.org:10001 [2023-05-08T05:32:57.505Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-08T05:32:57.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:32:57.773Z] INFO: Archiving Costs [Pipeline] sh [2023-05-08T05:32:57.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:32:57.920Z] Configure a credential helper to remove this warning. See [2023-05-08T05:32:57.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:32:57.920Z] [2023-05-08T05:32:57.920Z] Login Succeeded [2023-05-08T05:32:57.920Z] nexus3.edgexfoundry.org:10002 [2023-05-08T05:32:58.063Z] + cat /w/workspace/edgexfoundry_device-sdk-go_main/archives/cost.csv [2023-05-08T05:32:58.063Z] + cut -d, -f6 [Pipeline] lock [2023-05-08T05:32:58.077Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-214-stack-cost] [2023-05-08T05:32:58.083Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-214-stack-cost] did not exist. Created. [2023-05-08T05:32:58.083Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-214-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-08T05:32:58.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:32:58.394Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-08T05:32:58.431Z] Stashed 1 file(s) [Pipeline] } [2023-05-08T05:32:58.438Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-214-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-08T05:32:58.443Z] $ docker stop --time=1 8901a27377bc8c48e96eb4c958bc7404060e9291d4bfa99af53fccdb801e63de [2023-05-08T05:32:58.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:32:58.471Z] Configure a credential helper to remove this warning. See [2023-05-08T05:32:58.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:32:58.471Z] [2023-05-08T05:32:58.471Z] Login Succeeded [2023-05-08T05:32:58.471Z] nexus3.edgexfoundry.org:10003 [2023-05-08T05:32:58.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:32:58.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:32:58.743Z] Configure a credential helper to remove this warning. See [2023-05-08T05:32:58.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:32:58.743Z] [2023-05-08T05:32:58.743Z] Login Succeeded [2023-05-08T05:32:58.743Z] nexus3.edgexfoundry.org:10004 [2023-05-08T05:32:59.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:32:59.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:32:59.012Z] Configure a credential helper to remove this warning. See [2023-05-08T05:32:59.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:32:59.012Z] [2023-05-08T05:32:59.012Z] Login Succeeded [2023-05-08T05:32:59.012Z] docker.io [2023-05-08T05:32:59.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-08T05:32:59.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-08T05:32:59.554Z] Configure a credential helper to remove this warning. See [2023-05-08T05:32:59.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-08T05:32:59.554Z] [2023-05-08T05:32:59.554Z] Login Succeeded [2023-05-08T05:32:59.554Z] ---> docker-login.sh ends [2023-05-08T05:32:59.597Z] $ docker rm -f --volumes 8901a27377bc8c48e96eb4c958bc7404060e9291d4bfa99af53fccdb801e63de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-05-08T05:32:59.665Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-05-08T05:32:59.945Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-08T05:32:59.963Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-08T05:32:59.978Z] ========================================================= [2023-05-08T05:32:59.978Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-08T05:32:59.978Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:33:00.327Z] + 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.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-08T05:33:00.913Z] Sending build context to Docker daemon 5.936MB [2023-05-08T05:33:00.913Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-05-08T05:33:00.913Z] Step 2/10 : FROM ${BASE} AS builder [2023-05-08T05:33:04.282Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-08T05:33:04.282Z] c41833b44d91: Pulling fs layer [2023-05-08T05:33:04.282Z] ed15518f5707: Pulling fs layer [2023-05-08T05:33:04.282Z] feae8fd75edb: Pulling fs layer [2023-05-08T05:33:04.282Z] 242c74f7c9fa: Pulling fs layer [2023-05-08T05:33:04.282Z] 3cdef696dda3: Pulling fs layer [2023-05-08T05:33:04.282Z] 2ced38df9373: Pulling fs layer [2023-05-08T05:33:04.282Z] 58f1dce35555: Pulling fs layer [2023-05-08T05:33:04.282Z] 242c74f7c9fa: Waiting [2023-05-08T05:33:04.282Z] 3cdef696dda3: Waiting [2023-05-08T05:33:04.282Z] 2ced38df9373: Waiting [2023-05-08T05:33:04.282Z] 58f1dce35555: Waiting [2023-05-08T05:33:04.282Z] ed15518f5707: Verifying Checksum [2023-05-08T05:33:04.282Z] ed15518f5707: Download complete [2023-05-08T05:33:04.282Z] 242c74f7c9fa: Verifying Checksum [2023-05-08T05:33:04.282Z] 242c74f7c9fa: Download complete [2023-05-08T05:33:04.282Z] 3cdef696dda3: Verifying Checksum [2023-05-08T05:33:04.282Z] 3cdef696dda3: Download complete [2023-05-08T05:33:04.282Z] c41833b44d91: Download complete [2023-05-08T05:33:05.256Z] c41833b44d91: Pull complete [2023-05-08T05:33:05.525Z] 58f1dce35555: Verifying Checksum [2023-05-08T05:33:05.525Z] 58f1dce35555: Download complete [2023-05-08T05:33:05.795Z] ed15518f5707: Pull complete [2023-05-08T05:33:06.775Z] feae8fd75edb: Download complete [2023-05-08T05:33:06.775Z] 2ced38df9373: Verifying Checksum [2023-05-08T05:33:06.775Z] 2ced38df9373: Download complete [2023-05-08T05:33:19.219Z] feae8fd75edb: Pull complete [2023-05-08T05:33:19.219Z] 242c74f7c9fa: Pull complete [2023-05-08T05:33:19.219Z] 3cdef696dda3: Pull complete [2023-05-08T05:33:25.898Z] 2ced38df9373: Pull complete [2023-05-08T05:33:30.165Z] 58f1dce35555: Pull complete [2023-05-08T05:33:30.165Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-08T05:33:30.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-08T05:33:30.165Z] ---> fadd8f120f05 [2023-05-08T05:33:30.165Z] Step 3/10 : ARG MAKE=make build [2023-05-08T05:33:32.117Z] ---> Running in 53b7902351c2 [2023-05-08T05:33:32.385Z] Removing intermediate container 53b7902351c2 [2023-05-08T05:33:32.386Z] ---> 1f066a48dbff [2023-05-08T05:33:32.386Z] Step 4/10 : WORKDIR /device-sdk-go [2023-05-08T05:33:32.386Z] ---> Running in 70bd751f6011 [2023-05-08T05:33:32.656Z] Removing intermediate container 70bd751f6011 [2023-05-08T05:33:32.656Z] ---> 04afb28228e7 [2023-05-08T05:33:32.656Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-08T05:33:32.928Z] ---> Running in 774a2942d9f3 [2023-05-08T05:33:33.197Z] Removing intermediate container 774a2942d9f3 [2023-05-08T05:33:33.197Z] ---> 862482f95bdb [2023-05-08T05:33:33.197Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-05-08T05:33:33.197Z] ---> Running in cc0568f06f8a [2023-05-08T05:33:34.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-08T05:33:34.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-08T05:33:36.302Z] OK: 263 MiB in 53 packages [2023-05-08T05:33:37.279Z] Removing intermediate container cc0568f06f8a [2023-05-08T05:33:37.279Z] ---> 64c1c0be95d3 [2023-05-08T05:33:37.279Z] Step 7/10 : COPY go.mod vendor* ./ [2023-05-08T05:33:37.556Z] ---> d6f77e627266 [2023-05-08T05:33:37.556Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-08T05:33:37.556Z] ---> Running in 106be4905641 [2023-05-08T05:34:45.473Z] Removing intermediate container 106be4905641 [2023-05-08T05:34:45.473Z] ---> bb89110fdff8 [2023-05-08T05:34:45.473Z] Step 9/10 : COPY . . [2023-05-08T05:34:45.473Z] ---> 8df4518e309f [2023-05-08T05:34:45.473Z] Step 10/10 : RUN ${MAKE} [2023-05-08T05:34:45.473Z] ---> Running in 798f19777f36 [2023-05-08T05:34:45.473Z] noop [2023-05-08T05:34:45.473Z] Removing intermediate container 798f19777f36 [2023-05-08T05:34:45.473Z] ---> 5e861b8bf27e [2023-05-08T05:34:45.473Z] Successfully built 5e861b8bf27e [2023-05-08T05:34:45.473Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:34:45.817Z] + docker inspect -f . ci-base-image-arm64 [2023-05-08T05:34:45.817Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:34:46.038Z] prd-ubuntu20.04-docker-arm64-4c-16g-14463 does not seem to be running inside a container [2023-05-08T05:34:46.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/214 -v /w/workspace/device-sdk-go/214:/w/workspace/device-sdk-go/214:rw,z -v /w/workspace/device-sdk-go/214@tmp:/w/workspace/device-sdk-go/214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-08T05:34:47.301Z] $ docker top 5ec10f594da029478fcf92227093f45f686739e921bf62e10e9f511e438ba6f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T05:34:48.123Z] + go version [2023-05-08T05:34:48.123Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-08T05:34:48.142Z] $ docker stop --time=1 5ec10f594da029478fcf92227093f45f686739e921bf62e10e9f511e438ba6f6 [2023-05-08T05:34:49.811Z] $ docker rm -f --volumes 5ec10f594da029478fcf92227093f45f686739e921bf62e10e9f511e438ba6f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:34:50.358Z] + docker inspect -f . ci-base-image-arm64 [2023-05-08T05:34:50.358Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:34:50.554Z] prd-ubuntu20.04-docker-arm64-4c-16g-14463 does not seem to be running inside a container [2023-05-08T05:34:50.631Z] $ 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/214 -v /w/workspace/device-sdk-go/214:/w/workspace/device-sdk-go/214:rw,z -v /w/workspace/device-sdk-go/214@tmp:/w/workspace/device-sdk-go/214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-08T05:34:52.731Z] $ docker top f13a243aa73664e32c94b287b9c4a1d50de719845997009acca9c8285a58dbee -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T05:34:53.583Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/214 [Pipeline] fileExists [Pipeline] sh [2023-05-08T05:34:54.236Z] + make test [2023-05-08T05:34:54.236Z] go test -race -coverprofile=coverage.out ./... [2023-05-08T05:35:41.220Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-05-08T05:38:18.030Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-05-08T05:38:18.030Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-05-08T05:38:18.030Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-05-08T05:38:18.030Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-05-08T05:38:18.030Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-05-08T05:38:24.719Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.253s coverage: 27.6% of statements [2023-05-08T05:38:24.719Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.319s coverage: 80.2% of statements [2023-05-08T05:38:42.961Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-05-08T05:38:42.961Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-05-08T05:38:42.961Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.412s coverage: 86.0% of statements [2023-05-08T05:38:48.320Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-05-08T05:38:48.609Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.503s coverage: 77.5% of statements [2023-05-08T05:38:53.974Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-05-08T05:38:55.394Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-05-08T05:38:55.394Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-05-08T05:38:56.813Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.299s coverage: 14.6% of statements [2023-05-08T05:38:56.813Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.459s coverage: 68.5% of statements [2023-05-08T05:39:00.182Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.493s coverage: 89.2% of statements [2023-05-08T05:39:02.143Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-05-08T05:39:02.143Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.278s coverage: 5.5% of statements [2023-05-08T05:39:03.118Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-08T05:39:03.118Z] GO111MODULE=on go vet ./... [2023-05-08T05:42:10.020Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-08T05:42:10.020Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-08T05:42:10.020Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-08T05:42:10.040Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-08T05:42:10.057Z] $ docker stop --time=1 f13a243aa73664e32c94b287b9c4a1d50de719845997009acca9c8285a58dbee [2023-05-08T05:42:12.090Z] $ docker rm -f --volumes f13a243aa73664e32c94b287b9c4a1d50de719845997009acca9c8285a58dbee [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-08T05:42:13.948Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-08T05:42:13.973Z] Warning: overwriting stash ‘coverage-report’ [2023-05-08T05:42:14.749Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-08T05:42:15.137Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-08T05:42:15.473Z] + ls -al . [2023-05-08T05:42:15.473Z] total 268 [2023-05-08T05:42:15.473Z] drwxrwxr-x 10 jenkins jenkins 4096 May 8 05:34 . [2023-05-08T05:42:15.473Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 05:32 .. [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 140 May 8 05:32 .dockerignore [2023-05-08T05:42:15.473Z] drwxrwxr-x 8 jenkins jenkins 4096 May 8 05:32 .git [2023-05-08T05:42:15.473Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 05:32 .github [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 131 May 8 05:32 .gitignore [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 42 May 8 05:32 .golangci.yml [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 31677 May 8 05:32 CHANGELOG.md [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 677 May 8 05:32 GOVERNANCE.md [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 885 May 8 05:32 Jenkinsfile [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 8 05:32 LICENSE [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 1714 May 8 05:32 Makefile [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 619 May 8 05:32 OWNERS.md [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 4891 May 8 05:32 README.md [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 12 May 8 05:30 VERSION [2023-05-08T05:42:15.473Z] drwxrwxr-x 2 jenkins jenkins 4096 May 8 05:32 bin [2023-05-08T05:42:15.473Z] -rw-r--r-- 1 jenkins jenkins 106120 May 8 05:39 coverage.out [2023-05-08T05:42:15.473Z] drwxrwxr-x 5 jenkins jenkins 4096 May 8 05:32 example [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 3246 May 8 05:32 go.mod [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 30781 May 8 05:32 go.sum [2023-05-08T05:42:15.473Z] drwxrwxr-x 12 jenkins jenkins 4096 May 8 05:32 internal [2023-05-08T05:42:15.473Z] drwxrwxr-x 3 jenkins jenkins 4096 May 8 05:32 openapi [2023-05-08T05:42:15.473Z] drwxrwxr-x 6 jenkins jenkins 4096 May 8 05:32 pkg [2023-05-08T05:42:15.473Z] drwxrwxr-x 4 jenkins jenkins 4096 May 8 05:32 snap [2023-05-08T05:42:15.473Z] -rw-rw-r-- 1 jenkins jenkins 222 May 8 05:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:42:15.820Z] + 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=c2fb876fcd1e0284408ad645a921007a1ace85f5 --label arch=arm64 --label version=3.0.0-dev.83 . [2023-05-08T05:42:16.408Z] Sending build context to Docker daemon 6.043MB [2023-05-08T05:42:16.408Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-05-08T05:42:16.408Z] Step 2/23 : FROM ${BASE} AS builder [2023-05-08T05:42:16.408Z] ---> 5e861b8bf27e [2023-05-08T05:42:16.408Z] Step 3/23 : ARG MAKE=make build [2023-05-08T05:42:17.376Z] ---> Running in a3b1c0b64e50 [2023-05-08T05:42:17.649Z] Removing intermediate container a3b1c0b64e50 [2023-05-08T05:42:17.649Z] ---> 491b93139244 [2023-05-08T05:42:17.649Z] Step 4/23 : WORKDIR /device-sdk-go [2023-05-08T05:42:17.920Z] ---> Running in 82b0cf48997b [2023-05-08T05:42:18.192Z] Removing intermediate container 82b0cf48997b [2023-05-08T05:42:18.192Z] ---> 0f0f993819b3 [2023-05-08T05:42:18.192Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-05-08T05:42:18.192Z] ---> Running in c53b3f9b381a [2023-05-08T05:42:18.469Z] Removing intermediate container c53b3f9b381a [2023-05-08T05:42:18.469Z] ---> 8f7d941d686f [2023-05-08T05:42:18.469Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-05-08T05:42:18.741Z] ---> Running in 46b3391d742c [2023-05-08T05:42:19.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-08T05:42:20.754Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-08T05:42:22.205Z] OK: 263 MiB in 53 packages [2023-05-08T05:42:23.188Z] Removing intermediate container 46b3391d742c [2023-05-08T05:42:23.188Z] ---> 1b248554500f [2023-05-08T05:42:23.188Z] Step 7/23 : COPY go.mod vendor* ./ [2023-05-08T05:42:23.796Z] ---> d7e007d84807 [2023-05-08T05:42:23.796Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-08T05:42:23.796Z] ---> Running in 9b3d6aaff636 [2023-05-08T05:42:27.162Z] Removing intermediate container 9b3d6aaff636 [2023-05-08T05:42:27.162Z] ---> 6ed180dc6d2b [2023-05-08T05:42:27.162Z] Step 9/23 : COPY . . [2023-05-08T05:42:30.529Z] ---> f4d702a68e57 [2023-05-08T05:42:30.529Z] Step 10/23 : RUN ${MAKE} [2023-05-08T05:42:30.801Z] ---> Running in c8ebf748d1fe [2023-05-08T05:42:31.774Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=3.0.0-dev.83" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-05-08T05:45:08.572Z] Removing intermediate container c8ebf748d1fe [2023-05-08T05:45:08.572Z] ---> 21215345db08 [2023-05-08T05:45:08.572Z] Step 11/23 : FROM alpine:3.17 [2023-05-08T05:45:08.572Z] 3.17: Pulling from library/alpine [2023-05-08T05:45:08.572Z] c41833b44d91: Already exists [2023-05-08T05:45:08.572Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-08T05:45:08.572Z] Status: Downloaded newer image for alpine:3.17 [2023-05-08T05:45:08.572Z] ---> 51e60588ff2c [2023-05-08T05:45:08.572Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-05-08T05:45:08.572Z] ---> Running in 7d0262ac208e [2023-05-08T05:45:08.572Z] Removing intermediate container 7d0262ac208e [2023-05-08T05:45:08.572Z] ---> 0d50d1c272d7 [2023-05-08T05:45:08.572Z] Step 13/23 : RUN apk add --update --no-cache [2023-05-08T05:45:08.572Z] ---> Running in 8dea208a1ec2 [2023-05-08T05:45:08.572Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-08T05:45:08.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-08T05:45:09.801Z] OK: 7 MiB in 15 packages [2023-05-08T05:45:14.061Z] Removing intermediate container 8dea208a1ec2 [2023-05-08T05:45:14.061Z] ---> ca53762d7d1e [2023-05-08T05:45:14.061Z] Step 14/23 : WORKDIR / [2023-05-08T05:45:14.061Z] ---> Running in 878d7432b078 [2023-05-08T05:45:14.061Z] Removing intermediate container 878d7432b078 [2023-05-08T05:45:14.061Z] ---> 49ba9466fb74 [2023-05-08T05:45:14.061Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-05-08T05:45:14.647Z] ---> e67fc84378cb [2023-05-08T05:45:14.647Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-05-08T05:45:16.057Z] ---> 8034f615c87c [2023-05-08T05:45:16.058Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-05-08T05:45:16.643Z] ---> 87daa80465a8 [2023-05-08T05:45:16.643Z] Step 18/23 : EXPOSE 59999 [2023-05-08T05:45:16.643Z] ---> Running in 30d6981cd117 [2023-05-08T05:45:16.911Z] Removing intermediate container 30d6981cd117 [2023-05-08T05:45:16.911Z] ---> a2a90a0fd00a [2023-05-08T05:45:16.911Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-05-08T05:45:17.181Z] ---> Running in 45c3bbdc0c05 [2023-05-08T05:45:17.449Z] Removing intermediate container 45c3bbdc0c05 [2023-05-08T05:45:17.449Z] ---> 8227b4c5149b [2023-05-08T05:45:17.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-08T05:45:17.449Z] ---> Running in 9c978ec37a0f [2023-05-08T05:45:17.717Z] Removing intermediate container 9c978ec37a0f [2023-05-08T05:45:17.717Z] ---> 6e407714888d [2023-05-08T05:45:17.717Z] Step 21/23 : LABEL arch=arm64 [2023-05-08T05:45:17.717Z] ---> Running in f84dc8da761f [2023-05-08T05:45:18.304Z] Removing intermediate container f84dc8da761f [2023-05-08T05:45:18.304Z] ---> 999cedc1ee8d [2023-05-08T05:45:18.304Z] Step 22/23 : LABEL git_sha=c2fb876fcd1e0284408ad645a921007a1ace85f5 [2023-05-08T05:45:18.304Z] ---> Running in 53f46e679151 [2023-05-08T05:45:18.572Z] Removing intermediate container 53f46e679151 [2023-05-08T05:45:18.572Z] ---> 74d53f809680 [2023-05-08T05:45:18.572Z] Step 23/23 : LABEL version=3.0.0-dev.83 [2023-05-08T05:45:18.572Z] ---> Running in 3297e0d53222 [2023-05-08T05:45:19.156Z] Removing intermediate container 3297e0d53222 [2023-05-08T05:45:19.156Z] ---> 1e3d2b11c781 [2023-05-08T05:45:19.156Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-08T05:45:19.156Z] Successfully built 1e3d2b11c781 [2023-05-08T05:45:19.156Z] 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-05-08T05:45:19.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-08T05:45:19.573Z] [2023-05-08T05:45:19.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:45:19.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-08T05:45:19.916Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-08T05:45:19.916Z] 8998bd30e6a1: Pulling fs layer [2023-05-08T05:45:19.916Z] 04944245beec: Pulling fs layer [2023-05-08T05:45:19.916Z] 699f458cf7ca: Pulling fs layer [2023-05-08T05:45:19.916Z] 765212b225bb: Pulling fs layer [2023-05-08T05:45:19.916Z] f23df028b6ca: Pulling fs layer [2023-05-08T05:45:19.916Z] d65c8cfc05b1: Pulling fs layer [2023-05-08T05:45:19.916Z] 2437ff75d9bd: Pulling fs layer [2023-05-08T05:45:19.916Z] 765212b225bb: Waiting [2023-05-08T05:45:19.916Z] f23df028b6ca: Waiting [2023-05-08T05:45:19.916Z] d65c8cfc05b1: Waiting [2023-05-08T05:45:19.916Z] 2437ff75d9bd: Waiting [2023-05-08T05:45:20.185Z] 04944245beec: Verifying Checksum [2023-05-08T05:45:20.185Z] 04944245beec: Download complete [2023-05-08T05:45:20.185Z] 765212b225bb: Verifying Checksum [2023-05-08T05:45:20.185Z] 765212b225bb: Download complete [2023-05-08T05:45:20.185Z] f23df028b6ca: Verifying Checksum [2023-05-08T05:45:20.185Z] f23df028b6ca: Download complete [2023-05-08T05:45:20.185Z] d65c8cfc05b1: Verifying Checksum [2023-05-08T05:45:20.185Z] d65c8cfc05b1: Download complete [2023-05-08T05:45:20.452Z] 699f458cf7ca: Verifying Checksum [2023-05-08T05:45:20.452Z] 699f458cf7ca: Download complete [2023-05-08T05:45:21.041Z] 8998bd30e6a1: Verifying Checksum [2023-05-08T05:45:21.041Z] 8998bd30e6a1: Download complete [2023-05-08T05:45:22.997Z] 2437ff75d9bd: Verifying Checksum [2023-05-08T05:45:22.997Z] 2437ff75d9bd: Download complete [2023-05-08T05:45:27.254Z] 8998bd30e6a1: Pull complete [2023-05-08T05:45:27.840Z] 04944245beec: Pull complete [2023-05-08T05:45:29.247Z] 699f458cf7ca: Pull complete [2023-05-08T05:45:29.247Z] 765212b225bb: Pull complete [2023-05-08T05:45:29.832Z] f23df028b6ca: Pull complete [2023-05-08T05:45:30.107Z] d65c8cfc05b1: Pull complete [2023-05-08T05:45:45.117Z] 2437ff75d9bd: Pull complete [2023-05-08T05:45:45.117Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-08T05:45:45.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-08T05:45:45.117Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:45:45.328Z] prd-ubuntu20.04-docker-arm64-4c-16g-14463 does not seem to be running inside a container [2023-05-08T05:45:45.406Z] $ 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/214 -v /w/workspace/device-sdk-go/214:/w/workspace/device-sdk-go/214:rw,z -v /w/workspace/device-sdk-go/214@tmp:/w/workspace/device-sdk-go/214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-08T05:45:48.383Z] $ docker top 17c603b853d389b7a0d3c0fca1b47697aec775a89f7e7bc75b2d97d7b9b81494 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:45:49.255Z] ---> job-cost.sh [2023-05-08T05:45:49.255Z] lf-activate-venv: SKIPPING [2023-05-08T05:45:49.255Z] INFO: No Stack... [2023-05-08T05:45:49.522Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-08T05:45:50.483Z] INFO: Archiving Costs [Pipeline] sh [2023-05-08T05:45:51.123Z] + cat /w/workspace/device-sdk-go/214/archives/cost.csv [2023-05-08T05:45:51.123Z] + cut -d, -f6 [Pipeline] lock [2023-05-08T05:45:51.198Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-main-214-stack-cost] [2023-05-08T05:45:51.210Z] Resource [jenkins-edgexfoundry-device-sdk-go-main-214-stack-cost] did not exist. Created. [2023-05-08T05:45:51.210Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-main-214-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-08T05:45:51.875Z] /w/workspace/device-sdk-go/214@tmp/durable-df42d194/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-08T05:45:52.527Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-08T05:45:52.544Z] Warning: overwriting stash ‘stack-cost’ [2023-05-08T05:45:52.619Z] Stashed 1 file(s) [Pipeline] } [2023-05-08T05:45:52.625Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-main-214-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-08T05:45:52.640Z] $ docker stop --time=1 17c603b853d389b7a0d3c0fca1b47697aec775a89f7e7bc75b2d97d7b9b81494 [2023-05-08T05:45:54.169Z] $ docker rm -f --volumes 17c603b853d389b7a0d3c0fca1b47697aec775a89f7e7bc75b2d97d7b9b81494 [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-05-08T05:45:54.559Z] provisioning config files... [2023-05-08T05:45:54.565Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config2806019687076196879tmp [Pipeline] { [Pipeline] sh [2023-05-08T05:45:54.866Z] + set +x [2023-05-08T05:45:54.867Z] + curl -s https://codecov.io/bash [2023-05-08T05:45:54.867Z] + bash -s -- [2023-05-08T05:45:54.867Z] [2023-05-08T05:45:54.867Z] _____ _ [2023-05-08T05:45:54.867Z] / ____| | | [2023-05-08T05:45:54.867Z] | | ___ __| | ___ ___ _____ __ [2023-05-08T05:45:54.867Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-08T05:45:54.867Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-08T05:45:54.867Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-08T05:45:54.867Z] Bash-1.0.6 [2023-05-08T05:45:54.867Z] [2023-05-08T05:45:54.867Z] [2023-05-08T05:45:54.867Z] ==> git version 2.25.1 found [2023-05-08T05:45:54.867Z] ==> 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-05-08T05:45:54.867Z] Release-Date: 2020-01-08 [2023-05-08T05:45:54.867Z] 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-05-08T05:45:54.867Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-08T05:45:54.867Z] ==> Jenkins CI detected. [2023-05-08T05:45:54.867Z] current dir:  /w/workspace/edgexfoundry_device-sdk-go_main [2023-05-08T05:45:54.867Z] project root: . [2023-05-08T05:45:54.867Z] --> token set from env [2023-05-08T05:45:54.867Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-08T05:45:54.867Z] ==> Running gcov in . (disable via -X gcov) [2023-05-08T05:45:54.867Z] ==> Python coveragepy not found [2023-05-08T05:45:54.867Z] ==> Searching for coverage reports in: [2023-05-08T05:45:54.867Z] + . [2023-05-08T05:45:54.867Z] -> Found 1 reports [2023-05-08T05:45:54.867Z] ==> Detecting git/mercurial file structure [2023-05-08T05:45:54.867Z] ==> Reading reports [2023-05-08T05:45:54.867Z] + ./coverage.out bytes=106120 [2023-05-08T05:45:54.867Z] ==> Appending adjustments [2023-05-08T05:45:54.867Z] https://docs.codecov.io/docs/fixing-reports [2023-05-08T05:45:55.125Z] + Found adjustments [2023-05-08T05:45:55.125Z] ==> Gzipping contents [2023-05-08T05:45:55.382Z] 16K /tmp/codecov.FiRnOa.gz [2023-05-08T05:45:55.382Z] ==> Uploading reports [2023-05-08T05:45:55.382Z] url: https://codecov.io [2023-05-08T05:45:55.382Z] query: branch=main&commit=c2fb876fcd1e0284408ad645a921007a1ace85f5&build=214&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F214%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-08T05:45:55.382Z] -> Pinging Codecov [2023-05-08T05:45:55.382Z] 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=c2fb876fcd1e0284408ad645a921007a1ace85f5&build=214&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmain%2F214%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-08T05:45:55.382Z] -> Uploading to [2023-05-08T05:45:55.382Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-08/7E55EF52A471D76F132DFD9A03CDDE97/c2fb876fcd1e0284408ad645a921007a1ace85f5/5c71dbf9-907c-4b01-8107-399eddff176e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230508T054555Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75db5dd91952c00054be8a3f45e64cb918a6f6ed3ae794cf0814f5b380dc5e9d [2023-05-08T05:45:55.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-08T05:45:55.639Z] Dload Upload Total Spent Left Speed [2023-05-08T05:45:55.640Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15027 0 0 100 15027 0 68931 --:--:-- --:--:-- --:--:-- 68616 100 15027 0 0 100 15027 0 68616 --:--:-- --:--:-- --:--:-- 68616 [2023-05-08T05:45:55.640Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/c2fb876fcd1e0284408ad645a921007a1ace85f5 [Pipeline] } [2023-05-08T05:45:55.646Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-05-08T05:45:55.771Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-05-08T05:45:55.783Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:45:56.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-08T05:45:56.086Z] [2023-05-08T05:45:56.086Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:45:56.380Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-08T05:45:56.381Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-05-08T05:45:56.381Z] df9b9388f04a: Pulling fs layer [2023-05-08T05:45:56.381Z] 52dc419b0ee2: Pulling fs layer [2023-05-08T05:45:56.381Z] 25bc292e5bac: Pulling fs layer [2023-05-08T05:45:56.381Z] 114826534d7a: Pulling fs layer [2023-05-08T05:45:56.381Z] 4657fd5d0bcf: Pulling fs layer [2023-05-08T05:45:56.381Z] 6ad1cebc031e: Pulling fs layer [2023-05-08T05:45:56.381Z] 8a3aa393b2d8: Pulling fs layer [2023-05-08T05:45:56.381Z] 4657fd5d0bcf: Waiting [2023-05-08T05:45:56.381Z] 6ad1cebc031e: Waiting [2023-05-08T05:45:56.381Z] 8a3aa393b2d8: Waiting [2023-05-08T05:45:56.381Z] 114826534d7a: Waiting [2023-05-08T05:45:56.381Z] 25bc292e5bac: Verifying Checksum [2023-05-08T05:45:56.381Z] 25bc292e5bac: Download complete [2023-05-08T05:45:56.381Z] 52dc419b0ee2: Download complete [2023-05-08T05:45:56.381Z] 4657fd5d0bcf: Verifying Checksum [2023-05-08T05:45:56.381Z] 4657fd5d0bcf: Download complete [2023-05-08T05:45:56.381Z] df9b9388f04a: Verifying Checksum [2023-05-08T05:45:56.381Z] df9b9388f04a: Download complete [2023-05-08T05:45:56.640Z] 6ad1cebc031e: Verifying Checksum [2023-05-08T05:45:56.640Z] 6ad1cebc031e: Download complete [2023-05-08T05:45:56.640Z] df9b9388f04a: Pull complete [2023-05-08T05:45:56.640Z] 52dc419b0ee2: Pull complete [2023-05-08T05:45:56.899Z] 25bc292e5bac: Pull complete [2023-05-08T05:45:57.156Z] 114826534d7a: Verifying Checksum [2023-05-08T05:45:57.156Z] 114826534d7a: Download complete [2023-05-08T05:45:57.156Z] 8a3aa393b2d8: Verifying Checksum [2023-05-08T05:46:01.338Z] 114826534d7a: Pull complete [2023-05-08T05:46:01.338Z] 4657fd5d0bcf: Pull complete [2023-05-08T05:46:01.338Z] 6ad1cebc031e: Pull complete [2023-05-08T05:46:04.045Z] 8a3aa393b2d8: Pull complete [2023-05-08T05:46:04.045Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-05-08T05:46:04.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-08T05:46:04.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:46:04.141Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:46:04.153Z] $ 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-05-08T05:46:05.932Z] $ docker top c01f4e501c20f41477d60ca0142a84cba8147cce82cf1814bb29cf261d55464d -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-08T05:46:06.018Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-sdk-go:main' [Pipeline] sh [2023-05-08T05:46:06.298Z] + set -o pipefail [2023-05-08T05:46:06.298Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-sdk-go:main' [2023-05-08T05:46:10.489Z] [2023-05-08T05:46:10.489Z] Monitoring /w/workspace/edgexfoundry_device-sdk-go_main (github.com/edgexfoundry/device-sdk-go/v3)... [2023-05-08T05:46:10.489Z] [2023-05-08T05:46:10.489Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/1d897ce9-7d37-4e4c-99f4-c1fbe8b8d34b/history/6798ffde-25c5-461c-9159-5a59df587a39 [2023-05-08T05:46:10.489Z] [2023-05-08T05:46:10.489Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-05-08T05:46:10.489Z] [2023-05-08T05:46:11.058Z] [2023-05-08T05:46:11.058Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-05-08T05:46:11.058Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-05-08T05:46:11.058Z] More details here: https://snyk.co/ue1NS [2023-05-08T05:46:11.058Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-05-08T05:46:11.058Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-05-08T05:46:11.052Z] $ docker stop --time=1 c01f4e501c20f41477d60ca0142a84cba8147cce82cf1814bb29cf261d55464d [2023-05-08T05:46:12.954Z] $ docker rm -f --volumes c01f4e501c20f41477d60ca0142a84cba8147cce82cf1814bb29cf261d55464d [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-05-08T05:46:13.397Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-08T05:46:13.410Z] provisioning config files... [2023-05-08T05:46:13.417Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config9132875942239324609tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:13.714Z] --> edgex-publish-swagger.sh [2023-05-08T05:46:13.715Z] === Publish openapi/v3 API === [2023-05-08T05:46:13.715Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-05-08T05:46:13.715Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/edgexfoundry_device-sdk-go_main/openapi/v3/device-sdk.yaml] [2023-05-08T05:46:13.715Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-08T05:46:13.715Z] Dload Upload Total Spent Left Speed [2023-05-08T05:46:14.284Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23674 0 0 100 23674 0 105k --:--:-- --:--:-- --:--:-- 105k 100 23674 0 0 100 23674 0 43759 --:--:-- --:--:-- --:--:-- 43678 [2023-05-08T05:46:14.284Z] [2023-05-08T05:46:14.284Z] [Pipeline] } [2023-05-08T05:46:14.292Z] 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-05-08T05:46:14.685Z] + git log --format=format:%s -1 c2fb876fcd1e0284408ad645a921007a1ace85f5 [Pipeline] sh [2023-05-08T05:46:14.976Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-08T05:46:14.976Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:46:15.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T05:46:15.281Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:46:15.357Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:46:15.370Z] $ 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-05-08T05:46:15.738Z] $ docker top 8f9486082668d6818629487594f7ea6d21f8b4778030cd43c351cdbca5b0c9fd -eo pid,comm [2023-05-08T05:46:15.806Z] 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-05-08T05:46:15.806Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-08T05:46:15.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-08T05:46:15.844Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-08T05:46:15.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-08T05:46:15.947Z] $ docker exec 8f9486082668d6818629487594f7ea6d21f8b4778030cd43c351cdbca5b0c9fd ssh-agent [2023-05-08T05:46:16.076Z] SSH_AUTH_SOCK=/tmp/ssh-JjNCtaPgAedj/agent.33 [2023-05-08T05:46:16.076Z] SSH_AGENT_PID=39 [2023-05-08T05:46:16.081Z] Running ssh-add (command line suppressed) [2023-05-08T05:46:16.168Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1722418647839932176.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_1722418647839932176.key) [2023-05-08T05:46:16.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-08T05:46:16.481Z] + git semver tag [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,660 [run_tag] DEBUG tag force:False [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,660 [check_head_tag] DEBUG check head tag [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,663 [execute] INFO git cat-file --batch-check [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,663 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,667 [execute] INFO git cat-file --batch [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,668 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=) [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,709 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,709 [execute] INFO git tag -a v3.0.0-dev.83 -m v3.0.0-dev.83 [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,709 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.83', '-m', 'v3.0.0-dev.83'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main, universal_newlines=False, shell=None, istream=None) [2023-05-08T05:46:16.739Z] 2023-05-08 05:46:16,714 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:46:16.739Z] 3.0.0-dev.83 [Pipeline] } [2023-05-08T05:46:16.988Z] $ docker exec --env ******** --env ******** 8f9486082668d6818629487594f7ea6d21f8b4778030cd43c351cdbca5b0c9fd ssh-agent -k [2023-05-08T05:46:17.092Z] unset SSH_AUTH_SOCK; [2023-05-08T05:46:17.092Z] unset SSH_AGENT_PID; [2023-05-08T05:46:17.092Z] echo Agent pid 39 killed; [2023-05-08T05:46:17.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-08T05:46:17.417Z] + git semver [Pipeline] } [2023-05-08T05:46:17.671Z] $ docker stop --time=1 8f9486082668d6818629487594f7ea6d21f8b4778030cd43c351cdbca5b0c9fd [2023-05-08T05:46:18.965Z] $ docker rm -f --volumes 8f9486082668d6818629487594f7ea6d21f8b4778030cd43c351cdbca5b0c9fd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:46:19.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-08T05:46:19.347Z] [2023-05-08T05:46:19.347Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:46:19.647Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-08T05:46:19.647Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-05-08T05:46:19.647Z] ab5ef0e58194: Pulling fs layer [2023-05-08T05:46:19.647Z] 9712f1f96733: Pulling fs layer [2023-05-08T05:46:19.647Z] 63f879dbbcfc: Pulling fs layer [2023-05-08T05:46:19.647Z] 0d9ebad4ef96: Pulling fs layer [2023-05-08T05:46:19.647Z] e9a5061849ea: Pulling fs layer [2023-05-08T05:46:19.647Z] d747dcd14b5f: Pulling fs layer [2023-05-08T05:46:19.647Z] 2de7ff778b66: Pulling fs layer [2023-05-08T05:46:19.647Z] d747dcd14b5f: Waiting [2023-05-08T05:46:19.647Z] 0d9ebad4ef96: Waiting [2023-05-08T05:46:19.647Z] e9a5061849ea: Waiting [2023-05-08T05:46:19.647Z] 2de7ff778b66: Waiting [2023-05-08T05:46:19.647Z] 9712f1f96733: Verifying Checksum [2023-05-08T05:46:19.647Z] 9712f1f96733: Download complete [2023-05-08T05:46:19.908Z] 63f879dbbcfc: Verifying Checksum [2023-05-08T05:46:19.908Z] 63f879dbbcfc: Download complete [2023-05-08T05:46:20.166Z] 0d9ebad4ef96: Verifying Checksum [2023-05-08T05:46:20.166Z] 0d9ebad4ef96: Download complete [2023-05-08T05:46:20.166Z] ab5ef0e58194: Verifying Checksum [2023-05-08T05:46:20.166Z] ab5ef0e58194: Download complete [2023-05-08T05:46:20.166Z] d747dcd14b5f: Verifying Checksum [2023-05-08T05:46:20.166Z] d747dcd14b5f: Download complete [2023-05-08T05:46:20.166Z] e9a5061849ea: Verifying Checksum [2023-05-08T05:46:20.166Z] e9a5061849ea: Download complete [2023-05-08T05:46:20.423Z] 2de7ff778b66: Verifying Checksum [2023-05-08T05:46:20.423Z] 2de7ff778b66: Download complete [2023-05-08T05:46:22.952Z] ab5ef0e58194: Pull complete [2023-05-08T05:46:22.952Z] 9712f1f96733: Pull complete [2023-05-08T05:46:23.885Z] 63f879dbbcfc: Pull complete [2023-05-08T05:46:28.065Z] 0d9ebad4ef96: Pull complete [2023-05-08T05:46:28.065Z] e9a5061849ea: Pull complete [2023-05-08T05:46:28.065Z] d747dcd14b5f: Pull complete [2023-05-08T05:46:28.996Z] 2de7ff778b66: Pull complete [2023-05-08T05:46:28.996Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-05-08T05:46:28.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-08T05:46:28.996Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:46:29.082Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:46:29.098Z] $ 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-05-08T05:46:31.276Z] $ docker top 6fdfdb82f62fa1d7a4b21958df947be9b78b041af22023e371bd703ac3199ea5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-05-08T05:46:31.367Z] provisioning config files... [2023-05-08T05:46:31.376Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15334898536345535028tmp [2023-05-08T05:46:31.385Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config10866287410652960794tmp [2023-05-08T05:46:31.394Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config6867364769383036889tmp [Pipeline] { [Pipeline] echo [2023-05-08T05:46:31.408Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:31.689Z] ---> sigul-configuration.sh [2023-05-08T05:46:31.689Z] gpg: directory `/root/.gnupg' created [2023-05-08T05:46:31.689Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-05-08T05:46:31.689Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-05-08T05:46:31.689Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-05-08T05:46:31.689Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-05-08T05:46:31.689Z] gpg: CAST5 encrypted data [2023-05-08T05:46:31.689Z] gpg: encrypted with 1 passphrase [2023-05-08T05:46:31.689Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-05-08T05:46:31.976Z] + mkdir /home/jenkins [2023-05-08T05:46:31.977Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-05-08T05:46:32.258Z] + 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-05-08T05:46:32.265Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:32.547Z] ---> sigul-install.sh [2023-05-08T05:46:32.547Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-05-08T05:46:32.829Z] + git tag --list [2023-05-08T05:46:32.829Z] 0.7.1 [2023-05-08T05:46:32.829Z] delhi-tag [2023-05-08T05:46:32.829Z] v1.0.0 [2023-05-08T05:46:32.829Z] v1.1.0 [2023-05-08T05:46:32.829Z] v1.1.1 [2023-05-08T05:46:32.829Z] v1.1.2 [2023-05-08T05:46:32.829Z] v1.2.0 [2023-05-08T05:46:32.829Z] v1.2.1 [2023-05-08T05:46:32.829Z] v1.2.2 [2023-05-08T05:46:32.829Z] v1.2.3 [2023-05-08T05:46:32.829Z] v1.3.0 [2023-05-08T05:46:32.829Z] v1.4.0 [2023-05-08T05:46:32.829Z] v2.0.0 [2023-05-08T05:46:32.829Z] v2.1.0 [2023-05-08T05:46:32.829Z] v2.1.1 [2023-05-08T05:46:32.829Z] v2.1.1-dev.2 [2023-05-08T05:46:32.829Z] v2.1.1-dev.3 [2023-05-08T05:46:32.829Z] v2.2.0 [2023-05-08T05:46:32.829Z] v2.2.1-dev.1 [2023-05-08T05:46:32.829Z] v2.2.1-dev.10 [2023-05-08T05:46:32.829Z] v2.2.1-dev.11 [2023-05-08T05:46:32.829Z] v2.2.1-dev.12 [2023-05-08T05:46:32.829Z] v2.2.1-dev.13 [2023-05-08T05:46:32.829Z] v2.2.1-dev.14 [2023-05-08T05:46:32.829Z] v2.2.1-dev.2 [2023-05-08T05:46:32.829Z] v2.2.1-dev.3 [2023-05-08T05:46:32.829Z] v2.2.1-dev.4 [2023-05-08T05:46:32.829Z] v2.2.1-dev.5 [2023-05-08T05:46:32.829Z] v2.2.1-dev.6 [2023-05-08T05:46:32.829Z] v2.2.1-dev.7 [2023-05-08T05:46:32.829Z] v2.2.1-dev.8 [2023-05-08T05:46:32.829Z] v2.2.1-dev.9 [2023-05-08T05:46:32.829Z] v2.3.0 [2023-05-08T05:46:32.829Z] v2.3.0-dev.14 [2023-05-08T05:46:32.829Z] v2.3.0-dev.15 [2023-05-08T05:46:32.829Z] v2.3.0-dev.16 [2023-05-08T05:46:32.829Z] v2.3.0-dev.17 [2023-05-08T05:46:32.829Z] v2.3.0-dev.18 [2023-05-08T05:46:32.829Z] v2.3.0-dev.19 [2023-05-08T05:46:32.829Z] v2.3.0-dev.20 [2023-05-08T05:46:32.829Z] v2.3.0-dev.21 [2023-05-08T05:46:32.829Z] v2.3.0-dev.22 [2023-05-08T05:46:32.829Z] v2.3.0-dev.23 [2023-05-08T05:46:32.829Z] v2.3.0-dev.24 [2023-05-08T05:46:32.829Z] v2.3.0-dev.25 [2023-05-08T05:46:32.829Z] v2.3.0-dev.26 [2023-05-08T05:46:32.829Z] v2.3.0-dev.27 [2023-05-08T05:46:32.829Z] v2.3.0-dev.28 [2023-05-08T05:46:32.829Z] v2.3.0-dev.29 [2023-05-08T05:46:32.829Z] v2.3.0-dev.30 [2023-05-08T05:46:32.829Z] v2.3.0-dev.31 [2023-05-08T05:46:32.829Z] v2.3.0-dev.32 [2023-05-08T05:46:32.829Z] v2.3.0-dev.33 [2023-05-08T05:46:32.829Z] v2.3.0-dev.34 [2023-05-08T05:46:32.829Z] v2.3.0-dev.35 [2023-05-08T05:46:32.829Z] v2.3.0-dev.36 [2023-05-08T05:46:32.829Z] v2.3.0-dev.37 [2023-05-08T05:46:32.829Z] v2.3.0-dev.38 [2023-05-08T05:46:32.829Z] v2.3.0-dev.39 [2023-05-08T05:46:32.829Z] v2.3.0-dev.40 [2023-05-08T05:46:32.829Z] v2.3.0-dev.41 [2023-05-08T05:46:32.829Z] v2.3.0-dev.42 [2023-05-08T05:46:32.829Z] v2.3.0-dev.43 [2023-05-08T05:46:32.829Z] v2.3.0-dev.44 [2023-05-08T05:46:32.829Z] v2.3.0-dev.45 [2023-05-08T05:46:32.829Z] v2.3.0-dev.46 [2023-05-08T05:46:32.829Z] v2.3.0-dev.47 [2023-05-08T05:46:32.829Z] v2.3.0-dev.48 [2023-05-08T05:46:32.829Z] v2.3.0-dev.49 [2023-05-08T05:46:32.829Z] v2.3.0-dev.50 [2023-05-08T05:46:32.829Z] v2.3.0-dev.51 [2023-05-08T05:46:32.829Z] v2.3.1 [2023-05-08T05:46:32.829Z] v2.3.1-dev.1 [2023-05-08T05:46:32.829Z] v2.3.1-dev.2 [2023-05-08T05:46:32.829Z] v2.3.1-dev.3 [2023-05-08T05:46:32.829Z] v2.3.1-dev.4 [2023-05-08T05:46:32.829Z] v3.0.0-dev.1 [2023-05-08T05:46:32.829Z] v3.0.0-dev.10 [2023-05-08T05:46:32.829Z] v3.0.0-dev.11 [2023-05-08T05:46:32.829Z] v3.0.0-dev.12 [2023-05-08T05:46:32.829Z] v3.0.0-dev.13 [2023-05-08T05:46:32.829Z] v3.0.0-dev.14 [2023-05-08T05:46:32.829Z] v3.0.0-dev.15 [2023-05-08T05:46:32.829Z] v3.0.0-dev.16 [2023-05-08T05:46:32.829Z] v3.0.0-dev.17 [2023-05-08T05:46:32.829Z] v3.0.0-dev.18 [2023-05-08T05:46:32.829Z] v3.0.0-dev.19 [2023-05-08T05:46:32.829Z] v3.0.0-dev.2 [2023-05-08T05:46:32.829Z] v3.0.0-dev.20 [2023-05-08T05:46:32.829Z] v3.0.0-dev.21 [2023-05-08T05:46:32.829Z] v3.0.0-dev.22 [2023-05-08T05:46:32.829Z] v3.0.0-dev.23 [2023-05-08T05:46:32.829Z] v3.0.0-dev.24 [2023-05-08T05:46:32.829Z] v3.0.0-dev.25 [2023-05-08T05:46:32.829Z] v3.0.0-dev.26 [2023-05-08T05:46:32.829Z] v3.0.0-dev.27 [2023-05-08T05:46:32.829Z] v3.0.0-dev.28 [2023-05-08T05:46:32.829Z] v3.0.0-dev.29 [2023-05-08T05:46:32.829Z] v3.0.0-dev.3 [2023-05-08T05:46:32.829Z] v3.0.0-dev.30 [2023-05-08T05:46:32.829Z] v3.0.0-dev.31 [2023-05-08T05:46:32.829Z] v3.0.0-dev.32 [2023-05-08T05:46:32.829Z] v3.0.0-dev.33 [2023-05-08T05:46:32.829Z] v3.0.0-dev.34 [2023-05-08T05:46:32.829Z] v3.0.0-dev.35 [2023-05-08T05:46:32.829Z] v3.0.0-dev.36 [2023-05-08T05:46:32.829Z] v3.0.0-dev.37 [2023-05-08T05:46:32.829Z] v3.0.0-dev.38 [2023-05-08T05:46:32.829Z] v3.0.0-dev.39 [2023-05-08T05:46:32.829Z] v3.0.0-dev.4 [2023-05-08T05:46:32.829Z] v3.0.0-dev.40 [2023-05-08T05:46:32.829Z] v3.0.0-dev.41 [2023-05-08T05:46:32.829Z] v3.0.0-dev.42 [2023-05-08T05:46:32.829Z] v3.0.0-dev.43 [2023-05-08T05:46:32.829Z] v3.0.0-dev.44 [2023-05-08T05:46:32.829Z] v3.0.0-dev.45 [2023-05-08T05:46:32.829Z] v3.0.0-dev.46 [2023-05-08T05:46:32.829Z] v3.0.0-dev.47 [2023-05-08T05:46:32.829Z] v3.0.0-dev.48 [2023-05-08T05:46:32.829Z] v3.0.0-dev.49 [2023-05-08T05:46:32.829Z] v3.0.0-dev.5 [2023-05-08T05:46:32.829Z] v3.0.0-dev.50 [2023-05-08T05:46:32.829Z] v3.0.0-dev.51 [2023-05-08T05:46:32.829Z] v3.0.0-dev.52 [2023-05-08T05:46:32.829Z] v3.0.0-dev.53 [2023-05-08T05:46:32.829Z] v3.0.0-dev.54 [2023-05-08T05:46:32.829Z] v3.0.0-dev.55 [2023-05-08T05:46:32.829Z] v3.0.0-dev.56 [2023-05-08T05:46:32.829Z] v3.0.0-dev.57 [2023-05-08T05:46:32.829Z] v3.0.0-dev.58 [2023-05-08T05:46:32.829Z] v3.0.0-dev.59 [2023-05-08T05:46:32.829Z] v3.0.0-dev.6 [2023-05-08T05:46:32.829Z] v3.0.0-dev.60 [2023-05-08T05:46:32.829Z] v3.0.0-dev.61 [2023-05-08T05:46:32.829Z] v3.0.0-dev.62 [2023-05-08T05:46:32.829Z] v3.0.0-dev.63 [2023-05-08T05:46:32.829Z] v3.0.0-dev.64 [2023-05-08T05:46:32.829Z] v3.0.0-dev.65 [2023-05-08T05:46:32.829Z] v3.0.0-dev.66 [2023-05-08T05:46:32.829Z] v3.0.0-dev.67 [2023-05-08T05:46:32.829Z] v3.0.0-dev.68 [2023-05-08T05:46:32.829Z] v3.0.0-dev.69 [2023-05-08T05:46:32.829Z] v3.0.0-dev.7 [2023-05-08T05:46:32.829Z] v3.0.0-dev.70 [2023-05-08T05:46:32.829Z] v3.0.0-dev.71 [2023-05-08T05:46:32.829Z] v3.0.0-dev.72 [2023-05-08T05:46:32.829Z] v3.0.0-dev.73 [2023-05-08T05:46:32.829Z] v3.0.0-dev.74 [2023-05-08T05:46:32.829Z] v3.0.0-dev.75 [2023-05-08T05:46:32.829Z] v3.0.0-dev.76 [2023-05-08T05:46:32.829Z] v3.0.0-dev.77 [2023-05-08T05:46:32.829Z] v3.0.0-dev.78 [2023-05-08T05:46:32.829Z] v3.0.0-dev.79 [2023-05-08T05:46:32.829Z] v3.0.0-dev.8 [2023-05-08T05:46:32.829Z] v3.0.0-dev.80 [2023-05-08T05:46:32.829Z] v3.0.0-dev.81 [2023-05-08T05:46:32.829Z] v3.0.0-dev.82 [2023-05-08T05:46:32.829Z] v3.0.0-dev.83 [2023-05-08T05:46:32.829Z] v3.0.0-dev.9 [Pipeline] sh [2023-05-08T05:46:33.113Z] + lftools sign git-tag v3.0.0-dev.83 [2023-05-08T05:46:33.681Z] Signing Git tag with Sigul... [2023-05-08T05:46:33.681Z] Signing v3.0.0-dev.83 [Pipeline] echo [2023-05-08T05:46:34.255Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:34.542Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-05-08T05:46:34.550Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-08T05:46:34.548Z] $ docker stop --time=1 6fdfdb82f62fa1d7a4b21958df947be9b78b041af22023e371bd703ac3199ea5 [2023-05-08T05:46:35.819Z] $ docker rm -f --volumes 6fdfdb82f62fa1d7a4b21958df947be9b78b041af22023e371bd703ac3199ea5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-05-08T05:46:36.257Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-08T05:46:36.257Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:46:36.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T05:46:36.557Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:46:36.632Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:46:36.643Z] $ 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-05-08T05:46:36.986Z] $ docker top 0cbca14f2240aa62b09c5782903998e28d61709e9595db84a650bf5f1ae498d1 -eo pid,comm [2023-05-08T05:46:37.051Z] 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-05-08T05:46:37.051Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-08T05:46:37.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-08T05:46:37.081Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-08T05:46:37.203Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-08T05:46:37.188Z] $ docker exec 0cbca14f2240aa62b09c5782903998e28d61709e9595db84a650bf5f1ae498d1 ssh-agent [2023-05-08T05:46:37.316Z] SSH_AUTH_SOCK=/tmp/ssh-JK6gYt4bDL70/agent.34 [2023-05-08T05:46:37.316Z] SSH_AGENT_PID=40 [2023-05-08T05:46:37.321Z] Running ssh-add (command line suppressed) [2023-05-08T05:46:37.403Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10302780399741334886.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_10302780399741334886.key) [2023-05-08T05:46:37.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-08T05:46:37.721Z] + git semver bump pre [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,905 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,905 [bump_version] DEBUG bumping version:3.0.0-dev.83 on axis:pre with prefix:dev [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,905 [bump_version] DEBUG bumped version:3.0.0-dev.84 [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,905 [write_version] DEBUG write version:3.0.0-dev.84 to path:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main with force:True [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,905 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,905 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,907 [execute] INFO git cat-file --batch-check [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,907 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,913 [execute] INFO git cat-file --batch [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,913 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-08T05:46:37.981Z] 2023-05-08 05:46:37,919 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:46:37.981Z] 3.0.0-dev.84 [Pipeline] } [2023-05-08T05:46:37.973Z] $ docker exec --env ******** --env ******** 0cbca14f2240aa62b09c5782903998e28d61709e9595db84a650bf5f1ae498d1 ssh-agent -k [2023-05-08T05:46:38.068Z] unset SSH_AUTH_SOCK; [2023-05-08T05:46:38.068Z] unset SSH_AGENT_PID; [2023-05-08T05:46:38.068Z] echo Agent pid 40 killed; [2023-05-08T05:46:38.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-08T05:46:38.398Z] + git semver [Pipeline] } [2023-05-08T05:46:38.653Z] $ docker stop --time=1 0cbca14f2240aa62b09c5782903998e28d61709e9595db84a650bf5f1ae498d1 [2023-05-08T05:46:39.941Z] $ docker rm -f --volumes 0cbca14f2240aa62b09c5782903998e28d61709e9595db84a650bf5f1ae498d1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-08T05:46:40.292Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-08T05:46:40.292Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:46:40.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-08T05:46:40.592Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:46:40.659Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:46:40.669Z] $ 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-05-08T05:46:41.030Z] $ docker top f108e4f6113ddd62afd4d64d17cf54c5c865ddc2513f1d7a6abc383af2a7186a -eo pid,comm [2023-05-08T05:46:41.099Z] 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-05-08T05:46:41.099Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-08T05:46:41.141Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-08T05:46:41.141Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-08T05:46:41.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-08T05:46:41.238Z] $ docker exec f108e4f6113ddd62afd4d64d17cf54c5c865ddc2513f1d7a6abc383af2a7186a ssh-agent [2023-05-08T05:46:41.364Z] SSH_AUTH_SOCK=/tmp/ssh-2E7Y4GFBQdtk/agent.32 [2023-05-08T05:46:41.364Z] SSH_AGENT_PID=38 [2023-05-08T05:46:41.369Z] Running ssh-add (command line suppressed) [2023-05-08T05:46:41.451Z] Identity added: /w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15089219519812835332.key (/w/workspace/edgexfoundry_device-sdk-go_main@tmp/private_key_15089219519812835332.key) [2023-05-08T05:46:41.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-08T05:46:41.774Z] + git semver push [2023-05-08T05:46:42.033Z] 2023-05-08 05:46:41,950 [run_push] DEBUG push [2023-05-08T05:46:42.033Z] 2023-05-08 05:46:41,951 [execute] INFO git cat-file --batch-check [2023-05-08T05:46:42.033Z] 2023-05-08 05:46:41,951 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-08T05:46:42.033Z] 2023-05-08 05:46:41,955 [execute] INFO git rev-list 32d04f142d448f5551a0935699413bb7f287858a -- [2023-05-08T05:46:42.033Z] 2023-05-08 05:46:41,955 [execute] DEBUG Popen(['git', 'rev-list', '32d04f142d448f5551a0935699413bb7f287858a', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-08T05:46:42.033Z] 2023-05-08 05:46:41,966 [execute] INFO git fetch -v origin [2023-05-08T05:46:42.033Z] 2023-05-08 05:46:41,967 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-05-08T05:46:42.602Z] 2023-05-08 05:46:42,414 [run_push] DEBUG no remote changes detected [2023-05-08T05:46:42.602Z] 2023-05-08 05:46:42,415 [execute] INFO git push origin semver [2023-05-08T05:46:42.602Z] 2023-05-08 05:46:42,415 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-08T05:46:43.543Z] 2023-05-08 05:46:43,224 [run_push] DEBUG push all version tags [2023-05-08T05:46:43.543Z] 2023-05-08 05:46:43,224 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-05-08T05:46:43.543Z] 2023-05-08 05:46:43,225 [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-05-08T05:46:44.111Z] 2023-05-08 05:46:44,064 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-go_main/.semver/main [2023-05-08T05:46:44.111Z] 3.0.0-dev.84 [Pipeline] } [2023-05-08T05:46:44.103Z] $ docker exec --env ******** --env ******** f108e4f6113ddd62afd4d64d17cf54c5c865ddc2513f1d7a6abc383af2a7186a ssh-agent -k [2023-05-08T05:46:44.205Z] unset SSH_AUTH_SOCK; [2023-05-08T05:46:44.205Z] unset SSH_AGENT_PID; [2023-05-08T05:46:44.205Z] echo Agent pid 38 killed; [2023-05-08T05:46:44.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-08T05:46:44.542Z] + git semver [Pipeline] } [2023-05-08T05:46:44.795Z] $ docker stop --time=1 f108e4f6113ddd62afd4d64d17cf54c5c865ddc2513f1d7a6abc383af2a7186a [2023-05-08T05:46:46.100Z] $ docker rm -f --volumes f108e4f6113ddd62afd4d64d17cf54c5c865ddc2513f1d7a6abc383af2a7186a [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-05-08T05:46:46.673Z] + [ -d /w/workspace/edgexfoundry_device-sdk-go_main/archives ] [2023-05-08T05:46:46.673Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-05-08T05:46:46.673Z] total 16 [2023-05-08T05:46:46.673Z] drwxr-xr-x 3 root root 4096 May 8 05:32 . [2023-05-08T05:46:46.673Z] drwxrwxr-x 12 jenkins jenkins 4096 May 8 05:46 .. [2023-05-08T05:46:46.673Z] drwxr-xr-x 2 root root 4096 May 8 05:32 cost [2023-05-08T05:46:46.673Z] -rw-r--r-- 1 root root 85 May 8 05:32 cost.csv [2023-05-08T05:46:46.673Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-05-08T05:46:46.673Z] + ls -al /w/workspace/edgexfoundry_device-sdk-go_main/archives [2023-05-08T05:46:46.673Z] total 16 [2023-05-08T05:46:46.673Z] drwxr-xr-x 3 jenkins jenkins 4096 May 8 05:32 . [2023-05-08T05:46:46.673Z] drwxrwxr-x 12 jenkins jenkins 4096 May 8 05:46 .. [2023-05-08T05:46:46.673Z] drwxr-xr-x 2 jenkins jenkins 4096 May 8 05:32 cost [2023-05-08T05:46:46.673Z] -rw-r--r-- 1 jenkins jenkins 85 May 8 05:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:46.962Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:47.821Z] ---> package-listing.sh [2023-05-08T05:46:47.821Z] ++ facter osfamily [2023-05-08T05:46:47.821Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-08T05:46:48.080Z] + OS_FAMILY=debian [2023-05-08T05:46:48.080Z] + workspace=/w/workspace/edgexfoundry_device-sdk-go_main [2023-05-08T05:46:48.080Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-08T05:46:48.080Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-08T05:46:48.080Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-08T05:46:48.080Z] + PACKAGES=/tmp/packages_start.txt [2023-05-08T05:46:48.080Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-05-08T05:46:48.080Z] + PACKAGES=/tmp/packages_end.txt [2023-05-08T05:46:48.080Z] + case "${OS_FAMILY}" in [2023-05-08T05:46:48.080Z] + grep '^ii' [2023-05-08T05:46:48.080Z] + dpkg -l [2023-05-08T05:46:48.080Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-08T05:46:48.080Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-08T05:46:48.080Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-08T05:46:48.080Z] + '[' /w/workspace/edgexfoundry_device-sdk-go_main ']' [2023-05-08T05:46:48.080Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-go_main/archives/ [2023-05-08T05:46:48.080Z] + 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-05-08T05:46:48.091Z] 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-05-08T05:46:48.368Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-08T05:46:48.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-08T05:46:48.931Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-08T05:46:48.998Z] prd-ubuntu20.04-docker-8c-8g-14461 does not seem to be running inside a container [2023-05-08T05:46:49.005Z] $ 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-05-08T05:46:49.242Z] $ docker top 5cfb1707ccb74d19f1e3bd80e14803a0b8300dcecab2d4df1a0ed44426d12cae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-08T05:46:49.715Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-08T05:46:50.060Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-08T05:46:50.342Z] + ls /var/log/sa-host [2023-05-08T05:46:50.342Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-08T05:46:50.406Z] provisioning config files... [2023-05-08T05:46:50.413Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-go_main@tmp/config15311720435689658335tmp [Pipeline] { [Pipeline] echo [2023-05-08T05:46:50.422Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:50.701Z] ---> create-netrc.sh [Pipeline] } [2023-05-08T05:46:50.708Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:51.040Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-08T05:46:51.047Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:51.325Z] ---> sudo-logs.sh [2023-05-08T05:46:51.325Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-08T05:46:51.353Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:51.633Z] ---> job-cost.sh [2023-05-08T05:46:51.633Z] lf-activate-venv: SKIPPING [2023-05-08T05:46:51.633Z] DEBUG: total: 0.2199999988079071 [2023-05-08T05:46:51.633Z] INFO: Retrieving Stack Cost... [2023-05-08T05:46:51.892Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-08T05:46:52.459Z] INFO: Archiving Costs [Pipeline] echo [2023-05-08T05:46:52.470Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-08T05:46:52.754Z] ---> logs-deploy.sh [2023-05-08T05:46:52.754Z] lf-activate-venv: SKIPPING [2023-05-08T05:46:52.754Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/main/214 [2023-05-08T05:46:52.754Z] INFO: archiving workspace using pattern(s): [2023-05-08T05:46:53.691Z] Archives upload complete. [2023-05-08T05:46:53.691Z] INFO: archiving logs to Nexus