Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 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-ssh11977644036761510701.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh6494016118736294799.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh2234429494567616251.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh7805339720340162340.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-ssh10435075415119734649.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 Running on prd-ubuntu20.04-docker-8c-8g-445 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 Avoid second fetch Checking out Revision 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 (main) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 # timeout=10 Commit message: "fix(snap): Refactor to avoid conflicts with readonly config provider directory (#354)" > git rev-list --no-walk 1705bfbb6261e298477ee3ade5426f3d03c5e783 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:20:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:20:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:20:42 ========================================================= 12:20:42 EdgeX Global Pipelines Version Info 12:20:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:20:42 ------------------- 12:20:42 stable info: 12:20:42 ------------------- 12:20:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:20:42 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 12:20:42 Message: update stable to v1.0.245 12:20:43 ------------------- 12:20:43 experimental info: 12:20:43 ------------------- 12:20:43 Commited By: **** collab-it+edgex@linuxfoundation.org 12:20:43 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 12:20:43 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 12:20:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 12:20:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [Pipeline] echo 12:20:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 96a5dbd [Pipeline] echo 12:20:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:20:44 provisioning config files... 12:20:44 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13912947954730933639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:20:44 ---> docker-login.sh 12:20:44 nexus3.edgexfoundry.org:10001 12:20:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:44 Configure a credential helper to remove this warning. See 12:20:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:44 12:20:44 Login Succeeded 12:20:44 nexus3.edgexfoundry.org:10002 12:20:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:44 Configure a credential helper to remove this warning. See 12:20:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:44 12:20:44 Login Succeeded 12:20:44 nexus3.edgexfoundry.org:10003 12:20:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:44 Configure a credential helper to remove this warning. See 12:20:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:44 12:20:44 Login Succeeded 12:20:44 nexus3.edgexfoundry.org:10004 12:20:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:45 Configure a credential helper to remove this warning. See 12:20:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:45 12:20:45 Login Succeeded 12:20:45 docker.io 12:20:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:45 Configure a credential helper to remove this warning. See 12:20:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:45 12:20:45 Login Succeeded 12:20:45 ---> docker-login.sh ends [Pipeline] } 12:20:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:20:45 + git rev-list -1 --merges 96a5dbd4cf59e276ad3c0925590d8fa28104ff38~1..96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [Pipeline] echo 12:20:45 -----------> git rev-list -1 --merges 96a5dbd4cf59e276ad3c0925590d8fa28104ff38~1..96a5dbd4cf59e276ad3c0925590d8fa28104ff38 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [false] [Pipeline] sh 12:20:46 + git log --format=format:%s -1 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [Pipeline] echo 12:20:46 ========================================================= 12:20:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:20:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:20:46 + git log --format=format:%s -1 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [Pipeline] echo 12:20:46 [semverPrep] GIT_COMMIT: 96a5dbd4cf59e276ad3c0925590d8fa28104ff38, Commit Message: fix(snap): Refactor to avoid conflicts with readonly config provider directory (#354) [Pipeline] echo 12:20:46 [semverPrep] This is not a build commit. [Pipeline] sh 12:20:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:20:46 + grep -v github /etc/ssh/ssh_known_hosts 12:20:46 + [ -e /tmp/ssh_known_hosts ] 12:20:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:20:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:20:46 + sudo tee -a /etc/ssh/ssh_known_hosts 12:20:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:20:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:20:47 12:20:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:20:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:20:47 0.1.4: Pulling from edgex-devops/py-git-semver 12:20:47 b85a868b505f: Pulling fs layer 12:20:47 e2be974225ed: Pulling fs layer 12:20:47 339a4e72a1f5: Pulling fs layer 12:20:47 988bab9f4d93: Pulling fs layer 12:20:47 1469e6f7b9e6: Pulling fs layer 12:20:47 eaf3925da568: Pulling fs layer 12:20:47 bab4dde63d76: Pulling fs layer 12:20:47 bde34c3a00c8: Pulling fs layer 12:20:47 b352a97aabf1: Pulling fs layer 12:20:47 4872d77fe225: Pulling fs layer 12:20:47 5851b861e8e6: Pulling fs layer 12:20:47 988bab9f4d93: Waiting 12:20:47 bab4dde63d76: Waiting 12:20:47 bde34c3a00c8: Waiting 12:20:47 b352a97aabf1: Waiting 12:20:47 4872d77fe225: Waiting 12:20:47 1469e6f7b9e6: Waiting 12:20:47 eaf3925da568: Waiting 12:20:47 5851b861e8e6: Waiting 12:20:47 e2be974225ed: Verifying Checksum 12:20:47 e2be974225ed: Download complete 12:20:47 988bab9f4d93: Download complete 12:20:47 1469e6f7b9e6: Verifying Checksum 12:20:47 1469e6f7b9e6: Download complete 12:20:47 eaf3925da568: Verifying Checksum 12:20:47 eaf3925da568: Download complete 12:20:47 339a4e72a1f5: Verifying Checksum 12:20:47 339a4e72a1f5: Download complete 12:20:47 bde34c3a00c8: Verifying Checksum 12:20:47 bde34c3a00c8: Download complete 12:20:47 b352a97aabf1: Verifying Checksum 12:20:47 b352a97aabf1: Download complete 12:20:47 4872d77fe225: Verifying Checksum 12:20:47 4872d77fe225: Download complete 12:20:47 b85a868b505f: Download complete 12:20:47 5851b861e8e6: Verifying Checksum 12:20:47 5851b861e8e6: Download complete 12:20:48 bab4dde63d76: Verifying Checksum 12:20:48 bab4dde63d76: Download complete 12:20:49 b85a868b505f: Pull complete 12:20:49 e2be974225ed: Pull complete 12:20:49 339a4e72a1f5: Pull complete 12:20:49 988bab9f4d93: Pull complete 12:20:50 1469e6f7b9e6: Pull complete 12:20:50 eaf3925da568: Pull complete 12:20:51 bab4dde63d76: Pull complete 12:20:51 bde34c3a00c8: Pull complete 12:20:51 b352a97aabf1: Pull complete 12:20:51 4872d77fe225: Pull complete 12:20:51 5851b861e8e6: Pull complete 12:20:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:20:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:20:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:20:52 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:20:52 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:20:55 $ docker top 5f258fdba51b37ad96686ba784556f85493d5eb4176786aa7f2a5e6748946c9c -eo pid,comm 12:20:55 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). 12:20:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:20:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:20:55 [ssh-agent] Looking for ssh-agent implementation... 12:20:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:20:55 $ docker exec 5f258fdba51b37ad96686ba784556f85493d5eb4176786aa7f2a5e6748946c9c ssh-agent 12:20:55 SSH_AUTH_SOCK=/tmp/ssh-PUs128gpB5Ri/agent.31 12:20:55 SSH_AGENT_PID=37 12:20:55 Running ssh-add (command line suppressed) 12:20:55 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10539327368066655655.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_10539327368066655655.key) 12:20:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:20:55 + git tag --points-at HEAD [Pipeline] } 12:20:55 $ docker exec --env ******** --env ******** 5f258fdba51b37ad96686ba784556f85493d5eb4176786aa7f2a5e6748946c9c ssh-agent -k 12:20:55 unset SSH_AUTH_SOCK; 12:20:55 unset SSH_AGENT_PID; 12:20:55 echo Agent pid 37 killed; 12:20:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:20:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:20:55 [ssh-agent] Looking for ssh-agent implementation... 12:20:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:20:56 $ docker exec 5f258fdba51b37ad96686ba784556f85493d5eb4176786aa7f2a5e6748946c9c ssh-agent 12:20:56 SSH_AUTH_SOCK=/tmp/ssh-cVOzPRS1nIxE/agent.69 12:20:56 SSH_AGENT_PID=75 12:20:56 Running ssh-add (command line suppressed) 12:20:56 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8157807239185665145.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8157807239185665145.key) 12:20:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:20:56 + git semver init 12:20:56 2023-03-15 12:20:56,713 [run_init] DEBUG init version:0.0.0 force:False 12:20:56 2023-03-15 12:20:56,714 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 12:20:56 2023-03-15 12:20:56,714 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 12:20:56 2023-03-15 12:20:56,714 [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) 12:20:58 2023-03-15 12:20:57,892 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 12:20:58 2023-03-15 12:20:57,892 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 12:20:58 2023-03-15 12:20:57,893 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:20:58 2023-03-15 12:20:57,893 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:20:58 3.0.0-dev.22 [Pipeline] } 12:20:58 $ docker exec --env ******** --env ******** 5f258fdba51b37ad96686ba784556f85493d5eb4176786aa7f2a5e6748946c9c ssh-agent -k 12:20:58 unset SSH_AUTH_SOCK; 12:20:58 unset SSH_AGENT_PID; 12:20:58 echo Agent pid 75 killed; 12:20:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:20:58 + git semver [Pipeline] } 12:20:58 $ docker stop --time=1 5f258fdba51b37ad96686ba784556f85493d5eb4176786aa7f2a5e6748946c9c 12:21:00 $ docker rm -f --volumes 5f258fdba51b37ad96686ba784556f85493d5eb4176786aa7f2a5e6748946c9c [Pipeline] // withDockerContainer [Pipeline] sh 12:21:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:21:00 Stashed 1 file(s) [Pipeline] echo 12:21:00 [edgeXSemver]: initialized semver on version 3.0.0-dev.22 [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 12:21:00 provisioning config files... 12:21:00 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config986361114254364859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:21:01 ---> docker-login.sh 12:21:01 nexus3.edgexfoundry.org:10001 12:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:21:01 Configure a credential helper to remove this warning. See 12:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:21:01 12:21:01 Login Succeeded 12:21:01 nexus3.edgexfoundry.org:10002 12:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:21:01 Configure a credential helper to remove this warning. See 12:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:21:01 12:21:01 Login Succeeded 12:21:01 nexus3.edgexfoundry.org:10003 12:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:21:01 Configure a credential helper to remove this warning. See 12:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:21:01 12:21:01 Login Succeeded 12:21:01 nexus3.edgexfoundry.org:10004 12:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:21:01 Configure a credential helper to remove this warning. See 12:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:21:01 12:21:01 Login Succeeded 12:21:01 docker.io 12:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:21:01 Configure a credential helper to remove this warning. See 12:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:21:01 12:21:01 Login Succeeded 12:21:01 ---> docker-login.sh ends [Pipeline] } 12:21:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:21:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:21:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:21:01 ========================================================= 12:21:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 12:21:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:21:02 + 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 . 12:21:02 Sending build context to Docker daemon 23.44MB 12:21:02 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 12:21:02 Step 2/12 : FROM ${BASE} AS builder 12:21:02 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 12:21:02 63b65145d645: Pulling fs layer 12:21:02 a2d21d5440eb: Pulling fs layer 12:21:02 935e6c44a52c: Pulling fs layer 12:21:02 94cc34f8dd06: Pulling fs layer 12:21:02 30dea6a524f1: Pulling fs layer 12:21:02 a2aff8979fd8: Pulling fs layer 12:21:02 6808be2612f2: Pulling fs layer 12:21:02 f25807f1079a: Pulling fs layer 12:21:02 94cc34f8dd06: Waiting 12:21:02 30dea6a524f1: Waiting 12:21:02 a2aff8979fd8: Waiting 12:21:02 6808be2612f2: Waiting 12:21:02 f25807f1079a: Waiting 12:21:02 a2d21d5440eb: Download complete 12:21:02 94cc34f8dd06: Verifying Checksum 12:21:02 94cc34f8dd06: Download complete 12:21:02 30dea6a524f1: Verifying Checksum 12:21:02 30dea6a524f1: Download complete 12:21:02 63b65145d645: Verifying Checksum 12:21:02 63b65145d645: Download complete 12:21:02 a2aff8979fd8: Verifying Checksum 12:21:02 a2aff8979fd8: Download complete 12:21:02 63b65145d645: Pull complete 12:21:02 a2d21d5440eb: Pull complete 12:21:02 f25807f1079a: Verifying Checksum 12:21:02 f25807f1079a: Download complete 12:21:02 935e6c44a52c: Verifying Checksum 12:21:02 935e6c44a52c: Download complete 12:21:03 6808be2612f2: Verifying Checksum 12:21:03 6808be2612f2: Download complete 12:21:06 935e6c44a52c: Pull complete 12:21:06 94cc34f8dd06: Pull complete 12:21:06 30dea6a524f1: Pull complete 12:21:06 a2aff8979fd8: Pull complete 12:21:08 6808be2612f2: Pull complete 12:21:09 f25807f1079a: Pull complete 12:21:09 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 12:21:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 12:21:09 ---> 3b553350e43f 12:21:09 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:21:13 ---> Running in f48942c06549 12:21:13 Removing intermediate container f48942c06549 12:21:13 ---> 667492cd2409 12:21:13 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:21:13 ---> Running in 8c0d1ae18c44 12:21:13 Removing intermediate container 8c0d1ae18c44 12:21:13 ---> 149de495600b 12:21:13 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:21:13 ---> Running in 0390dfe274b3 12:21:13 Removing intermediate container 0390dfe274b3 12:21:13 ---> 5d123906fa14 12:21:13 Step 6/12 : WORKDIR /device-virtual-go 12:21:13 ---> Running in cb2690efc4d8 12:21:13 Removing intermediate container cb2690efc4d8 12:21:13 ---> a941caf51b66 12:21:13 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:21:13 ---> Running in 9aa6e046ca09 12:21:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 12:21:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 12:21:14 (1/4) Installing openssh-keygen (9.1_p1-r2) 12:21:14 (2/4) Installing libedit (20221030.3.1-r0) 12:21:14 (3/4) Installing openssh-client-common (9.1_p1-r2) 12:21:14 (4/4) Installing openssh-client-default (9.1_p1-r2) 12:21:14 Executing busybox-1.35.0-r29.trigger 12:21:14 OK: 269 MiB in 57 packages 12:21:14 Removing intermediate container 9aa6e046ca09 12:21:14 ---> c15a19d658f7 12:21:14 Step 8/12 : COPY go.mod vendor* ./ 12:21:14 ---> 5a346eae95be 12:21:14 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:21:14 ---> Running in 346c5cc9c512 12:21:15 Still waiting to schedule task 12:21:15 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:21:41 Removing intermediate container 346c5cc9c512 12:21:41 ---> 354888a030dd 12:21:41 Step 10/12 : COPY . . 12:21:41 ---> 0232355f2fb3 12:21:41 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:21:41 ---> Running in 7810f891ff12 12:21:41 Removing intermediate container 7810f891ff12 12:21:41 ---> 7c2bd7d2c5c1 12:21:41 Step 12/12 : RUN $MAKE 12:21:41 ---> Running in b906391807e4 12:21:42 noop 12:21:42 Removing intermediate container b906391807e4 12:21:42 ---> be7fd62aa92e 12:21:42 Successfully built be7fd62aa92e 12:21:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:21:42 + docker inspect -f . ci-base-image-x86_64 12:21:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:21:42 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:21:42 $ 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 ******** ci-base-image-x86_64 cat 12:21:43 $ docker top f7e39dfcad65ad8b8ac12fa04a03cd7c2bbc4c65b76889b462edd11550f05e21 -eo pid,comm [Pipeline] { [Pipeline] sh 12:21:43 + go version 12:21:43 go version go1.20.2 linux/amd64 [Pipeline] } 12:21:43 $ docker stop --time=1 f7e39dfcad65ad8b8ac12fa04a03cd7c2bbc4c65b76889b462edd11550f05e21 12:21:44 $ docker rm -f --volumes f7e39dfcad65ad8b8ac12fa04a03cd7c2bbc4c65b76889b462edd11550f05e21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:21:44 + docker inspect -f . ci-base-image-x86_64 12:21:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:21:45 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:21:45 $ 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 ******** ci-base-image-x86_64 cat 12:21:45 $ docker top 169092afeac98ee65b4a15c40f4c77262a5d6c0be7909b325fd37645b3126318 -eo pid,comm [Pipeline] { [Pipeline] sh 12:21:45 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 12:21:46 + make test 12:21:46 go test ./... -coverprofile=coverage.out 12:21:51 ? github.com/edgexfoundry/device-virtual-go [no test files] 12:21:59 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 12:21:59 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.039s coverage: 65.7% of statements 12:22:04 go vet ./... 12:22:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:22:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:22:07 ./bin/test-attribution-txt.sh [Pipeline] echo 12:22:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:22:08 $ docker stop --time=1 169092afeac98ee65b4a15c40f4c77262a5d6c0be7909b325fd37645b3126318 12:22:12 $ docker rm -f --volumes 169092afeac98ee65b4a15c40f4c77262a5d6c0be7909b325fd37645b3126318 [Pipeline] // withDockerContainer [Pipeline] sh 12:22:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:22:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:22:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:22:13 + ls -al . 12:22:13 total 192 12:22:13 drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 12:21 . 12:22:13 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 12:20 .. 12:22:13 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 12:20 .git 12:22:13 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 12:20 .github 12:22:13 -rw-rw-r-- 1 jenkins jenkins 337 Mar 15 12:20 .gitignore 12:22:13 -rw-rw-r-- 1 jenkins jenkins 41 Mar 15 12:20 .golangci.yml 12:22:13 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 12:20 .semver 12:22:13 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 15 12:20 Attribution.txt 12:22:13 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 15 12:20 CHANGELOG.md 12:22:13 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 15 12:20 Dockerfile 12:22:13 -rw-rw-r-- 1 jenkins jenkins 677 Mar 15 12:20 GOVERNANCE.md 12:22:13 -rw-rw-r-- 1 jenkins jenkins 660 Mar 15 12:20 Jenkinsfile 12:22:13 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 15 12:20 LICENSE 12:22:13 -rw-rw-r-- 1 jenkins jenkins 1696 Mar 15 12:20 Makefile 12:22:13 -rw-rw-r-- 1 jenkins jenkins 623 Mar 15 12:20 OWNERS.md 12:22:13 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 15 12:20 README.md 12:22:13 -rw-rw-r-- 1 jenkins jenkins 12 Mar 15 12:21 VERSION 12:22:13 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 12:20 bin 12:22:13 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 12:20 cmd 12:22:13 -rw-r--r-- 1 jenkins jenkins 44311 Mar 15 12:21 coverage.out 12:22:13 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 15 12:20 go.mod 12:22:13 -rw-rw-r-- 1 jenkins jenkins 30608 Mar 15 12:20 go.sum 12:22:13 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 12:20 internal 12:22:13 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 12:20 snap 12:22:13 -rw-rw-r-- 1 jenkins jenkins 235 Mar 15 12:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:13 + 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=96a5dbd4cf59e276ad3c0925590d8fa28104ff38 --label arch=amd64 --label version=3.0.0-dev.22 . 12:22:13 Sending build context to Docker daemon 23.48MB 12:22:13 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 12:22:13 Step 2/25 : FROM ${BASE} AS builder 12:22:13 ---> be7fd62aa92e 12:22:13 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:22:14 ---> Running in 745739518bc8 12:22:14 Removing intermediate container 745739518bc8 12:22:14 ---> 37b3d4878ff1 12:22:14 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 12:22:14 ---> Running in 945e8c4cd2ac 12:22:14 Removing intermediate container 945e8c4cd2ac 12:22:14 ---> de2b98941faa 12:22:14 Step 5/25 : ARG ADD_BUILD_TAGS="" 12:22:14 ---> Running in 972e06a89b91 12:22:14 Removing intermediate container 972e06a89b91 12:22:14 ---> d582e6c4299a 12:22:14 Step 6/25 : WORKDIR /device-virtual-go 12:22:14 ---> Running in 46e537708fda 12:22:14 Removing intermediate container 46e537708fda 12:22:14 ---> 49cad9e5e853 12:22:14 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:22:14 ---> Running in a57f7b40bef1 12:22:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 12:22:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 12:22:15 OK: 269 MiB in 57 packages 12:22:15 Removing intermediate container a57f7b40bef1 12:22:15 ---> 89a670ffe033 12:22:15 Step 8/25 : COPY go.mod vendor* ./ 12:22:15 ---> 9a6b303e7a82 12:22:15 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:22:15 ---> Running in b54d9dc31b5f 12:22:16 Removing intermediate container b54d9dc31b5f 12:22:16 ---> 554f02bd6f82 12:22:16 Step 10/25 : COPY . . 12:22:17 ---> 9c73f48c9649 12:22:17 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:22:17 ---> Running in 2f142151f022 12:22:17 Removing intermediate container 2f142151f022 12:22:17 ---> a161e891bfde 12:22:17 Step 12/25 : RUN $MAKE 12:22:17 ---> Running in 1620cff7114f 12:22:17 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 12:22:35 Removing intermediate container 1620cff7114f 12:22:35 ---> bf7f52cb6483 12:22:35 Step 13/25 : FROM alpine:3.17 12:22:35 3.17: Pulling from library/alpine 12:22:35 63b65145d645: Already exists 12:22:35 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 12:22:35 Status: Downloaded newer image for alpine:3.17 12:22:35 ---> b2aa39c304c2 12:22:35 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 12:22:35 ---> Running in b239fe616739 12:22:35 Removing intermediate container b239fe616739 12:22:35 ---> 630888d71109 12:22:35 Step 15/25 : RUN apk add --update --no-cache dumb-init 12:22:35 ---> Running in 743dc7b6b54f 12:22:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 12:22:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 12:22:36 (1/1) Installing dumb-init (1.2.5-r2) 12:22:36 Executing busybox-1.35.0-r29.trigger 12:22:36 OK: 7 MiB in 16 packages 12:22:37 Removing intermediate container 743dc7b6b54f 12:22:37 ---> ce8f64edf0cd 12:22:37 Step 16/25 : WORKDIR / 12:22:37 ---> Running in 0ca2d9a36cc1 12:22:37 Removing intermediate container 0ca2d9a36cc1 12:22:37 ---> c1ab7182ae8c 12:22:37 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 12:22:37 ---> 97e937fbdea6 12:22:37 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 12:22:37 ---> dd6ce40788fd 12:22:37 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 12:22:38 ---> 592d42473b34 12:22:38 Step 20/25 : EXPOSE 59900 12:22:38 ---> Running in b505b1ce3a90 12:22:38 Removing intermediate container b505b1ce3a90 12:22:38 ---> 517b7adf3413 12:22:38 Step 21/25 : ENTRYPOINT ["/device-virtual"] 12:22:38 ---> Running in bc1e921b2d60 12:22:38 Removing intermediate container bc1e921b2d60 12:22:38 ---> 819f32ee6e9d 12:22:38 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 12:22:38 ---> Running in 379da8c872fc 12:22:38 Removing intermediate container 379da8c872fc 12:22:38 ---> 0e19ec4a15b9 12:22:38 Step 23/25 : LABEL arch=amd64 12:22:38 ---> Running in 86f9e7929bb4 12:22:38 Removing intermediate container 86f9e7929bb4 12:22:38 ---> 9d822ada4583 12:22:38 Step 24/25 : LABEL git_sha=96a5dbd4cf59e276ad3c0925590d8fa28104ff38 12:22:38 ---> Running in ec7e6898bb0a 12:22:38 Removing intermediate container ec7e6898bb0a 12:22:38 ---> 3fb31ef8accd 12:22:38 Step 25/25 : LABEL version=3.0.0-dev.22 12:22:38 ---> Running in 09c73e80080f 12:22:38 Removing intermediate container 09c73e80080f 12:22:38 ---> 252d0bfec2b6 12:22:38 [Warning] One or more build-args [ARCH] were not consumed 12:22:38 Successfully built 252d0bfec2b6 12:22:38 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:22:38 provisioning config files... 12:22:38 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3889591206958342742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:22:39 ---> docker-login.sh 12:22:39 nexus3.edgexfoundry.org:10001 12:22:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:22:39 Configure a credential helper to remove this warning. See 12:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:22:39 12:22:39 Login Succeeded 12:22:39 nexus3.edgexfoundry.org:10002 12:22:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:22:39 Configure a credential helper to remove this warning. See 12:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:22:39 12:22:39 Login Succeeded 12:22:39 nexus3.edgexfoundry.org:10003 12:22:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:22:39 Configure a credential helper to remove this warning. See 12:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:22:39 12:22:39 Login Succeeded 12:22:39 nexus3.edgexfoundry.org:10004 12:22:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:22:39 Configure a credential helper to remove this warning. See 12:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:22:39 12:22:39 Login Succeeded 12:22:39 docker.io 12:22:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:22:39 Configure a credential helper to remove this warning. See 12:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:22:39 12:22:39 Login Succeeded 12:22:39 ---> docker-login.sh ends [Pipeline] } 12:22:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:22:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:22:39 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 12:22:39 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 12:22:39 latest 12:22:39 3.0.0-dev.22 12:22:39 96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22 12:22:39 main 12:22:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:40 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual:96a5dbd4cf59e276ad3c0925590d8fa28104ff38 12:22:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:22:40 025bb7f4c569: Preparing 12:22:40 fe314f07f747: Preparing 12:22:40 a1a22fb940ba: Preparing 12:22:40 17412ca1b259: Preparing 12:22:40 7cd52847ad77: Preparing 12:22:40 7cd52847ad77: Layer already exists 12:22:40 fe314f07f747: Pushed 12:22:40 a1a22fb940ba: Pushed 12:22:40 17412ca1b259: Pushed 12:22:42 025bb7f4c569: Pushed 12:22:42 96a5dbd4cf59e276ad3c0925590d8fa28104ff38: digest: sha256:41745f70f97dc3883c755b697c46ce82aaaae3178cdfbf22cd3fbe1c8d6e7354 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:43 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:43 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 12:22:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:22:43 025bb7f4c569: Preparing 12:22:43 fe314f07f747: Preparing 12:22:43 a1a22fb940ba: Preparing 12:22:43 17412ca1b259: Preparing 12:22:43 7cd52847ad77: Preparing 12:22:43 a1a22fb940ba: Layer already exists 12:22:43 7cd52847ad77: Layer already exists 12:22:43 025bb7f4c569: Layer already exists 12:22:43 17412ca1b259: Layer already exists 12:22:43 fe314f07f747: Layer already exists 12:22:43 latest: digest: sha256:41745f70f97dc3883c755b697c46ce82aaaae3178cdfbf22cd3fbe1c8d6e7354 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:43 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:44 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.22 12:22:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:22:44 025bb7f4c569: Preparing 12:22:44 fe314f07f747: Preparing 12:22:44 a1a22fb940ba: Preparing 12:22:44 17412ca1b259: Preparing 12:22:44 7cd52847ad77: Preparing 12:22:44 a1a22fb940ba: Layer already exists 12:22:44 fe314f07f747: Layer already exists 12:22:44 025bb7f4c569: Layer already exists 12:22:44 17412ca1b259: Layer already exists 12:22:44 7cd52847ad77: Layer already exists 12:22:44 3.0.0-dev.22: digest: sha256:41745f70f97dc3883c755b697c46ce82aaaae3178cdfbf22cd3fbe1c8d6e7354 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:44 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:44 + docker push nexus3.edgexfoundry.org:10004/device-virtual:96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22 12:22:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:22:44 025bb7f4c569: Preparing 12:22:44 fe314f07f747: Preparing 12:22:44 a1a22fb940ba: Preparing 12:22:44 17412ca1b259: Preparing 12:22:44 7cd52847ad77: Preparing 12:22:44 fe314f07f747: Layer already exists 12:22:44 025bb7f4c569: Layer already exists 12:22:44 17412ca1b259: Layer already exists 12:22:44 7cd52847ad77: Layer already exists 12:22:44 a1a22fb940ba: Layer already exists 12:22:44 96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22: digest: sha256:41745f70f97dc3883c755b697c46ce82aaaae3178cdfbf22cd3fbe1c8d6e7354 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:44 Running on prd-ubuntu20.04-docker-arm64-4c-16g-446 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 12:22:44 Running in /w/workspace/device-virtual-go/94 [Pipeline] { [Pipeline] checkout 12:22:44 The recommended git tool is: git 12:22:45 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:45 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 12:22:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:22:45 025bb7f4c569: Preparing 12:22:45 fe314f07f747: Preparing 12:22:45 a1a22fb940ba: Preparing 12:22:45 17412ca1b259: Preparing 12:22:45 7cd52847ad77: Preparing 12:22:45 a1a22fb940ba: Layer already exists 12:22:45 fe314f07f747: Layer already exists 12:22:45 025bb7f4c569: Layer already exists 12:22:45 7cd52847ad77: Layer already exists 12:22:45 17412ca1b259: Layer already exists 12:22:45 main: digest: sha256:41745f70f97dc3883c755b697c46ce82aaaae3178cdfbf22cd3fbe1c8d6e7354 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:22:45 ===================================================== [Pipeline] echo 12:22:45 taggedImages: 12:22:45 - nexus3.edgexfoundry.org:10004/device-virtual:96a5dbd4cf59e276ad3c0925590d8fa28104ff38 12:22:45 - nexus3.edgexfoundry.org:10004/device-virtual:latest 12:22:45 - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.22 12:22:45 - nexus3.edgexfoundry.org:10004/device-virtual:96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22 12:22:45 - 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 12:22:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:22:45 12:22:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:22:46 latest: Pulling from edgex-lftools-log-publisher 12:22:46 5eb5b503b376: Pulling fs layer 12:22:46 5c69ac0246d0: Pulling fs layer 12:22:46 ec43610c2a17: Pulling fs layer 12:22:46 3a2ae6a8a46f: Pulling fs layer 12:22:46 33b1e0a273af: Pulling fs layer 12:22:46 5d3b04190fa2: Pulling fs layer 12:22:46 2f39f015ded8: Pulling fs layer 12:22:46 33b1e0a273af: Waiting 12:22:46 5d3b04190fa2: Waiting 12:22:46 2f39f015ded8: Waiting 12:22:46 3a2ae6a8a46f: Waiting 12:22:46 5c69ac0246d0: Verifying Checksum 12:22:46 5c69ac0246d0: Download complete 12:22:46 3a2ae6a8a46f: Verifying Checksum 12:22:46 3a2ae6a8a46f: Download complete 12:22:46 33b1e0a273af: Verifying Checksum 12:22:46 33b1e0a273af: Download complete 12:22:46 5d3b04190fa2: Verifying Checksum 12:22:46 5d3b04190fa2: Download complete 12:22:46 ec43610c2a17: Verifying Checksum 12:22:46 ec43610c2a17: Download complete 12:22:46 5eb5b503b376: Verifying Checksum 12:22:46 5eb5b503b376: Download complete 12:22:47 2f39f015ded8: Download complete 12:22:47 5eb5b503b376: Pull complete 12:22:47 5c69ac0246d0: Pull complete 12:22:48 ec43610c2a17: Pull complete 12:22:48 3a2ae6a8a46f: Pull complete 12:22:48 33b1e0a273af: Pull complete 12:22:48 5d3b04190fa2: Pull complete 12:22:52 using credential edgex-jenkins-ssh 12:22:52 Cloning the remote Git repository 12:22:52 2f39f015ded8: Pull complete 12:22:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:22:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:22:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:22:52 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 12:22:52 > git init /w/workspace/device-virtual-go/94 # timeout=10 12:22:52 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 12:22:52 > git --version # timeout=10 12:22:52 > git --version # 'git version 2.25.1' 12:22:52 using GIT_SSH to set credentials SSH Credentials for GitHub 12:22:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:22:53 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:22:53 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:22:55 Avoid second fetch 12:22:55 Checking out Revision 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 (main) 12:22:54 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 12:22:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:22:55 > git config core.sparsecheckout # timeout=10 12:22:55 > git checkout -f 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 # timeout=10 12:22:56 Commit message: "fix(snap): Refactor to avoid conflicts with readonly config provider directory (#354)" 12:22:56 12:22:56 GitHub has been notified of this commit’s build result 12:22:56 12:22:57 $ docker top 6db569512b86896b6d511541f720dc13d341fd0862a54a794bc39038faab5f99 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:22:57 ---> job-cost.sh 12:22:57 lf-activate-venv: SKIPPING 12:22:57 INFO: No Stack... 12:22:57 INFO: Retrieving Pricing Info for: v3-standard-8 12:22:57 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:22:57 % Total % Received % Xferd Average Speed Time Time Time Current 12:22:57 Dload Upload Total Spent Left Speed 12:22:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 83339 0 --:--:-- --:--:-- --:--:-- 83888 12:22:58 INFO: Archiving Costs [Pipeline] sh [Pipeline] sh 12:22:58 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 12:22:58 + cut -d, -f6 [Pipeline] lock 12:22:58 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-94-stack-cost] 12:22:58 Resource [jenkins-edgexfoundry-device-virtual-go-main-94-stack-cost] did not exist. Created. 12:22:58 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:22:58 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:22:58 + echo total: 0.2199999988079071 [Pipeline] stash 12:22:58 Stashed 1 file(s) [Pipeline] } 12:22:58 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-94-stack-cost] [Pipeline] // lock [Pipeline] } 12:22:58 $ docker stop --time=1 6db569512b86896b6d511541f720dc13d341fd0862a54a794bc39038faab5f99 12:22:58 + sudo tee /etc/docker/daemon.new 12:22:58 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:22:58 { 12:22:58 "registry-mirrors": [ 12:22:58 "https://nexus3.edgexfoundry.org:10001" 12:22:58 ], 12:22:58 "bip": "10.250.0.254/24", 12:22:58 "hosts": [ 12:22:58 "tcp://0.0.0.0:5555", 12:22:58 "unix:///var/run/docker.sock" 12:22:58 ], 12:22:58 "mtu": 1458, 12:22:58 "selinux-enabled": true, 12:22:58 "seccomp-profile": "/etc/docker/seccomp.json" 12:22:58 } 12:22:59 $ docker rm -f --volumes 6db569512b86896b6d511541f720dc13d341fd0862a54a794bc39038faab5f99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:23:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:23:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:23:22 provisioning config files... 12:23:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/94@tmp/config9172379349459981271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:23:23 ---> docker-login.sh 12:23:23 nexus3.edgexfoundry.org:10001 12:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:23 Configure a credential helper to remove this warning. See 12:23:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:23 12:23:23 Login Succeeded 12:23:23 nexus3.edgexfoundry.org:10002 12:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:24 Configure a credential helper to remove this warning. See 12:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:24 12:23:24 Login Succeeded 12:23:24 nexus3.edgexfoundry.org:10003 12:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:24 Configure a credential helper to remove this warning. See 12:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:24 12:23:24 Login Succeeded 12:23:24 nexus3.edgexfoundry.org:10004 12:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:24 Configure a credential helper to remove this warning. See 12:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:24 12:23:24 Login Succeeded 12:23:24 docker.io 12:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:25 Configure a credential helper to remove this warning. See 12:23:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:25 12:23:25 Login Succeeded 12:23:25 ---> docker-login.sh ends [Pipeline] } 12:23:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:23:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:23:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:23:25 ========================================================= 12:23:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 12:23:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:23:25 + 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 . 12:23:26 Sending build context to Docker daemon 11.87MB 12:23:26 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 12:23:26 Step 2/12 : FROM ${BASE} AS builder 12:23:26 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:23:26 af6eaf76a39c: Pulling fs layer 12:23:26 55522c791124: Pulling fs layer 12:23:26 ce5c4a1c91eb: Pulling fs layer 12:23:26 169dfbe0d373: Pulling fs layer 12:23:26 e1ff8fa3b103: Pulling fs layer 12:23:26 52ebb69f0ebf: Pulling fs layer 12:23:26 5abe8eddf0d5: Pulling fs layer 12:23:26 e1ff8fa3b103: Waiting 12:23:26 169dfbe0d373: Waiting 12:23:26 52ebb69f0ebf: Waiting 12:23:26 5abe8eddf0d5: Waiting 12:23:26 55522c791124: Verifying Checksum 12:23:26 55522c791124: Download complete 12:23:26 169dfbe0d373: Verifying Checksum 12:23:26 169dfbe0d373: Download complete 12:23:26 e1ff8fa3b103: Verifying Checksum 12:23:26 e1ff8fa3b103: Download complete 12:23:26 af6eaf76a39c: Verifying Checksum 12:23:27 5abe8eddf0d5: Verifying Checksum 12:23:27 5abe8eddf0d5: Download complete 12:23:27 af6eaf76a39c: Pull complete 12:23:28 55522c791124: Pull complete 12:23:29 ce5c4a1c91eb: Verifying Checksum 12:23:29 ce5c4a1c91eb: Download complete 12:23:29 52ebb69f0ebf: Verifying Checksum 12:23:29 52ebb69f0ebf: Download complete 12:23:39 ce5c4a1c91eb: Pull complete 12:23:39 169dfbe0d373: Pull complete 12:23:39 e1ff8fa3b103: Pull complete 12:23:46 52ebb69f0ebf: Pull complete 12:23:47 5abe8eddf0d5: Pull complete 12:23:47 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 12:23:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 12:23:47 ---> 6cb57ee374ae 12:23:47 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:23:49 ---> Running in ddf0dc2725e7 12:23:49 Removing intermediate container ddf0dc2725e7 12:23:49 ---> db33becf7748 12:23:49 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:23:49 ---> Running in 4729f0a095e2 12:23:49 Removing intermediate container 4729f0a095e2 12:23:49 ---> 5b8fe692d440 12:23:49 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:23:50 ---> Running in dee4d3377747 12:23:50 Removing intermediate container dee4d3377747 12:23:50 ---> 3716a5be2d1f 12:23:50 Step 6/12 : WORKDIR /device-virtual-go 12:23:50 ---> Running in aa09f436b464 12:23:50 Removing intermediate container aa09f436b464 12:23:50 ---> b58222b86e8e 12:23:50 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:23:50 ---> Running in 04aef7f8658b 12:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 12:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 12:23:53 (1/4) Installing openssh-keygen (9.1_p1-r2) 12:23:53 (2/4) Installing libedit (20221030.3.1-r0) 12:23:53 (3/4) Installing openssh-client-common (9.1_p1-r2) 12:23:53 (4/4) Installing openssh-client-default (9.1_p1-r2) 12:23:53 Executing busybox-1.35.0-r29.trigger 12:23:53 OK: 268 MiB in 57 packages 12:23:54 Removing intermediate container 04aef7f8658b 12:23:54 ---> 59ac68b59c2e 12:23:54 Step 8/12 : COPY go.mod vendor* ./ 12:23:57 ---> 7c6cb4c711f2 12:23:57 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:23:57 ---> Running in 876dd22c4403 12:24:53 Removing intermediate container 876dd22c4403 12:24:53 ---> 594844276122 12:24:53 Step 10/12 : COPY . . 12:24:53 ---> ba9d4d6c544f 12:24:53 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:24:53 ---> Running in 383d75171a4f 12:24:53 Removing intermediate container 383d75171a4f 12:24:53 ---> bd56d7baa885 12:24:53 Step 12/12 : RUN $MAKE 12:24:53 ---> Running in f11ee5c18683 12:24:53 noop 12:24:54 Removing intermediate container f11ee5c18683 12:24:54 ---> 482221cbd499 12:24:54 Successfully built 482221cbd499 12:24:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:24:54 + docker inspect -f . ci-base-image-arm64 12:24:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:24:55 prd-ubuntu20.04-docker-arm64-4c-16g-446 does not seem to be running inside a container 12:24:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/94 -v /w/workspace/device-virtual-go/94:/w/workspace/device-virtual-go/94:rw,z -v /w/workspace/device-virtual-go/94@tmp:/w/workspace/device-virtual-go/94@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 12:24:56 $ docker top b804833e656f59d9f57170b627bec3cee4ced6ced272215d581e9c62c83fe1ae -eo pid,comm [Pipeline] { [Pipeline] sh 12:24:57 + go version 12:24:57 go version go1.20.2 linux/arm64 [Pipeline] } 12:24:57 $ docker stop --time=1 b804833e656f59d9f57170b627bec3cee4ced6ced272215d581e9c62c83fe1ae 12:24:58 $ docker rm -f --volumes b804833e656f59d9f57170b627bec3cee4ced6ced272215d581e9c62c83fe1ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:24:59 + docker inspect -f . ci-base-image-arm64 12:24:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:24:59 prd-ubuntu20.04-docker-arm64-4c-16g-446 does not seem to be running inside a container 12:24:59 $ 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/94 -v /w/workspace/device-virtual-go/94:/w/workspace/device-virtual-go/94:rw,z -v /w/workspace/device-virtual-go/94@tmp:/w/workspace/device-virtual-go/94@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 12:25:00 $ docker top b94649ec4e7c6972586f23842ac3dfad6968b2e4600a6610a1b40e36a8d03d39 -eo pid,comm [Pipeline] { [Pipeline] sh 12:25:01 + git config --global --add safe.directory /w/workspace/device-virtual-go/94 [Pipeline] fileExists [Pipeline] sh 12:25:01 + make test 12:25:01 go test ./... -coverprofile=coverage.out 12:25:33 ? github.com/edgexfoundry/device-virtual-go [no test files] 12:27:25 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 12:27:25 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.136s coverage: 65.7% of statements 12:27:25 WARNING: Linting skipped (not on x86_64 or linter not installed) 12:27:25 go vet ./... 12:27:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:27:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:27:52 ./bin/test-attribution-txt.sh [Pipeline] echo 12:27:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:27:52 $ docker stop --time=1 b94649ec4e7c6972586f23842ac3dfad6968b2e4600a6610a1b40e36a8d03d39 12:27:55 $ docker rm -f --volumes b94649ec4e7c6972586f23842ac3dfad6968b2e4600a6610a1b40e36a8d03d39 [Pipeline] // withDockerContainer [Pipeline] sh 12:27:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:27:56 Warning: overwriting stash ‘coverage-report’ 12:27:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:27:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:27:58 + ls -al . 12:27:58 total 188 12:27:58 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 12:25 . 12:27:58 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 12:22 .. 12:27:58 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 12:22 .git 12:27:58 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 12:22 .github 12:27:58 -rw-rw-r-- 1 jenkins jenkins 337 Mar 15 12:22 .gitignore 12:27:58 -rw-rw-r-- 1 jenkins jenkins 41 Mar 15 12:22 .golangci.yml 12:27:58 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 15 12:22 Attribution.txt 12:27:58 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 15 12:22 CHANGELOG.md 12:27:58 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 15 12:22 Dockerfile 12:27:58 -rw-rw-r-- 1 jenkins jenkins 677 Mar 15 12:22 GOVERNANCE.md 12:27:58 -rw-rw-r-- 1 jenkins jenkins 660 Mar 15 12:22 Jenkinsfile 12:27:58 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 15 12:22 LICENSE 12:27:58 -rw-rw-r-- 1 jenkins jenkins 1696 Mar 15 12:22 Makefile 12:27:58 -rw-rw-r-- 1 jenkins jenkins 623 Mar 15 12:22 OWNERS.md 12:27:58 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 15 12:22 README.md 12:27:58 -rw-rw-r-- 1 jenkins jenkins 12 Mar 15 12:21 VERSION 12:27:58 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 12:22 bin 12:27:58 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 12:22 cmd 12:27:58 -rw-r--r-- 1 jenkins jenkins 44311 Mar 15 12:27 coverage.out 12:27:58 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 15 12:22 go.mod 12:27:58 -rw-rw-r-- 1 jenkins jenkins 30608 Mar 15 12:22 go.sum 12:27:58 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 12:22 internal 12:27:58 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 12:22 snap 12:27:58 -rw-rw-r-- 1 jenkins jenkins 235 Mar 15 12:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:27:58 + 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=96a5dbd4cf59e276ad3c0925590d8fa28104ff38 --label arch=arm64 --label version=3.0.0-dev.22 . 12:27:58 Sending build context to Docker daemon 11.92MB 12:27:58 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 12:27:58 Step 2/25 : FROM ${BASE} AS builder 12:27:58 ---> 482221cbd499 12:27:58 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:27:58 ---> Running in f483440c87b7 12:27:59 Removing intermediate container f483440c87b7 12:27:59 ---> 9eace39924a4 12:27:59 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 12:27:59 ---> Running in 29e7cd346939 12:28:01 Removing intermediate container 29e7cd346939 12:28:01 ---> aa4a31e668b2 12:28:01 Step 5/25 : ARG ADD_BUILD_TAGS="" 12:28:01 ---> Running in efbee1ec956b 12:28:01 Removing intermediate container efbee1ec956b 12:28:01 ---> 54b86e75932b 12:28:01 Step 6/25 : WORKDIR /device-virtual-go 12:28:01 ---> Running in 33474e7cb3a4 12:28:01 Removing intermediate container 33474e7cb3a4 12:28:01 ---> 257f109054ab 12:28:01 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:28:01 ---> Running in 3215fb932a0f 12:28:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 12:28:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 12:28:05 OK: 268 MiB in 57 packages 12:28:11 Removing intermediate container 3215fb932a0f 12:28:11 ---> 7383830b96e1 12:28:11 Step 8/25 : COPY go.mod vendor* ./ 12:28:11 ---> ebbc24c19d0a 12:28:11 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:28:11 ---> Running in 5b0c1afddfb9 12:28:15 Removing intermediate container 5b0c1afddfb9 12:28:15 ---> 58ae28034f9b 12:28:15 Step 10/25 : COPY . . 12:28:16 ---> 0ac77c8c209c 12:28:16 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:28:16 ---> Running in 812ef33f58d0 12:28:16 Removing intermediate container 812ef33f58d0 12:28:16 ---> 6b98b8191fbc 12:28:16 Step 12/25 : RUN $MAKE 12:28:16 ---> Running in 1fa30a7e6a45 12:28:17 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 12:30:24 Removing intermediate container 1fa30a7e6a45 12:30:24 ---> 4b5c365bd88a 12:30:24 Step 13/25 : FROM alpine:3.17 12:30:24 3.17: Pulling from library/alpine 12:30:24 af6eaf76a39c: Already exists 12:30:24 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 12:30:24 Status: Downloaded newer image for alpine:3.17 12:30:24 ---> d74e625d9115 12:30:24 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 12:30:24 ---> Running in 151d48758123 12:30:24 Removing intermediate container 151d48758123 12:30:24 ---> 1983b4875aa9 12:30:24 Step 15/25 : RUN apk add --update --no-cache dumb-init 12:30:24 ---> Running in 6ba211102693 12:30:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 12:30:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 12:30:24 (1/1) Installing dumb-init (1.2.5-r2) 12:30:24 Executing busybox-1.35.0-r29.trigger 12:30:24 OK: 8 MiB in 16 packages 12:30:24 Removing intermediate container 6ba211102693 12:30:24 ---> 57e535d27a36 12:30:24 Step 16/25 : WORKDIR / 12:30:24 ---> Running in c3d005c57a21 12:30:24 Removing intermediate container c3d005c57a21 12:30:24 ---> aa684cc4651b 12:30:24 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 12:30:24 ---> 34bf6456db87 12:30:24 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 12:30:25 ---> 1000ff89a75f 12:30:25 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 12:30:26 ---> b6840a951ee8 12:30:26 Step 20/25 : EXPOSE 59900 12:30:26 ---> Running in 9f474cba0d8c 12:30:26 Removing intermediate container 9f474cba0d8c 12:30:26 ---> f8cb2b9667b2 12:30:26 Step 21/25 : ENTRYPOINT ["/device-virtual"] 12:30:26 ---> Running in 0c69108b4504 12:30:27 Removing intermediate container 0c69108b4504 12:30:27 ---> 1ac4bbfe1274 12:30:27 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 12:30:27 ---> Running in 24abcaa6aabc 12:30:27 Removing intermediate container 24abcaa6aabc 12:30:27 ---> c8a20e955076 12:30:27 Step 23/25 : LABEL arch=arm64 12:30:27 ---> Running in 96ca64e2b3a9 12:30:27 Removing intermediate container 96ca64e2b3a9 12:30:27 ---> 2b6316ad0da5 12:30:27 Step 24/25 : LABEL git_sha=96a5dbd4cf59e276ad3c0925590d8fa28104ff38 12:30:27 ---> Running in 0ddd83435795 12:30:28 Removing intermediate container 0ddd83435795 12:30:28 ---> 7f4b9358403a 12:30:28 Step 25/25 : LABEL version=3.0.0-dev.22 12:30:28 ---> Running in 572853fba634 12:30:28 Removing intermediate container 572853fba634 12:30:28 ---> 160f7c23944e 12:30:28 [Warning] One or more build-args [ARCH] were not consumed 12:30:28 Successfully built 160f7c23944e 12:30:28 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 12:30:28 provisioning config files... 12:30:28 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/94@tmp/config9525066539813434263tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:30:29 ---> docker-login.sh 12:30:29 nexus3.edgexfoundry.org:10001 12:30:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:30:29 Configure a credential helper to remove this warning. See 12:30:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:30:29 12:30:29 Login Succeeded 12:30:29 nexus3.edgexfoundry.org:10002 12:30:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:30:29 Configure a credential helper to remove this warning. See 12:30:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:30:29 12:30:29 Login Succeeded 12:30:29 nexus3.edgexfoundry.org:10003 12:30:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:30:30 Configure a credential helper to remove this warning. See 12:30:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:30:30 12:30:30 Login Succeeded 12:30:30 nexus3.edgexfoundry.org:10004 12:30:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:30:30 Configure a credential helper to remove this warning. See 12:30:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:30:30 12:30:30 Login Succeeded 12:30:30 docker.io 12:30:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:30:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:30:30 Configure a credential helper to remove this warning. See 12:30:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:30:30 12:30:30 Login Succeeded 12:30:30 ---> docker-login.sh ends [Pipeline] } 12:30:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:30:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:30:31 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 12:30:31 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 12:30:31 latest 12:30:31 3.0.0-dev.22 12:30:31 96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22 12:30:31 main 12:30:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:31 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:31 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:96a5dbd4cf59e276ad3c0925590d8fa28104ff38 12:30:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:30:31 0b665cbe75df: Preparing 12:30:31 e0a73effae47: Preparing 12:30:31 90c8adfbbb2b: Preparing 12:30:31 564acdeca0d9: Preparing 12:30:31 edf70074bd40: Preparing 12:30:31 edf70074bd40: Layer already exists 12:30:31 90c8adfbbb2b: Pushed 12:30:31 564acdeca0d9: Pushed 12:30:31 e0a73effae47: Pushed 12:30:37 0b665cbe75df: Pushed 12:30:37 96a5dbd4cf59e276ad3c0925590d8fa28104ff38: digest: sha256:04feddb5c538e9e75f6b0279b6e33a27539d03ca7792d3450d8bd1cf91f78835 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:37 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:37 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 12:30:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:30:37 0b665cbe75df: Preparing 12:30:37 e0a73effae47: Preparing 12:30:37 90c8adfbbb2b: Preparing 12:30:37 564acdeca0d9: Preparing 12:30:37 edf70074bd40: Preparing 12:30:37 0b665cbe75df: Layer already exists 12:30:37 edf70074bd40: Layer already exists 12:30:37 90c8adfbbb2b: Layer already exists 12:30:37 e0a73effae47: Layer already exists 12:30:37 564acdeca0d9: Layer already exists 12:30:37 latest: digest: sha256:04feddb5c538e9e75f6b0279b6e33a27539d03ca7792d3450d8bd1cf91f78835 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:38 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:38 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.22 12:30:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:30:38 0b665cbe75df: Preparing 12:30:38 e0a73effae47: Preparing 12:30:38 90c8adfbbb2b: Preparing 12:30:38 564acdeca0d9: Preparing 12:30:38 edf70074bd40: Preparing 12:30:38 e0a73effae47: Layer already exists 12:30:38 edf70074bd40: Layer already exists 12:30:38 90c8adfbbb2b: Layer already exists 12:30:38 564acdeca0d9: Layer already exists 12:30:38 0b665cbe75df: Layer already exists 12:30:38 3.0.0-dev.22: digest: sha256:04feddb5c538e9e75f6b0279b6e33a27539d03ca7792d3450d8bd1cf91f78835 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:38 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:39 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22 12:30:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:30:39 0b665cbe75df: Preparing 12:30:39 e0a73effae47: Preparing 12:30:39 90c8adfbbb2b: Preparing 12:30:39 564acdeca0d9: Preparing 12:30:39 edf70074bd40: Preparing 12:30:39 edf70074bd40: Layer already exists 12:30:39 0b665cbe75df: Layer already exists 12:30:39 e0a73effae47: Layer already exists 12:30:39 564acdeca0d9: Layer already exists 12:30:39 90c8adfbbb2b: Layer already exists 12:30:39 96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22: digest: sha256:04feddb5c538e9e75f6b0279b6e33a27539d03ca7792d3450d8bd1cf91f78835 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:39 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:39 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 12:30:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:30:39 0b665cbe75df: Preparing 12:30:39 e0a73effae47: Preparing 12:30:39 90c8adfbbb2b: Preparing 12:30:39 564acdeca0d9: Preparing 12:30:39 edf70074bd40: Preparing 12:30:39 edf70074bd40: Layer already exists 12:30:39 564acdeca0d9: Layer already exists 12:30:39 0b665cbe75df: Layer already exists 12:30:39 e0a73effae47: Layer already exists 12:30:39 90c8adfbbb2b: Layer already exists 12:30:39 main: digest: sha256:04feddb5c538e9e75f6b0279b6e33a27539d03ca7792d3450d8bd1cf91f78835 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:30:40 ===================================================== [Pipeline] echo 12:30:40 taggedImages: 12:30:40 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:96a5dbd4cf59e276ad3c0925590d8fa28104ff38 12:30:40 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 12:30:40 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.22 12:30:40 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:96a5dbd4cf59e276ad3c0925590d8fa28104ff38-3.0.0-dev.22 12:30:40 - 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 12:30:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:30:40 12:30:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:30:41 arm64: Pulling from edgex-lftools-log-publisher 12:30:41 8998bd30e6a1: Pulling fs layer 12:30:41 04944245beec: Pulling fs layer 12:30:41 699f458cf7ca: Pulling fs layer 12:30:41 765212b225bb: Pulling fs layer 12:30:41 f23df028b6ca: Pulling fs layer 12:30:41 d65c8cfc05b1: Pulling fs layer 12:30:41 2437ff75d9bd: Pulling fs layer 12:30:41 f23df028b6ca: Waiting 12:30:41 d65c8cfc05b1: Waiting 12:30:41 2437ff75d9bd: Waiting 12:30:41 765212b225bb: Waiting 12:30:41 04944245beec: Verifying Checksum 12:30:41 04944245beec: Download complete 12:30:41 765212b225bb: Verifying Checksum 12:30:41 765212b225bb: Download complete 12:30:41 f23df028b6ca: Verifying Checksum 12:30:41 f23df028b6ca: Download complete 12:30:41 d65c8cfc05b1: Verifying Checksum 12:30:41 d65c8cfc05b1: Download complete 12:30:41 699f458cf7ca: Verifying Checksum 12:30:41 699f458cf7ca: Download complete 12:30:41 8998bd30e6a1: Download complete 12:30:44 2437ff75d9bd: Verifying Checksum 12:30:44 2437ff75d9bd: Download complete 12:30:45 8998bd30e6a1: Pull complete 12:30:46 04944245beec: Pull complete 12:30:47 699f458cf7ca: Pull complete 12:30:47 765212b225bb: Pull complete 12:30:48 f23df028b6ca: Pull complete 12:30:48 d65c8cfc05b1: Pull complete 12:31:03 2437ff75d9bd: Pull complete 12:31:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:31:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:31:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:31:03 prd-ubuntu20.04-docker-arm64-4c-16g-446 does not seem to be running inside a container 12:31:03 $ 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/94 -v /w/workspace/device-virtual-go/94:/w/workspace/device-virtual-go/94:rw,z -v /w/workspace/device-virtual-go/94@tmp:/w/workspace/device-virtual-go/94@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 12:31:06 $ docker top 772dad4c2a4d8918b360f9ef092e6c27068272fc11c88504a6dbdb56a1bcdd27 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:31:07 ---> job-cost.sh 12:31:07 lf-activate-venv: SKIPPING 12:31:07 INFO: No Stack... 12:31:07 INFO: Retrieving Pricing Info for: v3-standard-4 12:31:08 INFO: Archiving Costs [Pipeline] sh 12:31:09 + cat /w/workspace/device-virtual-go/94/archives/cost.csv 12:31:09 + cut -d, -f6 [Pipeline] lock 12:31:09 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-94-stack-cost] 12:31:09 Resource [jenkins-edgexfoundry-device-virtual-go-main-94-stack-cost] did not exist. Created. 12:31:09 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:31:09 /w/workspace/device-virtual-go/94@tmp/durable-21238218/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:31:10 + echo total: 0.10999999940395355 [Pipeline] stash 12:31:10 Warning: overwriting stash ‘stack-cost’ 12:31:10 Stashed 1 file(s) [Pipeline] } 12:31:10 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-94-stack-cost] [Pipeline] // lock [Pipeline] } 12:31:10 $ docker stop --time=1 772dad4c2a4d8918b360f9ef092e6c27068272fc11c88504a6dbdb56a1bcdd27 12:31:11 $ docker rm -f --volumes 772dad4c2a4d8918b360f9ef092e6c27068272fc11c88504a6dbdb56a1bcdd27 [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 12:31:12 provisioning config files... 12:31:12 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8674371230636734010tmp [Pipeline] { [Pipeline] sh 12:31:12 + set +x 12:31:12 + curl -s https://codecov.io/bash 12:31:12 + bash -s -- 12:31:12 12:31:12 _____ _ 12:31:12 / ____| | | 12:31:12 | | ___ __| | ___ ___ _____ __ 12:31:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:31:12 | |___| (_) | (_| | __/ (_| (_) \ V / 12:31:12 \_____\___/ \__,_|\___|\___\___/ \_/ 12:31:12 Bash-1.0.6 12:31:12 12:31:12 12:31:12 ==> git version 2.25.1 found 12:31:12 ==> 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 12:31:12 Release-Date: 2020-01-08 12:31:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:31:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:31:12 ==> Jenkins CI detected. 12:31:12 current dir:  /w/workspace/exfoundry_device-virtual-go_main 12:31:12 project root: . 12:31:12 --> token set from env 12:31:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:31:12 ==> Running gcov in . (disable via -X gcov) 12:31:12 ==> Python coveragepy not found 12:31:12 ==> Searching for coverage reports in: 12:31:12 + . 12:31:12 -> Found 1 reports 12:31:12 ==> Detecting git/mercurial file structure 12:31:12 ==> Reading reports 12:31:12 + ./coverage.out bytes=44311 12:31:12 ==> Appending adjustments 12:31:12 https://docs.codecov.io/docs/fixing-reports 12:31:12 + Found adjustments 12:31:12 ==> Gzipping contents 12:31:12 8.0K /tmp/codecov.p8qFRM.gz 12:31:12 ==> Uploading reports 12:31:12 url: https://codecov.io 12:31:12 query: branch=main&commit=96a5dbd4cf59e276ad3c0925590d8fa28104ff38&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F94%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:31:12 -> Pinging Codecov 12:31:12 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=96a5dbd4cf59e276ad3c0925590d8fa28104ff38&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F94%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:31:12 -> Uploading to 12:31:12 https://storage.googleapis.com/codecov/v4/raw/2023-03-15/5E52B4B073DB2E39498172D8E973AA87/96a5dbd4cf59e276ad3c0925590d8fa28104ff38/048cd296-4fe3-4c27-b174-2b213b26b203.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230315T123112Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b838d46825f287c4c32465b0b3367c60d2e887056d1f82021437b897158f3679 12:31:12 % Total % Received % Xferd Average Speed Time Time Time Current 12:31:12 Dload Upload Total Spent Left Speed 12:31:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5430 0 0 100 5430 0 26748 --:--:-- --:--:-- --:--:-- 26617 100 5430 0 0 100 5430 0 24241 --:--:-- --:--:-- --:--:-- 24133 12:31:12 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [Pipeline] } 12:31:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:31:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:31:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:31:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:31:13 12:31:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:31:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:31:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 12:31:13 df9b9388f04a: Pulling fs layer 12:31:13 52dc419b0ee2: Pulling fs layer 12:31:13 25bc292e5bac: Pulling fs layer 12:31:13 114826534d7a: Pulling fs layer 12:31:13 4657fd5d0bcf: Pulling fs layer 12:31:13 6ad1cebc031e: Pulling fs layer 12:31:13 8a3aa393b2d8: Pulling fs layer 12:31:13 114826534d7a: Waiting 12:31:13 4657fd5d0bcf: Waiting 12:31:13 6ad1cebc031e: Waiting 12:31:13 8a3aa393b2d8: Waiting 12:31:13 25bc292e5bac: Verifying Checksum 12:31:13 25bc292e5bac: Download complete 12:31:13 52dc419b0ee2: Verifying Checksum 12:31:13 52dc419b0ee2: Download complete 12:31:13 4657fd5d0bcf: Verifying Checksum 12:31:13 4657fd5d0bcf: Download complete 12:31:13 df9b9388f04a: Verifying Checksum 12:31:14 df9b9388f04a: Pull complete 12:31:14 6ad1cebc031e: Verifying Checksum 12:31:14 6ad1cebc031e: Download complete 12:31:14 52dc419b0ee2: Pull complete 12:31:14 25bc292e5bac: Pull complete 12:31:14 114826534d7a: Verifying Checksum 12:31:14 114826534d7a: Download complete 12:31:14 8a3aa393b2d8: Verifying Checksum 12:31:14 8a3aa393b2d8: Download complete 12:31:17 114826534d7a: Pull complete 12:31:18 4657fd5d0bcf: Pull complete 12:31:18 6ad1cebc031e: Pull complete 12:31:20 8a3aa393b2d8: Pull complete 12:31:20 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 12:31:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:31:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:31:21 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:31:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 12:31:24 $ docker top 2598a2a476db83b4144c16ef94014cceaf956749158c66e3ff80adeb10738958 -eo pid,comm [Pipeline] { [Pipeline] echo 12:31:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 12:31:25 + set -o pipefail 12:31:25 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 12:31:30 12:31:30 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 12:31:30 12:31:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/424170c5-57d5-4178-a022-9d372f453b7b 12:31:30 12:31:30 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 12:31:30 12:31:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:31:30 12:31:31 12:31:31 A medium severity vulnerability was found in the Snyk CLI versions you are using. 12:31:31 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 12:31:31 More details here: https://snyk.co/ue1NS 12:31:31 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 12:31:31 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 12:31:31 $ docker stop --time=1 2598a2a476db83b4144c16ef94014cceaf956749158c66e3ff80adeb10738958 12:31:34 $ docker rm -f --volumes 2598a2a476db83b4144c16ef94014cceaf956749158c66e3ff80adeb10738958 [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 12:31:35 + git log --format=format:%s -1 96a5dbd4cf59e276ad3c0925590d8fa28104ff38 [Pipeline] sh 12:31:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:31:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:31:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:31:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:31:36 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:31:36 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:31:36 $ docker top 4d7724c33f7499b05e9b933a49a03eb2a86983ca89bcd651e5d94a32610d11f0 -eo pid,comm 12:31:36 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). 12:31:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:31:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:31:36 [ssh-agent] Looking for ssh-agent implementation... 12:31:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:31:36 $ docker exec 4d7724c33f7499b05e9b933a49a03eb2a86983ca89bcd651e5d94a32610d11f0 ssh-agent 12:31:36 SSH_AUTH_SOCK=/tmp/ssh-u36EDcFhmW0v/agent.33 12:31:36 SSH_AGENT_PID=39 12:31:36 Running ssh-add (command line suppressed) 12:31:36 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16645452453011437211.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16645452453011437211.key) 12:31:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:31:37 + git semver tag 12:31:37 2023-03-15 12:31:37,348 [run_tag] DEBUG tag force:False 12:31:37 2023-03-15 12:31:37,348 [check_head_tag] DEBUG check head tag 12:31:37 2023-03-15 12:31:37,349 [execute] INFO git cat-file --batch-check 12:31:37 2023-03-15 12:31:37,349 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 12:31:37 2023-03-15 12:31:37,353 [execute] INFO git cat-file --batch 12:31:37 2023-03-15 12:31:37,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 12:31:37 2023-03-15 12:31:37,375 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:31:37 2023-03-15 12:31:37,375 [execute] INFO git tag -a v3.0.0-dev.22 -m v3.0.0-dev.22 12:31:37 2023-03-15 12:31:37,375 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.22', '-m', 'v3.0.0-dev.22'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 12:31:37 2023-03-15 12:31:37,379 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:31:37 3.0.0-dev.22 [Pipeline] } 12:31:37 $ docker exec --env ******** --env ******** 4d7724c33f7499b05e9b933a49a03eb2a86983ca89bcd651e5d94a32610d11f0 ssh-agent -k 12:31:37 unset SSH_AUTH_SOCK; 12:31:37 unset SSH_AGENT_PID; 12:31:37 echo Agent pid 39 killed; 12:31:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:31:37 + git semver [Pipeline] } 12:31:38 $ docker stop --time=1 4d7724c33f7499b05e9b933a49a03eb2a86983ca89bcd651e5d94a32610d11f0 12:31:39 $ docker rm -f --volumes 4d7724c33f7499b05e9b933a49a03eb2a86983ca89bcd651e5d94a32610d11f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:31:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:31:39 12:31:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:31:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:31:39 0.23.1-centos7: Pulling from edgex-lftools 12:31:39 ab5ef0e58194: Pulling fs layer 12:31:39 9712f1f96733: Pulling fs layer 12:31:39 63f879dbbcfc: Pulling fs layer 12:31:39 0d9ebad4ef96: Pulling fs layer 12:31:39 e9a5061849ea: Pulling fs layer 12:31:39 d747dcd14b5f: Pulling fs layer 12:31:39 2de7ff778b66: Pulling fs layer 12:31:39 e9a5061849ea: Waiting 12:31:39 d747dcd14b5f: Waiting 12:31:39 2de7ff778b66: Waiting 12:31:39 0d9ebad4ef96: Waiting 12:31:39 9712f1f96733: Download complete 12:31:40 63f879dbbcfc: Verifying Checksum 12:31:40 63f879dbbcfc: Download complete 12:31:40 0d9ebad4ef96: Verifying Checksum 12:31:40 0d9ebad4ef96: Download complete 12:31:40 d747dcd14b5f: Download complete 12:31:40 ab5ef0e58194: Verifying Checksum 12:31:40 ab5ef0e58194: Download complete 12:31:40 e9a5061849ea: Verifying Checksum 12:31:40 e9a5061849ea: Download complete 12:31:40 2de7ff778b66: Verifying Checksum 12:31:40 2de7ff778b66: Download complete 12:31:43 ab5ef0e58194: Pull complete 12:31:43 9712f1f96733: Pull complete 12:31:43 63f879dbbcfc: Pull complete 12:31:48 0d9ebad4ef96: Pull complete 12:31:48 e9a5061849ea: Pull complete 12:31:48 d747dcd14b5f: Pull complete 12:31:48 2de7ff778b66: Pull complete 12:31:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:31:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:31:49 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:31:49 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 12:31:53 $ docker top 9176f352284b128fcc154be8f57c161c27ecfe2d8eab0f8dd8dfbd9b57cdfdef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:31:53 provisioning config files... 12:31:53 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13193491199727467794tmp 12:31:53 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11930588081791590274tmp 12:31:53 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6110111980687379792tmp [Pipeline] { [Pipeline] echo 12:31:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:31:53 ---> sigul-configuration.sh 12:31:53 gpg: directory `/root/.gnupg' created 12:31:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:31:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:31:53 gpg: keyring `/root/.gnupg/secring.gpg' created 12:31:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:31:53 gpg: CAST5 encrypted data 12:31:53 gpg: encrypted with 1 passphrase 12:31:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:31:53 + mkdir /home/jenkins 12:31:53 + mkdir /home/jenkins/sigul [Pipeline] sh 12:31:54 + 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 12:31:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:31:54 ---> sigul-install.sh 12:31:54 Sigul already installed; skipping installation. [Pipeline] sh 12:31:54 + git tag --list 12:31:54 v1.0.0 12:31:54 v1.1.0 12:31:54 v1.1.1 12:31:54 v1.2.1 12:31:54 v1.2.2 12:31:54 v1.2.3 12:31:54 v1.3.0 12:31:54 v1.3.1 12:31:54 v2.0.0 12:31:54 v2.1.0 12:31:54 v2.1.1 12:31:54 v2.1.1-dev.1 12:31:54 v2.1.1-dev.2 12:31:54 v2.2.0 12:31:54 v2.2.1-dev.1 12:31:54 v2.2.1-dev.2 12:31:54 v2.2.1-dev.3 12:31:54 v2.2.1-dev.4 12:31:54 v2.2.1-dev.5 12:31:54 v2.2.1-dev.6 12:31:54 v2.2.1-dev.7 12:31:54 v2.2.1-dev.8 12:31:54 v2.3.0 12:31:54 v2.3.0-dev.10 12:31:54 v2.3.0-dev.11 12:31:54 v2.3.0-dev.12 12:31:54 v2.3.0-dev.13 12:31:54 v2.3.0-dev.14 12:31:54 v2.3.0-dev.15 12:31:54 v2.3.0-dev.16 12:31:54 v2.3.0-dev.17 12:31:54 v2.3.0-dev.18 12:31:54 v2.3.0-dev.19 12:31:54 v2.3.0-dev.20 12:31:54 v2.3.0-dev.21 12:31:54 v2.3.0-dev.22 12:31:54 v2.3.0-dev.23 12:31:54 v2.3.0-dev.24 12:31:54 v2.3.0-dev.25 12:31:54 v2.3.0-dev.26 12:31:54 v2.3.0-dev.27 12:31:54 v2.3.0-dev.28 12:31:54 v2.3.0-dev.29 12:31:54 v2.3.0-dev.30 12:31:54 v2.3.0-dev.8 12:31:54 v2.3.0-dev.9 12:31:54 v3.0.0-dev.1 12:31:54 v3.0.0-dev.10 12:31:54 v3.0.0-dev.11 12:31:54 v3.0.0-dev.12 12:31:54 v3.0.0-dev.13 12:31:54 v3.0.0-dev.14 12:31:54 v3.0.0-dev.15 12:31:54 v3.0.0-dev.16 12:31:54 v3.0.0-dev.17 12:31:54 v3.0.0-dev.18 12:31:54 v3.0.0-dev.19 12:31:54 v3.0.0-dev.2 12:31:54 v3.0.0-dev.20 12:31:54 v3.0.0-dev.21 12:31:54 v3.0.0-dev.22 12:31:54 v3.0.0-dev.3 12:31:54 v3.0.0-dev.4 12:31:54 v3.0.0-dev.5 12:31:54 v3.0.0-dev.6 12:31:54 v3.0.0-dev.7 12:31:54 v3.0.0-dev.8 12:31:54 v3.0.0-dev.9 [Pipeline] sh 12:31:55 + lftools sign git-tag v3.0.0-dev.22 12:31:55 Signing Git tag with Sigul... 12:31:55 Signing v3.0.0-dev.22 [Pipeline] echo 12:31:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:31:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:31:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:31:56 $ docker stop --time=1 9176f352284b128fcc154be8f57c161c27ecfe2d8eab0f8dd8dfbd9b57cdfdef 12:31:57 $ docker rm -f --volumes 9176f352284b128fcc154be8f57c161c27ecfe2d8eab0f8dd8dfbd9b57cdfdef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 12:31:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:31:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:31:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:31:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:31:58 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:31:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:31:58 $ docker top 8f9351e34196abb09908509cb7d3da38e2975a63a1cb139a6c316899bd9da7d6 -eo pid,comm 12:31:58 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). 12:31:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:31:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:31:58 [ssh-agent] Looking for ssh-agent implementation... 12:31:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:31:58 $ docker exec 8f9351e34196abb09908509cb7d3da38e2975a63a1cb139a6c316899bd9da7d6 ssh-agent 12:31:58 SSH_AUTH_SOCK=/tmp/ssh-8WBm0a1CVnTQ/agent.32 12:31:58 SSH_AGENT_PID=38 12:31:58 Running ssh-add (command line suppressed) 12:31:58 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4507536395724144070.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4507536395724144070.key) 12:31:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:31:59 + git semver bump pre 12:31:59 2023-03-15 12:31:59,508 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:31:59 2023-03-15 12:31:59,508 [bump_version] DEBUG bumping version:3.0.0-dev.22 on axis:pre with prefix:dev 12:31:59 2023-03-15 12:31:59,508 [bump_version] DEBUG bumped version:3.0.0-dev.23 12:31:59 2023-03-15 12:31:59,508 [write_version] DEBUG write version:3.0.0-dev.23 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 12:31:59 2023-03-15 12:31:59,508 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:31:59 2023-03-15 12:31:59,508 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:31:59 2023-03-15 12:31:59,510 [execute] INFO git cat-file --batch-check 12:31:59 2023-03-15 12:31:59,510 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 12:31:59 2023-03-15 12:31:59,516 [execute] INFO git cat-file --batch 12:31:59 2023-03-15 12:31:59,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 12:31:59 2023-03-15 12:31:59,523 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:31:59 3.0.0-dev.23 [Pipeline] } 12:31:59 $ docker exec --env ******** --env ******** 8f9351e34196abb09908509cb7d3da38e2975a63a1cb139a6c316899bd9da7d6 ssh-agent -k 12:31:59 unset SSH_AUTH_SOCK; 12:31:59 unset SSH_AGENT_PID; 12:31:59 echo Agent pid 38 killed; 12:31:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:32:00 + git semver [Pipeline] } 12:32:00 $ docker stop --time=1 8f9351e34196abb09908509cb7d3da38e2975a63a1cb139a6c316899bd9da7d6 12:32:01 $ docker rm -f --volumes 8f9351e34196abb09908509cb7d3da38e2975a63a1cb139a6c316899bd9da7d6 [Pipeline] // withDockerContainer [Pipeline] sh 12:32:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:32:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:32:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:32:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:32:02 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:32:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:32:02 $ docker top 819e943e4566ac4b63b642c067ed7ad3d385ce7d2d0cfa1ebdad2bf0a6bf8890 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:32:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:32:02 [ssh-agent] Looking for ssh-agent implementation... 12:32:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:32:03 $ docker exec 819e943e4566ac4b63b642c067ed7ad3d385ce7d2d0cfa1ebdad2bf0a6bf8890 ssh-agent 12:32:03 SSH_AUTH_SOCK=/tmp/ssh-nMqGVRnSNlsV/agent.33 12:32:03 SSH_AGENT_PID=39 12:32:03 Running ssh-add (command line suppressed) 12:32:03 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1183798572037633427.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1183798572037633427.key) 12:32:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:32:03 + git semver push 12:32:03 2023-03-15 12:32:03,691 [run_push] DEBUG push 12:32:03 2023-03-15 12:32:03,692 [execute] INFO git cat-file --batch-check 12:32:03 2023-03-15 12:32:03,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 12:32:03 2023-03-15 12:32:03,694 [execute] INFO git rev-list f48bd9683935ef2f0fb633a49a9519a3015edaec -- 12:32:03 2023-03-15 12:32:03,695 [execute] DEBUG Popen(['git', 'rev-list', 'f48bd9683935ef2f0fb633a49a9519a3015edaec', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 12:32:03 2023-03-15 12:32:03,702 [execute] INFO git fetch -v origin 12:32:03 2023-03-15 12:32:03,702 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 12:32:04 2023-03-15 12:32:04,217 [run_push] DEBUG no remote changes detected 12:32:04 2023-03-15 12:32:04,217 [execute] INFO git push origin semver 12:32:04 2023-03-15 12:32:04,218 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 12:32:05 2023-03-15 12:32:05,023 [run_push] DEBUG push all version tags 12:32:05 2023-03-15 12:32:05,024 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 12:32:05 2023-03-15 12:32:05,024 [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) 12:32:06 2023-03-15 12:32:05,920 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:32:06 3.0.0-dev.23 [Pipeline] } 12:32:06 $ docker exec --env ******** --env ******** 819e943e4566ac4b63b642c067ed7ad3d385ce7d2d0cfa1ebdad2bf0a6bf8890 ssh-agent -k 12:32:06 unset SSH_AUTH_SOCK; 12:32:06 unset SSH_AGENT_PID; 12:32:06 echo Agent pid 39 killed; 12:32:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:32:06 + git semver [Pipeline] } 12:32:06 $ docker stop --time=1 819e943e4566ac4b63b642c067ed7ad3d385ce7d2d0cfa1ebdad2bf0a6bf8890 12:32:08 $ docker rm -f --volumes 819e943e4566ac4b63b642c067ed7ad3d385ce7d2d0cfa1ebdad2bf0a6bf8890 [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 12:32:08 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 12:32:08 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 12:32:08 total 16 12:32:08 drwxr-xr-x 3 root root 4096 Mar 15 12:22 . 12:32:08 drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 12:31 .. 12:32:08 drwxr-xr-x 2 root root 4096 Mar 15 12:22 cost 12:32:08 -rw-r--r-- 1 root root 88 Mar 15 12:22 cost.csv 12:32:08 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 12:32:08 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 12:32:08 total 16 12:32:08 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 12:22 . 12:32:08 drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 12:31 .. 12:32:08 drwxr-xr-x 2 jenkins jenkins 4096 Mar 15 12:22 cost 12:32:08 -rw-r--r-- 1 jenkins jenkins 88 Mar 15 12:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:32:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:32:09 ---> package-listing.sh 12:32:09 ++ facter osfamily 12:32:09 ++ tr '[:upper:]' '[:lower:]' 12:32:10 + OS_FAMILY=debian 12:32:10 + workspace=/w/workspace/exfoundry_device-virtual-go_main 12:32:10 + START_PACKAGES=/tmp/packages_start.txt 12:32:10 + END_PACKAGES=/tmp/packages_end.txt 12:32:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:32:10 + PACKAGES=/tmp/packages_start.txt 12:32:10 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 12:32:10 + PACKAGES=/tmp/packages_end.txt 12:32:10 + case "${OS_FAMILY}" in 12:32:10 + dpkg -l 12:32:10 + grep '^ii' 12:32:10 + '[' -f /tmp/packages_start.txt ']' 12:32:10 + '[' -f /tmp/packages_end.txt ']' 12:32:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:32:10 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 12:32:10 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 12:32:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 12:32:10 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 12:32:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:32:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:32:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:32:10 prd-ubuntu20.04-docker-8c-8g-445 does not seem to be running inside a container 12:32:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:32:11 $ docker top 32db36bc9104f1ee1975a5bcc4e9e90e49fc8801d1043625b88761ee1be816b9 -eo pid,comm [Pipeline] { [Pipeline] sh 12:32:11 + touch /tmp/pre-build-complete [Pipeline] sh 12:32:11 + mkdir -p /var/log/sysstat [Pipeline] sh 12:32:12 + ls /var/log/sa-host 12:32:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:32:12 provisioning config files... 12:32:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15388894121858981330tmp [Pipeline] { [Pipeline] echo 12:32:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:32:12 ---> create-netrc.sh [Pipeline] } 12:32:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:32:12 ---> python-tools-install.sh [Pipeline] echo 12:32:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:32:13 ---> sudo-logs.sh 12:32:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:32:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:32:13 ---> job-cost.sh 12:32:13 lf-activate-venv: SKIPPING 12:32:13 DEBUG: total: 0.2199999988079071 12:32:13 INFO: Retrieving Stack Cost... 12:32:13 INFO: Retrieving Pricing Info for: v3-standard-8 12:32:14 INFO: Archiving Costs [Pipeline] echo 12:32:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:32:14 ---> logs-deploy.sh 12:32:14 lf-activate-venv: SKIPPING 12:32:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/94 12:32:14 INFO: archiving workspace using pattern(s): 12:32:15 Archives upload complete. 12:32:15 INFO: archiving logs to Nexus