Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d55cfd14756feee5759f983c7252b83ebf242d79 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-ssh5464457362334273564.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1781650853069234267.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2511816380618343340.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6923091745429220023.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4352565672512574322.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go 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: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-14997 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d55cfd14756feee5759f983c7252b83ebf242d79 (main) Commit message: "docs: Add main branch Warning (#405)" > git config core.sparsecheckout # timeout=10 > git checkout -f d55cfd14756feee5759f983c7252b83ebf242d79 # timeout=10 > git rev-list --no-walk 030a1c50f2b785b1102128f0ffb048d726030487 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:58:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:58:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:58:05 ========================================================= 22:58:05 EdgeX Global Pipelines Version Info 22:58:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:58:05 ------------------- 22:58:05 stable info: 22:58:05 ------------------- 22:58:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:58:05 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 22:58:05 Message: update stable to v1.0.249 22:58:06 ------------------- 22:58:06 experimental info: 22:58:06 ------------------- 22:58:06 Commited By: **** collab-it+edgex@linuxfoundation.org 22:58:06 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 22:58:06 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:58:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:58:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:58:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d55cfd14756feee5759f983c7252b83ebf242d79 [Pipeline] echo 22:58:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d55cfd1 [Pipeline] echo 22:58:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:58:07 provisioning config files... 22:58:07 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4451494416760635431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:07 ---> docker-login.sh 22:58:07 nexus3.edgexfoundry.org:10001 22:58:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:07 Configure a credential helper to remove this warning. See 22:58:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:07 22:58:07 Login Succeeded 22:58:07 nexus3.edgexfoundry.org:10002 22:58:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:07 Configure a credential helper to remove this warning. See 22:58:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:07 22:58:07 Login Succeeded 22:58:07 nexus3.edgexfoundry.org:10003 22:58:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:07 Configure a credential helper to remove this warning. See 22:58:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:07 22:58:07 Login Succeeded 22:58:07 nexus3.edgexfoundry.org:10004 22:58:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:08 Configure a credential helper to remove this warning. See 22:58:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:08 22:58:08 Login Succeeded 22:58:08 docker.io 22:58:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:08 Configure a credential helper to remove this warning. See 22:58:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:08 22:58:08 Login Succeeded 22:58:08 ---> docker-login.sh ends [Pipeline] } 22:58:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:58:08 + git rev-list -1 --merges d55cfd14756feee5759f983c7252b83ebf242d79~1..d55cfd14756feee5759f983c7252b83ebf242d79 [Pipeline] echo 22:58:08 -----------> git rev-list -1 --merges d55cfd14756feee5759f983c7252b83ebf242d79~1..d55cfd14756feee5759f983c7252b83ebf242d79 d55cfd14756feee5759f983c7252b83ebf242d79 [false] [Pipeline] sh 22:58:09 + git log --format=format:%s -1 d55cfd14756feee5759f983c7252b83ebf242d79 [Pipeline] echo 22:58:09 ========================================================= 22:58:09 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:58:09 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:58:09 + git log --format=format:%s -1 d55cfd14756feee5759f983c7252b83ebf242d79 [Pipeline] echo 22:58:09 [semverPrep] GIT_COMMIT: d55cfd14756feee5759f983c7252b83ebf242d79, Commit Message: docs: Add main branch Warning (#405) [Pipeline] echo 22:58:09 [semverPrep] This is not a build commit. [Pipeline] sh 22:58:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:58:09 + grep -v github /etc/ssh/ssh_known_hosts 22:58:09 + [ -e /tmp/ssh_known_hosts ] 22:58:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:58:09 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:58:09 sudo tee -a /etc/ssh/ssh_known_hosts 22:58:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:58:10 22:58:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:58:10 0.1.4: Pulling from edgex-devops/py-git-semver 22:58:10 b85a868b505f: Pulling fs layer 22:58:10 e2be974225ed: Pulling fs layer 22:58:10 339a4e72a1f5: Pulling fs layer 22:58:10 988bab9f4d93: Pulling fs layer 22:58:10 1469e6f7b9e6: Pulling fs layer 22:58:10 eaf3925da568: Pulling fs layer 22:58:10 bab4dde63d76: Pulling fs layer 22:58:10 bde34c3a00c8: Pulling fs layer 22:58:10 b352a97aabf1: Pulling fs layer 22:58:10 4872d77fe225: Pulling fs layer 22:58:10 5851b861e8e6: Pulling fs layer 22:58:10 1469e6f7b9e6: Waiting 22:58:10 eaf3925da568: Waiting 22:58:10 988bab9f4d93: Waiting 22:58:10 bab4dde63d76: Waiting 22:58:10 bde34c3a00c8: Waiting 22:58:10 b352a97aabf1: Waiting 22:58:10 4872d77fe225: Waiting 22:58:10 5851b861e8e6: Waiting 22:58:10 e2be974225ed: Download complete 22:58:10 988bab9f4d93: Download complete 22:58:10 1469e6f7b9e6: Verifying Checksum 22:58:10 1469e6f7b9e6: Download complete 22:58:10 eaf3925da568: Download complete 22:58:10 339a4e72a1f5: Verifying Checksum 22:58:10 339a4e72a1f5: Download complete 22:58:10 bde34c3a00c8: Verifying Checksum 22:58:10 bde34c3a00c8: Download complete 22:58:10 b352a97aabf1: Verifying Checksum 22:58:10 b352a97aabf1: Download complete 22:58:10 4872d77fe225: Verifying Checksum 22:58:10 4872d77fe225: Download complete 22:58:10 5851b861e8e6: Download complete 22:58:11 b85a868b505f: Verifying Checksum 22:58:11 b85a868b505f: Download complete 22:58:11 bab4dde63d76: Verifying Checksum 22:58:11 bab4dde63d76: Download complete 22:58:12 b85a868b505f: Pull complete 22:58:12 e2be974225ed: Pull complete 22:58:12 339a4e72a1f5: Pull complete 22:58:12 988bab9f4d93: Pull complete 22:58:13 1469e6f7b9e6: Pull complete 22:58:13 eaf3925da568: Pull complete 22:58:14 bab4dde63d76: Pull complete 22:58:14 bde34c3a00c8: Pull complete 22:58:14 b352a97aabf1: Pull complete 22:58:14 4872d77fe225: Pull complete 22:58:14 5851b861e8e6: Pull complete 22:58:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:58:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:58:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:58:15 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 22:58:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:58:17 $ docker top 545bb50ef685097ca9adaa14a02fb692fd88814b82e81303e7ba3a65a63a5a0b -eo pid,comm 22:58:17 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). 22:58:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:58:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:58:17 [ssh-agent] Looking for ssh-agent implementation... 22:58:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:58:17 $ docker exec 545bb50ef685097ca9adaa14a02fb692fd88814b82e81303e7ba3a65a63a5a0b ssh-agent 22:58:17 SSH_AUTH_SOCK=/tmp/ssh-vjWMv8HdGBR6/agent.32 22:58:17 SSH_AGENT_PID=38 22:58:17 Running ssh-add (command line suppressed) 22:58:17 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6462793665470922869.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6462793665470922869.key) 22:58:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:58:18 + git tag --points-at HEAD [Pipeline] } 22:58:18 $ docker exec --env ******** --env ******** 545bb50ef685097ca9adaa14a02fb692fd88814b82e81303e7ba3a65a63a5a0b ssh-agent -k 22:58:18 unset SSH_AUTH_SOCK; 22:58:18 unset SSH_AGENT_PID; 22:58:18 echo Agent pid 38 killed; 22:58:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:58:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:58:18 [ssh-agent] Looking for ssh-agent implementation... 22:58:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:58:18 $ docker exec 545bb50ef685097ca9adaa14a02fb692fd88814b82e81303e7ba3a65a63a5a0b ssh-agent 22:58:18 SSH_AUTH_SOCK=/tmp/ssh-B8LwS8vKWxs7/agent.70 22:58:18 SSH_AGENT_PID=76 22:58:18 Running ssh-add (command line suppressed) 22:58:18 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9690679357400850082.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9690679357400850082.key) 22:58:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:58:19 + git semver init 22:58:19 2023-05-10 22:58:19,287 [run_init] DEBUG init version:0.0.0 force:False 22:58:19 2023-05-10 22:58:19,288 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 22:58:19 2023-05-10 22:58:19,288 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 22:58:19 2023-05-10 22:58:19,289 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 22:58:20 2023-05-10 22:58:20,374 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 22:58:20 2023-05-10 22:58:20,374 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 22:58:20 2023-05-10 22:58:20,375 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:58:20 2023-05-10 22:58:20,375 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:58:20 3.0.0-dev.45 [Pipeline] } 22:58:20 $ docker exec --env ******** --env ******** 545bb50ef685097ca9adaa14a02fb692fd88814b82e81303e7ba3a65a63a5a0b ssh-agent -k 22:58:20 unset SSH_AUTH_SOCK; 22:58:20 unset SSH_AGENT_PID; 22:58:20 echo Agent pid 76 killed; 22:58:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:58:21 + git semver [Pipeline] } 22:58:21 $ docker stop --time=1 545bb50ef685097ca9adaa14a02fb692fd88814b82e81303e7ba3a65a63a5a0b 22:58:22 $ docker rm -f --volumes 545bb50ef685097ca9adaa14a02fb692fd88814b82e81303e7ba3a65a63a5a0b [Pipeline] // withDockerContainer [Pipeline] sh 22:58:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:58:23 Stashed 1 file(s) [Pipeline] echo 22:58:23 [edgeXSemver]: initialized semver on version 3.0.0-dev.45 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:58:23 provisioning config files... 22:58:23 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14134397939926138458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:23 ---> docker-login.sh 22:58:23 nexus3.edgexfoundry.org:10001 22:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:23 Configure a credential helper to remove this warning. See 22:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:23 22:58:23 Login Succeeded 22:58:23 nexus3.edgexfoundry.org:10002 22:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:23 Configure a credential helper to remove this warning. See 22:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:23 22:58:23 Login Succeeded 22:58:23 nexus3.edgexfoundry.org:10003 22:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:24 Configure a credential helper to remove this warning. See 22:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:24 22:58:24 Login Succeeded 22:58:24 nexus3.edgexfoundry.org:10004 22:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:24 Configure a credential helper to remove this warning. See 22:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:24 22:58:24 Login Succeeded 22:58:24 docker.io 22:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:24 Configure a credential helper to remove this warning. See 22:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:24 22:58:24 Login Succeeded 22:58:24 ---> docker-login.sh ends [Pipeline] } 22:58:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:58:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:58:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:58:24 ========================================================= 22:58:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 22:58:24 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:24 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 22:58:24 Sending build context to Docker daemon 23.64MB 22:58:24 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 22:58:24 Step 2/12 : FROM ${BASE} AS builder 22:58:24 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 22:58:24 f56be85fc22e: Pulling fs layer 22:58:24 85791d961cd3: Pulling fs layer 22:58:24 d694b5ae8c79: Pulling fs layer 22:58:24 9f32a84ed3da: Pulling fs layer 22:58:24 4d19c01a9841: Pulling fs layer 22:58:24 9325e15d5711: Pulling fs layer 22:58:24 556b6ee489ea: Pulling fs layer 22:58:24 c5a4b2cf53e6: Pulling fs layer 22:58:24 9325e15d5711: Waiting 22:58:24 c5a4b2cf53e6: Waiting 22:58:24 9f32a84ed3da: Waiting 22:58:24 85791d961cd3: Download complete 22:58:24 9f32a84ed3da: Verifying Checksum 22:58:24 9f32a84ed3da: Download complete 22:58:24 4d19c01a9841: Verifying Checksum 22:58:24 4d19c01a9841: Download complete 22:58:24 f56be85fc22e: Verifying Checksum 22:58:24 f56be85fc22e: Download complete 22:58:24 9325e15d5711: Verifying Checksum 22:58:24 9325e15d5711: Download complete 22:58:24 f56be85fc22e: Pull complete 22:58:25 85791d961cd3: Pull complete 22:58:25 c5a4b2cf53e6: Verifying Checksum 22:58:25 c5a4b2cf53e6: Download complete 22:58:25 d694b5ae8c79: Verifying Checksum 22:58:25 d694b5ae8c79: Download complete 22:58:26 556b6ee489ea: Verifying Checksum 22:58:29 d694b5ae8c79: Pull complete 22:58:29 9f32a84ed3da: Pull complete 22:58:29 4d19c01a9841: Pull complete 22:58:29 9325e15d5711: Pull complete 22:58:31 556b6ee489ea: Pull complete 22:58:32 c5a4b2cf53e6: Pull complete 22:58:32 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 22:58:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:58:32 ---> c4be618373d6 22:58:32 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:58:36 ---> Running in 0b78aba5dac5 22:58:36 Removing intermediate container 0b78aba5dac5 22:58:36 ---> 158a5bc3554e 22:58:36 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:58:36 ---> Running in 5b40d77d03cb 22:58:36 Removing intermediate container 5b40d77d03cb 22:58:36 ---> 159263269333 22:58:36 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:58:36 ---> Running in d82d36f2561c 22:58:36 Removing intermediate container d82d36f2561c 22:58:36 ---> a1f78d05ffb5 22:58:36 Step 6/12 : WORKDIR /device-virtual-go 22:58:36 ---> Running in 69b0f09441ed 22:58:36 Removing intermediate container 69b0f09441ed 22:58:36 ---> bf889a53ae4d 22:58:36 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:58:36 ---> Running in e0670d5e07a3 22:58:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:58:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:58:37 (1/4) Installing openssh-keygen (9.1_p1-r2) 22:58:37 (2/4) Installing libedit (20221030.3.1-r0) 22:58:37 (3/4) Installing openssh-client-common (9.1_p1-r2) 22:58:37 (4/4) Installing openssh-client-default (9.1_p1-r2) 22:58:37 Executing busybox-1.35.0-r29.trigger 22:58:37 OK: 269 MiB in 57 packages 22:58:37 Removing intermediate container e0670d5e07a3 22:58:37 ---> 4dbe7ed723eb 22:58:37 Step 8/12 : COPY go.mod vendor* ./ 22:58:37 ---> 4cd45845507e 22:58:37 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:58:37 ---> Running in 8e790cde9679 22:58:38 Still waiting to schedule task 22:58:38 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 22:59:04 Removing intermediate container 8e790cde9679 22:59:04 ---> 1e9a37710c81 22:59:04 Step 10/12 : COPY . . 22:59:04 ---> 6bea4c7a42c6 22:59:04 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:59:04 ---> Running in 8bf0377ab5a8 22:59:04 Removing intermediate container 8bf0377ab5a8 22:59:04 ---> ec82454f1b78 22:59:04 Step 12/12 : RUN $MAKE 22:59:04 ---> Running in 12e918a98241 22:59:04 noop 22:59:04 Removing intermediate container 12e918a98241 22:59:04 ---> d40486332844 22:59:04 Successfully built d40486332844 22:59:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:04 + docker inspect -f . ci-base-image-x86_64 22:59:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:59:04 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 22:59:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:59:05 $ docker top 82c9f3409097c93360c4d1c65832e364ab372c9165ecdba4da915483469eaa24 -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:05 + go version 22:59:05 go version go1.20.2 linux/amd64 [Pipeline] } 22:59:05 $ docker stop --time=1 82c9f3409097c93360c4d1c65832e364ab372c9165ecdba4da915483469eaa24 22:59:06 $ docker rm -f --volumes 82c9f3409097c93360c4d1c65832e364ab372c9165ecdba4da915483469eaa24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:07 + docker inspect -f . ci-base-image-x86_64 22:59:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:59:07 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 22:59:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:59:07 $ docker top 0fe5381967d617c9b28dd2d7777a0abf38f4baae77204a3c3debd2b5737ea31c -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:08 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 22:59:08 + make test 22:59:08 go test ./... -coverprofile=coverage.out 22:59:13 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:59:23 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:59:23 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.018s coverage: 58.6% of statements 22:59:27 go vet ./... 22:59:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:59:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:59:31 ./bin/test-attribution-txt.sh [Pipeline] echo 22:59:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:59:31 $ docker stop --time=1 0fe5381967d617c9b28dd2d7777a0abf38f4baae77204a3c3debd2b5737ea31c 22:59:34 $ docker rm -f --volumes 0fe5381967d617c9b28dd2d7777a0abf38f4baae77204a3c3debd2b5737ea31c [Pipeline] // withDockerContainer [Pipeline] sh 22:59:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:59:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:59:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:59:35 + ls -al . 22:59:35 total 192 22:59:35 drwxrwxr-x 9 jenkins jenkins 4096 May 10 22:59 . 22:59:35 drwxrwxr-x 4 jenkins jenkins 4096 May 10 22:58 .. 22:59:35 drwxrwxr-x 8 jenkins jenkins 4096 May 10 22:58 .git 22:59:35 drwxrwxr-x 3 jenkins jenkins 4096 May 10 22:58 .github 22:59:35 -rw-rw-r-- 1 jenkins jenkins 337 May 10 22:58 .gitignore 22:59:35 -rw-rw-r-- 1 jenkins jenkins 41 May 10 22:58 .golangci.yml 22:59:35 drwxr-xr-x 3 jenkins jenkins 4096 May 10 22:58 .semver 22:59:35 -rw-rw-r-- 1 jenkins jenkins 8652 May 10 22:58 Attribution.txt 22:59:35 -rw-rw-r-- 1 jenkins jenkins 11367 May 10 22:58 CHANGELOG.md 22:59:35 -rw-rw-r-- 1 jenkins jenkins 1646 May 10 22:58 Dockerfile 22:59:35 -rw-rw-r-- 1 jenkins jenkins 677 May 10 22:58 GOVERNANCE.md 22:59:35 -rw-rw-r-- 1 jenkins jenkins 660 May 10 22:58 Jenkinsfile 22:59:35 -rw-rw-r-- 1 jenkins jenkins 11340 May 10 22:58 LICENSE 22:59:35 -rw-rw-r-- 1 jenkins jenkins 1696 May 10 22:58 Makefile 22:59:35 -rw-rw-r-- 1 jenkins jenkins 623 May 10 22:58 OWNERS.md 22:59:35 -rw-rw-r-- 1 jenkins jenkins 4087 May 10 22:58 README.md 22:59:35 -rw-rw-r-- 1 jenkins jenkins 12 May 10 22:58 VERSION 22:59:35 drwxrwxr-x 2 jenkins jenkins 4096 May 10 22:58 bin 22:59:35 drwxrwxr-x 3 jenkins jenkins 4096 May 10 22:58 cmd 22:59:35 -rw-r--r-- 1 jenkins jenkins 43063 May 10 22:59 coverage.out 22:59:35 -rw-rw-r-- 1 jenkins jenkins 3209 May 10 22:58 go.mod 22:59:35 -rw-rw-r-- 1 jenkins jenkins 30994 May 10 22:58 go.sum 22:59:35 drwxrwxr-x 3 jenkins jenkins 4096 May 10 22:58 internal 22:59:35 drwxrwxr-x 4 jenkins jenkins 4096 May 10 22:58 snap 22:59:35 -rw-rw-r-- 1 jenkins jenkins 235 May 10 22:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:35 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=d55cfd14756feee5759f983c7252b83ebf242d79 --label arch=amd64 --label version=3.0.0-dev.45 . 22:59:35 Sending build context to Docker daemon 23.68MB 22:59:35 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 22:59:35 Step 2/25 : FROM ${BASE} AS builder 22:59:35 ---> d40486332844 22:59:35 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:59:36 ---> Running in daacd03a3988 22:59:36 Removing intermediate container daacd03a3988 22:59:36 ---> 3b2e15d93fc7 22:59:36 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:59:36 ---> Running in 1ff15c14a32d 22:59:36 Removing intermediate container 1ff15c14a32d 22:59:36 ---> b419846a327d 22:59:36 Step 5/25 : ARG ADD_BUILD_TAGS="" 22:59:36 ---> Running in fa205f7d808b 22:59:36 Removing intermediate container fa205f7d808b 22:59:36 ---> fe5bdd148f88 22:59:36 Step 6/25 : WORKDIR /device-virtual-go 22:59:36 ---> Running in 64cd8f2e0853 22:59:36 Removing intermediate container 64cd8f2e0853 22:59:36 ---> 0df398cd3b94 22:59:36 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:59:36 ---> Running in 1d37b95d901b 22:59:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:59:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:59:37 OK: 269 MiB in 57 packages 22:59:37 Removing intermediate container 1d37b95d901b 22:59:37 ---> fc77167f9995 22:59:37 Step 8/25 : COPY go.mod vendor* ./ 22:59:37 ---> cfbbc527c888 22:59:37 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:59:37 ---> Running in 477b32fed942 22:59:38 Removing intermediate container 477b32fed942 22:59:38 ---> dfa3da6a199d 22:59:38 Step 10/25 : COPY . . 22:59:39 ---> 520d6930be5d 22:59:39 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:59:39 ---> Running in 349285c09144 22:59:39 Removing intermediate container 349285c09144 22:59:39 ---> ad638db2e4ce 22:59:39 Step 12/25 : RUN $MAKE 22:59:39 ---> Running in 6c3ffe078c1e 22:59:39 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.45" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 22:59:57 Removing intermediate container 6c3ffe078c1e 22:59:57 ---> b02898a7bbc1 22:59:57 Step 13/25 : FROM alpine:3.17 22:59:57 3.17: Pulling from library/alpine 22:59:57 f56be85fc22e: Already exists 22:59:57 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:59:57 Status: Downloaded newer image for alpine:3.17 22:59:57 ---> 9ed4aefc74f6 22:59:57 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:59:57 ---> Running in 79cdab688d50 22:59:57 Removing intermediate container 79cdab688d50 22:59:57 ---> 67d4f97b350a 22:59:57 Step 15/25 : RUN apk add --update --no-cache dumb-init 22:59:57 ---> Running in ee1c7b0258f5 22:59:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:59:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:59:57 (1/1) Installing dumb-init (1.2.5-r2) 22:59:57 Executing busybox-1.35.0-r29.trigger 22:59:57 OK: 7 MiB in 16 packages 22:59:59 Removing intermediate container ee1c7b0258f5 22:59:59 ---> 00423da78e00 22:59:59 Step 16/25 : WORKDIR / 22:59:59 ---> Running in 11bd6a4263b8 23:00:00 Removing intermediate container 11bd6a4263b8 23:00:00 ---> cf012014d84f 23:00:00 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 23:00:00 ---> 2c592f0d26f5 23:00:00 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 23:00:00 ---> 57b581640975 23:00:00 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 23:00:01 ---> b89dc611c9ca 23:00:01 Step 20/25 : EXPOSE 59900 23:00:01 ---> Running in cfd827a06429 23:00:01 Removing intermediate container cfd827a06429 23:00:01 ---> 2a1058234126 23:00:01 Step 21/25 : ENTRYPOINT ["/device-virtual"] 23:00:01 ---> Running in 646a29b5a198 23:00:01 Removing intermediate container 646a29b5a198 23:00:01 ---> 1eea35508a04 23:00:01 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 23:00:01 ---> Running in 6c9963a0783b 23:00:01 Removing intermediate container 6c9963a0783b 23:00:01 ---> b698628b8ac2 23:00:01 Step 23/25 : LABEL arch=amd64 23:00:01 ---> Running in 238802d1223e 23:00:01 Removing intermediate container 238802d1223e 23:00:01 ---> b48e54a7ddff 23:00:01 Step 24/25 : LABEL git_sha=d55cfd14756feee5759f983c7252b83ebf242d79 23:00:01 ---> Running in bb04e6480e66 23:00:01 Removing intermediate container bb04e6480e66 23:00:01 ---> 3af646cde362 23:00:01 Step 25/25 : LABEL version=3.0.0-dev.45 23:00:01 ---> Running in e78c0989efdc 23:00:01 Removing intermediate container e78c0989efdc 23:00:01 ---> bf5fa41719c5 23:00:01 [Warning] One or more build-args [ARCH] were not consumed 23:00:01 Successfully built bf5fa41719c5 23:00:01 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:00:02 provisioning config files... 23:00:02 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10365003718909726435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:00:02 ---> docker-login.sh 23:00:02 nexus3.edgexfoundry.org:10001 23:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:02 Configure a credential helper to remove this warning. See 23:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:02 23:00:02 Login Succeeded 23:00:02 nexus3.edgexfoundry.org:10002 23:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:02 Configure a credential helper to remove this warning. See 23:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:02 23:00:02 Login Succeeded 23:00:02 nexus3.edgexfoundry.org:10003 23:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:02 Configure a credential helper to remove this warning. See 23:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:02 23:00:02 Login Succeeded 23:00:02 nexus3.edgexfoundry.org:10004 23:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:02 Configure a credential helper to remove this warning. See 23:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:02 23:00:02 Login Succeeded 23:00:02 docker.io 23:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:04 Configure a credential helper to remove this warning. See 23:00:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:04 23:00:04 Login Succeeded 23:00:04 ---> docker-login.sh ends [Pipeline] } 23:00:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:00:04 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 23:00:04 d55cfd14756feee5759f983c7252b83ebf242d79 23:00:04 latest 23:00:04 3.0.0-dev.45 23:00:04 d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45 23:00:04 main 23:00:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:04 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:d55cfd14756feee5759f983c7252b83ebf242d79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:04 + docker push nexus3.edgexfoundry.org:10004/device-virtual:d55cfd14756feee5759f983c7252b83ebf242d79 23:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 23:00:04 c936914baa63: Preparing 23:00:04 6d8a86529be4: Preparing 23:00:04 3e6df597ffc7: Preparing 23:00:04 9dbc45fbc996: Preparing 23:00:04 f1417ff83b31: Preparing 23:00:04 f1417ff83b31: Layer already exists 23:00:04 3e6df597ffc7: Pushed 23:00:04 9dbc45fbc996: Pushed 23:00:04 6d8a86529be4: Pushed 23:00:07 c936914baa63: Pushed 23:00:07 d55cfd14756feee5759f983c7252b83ebf242d79: digest: sha256:2906e6d2a5a5620c89e9031b58eeb4596c1035b19a0a3440fc0d854a4ef805a7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:07 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:08 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 23:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 23:00:08 c936914baa63: Preparing 23:00:08 6d8a86529be4: Preparing 23:00:08 3e6df597ffc7: Preparing 23:00:08 9dbc45fbc996: Preparing 23:00:08 f1417ff83b31: Preparing 23:00:08 3e6df597ffc7: Layer already exists 23:00:08 f1417ff83b31: Layer already exists 23:00:08 c936914baa63: Layer already exists 23:00:08 9dbc45fbc996: Layer already exists 23:00:08 6d8a86529be4: Layer already exists 23:00:08 latest: digest: sha256:2906e6d2a5a5620c89e9031b58eeb4596c1035b19a0a3440fc0d854a4ef805a7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:08 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:08 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.45 23:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 23:00:08 c936914baa63: Preparing 23:00:08 6d8a86529be4: Preparing 23:00:08 3e6df597ffc7: Preparing 23:00:08 9dbc45fbc996: Preparing 23:00:08 f1417ff83b31: Preparing 23:00:08 9dbc45fbc996: Layer already exists 23:00:08 3e6df597ffc7: Layer already exists 23:00:08 c936914baa63: Layer already exists 23:00:08 f1417ff83b31: Layer already exists 23:00:08 6d8a86529be4: Layer already exists 23:00:08 3.0.0-dev.45: digest: sha256:2906e6d2a5a5620c89e9031b58eeb4596c1035b19a0a3440fc0d854a4ef805a7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:09 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual:d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45 23:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 23:00:09 c936914baa63: Preparing 23:00:09 6d8a86529be4: Preparing 23:00:09 3e6df597ffc7: Preparing 23:00:09 9dbc45fbc996: Preparing 23:00:09 f1417ff83b31: Preparing 23:00:09 3e6df597ffc7: Layer already exists 23:00:09 6d8a86529be4: Layer already exists 23:00:09 9dbc45fbc996: Layer already exists 23:00:09 c936914baa63: Layer already exists 23:00:09 f1417ff83b31: Layer already exists 23:00:09 d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45: digest: sha256:2906e6d2a5a5620c89e9031b58eeb4596c1035b19a0a3440fc0d854a4ef805a7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:09 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:10 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 23:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 23:00:10 c936914baa63: Preparing 23:00:10 6d8a86529be4: Preparing 23:00:10 3e6df597ffc7: Preparing 23:00:10 9dbc45fbc996: Preparing 23:00:10 f1417ff83b31: Preparing 23:00:10 9dbc45fbc996: Layer already exists 23:00:10 3e6df597ffc7: Layer already exists 23:00:10 6d8a86529be4: Layer already exists 23:00:10 f1417ff83b31: Layer already exists 23:00:10 c936914baa63: Layer already exists 23:00:10 main: digest: sha256:2906e6d2a5a5620c89e9031b58eeb4596c1035b19a0a3440fc0d854a4ef805a7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:10 ===================================================== [Pipeline] echo 23:00:10 taggedImages: 23:00:10 - nexus3.edgexfoundry.org:10004/device-virtual:d55cfd14756feee5759f983c7252b83ebf242d79 23:00:10 - nexus3.edgexfoundry.org:10004/device-virtual:latest 23:00:10 - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.45 23:00:10 - nexus3.edgexfoundry.org:10004/device-virtual:d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45 23:00:10 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // script [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 23:00:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:00:10 23:00:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:00:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:00:10 latest: Pulling from edgex-lftools-log-publisher 23:00:10 5eb5b503b376: Pulling fs layer 23:00:10 5c69ac0246d0: Pulling fs layer 23:00:10 ec43610c2a17: Pulling fs layer 23:00:10 3a2ae6a8a46f: Pulling fs layer 23:00:10 33b1e0a273af: Pulling fs layer 23:00:10 5d3b04190fa2: Pulling fs layer 23:00:10 2f39f015ded8: Pulling fs layer 23:00:10 33b1e0a273af: Waiting 23:00:10 5d3b04190fa2: Waiting 23:00:10 2f39f015ded8: Waiting 23:00:10 3a2ae6a8a46f: Waiting 23:00:11 5c69ac0246d0: Download complete 23:00:11 3a2ae6a8a46f: Download complete 23:00:11 33b1e0a273af: Verifying Checksum 23:00:11 33b1e0a273af: Download complete 23:00:11 ec43610c2a17: Download complete 23:00:11 5d3b04190fa2: Verifying Checksum 23:00:11 5d3b04190fa2: Download complete 23:00:11 5eb5b503b376: Verifying Checksum 23:00:11 5eb5b503b376: Download complete 23:00:12 2f39f015ded8: Download complete 23:00:12 5eb5b503b376: Pull complete 23:00:12 5c69ac0246d0: Pull complete 23:00:12 ec43610c2a17: Pull complete 23:00:12 3a2ae6a8a46f: Pull complete 23:00:13 33b1e0a273af: Pull complete 23:00:13 5d3b04190fa2: Pull complete 23:00:17 2f39f015ded8: Pull complete 23:00:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:00:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:00:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:00:17 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 23:00:17 $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:00:20 $ docker top ce2643808ab69e94c165fb05be8b255c0b88437a215ea95b75d99b663073fd72 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:00:20 ---> job-cost.sh 23:00:20 lf-activate-venv: SKIPPING 23:00:20 INFO: No Stack... 23:00:20 INFO: Retrieving Pricing Info for: v3-standard-8 23:00:20 INFO: Archiving Costs [Pipeline] sh 23:00:21 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 23:00:21 + cut -d, -f6 [Pipeline] lock 23:00:21 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-117-stack-cost] 23:00:21 Resource [jenkins-edgexfoundry-device-virtual-go-main-117-stack-cost] did not exist. Created. 23:00:21 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-117-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:00:21 + echo total: 0.2199999988079071 [Pipeline] stash 23:00:21 Stashed 1 file(s) [Pipeline] } 23:00:21 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-117-stack-cost] [Pipeline] // lock [Pipeline] } 23:00:21 $ docker stop --time=1 ce2643808ab69e94c165fb05be8b255c0b88437a215ea95b75d99b663073fd72 23:00:22 $ docker rm -f --volumes ce2643808ab69e94c165fb05be8b255c0b88437a215ea95b75d99b663073fd72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:13:11 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15116 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 23:13:11 Running in /w/workspace/device-virtual-go/117 [Pipeline] { [Pipeline] checkout 23:13:11 The recommended git tool is: git 23:13:18 using credential edgex-jenkins-ssh 23:13:18 Cloning the remote Git repository 23:13:18 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 23:13:18 > git init /w/workspace/device-virtual-go/117 # timeout=10 23:13:18 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 23:13:18 > git --version # timeout=10 23:13:18 > git --version # 'git version 2.25.1' 23:13:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:13:20 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 23:13:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:13:22 Avoid second fetch 23:13:22 Checking out Revision d55cfd14756feee5759f983c7252b83ebf242d79 (main) 23:13:22 Commit message: "docs: Add main branch Warning (#405)" 23:13:22 > git config core.sparsecheckout # timeout=10 23:13:22 > git checkout -f d55cfd14756feee5759f983c7252b83ebf242d79 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:13:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:13:23 % Total % Received % Xferd Average Speed Time Time Time Current 23:13:23 Dload Upload Total Spent Left Speed 23:13:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91078 0 --:--:-- --:--:-- --:--:-- 91733 [Pipeline] sh 23:13:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:13:24 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 23:13:24 sudo tee /etc/docker/daemon.new 23:13:24 { 23:13:24 "registry-mirrors": [ 23:13:24 "https://nexus3.edgexfoundry.org:10001" 23:13:24 ], 23:13:24 "bip": "10.250.0.254/24", 23:13:24 "hosts": [ 23:13:24 "tcp://0.0.0.0:5555", 23:13:24 "unix:///var/run/docker.sock" 23:13:24 ], 23:13:24 "mtu": 1458, 23:13:24 "selinux-enabled": true, 23:13:24 "seccomp-profile": "/etc/docker/seccomp.json" 23:13:24 } [Pipeline] sh 23:13:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:13:25 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:13:43 provisioning config files... 23:13:43 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/117@tmp/config1147329312433565657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:13:44 ---> docker-login.sh 23:13:44 nexus3.edgexfoundry.org:10001 23:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:45 Configure a credential helper to remove this warning. See 23:13:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:45 23:13:45 Login Succeeded 23:13:45 nexus3.edgexfoundry.org:10002 23:13:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:45 Configure a credential helper to remove this warning. See 23:13:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:45 23:13:45 Login Succeeded 23:13:45 nexus3.edgexfoundry.org:10003 23:13:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:45 Configure a credential helper to remove this warning. See 23:13:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:45 23:13:45 Login Succeeded 23:13:45 nexus3.edgexfoundry.org:10004 23:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:46 Configure a credential helper to remove this warning. See 23:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:46 23:13:46 Login Succeeded 23:13:46 docker.io 23:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:46 Configure a credential helper to remove this warning. See 23:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:46 23:13:46 Login Succeeded 23:13:46 ---> docker-login.sh ends [Pipeline] } 23:13:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:13:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:13:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:13:47 ========================================================= 23:13:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 23:13:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:13:47 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 23:13:47 Sending build context to Docker daemon 11.99MB 23:13:48 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 23:13:48 Step 2/12 : FROM ${BASE} AS builder 23:13:48 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:13:48 c41833b44d91: Pulling fs layer 23:13:48 ed15518f5707: Pulling fs layer 23:13:48 feae8fd75edb: Pulling fs layer 23:13:48 242c74f7c9fa: Pulling fs layer 23:13:48 3cdef696dda3: Pulling fs layer 23:13:48 2ced38df9373: Pulling fs layer 23:13:48 58f1dce35555: Pulling fs layer 23:13:48 3cdef696dda3: Waiting 23:13:48 2ced38df9373: Waiting 23:13:48 58f1dce35555: Waiting 23:13:48 242c74f7c9fa: Waiting 23:13:48 ed15518f5707: Verifying Checksum 23:13:48 ed15518f5707: Download complete 23:13:48 242c74f7c9fa: Download complete 23:13:48 3cdef696dda3: Verifying Checksum 23:13:48 3cdef696dda3: Download complete 23:13:48 c41833b44d91: Verifying Checksum 23:13:49 c41833b44d91: Pull complete 23:13:49 58f1dce35555: Verifying Checksum 23:13:49 58f1dce35555: Download complete 23:13:51 feae8fd75edb: Verifying Checksum 23:13:51 feae8fd75edb: Download complete 23:13:51 2ced38df9373: Verifying Checksum 23:13:51 2ced38df9373: Download complete 23:13:51 ed15518f5707: Pull complete 23:14:03 feae8fd75edb: Pull complete 23:14:03 242c74f7c9fa: Pull complete 23:14:03 3cdef696dda3: Pull complete 23:14:08 2ced38df9373: Pull complete 23:14:11 58f1dce35555: Pull complete 23:14:11 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 23:14:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 23:14:11 ---> fadd8f120f05 23:14:11 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 23:14:13 ---> Running in 8a93741d7c2b 23:14:13 Removing intermediate container 8a93741d7c2b 23:14:13 ---> e3f393145b89 23:14:13 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 23:14:13 ---> Running in 4686ec780490 23:14:14 Removing intermediate container 4686ec780490 23:14:14 ---> 52219b79b06d 23:14:14 Step 5/12 : ARG ADD_BUILD_TAGS="" 23:14:14 ---> Running in 90f37d836dac 23:14:14 Removing intermediate container 90f37d836dac 23:14:14 ---> 24e6813d60a1 23:14:14 Step 6/12 : WORKDIR /device-virtual-go 23:14:14 ---> Running in 21ed51fbea35 23:14:15 Removing intermediate container 21ed51fbea35 23:14:15 ---> 8a70fadc2a53 23:14:15 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:14:15 ---> Running in 8c4e01def2f4 23:14:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:14:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:14:18 (1/4) Installing openssh-keygen (9.1_p1-r2) 23:14:18 (2/4) Installing libedit (20221030.3.1-r0) 23:14:18 (3/4) Installing openssh-client-common (9.1_p1-r2) 23:14:18 (4/4) Installing openssh-client-default (9.1_p1-r2) 23:14:18 Executing busybox-1.35.0-r29.trigger 23:14:18 OK: 268 MiB in 57 packages 23:14:19 Removing intermediate container 8c4e01def2f4 23:14:19 ---> 2d146d9fefe6 23:14:19 Step 8/12 : COPY go.mod vendor* ./ 23:14:20 ---> c4800c5779b9 23:14:20 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:20 ---> Running in 3dac13deffee 23:15:28 Removing intermediate container 3dac13deffee 23:15:28 ---> cb3d806a970d 23:15:28 Step 10/12 : COPY . . 23:15:28 ---> 16c9f4401495 23:15:28 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:15:28 ---> Running in 45ee6c18bd68 23:15:28 Removing intermediate container 45ee6c18bd68 23:15:28 ---> 89d671fd16bd 23:15:28 Step 12/12 : RUN $MAKE 23:15:28 ---> Running in ad4a6b11542c 23:15:28 noop 23:15:28 Removing intermediate container ad4a6b11542c 23:15:28 ---> 0a02518222e4 23:15:28 Successfully built 0a02518222e4 23:15:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:15:28 + docker inspect -f . ci-base-image-arm64 23:15:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:15:29 prd-ubuntu20.04-docker-arm64-4c-16g-15116 does not seem to be running inside a container 23:15:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/117 -v /w/workspace/device-virtual-go/117:/w/workspace/device-virtual-go/117:rw,z -v /w/workspace/device-virtual-go/117@tmp:/w/workspace/device-virtual-go/117@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 23:15:30 $ docker top 99f797d626a4725f06cc9e773f1ec1913becc6d03375301f3bf3de5a967edb0f -eo pid,comm [Pipeline] { [Pipeline] sh 23:15:31 + go version 23:15:31 go version go1.20.2 linux/arm64 [Pipeline] } 23:15:31 $ docker stop --time=1 99f797d626a4725f06cc9e773f1ec1913becc6d03375301f3bf3de5a967edb0f 23:15:32 $ docker rm -f --volumes 99f797d626a4725f06cc9e773f1ec1913becc6d03375301f3bf3de5a967edb0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:15:33 + docker inspect -f . ci-base-image-arm64 23:15:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:15:33 prd-ubuntu20.04-docker-arm64-4c-16g-15116 does not seem to be running inside a container 23:15:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/117 -v /w/workspace/device-virtual-go/117:/w/workspace/device-virtual-go/117:rw,z -v /w/workspace/device-virtual-go/117@tmp:/w/workspace/device-virtual-go/117@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 23:15:35 $ docker top 4f62a45eec5a9c9e6b38b4bb476ebafe86bd18af4e3a7d7b358820d91c7eecc7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:15:35 + git config --global --add safe.directory /w/workspace/device-virtual-go/117 [Pipeline] fileExists [Pipeline] sh 23:15:36 + make test 23:15:36 go test ./... -coverprofile=coverage.out 23:16:15 ? github.com/edgexfoundry/device-virtual-go [no test files] 23:18:22 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 23:18:22 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.100s coverage: 58.4% of statements 23:18:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 23:18:22 go vet ./... 23:18:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:18:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:18:40 ./bin/test-attribution-txt.sh [Pipeline] echo 23:18:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:18:40 $ docker stop --time=1 4f62a45eec5a9c9e6b38b4bb476ebafe86bd18af4e3a7d7b358820d91c7eecc7 23:18:42 $ docker rm -f --volumes 4f62a45eec5a9c9e6b38b4bb476ebafe86bd18af4e3a7d7b358820d91c7eecc7 [Pipeline] // withDockerContainer [Pipeline] sh 23:18:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:18:43 Warning: overwriting stash ‘coverage-report’ 23:18:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:18:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:18:45 + ls -al . 23:18:45 total 188 23:18:45 drwxrwxr-x 8 jenkins jenkins 4096 May 10 23:15 . 23:18:45 drwxrwxr-x 4 jenkins jenkins 4096 May 10 23:13 .. 23:18:45 drwxrwxr-x 8 jenkins jenkins 4096 May 10 23:13 .git 23:18:45 drwxrwxr-x 3 jenkins jenkins 4096 May 10 23:13 .github 23:18:45 -rw-rw-r-- 1 jenkins jenkins 337 May 10 23:13 .gitignore 23:18:45 -rw-rw-r-- 1 jenkins jenkins 41 May 10 23:13 .golangci.yml 23:18:45 -rw-rw-r-- 1 jenkins jenkins 8652 May 10 23:13 Attribution.txt 23:18:45 -rw-rw-r-- 1 jenkins jenkins 11367 May 10 23:13 CHANGELOG.md 23:18:45 -rw-rw-r-- 1 jenkins jenkins 1646 May 10 23:13 Dockerfile 23:18:45 -rw-rw-r-- 1 jenkins jenkins 677 May 10 23:13 GOVERNANCE.md 23:18:45 -rw-rw-r-- 1 jenkins jenkins 660 May 10 23:13 Jenkinsfile 23:18:45 -rw-rw-r-- 1 jenkins jenkins 11340 May 10 23:13 LICENSE 23:18:45 -rw-rw-r-- 1 jenkins jenkins 1696 May 10 23:13 Makefile 23:18:45 -rw-rw-r-- 1 jenkins jenkins 623 May 10 23:13 OWNERS.md 23:18:45 -rw-rw-r-- 1 jenkins jenkins 4087 May 10 23:13 README.md 23:18:45 -rw-rw-r-- 1 jenkins jenkins 12 May 10 22:58 VERSION 23:18:45 drwxrwxr-x 2 jenkins jenkins 4096 May 10 23:13 bin 23:18:45 drwxrwxr-x 3 jenkins jenkins 4096 May 10 23:13 cmd 23:18:45 -rw-r--r-- 1 jenkins jenkins 43063 May 10 23:18 coverage.out 23:18:45 -rw-rw-r-- 1 jenkins jenkins 3209 May 10 23:13 go.mod 23:18:45 -rw-rw-r-- 1 jenkins jenkins 30994 May 10 23:13 go.sum 23:18:45 drwxrwxr-x 3 jenkins jenkins 4096 May 10 23:13 internal 23:18:45 drwxrwxr-x 4 jenkins jenkins 4096 May 10 23:13 snap 23:18:45 -rw-rw-r-- 1 jenkins jenkins 235 May 10 23:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:45 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d55cfd14756feee5759f983c7252b83ebf242d79 --label arch=arm64 --label version=3.0.0-dev.45 . 23:18:46 Sending build context to Docker daemon 12.03MB 23:18:46 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 23:18:46 Step 2/25 : FROM ${BASE} AS builder 23:18:46 ---> 0a02518222e4 23:18:46 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 23:18:46 ---> Running in da8929ae34bc 23:18:46 Removing intermediate container da8929ae34bc 23:18:46 ---> e3a9805bed11 23:18:46 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 23:18:46 ---> Running in 518681d65596 23:18:47 Removing intermediate container 518681d65596 23:18:47 ---> 613352d8e33e 23:18:47 Step 5/25 : ARG ADD_BUILD_TAGS="" 23:18:47 ---> Running in cf947050754c 23:18:47 Removing intermediate container cf947050754c 23:18:47 ---> ad979bfa7e45 23:18:47 Step 6/25 : WORKDIR /device-virtual-go 23:18:47 ---> Running in 3d46839baafe 23:18:47 Removing intermediate container 3d46839baafe 23:18:47 ---> 2b29fc03884c 23:18:47 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:18:47 ---> Running in f9234e3d123a 23:18:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:18:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:18:50 OK: 268 MiB in 57 packages 23:18:51 Removing intermediate container f9234e3d123a 23:18:51 ---> 0f12aafbbd17 23:18:51 Step 8/25 : COPY go.mod vendor* ./ 23:18:52 ---> 6e825b64c70f 23:18:52 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:18:52 ---> Running in 5eaf5d34a611 23:18:57 Removing intermediate container 5eaf5d34a611 23:18:57 ---> f91c34150d07 23:18:57 Step 10/25 : COPY . . 23:18:58 ---> 71f11994b759 23:18:58 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:18:58 ---> Running in 9cea3dfde174 23:18:59 Removing intermediate container 9cea3dfde174 23:18:59 ---> 5fc38190e07b 23:18:59 Step 12/25 : RUN $MAKE 23:18:59 ---> Running in 747501a4f5a9 23:19:00 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.45" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 23:21:21 Removing intermediate container 747501a4f5a9 23:21:21 ---> 49d77ba99415 23:21:21 Step 13/25 : FROM alpine:3.17 23:21:22 3.17: Pulling from library/alpine 23:21:22 c41833b44d91: Already exists 23:21:22 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 23:21:22 Status: Downloaded newer image for alpine:3.17 23:21:22 ---> 51e60588ff2c 23:21:22 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 23:21:22 ---> Running in e2199bf62aea 23:21:22 Removing intermediate container e2199bf62aea 23:21:22 ---> c0bd090fda2f 23:21:22 Step 15/25 : RUN apk add --update --no-cache dumb-init 23:21:23 ---> Running in 2085167a75a0 23:21:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:21:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:21:26 (1/1) Installing dumb-init (1.2.5-r2) 23:21:26 Executing busybox-1.35.0-r29.trigger 23:21:26 OK: 8 MiB in 16 packages 23:21:27 Removing intermediate container 2085167a75a0 23:21:27 ---> ffd6cbf62fda 23:21:27 Step 16/25 : WORKDIR / 23:21:27 ---> Running in d921ef29e7c0 23:21:27 Removing intermediate container d921ef29e7c0 23:21:27 ---> 1192784cfc0e 23:21:27 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 23:21:27 ---> 22588834df96 23:21:27 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 23:21:28 ---> 0417873df3cd 23:21:28 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 23:21:30 ---> 4ae31f704bd3 23:21:30 Step 20/25 : EXPOSE 59900 23:21:30 ---> Running in df8c83143386 23:21:30 Removing intermediate container df8c83143386 23:21:30 ---> 718e8ec76c50 23:21:30 Step 21/25 : ENTRYPOINT ["/device-virtual"] 23:21:30 ---> Running in f71597af8bdd 23:21:30 Removing intermediate container f71597af8bdd 23:21:30 ---> 812db5482b2f 23:21:30 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 23:21:30 ---> Running in 28952d05957c 23:21:31 Removing intermediate container 28952d05957c 23:21:31 ---> 6caf76c76935 23:21:31 Step 23/25 : LABEL arch=arm64 23:21:31 ---> Running in 16f58d4fca6e 23:21:31 Removing intermediate container 16f58d4fca6e 23:21:31 ---> 1a80effedd9d 23:21:31 Step 24/25 : LABEL git_sha=d55cfd14756feee5759f983c7252b83ebf242d79 23:21:31 ---> Running in 456a944e8275 23:21:31 Removing intermediate container 456a944e8275 23:21:31 ---> 857b2373b891 23:21:31 Step 25/25 : LABEL version=3.0.0-dev.45 23:21:31 ---> Running in 01949fc3f82e 23:21:32 Removing intermediate container 01949fc3f82e 23:21:32 ---> 055da77ecb64 23:21:32 [Warning] One or more build-args [ARCH] were not consumed 23:21:32 Successfully built 055da77ecb64 23:21:32 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:21:32 provisioning config files... 23:21:32 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/117@tmp/config2869227149455514057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:21:32 ---> docker-login.sh 23:21:32 nexus3.edgexfoundry.org:10001 23:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:32 Configure a credential helper to remove this warning. See 23:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:32 23:21:32 Login Succeeded 23:21:32 nexus3.edgexfoundry.org:10002 23:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:33 Configure a credential helper to remove this warning. See 23:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:33 23:21:33 Login Succeeded 23:21:33 nexus3.edgexfoundry.org:10003 23:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:33 Configure a credential helper to remove this warning. See 23:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:33 23:21:33 Login Succeeded 23:21:33 nexus3.edgexfoundry.org:10004 23:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:34 Configure a credential helper to remove this warning. See 23:21:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:34 23:21:34 Login Succeeded 23:21:34 docker.io 23:21:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:34 Configure a credential helper to remove this warning. See 23:21:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:34 23:21:34 Login Succeeded 23:21:34 ---> docker-login.sh ends [Pipeline] } 23:21:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:21:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:21:34 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 23:21:34 d55cfd14756feee5759f983c7252b83ebf242d79 23:21:34 latest 23:21:34 3.0.0-dev.45 23:21:34 d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45 23:21:34 main 23:21:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:35 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:d55cfd14756feee5759f983c7252b83ebf242d79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:35 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:d55cfd14756feee5759f983c7252b83ebf242d79 23:21:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 23:21:35 a37e7505e0a9: Preparing 23:21:35 2051d68076af: Preparing 23:21:35 893f412d3916: Preparing 23:21:35 e41aab25969a: Preparing 23:21:35 26cbea5cba74: Preparing 23:21:35 26cbea5cba74: Layer already exists 23:21:35 893f412d3916: Pushed 23:21:35 2051d68076af: Pushed 23:21:35 e41aab25969a: Pushed 23:21:41 a37e7505e0a9: Pushed 23:21:41 d55cfd14756feee5759f983c7252b83ebf242d79: digest: sha256:1cf683d9bbd126389585b178a95711ddbbdcdf263a031fbd574c76ac19bea309 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:41 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:41 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 23:21:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 23:21:41 a37e7505e0a9: Preparing 23:21:41 2051d68076af: Preparing 23:21:41 893f412d3916: Preparing 23:21:41 e41aab25969a: Preparing 23:21:41 26cbea5cba74: Preparing 23:21:41 2051d68076af: Layer already exists 23:21:41 a37e7505e0a9: Layer already exists 23:21:41 26cbea5cba74: Layer already exists 23:21:41 893f412d3916: Layer already exists 23:21:41 e41aab25969a: Layer already exists 23:21:42 latest: digest: sha256:1cf683d9bbd126389585b178a95711ddbbdcdf263a031fbd574c76ac19bea309 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:42 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:42 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.45 23:21:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 23:21:42 a37e7505e0a9: Preparing 23:21:42 2051d68076af: Preparing 23:21:42 893f412d3916: Preparing 23:21:42 e41aab25969a: Preparing 23:21:42 26cbea5cba74: Preparing 23:21:42 893f412d3916: Layer already exists 23:21:42 2051d68076af: Layer already exists 23:21:42 26cbea5cba74: Layer already exists 23:21:42 a37e7505e0a9: Layer already exists 23:21:42 e41aab25969a: Layer already exists 23:21:42 3.0.0-dev.45: digest: sha256:1cf683d9bbd126389585b178a95711ddbbdcdf263a031fbd574c76ac19bea309 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:43 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:43 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45 23:21:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 23:21:43 a37e7505e0a9: Preparing 23:21:43 2051d68076af: Preparing 23:21:43 893f412d3916: Preparing 23:21:43 e41aab25969a: Preparing 23:21:43 26cbea5cba74: Preparing 23:21:43 2051d68076af: Layer already exists 23:21:43 e41aab25969a: Layer already exists 23:21:43 a37e7505e0a9: Layer already exists 23:21:43 893f412d3916: Layer already exists 23:21:43 26cbea5cba74: Layer already exists 23:21:43 d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45: digest: sha256:1cf683d9bbd126389585b178a95711ddbbdcdf263a031fbd574c76ac19bea309 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:43 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:44 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 23:21:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 23:21:44 a37e7505e0a9: Preparing 23:21:44 2051d68076af: Preparing 23:21:44 893f412d3916: Preparing 23:21:44 e41aab25969a: Preparing 23:21:44 26cbea5cba74: Preparing 23:21:44 26cbea5cba74: Layer already exists 23:21:44 2051d68076af: Layer already exists 23:21:44 e41aab25969a: Layer already exists 23:21:44 893f412d3916: Layer already exists 23:21:44 a37e7505e0a9: Layer already exists 23:21:44 main: digest: sha256:1cf683d9bbd126389585b178a95711ddbbdcdf263a031fbd574c76ac19bea309 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:21:44 ===================================================== [Pipeline] echo 23:21:44 taggedImages: 23:21:44 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:d55cfd14756feee5759f983c7252b83ebf242d79 23:21:44 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 23:21:44 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.45 23:21:44 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:d55cfd14756feee5759f983c7252b83ebf242d79-3.0.0-dev.45 23:21:44 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:21:44 23:21:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:21:45 arm64: Pulling from edgex-lftools-log-publisher 23:21:45 8998bd30e6a1: Pulling fs layer 23:21:45 04944245beec: Pulling fs layer 23:21:45 699f458cf7ca: Pulling fs layer 23:21:45 765212b225bb: Pulling fs layer 23:21:45 f23df028b6ca: Pulling fs layer 23:21:45 d65c8cfc05b1: Pulling fs layer 23:21:45 2437ff75d9bd: Pulling fs layer 23:21:45 765212b225bb: Waiting 23:21:45 f23df028b6ca: Waiting 23:21:45 d65c8cfc05b1: Waiting 23:21:45 2437ff75d9bd: Waiting 23:21:45 04944245beec: Verifying Checksum 23:21:45 04944245beec: Download complete 23:21:45 765212b225bb: Verifying Checksum 23:21:45 765212b225bb: Download complete 23:21:45 f23df028b6ca: Verifying Checksum 23:21:45 f23df028b6ca: Download complete 23:21:45 d65c8cfc05b1: Verifying Checksum 23:21:45 d65c8cfc05b1: Download complete 23:21:45 699f458cf7ca: Verifying Checksum 23:21:45 699f458cf7ca: Download complete 23:21:46 8998bd30e6a1: Download complete 23:21:48 2437ff75d9bd: Verifying Checksum 23:21:48 2437ff75d9bd: Download complete 23:21:50 8998bd30e6a1: Pull complete 23:21:50 04944245beec: Pull complete 23:21:51 699f458cf7ca: Pull complete 23:21:51 765212b225bb: Pull complete 23:21:52 f23df028b6ca: Pull complete 23:21:52 d65c8cfc05b1: Pull complete 23:22:07 2437ff75d9bd: Pull complete 23:22:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:22:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:22:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:22:07 prd-ubuntu20.04-docker-arm64-4c-16g-15116 does not seem to be running inside a container 23:22:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/117 -v /w/workspace/device-virtual-go/117:/w/workspace/device-virtual-go/117:rw,z -v /w/workspace/device-virtual-go/117@tmp:/w/workspace/device-virtual-go/117@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 23:22:10 $ docker top 01ec5571917cf6f79f29b21818a6bcfd8147a7f7fd5bd0784ab8bce5cebc11ed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:22:11 ---> job-cost.sh 23:22:11 lf-activate-venv: SKIPPING 23:22:11 INFO: No Stack... 23:22:11 INFO: Retrieving Pricing Info for: v3-standard-4 23:22:12 INFO: Archiving Costs [Pipeline] sh 23:22:13 + cat /w/workspace/device-virtual-go/117/archives/cost.csv 23:22:13 + cut -d, -f6 [Pipeline] lock 23:22:13 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-117-stack-cost] 23:22:13 Resource [jenkins-edgexfoundry-device-virtual-go-main-117-stack-cost] did not exist. Created. 23:22:13 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-117-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:22:14 /w/workspace/device-virtual-go/117@tmp/durable-627d33c0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:22:14 + echo total: 0.10999999940395355 [Pipeline] stash 23:22:14 Warning: overwriting stash ‘stack-cost’ 23:22:14 Stashed 1 file(s) [Pipeline] } 23:22:14 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-117-stack-cost] [Pipeline] // lock [Pipeline] } 23:22:14 $ docker stop --time=1 01ec5571917cf6f79f29b21818a6bcfd8147a7f7fd5bd0784ab8bce5cebc11ed 23:22:18 $ docker rm -f --volumes 01ec5571917cf6f79f29b21818a6bcfd8147a7f7fd5bd0784ab8bce5cebc11ed [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 23:22:18 provisioning config files... 23:22:18 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15361713670025140262tmp [Pipeline] { [Pipeline] sh 23:22:18 + set +x 23:22:18 + curl -s https://codecov.io/bash 23:22:18 + bash -s -- 23:22:18 23:22:18 _____ _ 23:22:18 / ____| | | 23:22:18 | | ___ __| | ___ ___ _____ __ 23:22:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:22:18 | |___| (_) | (_| | __/ (_| (_) \ V / 23:22:18 \_____\___/ \__,_|\___|\___\___/ \_/ 23:22:18 Bash-1.0.6 23:22:18 23:22:18 23:22:18 ==> git version 2.25.1 found 23:22:18 ==> 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 23:22:18 Release-Date: 2020-01-08 23:22:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:22:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:22:18 ==> Jenkins CI detected. 23:22:18 current dir:  /w/workspace/exfoundry_device-virtual-go_main 23:22:18 project root: . 23:22:18 --> token set from env 23:22:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:22:18 ==> Running gcov in . (disable via -X gcov) 23:22:18 ==> Python coveragepy not found 23:22:18 ==> Searching for coverage reports in: 23:22:18 + . 23:22:18 -> Found 1 reports 23:22:18 ==> Detecting git/mercurial file structure 23:22:18 ==> Reading reports 23:22:18 + ./coverage.out bytes=43063 23:22:18 ==> Appending adjustments 23:22:18 https://docs.codecov.io/docs/fixing-reports 23:22:19 + Found adjustments 23:22:19 ==> Gzipping contents 23:22:19 8.0K /tmp/codecov.72296D.gz 23:22:19 ==> Uploading reports 23:22:19 url: https://codecov.io 23:22:19 query: branch=main&commit=d55cfd14756feee5759f983c7252b83ebf242d79&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F117%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:22:19 -> Pinging Codecov 23:22:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=main&commit=d55cfd14756feee5759f983c7252b83ebf242d79&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F117%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:22:19 -> Uploading to 23:22:19 https://storage.googleapis.com/codecov/v4/raw/2023-05-10/5E52B4B073DB2E39498172D8E973AA87/d55cfd14756feee5759f983c7252b83ebf242d79/df78da9e-61e0-40e2-bb78-c78c331646c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230510T232219Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f42c4ae3236aa7ec8bb7368f3ed9db9db6d5c44b540ba5f5763ff0b6d4846a24 23:22:19 % Total % Received % Xferd Average Speed Time Time Time Current 23:22:19 Dload Upload Total Spent Left Speed 23:22:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 23779 --:--:-- --:--:-- --:--:-- 23779 23:22:19 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/d55cfd14756feee5759f983c7252b83ebf242d79 [Pipeline] } 23:22:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:22:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:22:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:22:19 23:22:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:22:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:22:20 df9b9388f04a: Pulling fs layer 23:22:20 52dc419b0ee2: Pulling fs layer 23:22:20 25bc292e5bac: Pulling fs layer 23:22:20 114826534d7a: Pulling fs layer 23:22:20 4657fd5d0bcf: Pulling fs layer 23:22:20 6ad1cebc031e: Pulling fs layer 23:22:20 8a3aa393b2d8: Pulling fs layer 23:22:20 114826534d7a: Waiting 23:22:20 4657fd5d0bcf: Waiting 23:22:20 6ad1cebc031e: Waiting 23:22:20 8a3aa393b2d8: Waiting 23:22:20 25bc292e5bac: Download complete 23:22:20 52dc419b0ee2: Verifying Checksum 23:22:20 52dc419b0ee2: Download complete 23:22:20 4657fd5d0bcf: Verifying Checksum 23:22:20 4657fd5d0bcf: Download complete 23:22:20 df9b9388f04a: Download complete 23:22:20 df9b9388f04a: Pull complete 23:22:20 52dc419b0ee2: Pull complete 23:22:20 25bc292e5bac: Pull complete 23:22:20 6ad1cebc031e: Download complete 23:22:21 114826534d7a: Verifying Checksum 23:22:21 114826534d7a: Download complete 23:22:21 8a3aa393b2d8: Verifying Checksum 23:22:21 8a3aa393b2d8: Download complete 23:22:24 114826534d7a: Pull complete 23:22:24 4657fd5d0bcf: Pull complete 23:22:24 6ad1cebc031e: Pull complete 23:22:27 8a3aa393b2d8: Pull complete 23:22:27 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 23:22:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:22:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:22:27 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 23:22:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:22:29 $ docker top d4f5ce2638a5f4223d76791c35302a70cda4db5b36f92d7a2753f36d194c727b -eo pid,comm [Pipeline] { [Pipeline] echo 23:22:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 23:22:30 + set -o pipefail 23:22:30 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 23:22:35 23:22:35 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 23:22:35 23:22:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/4c36528c-cf4d-47c1-9f33-968bbc919deb 23:22:35 23:22:35 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:22:35 23:22:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:22:35 23:22:36 23:22:36 A medium severity vulnerability was found in the Snyk CLI versions you are using. 23:22:36 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 23:22:36 More details here: https://snyk.co/ue1NS 23:22:36 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 23:22:36 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:22:36 $ docker stop --time=1 d4f5ce2638a5f4223d76791c35302a70cda4db5b36f92d7a2753f36d194c727b 23:22:38 $ docker rm -f --volumes d4f5ce2638a5f4223d76791c35302a70cda4db5b36f92d7a2753f36d194c727b [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 23:22:39 + git log --format=format:%s -1 d55cfd14756feee5759f983c7252b83ebf242d79 [Pipeline] sh 23:22:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:22:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:22:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:22:40 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 23:22:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:22:40 $ docker top c1ef8f654912b9e1be6f37906c3cb51e683c73602142ae7d780b6885537937f0 -eo pid,comm 23:22:40 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). 23:22:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:22:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:22:40 [ssh-agent] Looking for ssh-agent implementation... 23:22:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:22:40 $ docker exec c1ef8f654912b9e1be6f37906c3cb51e683c73602142ae7d780b6885537937f0 ssh-agent 23:22:40 SSH_AUTH_SOCK=/tmp/ssh-vbc7GR8u5Cmd/agent.32 23:22:40 SSH_AGENT_PID=38 23:22:40 Running ssh-add (command line suppressed) 23:22:40 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_607685368791108385.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_607685368791108385.key) 23:22:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:22:41 + git semver tag 23:22:41 2023-05-10 23:22:41,329 [run_tag] DEBUG tag force:False 23:22:41 2023-05-10 23:22:41,329 [check_head_tag] DEBUG check head tag 23:22:41 2023-05-10 23:22:41,331 [execute] INFO git cat-file --batch-check 23:22:41 2023-05-10 23:22:41,331 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 23:22:41 2023-05-10 23:22:41,334 [execute] INFO git cat-file --batch 23:22:41 2023-05-10 23:22:41,335 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 23:22:41 2023-05-10 23:22:41,356 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 23:22:41 2023-05-10 23:22:41,356 [execute] INFO git tag -a v3.0.0-dev.45 -m v3.0.0-dev.45 23:22:41 2023-05-10 23:22:41,356 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.45', '-m', 'v3.0.0-dev.45'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 23:22:41 2023-05-10 23:22:41,361 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 23:22:41 3.0.0-dev.45 [Pipeline] } 23:22:41 $ docker exec --env ******** --env ******** c1ef8f654912b9e1be6f37906c3cb51e683c73602142ae7d780b6885537937f0 ssh-agent -k 23:22:41 unset SSH_AUTH_SOCK; 23:22:41 unset SSH_AGENT_PID; 23:22:41 echo Agent pid 38 killed; 23:22:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:22:41 + git semver [Pipeline] } 23:22:42 $ docker stop --time=1 c1ef8f654912b9e1be6f37906c3cb51e683c73602142ae7d780b6885537937f0 23:22:43 $ docker rm -f --volumes c1ef8f654912b9e1be6f37906c3cb51e683c73602142ae7d780b6885537937f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:22:43 23:22:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:22:44 0.23.1-centos7: Pulling from edgex-lftools 23:22:44 ab5ef0e58194: Pulling fs layer 23:22:44 9712f1f96733: Pulling fs layer 23:22:44 63f879dbbcfc: Pulling fs layer 23:22:44 0d9ebad4ef96: Pulling fs layer 23:22:44 e9a5061849ea: Pulling fs layer 23:22:44 d747dcd14b5f: Pulling fs layer 23:22:44 2de7ff778b66: Pulling fs layer 23:22:44 0d9ebad4ef96: Waiting 23:22:44 e9a5061849ea: Waiting 23:22:44 2de7ff778b66: Waiting 23:22:44 d747dcd14b5f: Waiting 23:22:44 9712f1f96733: Verifying Checksum 23:22:44 9712f1f96733: Download complete 23:22:44 63f879dbbcfc: Verifying Checksum 23:22:44 63f879dbbcfc: Download complete 23:22:44 0d9ebad4ef96: Verifying Checksum 23:22:44 0d9ebad4ef96: Download complete 23:22:44 d747dcd14b5f: Verifying Checksum 23:22:44 d747dcd14b5f: Download complete 23:22:44 e9a5061849ea: Verifying Checksum 23:22:44 e9a5061849ea: Download complete 23:22:44 ab5ef0e58194: Verifying Checksum 23:22:44 ab5ef0e58194: Download complete 23:22:44 2de7ff778b66: Verifying Checksum 23:22:44 2de7ff778b66: Download complete 23:22:47 ab5ef0e58194: Pull complete 23:22:47 9712f1f96733: Pull complete 23:22:47 63f879dbbcfc: Pull complete 23:22:50 0d9ebad4ef96: Pull complete 23:22:51 e9a5061849ea: Pull complete 23:22:51 d747dcd14b5f: Pull complete 23:22:52 2de7ff778b66: Pull complete 23:22:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:22:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:22:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:22:52 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 23:22:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:22:55 $ docker top 838137a12f378788c8087f8d7ca4e3ca38cc42f3003eb6b14e18b6aafa9ed0d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:22:55 provisioning config files... 23:22:55 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1194913107394546384tmp 23:22:55 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12551875649232843872tmp 23:22:55 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15272717576618183824tmp [Pipeline] { [Pipeline] echo 23:22:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:22:56 ---> sigul-configuration.sh 23:22:56 gpg: directory `/root/.gnupg' created 23:22:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:22:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:22:56 gpg: keyring `/root/.gnupg/secring.gpg' created 23:22:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:22:56 gpg: CAST5 encrypted data 23:22:56 gpg: encrypted with 1 passphrase 23:22:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:22:56 + mkdir /home/jenkins 23:22:56 + mkdir /home/jenkins/sigul [Pipeline] sh 23:22:56 + 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 23:22:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:22:57 ---> sigul-install.sh 23:22:57 Sigul already installed; skipping installation. [Pipeline] sh 23:22:57 + git tag --list 23:22:57 v1.0.0 23:22:57 v1.1.0 23:22:57 v1.1.1 23:22:57 v1.2.1 23:22:57 v1.2.2 23:22:57 v1.2.3 23:22:57 v1.3.0 23:22:57 v1.3.1 23:22:57 v2.0.0 23:22:57 v2.1.0 23:22:57 v2.1.1 23:22:57 v2.1.1-dev.1 23:22:57 v2.1.1-dev.2 23:22:57 v2.2.0 23:22:57 v2.2.1-dev.1 23:22:57 v2.2.1-dev.2 23:22:57 v2.2.1-dev.3 23:22:57 v2.2.1-dev.4 23:22:57 v2.2.1-dev.5 23:22:57 v2.2.1-dev.6 23:22:57 v2.2.1-dev.7 23:22:57 v2.2.1-dev.8 23:22:57 v2.3.0 23:22:57 v2.3.0-dev.10 23:22:57 v2.3.0-dev.11 23:22:57 v2.3.0-dev.12 23:22:57 v2.3.0-dev.13 23:22:57 v2.3.0-dev.14 23:22:57 v2.3.0-dev.15 23:22:57 v2.3.0-dev.16 23:22:57 v2.3.0-dev.17 23:22:57 v2.3.0-dev.18 23:22:57 v2.3.0-dev.19 23:22:57 v2.3.0-dev.20 23:22:57 v2.3.0-dev.21 23:22:57 v2.3.0-dev.22 23:22:57 v2.3.0-dev.23 23:22:57 v2.3.0-dev.24 23:22:57 v2.3.0-dev.25 23:22:57 v2.3.0-dev.26 23:22:57 v2.3.0-dev.27 23:22:57 v2.3.0-dev.28 23:22:57 v2.3.0-dev.29 23:22:57 v2.3.0-dev.30 23:22:57 v2.3.0-dev.8 23:22:57 v2.3.0-dev.9 23:22:57 v3.0.0-dev.1 23:22:57 v3.0.0-dev.10 23:22:57 v3.0.0-dev.11 23:22:57 v3.0.0-dev.12 23:22:57 v3.0.0-dev.13 23:22:57 v3.0.0-dev.14 23:22:57 v3.0.0-dev.15 23:22:57 v3.0.0-dev.16 23:22:57 v3.0.0-dev.17 23:22:57 v3.0.0-dev.18 23:22:57 v3.0.0-dev.19 23:22:57 v3.0.0-dev.2 23:22:57 v3.0.0-dev.20 23:22:57 v3.0.0-dev.21 23:22:57 v3.0.0-dev.22 23:22:57 v3.0.0-dev.23 23:22:57 v3.0.0-dev.24 23:22:57 v3.0.0-dev.25 23:22:57 v3.0.0-dev.26 23:22:57 v3.0.0-dev.27 23:22:57 v3.0.0-dev.28 23:22:57 v3.0.0-dev.29 23:22:57 v3.0.0-dev.3 23:22:57 v3.0.0-dev.30 23:22:57 v3.0.0-dev.31 23:22:57 v3.0.0-dev.32 23:22:57 v3.0.0-dev.33 23:22:57 v3.0.0-dev.34 23:22:57 v3.0.0-dev.35 23:22:57 v3.0.0-dev.36 23:22:57 v3.0.0-dev.37 23:22:57 v3.0.0-dev.38 23:22:57 v3.0.0-dev.39 23:22:57 v3.0.0-dev.4 23:22:57 v3.0.0-dev.40 23:22:57 v3.0.0-dev.41 23:22:57 v3.0.0-dev.42 23:22:57 v3.0.0-dev.43 23:22:57 v3.0.0-dev.44 23:22:57 v3.0.0-dev.45 23:22:57 v3.0.0-dev.5 23:22:57 v3.0.0-dev.6 23:22:57 v3.0.0-dev.7 23:22:57 v3.0.0-dev.8 23:22:57 v3.0.0-dev.9 [Pipeline] sh 23:22:57 + lftools sign git-tag v3.0.0-dev.45 23:22:58 Signing Git tag with Sigul... 23:22:58 Signing v3.0.0-dev.45 [Pipeline] echo 23:22:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:22:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:22:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:22:58 $ docker stop --time=1 838137a12f378788c8087f8d7ca4e3ca38cc42f3003eb6b14e18b6aafa9ed0d2 23:23:00 $ docker rm -f --volumes 838137a12f378788c8087f8d7ca4e3ca38cc42f3003eb6b14e18b6aafa9ed0d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 23:23:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:23:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:23:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:23:00 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 23:23:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:23:01 $ docker top b8b35bdfe661a8442122c51ce85649e9003d52b5e74c63da4ebac43ceca65749 -eo pid,comm 23:23:01 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). 23:23:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:23:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:23:01 [ssh-agent] Looking for ssh-agent implementation... 23:23:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:23:01 $ docker exec b8b35bdfe661a8442122c51ce85649e9003d52b5e74c63da4ebac43ceca65749 ssh-agent 23:23:02 SSH_AUTH_SOCK=/tmp/ssh-8KSxF0L0sukP/agent.18 23:23:02 SSH_AGENT_PID=27 23:23:02 Running ssh-add (command line suppressed) 23:23:02 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17838134080560357851.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17838134080560357851.key) 23:23:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:23:02 + git semver bump pre 23:23:02 2023-05-10 23:23:02,713 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 23:23:02 2023-05-10 23:23:02,713 [bump_version] DEBUG bumping version:3.0.0-dev.45 on axis:pre with prefix:dev 23:23:02 2023-05-10 23:23:02,713 [bump_version] DEBUG bumped version:3.0.0-dev.46 23:23:02 2023-05-10 23:23:02,713 [write_version] DEBUG write version:3.0.0-dev.46 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 23:23:02 2023-05-10 23:23:02,713 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 23:23:02 2023-05-10 23:23:02,713 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 23:23:02 2023-05-10 23:23:02,715 [execute] INFO git cat-file --batch-check 23:23:02 2023-05-10 23:23:02,715 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 23:23:02 2023-05-10 23:23:02,720 [execute] INFO git cat-file --batch 23:23:02 2023-05-10 23:23:02,721 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 23:23:02 2023-05-10 23:23:02,726 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 23:23:02 3.0.0-dev.46 [Pipeline] } 23:23:02 $ docker exec --env ******** --env ******** b8b35bdfe661a8442122c51ce85649e9003d52b5e74c63da4ebac43ceca65749 ssh-agent -k 23:23:02 unset SSH_AUTH_SOCK; 23:23:02 unset SSH_AGENT_PID; 23:23:02 echo Agent pid 27 killed; 23:23:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:23:03 + git semver [Pipeline] } 23:23:03 $ docker stop --time=1 b8b35bdfe661a8442122c51ce85649e9003d52b5e74c63da4ebac43ceca65749 23:23:04 $ docker rm -f --volumes b8b35bdfe661a8442122c51ce85649e9003d52b5e74c63da4ebac43ceca65749 [Pipeline] // withDockerContainer [Pipeline] sh 23:23:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:23:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:23:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:23:05 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 23:23:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:23:05 $ docker top 19e48b3a2ec1d94a36194d547b0168591a7f86cc8347b7c351cba24c9c2aed2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:23:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:23:05 [ssh-agent] Looking for ssh-agent implementation... 23:23:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:23:05 $ docker exec 19e48b3a2ec1d94a36194d547b0168591a7f86cc8347b7c351cba24c9c2aed2c ssh-agent 23:23:06 SSH_AUTH_SOCK=/tmp/ssh-zwftCpDHAlgU/agent.32 23:23:06 SSH_AGENT_PID=38 23:23:06 Running ssh-add (command line suppressed) 23:23:06 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5604790565463258574.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5604790565463258574.key) 23:23:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:23:06 + git semver push 23:23:06 2023-05-10 23:23:06,665 [run_push] DEBUG push 23:23:06 2023-05-10 23:23:06,666 [execute] INFO git cat-file --batch-check 23:23:06 2023-05-10 23:23:06,666 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 23:23:06 2023-05-10 23:23:06,670 [execute] INFO git rev-list 2bcfd38cc66be6c58a78a4b116a5404fa64cc6d5 -- 23:23:06 2023-05-10 23:23:06,670 [execute] DEBUG Popen(['git', 'rev-list', '2bcfd38cc66be6c58a78a4b116a5404fa64cc6d5', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 23:23:06 2023-05-10 23:23:06,678 [execute] INFO git fetch -v origin 23:23:06 2023-05-10 23:23:06,679 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 23:23:07 2023-05-10 23:23:07,244 [run_push] DEBUG no remote changes detected 23:23:07 2023-05-10 23:23:07,245 [execute] INFO git push origin semver 23:23:07 2023-05-10 23:23:07,245 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 23:23:08 2023-05-10 23:23:08,049 [run_push] DEBUG push all version tags 23:23:08 2023-05-10 23:23:08,050 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 23:23:08 2023-05-10 23:23:08,050 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 23:23:08 2023-05-10 23:23:08,809 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 23:23:08 3.0.0-dev.46 [Pipeline] } 23:23:08 $ docker exec --env ******** --env ******** 19e48b3a2ec1d94a36194d547b0168591a7f86cc8347b7c351cba24c9c2aed2c ssh-agent -k 23:23:08 unset SSH_AUTH_SOCK; 23:23:08 unset SSH_AGENT_PID; 23:23:08 echo Agent pid 38 killed; 23:23:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:23:09 + git semver [Pipeline] } 23:23:09 $ docker stop --time=1 19e48b3a2ec1d94a36194d547b0168591a7f86cc8347b7c351cba24c9c2aed2c 23:23:11 $ docker rm -f --volumes 19e48b3a2ec1d94a36194d547b0168591a7f86cc8347b7c351cba24c9c2aed2c [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 23:23:11 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 23:23:11 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 23:23:11 total 16 23:23:11 drwxr-xr-x 3 root root 4096 May 10 23:00 . 23:23:11 drwxrwxr-x 10 jenkins jenkins 4096 May 10 23:22 .. 23:23:11 drwxr-xr-x 2 root root 4096 May 10 23:00 cost 23:23:11 -rw-r--r-- 1 root root 89 May 10 23:00 cost.csv 23:23:11 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 23:23:11 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 23:23:11 total 16 23:23:11 drwxr-xr-x 3 jenkins jenkins 4096 May 10 23:00 . 23:23:11 drwxrwxr-x 10 jenkins jenkins 4096 May 10 23:22 .. 23:23:11 drwxr-xr-x 2 jenkins jenkins 4096 May 10 23:00 cost 23:23:11 -rw-r--r-- 1 jenkins jenkins 89 May 10 23:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:23:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:23:12 ---> package-listing.sh 23:23:12 ++ facter osfamily 23:23:12 ++ tr '[:upper:]' '[:lower:]' 23:23:12 + OS_FAMILY=debian 23:23:12 + workspace=/w/workspace/exfoundry_device-virtual-go_main 23:23:12 + START_PACKAGES=/tmp/packages_start.txt 23:23:12 + END_PACKAGES=/tmp/packages_end.txt 23:23:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:23:12 + PACKAGES=/tmp/packages_start.txt 23:23:12 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 23:23:12 + PACKAGES=/tmp/packages_end.txt 23:23:12 + case "${OS_FAMILY}" in 23:23:12 + dpkg -l 23:23:12 + grep '^ii' 23:23:13 + '[' -f /tmp/packages_start.txt ']' 23:23:13 + '[' -f /tmp/packages_end.txt ']' 23:23:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:23:13 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 23:23:13 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 23:23:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 23:23:13 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:23:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:23:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:23:14 prd-ubuntu20.04-docker-8c-8g-14997 does not seem to be running inside a container 23:23:14 $ 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:23:14 $ docker top d7977ccae37a569da503a17ed5efd697009677ec7945ff41f2549c5c51d899f8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:14 + touch /tmp/pre-build-complete [Pipeline] sh 23:23:14 + mkdir -p /var/log/sysstat [Pipeline] sh 23:23:15 + ls /var/log/sa-host 23:23:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:23:15 provisioning config files... 23:23:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8155631179564489616tmp [Pipeline] { [Pipeline] echo 23:23:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:23:15 ---> create-netrc.sh [Pipeline] } 23:23:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:23:15 ---> python-tools-install.sh [Pipeline] echo 23:23:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:23:16 ---> sudo-logs.sh 23:23:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:23:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:23:16 ---> job-cost.sh 23:23:16 lf-activate-venv: SKIPPING 23:23:16 DEBUG: total: 0.2199999988079071 23:23:16 INFO: Retrieving Stack Cost... 23:23:16 INFO: Retrieving Pricing Info for: v3-standard-8 23:23:17 INFO: Archiving Costs [Pipeline] echo 23:23:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:23:17 ---> logs-deploy.sh 23:23:17 lf-activate-venv: SKIPPING 23:23:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/117 23:23:17 INFO: archiving workspace using pattern(s): 23:23:18 Archives upload complete. 23:23:18 INFO: archiving logs to Nexus