Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 358c4c9bd51032de5af7451873b68875ba79d13f 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-ssh13149043638901197103.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh6304255827237316410.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-secrets/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/go-mod-secrets/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16373739580142972791.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh7216176662712317043.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/go-mod-secrets/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/go-mod-secrets/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3359944698904429268.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:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-18122 in /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/edgexfoundry_go-mod-secrets_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 358c4c9bd51032de5af7451873b68875ba79d13f (main) Commit message: "build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#216)" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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 358c4c9bd51032de5af7451873b68875ba79d13f # timeout=10 > git rev-list --no-walk 36d805c5290ea814591806dd812069df68dd998b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:31:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:31:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:31:30 ========================================================= 21:31:30 EdgeX Global Pipelines Version Info 21:31:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:31:31 ------------------- 21:31:31 stable info: 21:31:31 ------------------- 21:31:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:31:31 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 21:31:31 Message: update stable to v1.0.250 21:31:31 ------------------- 21:31:31 experimental info: 21:31:31 ------------------- 21:31:31 Commited By: **** collab-it+edgex@linuxfoundation.org 21:31:31 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 21:31:31 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-secrets [Pipeline] echo 21:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 358c4c9bd51032de5af7451873b68875ba79d13f [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 358c4c9 [Pipeline] echo 21:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:31:32 + git rev-list -1 --merges 358c4c9bd51032de5af7451873b68875ba79d13f~1..358c4c9bd51032de5af7451873b68875ba79d13f [Pipeline] echo 21:31:32 -----------> git rev-list -1 --merges 358c4c9bd51032de5af7451873b68875ba79d13f~1..358c4c9bd51032de5af7451873b68875ba79d13f 358c4c9bd51032de5af7451873b68875ba79d13f [false] [Pipeline] sh 21:31:32 + git log --format=format:%s -1 358c4c9bd51032de5af7451873b68875ba79d13f [Pipeline] echo 21:31:33 ========================================================= 21:31:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:31:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:31:33 + git log --format=format:%s -1 358c4c9bd51032de5af7451873b68875ba79d13f [Pipeline] echo 21:31:33 [semverPrep] GIT_COMMIT: 358c4c9bd51032de5af7451873b68875ba79d13f, Commit Message: build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#216) [Pipeline] echo 21:31:33 [semverPrep] This is not a build commit. [Pipeline] sh 21:31:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:31:33 + grep -v github /etc/ssh/ssh_known_hosts 21:31:33 + [ -e /tmp/ssh_known_hosts ] 21:31:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:31:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:31:33 + sudo tee -a /etc/ssh/ssh_known_hosts 21:31:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:31:34 21:31:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:31:34 0.1.4: Pulling from edgex-devops/py-git-semver 21:31:34 b85a868b505f: Pulling fs layer 21:31:34 e2be974225ed: Pulling fs layer 21:31:34 339a4e72a1f5: Pulling fs layer 21:31:34 988bab9f4d93: Pulling fs layer 21:31:34 1469e6f7b9e6: Pulling fs layer 21:31:34 eaf3925da568: Pulling fs layer 21:31:34 988bab9f4d93: Waiting 21:31:34 1469e6f7b9e6: Waiting 21:31:34 bab4dde63d76: Pulling fs layer 21:31:34 bde34c3a00c8: Pulling fs layer 21:31:34 bab4dde63d76: Waiting 21:31:34 b352a97aabf1: Pulling fs layer 21:31:34 bde34c3a00c8: Waiting 21:31:34 4872d77fe225: Pulling fs layer 21:31:34 5851b861e8e6: Pulling fs layer 21:31:34 5851b861e8e6: Waiting 21:31:34 b352a97aabf1: Waiting 21:31:34 4872d77fe225: Waiting 21:31:34 e2be974225ed: Verifying Checksum 21:31:34 e2be974225ed: Download complete 21:31:34 988bab9f4d93: Verifying Checksum 21:31:34 988bab9f4d93: Download complete 21:31:34 1469e6f7b9e6: Verifying Checksum 21:31:34 1469e6f7b9e6: Download complete 21:31:34 eaf3925da568: Verifying Checksum 21:31:34 eaf3925da568: Download complete 21:31:34 339a4e72a1f5: Verifying Checksum 21:31:34 339a4e72a1f5: Download complete 21:31:34 bde34c3a00c8: Verifying Checksum 21:31:34 bde34c3a00c8: Download complete 21:31:34 b352a97aabf1: Verifying Checksum 21:31:34 b352a97aabf1: Download complete 21:31:34 4872d77fe225: Verifying Checksum 21:31:34 4872d77fe225: Download complete 21:31:34 5851b861e8e6: Verifying Checksum 21:31:34 5851b861e8e6: Download complete 21:31:34 b85a868b505f: Download complete 21:31:35 bab4dde63d76: Verifying Checksum 21:31:35 bab4dde63d76: Download complete 21:31:36 b85a868b505f: Pull complete 21:31:36 e2be974225ed: Pull complete 21:31:36 339a4e72a1f5: Pull complete 21:31:36 988bab9f4d93: Pull complete 21:31:36 1469e6f7b9e6: Pull complete 21:31:37 eaf3925da568: Pull complete 21:31:39 bab4dde63d76: Pull complete 21:31:39 bde34c3a00c8: Pull complete 21:31:39 b352a97aabf1: Pull complete 21:31:39 4872d77fe225: Pull complete 21:31:39 5851b861e8e6: Pull complete 21:31:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:31:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:31:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:31:39 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:31:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:31:42 $ docker top 1c2922c1a7e5a5642078bb19040ef26590510c19fe2737cf55fcf8074c14dd8b -eo pid,comm 21:31:42 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). 21:31:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:31:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:31:42 [ssh-agent] Looking for ssh-agent implementation... 21:31:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:31:42 $ docker exec 1c2922c1a7e5a5642078bb19040ef26590510c19fe2737cf55fcf8074c14dd8b ssh-agent 21:31:42 SSH_AUTH_SOCK=/tmp/ssh-hRHmhPXsA2pQ/agent.32 21:31:42 SSH_AGENT_PID=38 21:31:42 Running ssh-add (command line suppressed) 21:31:42 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_11210289019261981605.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_11210289019261981605.key) 21:31:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:31:42 + git tag --points-at HEAD [Pipeline] } 21:31:42 $ docker exec --env ******** --env ******** 1c2922c1a7e5a5642078bb19040ef26590510c19fe2737cf55fcf8074c14dd8b ssh-agent -k 21:31:42 unset SSH_AUTH_SOCK; 21:31:42 unset SSH_AGENT_PID; 21:31:42 echo Agent pid 38 killed; 21:31:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:31:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:31:42 [ssh-agent] Looking for ssh-agent implementation... 21:31:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:31:43 $ docker exec 1c2922c1a7e5a5642078bb19040ef26590510c19fe2737cf55fcf8074c14dd8b ssh-agent 21:31:43 SSH_AUTH_SOCK=/tmp/ssh-B8qgO53hPjGL/agent.70 21:31:43 SSH_AGENT_PID=76 21:31:43 Running ssh-add (command line suppressed) 21:31:43 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_11299868539435351282.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_11299868539435351282.key) 21:31:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:31:43 + git semver init 21:31:44 2023-06-07 21:31:43,892 [run_init] DEBUG init version:0.0.0 force:False 21:31:44 2023-06-07 21:31:43,893 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver 21:31:44 2023-06-07 21:31:43,894 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-secrets.git /w/workspace/edgexfoundry_go-mod-secrets_main/.semver 21:31:44 2023-06-07 21:31:43,894 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-secrets.git', '/w/workspace/edgexfoundry_go-mod-secrets_main/.semver'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) 21:31:44 2023-06-07 21:31:44,579 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.git/info/exclude 21:31:44 2023-06-07 21:31:44,580 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:False 21:31:44 2023-06-07 21:31:44,580 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:31:44 2023-06-07 21:31:44,580 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:31:44 3.1.0-dev.2 [Pipeline] } 21:31:44 $ docker exec --env ******** --env ******** 1c2922c1a7e5a5642078bb19040ef26590510c19fe2737cf55fcf8074c14dd8b ssh-agent -k 21:31:44 unset SSH_AUTH_SOCK; 21:31:44 unset SSH_AGENT_PID; 21:31:44 echo Agent pid 76 killed; 21:31:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:31:45 + git semver [Pipeline] } 21:31:45 $ docker stop --time=1 1c2922c1a7e5a5642078bb19040ef26590510c19fe2737cf55fcf8074c14dd8b 21:31:46 $ docker rm -f --volumes 1c2922c1a7e5a5642078bb19040ef26590510c19fe2737cf55fcf8074c14dd8b [Pipeline] // withDockerContainer [Pipeline] sh 21:31:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:31:47 Stashed 1 file(s) [Pipeline] echo 21:31:47 [edgeXSemver]: initialized semver on version 3.1.0-dev.2 [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] unstash [Pipeline] echo 21:31:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:31:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:31:47 ========================================================= 21:31:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 21:31:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 21:31:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:31:47 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 21:31:47 f56be85fc22e: Pulling fs layer 21:31:47 85791d961cd3: Pulling fs layer 21:31:47 d694b5ae8c79: Pulling fs layer 21:31:47 9f32a84ed3da: Pulling fs layer 21:31:47 4d19c01a9841: Pulling fs layer 21:31:47 9325e15d5711: Pulling fs layer 21:31:47 556b6ee489ea: Pulling fs layer 21:31:47 c5a4b2cf53e6: Pulling fs layer 21:31:47 4d19c01a9841: Waiting 21:31:47 9325e15d5711: Waiting 21:31:47 556b6ee489ea: Waiting 21:31:47 c5a4b2cf53e6: Waiting 21:31:47 85791d961cd3: Verifying Checksum 21:31:47 85791d961cd3: Download complete 21:31:47 9f32a84ed3da: Verifying Checksum 21:31:47 9f32a84ed3da: Download complete 21:31:47 4d19c01a9841: Verifying Checksum 21:31:47 4d19c01a9841: Download complete 21:31:47 f56be85fc22e: Verifying Checksum 21:31:47 f56be85fc22e: Download complete 21:31:47 9325e15d5711: Download complete 21:31:48 f56be85fc22e: Pull complete 21:31:48 85791d961cd3: Pull complete 21:31:48 c5a4b2cf53e6: Verifying Checksum 21:31:48 c5a4b2cf53e6: Download complete 21:31:48 d694b5ae8c79: Verifying Checksum 21:31:48 d694b5ae8c79: Download complete 21:31:48 556b6ee489ea: Download complete 21:31:51 d694b5ae8c79: Pull complete 21:31:51 9f32a84ed3da: Pull complete 21:31:51 4d19c01a9841: Pull complete 21:31:51 9325e15d5711: Pull complete 21:31:54 556b6ee489ea: Pull complete 21:31:54 c5a4b2cf53e6: Pull complete 21:31:54 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 21:31:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:31:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 21:31:55 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:55 + docker inspect -f . ci-base-image-x86_64 21:31:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:31:55 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:31:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:31:58 $ docker top 79cb2cbb45dbaaf5bfd3f21877f9d629d98ddb5db325bc5e5f69290b37fb8ec6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:31:59 + go version 21:31:59 go version go1.20.2 linux/amd64 [Pipeline] } 21:31:59 $ docker stop --time=1 79cb2cbb45dbaaf5bfd3f21877f9d629d98ddb5db325bc5e5f69290b37fb8ec6 21:32:00 $ docker rm -f --volumes 79cb2cbb45dbaaf5bfd3f21877f9d629d98ddb5db325bc5e5f69290b37fb8ec6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:01 + docker inspect -f . ci-base-image-x86_64 21:32:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:32:01 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:32:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:32:01 $ docker top 03e2af98ddbd5ef0861817357b538e92e88d0d6d0514ca98f1d4be5a65db219f -eo pid,comm [Pipeline] { [Pipeline] sh 21:32:01 + git config --global --add safe.directory /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] fileExists [Pipeline] sh 21:32:02 + make test 21:32:02 CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out 21:32:02 go: downloading github.com/stretchr/testify v1.8.4 21:32:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0 21:32:02 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 21:32:02 go: downloading github.com/davecgh/go-spew v1.1.1 21:32:02 go: downloading github.com/pmezard/go-difflib v1.0.0 21:32:02 go: downloading github.com/stretchr/objx v0.5.0 21:32:02 go: downloading gopkg.in/yaml.v3 v3.0.1 21:32:02 go: downloading github.com/zeebo/errs v1.3.0 21:32:02 go: downloading google.golang.org/grpc v1.53.0 21:32:02 go: downloading github.com/go-kit/log v0.2.1 21:32:02 go: downloading github.com/go-playground/validator/v10 v10.13.0 21:32:02 go: downloading github.com/google/uuid v1.3.0 21:32:02 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 21:32:02 go: downloading google.golang.org/protobuf v1.28.1 21:32:02 Still waiting to schedule task 21:32:02 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 21:32:02 go: downloading github.com/go-logfmt/logfmt v0.5.1 21:32:02 go: downloading golang.org/x/crypto v0.7.0 21:32:02 go: downloading golang.org/x/net v0.8.0 21:32:02 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 21:32:02 go: downloading github.com/golang/protobuf v1.5.2 21:32:02 go: downloading golang.org/x/sys v0.6.0 21:32:02 go: downloading github.com/go-playground/universal-translator v0.18.1 21:32:02 go: downloading github.com/leodido/go-urn v1.2.3 21:32:02 go: downloading golang.org/x/text v0.8.0 21:32:02 go: downloading github.com/go-playground/locales v0.14.1 21:32:21 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] 21:32:21 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] 21:32:21 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] 21:32:21 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] 21:32:21 ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] 21:32:26 ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 8.045s coverage: 75.7% of statements 21:32:26 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.051s coverage: 52.2% of statements 21:32:27 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.052s coverage: 96.7% of statements 21:32:27 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.047s coverage: 89.5% of statements 21:32:27 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.030s coverage: 100.0% of statements 21:32:27 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.056s coverage: 55.8% of statements 21:32:27 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.030s coverage: 56.0% of statements 21:32:27 ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.052s coverage: 100.0% of statements 21:32:45 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:32:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:32:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 21:32:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:32:46 $ docker stop --time=1 03e2af98ddbd5ef0861817357b538e92e88d0d6d0514ca98f1d4be5a65db219f 21:32:48 $ docker rm -f --volumes 03e2af98ddbd5ef0861817357b538e92e88d0d6d0514ca98f1d4be5a65db219f [Pipeline] // withDockerContainer [Pipeline] sh 21:32:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:32:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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 21:32:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:32:49 21:32:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:32:50 latest: Pulling from edgex-lftools-log-publisher 21:32:50 5eb5b503b376: Pulling fs layer 21:32:50 5c69ac0246d0: Pulling fs layer 21:32:50 ec43610c2a17: Pulling fs layer 21:32:50 3a2ae6a8a46f: Pulling fs layer 21:32:50 33b1e0a273af: Pulling fs layer 21:32:50 5d3b04190fa2: Pulling fs layer 21:32:50 2f39f015ded8: Pulling fs layer 21:32:50 33b1e0a273af: Waiting 21:32:50 5d3b04190fa2: Waiting 21:32:50 2f39f015ded8: Waiting 21:32:50 3a2ae6a8a46f: Waiting 21:32:50 5c69ac0246d0: Verifying Checksum 21:32:50 5c69ac0246d0: Download complete 21:32:50 3a2ae6a8a46f: Verifying Checksum 21:32:50 3a2ae6a8a46f: Download complete 21:32:50 33b1e0a273af: Verifying Checksum 21:32:50 33b1e0a273af: Download complete 21:32:50 ec43610c2a17: Verifying Checksum 21:32:50 ec43610c2a17: Download complete 21:32:50 5d3b04190fa2: Verifying Checksum 21:32:50 5d3b04190fa2: Download complete 21:32:50 5eb5b503b376: Verifying Checksum 21:32:50 5eb5b503b376: Download complete 21:32:50 2f39f015ded8: Verifying Checksum 21:32:51 5eb5b503b376: Pull complete 21:32:51 5c69ac0246d0: Pull complete 21:32:52 ec43610c2a17: Pull complete 21:32:52 3a2ae6a8a46f: Pull complete 21:32:52 33b1e0a273af: Pull complete 21:32:52 5d3b04190fa2: Pull complete 21:32:56 2f39f015ded8: Pull complete 21:32:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:32:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:32:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:32:56 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:32:56 $ 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_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:32:59 $ docker top b92aebb724b95a88d93f8207f4eae4312161da1bdace9a0aff6fe523718ee7cf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:32:59 ---> job-cost.sh 21:32:59 lf-activate-venv: SKIPPING 21:32:59 INFO: No Stack... 21:32:59 INFO: Retrieving Pricing Info for: v3-standard-8 21:33:00 INFO: Archiving Costs [Pipeline] sh 21:33:00 + cat /w/workspace/edgexfoundry_go-mod-secrets_main/archives/cost.csv 21:33:00 + cut -d, -f6 [Pipeline] lock 21:33:00 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-63-stack-cost] 21:33:00 Resource [jenkins-edgexfoundry-go-mod-secrets-main-63-stack-cost] did not exist. Created. 21:33:00 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-63-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:33:00 + echo total: 0.2199999988079071 [Pipeline] stash 21:33:00 Stashed 1 file(s) [Pipeline] } 21:33:00 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-63-stack-cost] [Pipeline] // lock [Pipeline] } 21:33:00 $ docker stop --time=1 b92aebb724b95a88d93f8207f4eae4312161da1bdace9a0aff6fe523718ee7cf 21:33:02 $ docker rm -f --volumes b92aebb724b95a88d93f8207f4eae4312161da1bdace9a0aff6fe523718ee7cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:35:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-18124 in /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] { [Pipeline] ws 21:35:05 Running in /w/workspace/go-mod-secrets/63 [Pipeline] { [Pipeline] checkout 21:35:05 Selected Git installation does not exist. Using Default 21:35:05 The recommended git tool is: NONE 21:35:16 using credential edgex-jenkins-ssh 21:35:16 Cloning the remote Git repository 21:35:16 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:35:16 > git init /w/workspace/go-mod-secrets/63 # timeout=10 21:35:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:35:17 > git --version # timeout=10 21:35:17 > git --version # 'git version 2.25.1' 21:35:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:35:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:35:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:35:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:35:20 Avoid second fetch 21:35:20 Checking out Revision 358c4c9bd51032de5af7451873b68875ba79d13f (main) 21:35:20 > git config core.sparsecheckout # timeout=10 21:35:20 > git checkout -f 358c4c9bd51032de5af7451873b68875ba79d13f # timeout=10 21:35:21 Commit message: "build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#216)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:35:22 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:35:22 % Total % Received % Xferd Average Speed Time Time Time Current 21:35:22 Dload Upload Total Spent Left Speed 21:35:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 82 12751 82 10502 0 0 77220 0 --:--:-- --:--:-- --:--:-- 76656 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh 21:35:23 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:35:23 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:35:23 + sudo tee /etc/docker/daemon.new 21:35:23 { 21:35:23 "registry-mirrors": [ 21:35:23 "https://nexus3.edgexfoundry.org:10001" 21:35:23 ], 21:35:23 "bip": "10.250.0.254/24", 21:35:23 "hosts": [ 21:35:23 "tcp://0.0.0.0:5555", 21:35:23 "unix:///var/run/docker.sock" 21:35:23 ], 21:35:23 "mtu": 1458, 21:35:23 "selinux-enabled": true, 21:35:23 "seccomp-profile": "/etc/docker/seccomp.json" 21:35:23 } [Pipeline] sh 21:35:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:35:24 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 21:35:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:35:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:35:43 ========================================================= 21:35:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 21:35:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 21:35:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:35:44 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:35:44 c41833b44d91: Pulling fs layer 21:35:44 ed15518f5707: Pulling fs layer 21:35:44 feae8fd75edb: Pulling fs layer 21:35:44 242c74f7c9fa: Pulling fs layer 21:35:44 3cdef696dda3: Pulling fs layer 21:35:44 2ced38df9373: Pulling fs layer 21:35:44 58f1dce35555: Pulling fs layer 21:35:44 3cdef696dda3: Waiting 21:35:44 2ced38df9373: Waiting 21:35:44 58f1dce35555: Waiting 21:35:44 242c74f7c9fa: Waiting 21:35:44 ed15518f5707: Verifying Checksum 21:35:44 ed15518f5707: Download complete 21:35:44 242c74f7c9fa: Verifying Checksum 21:35:44 242c74f7c9fa: Download complete 21:35:44 3cdef696dda3: Verifying Checksum 21:35:44 3cdef696dda3: Download complete 21:35:44 c41833b44d91: Download complete 21:35:45 c41833b44d91: Pull complete 21:35:45 58f1dce35555: Verifying Checksum 21:35:45 58f1dce35555: Download complete 21:35:46 ed15518f5707: Pull complete 21:35:47 feae8fd75edb: Verifying Checksum 21:35:47 feae8fd75edb: Download complete 21:35:47 2ced38df9373: Verifying Checksum 21:35:47 2ced38df9373: Download complete 21:35:59 feae8fd75edb: Pull complete 21:35:59 242c74f7c9fa: Pull complete 21:35:59 3cdef696dda3: Pull complete 21:36:03 2ced38df9373: Pull complete 21:36:06 58f1dce35555: Pull complete 21:36:06 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 21:36:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:36:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 21:36:06 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:07 + docker inspect -f . ci-base-image-arm64 21:36:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:36:07 prd-ubuntu20.04-docker-arm64-4c-16g-18124 does not seem to be running inside a container 21:36:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/63 -v /w/workspace/go-mod-secrets/63:/w/workspace/go-mod-secrets/63:rw,z -v /w/workspace/go-mod-secrets/63@tmp:/w/workspace/go-mod-secrets/63@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 21:36:10 $ docker top 6b5cb04218363638a9849a8f7cd2b967d1147b388bc948240fdd611a5e706e3e -eo pid,comm [Pipeline] { [Pipeline] sh 21:36:11 + go version 21:36:11 go version go1.20.2 linux/arm64 [Pipeline] } 21:36:11 $ docker stop --time=1 6b5cb04218363638a9849a8f7cd2b967d1147b388bc948240fdd611a5e706e3e 21:36:13 $ docker rm -f --volumes 6b5cb04218363638a9849a8f7cd2b967d1147b388bc948240fdd611a5e706e3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:13 + docker inspect -f . ci-base-image-arm64 21:36:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:36:14 prd-ubuntu20.04-docker-arm64-4c-16g-18124 does not seem to be running inside a container 21:36:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-secrets/63 -v /w/workspace/go-mod-secrets/63:/w/workspace/go-mod-secrets/63:rw,z -v /w/workspace/go-mod-secrets/63@tmp:/w/workspace/go-mod-secrets/63@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 21:36:15 $ docker top ffbf6ee1dfe7d0b74880feb5ea4b138195fd7938b5920b75623ca17639cbdc10 -eo pid,comm [Pipeline] { [Pipeline] sh 21:36:16 + git config --global --add safe.directory /w/workspace/go-mod-secrets/63 [Pipeline] fileExists [Pipeline] sh 21:36:16 + make test 21:36:16 CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out 21:36:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0 21:36:16 go: downloading github.com/stretchr/testify v1.8.4 21:36:16 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 21:36:17 go: downloading github.com/davecgh/go-spew v1.1.1 21:36:17 go: downloading github.com/pmezard/go-difflib v1.0.0 21:36:17 go: downloading github.com/stretchr/objx v0.5.0 21:36:17 go: downloading gopkg.in/yaml.v3 v3.0.1 21:36:17 go: downloading github.com/go-kit/log v0.2.1 21:36:17 go: downloading github.com/go-playground/validator/v10 v10.13.0 21:36:17 go: downloading github.com/google/uuid v1.3.0 21:36:17 go: downloading github.com/zeebo/errs v1.3.0 21:36:17 go: downloading google.golang.org/grpc v1.53.0 21:36:19 go: downloading github.com/go-logfmt/logfmt v0.5.1 21:36:19 go: downloading google.golang.org/protobuf v1.28.1 21:36:19 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 21:36:19 go: downloading github.com/go-playground/universal-translator v0.18.1 21:36:19 go: downloading github.com/leodido/go-urn v1.2.3 21:36:19 go: downloading golang.org/x/crypto v0.7.0 21:36:20 go: downloading golang.org/x/text v0.8.0 21:36:20 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 21:36:20 go: downloading golang.org/x/net v0.8.0 21:36:20 go: downloading github.com/go-playground/locales v0.14.1 21:36:21 go: downloading github.com/golang/protobuf v1.5.2 21:36:22 go: downloading golang.org/x/sys v0.6.0 21:38:13 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] 21:38:13 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] 21:38:13 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] 21:38:26 ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 15.708s coverage: 75.7% of statements 21:38:26 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.232s coverage: 52.2% of statements 21:38:26 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.234s coverage: 96.7% of statements 21:38:26 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.187s coverage: 89.5% of statements 21:38:26 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.112s coverage: 100.0% of statements 21:39:12 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] 21:39:12 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.236s coverage: 55.8% of statements 21:39:12 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.085s coverage: 56.0% of statements 21:39:12 ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.203s coverage: 100.0% of statements 21:39:12 ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] 21:39:12 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:39:12 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:41:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:41:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 21:41:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:41:04 $ docker stop --time=1 ffbf6ee1dfe7d0b74880feb5ea4b138195fd7938b5920b75623ca17639cbdc10 21:41:06 $ docker rm -f --volumes ffbf6ee1dfe7d0b74880feb5ea4b138195fd7938b5920b75623ca17639cbdc10 [Pipeline] // withDockerContainer [Pipeline] sh 21:41:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:41:09 Warning: overwriting stash ‘coverage-report’ 21:41:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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 21:41:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:41:10 21:41:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:41:10 arm64: Pulling from edgex-lftools-log-publisher 21:41:10 8998bd30e6a1: Pulling fs layer 21:41:10 04944245beec: Pulling fs layer 21:41:10 699f458cf7ca: Pulling fs layer 21:41:10 765212b225bb: Pulling fs layer 21:41:10 f23df028b6ca: Pulling fs layer 21:41:10 d65c8cfc05b1: Pulling fs layer 21:41:10 2437ff75d9bd: Pulling fs layer 21:41:10 f23df028b6ca: Waiting 21:41:10 d65c8cfc05b1: Waiting 21:41:10 2437ff75d9bd: Waiting 21:41:10 765212b225bb: Waiting 21:41:10 04944245beec: Verifying Checksum 21:41:10 04944245beec: Download complete 21:41:10 765212b225bb: Download complete 21:41:10 f23df028b6ca: Download complete 21:41:10 d65c8cfc05b1: Verifying Checksum 21:41:10 d65c8cfc05b1: Download complete 21:41:11 699f458cf7ca: Verifying Checksum 21:41:11 699f458cf7ca: Download complete 21:41:11 8998bd30e6a1: Verifying Checksum 21:41:11 8998bd30e6a1: Download complete 21:41:13 2437ff75d9bd: Verifying Checksum 21:41:13 2437ff75d9bd: Download complete 21:41:15 8998bd30e6a1: Pull complete 21:41:15 04944245beec: Pull complete 21:41:16 699f458cf7ca: Pull complete 21:41:16 765212b225bb: Pull complete 21:41:17 f23df028b6ca: Pull complete 21:41:17 d65c8cfc05b1: Pull complete 21:41:32 2437ff75d9bd: Pull complete 21:41:32 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:41:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:41:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:41:33 prd-ubuntu20.04-docker-arm64-4c-16g-18124 does not seem to be running inside a container 21:41:33 $ 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/go-mod-secrets/63 -v /w/workspace/go-mod-secrets/63:/w/workspace/go-mod-secrets/63:rw,z -v /w/workspace/go-mod-secrets/63@tmp:/w/workspace/go-mod-secrets/63@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 21:41:35 $ docker top 2fb3a8b2ec875997db282b04dc77fd04516c59a2c850be833bd0a7d8f83a956a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:41:36 ---> job-cost.sh 21:41:36 lf-activate-venv: SKIPPING 21:41:36 INFO: No Stack... 21:41:36 INFO: Retrieving Pricing Info for: v3-standard-4 21:41:37 INFO: Archiving Costs [Pipeline] sh 21:41:37 + cut -d, -f6 21:41:38 + cat /w/workspace/go-mod-secrets/63/archives/cost.csv [Pipeline] lock 21:41:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-63-stack-cost] 21:41:38 Resource [jenkins-edgexfoundry-go-mod-secrets-main-63-stack-cost] did not exist. Created. 21:41:38 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-63-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:41:38 /w/workspace/go-mod-secrets/63@tmp/durable-262b6521/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:41:39 + echo total: 0.10999999940395355 [Pipeline] stash 21:41:39 Warning: overwriting stash ‘stack-cost’ 21:41:39 Stashed 1 file(s) [Pipeline] } 21:41:39 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-63-stack-cost] [Pipeline] // lock [Pipeline] } 21:41:39 $ docker stop --time=1 2fb3a8b2ec875997db282b04dc77fd04516c59a2c850be833bd0a7d8f83a956a 21:41:40 $ docker rm -f --volumes 2fb3a8b2ec875997db282b04dc77fd04516c59a2c850be833bd0a7d8f83a956a [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 21:41:41 provisioning config files... 21:41:41 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config3957739618305334640tmp [Pipeline] { [Pipeline] sh 21:41:41 + set +x 21:41:41 + curl -s https://codecov.io/bash 21:41:41 + bash -s -- 21:41:41 21:41:41 _____ _ 21:41:41 / ____| | | 21:41:41 | | ___ __| | ___ ___ _____ __ 21:41:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:41:41 | |___| (_) | (_| | __/ (_| (_) \ V / 21:41:41 \_____\___/ \__,_|\___|\___\___/ \_/ 21:41:41 Bash-1.0.6 21:41:41 21:41:41 21:41:41 ==> git version 2.25.1 found 21:41:41 ==> 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 21:41:41 Release-Date: 2020-01-08 21:41:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:41:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:41:41 ==> Jenkins CI detected. 21:41:41 current dir:  /w/workspace/edgexfoundry_go-mod-secrets_main 21:41:41 project root: . 21:41:41 --> token set from env 21:41:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:41:41 ==> Running gcov in . (disable via -X gcov) 21:41:41 ==> Python coveragepy not found 21:41:41 ==> Searching for coverage reports in: 21:41:41 + . 21:41:41 -> Found 1 reports 21:41:41 ==> Detecting git/mercurial file structure 21:41:41 ==> Reading reports 21:41:41 + ./coverage.out bytes=41144 21:41:41 ==> Appending adjustments 21:41:41 https://docs.codecov.io/docs/fixing-reports 21:41:41 + Found adjustments 21:41:41 ==> Gzipping contents 21:41:41 8.0K /tmp/codecov.GnUwh4.gz 21:41:41 ==> Uploading reports 21:41:41 url: https://codecov.io 21:41:41 query: branch=main&commit=358c4c9bd51032de5af7451873b68875ba79d13f&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F63%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 21:41:41 -> Pinging Codecov 21:41:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=d0945c7c-0855-4a3f-af61-979f74c5f716&branch=main&commit=358c4c9bd51032de5af7451873b68875ba79d13f&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F63%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 21:41:41 -> Uploading to 21:41:41 https://storage.googleapis.com/codecov/v4/raw/2023-06-07/D63849C06B6B67093493C71CE874ED06/358c4c9bd51032de5af7451873b68875ba79d13f/f467585a-e1e3-4aba-93c9-b40ac14b632b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230607%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230607T214141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4a86282ace14a263e1fa6880fdf07262a1644bb96818bddb27e85242cde284de 21:41:41 % Total % Received % Xferd Average Speed Time Time Time Current 21:41:41 Dload Upload Total Spent Left Speed 21:41:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8125 0 0 100 8125 0 42539 --:--:-- --:--:-- --:--:-- 42539 21:41:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-secrets/commit/358c4c9bd51032de5af7451873b68875ba79d13f [Pipeline] } 21:41:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:41:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:41:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:41:42 21:41:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:41:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:41:43 df9b9388f04a: Pulling fs layer 21:41:43 52dc419b0ee2: Pulling fs layer 21:41:43 25bc292e5bac: Pulling fs layer 21:41:43 114826534d7a: Pulling fs layer 21:41:43 4657fd5d0bcf: Pulling fs layer 21:41:43 6ad1cebc031e: Pulling fs layer 21:41:43 8a3aa393b2d8: Pulling fs layer 21:41:43 4657fd5d0bcf: Waiting 21:41:43 6ad1cebc031e: Waiting 21:41:43 8a3aa393b2d8: Waiting 21:41:43 114826534d7a: Waiting 21:41:43 25bc292e5bac: Verifying Checksum 21:41:43 25bc292e5bac: Download complete 21:41:43 52dc419b0ee2: Verifying Checksum 21:41:43 52dc419b0ee2: Download complete 21:41:43 4657fd5d0bcf: Verifying Checksum 21:41:43 4657fd5d0bcf: Download complete 21:41:43 df9b9388f04a: Verifying Checksum 21:41:43 df9b9388f04a: Download complete 21:41:43 df9b9388f04a: Pull complete 21:41:43 6ad1cebc031e: Verifying Checksum 21:41:43 6ad1cebc031e: Download complete 21:41:43 52dc419b0ee2: Pull complete 21:41:43 25bc292e5bac: Pull complete 21:41:43 114826534d7a: Verifying Checksum 21:41:43 114826534d7a: Download complete 21:41:43 8a3aa393b2d8: Verifying Checksum 21:41:43 8a3aa393b2d8: Download complete 21:41:47 114826534d7a: Pull complete 21:41:47 4657fd5d0bcf: Pull complete 21:41:47 6ad1cebc031e: Pull complete 21:41:49 8a3aa393b2d8: Pull complete 21:41:49 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:41:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:41:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:41:49 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:41:49 $ 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_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:41:52 $ docker top 6c5e1670bc005682de5b79639892b2b8c58b8d852ee579a1fc495dfe5fff6b9d -eo pid,comm [Pipeline] { [Pipeline] echo 21:41:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-secrets:main' [Pipeline] sh 21:41:53 + set -o pipefail 21:41:53 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-secrets:main' 21:41:57 21:41:57 Monitoring /w/workspace/edgexfoundry_go-mod-secrets_main (github.com/edgexfoundry/go-mod-secrets/v3)... 21:41:57 21:41:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0d3915cb-23c5-4258-a5a9-356997f1cfb0/history/74cd8ba4-cc0e-4e32-b766-00e596b175fe 21:41:57 21:41:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:41:57 21:41:57 21:41:57 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:41:57 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:41:57 More details here: https://snyk.co/ue1NS 21:41:57 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 21:41:57 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:41:57 $ docker stop --time=1 6c5e1670bc005682de5b79639892b2b8c58b8d852ee579a1fc495dfe5fff6b9d 21:42:00 $ docker rm -f --volumes 6c5e1670bc005682de5b79639892b2b8c58b8d852ee579a1fc495dfe5fff6b9d [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:42:00 + git log --format=format:%s -1 358c4c9bd51032de5af7451873b68875ba79d13f [Pipeline] sh 21:42:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:42:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:42:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:42:01 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:42:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:42:02 $ docker top ed0e04bd04d22cd761548aad3470b68cfaa00e4255e2c6cf5679c2e12fcca548 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:42:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:42:02 [ssh-agent] Looking for ssh-agent implementation... 21:42:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:42:02 $ docker exec ed0e04bd04d22cd761548aad3470b68cfaa00e4255e2c6cf5679c2e12fcca548 ssh-agent 21:42:02 SSH_AUTH_SOCK=/tmp/ssh-VMLeLSGf71Q8/agent.32 21:42:02 SSH_AGENT_PID=38 21:42:02 Running ssh-add (command line suppressed) 21:42:02 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_11280715631787537726.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_11280715631787537726.key) 21:42:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:42:02 + git semver tag 21:42:03 2023-06-07 21:42:02,996 [run_tag] DEBUG tag force:False 21:42:03 2023-06-07 21:42:02,996 [check_head_tag] DEBUG check head tag 21:42:03 2023-06-07 21:42:02,997 [execute] INFO git cat-file --batch-check 21:42:03 2023-06-07 21:42:02,997 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) 21:42:03 2023-06-07 21:42:03,001 [execute] INFO git cat-file --batch 21:42:03 2023-06-07 21:42:03,001 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) 21:42:03 2023-06-07 21:42:03,016 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:42:03 2023-06-07 21:42:03,016 [execute] INFO git tag -a v3.1.0-dev.2 -m v3.1.0-dev.2 21:42:03 2023-06-07 21:42:03,016 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.2', '-m', 'v3.1.0-dev.2'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) 21:42:03 2023-06-07 21:42:03,021 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:42:03 3.1.0-dev.2 [Pipeline] } 21:42:03 $ docker exec --env ******** --env ******** ed0e04bd04d22cd761548aad3470b68cfaa00e4255e2c6cf5679c2e12fcca548 ssh-agent -k 21:42:03 unset SSH_AUTH_SOCK; 21:42:03 unset SSH_AGENT_PID; 21:42:03 echo Agent pid 38 killed; 21:42:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:42:03 + git semver [Pipeline] } 21:42:03 $ docker stop --time=1 ed0e04bd04d22cd761548aad3470b68cfaa00e4255e2c6cf5679c2e12fcca548 21:42:05 $ docker rm -f --volumes ed0e04bd04d22cd761548aad3470b68cfaa00e4255e2c6cf5679c2e12fcca548 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:42:05 21:42:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:42:05 0.23.1-centos7: Pulling from edgex-lftools 21:42:05 ab5ef0e58194: Pulling fs layer 21:42:05 9712f1f96733: Pulling fs layer 21:42:05 63f879dbbcfc: Pulling fs layer 21:42:05 0d9ebad4ef96: Pulling fs layer 21:42:05 e9a5061849ea: Pulling fs layer 21:42:05 d747dcd14b5f: Pulling fs layer 21:42:05 2de7ff778b66: Pulling fs layer 21:42:05 0d9ebad4ef96: Waiting 21:42:05 e9a5061849ea: Waiting 21:42:05 d747dcd14b5f: Waiting 21:42:05 9712f1f96733: Verifying Checksum 21:42:05 9712f1f96733: Download complete 21:42:06 63f879dbbcfc: Verifying Checksum 21:42:06 63f879dbbcfc: Download complete 21:42:06 0d9ebad4ef96: Verifying Checksum 21:42:06 0d9ebad4ef96: Download complete 21:42:06 d747dcd14b5f: Verifying Checksum 21:42:06 d747dcd14b5f: Download complete 21:42:06 e9a5061849ea: Verifying Checksum 21:42:06 e9a5061849ea: Download complete 21:42:06 ab5ef0e58194: Verifying Checksum 21:42:06 ab5ef0e58194: Download complete 21:42:06 2de7ff778b66: Verifying Checksum 21:42:06 2de7ff778b66: Download complete 21:42:09 ab5ef0e58194: Pull complete 21:42:09 9712f1f96733: Pull complete 21:42:09 63f879dbbcfc: Pull complete 21:42:13 0d9ebad4ef96: Pull complete 21:42:13 e9a5061849ea: Pull complete 21:42:13 d747dcd14b5f: Pull complete 21:42:14 2de7ff778b66: Pull complete 21:42:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:42:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:42:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:42:14 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:42:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:42:18 $ docker top 77be06ac524cc61692b070b745b4fb6f8dc655e414f4eb6f510fcb3e1709d3e7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:42:18 provisioning config files... 21:42:18 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config15306494971430466821tmp 21:42:18 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config10722699043992227618tmp 21:42:18 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config5126997818540360553tmp [Pipeline] { [Pipeline] echo 21:42:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:42:18 ---> sigul-configuration.sh 21:42:18 gpg: directory `/root/.gnupg' created 21:42:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:42:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:42:18 gpg: keyring `/root/.gnupg/secring.gpg' created 21:42:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:42:18 gpg: CAST5 encrypted data 21:42:18 gpg: encrypted with 1 passphrase 21:42:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:42:18 + mkdir /home/jenkins 21:42:18 + mkdir /home/jenkins/sigul [Pipeline] sh 21:42:19 + 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 21:42:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:42:19 ---> sigul-install.sh 21:42:19 Sigul already installed; skipping installation. [Pipeline] sh 21:42:19 + git tag --list 21:42:19 v0.0.0 21:42:19 v0.0.1 21:42:19 v0.0.10 21:42:19 v0.0.11 21:42:19 v0.0.12 21:42:19 v0.0.13 21:42:19 v0.0.14 21:42:19 v0.0.15 21:42:19 v0.0.16 21:42:19 v0.0.17 21:42:19 v0.0.18 21:42:19 v0.0.19 21:42:19 v0.0.2 21:42:19 v0.0.20 21:42:19 v0.0.21 21:42:19 v0.0.22 21:42:19 v0.0.23 21:42:19 v0.0.24 21:42:19 v0.0.25 21:42:19 v0.0.26 21:42:19 v0.0.27 21:42:19 v0.0.28 21:42:19 v0.0.29 21:42:19 v0.0.3 21:42:19 v0.0.30 21:42:19 v0.0.31 21:42:19 v0.0.32 21:42:19 v0.0.33 21:42:19 v0.0.4 21:42:19 v0.0.5 21:42:19 v0.0.6 21:42:19 v0.0.7 21:42:19 v0.0.8 21:42:19 v0.0.9 21:42:19 v2.0.0 21:42:19 v2.1.0 21:42:19 v2.1.1 21:42:19 v2.2.0 21:42:19 v2.3.0 21:42:19 v3.0 21:42:19 v3.0.0 21:42:19 v3.0.1 21:42:19 v3.1.0-dev.1 21:42:19 v3.1.0-dev.2 [Pipeline] sh 21:42:19 + lftools sign git-tag v3.1.0-dev.2 21:42:20 Signing Git tag with Sigul... 21:42:20 Signing v3.1.0-dev.2 [Pipeline] echo 21:42:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:42:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:42:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:42:21 $ docker stop --time=1 77be06ac524cc61692b070b745b4fb6f8dc655e414f4eb6f510fcb3e1709d3e7 21:42:22 $ docker rm -f --volumes 77be06ac524cc61692b070b745b4fb6f8dc655e414f4eb6f510fcb3e1709d3e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:42:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:42:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:42:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:42:23 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:42:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:42:23 $ docker top 3afe6c36d9376ea239c795ef763b9364934cdad631371e429f72b1fcb38e28db -eo pid,comm 21:42:23 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). 21:42:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:42:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:42:23 [ssh-agent] Looking for ssh-agent implementation... 21:42:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:42:23 $ docker exec 3afe6c36d9376ea239c795ef763b9364934cdad631371e429f72b1fcb38e28db ssh-agent 21:42:23 SSH_AUTH_SOCK=/tmp/ssh-S8BJnL8jRbzb/agent.32 21:42:23 SSH_AGENT_PID=38 21:42:23 Running ssh-add (command line suppressed) 21:42:23 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_166944889214237393.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_166944889214237393.key) 21:42:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:42:24 + git semver bump pre 21:42:24 2023-06-07 21:42:24,364 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:42:24 2023-06-07 21:42:24,364 [bump_version] DEBUG bumping version:3.1.0-dev.2 on axis:pre with prefix:dev 21:42:24 2023-06-07 21:42:24,364 [bump_version] DEBUG bumped version:3.1.0-dev.3 21:42:24 2023-06-07 21:42:24,364 [write_version] DEBUG write version:3.1.0-dev.3 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:True 21:42:24 2023-06-07 21:42:24,364 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:42:24 2023-06-07 21:42:24,364 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:42:24 2023-06-07 21:42:24,366 [execute] INFO git cat-file --batch-check 21:42:24 2023-06-07 21:42:24,366 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 21:42:24 2023-06-07 21:42:24,371 [execute] INFO git cat-file --batch 21:42:24 2023-06-07 21:42:24,372 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 21:42:24 2023-06-07 21:42:24,377 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:42:24 3.1.0-dev.3 [Pipeline] } 21:42:24 $ docker exec --env ******** --env ******** 3afe6c36d9376ea239c795ef763b9364934cdad631371e429f72b1fcb38e28db ssh-agent -k 21:42:24 unset SSH_AUTH_SOCK; 21:42:24 unset SSH_AGENT_PID; 21:42:24 echo Agent pid 38 killed; 21:42:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:42:24 + git semver [Pipeline] } 21:42:25 $ docker stop --time=1 3afe6c36d9376ea239c795ef763b9364934cdad631371e429f72b1fcb38e28db 21:42:26 $ docker rm -f --volumes 3afe6c36d9376ea239c795ef763b9364934cdad631371e429f72b1fcb38e28db [Pipeline] // withDockerContainer [Pipeline] sh 21:42:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:42:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:42:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:42:27 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:42:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:42:27 $ docker top 800172b05484125c49bfe85c7bbcbdf7999d86ae9d88f010fa57119ef2e53f23 -eo pid,comm 21:42:27 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). 21:42:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:42:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:42:27 [ssh-agent] Looking for ssh-agent implementation... 21:42:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:42:27 $ docker exec 800172b05484125c49bfe85c7bbcbdf7999d86ae9d88f010fa57119ef2e53f23 ssh-agent 21:42:27 SSH_AUTH_SOCK=/tmp/ssh-W6d82revZdSC/agent.33 21:42:27 SSH_AGENT_PID=39 21:42:27 Running ssh-add (command line suppressed) 21:42:27 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_17169949273087390728.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_17169949273087390728.key) 21:42:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:42:28 + git semver push 21:42:28 2023-06-07 21:42:28,457 [run_push] DEBUG push 21:42:28 2023-06-07 21:42:28,458 [execute] INFO git cat-file --batch-check 21:42:28 2023-06-07 21:42:28,458 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 21:42:28 2023-06-07 21:42:28,461 [execute] INFO git rev-list ce537a255f264253afcfa62a19e38bd03d7f62e5 -- 21:42:28 2023-06-07 21:42:28,461 [execute] DEBUG Popen(['git', 'rev-list', 'ce537a255f264253afcfa62a19e38bd03d7f62e5', '--'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) 21:42:28 2023-06-07 21:42:28,470 [execute] INFO git fetch -v origin 21:42:28 2023-06-07 21:42:28,470 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=True, shell=None, istream=None) 21:42:29 2023-06-07 21:42:28,928 [run_push] DEBUG no remote changes detected 21:42:29 2023-06-07 21:42:28,929 [execute] INFO git push origin semver 21:42:29 2023-06-07 21:42:28,929 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) 21:42:29 2023-06-07 21:42:29,665 [run_push] DEBUG push all version tags 21:42:29 2023-06-07 21:42:29,666 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:42:29 2023-06-07 21:42:29,666 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) 21:42:30 2023-06-07 21:42:30,355 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 21:42:30 3.1.0-dev.3 [Pipeline] } 21:42:30 $ docker exec --env ******** --env ******** 800172b05484125c49bfe85c7bbcbdf7999d86ae9d88f010fa57119ef2e53f23 ssh-agent -k 21:42:30 unset SSH_AUTH_SOCK; 21:42:30 unset SSH_AGENT_PID; 21:42:30 echo Agent pid 39 killed; 21:42:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:42:31 + git semver [Pipeline] } 21:42:31 $ docker stop --time=1 800172b05484125c49bfe85c7bbcbdf7999d86ae9d88f010fa57119ef2e53f23 21:42:32 $ docker rm -f --volumes 800172b05484125c49bfe85c7bbcbdf7999d86ae9d88f010fa57119ef2e53f23 [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 21:42:33 + [ -d /w/workspace/edgexfoundry_go-mod-secrets_main/archives ] 21:42:33 + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives 21:42:33 total 16 21:42:33 drwxr-xr-x 3 root root 4096 Jun 7 21:33 . 21:42:33 drwxrwxr-x 9 jenkins jenkins 4096 Jun 7 21:42 .. 21:42:33 drwxr-xr-x 2 root root 4096 Jun 7 21:33 cost 21:42:33 -rw-r--r-- 1 root root 85 Jun 7 21:33 cost.csv 21:42:33 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_go-mod-secrets_main/archives 21:42:33 + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives 21:42:33 total 16 21:42:33 drwxr-xr-x 3 jenkins jenkins 4096 Jun 7 21:33 . 21:42:33 drwxrwxr-x 9 jenkins jenkins 4096 Jun 7 21:42 .. 21:42:33 drwxr-xr-x 2 jenkins jenkins 4096 Jun 7 21:33 cost 21:42:33 -rw-r--r-- 1 jenkins jenkins 85 Jun 7 21:33 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:42:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:42:34 ---> package-listing.sh 21:42:34 ++ tr '[:upper:]' '[:lower:]' 21:42:34 ++ facter osfamily 21:42:34 + OS_FAMILY=debian 21:42:34 + workspace=/w/workspace/edgexfoundry_go-mod-secrets_main 21:42:34 + START_PACKAGES=/tmp/packages_start.txt 21:42:34 + END_PACKAGES=/tmp/packages_end.txt 21:42:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:42:34 + PACKAGES=/tmp/packages_start.txt 21:42:34 + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' 21:42:34 + PACKAGES=/tmp/packages_end.txt 21:42:34 + case "${OS_FAMILY}" in 21:42:34 + dpkg -l 21:42:34 + grep '^ii' 21:42:34 + '[' -f /tmp/packages_start.txt ']' 21:42:34 + '[' -f /tmp/packages_end.txt ']' 21:42:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:42:34 + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' 21:42:34 + mkdir -p /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ 21:42:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ [Pipeline] echo 21:42:34 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_go-mod-secrets_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:42:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:42:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:42:35 prd-ubuntu20.04-docker-8c-8g-18122 does not seem to be running inside a container 21:42:35 $ 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_go-mod-secrets_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_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 21:42:35 $ docker top d71e1fba09e85d8db2d34874103d2b553a8814d75b0e244f0d181dc807ca244e -eo pid,comm [Pipeline] { [Pipeline] sh 21:42:36 + touch /tmp/pre-build-complete [Pipeline] sh 21:42:36 + mkdir -p /var/log/sysstat [Pipeline] sh 21:42:36 + ls /var/log/sa-host 21:42:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:42:36 provisioning config files... 21:42:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config10289073367932377027tmp [Pipeline] { [Pipeline] echo 21:42:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:42:37 ---> create-netrc.sh [Pipeline] } 21:42:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:42:37 ---> python-tools-install.sh [Pipeline] echo 21:42:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:42:37 ---> sudo-logs.sh 21:42:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:42:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:42:38 ---> job-cost.sh 21:42:38 lf-activate-venv: SKIPPING 21:42:38 DEBUG: total: 0.2199999988079071 21:42:38 INFO: Retrieving Stack Cost... 21:42:39 INFO: Retrieving Pricing Info for: v3-standard-8 21:42:39 INFO: Archiving Costs [Pipeline] echo 21:42:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:42:39 ---> logs-deploy.sh 21:42:39 lf-activate-venv: SKIPPING 21:42:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/main/63 21:42:39 INFO: archiving workspace using pattern(s): 21:42:40 Archives upload complete. 21:42:40 INFO: archiving logs to Nexus